@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-tablet {display:block;}

#wrapper {position:relative; overflow:hidden;}

#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 {position:relative; width:100%; max-width:1260px; padding-left:30px;padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}


/* header */
#header  {position:fixed; z-index:90; left:0; top:0; width:100%; transition:0.2s all ease; background:rgba(0,0,0,0.35);}

#header .contain {position:relative; max-width:1780px; padding-left:30px; padding-right:30px;}
.sitelogo {position:absolute; left:30px; top:50%; margin-top:-21px; z-index:10;}
.sitelogo a {display:block; text-indent:-999em; overflow:hidden; width:349px; height:42px; background-repeat:no-repeat; background-position:50% 50%; background-size:contain; background-image:url("../images/common/logo2.png");}

#gnb > ul {position:relative; display:flex; justify-content:flex-end; padding-right:240px;}
#gnb > ul > li {position:relative; text-align:center; padding:0 60px; }
#gnb > ul > li > a {display:flex; align-items:center; justify-content:center; font-size:20px; font-weight:600; height:100px; letter-spacing:-0.03em; color:#fff; position:relative;}
#gnb > ul > li.active > a {color:#2c3c98 !important;}

#gnb .submenu {height:0; position:absolute; left:0; width:100%; z-index:102; overflow:hidden;}
#gnb .submenu ul {padding:19px 0;}
#gnb .submenu ul li {padding:9px 0; line-height:1.4em; display:flex; align-items:center; justify-content:center;}
#gnb .submenu ul li a {display:inline-block; vertical-align:middle; position:relative; color:#fff; font-size:17px; font-weight:400; line-height:1.4em; letter-spacing:-.03em; transition: all 0.2s ease-in;}
#gnb .submenu ul li a:hover {text-decoration:underline;}
#header .submenu-bg {display:none; position:absolute; left:0; width:100%; background:rgba(44,60,152,0.95);}

