@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:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}

.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: absolute;top: 0;left: 0; width: 100%;z-index:100;background: transparent; border-bottom: 1px solid rgba(255,255,255,.15);}
#header .contain {position:relative; max-width: 1780px; z-index:2;}

.sitelogo {position:absolute; top:50%; left:30px; margin-top:-25px; z-index:2;}
.sitelogo a {display: block;}

#gnb {text-align:center;}
#gnb > ul {display:flex;justify-content: flex-end;}
#gnb > ul > li {position:relative; padding: 0 40px; text-align:center;}
#gnb > ul > li:last-child {/* margin-right: -40px; */padding-right: 0;}
#gnb > ul > li > a {position: relative;display:block; font-size:20px; line-height:80px; font-weight: 700; letter-spacing: -.04em; color: #fff;}
#gnb > ul > li > a:after {content:""; position:absolute; bottom:0; left:0; width:100%; height:2px; transform: scale(0); transition:.2s; opacity:0; background:#fff;}
#gnb > ul > li.active > a:after {opacity:1;transform: scale(1);}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:50;}
#gnb > ul > li:last-child .submenu {text-align: right;}
#gnb .submenu > ul {position:relative; padding: 20px 0; }
#gnb .submenu > ul > li {margin-bottom: 13px;}
#gnb .submenu > ul > li:last-child {margin-bottom: 0;}
#gnb .submenu > ul > li > a {display:block; font-size: 16px; color: #fff;}
#gnb .submenu > ul > li > a:hover {text-decoration: underline;}

#header.header-hover {background:rgba(0,0,0,.7);}

.submenu-bg {display:none; position:absolute; left:0; width:100%; height:0; background-color:rgba(0,0,0,.6); border-top: 1px solid rgba(255,255,255,.15);}

/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:34px; height:34px; margin-top:-17px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:3px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0px; right:0; height:3px; background:#fff;}
.btn-m-menu span:before {top:-11px;}
.btn-m-menu span:after {bottom:-11px;}

.mobile-navigation {position:fixed; top:0; right:0; width:400px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}

.mobile-navigation .home {max-height:80px; padding: 28px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}

.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:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:17px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#17337b;}

.mobile-navigation .close {position:absolute; right:14px; top:27px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:3px; background-color:#333;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}

.mobile-navigation .nav-menu .submenu {display:none; background:#17337b; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.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;}
html.menu-opened .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#1191d0; height:2px;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);}

/* main */
.main-visual {position:relative;overflow: hidden ;}
.main-visual .contain {position: relative;max-width: 1780px;display: flex;justify-content: flex-end;}
.main-visual .item {height:100vh; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; transform:scale(1); -webkit-transition: all 1.6s ease-out;transition: all 1.6s ease-out;}
.main-visual .bg1 {background-image:url("../images/main/mv1.jpg");}
.main-visual .caption {position:absolute; top:320px; color:#fff; width: 100%; z-index:50;}
.main-visual .caption h2{font-size: 50px;font-weight: 700;letter-spacing: -.02em;line-height: 1.5em; margin-bottom: 30px; transform:translateY(20px); opacity:0; -webkit-transition: all 1.4s ease;transition: all 1.4s ease;}
.main-visual .caption p{font-size: 20px;line-height: 1.5em;letter-spacing: -.02em; transform:translateY(20px); opacity:0; -webkit-transition: all 1.4s .2s ease;transition: all 1.4s .2s ease;}

.main-visual .item.animate {transform:scale(1.05);}
.main-visual .caption.animate h2 {transform:translateY(0); opacity: 1;}
.main-visual .caption.animate p {transform:translateY(0); opacity: 1;}

/* sub */
.sub-visual {display:table; table-layout:fixed; width:100%; height:430px; overflow:hidden; text-align:center; color:#fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle; padding:20px; padding-top: 76px;}
.sub-visual h2 {font-size:56px; font-weight: 700; line-height:1.5em; letter-spacing:-.04em; margin-bottom: 15px;}
.sub-visual p {font-size:18px; font-weight: 500; line-height:1.5em; letter-spacing:-.04em;}
.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 {position: relative;text-align:center;margin-top: -56px;}
.lnb .contain {max-width:1200px; padding: 0;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; position:relative;background: #505050;}
.lnb ul li.active, .lnb ul li:hover{background: linear-gradient(135deg, #17337b 0%, #2b5895 100%);}
.lnb ul li a {display:block; position:relative;font-size:19px; line-height:76px; letter-spacing:-.04em; color: #fff; white-space:nowrap; transition:none;padding: 0 8px;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:90px 0 65px; text-align:center;}
.sub-title h2 {font-size:42px; font-weight:700; line-height:1.3em; letter-spacing:-.04em; color: #2c2c2c;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* footer */
#footer {position:relative; padding: 40px 0 30px; background:#030e1e;}
#footer .contain {display: flex;align-items: center;}
#footer address {font-style:normal;}

.foot-logo {order: 2;}
.foot-info {flex: 1 1 auto; min-width: 0; width: 1%;}
.foot-info .camp-name {font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 10px;}
.foot-info address {color: #b1b9c5; line-height: 1.75em; letter-spacing: -.04em; font-size: 14px; font-weight: 300;}
.foot-info address p {margin-bottom: 7px;}
.foot-info address span {display:inline-block; margin-right: 23px;}
.foot-info .copyright {font-size: 12px; margin-top: 10px; margin-bottom: 0;}



.scroll-top {position:absolute; right:6.25%; top:-114px; width:74px; height:66px; z-index:101; color:#505050; font-size:12px; font-weight:700; line-height:1em; text-align:center; padding:20px 0; background:#fff; border:1px solid #eee;}
.scroll-top:before {content:""; display:block; width:0; height:0; margin:0 auto 7px; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid #58aa47;}