@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:100%; padding-left:40px; padding-right:40px; 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: 96px; transition: .2s; left: 0; background: #fff; }
#header .contain2 {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
#header .contain2::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: -200px; } 
#gnb>ul { display: flex; justify-content: center;}
#gnb>ul>li {position:relative; padding:0 66px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:96px; color:#2c2c2c; font-size:var(--font-size20); font-weight:600; line-height:1.7em; }
#gnb>ul>li:hover>a { color: var(--color-primary);}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#676767; font-size:var(--font-size18); line-height:1.56em; font-weight: 500; }
#gnb .submenu>ul>li:hover>a { color: #2c2c2c; text-decoration: underline; text-underline-position: under;}
#gnb .submenu>ul>li>a.af span { position: relative; display: inline-block;}
#gnb .submenu>ul>li>a.af span::after { content: ""; position: absolute; right: -15px; top: 0; bottom: 0; margin: auto; width: 10px; height: 6px; background: url(../images/common/hd-toggle.png) center no-repeat; background-size: contain; transition: transform 0.2s ease;}
#gnb .submenu ul li .depth3 { display: none;}
#gnb .submenu ul li.on>a.af span::after { background-image: url(../images/common/hd-toggle-on.png);}
#gnb .depth3 a { display: block; color: #878787; font-size: 15px; line-height: 1.33em; font-weight: 400; padding: 6px 0;}
#gnb .depth3 a:last-child { margin-bottom: 0; }
#gnb .depth3 a:hover { color: #2c2c2c; text-decoration: underline; text-underline-position: under;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; border-top: 1px solid #EEE; background: rgba(255, 255, 255, 0.80); backdrop-filter: blur(12px); }
 