.util {position:absolute; right:125px; top:50%; transform:translateY(-50%);}
.util ul {display:flex; margin:0 -3px;}
.util ul li {padding:0 3px;}
.util ul li.on a {color:#fff; background:#2c3c98; border-color:#2c3c98}
.util ul li a {font-size:14px; font-weight:500; line-height:1em; letter-spacing:0; color:#454545; padding:8px 10px; background:#fff; border-radius:100vh; display:inline-block; border:1px solid #fff;}

.m-util ul {display:flex;border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.m-util ul li {flex:1; border-right:1px solid #ddd;}
.m-util ul li:last-child {border-right:0;}
.m-util ul li a {height:40px; display:flex; align-items:center; justify-content:center; text-align:center;}
.m-util ul li.on a {background:#2c3c98; color:#fff;}

#header.header-white {background:#fff;}
.header-white .sitelogo a {background-image:url("../images/common/logo.png");}
.header-white #gnb > ul > li > a {color:#2c2c2c;}
.header-white .util ul li.on a {border-color:#2c3c98;}
.header-white .util ul li a {border:1px solid #ddd;}
.header-white .btn-m-menu span,
.header-white .btn-m-menu span:before,
.header-white .btn-m-menu span:after  {background:#2c2c2c;}

.header-fixed #header .sitelogo a {background-image:url("../images/common/logo.png")}
.header-fixed #header { background:#fff; transition:0.2s all ease; box-shadow:2px 2px 2px rgba(0,0,0,0.2);}
.header-fixed #header .btn-m-menu span {background:#2c2c2c;}
.header-fixed #header .btn-m-menu span:before,.header-fixed #header .btn-m-menu span:after {background:#2c2c2c;}
.header-fixed #header  #gnb > ul > li > a {color:#2c2c2c;}


/* for mobile */
.btn-m-menu {position:absolute; top:50%; margin-top:-12px; right:30px; width:28px; height:24px; text-align:center; text-indent:-9999em; z-index:92; transition: all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:10px; height:2px; width:17px;background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:28px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:300px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#ffffff; z-index:101;}
.mobile-navigation .home {padding-bottom:20px; padding-left:15px;}
.mobile-navigation .home img {height:26px; width:auto;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:14px 15px; display:block; color:#242424; font-size:1.3em; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#2c3c98;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c3c98; border-bottom:2px solid #2c3c98;}
.mobile-navigation .nav-menu>ul>li.active>a:after{transform: translateY(-35%) rotate(-135deg); border-color: #2c3c98;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;  padding:10px 0;background:#2c3c98; padding-bottom:10px;}
.mobile-navigation .nav-menu .submenu>ul {display:block; width:100%;}
.mobile-navigation .nav-menu .submenu>ul>li {text-align:left; padding:0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 0 5px 25px; color:#fff; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {content:"";position:absolute; top:14px; left:15px; width:4px; height:4px; border-radius:100%; background:#fff; transition:.2s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#fff}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#fff}
.mobile-navigation .close {position:absolute; top:20px; right:18px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#242424;}
.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:.76; z-index:98;} 

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;}
.main-visual .item {position:relative; height:calc(100vh - 161px); width:100%;}
.main-visual .item img {object-fit:cover; height:100%; width:100%;}

.main-visual .cnt {position:absolute; transform:translate(-50%,-50%); left:50%; top:50%; max-width:1780px; padding:0 30px; width:100%; z-index:1; }
.main-visual .cnt .inner {position:relative; transform:translateX(50px); opacity:0; padding:0 50px;}
.main-visual .deco {font-family: 'Titillium Web', sans-serif; font-size:22px; font-weight:600; letter-spacing:-0.03em; line-height:1.1em; color:#fff; margin-bottom:15px; position:relative; opacity:0.8;}
.main-visual .txt {font-size:50px; font-weight:600; line-height:1.2em; letter-spacing:-0.03em; color:#fff; text-shadow:3px 3px 10px rgba(0,0,0,0.5);}
.main-visual .txt strong {font-size:55px; font-weight:700;}

.main-visual .slick-active .cnt .inner {transform:translateX(0); opacity:1; transition:all 1s ease 0.5s;}

.main-visual .slick-arrow {position:absolute; z-index:1; top:50%; width:34px; height:65px; margin-top:-17px; background-position:50% 50%; background-repeat:no-repeat; background-color:transparent; text-indent:-999em; overflow:hidden; border:0; transition:0.2s all ease; opacity:0.3;}
.main-visual .slick-arrow:hover {opacity:1;}
.main-visual .slick-prev {background-image:url("../images/main/mv_prev.png"); left:60px;}
.main-visual .slick-next {background-image:url("../images/main/mv_next.png"); right:60px;}

.main-visual .slick-dots {position:absolute; left:50%; transform:translateX(-50%); bottom:40px; display:flex;}
.main-visual .slick-dots li {padding:0 7px;  position:relative;}
.main-visual .slick-dots li button {display:block; border:0; background:#fff; width:15px; height:15px; border-radius:100%; text-indent:-999em; overflow:hidden;}
.main-visual .slick-dots li.slick-active button {background:#2c3c98;}

.main-visual .mv {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	
	z-index:0;
}
.main-visual .slick-active .mv {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
	transition: all 3s ease-out 0s;
	transition-delay: 0.1s;
}



/* sub page */
.sub-visual {position:relative; background:#505050; width:100%; height:500px; padding-top:100px; display:flex; align-items:center; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.sub-visual .content {position:relative; z-index:1; max-width:1460px; padding:0 30px; width:100%; margin:0 auto; color:#fff; text-align:center;}
.sub-visual .content h2 {font-size:40px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; text-shadow:3px 3px 10px rgba(0,0,0,0.5);}
.sub-visual .content .deco {font-family: 'Titillium Web', sans-serif; font-weight:400; line-height:1.2em; letter-spacing:-0.03em;font-size:18px; margin-bottom:10px; opacity:0.8;}

.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	z-index:0;
}
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}

.sub-title {margin:80px 0 45px; text-align:center;}
.sub-title h2 {position:relative; color:#242424; font-size:35px; line-height:1.2em; font-weight:700; letter-spacing:-0.03em;}

#lnb {border-bottom:1px solid #ddd;}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul {display:flex;}
.lnb ul li {position:relative; width:auto; flex:1;}
.lnb ul li:before {content:""; position:absolute; width:1px; height:14px; background:#ddd; right:0; top:50%; margin-top:-7px;}
.lnb ul li:last-child:before {display:none;}

.lnb ul li a {display:flex; font-size:16px; font-weight:500; line-height:1em; letter-spacing:-0.04em; color:#454545; padding:10px; min-height:60px; height:100%; justify-content:center; align-items:center; text-align:center; position:relative;}
.lnb ul li.active a:before {content:""; position:absolute; width:100%; height:2px; background:#2c3c98; left:0; bottom:0;}
.lnb ul li.active a {color:#2c3c98;}



#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:160px;}
.real-cont.none {padding-bottom:0;}



/* footer */
#footer {position:relative; color:#5c5c5c; font-weight:400; background:#fff; font-size:15px;  letter-spacing:-0.02em; line-height:2em; padding:35px 0; border-top:1px solid #ddd;}
#footer .contain {max-width:1780px;}

#footer .f-cnt {display:flex; position:relative;}
#footer address {flex: 1 1 auto; min-width: 0; width: 1%; font-style:normal;}
#footer address strong {display:block; color:#454545; font-size:18px; font-weight:600;}
#footer address span {display:inline-block; margin-right:32px;}


#footer .copyright {font-size:14px; font-weight:400; line-height:1.2em; letter-spacing:-0.02em; color:#5b5b5b;}
#footer .copyright a {font-weight:400; color:#8e8e8e;}

.f-menu ul {display:flex;}
.f-menu ul li {position:relative; padding-left:20px; margin-left:48px;}
.f-menu ul li:first-child {margin-left:0;}
.f-menu ul li:before {content:""; position:absolute; width:15px; height:15px; background:url("../images/common/f_pop.png") no-repeat 50% 50%; left:0; top:8px;}