@charset "utf-8";
/* layout.css는 전체적인 스타일 정의 */

#wrapper {position:relative; overflow:hidden;}

.contain {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit; letter-spacing:-.03em;}
#header .contain {max-width:1830px !important;}
#footer .contain {max-width:1530px !important;}
#main .contain {max-width:1530px;}
#sub .contain {max-width:1450px;}


/* header */
#header {position:fixed; top:0; left:0; width:100%; height:100px; z-index:90; letter-spacing:-.03em; border-bottom:1px solid rgba(255,255,255,0.2); background:transparent; transition:all 0.6s;}
#header .sitelogo a {display:block; width: 234px; height: 46px; position:absolute; top:50%; left:15px; margin-top:-23px; background-image: url('../img/layout/logo.png'); background-repeat: no-repeat; background-position: 50% 50%;}

#header.active {transform:translateY(0);}
#header.hide {transform:translateY(-100%);}

#gnb > ul {display:flex; justify-content:center; align-items:center;}
#gnb > ul > li {padding: 0 15px; /* width: 160px; */}
#gnb > ul > li > a {display:block; height: 100px; align-content: center; font-size:20px; line-height:1.5em; font-weight:600; color:#fff; text-align:center; transition:all 0.5s; position:relative;}
#gnb > ul:hover > li > a {color: rgba(255,255,255,0.6);}
#gnb > ul > li > a:hover {color: #fff;}
#gnb > ul > li.active > a {color: #fff;}

#gnb .submenu {display: none; position:absolute; top:100px; width:100%; left:0; background:transparent; padding:23px 0; z-index: 10;}
#gnb .submenu > ul {display:flex; justify-content:center;}
#gnb .submenu > ul > li {position: relative; padding:0 20px;}
#gnb .submenu > ul > li > a {position: relative; display:inline-block; color:#fff; font-size:18px; line-height: 35px; font-weight: 500; padding: 0 12px; transition: all 0.4s; z-index: 20; text-align: center;}
#gnb .submenu > ul > li.type02 > a {line-height: 25px;}
#gnb .submenu > ul > li > a span {display: block; font-size: 15px; text-align: center;}
#gnb .submenu > ul > li > a:before {content: ''; width: 0; height: 100%; background: linear-gradient(90deg, rgba(40,62,127,1) 0%, rgba(92,54,124,1) 100%); position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.5s;}
#gnb .submenu > ul > li.type02 > a:before {height: 100%; top: 0; left: 0; z-index: -1; transition: all 0.5s;}
#gnb .submenu:hover > ul > li a {color: rgba(255,255,255,0.6);}
#gnb .submenu > ul > li > a:hover {color: #fff;}
#gnb .submenu > ul > li > a:hover:before {width: 100%;}

#gnb .submenu.test{z-index: -100;}

