@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;}
.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:sticky; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; background: #fff; }
#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.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: -70px; }
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 30px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:20px; font-weight:600; letter-spacing:-.04em; line-height:1.3em; padding: 0 40px;}
#gnb>ul>li>a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 3px; background: var(--color-primary); transition: .2s;}
#gnb>ul>li:hover>a { color: var(--color-primary);}
#gnb>ul>li:hover>a::after { width: 100%;  }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:25px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:12px 0; color:#454545; font-size:16px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {color: var(--color-primary);}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee;}

#header.hover { background: #fff;}
#header.hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.hover #gnb>ul>li>a { color: #242424; }
#header.hover .list-icon span { background: #242424; }
#header.hover .list-icon span:before { background: #242424; }
#header.hover .list-icon span:after { background: #242424; }

#header.move { background: #fff;}
#header.move .sitelogo { background-image: url(../images/common/logo.png);}
#header.move #gnb>ul>li>a { color: #242424; }
#header.move .list-icon span { background: #242424; }
#header.move .list-icon span:before { background: #242424; }
#header.move .list-icon span:after { background: #242424; }

.list-icon { width:30px; height:23px; 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:#242424; left: 10px; }
.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:-10px; transition-property:top, transform; background:#242424; content: "only"; left: -10px;}
.list-icon span:after {bottom:-10px; transition-property:bottom, transform; background:#242424; left: -10px;}

.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:var(--color-primary);}
.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:14px; 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:var(--color-primary);}
.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; overflow: hidden; width: 100%; height: 100vh;}
.main-visual .item {position:relative; height:100vh; 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; right: 0; text-align: left; top: 50%; transform: translateY(-50%); width: 100%; left: 0;}
.main-visual .caption .contain { display: flex; height: 100%; align-items: center; justify-content: space-between;}
.main-visual .caption .contain::after { content: none;}
.main-visual .caption .txt { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 20px; 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 h2 { font-size: 76px; font-weight: 400; line-height: 1.444em; font-family: 'Juache';}
.main-visual .caption h2 strong { color: #242424; font-weight: 700; }
.main-visual .caption h4 { line-height: 1.4em; font-size: 28px; font-weight: 300; margin: 20px 0;}
.main-visual .caption p { font-weight: 300; }
.main-visual .vs-call { position: relative; font-size: 32px; font-weight: 700; line-height: 1.2em; padding-left: 55px; margin-top: 25px; display: block; }
.main-visual .vs-call::before { content: ""; position: absolute; left: 0; width: 40px; height: 40px; background: url(../images/main/vs-call.png) center no-repeat; background-size: contain; top: 50%; transform: translateY(-50%); }
.main-visual .scroll-down { position: absolute; left: 0; right: 0; margin: auto; bottom: 40px; animation: scrollDown 2s infinite; }
@keyframes scrollDown {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(20px); opacity: 0; }
}

.main-visual .slick-arrow { width:33px; height:55px; z-index:50; opacity:1; background-position:50% 50%; background-repeat:no-repeat; overflow:hidden; cursor: pointer; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); }
.main-visual .slick-prev {background-image:url("../images/main/vs-prev.png"); left: 100px;}
.main-visual .slick-next {background-image:url("../images/main/vs-next.png"); right: 100px; }

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;}
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}

