@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */
#header {position:relative; width:100%; background:#fff; z-index:100;}

.global {background:#f4f4f4; padding:0 30px; overflow:hidden;}

.util {float:right;}
.util ul {display:flex;}
.util ul li a {display:flex; align-items:center; color:#505050; font-size:14px; line-height:36px; letter-spacing:-.04em;}
.util ul li a:hover {text-decoration:underline;}
.util ul li a:after {content:""; display:inline-block; width:1px; height:14px; background:#dfdfdf; margin:0 15px;}
.util ul li:last-child a:after {display:none;}

.header {position:relative; height:94px; z-index:2;}

.sitelogo {position:absolute; top:50%; left:50px; z-index:2; margin-top:-30px;}

#gnb {text-align:center;}
#gnb > ul {display:inline-flex;}
#gnb > ul > li {position:relative; padding:0 15px;}
#gnb > ul > li > a {display:block; padding:0 35px; position:relative; color:#2c2c2c; font-size:22px; font-weight:600; line-height:94px; letter-spacing:-.04em;}
#gnb > ul > li > a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:2px; background:#6ecff6; transition:.3s;}
#gnb > ul > li.active > a:after {left:0; width:100%;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; text-align:center; overflow:hidden;}
#gnb .submenu ul {padding:17px 0 30px;}
#gnb .submenu ul li {padding:4px 0;}
#gnb .submenu ul li a {display:inline-block; padding:5px 18px; color:#505050; font-size:16px; line-height:24px; letter-spacing:-.04em; word-break:break-all; border-radius:17px;}
#gnb .submenu ul li a:hover {background:#d9f3fd; color:#1fa7f1;}
#gnb .depth3 {display:none;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; height:0; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; background:#fff;}


.pull-right {position:absolute; top:0; right:0; display:flex; align-items:center;}

.icon-menu {display:inline-block; vertical-align:middle; position:relative; width:30px; height:30px; text-indent:-9999em; margin-right:40px;}
.icon-menu span {position:absolute; left:9px; right:0; top:13px; height:3px; background:#505050; transition:.3s;}
.icon-menu span:before,
.icon-menu span:after {content:" "; position:absolute; left:-9px; right:0; height:3px; background:#505050; transition:.3s;}
.icon-menu span:before {top:-13px;}
.icon-menu span:after {bottom:-13px;}
.icon-menu:hover span {left:0;}
.icon-menu:hover span:before,
.icon-menu:hover span:after {left:9px;}

.top-btn-support {width:116px; height:94px; background:#1fa7f1; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; font-weight:700; line-height:1.3em; letter-spacing:-.02em;}

.allmenu {display:none; position:fixed; top:0; left:0; width:100%; background:#fff;  border-bottom:1px solid #dfdfdf; overflow:auto; z-index:200;}
.allmenu .img {text-align:center; padding:18px;}
.allmenu .wrap {background:#fafafa; border-top:1px solid #dfdfdf;}
.allmenu .inner {max-width:1200px; margin:0 auto; background:#fff;}
.allmenu .inner > ul {display:flex;}
.allmenu .inner > ul > li {flex:1; padding:39px; border-right:1px solid #dfdfdf;}
.allmenu .inner > ul > li:first-child {border-left:1px solid #dfdfdf;}
.allmenu .inner > ul > li > a {display:block; color:#2c2c2c; font-size:26px; font-weight:700; line-height:1.3em; letter-spacing:-.04em;}
.allmenu .inner > ul > li > a:after {content:""; display:block; width:26px; height:4px; background:#6ecff6; margin-top:15px;}
.allmenu .submenu {padding-top:27px;}
.allmenu .submenu > ul > li {margin-bottom:18px;}
.allmenu .submenu > ul > li:last-child {margin-bottom:0;}
.allmenu .submenu > ul > li > a {display:block; color:#505050; font-size:17px; font-weight:600; line-height:1.3em; letter-spacing:-.04em;}
.allmenu .submenu > ul > li > a:hover {color:#1fa7f1;}
.allmenu .depth3 {padding:10px 0 3px 10px;}
.allmenu .depth3 > ul > li {margin-bottom:8px;}
.allmenu .depth3 > ul > li:last-child {margin-bottom:0;}
.allmenu .depth3 > ul > li > a {display:block; color:#878787; font-size:16px; line-height:1.3em; letter-spacing:-.04em;}
.allmenu .depth3 > ul > li > a:hover {color:#1fa7f1;}
.allmenu .close {position:absolute; top:36px; right:50px; width:23px; height:23px; background:url("../images/common/close.png") 50% 50% no-repeat; text-indent:-9999em; overflow:hidden; z-index:50;}
html.allmenu-show {overflow:hidden;}
html.allmenu-show .allmenu {display:block;}

/* for mobile */
.btn-m-menu {display:none;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:320px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {height:70px; padding:0 20px; display:flex; align-items:center;}
.mobile-navigation .home img {height:45px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 48px 12px 20px; display:block; color:#2c2c2c; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:13px; height:13px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#1fa7f1;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#1fa7f1;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#fff; color:#2c2c2c; font-size:16px; font-weight:600; line-height:1.5em; border-top:1px solid #1fa7f1;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:6px 0; transition:color;}}
.mobile-navigation .nav-menu .submenu > ul > li > a.accent:after {content:""; display:inline-block; vertical-align:middle; margin:-.2em 0 0 5px; width:6px; height:6px; background:#1fa7f1; border-radius:100%;}
.mobile-navigation .nav-menu .submenu > ul > li > a > br {display:none;}
.mobile-navigation .nav-menu .submenu > ul > li.has-depth>a {position:relative; padding-right:25px; background:url("../images/common/m_menu_depth_off.png") 100% 50% no-repeat; background-size:12px;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#1fa7f1;}
.mobile-navigation .nav-menu .submenu > ul > li.active.has-depth>a {background-image:url("../images/common/m_menu_depth_on.png");}
.mobile-navigation .nav-menu .depth3 {display:none; color:#666; font-weight:400; font-size:15px; line-height:1.5em; padding:10px 15px; margin-bottom:8px; background:#fafafa; border:1px solid #e5e5e5; border-radius:4px;}
.mobile-navigation .nav-menu .depth3 ul li a {display:block; position:relative; padding:4px 0;}
.mobile-navigation .nav-menu .depth3 ul li a:hover {color:#1fa7f1;}
.mobile-navigation .close {position:absolute; top:25px; right:18px; width:20px; height:20px; background:url("../images/common/close.png") 50% 50% no-repeat; background-size:contain; text-indent:-9999em; overflow:hidden;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-visual {position:relative; height:640px; overflow:hidden;}
.main-visual .inner {position:relative; left:50%; margin-left:-960px; width:1920px; height:640px;}
.main-visual .desktop {display:block;}
.main-visual .mobile {display:none;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-28px; width:56px; height:56px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; overflow:hidden; border:0; text-indent:-9999em; z-index:50;}
.main-visual .slick-prev {background-image:url("../images/main/slide_prev.png"); left:35px;}
.main-visual .slick-next {background-image:url("../images/main/slide_next.png"); right:35px;}
.main-visual .slick-prev:hover {background-image:url("../images/main/slide_prev_on.png");}
.main-visual .slick-next:hover {background-image:url("../images/main/slide_next_on.png");}
.main-visual .slick-dots {position:absolute; bottom:40px; left:0; width:100%; line-height:0; z-index:50; display:flex; justify-content:center;}
.main-visual .slick-dots li {margin:0 6px;}
.main-visual .slick-dots li button {position:relative; display:block; width:34px; height:34px; background-color:transparent; border:1px solid transparent; opacity:.62; border-radius:100%; overflow:hidden; text-indent:-9999em;}
.main-visual .slick-dots li button:before {content:""; position:absolute; top:50%; left:50%; width:12px; height:12px; margin:-6px 0 0 -6px; background:#fff; border-radius:100%;}
.main-visual .slick-dots li.slick-active button {border:1px solid #fcaa30; opacity:1;}
.main-visual .slick-dots li.slick-active button:before {background:#fcaa30;}

.main-support {padding:100px 0; background:url("../images/main/support_bg.png") 5% 0 no-repeat;}
.main-support .contain {display:flex; align-items:center;}
.main-support .left {width:50%;}
.main-support .left .tit {margin-bottom:23px;}
.main-support .left .tit .en {font-size:26px; font-weight:600; line-height:1.4em; letter-spacing:-.04em; margin-bottom:10px;}
.main-support .left .tit .ko {font-size:30px; font-weight:700; line-height:1.4em; letter-spacing:-.04em;}
.main-support .left .tit .c1 {color:#fcaa30;}
.main-support .left .tit .c2 {color:#1fa7f1;}
.main-support .left .txt {font-size:20px; line-height:1.9em; letter-spacing:-.04em;}
.main-support .left .txt strong {font-weight:600;}
.main-support .right {width:50%; padding-left:30px;}
.main-support .right ul {display:flex;}
.main-support .right ul li {width:33.33333333%; text-align:center;}
.main-support .right ul li:nth-child(2) {margin-top:110px;}
.main-support .right ul li:nth-child(2) .ico {margin-left:5px;}
.main-support .right ul li a {display:block; position:relative; padding-bottom:100%; border-radius:100%; font-size:18px; font-weight:500; line-height:1.3em; letter-spacing:-.04em; background-image:linear-gradient(#dcf5ff, #fffae4);}
.main-support .right ul li .inner-wrap {position:absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center;}
.main-support .right ul li .inner {display:block;}
.main-support .right ul li .ico {margin-bottom:11px;}
.main-support .right ul li a:hover {background:#1fa7f1; color:#fff;}
.main-support .right ul li a:hover .txt {text-decoration:underline;}

.m-head {text-align:center; margin-bottom:47px;}
.m-head h2 {font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.m-more {text-align:center; margin-top:40px;}
.m-more a {display:inline-block; width:160px; font-size:18px; font-weight:500; line-height:62px; background:#fff; border-radius:30px;}
.m-more a:after {content:""; display:inline-block; vertical-align:middle; margin:-.2em 0 0 8px; width:14px; height:14px; background:url("../images/main/plus.png") 50% 50% no-repeat; transition:.5s;}
.m-more a:hover::after {transform:rotate(180deg);}

.main-story {padding:80px 0; background:#e3f2f8;}
.main-story .gallery-list ul li a {background:#fff;}

.main-links {padding:100px 0;}
.main-links .contain {display:flex; flex-wrap:wrap;}
.main-links .title {width:25%; padding:32px 0 0 0; text-align:center; font-size:20px; line-height:1.5em; letter-spacing:-.04em; background:url("../images/main/link_tit_bg.jpg") 50% 100% no-repeat; background-size:100% auto;}
.main-links .title strong {color:#1fa7f1; font-size:40px; line-height:1.3em;}
.main-links .link {width:25%; height:280px; padding:57px 40px 40px; color:#fff; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.main-links .link .tit {font-size:26px; font-weight:600; line-height:1.3em; letter-spacing:-.04em;}
.main-links .link .tit:after {content:""; display:block; width:24px; height:2px; background:#6ecff6; margin:25px 0 16px;}
.main-links .link .txt {font-size:14px; line-height:1.857em; letter-spacing:-.04em;}
.main-links .link.bg1 {background-image:url("../images/main/link_bg1.jpg");}
.main-links .link.bg2 {background-image:url("../images/main/link_bg2.jpg");}
.main-links .link.bg3 {background-image:url("../images/main/link_bg3.jpg");}
.main-links .link.bg4 {background-image:url("../images/main/link_bg4.jpg");}
.main-links .link.bg5 {background-image:url("../images/main/link_bg5.jpg");}
.main-links .link.bg6 {background-image:url("../images/main/link_bg6.jpg");}
.main-links .link2 {width:25%; color:#fff; text-align:center; font-size:26px; line-height:1.231em; letter-spacing:-.04em; display:flex; align-items:center; background:#1fa7f1 url("../images/main/link_bg7.jpg") 100% 0 no-repeat;}
.main-links .link2 .in {width:100%;}
.main-links .link2 .arrow {display:block; margin:27px auto 0; width:60px; height:60px; background:#fff url("../images/main/arrow.png") 50% 50% no-repeat; border-radius:100%;}

.main-campaign {padding:80px 0; background:#f4f4f4;}
.main-campaign .title {padding:40px; color:#fff; background:#1fa7f1 url("../images/main/campaign_tit_bg.jpg") 100% 100% no-repeat !important;}
.main-campaign .title .t1 {font-size:18px; font-weight:500; line-height:1.4em; letter-spacing:-.02em; margin-bottom:20px;}
.main-campaign .title .t2 {font-size:30px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; margin-bottom:45px;}
.main-campaign .title .t2 strong {font-weight:500;}
.main-campaign .title .t3 {font-size:18px; font-weight:500; line-height:1.4em; letter-spacing:-.04em;}
.main-campaign .title .t3:after {content:""; display:inline-block; vertical-align:middle; margin:-.2em 0 0 10px; width:13px; height:13px; background:url("../images/main/arrow2.png") 50% 50% no-repeat;}
.main-campaign .gallery-list ul li a {background:#fff;}

.main-posts {padding:100px 0;}
.main-posts .contain {display:flex; justify-content:space-between;}

.post-zone {position:relative; width:48%; max-width:550px;}
.post-zone h2 {font-size:30px; font-weight:600; line-height:1.3em; letter-spacing:-.04em; margin-bottom:27px;}
.post-zone ul {padding:35px 0; border-top:2px solid #a8a8a8; border-bottom:1px solid #e0e0e0;}
.post-zone ul li {position:relative; padding:0 85px 0 0; margin-bottom:32px; color:#505050; line-height:1.5em; letter-spacing:-.04em;}
.post-zone ul li:last-child {margin-bottom:0;}
.post-zone ul li a {position:relative; padding-left:20px; display:inline-block; vertical-align:top; max-width:calc(100% - 40px); height:1.5em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.post-zone ul li a:before {content:""; position:absolute; top:9px; left:0; width:5px; height:5px; background:#e0e0e0; border-radius:100%;}
.post-zone ul li span {position:absolute; top:0; right:0; letter-spacing:-.02em; color:#878787; font-family:"Rotobo",sans-serif;}
.post-zone ul li img {vertical-align:middle;}
.post-zone .more {position:absolute; top:8px; right:0;}
.post-zone.type1 ul li a:hover {color:#1fa7f1;}
.post-zone.type1 ul li a:hover::before {background:#6ecff6}
.post-zone.type2 ul li a:hover {color:#eb9514;}
.post-zone.type2 ul li a:hover::before {background:#fcaa30}

.bottom-banner {height:440px; display:flex; align-items:center; color:#fff; text-align:center; padding:20px; background:url("../images/main/bottom_banner.jpg") 50% 50% no-repeat; background-size:cover;}
.bottom-banner .inner {width:100%;}
.bottom-banner .txt1 {font-size:36px; line-height:1.4em; letter-spacing:-.04em; margin-bottom:15px;}
.bottom-banner .txt1 strong {font-weight:600;}
.bottom-banner .txt1 .c1 {color:#fcaa30;}
.bottom-banner .txt1 .c2 {color:#6ecff6;}
.bottom-banner .txt2 {font-size:22px; font-weight:500; line-height:1.4em; letter-spacing:-.02em;}

.bottom-sites {padding:20px 0;}
.bottom-sites .contain {display:flex; align-items:center; justify-content:space-between;}
.bottom-sites .txt {width:310px; margin-right:30px; color:#505050; font-size:15px; line-height:1.5em;}
.bottom-sites .list {flex:1 1 auto; min-width:0; width:1%; max-width:840px;}
.bottom-sites ul {display:flex; margin:0 -15px;}
.bottom-sites ul li {display:flex; width:33.33333333%; padding:0 15px;}
.bottom-sites ul li a {display:block; width:100%; padding:2px; text-align:center; border:1px solid #dfdfdf; background:#fafafa;}

/* sub */
.sub-heading {position:relative; height:170px; padding:38px 0; color:#fff; background:#6ecff6 url("../images/common/sub_title_bg.png") 81% 50% no-repeat;}
.sub-heading h2 {font-size:42px; line-height:1.3em; letter-spacing:-.04em; margin-bottom:20px;}
.sub-heading .path {font-size:14px; font-weight:500; line-height:1.5em; letter-spacing:-.04em;}
.sub-heading .path .home {display:inline-block; vertical-align:middle; margin:-.2em 0 0; width:32px; height:32px; overflow:hidden; text-indent:-999em; background:url("../images/common/home.png") 50% 50% no-repeat;}
.sub-heading .path .arrow {display:inline-block; vertical-align:middle; margin:-.2em 0 0; width:42px; height:10px; overflow:hidden; text-indent:-999em; background:url("../images/common/path_arrow.png") 50% 50% no-repeat;}
.sub-heading .path strong {color:#505050; font-weight:400;}

.lnb {border-bottom:1px solid #dfdfdf;}
.lnb .inner {max-width:1200px; margin:0 auto -1px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; position:relative; width:auto;}
.lnb ul li:before {content:""; position:absolute; top:50%; left:0; width:1px; height:22px; background:#dfdfdf; margin-top:-11px;}
.lnb ul li:first-child {padding-left:0;}
.lnb ul li:first-child::before {display:none;}
.lnb ul li:last-child {padding-right:0;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; padding:0 15px; height:64px; font-size:19px; font-weight:500; line-height:1.3em; letter-spacing:-.03em;}
.lnb ul li.active a {color:#878787; font-weight:700;}
.lnb ul li.active a:after {content:""; position:absolute; bottom:0; left:0; right:0; height:4px; background:#878787}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; padding-top:60px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* quick */
#sub .quick {top:424px;}
.quick {position:absolute; top:853px; right:0; width:89px; text-align:center; z-index:80;}
.quick .bt {display:none;}
.quick ul {padding:10px 0; background:#fff; border-top:1px solid #6ecff6; border-left:1px solid #6ecff6;}
.quick ul li {padding:8px 0;}
.quick ul li a {display:block; color:#505050; font-size:13px; line-height:1.25em; letter-spacing:-.04em;}
.quick ul li a:hover {color:#64c2f5}
.quick ul li img {display:block; margin:0 auto 7px;}
.quick .top {display:block; color:#fff; font-size:12px; font-weight:700; line-height:32px; letter-spacing:0; text-align:center; background:#6ecff6;}
.quick .top:before {content:""; display:inline-block; width:0; height:0; vertical-align:middle; margin:-.2em 4px 0 0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:8px solid #fff;}

/* footer */
#footer address {font-style:normal;}

.foot-links {padding:15px 0; background:#eeeeee;}
.foot-links .contain {display:flex; justify-content:space-between; align-items:center;}
.foot-links .links {color:#505050; font-size:15px; line-height:1.5em; letter-spacing:-.04em;}
.foot-links .links ul {display:flex; flex-wrap:wrap;}
.foot-links .links ul li {margin:4px 40px 4px 0;}
.foot-links .links ul li a:hover {text-decoration:underline;}
.foot-links .sns ul {display:flex;}
.foot-links .sns ul li {margin-left:14px;}

.foot-info {background:#fafafa; padding:37px 0;}
.foot-info .contain {display:flex; justify-content:space-between; align-items:center;}

.foo-comp .comp-name {color:#2c2c2c; font-size:16px; font-weight:600; line-height:1.4em; letter-spacing:-.04em; margin-bottom:10px;}
.foo-comp address {color:#878787; font-size:14px; font-weight:500; line-height:1.4em; letter-spacing:-.03em;}
.foo-comp address span {display:inline-block; margin:0 30px 4px 0;}
.foo-comp .f-contact {margin-top:8px; display:flex; flex-wrap:wrap; color:#505050; font-size:14px; font-weight:600; line-height:1.4em; letter-spacing:-.03em;}
.foo-comp .f-contact .item {margin-right:30px;}
.foo-comp .f-contact .item strong {font-weight:500; color:#1fa7f1;}
.foo-comp .copyright {color:#aaa; font-size:12px; line-height:1.3em; letter-spacing:-.02em; margin-top:22px;}

.foo-bank dt {display:inline-block; color:#fff; font-size:14px; font-weight:500; line-height:32px; background:#fcaa30; padding:0 15px; border-radius:20px; margin-bottom:9px;}
.foo-bank dd {margin-left:3px;}
.foo-bank .num {display:inline-block; vertical-align:middle; font-size:18px; font-weight:600; line-height:1.3em; letter-spacing:-.03em;}
.foo-bank .name {display:inline-block; vertical-align:middle; color:#505050; font-size:14px; line-height:1.3em; letter-spacing:-.03em;}
.foo-bank .txt {color:#878787; font-size:13px; line-height:1.3em; letter-spacing:-.03em;}