@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-tablet-mobile {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}


/* header */
#wrapper {padding-left:270px; min-height:100vh; position:relative; overflow-x:hidden; overflow-y:auto;}
#header {position:absolute; left:0; top:0; background:#fff; z-index:20; width:270px; z-index:99; height:100%; min-height:100vh;}
#sub #header {border-right:1px solid #ddd;}
#header > .contain {padding:0; display:flex; flex-direction:column; justify-content:space-between; height:100%; border-right:1px solid #ddd;}
.sitelogo a {display:flex; height:125px;align-items:center; padding:0 40px;}
.gnb-wrap {flex:1;}

.util {padding-left:38px; margin-top:14px;}
.util ul {display:flex; margin:0 -10px;}
.util ul li {padding:0 10px; position:relative;}
.util ul li:before {content:""; position:absolute; width:1px; height:12px; background:#dfdfdf; right:0; top:50%; margin-top:-6px;}
.util ul li:last-child:before {display:none;}
.util ul li.on a {color:#6a599d;}
.util ul li a {font-weight:400; line-height:1.2em; letter-spacing:-0.04em; color:#878787;}
#gnb > ul > li:first-child {border-top:1px solid #ddd;}
#gnb > ul > li {width:100%; border-bottom:1px solid #ddd;}
#gnb > ul > li.active > a ,
#gnb > ul > li:hover > a {color:#fff; background:#6a599d;}
#gnb > ul > li > a {position:relative; display:block; width:100%; font-size:18px; font-weight:400;  padding:17px 20px 17px 38px; letter-spacing:-0.03em; color:#2c2c2c;  transition:all 0.2s ease-in-out;}
#gnb > ul > li > a:before {content:""; position:absolute; width:16px; height:14px; background:url("../images/common/arrow.png") no-repeat 50% 50%; background-size:contain; right:20px; top:50%; margin-top:-7px; transform:translateX(-20px); opacity:0; transition:0.2s all ease;}
#gnb > ul > li:hover > a:before {opacity:1; transform:translate(0);}

.submenu-bg {display:none; position:absolute; height:100vh; left:270px; top:0; background:rgba(0,0,0,0.9); z-index:100;}
.submenu {display:none; position:absolute; width:290px; top:0; left:270px;  z-index:101; height:100%;}
.submenu .tit {height:115px;padding-left:28px; display:flex; align-items:center; font-size:24px; font-weight:700; line-height:1.2em; letter-spacing:-0.04em; color:#fff;}

.submenu ul li:first-child {border-top:1px solid #454545;}
.submenu ul li { width:100%; border-bottom:1px solid #454545;}
.submenu ul li a {display:block; font-size:16px; font-weight:400; letter-spacing:-0.04em; color:#fff; padding:18px 0 18px 28px;}
.submenu ul li a:hover {background:#fff; color:#6a599d;}

.foot-copy {padding:38px; padding-bottom:10px;}
.foot-copy .contain {padding:0;}



/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-11px; right:30px; width:27px; height:22px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1.5px; width:27px; height:2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:2px; background:#242424; 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; border-bottom:1px solid #ddd;}
.mobile-navigation .home img {height:50px;}
.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:#555;}
.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 #555; border-bottom:2px solid #555;}
.mobile-navigation .nav-menu>ul>li.active>a:after{transform: translateY(-35%) rotate(-135deg); border-color: #555;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;  padding:10px 0;background:#6a599d; padding-bottom:10px;}
.mobile-navigation .nav-menu .submenu>ul {display:block; width:100%; background:transparent;}
.mobile-navigation .nav-menu .submenu>ul>li {text-align:left; padding:0; border: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; opacity:0.6; 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; opacity:1;}
.mobile-navigation .close {position:absolute; top:15px; 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-wrap {display:flex;}
.main-visual {position:relative; flex:1 1 auto; min-width:0; width:1%; overflow:hidden;}


.main-visual .cnt {position:absolute; color:#fff; z-index:1; padding:0 30px;}
.main-visual .cnt.ver1 {text-align:center; top:10%; left:50%; max-width:1260px;transform:translateX(-50%); width:100%; max-width:720px;}
.main-visual .cnt.ver2 {top:135px; left:135px;}
.main-visual .cnt .t1 {font-size:16px; font-weight:200; letter-spacing:0; line-height:1.2em; margin-bottom:20px; transform:translateX(50px); opacity:0;}
.main-visual .cnt .t1.ver2 {letter-spacing:0.5em;}
.main-visual .cnt .t2 {font-size:38px; font-weight:400; line-height:1.2em; letter-spacing:-0.04em;  transform:translateX(50px); opacity:0; margin-bottom:24px;}
.main-visual .cnt .t2.ver2 {font-size:48px;}
.main-visual .cnt .t2.tx {font-family:"Roboto";}
.main-visual .cnt .t2 strong {font-weight:700;}
.main-visual .cnt .deco {font-family: 'Noto Serif', serif; font-size:58px; font-weight:700; line-height:1.2em; letter-spacing:0; padding:25px 0; margin-top:25px; ;  transform:translateX(50px); opacity:0; border-top:1px solid rgba(255,255,255,0.2); border-bottom:1px solid rgba(255,255,255,0.2);}

.main-visual .slick-active .t1 {transform:translateX(0); opacity:1; transition:all 1s ease 0.4s;}
.main-visual .slick-active .t2 {transform:translateX(0); opacity:1; transition:all 1s ease 0.6s;}
.main-visual .slick-active .deco {transform:translateX(0); opacity:1; transition:all 1s ease 0.8s;}
.main-visual .mv img {width:100%;}
.main-visual .mv {
	
	
	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 */
	
}
.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;
}

.main-banner {flex: 1 1 auto; min-width: 0; width: 1%; display:flex; flex-direction:column;}
.main-banner .group.top {position:relative; padding-bottom:100%;  overflow:hidden;}
.main-banner .group.top ul {position:absolute; width:calc(100% - 80px); height:calc(100% - 80px); left:40px; top:40px; display:flex; flex-wrap:wrap;}
.main-banner .group.top ul li {width:50%; height:50%; position:relative;}
.main-banner .group.top ul li a:before {content:""; position:absolute; left:-1px; top:-1px; right:0; bottom:0; border:1px solid #ddd;}
.main-banner .group.top ul li a {display:flex; align-items:center; justify-content:center; width:100%; height:100%; flex-direction:column; text-align:center; background:#fafafa; position:relative;}
.main-banner .group.top ul li .icon {margin-bottom:18px;}
.main-banner .group.top ul li .tit {font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#2c2c2c;}

.main-banner .group.btm {background:#333; padding:40px; padding-bottom:0; flex:1 0 auto; position:relative;}
.main-banner .group.btm .tit {font-size:26px; font-weight:700; line-height:1.2em; letter-spacing:-0.04em; color:#fff; margin-bottom:25px;}

.scheduleSlider a {position:relative; display:block; padding:20px; color:#fff; font-size:17px; font-weight:400; line-height:1.2em; letter-spacing:-0.04em;}
.scheduleSlider a:before {content:""; position:absolute; width:14px; height:14px; background:url("../images/main/more.png") no-repeat 50% 50%; right:20px; top:50%; margin-top:-7px; transition:0.2s all ease; opacity:0;}
.scheduleSlider a:hover {background:#6a599d; font-weight:600;}
.scheduleSlider a:hover:before {transform:rotate(90deg); opacity:1;}
.scheduleSlider li:first-child {margin-top:0;}
.scheduleSlider li {border:1px solid #fff; margin-top:-1px;}

.schedul-ctrl {position:absolute; right:40px; top:48px; display:flex; align-items:center; color:#fff;}
.schedul-ctrl .paging {margin:0 12px; font-size:18px; font-weight:300; line-height:1.2em; letter-spacing:-0.04em; color:#fff;}
.schedul-ctrl .paging .current {font-weight:700;}
.schedul-ctrl button {display:block; width:10px; height:18px; border:0; text-indent:-999em; overflow:hidden; background-color:transparent; background-repeat:no-repeat; background-size:contain; background-position:50% 50%;}
.schedul-ctrl .prevArrow {background-image:url("../images/main/arrow_prev.png");}
.schedul-ctrl .nextArrow {background-image:url("../images/main/arrow_next.png");}

.partner-list {position:relative; padding:22px 0; background:#fff; display:flex; align-items:center; border-top:1px solid #ddd;}
.partner-list .tit {min-width:160px; text-align:center; position:relative; font-size:16px; font-weight:600; line-height:1.2em; letter-spacing:-0.04em; color:#2c2c2c;}
.partner-list .tit:before {content:""; position:absolute; width:6px; height:6px; background:#c2c3c3; top:50%; margin-top:-3px; margin-left:-18px; border-radius:100%;}
.partner-list .wrap {flex: 1 1 auto; min-width: 0; width: 1%;}
.partner-list .wrap .rolling {position:relative; overflow:hidden; height:40px;}
.partner-list .wrap .rolling ul {width:9999px;}
.partner-list .wrap .rolling ul li {float:left;  line-height:0; margin-right:50px;}
.partner-list .wrap .rolling ul li a {pointer-events: none; /*이벤트를 막음*/ cursor: default; /*마우스 커서를 포인트에서 디폴트로 변경*/}


/* sub page */ 
.sub-visual {position:relative; width:100%; height:480px; 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:1260px; padding:0 30px; width:100%; margin:0 auto; color:#fff; text-align:center;}
.sub-visual .content h2 {font-size:48px; font-weight:700; line-height:1.2em; letter-spacing:-0.04em;}

.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:115px auto 55px; max-width:1260px; padding:0 30px; width:100%;}
.sub-title h2 {position:relative; color:#2c2c2c; font-size:38px; line-height:1.2em; font-weight:700; letter-spacing:-0.04em;}
.sub-title h2 span {font-size:17px; font-weight:400; color:#878787;}

#lnb {border-bottom:1px solid #ddd;}
.lnb {max-width:1200px; margin:0 auto; position:relative; padding:25px 0;}
.lnb {}
.lnb ul {display:flex; position:relative; justify-content:center;}
.lnb ul li:before {content:""; position:absolute; width:1px; height:15px; background:#eaeaea; right:0; top:50%; margin-top:-7.5px;}
.lnb ul li:last-child:before {display:none;}
.lnb ul li {width:auto; position:relative; padding:0 20px;}
.lnb ul li a {font-size:17px; text-align:center; font-weight:400; line-height:1.2em; letter-spacing:-0.04em; color:#878787; position:relative;  z-index:1;}
.lnb ul li.active a:before {content:""; position:absolute; width:100%; height:6px; background:#d8d0ea; z-index:-1; left:0; bottom:0;}
.lnb ul li.active a{color:#2c2c2c; font-weight:500;}

#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:100px;}
.real-cont.none {padding-bottom:0;}


/* footer */
#footer {display:none; font-size:14px; font-weight:400; line-height:1.5em; letter-spacing:-0.03em; color:#878787}
.foot-info .f-logo {margin-bottom:38px;}
.foot-info address {font-style:normal;font-size:14px; font-weight:400; line-height:1.5em; letter-spacing:-0.03em; color:#878787;}
.foot-info address > span {display:flex; margin-bottom:13px;}
.foot-info address > span:last-child {margin-bottom:0;}
.foot-info address > span.wide {display:block;}
.foot-info address > span .tit {display:block; margin-right:8px; color:#2c2c2c;}
.foot-info .copyright {display:block; font-size:12px; margin-top:25px;}
.foot-info .copyright a {display:block; font-weight:600;}
.f-shortcut {display: block; margin-top: 20px;}