.mems {position:absolute; top:50%; transform:translateY(-50%); right:15px; z-index:11;}
.mems ul {display:flex;}
.mems ul li {position: relative; padding:0 13px;}
.mems ul li:after {content: ''; width: 2px; height: 13px; background: #fff; position: absolute; top: 50%; right: 0; transform: translateY(-50%); margin-right: -1px;;}
.mems ul li:last-child:after {display: none;}
.mems ul li a {font-size: 14px; font-weight: 600; color: #fff;}

.lang-selector {position: absolute; top: 50%; right: 195px; transform: translateY(-50%); z-index: 10000;}
.lang-selector button {position: relative; display: inline-block; font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 700; line-height: 34px; color: #fff; border: 1px solid #fff; border-radius: 18px; background: transparent; padding: 0 32px 0 16px; z-index: 100;}
.lang-selector button:after {position: absolute; top: 50%; right: 17px; transform: translateY(-50%); content: ''; width: 10px; height: 6px; background: url('../img/layout/btn-lang-selector.png') no-repeat center center;}
.lang-selector.active button:after {transform: translateY(-50%) rotate(180deg);}
.lang-selector ul {display: none; position: absolute; top: calc(100% + 5px); left: 0; width: 100%; border: 1px solid #fff; border-radius: 20px; padding: 5px 16px;}
.lang-selector ul li {padding: 2px 0;}
.lang-selector ul li.active {font-weight: 700; }
.lang-selector ul li a {color: #fff;}
.lang-selector ul li.active a {text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px;}

#header.scrolled {background: #fff;}
#header.scrolled .sitelogo a {background-image: url('../img/layout/logo-black.png');}
#header.scrolled #gnb > ul > li > a {color: #333;}
#header.scrolled #gnb > ul > li > a:hover {color: #293e7f;}
#header.scrolled #gnb > ul > li.active > a {color: #293e7f;}
#header.scrolled #gnb .submenu > ul > li > a {color: #666;}
#header.scrolled #gnb .submenu > ul > li > a:hover {color: #fff;}
#header.scrolled .mems ul li a {color: #333;}
#header.scrolled .mems ul li:after {background: #333;}
#header.scrolled .submenu-bg {background-color: #f7f7f7;}
#header.scrolled .lang-selector button {color: #333; border: 1px solid #333;}
#header.scrolled .lang-selector button:after {filter: brightness(0);}
#header.scrolled .lang-selector ul {border: 1px solid #333; background: rgba(255,255,255,0.8);}
#header.scrolled .lang-selector ul li a {color: #333;}

/* 서브페이지 헤더 */
#sub #gnb > ul > li > a {color: rgba(255,255,255,0.6);}
#sub #gnb > ul > li.on > a {color: #fff;}
#sub #gnb > ul > li.active > a {color: #fff;}
#sub #gnb > ul > li > a:hover {color: #fff;}
#sub #gnb > ul > li.on .submenu > ul > li.on > a:before {width: 100%;}

#sub #header.scrolled #gnb > ul > li.on > a {color: #2b3e7f;}
#sub #header.scrolled #gnb > ul > li.on .submenu > ul > li.on > a {color: #fff;}

#sub #header.scrolled .lang-selector button {color: #333; border: 1px solid #333;}
#sub #header.scrolled .lang-selector button:after {filter: brightness(0);}
#sub #header.scrolled .lang-selector ul {border: 1px solid #333; background: rgba(255,255,255,0.8);}
#sub #header.scrolled .lang-selector ul li a {color: #333;}

/* 사이트맵 - pc 노출x */
.sitemap-btn {position:absolute; top:50%; right:15px; width:30px; height:30px; margin-top:-15px; display: none;}
.sitemap-btn span {position:absolute; width:20px; background:#fff; height:2px; right:0; top:50%; margin-top:-1px;}
.sitemap-btn span:before,
.sitemap-btn span:after {content:''; width:30px; height:2px; position:absolute; right:0; background:#fff;}
.sitemap-btn span:before {top:-10px;}
.sitemap-btn span:after {bottom:-10px;}

.submenu-bg {display: none; width: 100%; height: 81px; background-color: transparent;}

/* footer */
#footer {padding: 95px 0 100px; background: #000; color: #fff;}
#footer .footer-top {position: relative; margin-bottom: 40px;}
#footer .footer-top .logo {padding-top: 6px;}
#footer .footer-top .contact {position: absolute; top: 0; right: 0; text-align: right;}
#footer .footer-top .contact p {font-size: 25px; font-weight: 600; margin-bottom: 20px;}
#footer .footer-top .contact a {font-size: 40px; font-weight: 700;}
#footer .footer-top .tel {color: #fff; margin-bottom: 37px;}
#footer .footer-top .kakao {color: #fde200;}
#footer .footer-top .kakao a {font-size: 35px;}
#footer .footer-bottom {display: flex; justify-content: space-between; align-items: flex-end;}
#footer .footer-bottom .info ul {margin-bottom: 33px;}
#footer .footer-bottom .info ul li {font-size: 18px; line-height: 1.4em; color: #979797; margin-bottom: 9px;}
#footer .footer-bottom .copy {font-size: 18px; color: rgba(151,151,151,0.5);}
#footer .footer-bottom .sns {display: flex; margin: 0 -10px 20px;}
#footer .footer-bottom .sns li {padding: 0 10px;}
#footer .footer-bottom .sns li a {transition: all 0.4s;}
#footer .footer-bottom .sns li a:hover {filter: invert(21%) sepia(37%) saturate(1684%) hue-rotate(195deg) brightness(97%) contrast(93%);}

.scroll-top {position: fixed; bottom: 80px; right: 50px; display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; font-size: 18px; font-weight: 600; color: #777; border: 1px solid #777; z-index:100; transition: all 0.5s;}
.scroll-top:hover {background: #2b3e7f; color: #fff; border: 1px solid #2b3e7f;}

/* siteMap : S */
.sitemap {position:fixed; max-width:100vw; max-height:100vh; width:0; height:0; z-index:1111;  display:block; top:0; right:0; overflow:hidden; letter-spacing:0;}
html.sitemap-opened .sitemap {width:100%; height:100%; visibility:visible; }
.sitemap:before {content:''; position:fixed; z-index:-1; top:0; left:0; width:100vw; height:100vh; background:url('../img/layout/sitemap-black.jpg') center center no-repeat; background-size:cover; transition:all 0.6s ease 0.2s; display:none;}
html.sitemap-opened .sitemap:before {display:block;}

.sitemap .sitemap-close {position:absolute; top:calc(70px/2); right:2.25%; width:36px; height:36px; z-index:12; transition:all 0.6s;}
.sitemap .sitemap-close:hover {opacity:0.6;}
.sitemap .sitemap-close:before,
.sitemap .sitemap-close:after {content:''; width:36px; height:2px; background:#fff; position:absolute; left:0; transition:all 0.6s;}
.sitemap .sitemap-close:before {top:10px;}
.sitemap .sitemap-close:after {bottom:10px;}
html.sitemap-opened .sitemap .sitemap-close:before {transform:rotate(45deg); top:50%; margin-top:-1px;}
html.sitemap-opened .sitemap .sitemap-close:after {transform:rotate(-45deg); bottom:50%; margin-bottom:-1px;}

.site-wrap {max-width:1830px; width:100%; padding:0 15px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:15px; width:100%; height:145px; display:flex; align-items:center; z-index:11;}
.site-wrap .head ul {margin-left:50px; margin-top:10px; display:flex;}
.site-wrap .head ul li {padding-right:15px; margin-right:15px; position:relative;}
.site-wrap .head ul li:after {content:''; width:1px; height:12px; background:#fff; position:absolute; top:50%; margin-top:-6px; right:0;}
.site-wrap .head ul li:last-child:after {display:none;}
.site-wrap .head ul li a {font-size:14px; color:#888; letter-spacing:0; line-height:1.6em; transition:all 0.6s; font-weight:700; font-family:'Montserrat';}
.site-wrap .head ul li.active a {color:#fff;}

.site-wrap .wrap {padding:200px 0 100px;  height:100vh;display:flex; position:relative;}
.site-wrap .wrap:after {content:''; width:1px; height:100vh; background:rgba(255,255,255,0.2); position:absolute; top:0; left:800px;}
.site-wrap .wrap .info-wrap {width:100%; max-width:800px; display:flex; flex-direction:column; justify-content:space-between; padding-left:80px;}
.site-wrap .info .box {margin-bottom:50px; position:relative; left:100px; opacity:0; transition:all 0.6s;}
html.sitemap-opened .site-wrap .info .box {transition-delay:0.1s; left:0; opacity:1;}
html.sitemap-opened .site-wrap .info .box:nth-child(2) {transition-delay:0.2s;}

.site-wrap .info .box:last-child {margin-bottom:0;}
.site-wrap .info .box h4 {font-size:18px; font-weight:700; color:#fff; line-height:1.6em; font-family:'Montserrat'; margin-bottom:16px;}
.site-wrap .info .box dl {display:flex; font-size:18px; line-height:1.6em; margin-bottom:8px;}
.site-wrap .info .box dt {width:50px; font-weight:500; color:#bbb;}
.site-wrap .info .box dd {width:1%; flex:1 1 auto; color:#888;}
.site-wrap .info .box dd a.mail {text-decoration:underline;}
.site-wrap .btn-wrap .more {display:inline-block; width:230px; line-height:62px; border:1px solid #fff; color:#fff; font-size:18px; padding:0 30px; position:relative; margin-bottom:50px;}
.site-wrap .btn-wrap .more:after {content:''; width:12px; height:12px; background:url('../img/layout/sitemap-btn-w.png') no-repeat; position:absolute; top:50%; margin-top:-6px; right:30px;}
.site-wrap .btn-wrap .more:hover:after {animation: btn-move 1s both .1s;}
@keyframes btn-move {
    0% {right:30px;}
    25% {right:20px;}
    50% {right:30px;}
    75% {right:25px;}
    100 {right:30px;}
}
.site-wrap .btn-wrap ul {display:flex;}
.site-wrap .btn-wrap ul li {margin-right:12px;}
.site-wrap .btn-wrap ul li a {display:block; transition:all 0.3s;}
.site-wrap .btn-wrap ul li a:hover {opacity:0.6;}
.site-wrap .wrap .nav-menu {width:1%; flex:1 1 auto; padding-left:160px;}
.nav-menu > ul > li {margin-bottom:30px;}
.nav-menu > ul > li > span {display:block; position:relative; transition:all 0.6s; overflow:hidden;}
.nav-menu > ul > li > span a {display:inline-block; font-size:56px; line-height:1.2em; transition:all 0.6s ease 0s; position:relative; transform:translateY(110%); font-weight:500; padding:0 5px; color:#fff;}
html.sitemap-opened .nav-menu > ul > li > span a {transform:translateY(0); transition-delay:0.5s; transition-property:transform;}
.nav-menu > ul > li > span a:after {content:''; background:#fff; width:0; height:20px; position:absolute; bottom:5px; left:0; z-index:-1; opacity:0.2; transition:all 0.6s;}
.nav-menu > ul > li.active > span a:after {width:100%;}
.nav-menu > ul > li > span a:hover:after {width:100%;}

.nav-menu .submenu {display:none;}
.nav-menu .submenu ul {display:flex; flex-wrap:wrap; padding-top:30px; padding-left:15px;}
.nav-menu .submenu ul li {padding-right:40px; margin-bottom:20px;}
.nav-menu .submenu ul li a {display:inline-block; font-size:24px; line-height:1.5em; position:relative; color:#888;}
.nav-menu .submenu ul li a:hover {color:#fff; font-weight:700;}
.nav-menu .submenu ul li.on a {color: #666;}

/* sitemap-white */
.sitemap-white:before {background:url('../img/layout/sitemap-white.jpg') center center no-repeat;}
.sitemap-white .sitemap-close:before,
.sitemap-white .sitemap-close:after {background:#000;}
.sitemap-white {color:#000;}
.sitemap-white .head ul li:after {background:#ddd;}
.sitemap-white .head ul li a {font-size:14px; color:#666;}
.sitemap-white .head ul li.active a {color:#000;}
.sitemap-white .wrap:after {background:#ddd;}
.sitemap-white .info .box h4 {color:#000;}
.sitemap-white .info .box dt {color:#000;}
.sitemap-white .info .box dd {color:#666;}
.sitemap-white .btn-wrap .more {border:1px solid #000; color:#fff; background:#000;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#f2f5fa; opacity: 1;}
.sitemap-white .nav-menu .submenu ul li a {color:#666;}
.sitemap-white .nav-menu .submenu ul li a:hover {color:#2b3e7f;}

.sitemap-white .btn-wrap ul li a img {filter:invert(1);}

.sm-bt {position:absolute; bottom:60px; right:60px; background:#fff; width:30px; height:30px; border-radius:50%; cursor:pointer; transition:all 0.6s; z-index:111;}
.sitemap-white .sm-bt {background:#000;}



/* siteMap : E */
/* siteMap : responsive */
@media (max-width:1400px){
	.site-wrap .wrap:after {left:500px;}
	.site-wrap .wrap .info-wrap {max-width:500px; padding-left:0;}
	.site-wrap .info .box dl {font-size:16px;}	
	.site-wrap .wrap .nav-menu {padding-left:60px;}
	.nav-menu > ul > li > span a {font-size:40px;}
	.nav-menu .submenu ul {padding-top:20px; padding-left:5px;}
	.nav-menu .submenu ul li {padding-right:20px;}
	.nav-menu .submenu ul li a {font-size:20px;}
}
@media (max-width:1024px){
	.site-wrap .wrap:after {display:none;}
	.site-wrap .head {position:relative; left:0; height:80px;}
	.sitemap .sitemap-close {top: calc(40px / 2);}
	.site-wrap .wrap {padding:40px 0; height:calc(100vh - 80px); flex-direction:column-reverse;}
	.site-wrap .wrap .nav-menu {width:100%; padding-left:0;}
	.nav-menu > ul > li {margin-bottom:20px;}
	.nav-menu > ul > li > span a {font-size:24px; padding:0 5px;}
	.nav-menu .submenu ul {padding-top:10px;}
	.nav-menu .submenu ul li {padding-right:15px; margin-bottom:10px;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .info .box {margin-bottom:20px;}
	.site-wrap .info .box h4 {font-size:16px; margin-bottom:10px;}
	.site-wrap .info .box:last-child {margin-bottom:20px;}
	.site-wrap .btn-wrap .more {width:200px; line-height:50px; font-size:16px; padding:0 20px; margin-bottom:20px;}
	.site-wrap .btn-wrap .more:after {right:20px;}
}
@media (max-width:768px){
	.site-wrap .head {height:100px;}
	.sitemap .sitemap-close {top: 32px;}	
	.site-wrap .wrap {padding:30px 0; height:calc(100vh - 10px);}
	.nav-menu > ul > li > span a {font-size:24px;}
	.nav-menu > ul > li > span a:after {height:10px; bottom:0;}
	.nav-menu .submenu ul li {padding-right:15px; margin-bottom:8px;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
}