@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 {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1660px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width: 100%; max-width: 1260px; padding-left: 30px; padding-right: 30px; margin: 0 auto;}
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3;}
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:absolute; width:100%; z-index:100; top: 0; height: 100px; transition: .3s;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1860px;}
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo-w.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; position: relative; }
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 65px;}
#gnb>ul>li:last-child { padding-right: 0;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:22px; font-weight:600; line-height:1.3em; letter-spacing: -.03em; }
#gnb>ul>li:first-child .submenu {left:30px; transform:none;}
#gnb>ul>li>a::after { content: ""; position: absolute; left: 0; right: 0; margin: auto; bottom: 15px; width: 5px; height: 5px; border-radius: 100%; background: #45b144; opacity: 0; transition: .2s;}
#gnb>ul>li.active a::after { opacity: 1;}

#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform: translateX(-50%);}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:28px 50px; color:#fff; font-size:18px; line-height:1.33em; white-space:nowrap; font-weight: 300; letter-spacing: -.03em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#45b144; }

.btn-m-menu { display: none !important;}

.list-icon { width:30px; height:24px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: inline-block; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
.list-icon span {position:absolute; left:10px; right:0; top:50%; margin-top:0px; height:2px; background:#fff;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#fff; content: "only"; left: -10px;}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; background:#fff; }

#header.header-hover { background: #fff;}
#header.header-hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.header-hover #gnb>ul>li>a { color: #242424; }

#header.active { background: #fff;}
#header.active .sitelogo { background-image: url(../images/common/logo.png);}
#header.active #gnb>ul>li>a { color: #242424; }

.mobile-navigation { position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:16px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#45b144}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#45b144;}
.mobile-navigation .nav-menu .submenu img { display: none;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.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: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;}

/* 키비주얼관리 */
.main-visual {position:relative; height: 100vh !important; background: #000;}
.main-visual .slick-slide { position:relative; height: 100vh; overflow:hidden;}
.main-visual .contain {position: relative; height: 100%; margin: 0 auto;}
.main-visual .item {position:absolute; top:50%; left:50%; width:100%; padding-bottom:56.25%; transform:translate(-50%,-50%); overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video,
.main-visual .item iframe {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:contain;}

.main-visual .caption {position: absolute; bottom: 140px; width: 100%; left: 0; text-align: left; }
.main-visual .caption .txt {display: inline-block; text-align: left; color: #fff;}
.main-visual .caption p { letter-spacing: 0.2em; font-size: 22px; font-weight: 600; line-height: 1.3em; }
.main-visual .caption h2 { margin: 22px 0 42px; font-family:'Bona'; font-size: 80px; font-weight: 700; line-height: 1.2em; display: inline-block; padding-bottom: 0; border-bottom: 3px solid #fff;}
.main-visual .caption h3 { text-transform: uppercase; font-size: 34px; font-weight: 800; line-height: 1.2em; }

.main-visual .scroll-down { position: absolute; bottom: 60px; text-align: center; left: 0; right: 0; margin: auto; animation: scrollDisappear 1.5s infinite;}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      transform: translateY(40px);
    }
}

/* main */
.sec1-fx { display: flex; height: 100%;}
.sec1-fx .bg { width: calc(100%/3); background-repeat: no-repeat; background-position: center; background-size: cover; height: 100%;}
.sec1 .bg.bg1 { background-image: url(../images/main/main-img1.jpg);}
.sec1 .bg.bg2 { background-image: url(../images/main/main-img2.jpg);}
.sec1 .bg.bg3 { background-image: url(../images/main/main-img3.jpg);}
.sec1 .bg a { display: flex; align-items: flex-end; width: 100%; height: 100%; color: #fff; padding-bottom: 50px; text-align: center; justify-content: center;}
.sec1 .bg .line { width: 50px; height: 6px; margin: auto; background: #45b144; }
.sec1 .bg h2 { font-size: 48px; font-weight: 700; letter-spacing: -.03em; line-height: 1.2em; margin: 10px 0 25px;}
.sec1 .bg p { line-height: 1.6em; font-size: 20px; font-weight: 300; letter-spacing: -.03em; }
.sec1 .bg .view { width: 72px; height: 72px; background: url(../images/main/main-view.png) center no-repeat; background-size: contain; margin: 35px auto; opacity: 0; transition: .2s;}
.sec1 .bg a:hover .view { opacity: 1;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:600px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; text-align: center;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center;}
.sub-visual h2 {font-size:64px; line-height:1em; display: inline-block; font-weight: 700; letter-spacing: -.03em; margin-top: 50px;}

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual4.jpg");}

.path-wrap {position:relative; z-index:50; background: rgba(0,0,0,0.7); margin-top: -60px;}
.path-wrap .wrap {max-width:1200px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:60px; height:60px; background:url("../images/sub/home.png") 50% 50% no-repeat; background-size:22px; text-indent:-999em; overflow:hidden; border-right:1px solid rgba(255,255,255,0.3); border-left:1px solid rgba(255,255,255,0.3);}
.path-wrap .part {position:relative; min-width:260px; border-right:1px solid rgba(255,255,255,0.3); z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#fff; font-size:16px; font-weight:400; line-height:1.3em; padding:0 60px 0 19px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:19px; margin-top:-4px; width:12px; height:7px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#505050; line-height:1.3em; border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:17px 19px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8;}
.path-wrap .part.active a::after { transform: rotate(180deg);}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 60px 0; text-align: center;}

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #121212; color: rgba(255,255,255,0.6); padding: 50px 0;}
#footer .contain { display: flex; justify-content: space-between; max-width: 1860px; }
#footer .contain::after { content: none;}
.ft-left h3 { color: #fff; font-size: 16px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; }
.ft-text { line-height: 1.8em; letter-spacing: -.03em; margin: 20px 0 13px;}
.ft-text span { display: inline-block; font-size: 16px; font-weight: 300; line-height: 1.6em; padding-right: 33px; position: relative;}
.ft-text span:last-child { padding-right: 0; }
.ft-text span::after { content: ""; position: absolute; right: 14px; width: 1px; height: 13px; background: #9c9c9c; top: 6px;}
.ft-text span.af::after { display: none; }
.cpr { font-size: 14px; font-weight: 300; letter-spacing: -.03em; color: rgba(255,255,255,0.3); line-height: 1.3em; }
.cpr span { display: inline-block;}
.cpr a { display: inline-block;}
.ft-right { text-align: right;}
.policy { margin-bottom: 30px; line-height: 1.3em;}
.policy a { color: #fff; display: inline-block; position: relative; font-size: 14px; font-weight: 300; line-height: 1.3em; letter-spacing: -.03em; padding-left: 22px; }
.policy a::before { content: ""; position: absolute; left: 0; width: 15px; height: 15px; background: url(../images/common/policy.png) center no-repeat; background-size: contain; }
.policy a:last-child { margin-left: 40px; }
