@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:1460px; 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:sticky; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1780px;}
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.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; transition: .2s;} 
#gnb>ul>li {position:relative; text-align: center; }
#gnb>ul>li::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 15px; background: #ccc;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#2c2c2c; font-size:19px; font-weight:600; line-height:1.3em; letter-spacing: -.03em; padding: 0 20px; }
#gnb>ul>li:last-child::after { display: none; }
#gnb>ul>li:last-child a { padding-right: 0; }
#gnb>ul>li.active a { color: #830000;}

#gnb .submenu {display:none; position:absolute; left:50%; width:275px; transform:translateX(-50%); background:#fff; border-top:0; text-align:left; border-radius: 0 0 16px 16px;}
#gnb .submenu>ul {padding:12px 0;}
#gnb .submenu>ul>li>a {display:block; padding:9px 20px; color:#505050; font-size:16px; line-height:1.33em; font-weight: 500; }
#gnb .submenu>ul>li>a:hover {color:#830000;}

.btn-m-menu { display: none !important;}

.list-icon { width:25px; height:20px; 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:0; right:0; top:50%; margin-top:0px; height:2px; background:#242424;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-9px; transition-property:top, transform; background:#242424; content: "only"; left: 0;}
.list-icon span:after {bottom:-9px; transition-property:bottom, transform; background:#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:#830000}
.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:#830000;}
.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; background: #000;}
.main-visual .contain {position: relative; height: 100%; max-width: 1780px;}
.main-visual .item {position:relative; height:calc(100vh - 100px); overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1); transition: 4s;}
.main-visual .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-visual .caption {position: absolute; width: 100%; left: 0; text-align: left; bottom: 40px;}
.main-visual .caption .txt {display: inline-block; text-align: left; color: #fff; }
.main-visual .caption h3 { font-size: 50px; font-weight: 600; line-height: 1.2em; display: inline-block; border-bottom: 2px solid #fff; margin-bottom: 25px; }
.main-visual .caption h2 { line-height: 1.2em; font-size: 64px; font-weight: 700; margin-bottom: 25px; }
.main-visual .caption h2 span { color: #830000; text-shadow: -2px 0px #fff, 0px 2px #fff, 2px 0px #fff, 0px -2px #fff; }
.main-visual .caption p { font-size: 28px; font-weight: 500; line-height: 1.5em; }

.vs-pagi { position: absolute; right: 100px; bottom: 40px; display: flex; gap: 4px; align-items: center;}
.vs-pagi .roll-btn { width: 74px; height: 43px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.4); border-radius: 8px; background: rgba(0,0,0,0.4);}
.main-visual .slick-dots {line-height:0; z-index:50; position: relative; padding-top: 1px;}
.main-visual .slick-dots li {display: none; font-size: 14px; font-weight: 500; text-align: center; color: #fff;}
.main-visual .slick-dots li.slick-active{display:block; font-size: 14px; position: relative; }
.main-visual .slick-dots li span { padding: 0 5px;}

.main-visual .buttons #toggle { background: no-repeat url(../images/main/pause.png) 50% 50% / 7px; width: 55px; height: 43px; position: relative; display:inline-block; vertical-align: middle; text-indent: -9999em; overflow: hidden; border: 1px solid rgba(255,255,255,0.4); border-radius: 8px; background-color: rgba(0,0,0,0.4);}
.main-visual .buttons #toggle.play { background:transparent no-repeat url(../images/main/play.png) 50% 50% / 7px;}

.scroll-down { position: absolute; right: 100px; animation: scrollDisappear 2s infinite; top: 50%; transform: translateY(-50%);}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
}

/* main */
.sec1 { padding: 120px 0 160px; }
.sec1 .contain.wt { max-width: 1780px; display: flex; align-items: center;}
.sec1 .contain.wt::after { content: none;}
.sec1-logo { width: 160px; }
.sec1-txt { flex: 1 1 auto; min-width: 0; width: 1%; font-size: 30px; font-weight: 500; color: #2c2c2c; line-height: 1.5em; }
.sec1-box { margin-top: 110px; }
.sec1-box .title { max-width: 800px; margin: 0 auto 120px; height: 145px; display: flex; align-items: center; justify-content: center; border-radius: 24px; border: 2px solid #dfdfdf; background: #f8f8f8; font-size: 58px; font-weight: 600; line-height: 1.2em; color: #2c2c2c; position: relative; }
.sec1-box .title::after {content: ""; position: absolute; left: 0; right: 0; bottom: -120px; width: 1px; height: 120px; border-right: 1px dashed #d7d7d7; margin: auto;}
.sec1-box .title::before { content: ""; position: absolute; width: 960px; height: 110px; border: 1px dashed #d7d7d7; border-radius: 24px; left: -80px;  bottom: -180px;}
.sec1-list { display: flex; gap: 39px; flex-wrap: wrap;position: relative; z-index: 1; background: #fff;}
.sec1-list li { width: calc(100%/3 - 26px); text-align: center; background: #f8f8f8; border-radius: 24px; padding: 65px 10px; position: relative; overflow: hidden;}
.sec1-list li .tit { font-size: 32px; font-weight: 600; line-height: 1.2em; color: #2c2c2c; margin: 25px 0 40px;}
.sec1-list li .sec1-btn { width: 148px; height: 53px; border-radius: 27px; background: #005b53; margin: auto; color: #fff; display: flex; align-items: center; justify-content: center; line-height: 1em; font-size: 18px; font-weight: 400; border: none; }
.sec1-list li .abbox { position: absolute; left: 0; top: 0;width: 100%; height: 100%; background: #830000; text-align: center; padding: 45px 40px; color: #fff; opacity: 0; transition: .3s; z-index: -1; }
.sec1-list li .abbox .tit2 { font-size: 32px; font-weight: 600; line-height: 1.2em; color: #fff; margin: 20px 0 27px;}
.sec1-list li .abbox .txt { line-height: 1.6em; font-size: 18px; text-align: left;} 
.sec1-list li .abbox .sec1-close { line-height: 1em; display: inline-block; font-size: 12px; color: #fff; padding-right: 24px; position: absolute; right: 25px; top:30px; }
.sec1-list li .abbox .sec1-close::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 18px; height: 18px; background: url(../images/main/sec1-close.png) center no-repeat; background-size: contain; }
.sec1-list li .abbox.active { opacity: 1; z-index: 1; }
.sec1-list li .abbox .link-wrap { margin-top: 60px; text-align: left;}
.sec1-list li .abbox .links {text-align: left; position: relative; text-decoration: underline; text-underline-position: under; display: inline-block; padding-right: 25px;}
.sec1-list li .abbox .links::after { content: ""; position: absolute; right: 0; width: 12px; height: 16px; background: url(../images/main/sec1-view.png) center no-repeat; background-size: contain;top: 5px;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:400px; 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: left;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:left;}
.sub-visual h2 {font-size:64px; line-height:1em; display: inline-block; font-weight: 700; margin-bottom: 18px;}
.sub-visual p { font-size: 28px; font-weight: 400; line-height: 1.2em; text-transform: uppercase;}

.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-visual5.jpg");}
.sub-visual.bg6 {background-image:url("../images/sub/sub-visual6.jpg");}

.lnb-wrap {position:relative; }
.lnb-wrap::after { content: ""; position: absolute; left: 0; bottom: 12px; width: 100%; height: 1px; background: #2c2c2c;}
.lnb {margin:0 auto; max-width:1400px;}
.lnb .swiper { padding-bottom: 12px;}
.lnb ul {display:flex; background: #fff; }
.lnb ul li {flex:1; text-align:center; position: relative;}
.lnb ul li::after { content: ""; position: absolute; left: 0; right: 0; margin: auto; bottom: -12px; width: 24px; height: 24px; border-radius: 24px; background: #005b53; border: 4px solid #d6e5e3; display: none; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:90px; padding:0 15px; color:#999; font-size:24px; font-weight:600; line-height:1.2em; border-bottom: 1px solid #2c2c2c;}
.lnb ul li.active a {color:#830000; font-weight: 800;}
.lnb ul li.active::after { display: block; }
.lnb-wrap.clr .lnb ul li a { color: #830000;}
.lnb-wrap.clr .lnb ul li.active a { font-weight: 800;}
.lnb-wrap.clr .lnb ul li:first-child.active a { color: #999 !important; font-weight: 600;}
.lnb-wrap.clr .lnb ul li:first-child.active::after { display: none !important;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 120px 0 50px; text-align: left;}
.sub-title.pd { padding: 60px 0;}
.sub-title h1 { font-size: 58px; font-weight: 700; line-height: 1.2em; color: #2c2c2c;}
.sub-title h1.bf { padding-left: 57px; position: relative;}
.sub-title h1.bf::before { content: ""; position: absolute; left: 0; width: 30px; height: 38px; background: url(../images/sub/tit-bf.png) center no-repeat; background-size: contain; top: 14px;}

.real-cont {min-height:300px; padding-bottom: 160px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #eeeeee; color: #2c2c2c; padding: 45px 0;}
#footer .contain { max-width: 1780px; justify-content: space-between; display: flex; }
#footer .contain::after { content: none;}
.ft-left .touch { font-size: 24px; font-weight: 700; letter-spacing: -.04em; line-height: 1.2em; padding-bottom: 3px; display: inline-block; border-bottom: 2px solid #2c2c2c; margin-bottom: 35px; }
.ft-left h3 { line-height: 1em; font-size: 32px; font-weight: 600; color: #2c2c2c; letter-spacing: -.04em; margin-bottom: 10px; }
.ft-text span { line-height: 1.5em; font-size: 20px; display: block; }
.ft-text span.pd { padding: 0 10px; display: inline-block; font-size: 18px;}
.cpr { font-size: 18px; color: #2c2c2c; margin-top: 30px; }
.ft-right { display: flex; align-items: flex-end; flex-direction: column; text-align: right; justify-content: space-between;}
.scroll-top { width: 48px; height: 48px; border-radius: 100%; background-color: #121212; background-repeat: no-repeat; background-position: center; background-image: url(../images/common/top.png); background-size: 13px; position: relative; display: inline-block; }
.ft-link a { display: inline-block; font-size: 18px; font-weight: 500; color: #2c2c2c; line-height: 1.2em; }
.ft-link a:last-child { padding-left: 30px; }