@charset "utf-8";
/* layout.css는 전체적인 스타일 정의 */
@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.3/packages/wanted-sans/fonts/webfonts/static/split/WantedSans.min.css");

html{scroll-behavior: smooth;}

#wrapper {position:relative;}

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

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

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

#gnb {position: relative; margin-left: 60px;}
#gnb>ul {display:flex; justify-content:center; margin:0;} 
#gnb>ul>li {position:relative; text-align:center; padding:0 45px;}
#gnb>ul>li>a {position:relative; display:inline-block; font-size:20px; line-height:110px; font-weight:500; color:#fff; transition: all 0.6s;}
#gnb>ul>li:hover>a {color:#ff1010;}

#gnb .submenu {display: none; position:absolute; top:100%; left:50%; transform: translateX(-50%); width:260px; z-index:20;}
#gnb .submenu ul {padding:40px 0 60px; background: #f8f8f8;}
#gnb .submenu ul li {padding:0; text-align:center;}
#gnb .submenu ul li a {position:relative; display:inline-block; font-size:18px; font-weight: 500; line-height:1.3em; color:#666; padding:7px 0; transition:all 0.4s;}
#gnb .submenu ul li a:hover {color:#000;}	 	 
#gnb .submenu ul li a:after {position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); content: ''; width: 0; height: 2px; background: #737373; transition: all 0.4s;}
#gnb .submenu ul li a:hover:after {width: 100%;}
 