.util { display: flex; align-items: center; gap: 10px; }
.hd-btns { display: flex; gap: 10px; }
.hd-btns a { height: 48px; display: inline-flex; align-items: center; padding-right: 18px; border-radius: 24px; color: #fff; font-size: 15px; font-weight: 600; line-height: 1em; position: relative; background: var(--color-primary); padding-left: 44px; }
.hd-btns a::before { content: ""; position: absolute; left: 18px; top: 0; bottom: 0; margin: auto; width: 18px; height: 18px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.hd-btns a.btn-support { color: var(--color-primary); background: #f4f4f4; }
.hd-btns a.btn-support::before { background-image: url(../images/common/hd-icon1-c.png);}
.hd-btns a.btn-inquiry::before { background-image: url(../images/common/hd-icon2.png);}

.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:#2c2c2c; 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:#2c2c2c; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#2c2c2c; }

#header.main { background: transparent; position: fixed; }
#header.main #gnb>ul>li>a { color: #fff; }
#header.main #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.main .hd-btns a.btn-support { background: rgba(255, 255, 255, 0.20); backdrop-filter: blur(12px); color: #fff; }
#header.main .hd-btns a.btn-support::before { background-image: url(../images/common/hd-icon1.png);}
#header.main .list-icon span { background: #fff; }
#header.main .list-icon span::after { background: #fff; }
#header.main .list-icon span::before { background: #fff; }

#header.main.hover { background: #fff; }
#header.main.hover #gnb>ul>li>a { color: #2c2c2c; }
#header.main.hover .hd-btns a.btn-support { color: var(--color-primary); background: #f4f4f4; }
#header.main.hover .hd-btns a.btn-support::before { background-image: url(../images/common/hd-icon1-c.png);}

#header.move { background: #fff; border-bottom: 1px solid #eee;}
#header.move #gnb>ul>li>a { color: #2c2c2c; }
#header.move #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.move .hd-btns a.btn-support { color: var(--color-primary); background: #f4f4f4; }
#header.move .hd-btns a.btn-support::before { background-image: url(../images/common/hd-icon1-c.png);}
#header.move .list-icon span { background: #222; }
#header.move .list-icon span::after { background: #222; }
#header.move .list-icon span::before { 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 .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:15px; 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 br { display: none;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .nav-menu .submenu ul li .depth3 { display: none;}
.mobile-navigation .nav-menu .submenu ul li .depth3 a { color: #999; font-size: 13px; padding: 4px 0; padding-left: 25px; }
.mobile-navigation .nav-menu .submenu ul li .depth3 a:hover { color: #2c2c2c;}
.mobile-navigation .nav-menu .submenu ul li>a.af span { position: relative; display: inline-block;}
.mobile-navigation .nav-menu .submenu ul li>a.af span::after { content: ""; position: absolute; right: -18px; top: 0; bottom: 0; margin: auto; width: 10px; height: 6px; background: url(../images/common/hd-toggle.png) center no-repeat; background-size: contain; transition: transform 0.2s ease;}
.mobile-navigation .nav-menu .submenu ul li.on>a.af span::after { background-image: url(../images/common/hd-toggle-on.png);}
.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 공통 */
.main-flex {display: flex; overflow: unset !important;}
.main-content { width: calc(100% - 25%);}
.main-quick { height: 100vh; width: 25%; position: sticky; top: 0; background: #000;}
.main-thumb { height: 50%; }
.main-thumb .thumb { position: relative; padding-bottom: 100%; overflow: hidden; display: block; }
.main-thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.main-thumb video,
.main-thumb iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; }
.main-quick-story { padding: 40px; }
.main-quick-story .tit { margin-bottom: 15px; line-height: 1.43em; font-size: var(--font-size32); font-weight: 600; color: var(--color-primary); position: relative; display: flex; justify-content: space-between; align-items: center ;}
.main-quick-story .tit a { display: inline-block; text-indent: -9999em; overflow: hidden; width: 26px; height: 26px; background: url(../images/main/quick-view.png) center no-repeat; background-size: contain;}
.main-quick-list { overflow: auto; height: calc(50vh - 150px); padding-right: 10px; }
.main-quick-list::-webkit-scrollbar { width: 5px; }
.main-quick-list::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.16); border-radius: 10px; }
.main-quick-list::-webkit-scrollbar-track { background: transparent; }
.main-quick-list .col { border-bottom: 1px solid rgba(255, 255, 255, 0.16);}
.main-quick-list .col a { display: flex; padding: 24px 0; align-items: flex-end;}
.main-quick-list .col .info { flex: 1 1 auto; min-width:0; width:1%; padding-right: 20px; }
.main-quick-list .col .ctr { display: inline-block; padding: 5px 7px 3px; border-radius: 4px; background: rgba(255,255,255,0.1); font-size: 12px; font-weight: 600; line-height: 1.33em; color: rgba(255,255,255,0.7); transition: .2s;}
.main-quick-list .col .tit { font-size: var(--font-size22); line-height: 1.36em; color: #fff; font-weight: 600; margin: 14px 0 20px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: .2s;}
.main-quick-list .col .date, 
.main-quick-list .col .view { font-size: 15px; color: #878787; font-weight: 400; line-height: 1.1em; }
.main-quick-list .col a:hover .ctr { background: var(--color-primary); color: #121212;}
.main-quick-list .col a:hover .tit { color: var(--color-primary);}

/* 키비주얼관리 */
.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: 80px; text-align: left; width: 100%; top: 140px; font-family: var(--atoz); }
.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 h2 { font-size: 80px; line-height: 1.25em; font-weight: 700; }
.main-visual .caption h4 { font-size: var(--font-size34); line-height: 1.4em; font-weight: 700; margin-top: 40px; letter-spacing: 0;}
.main-visual .caption h4 span { color: var(--color-primary);}

.main-visual .slick-dots { padding: 4px 10px 6px; position: absolute; z-index: 50; left: 80px; top: 56%; transform: translateY(-50%); border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(0, 0, 0, 0.12);	background-blend-mode: difference; backdrop-filter: blur(12px); border-radius: 25px; }
.main-visual .slick-dots li { display: inline-block; margin: 0 6px; }
.main-visual .slick-dots li button { width: 8px; height: 8px; padding: 0; margin: 0; cursor: pointer; text-indent: -9999px; overflow: hidden; border: none; transition: .3s; background: rgba(255,255,255,0.3); border-radius: 8px; }
.main-visual .slick-dots li.slick-active button { background: #fff;} 

.vs-link { width: calc(100% - 160px); margin: auto; position: absolute; left: 0; bottom: 60px; display: flex; gap: 80px; flex-wrap: wrap; right: 0; margin: auto; }
.vs-link .col { width: calc(100%/4 - 60px); text-align: center; color: #fff; }
.vs-link .col a { padding: 25px 10px; display: block; border-radius: 16px; background: rgba(0, 0, 0, 0.60); backdrop-filter: blur(12px); transition: .4s;}
.vs-link .col a .tt { font-size: var(--font-size22); line-height: 1.63em; font-weight: 600; margin-top: 12px; }
.vs-link .col a:hover { transform: translateY(-40px); background: var(--color-primary);}

/* main */
.sec1 { padding: 137px 80px 157px; }
.sec1 h2 { font-size: var(--font-size54); font-weight: 600; color: #2c2c2c; line-height: 1.25em; margin-bottom: 24px;}
.sec1 h2 span { color: var(--color-primary);}
.sec1 p { font-size: var(--font-size22); color: #676767; font-weight: 400; line-height: 1.63em; margin-bottom: 90px; }
.sec1-swiper .item a { display: block; }
.sec1-swiper .item .thumb { position: relative; padding-bottom: 100%; display: block; overflow: hidden; border-radius: 16px; }
.sec1-swiper .item .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.sec1-swiper .item .ctr { color: var(--color-primary); margin: 30px 0 9px; font-weight: 400; line-height: 1.5em; }
.sec1-swiper .item .tit { font-size: var(--font-size20); line-height: 1.7em; font-weight: 600; color: #2c2c2c; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-bottom: 12px; }
.sec1-swiper .item .date { font-size: var(--font-size18); color: #878787; line-height: 1.55em; }

/* sub */ 
.sub-visual {position:relative; height:44vh; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; text-align: center; width: calc(100% - 80px); margin: auto; border-radius: 40px; }
.sub-visual h2 { font-size: var(--font-size48); font-weight: 600; line-height: 1.3em; }

.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");} 

.menu-ctr { position: absolute; bottom: 30px; right: 60px; display: flex; align-items: center; justify-content: flex-end; gap: 6px; color: #fff; }
.menu-ctr span { display: inline-block; font-weight: 600; line-height: 1.2em; }
.menu-ctr span.home { display: inline-block; width: 18px; height: 18px; background: url(../images/sub/home.png) center no-repeat; background-size: contain;}

.lnb-wrap {position:relative; padding: 34px 0; border-bottom: 1px solid #eee;}
.lnb {margin:0 auto; display: flex; justify-content: center;}
.lnb ul {display:inline-flex; border-radius: 50px; background: #fafafa; width: auto; padding: 10px; border: 1px solid #eee; height: auto;}
.lnb ul li { width: auto; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; width:167px; height:62px; border-radius: 32px; align-items: center; font-weight: 400; color: #878787; font-size: var(--font-size20); font-weight: 500; line-height: 1.7em; }
.lnb ul li.active a {background:var(--color-primary); color: #fff; }
.lnb ul li a:hover {background:var(--color-primary); color: #fff; }
.lnb.wt ul li a { width: auto; padding: 0 30px;}

#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 { position: relative; padding: 100px 0;}
.sub-title.pd { padding: 80px 0;}
.sub-title.none { display: none; }
.sub-title h2 { font-size: var(--font-size54); font-weight: 600; line-height: 1.25em; color: #2c2c2c; }
.sub-title h2 span { color: var(--color-primary);}
.sub-title .fz { font-size: var(--font-size42); font-weight: 600; line-height: 1.25em; color: #2c2c2c; }
.sub-title p { margin-top: 24px; font-size: var(--font-size22); font-weight: 500; line-height: 1.63em; }

.real-cont {min-height:300px; padding-bottom: 160px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #121212; color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.ft-top { padding: 50px 0 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.10); display:flex; align-items: center; justify-content: space-between;}
.ft-top .left { display: flex; align-items: center;}
.ft-info { padding-left: 40px; flex: 1 1 auto; min-width:0; width:1%; }
.ft-info h3 { font-size: var(--font-size18); line-height: 1.55em; font-weight: 600; color: #fff; margin-bottom: 6px;}
.ft-text span { display: inline-block; padding-right: 24px; font-size: 15px; line-height: 1.33em; color: #a8a8a8; font-weight: 400; }
.ft-text span strong { display: inline-block; font-weight: 400; padding-right: 10px; }
.ft-text span:last-child { padding-right: 0; }
.scroll-top { display: flex; align-items: center; gap: 16px; color: #fff; font-size: var(--font-size18); font-weight: 600; line-height: 1.3em; }
.ft-btm { display: flex; justify-content: space-between; align-items: center; padding: 40px 0 50px; }
.cpr span { display: inline-block; font-weight: 400; line-height: 1.5em; }
.cpr a { display: inline-block; padding-left: 24px; color: #1c1c1c; line-height: 1.5em; }
.policy a { display: inline-block; font-weight: 600; line-height: 1.5em; padding-right: 34px; }
.policy a:last-child { padding-right: 0; }