@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}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#wrapper {padding-top:100px;}
#header {position:fixed; top:0; left:0; width:100%; background:#fff; box-shadow:0 0 3px rgba(0,0,0,.2); z-index:100;}
#header .contain {display:flex; align-items:center;}

.sitelogo {position:absolute; top:50%; left:4%; margin-top:-32px; z-index:10;}

#gnb {flex:1 1 auto; min-width:0; width:1%; text-align:center;}
#gnb > ul {position:relative; display:flex; justify-content:flex-end;}
#gnb > ul > li {position:relative; margin-left:100px;}
#gnb > ul > li > a {position:relative; display:block; color:#242424; font-family:'NanumSquare',sans-serif; font-size:20px; font-weight:700; line-height:100px; letter-spacing:-.03em;}
#gnb > ul > li.active > a {color:#2f74b7;}
#gnb .submenu {display:none; position:absolute; left:50%; margin-left:-80px; width:160px; background:#2f74b7;}
#gnb .submenu ul {padding:17px 0;}
#gnb .submenu ul li {padding:8px 5px;}
#gnb .submenu ul li a {display:block; color:#fff; font-size:16px; font-weight:400; line-height:1.4em; letter-spacing:-.03em;}
#gnb .submenu ul li a:hover {text-decoration:underline;}


/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:30px; margin-top:-12px; width:24px; height:24px; text-indent:-9999em;}
.btn-m-menu span {position:absolute; left:0; right:0; top:12px; height:2px; background:#333;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#333;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:70px; padding:0 20px;}
.mobile-navigation .home img {height:40px;}
.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:10px 48px 10px 20px; display:block; color:#242424; font-family:'NanumSquare',sans-serif; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#006ab8}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#f8f8f8; color:#555; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:5px 0; transition:color;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#006ab8;}
.mobile-navigation .close {position:absolute; top:20px; right:18px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#454545; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.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 #container {min-height:auto !important;}

.main-visual {position:relative; color:#fff; text-align:center; overflow:hidden;}
.main-visual img {width:100%;}
.main-visual .caption {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%); padding:0 150px; font-size:45px; font-weight:700; line-height:1.444em; letter-spacing:-.03em; z-index:40;}
.main-visual .caption.st1 {text-align:right;}
.main-visual .caption.st2 {transform:translateY(-125%);}
.main-visual .caption.st3 {transform:translateY(-30%);}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-30px; width:82px; height:60px; opacity:.8; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border-radius:0; border:0; overflow:hidden; text-indent:-999em; z-index:50;}
.main-visual .slick-prev {left:4%; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:4%; background-image:url("../images/main/slide_next.png");}

/* sub */
.sub-visual {display:flex; align-items:center; height:300px; text-align:center; color:#fff; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; overflow:hidden;}
.sub-visual .inner {width:100%; padding:20px;}
.sub-visual h2 {font-family:'NanumSquare',sans-serif; font-size:40px; font-weight:800; line-height:1.3em; letter-spacing:-.03em;}
.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual.bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual.bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual.bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual.bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual.bg6 {background-image:url("../images/common/sv6.jpg");}

.lnb {text-align:center; border-bottom:1px solid #ddd;}
.lnb .swiper-container {max-width:1200px; margin:0 auto -1px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; position:relative;}
.lnb ul li:before {content:""; position:absolute; top:50%; left:0; width:1px; height:15px; margin-top:-8px; background:#ddd;}
.lnb ul li:first-child::before {display:none;}
.lnb ul li a {position:relative; height:60px; padding:0 15px; display:flex; align-items:center; justify-content:center; color:#000; font-size:18px; font-weight:500; line-height:1.3em; letter-spacing:-.03em;}
.lnb ul li a:hover {color:#2f74b7;}
.lnb ul li.active a {color:#2f74b7;}
.lnb ul li.active a:after {content:""; position:absolute; bottom:0; left:0; width:100%; height:2px; background:#2f74b7;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:15px; padding-right:15px;}

.sub-title {text-align:center; padding:78px 0 42px;}
.sub-title h2 {color:#000; font-size:30px; font-weight:500; line-height:1.3em; letter-spacing:-.03em;}

.real-cont {min-height:300px; padding-bottom:100px;}
 
/* footer */
#footer {padding:20px 0; text-align:center; color:#dfdfdf; font-size:14px; font-weight:200; line-height:1.714em; letter-spacing:0; background:#080e21;}
#footer address {font-style:normal;}

.foot-links {margin-bottom:16px;}
.foot-links a:hover {text-decoration:underline;}
.foot-links .bar {display:inline-block; width:1px; height:8px; background:#fff; margin:-.2em 16px 0;}

.foot-info address span {display:inline-block;}
.foot-info .bar {display:inline-block; width:1px; height:8px; background:#fff; margin:-.2em 12px 0;}
.foot-info .copyright {font-size:13px;}
.foot-info .designed {margin-left:5px;}
.foot-info .designed a:hover {text-decoration:underline;}