.lang-selector {position: absolute; top: 50%; right: 75px; transform: translateY(-50%); display: inline-block; } 
.lang-btn {position: relative; width: 80px; height: 36px; border: 1px solid #fff; border-radius: 18px; background: transparent; font-family: 'montserrat'; font-size: 14px; font-weight: 700; color: #fff; cursor: pointer; transition: all 0.3s; padding-right: 16px;} 
.lang-btn:after {position: absolute; top: 50%; right: 14px; margin-top: -3px; content: ''; width: 10px; height: 6px; background: url('../img/layout/lang_btn.png') no-repeat right center; transition: all 0.3s;}
.lang-menu {display: none; position: absolute; top: 40px; left: 0; width: 100%; border: 1px solid #fff; border-radius: 18px; background: rgba(255,255,255,0.2); overflow: hidden; transition: all 0.3s; z-index: 15;} 
.lang-menu li {text-align: center; } 
.lang-menu li a {display: block; padding: 5px 0; color: #fff; font-size: 15px; font-weight: 700; text-decoration: none; transition: all 0.3s; } 
.lang-menu li a:hover {background: #fff; color: #001f5d;}

.sitemap-btn {position:absolute; top:50%; right:15px; width:25px; height:16px; margin-top:-8px;}
.sitemap-btn span {position:absolute; width:25px; background:#fff; height:2px; right:0; top:50%; margin-top:-1px; transition: all 0.6s;}
.sitemap-btn span:before,
.sitemap-btn span:after {content:''; width:13px; height:2px; position:absolute; left: 50%; transform: translateX(-50%); background:#fff; transition: all 0.6s;}
.sitemap-btn span:before {top:-7px;}
.sitemap-btn span:after {bottom:-7px;}
.sitemap-btn:hover span:before,
.sitemap-btn:hover span:after {width: 25px;}

.submenu-bg {background-color:rgba(0,0,0,0.6);}

/* header hover */
#header:hover {background: #fff;} 
#header:hover .sitelogo a {background-image: url('../img/layout/logo_active.png');}
#header:hover #gnb>ul>li>a {color: #000;}
#header:hover #gnb>ul>li:hover>a {color: #001f5d;}
#header:hover .lang-btn {border: 1px solid #000; color: #000;} 
#header:hover .lang-btn:after {background-image: url('../img/layout/lang_btn_black.png');}
#header:hover .lang-menu {border: 1px solid #000; background: rgba(255,255,255,0.2);} 
#header:hover .lang-menu li a {color: #000;} 
#header:hover .lang-menu li a:hover {background: #fff; color: #001f5d;}
#header:hover .sitemap-btn span {background:#000;}
#header:hover .sitemap-btn span:before,
#header:hover .sitemap-btn span:after {background:#000;}

/* header scrolled */
#header.scrolled {background: #fff;} 
#header.scrolled .sitelogo a {background-image: url('../img/layout/logo_active.png');}
#header.scrolled #gnb>ul>li>a {color: #000;}
#header.scrolled #gnb>ul>li:hover>a {color: #001f5d;}
#header.scrolled .lang-btn {border: 1px solid #000; color: #000;} 
#header.scrolled .lang-btn:after {background-image: url('../img/layout/lang_btn_black.png');}
#header.scrolled .lang-menu {border: 1px solid #000; background: #fff;} 
#header.scrolled .lang-menu li a {color: #000;} 
#header.scrolled .lang-menu li a:hover {background: #fff; color: #001f5d;}
#header.scrolled .sitemap-btn span {background:#000;}
#header.scrolled .sitemap-btn span:before,
#header.scrolled .sitemap-btn span:after {background:#000;}

/* footer */
#footer {background: #171920; padding:74px 0;}
.footer-top {padding-bottom: 33px; margin-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1);}
.footer-top .wrap {display: flex; justify-content: space-between;}
.footer-gnb > ul {display: flex; margin: 0 -30px;}
.footer-gnb > ul > li {padding: 0 30px;}
.footer-gnb > ul > li > a {font-size: 16px; line-height: 1.5em; color: #fff; margin-bottom: 20px; transition: all 0.3s;}
.footer-gnb .depth2 > ul > li > a {font-size: 16px; line-height: 1.5em; color: rgba(255,255,255,0.6); margin-bottom: 6px; transition: all 0.3s;}
.footer-gnb .depth3 > ul > li > a {position: relative; font-size: 14px; line-height: 1.5em; color: rgba(255,255,255,0.3); padding-left: 18px; margin-bottom: 5px; transition: all 0.3s;}
.footer-gnb .depth3 > ul > li > a:before {position: absolute; top: 50%; margin-top: -1px; left: 11px; content: ''; width: 2px; height: 2px; background: rgba(255,255,255,0.3); border-radius: 50%; transition: all 0.3s;}
.footer-gnb ul li a:hover {font-weight: 600; color: #fff;}
.footer-gnb .depth3 > ul > li > a:hover:before {background: #fff;}

.site-selector {position: relative; z-index: 12;}
.site-btn {position: relative; width: 180px; height: 42px; font-size: 15px; line-height: 42px; color: #fff; text-align: left; padding: 0 20px; background: #1f2531; border-radius: 3px; border: 0;}
.site-btn:after {position: absolute; top: 50%; margin-top: -2px; right: 20px; content: ''; width: 8px; height: 5px; background: url('../img/layout/btn_family_site_open.png') no-repeat center center;}
.list-open .site-btn:after {transform: rotate(180deg);}
.site-list {display: none; position: absolute; top: 42px; left: 0; width: 100%; border-radius: 0 0 3px 3px; overflow: hidden;}
.site-list a {height: 42px; font-size: 15px; line-height: 42px; color: #fff; background: #1f2531; padding: 0 20px; transition: all 0.5s;}
.site-list a:hover {background: #313a4d;}

.copyright p {font-size: 16px; line-height: 1.5em; color: rgba(255,255,255,0.3); margin-top: 92px;}

.footer-bottom {display: flex; justify-content: space-between;}
.footer-bottom ul {display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; margin: 0 -12px;}
.footer-bottom ul li {position: relative; padding: 0 12px;}
.footer-bottom ul li:after {position: absolute; top: 50%; margin-top: -6px; right: -1px; content: ''; width: 2px; height: 12px; background: rgba(255,255,255,0.3);}
.footer-bottom ul li:last-child:after {display: none;}
.footer-bottom ul li a {position: relative; font-size: 16px; line-height: 1.4em; color: rgba(255,255,255,0.3); transition: all 0.3s;}
.footer-bottom ul li a.sns_insta {padding-left: 28px; color: rgba(255,255,255,0.6);}
.footer-bottom ul li a.sns_insta:before {position: absolute; top: 50%; margin-top: -10px; left: 0; content: ''; width: 20px; height: 20px; background: url('../img/layout/icon_insta.png') no-repeat center center; transition: all 0.3s;}
.footer-bottom ul li a.sns_insta:hover:before {filter: brightness(150%);}
.footer-bottom ul li a:hover {color: #fff;}

.scroll-top {position:fixed; right:90px; bottom:180px; width: 55px; height: 55px; border: 1px solid #999; border-radius: 5px; background-image: url('../img/layout/scroll_top.png'); background-repeat: no-repeat; background-position: center center; transition:all 0.3s; z-index: 15;}
.scroll-top:hover {background-color: #001f5d; background-image: url('../img/layout/scroll_top_white.png'); border: 1px solid #001f5d; }
html.scroll-fade .scroll-top {right:-60px;}

/* 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;}

.site-wrap {max-width:1750px; width:100%; padding:0 15px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:0; width:100%; height:110px; display:flex; align-items:center; z-index:11; padding:0 15px;}
.site-wrap .head .logo img {margin-top: 2px;}
.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;}

.sitemap .sitemap-close {position:absolute; top:50%; margin-top:-18px; right:15px; 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 .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:0;}
.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 {max-width:95px; width: 100%; 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:100px;}
.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;}

/* sitemap-white */
.sitemap-white:before {background:url('../img/layout/sitemap-white.jpg') center center no-repeat; background-size: cover;}
.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 #001f5d; color:#fff; background:#001f5d;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#001f5d; opacity:0.2;}
.sitemap-white .nav-menu .submenu ul li a {color:#666;}
.sitemap-white .nav-menu .submenu ul li a:hover {color:#000;}

.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:10px;}
	.nav-menu .submenu ul li {padding-right:20px;}
	.nav-menu .submenu ul li a {font-size:20px;}
}
@media (max-width: 1200px) {
	/* header */
	.site-wrap .head .logo img {width: 186px; margin-top: 3px;}
}
@media (max-width:1024px){
	.site-wrap .wrap:after {display:none;}
	.site-wrap .head {position:relative; left:0; height:80px; padding: 0;}
	.site-wrap .head .logo img {width: 170px; margin-top: 4px;}
	.sitemap .sitemap-close {top: 40px; right: 0;}
	.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:60px;}
	.site-wrap .head .logo img {width: 150px; margin-top: 5px;}
	.sitemap .sitemap-close {top: calc(60px / 2);}	
	.site-wrap .wrap {padding:30px 0; height:calc(100vh - 60px);}
	.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;}
	
}