/* main 공통 */
.main-pd { padding: 150px 0;}
.main-tit { font-size: 60px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; color: #242424; text-align: center; margin-bottom: 60px; }
.main-tit.white { color: #fff; }
.main-prev::after, .main-next::after { display: none; }
.main-prev, .main-next { width: 64px; height: 64px; background-repeat: no-repeat; background-position: center; background-size: 14px; background-color: #fff; border-radius: 100%; border: 1px solid #ddd; top: 50%; transform: translateY(-50%); margin-top: 0; transition: .3s;}  
.main-prev { left: -112px; background-image: url(../images/main/main-prev.png);}
.main-prev:hover { background-image: url(../images/main/main-prev-w.png); background-color: var(--color-secondary); border-color: var(--color-secondary);}
.main-next { right: -112px; background-image: url(../images/main/main-next.png);}
.main-next:hover { background-image: url(../images/main/main-next-w.png); background-color: var(--color-secondary); border-color: var(--color-secondary);}

/* main */
.sec1 { position: relative; }
.sec1 .sb { position: absolute; left: 0; top: 0; z-index: -1; }
.sec1-fx { display: flex; align-items: center; justify-content: space-between; margin-bottom: 55px; }
.sec1 h4 { text-transform: uppercase; font-size: 20px; font-weight: 700; line-height: 1.2em; color: var(--color-primary); margin-bottom:20px; letter-spacing: -.02em; }
.sec1 h3 { color: #242424; line-height: 1.3em; font-size: 40px; font-weight: 600; letter-spacing: -.02em;}
.sec1-view { display: inline-block; width: 140px; height: 140px; background: url(../images/main/sec1-view.png) center no-repeat; background-size: contain; }
.sec1-view:hover { background-image: url(../images/main/sec1-view-c.png);}
.sec1-list { display: flex; flex-wrap: wrap; gap: 30px;}
.sec1-list li { width: calc(100%/2 - 15px); }
.sec1-list li img { border-radius: 24px; width: 100%; }
.sec1-list li .tit { font-size: 28px; font-weight: 600; line-height: 1em; color: #242424; letter-spacing: -.02em; margin: 40px 0 18px;}
.sec1-list li:first-child { position: relative; top: 40px; }

.sec2 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover; }
.sec2-tab { display: flex; justify-content: center; gap: 20px; margin-bottom: 60px;}
.sec2-tab li a { background: rgba(0,0,0,0.2); width: 140px; height: 44px; border-radius: 22px; display: flex; align-items: center; justify-content: center; color: #fff; line-height: 1em; font-size: 18px; font-weight: 600; letter-spacing: -.02em;}
.sec2-tab.bd li a { background: transparent; color: var(--color-primary); border: 1px solid var(--color-primary); font-size: 16px; }
.sec2-tab li.active a { background: var(--color-primary); color: #fff; }
.sec2-tab li a:hover { background: var(--color-primary); color: #fff; }
.sec2-swp { position: relative; }
.sec2-swiper { position: relative; width: 100%; overflow: hidden; text-align: center; color: #fff; }
.sec2-swiper .item .thumb {position:relative; padding-bottom:123%; margin-bottom:30px; overflow:hidden; border-radius: 16px; background: #fff; }
.sec2-swiper .item .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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;}
.sec2-swiper .item .tit { font-size: 18px; font-weight: 400; letter-spacing: -.02em;}
.pd-ab { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center; transition: .3s; opacity: 0; }
.pd-ab .circle { width: 100px; height: 100px; border-radius: 100%; background: var(--color-secondary) url(../images/main/sec3-sch.png) center 26px no-repeat; background-size: 24px; color: #fff; text-align: center; padding-top: 58px; }
.pd-ab .circle span { display: block; line-height: 1em; color: #fff; font-size: 15px; font-weight: 300; }
.sec2-swiper .item a:hover .thumb .pd-ab { opacity: 1; }
.sec2-prev, .sec2-next { top: 43%; }

.sec3 { background: #f8f8f8;}
.sec3-swiper { position: relative; width: 100%; overflow: hidden; }
.sec3-swiper .item a { background: #fff; border-radius: 16px; border: 1px solid #ddd; display: block; padding: 25px 30px;}
.sec3-swiper .item .tit { font-size: 18px; line-height: 1.5em; color: #242424; font-weight: 500; letter-spacing: -.03em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.sec3-swiper .item .txt { font-size: 15px; line-height: 1.6em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; margin: 20px 0 40px;}
.sec3-swiper .item .date { font-size: 13px; line-height: 1.3em; color: #686868; }
.sec3-view { width: 200px; height: 54px; border-radius: 27px; display: flex; align-items: center; justify-content: center; border: 1px solid #bfbfbf; margin: 60px auto 0; line-height: 1em; color: #686868; gap: 10px; font-weight: 500; }
.sec3-view:hover { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }

/* sub */ 
.sub-visual {position:relative; height:500px; 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; display: flex; align-items: center; justify-content: center;}
.sub-visual .contain { position: relative; }
.sub-visual h2 {font-size:80px; line-height:1em; display: inline-block; font-weight: 300; position: relative; line-height: 1em; letter-spacing: -.03em; font-family: 'Juache'; margin-bottom: 6px; }
.menu-ctr { display: flex; justify-content: center; align-items: center; gap: 40px; font-weight: 400; letter-spacing: -.04em;}
.menu-ctr .home { display: inline-block; position: relative; padding-left: 24px;}
.menu-ctr .home::before { content: ""; position: absolute; left: 0; width: 16px; height: 13px; background: url(../images/sub/home.png) center no-repeat; background-size: contain; top: 4px; }
.menu-ctr span { position: relative; }
.menu-ctr span::before { content: ""; position: absolute; left: -20px; width: 4px; height: 4px; border-radius: 4px; top: 0; bottom: 0; margin: auto; background: rgba(255,255,255,0.4);}

.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");}

.lnb-wrap {position:relative;}
.lnb {margin:0 auto; max-width:1200px; margin-top: -35px; background: #fff; border-radius: 35px; box-shadow: 0 0 10px rgba(0,0,0,0.15);overflow: hidden;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:70px; padding:0 15px; color:#242424; font-size:20px; font-weight:600; line-height:1.2em; letter-spacing:-.02em;}
.lnb ul li.active {background:var(--color-primary); border:0;}
.lnb ul li.active a {color:#fff;}

#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: 100px 0 60px; text-align: center;}
.sub-title h1 { font-size: 40px; font-weight: 600; line-height: 1em; color: #242424; letter-spacing: 0;}

.real-cont {min-height:300px; padding-bottom: 130px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; color:rgba(255,255,255,0.6); background: #242424; padding: 50px 0;}
#footer .contain {display: flex; align-items: flex-start; justify-content: space-between;} 
#footer .contain::after { content: none;}
.ft-text { line-height: 1.9em; font-size: 18px; margin: 20px 0 10px;}
.ft-text span { display: inline-block; padding-right: 40px; font-weight: 300; }
.ft-text span:last-child { padding-right: 0; }
.ft-text span strong { font-weight: 700; padding-right: 7px; display: inline-block; color: #fff; }
.cpr { font-size: 14px; font-weight:100; }
.cpr span { display: inline-block; font-size: 16px; }
.cpr a { display: inline-block; font-size: 10px; letter-spacing: -.03em;}
.policy { margin-top: 15px; }
.policy a { display: inline-block; position: relative; font-size: 16px; letter-spacing: 0; font-weight: 300; padding-left: 21px; color: #fff; }
.policy a::before { content: ""; position: absolute; left: 0; width: 16px; height: 16px; background: url(../images/common/policy.png) center no-repeat; background-size: contain; top: 3px;}
.policy a:last-child { margin-left: 36px; }  