@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:1500px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { 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:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
#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%; margin-right: -50px; } 
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:var(--font-size20); font-weight:600; line-height:1.3em; }
#gnb>ul>li:hover>a { color: var(--color-primary);}

.util { display: flex; align-items: center; gap: 10px; }
.list-icon { width:22px; height:16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#fff; left: 0; }
.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:-8px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#fff; }

#header.hover { background: #fff; }
#header.hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.hover #gnb>ul>li>a { color: #222; }
#header.hover #gnb>ul>li:hover>a { color: var(--color-primary);}

#header.move { background: #fff; }
#header.move .sitelogo { background-image: url(../images/common/logo.png);}
#header.move #gnb>ul>li>a { color: #222; }
#header.move #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.move .list-icon span { background: #222; }
#header.move .list-icon span:before,
#header.move .list-icon span:after { background: #222;}

.mobile-navigation {display:block; 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:17px; font-weight:700; line-height:1.5em;}
.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:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; overflow:hidden;}
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item>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; left: 0; text-align: center; width: 100%; top: 50%; transform: translateY(-50%);}
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption .logo { margin: 25px 0;}
.main-visual .caption .logo img { display: inline-block; }
.main-visual .caption h4 { font-size: var(--font-size28); font-weight: 500; line-height: 1.3em; }

.main-visual .scroll-down { position: absolute; bottom: 60px; z-index: 9; left: 0; color: #fff; right: 0; margin: auto; text-align: center; }
.main-visual .scroll-down span { display: block; font-size: 16px; margin-bottom: 8px; font-weight: 400; animation: links 1.5s ease-in-out infinite; letter-spacing: 0; }
.main-visual .scroll-down img { animation: scrollDown 1.5s ease-in-out infinite;}
@keyframes links {
	0%{ opacity: 1; }
	100% { opacity: 0; }
}
@keyframes scrollDown {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(20px); opacity: 0; }
} 

/* main 공통 */
.main-pd { padding: 140px 0;}
.main-subtit { font-size: var(--font-size18); font-weight: 600; line-height: 1.3em; margin-bottom: 7px; color: var(--color-primary); }
.main-subtit.white { color: #fff; }
.main-tit { font-size: var(--font-size40); font-weight: 700; line-height: 1.4em; margin-bottom: 50px; color: #222; }
.main-tit.white { color: #fff; }
.main-tit.mg { margin-bottom: 92px; }
.main-txt { line-height: 1.87em; }

/* main */
.sec1 { padding-top: 140px; background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover; color: #fff; overflow: unset; height: 100vh;}
.sec1 .contain { display: flex; align-items: flex-start; height: 100%; }
.sec1 .contain::after { content: none;}
.sec1 .left { width: 50%; padding-right: 20px; }
.sec1 .left p { margin-bottom: 30px; font-weight: 500; color: #ddd; }
.sec1 .left p:last-child { margin-bottom: 0; }
.sec1 .right { width: 50%; overflow: auto; height: 100%; }
.sec1 .right::-webkit-scrollbar { display: none; }
.sec1 .right .col { border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(0, 0, 0, 0.24); backdrop-filter: blur(12px); padding: 40px; padding-top: 60px; margin-bottom: 16px; }
.sec1 .right .col h3 { font-size: var(--font-size28); font-weight: 600; line-height: 1.5em; position: relative; }
.sec1 .right .col h3::before { content: ""; display: block; width: 8px; height: 8px; border-radius: 8px; background: #fff; margin-bottom: 18px; }
.sec1 .right .col p { font-weight: 300; margin-top: 30px; }
.sec1 .right .col ul { margin-top: 30px; }
.sec1 .right .col ul li { margin-bottom: 10px; position: relative; padding-left: 12px; }
.sec1 .right .col ul li:last-child { margin-bottom: 0; }
.sec1 .right .col ul li::before { content: ""; position: absolute; left: 0; width: 4px; height: 4px; border-radius: 4px; background: #fff; top: 9px; }

.sec2-wrap { display: flex; flex-wrap: wrap; gap: 24px; }
.sec2-wrap .col { width: calc(100%/3 - 16px); position: relative; color: #fff; }
.sec2-wrap .col img { width: 100%; }
.sec2-wrap .col .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: flex-end; padding: 30px; transition:all 0.3s ease-in-out;}
.sec2-wrap .col .abbox::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0, 0, 0, 0.64) 0%, transparent 100%); transition:all 0.3s ease-in-out;}
.sec2-wrap .col .abbox>div { position: relative; z-index: 1; }
.sec2-wrap .col .abbox .trans { transform: translateY(110px); transition:all 0.3s ease-in-out;}
.sec2-wrap .col .abbox .num { font-size: var(--font-size18); font-weight: 700; line-height: 1.2em; }
.sec2-wrap .col .abbox .tit { margin-top: 10px; font-size: var(--font-size28); font-weight: 700; line-height: 1.3em; }
.sec2-wrap .col .abbox .main-txt { font-weight: 400; margin-top: 20px; opacity: 0; transition: opacity 0s ease-in-out 0s; }
.sec2-wrap .col:hover .abbox { background: rgba(36, 60, 98,0.8);}
.sec2-wrap .col:hover .abbox::before { opacity: 0; }
.sec2-wrap .col:hover .abbox .trans { transform: translateY(0);}
.sec2-wrap .col:hover .abbox .main-txt { opacity: 1; transition: opacity 0.3s ease-in-out 0.2s; }

.sec3 { position: relative; padding-bottom: 140px; }
.sec3::before { content: ""; position: absolute; z-index: -1; left: 0; bottom: 0; width: 100%; height: 280px; background: var(--color-primary); }
.sec3 .contain { display: flex; align-items: center;}
.sec3 .contain::after { content: none;}
.sec3 .img { width: 38%; }
.sec3 .info { width: 62%; padding-left: 72px; }
.sec3-wrap { display: flex; flex-wrap: wrap; gap: 24px; }
.sec3-wrap .col { width: calc(100%/2 - 12px); background: #fff; padding: 38px 32px; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08); }
.sec3-wrap .col .num { color: #a5afbf; font-size: var(--font-size24); font-weight: 700; line-height: 1.2em; margin-bottom: 17px; }
.sec3-wrap .col .tit { font-size: var(--font-size24); font-weight: 600; line-height: 1.4em; color: #222; margin: 15px 0;}

.sec4 { text-align: center; }
.sec4-swp { position: relative; text-align: left; }
.sec4-swiper .item .tit { margin: 35px 0 18px; font-size: var(--font-size24); font-weight: 600; line-height: 1.4em; color: #222; }
.sec4-prev::after, .sec4-next::after { display: none; }
.sec4-prev, .sec4-next { position: absolute; top: 50%; transform: translateY(-50%); margin-top: 0; background-repeat: no-repeat; background-position: center; background-size: 7px; width: 48px; height: 48px; border: 1px solid #ddd; border-radius: 48px; background-color: #fff; transition: .3s;}
.sec4-prev { left: -96px; background-image: url(../images/main/sec4-prev.png); }
.sec4-prev:hover { border-color: var(--color-primary); background-color: var(--color-primary); background-image: url(../images/main/sec4-prev-w.png);}
.sec4-next { right: -96px; background-image: url(../images/main/sec4-next.png); left: auto; }
.sec4-next:hover { border-color: var(--color-primary); background-color: var(--color-primary); background-image: url(../images/main/sec4-next-w.png);}

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #fff; border-top: 1px solid #ddd;}
#footer .contain { display: flex; align-items: flex-start; justify-content: space-between; }
#footer .contain::after { content: none;}
.ft-top { padding: 60px 0 30px; border-bottom: 1px solid #ddd;}
.ft-text { margin-top: 42px; }
.ft-text span { display: inline-block; padding-right: 40px; margin-bottom: 12px; }
.ft-text span strong { position: relative; font-weight: 600; padding-right: 24px; }
.ft-text span:last-child { padding-right: 0; }
.ft-btm { padding: 50px 0;}
.cpr { color: #999;}
.cpr span { display: inline-block; padding-right: 21px; position: relative;}
.cpr span::after { content: ""; position: absolute; top: 7px; right: 10px; width: 1px; height: 10px; background: #999;}
.cpr a { display: inline-block; }
.policy a { display: inline-block; font-weight: 600; padding-right: 60px; position: relative; padding-left: 26px; color: #999; }
.policy a::before { content: ""; position: absolute; left: 0; top: 2px; width: 16px; height: 17px; background: url(../images/common/policy.png) center no-repeat; background-size: contain;}
.policy a:last-child { padding-right: 0; }
.scroll-top { width: 56px; height: 56px; border-radius: 56px; background: url(../images/common/scroll-top.png) center no-repeat; background-size: contain; display: inline-block; }

/* 퀵메뉴 */
.quick { position: fixed; right: 30px; bottom: 30px; z-index: 999;}
.quick a { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; width: 100px; height: 100px; border-radius: 100px; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24); margin-bottom: 10px; }
.quick a:last-child { margin-bottom: 0; }
.quick a span { display: block; line-height: 1em; margin-top: 12px; font-weight: 600; color: #fff; }
.quick a.bg1 span { color: #222; }
.quick a.bg1 { background: #fae101;}
.quick a.bg2 { background: #03C75A;}
.quick a.bg3 { background: var(--color-primary);}