@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; }
#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;}
.hd-right { display: flex; align-items: center; gap: 10px; }
.hd-contact-btn { width: 120px; height: 40px; border-radius: 20px; background: #2b6bb4; display: flex; align-items: center; justify-content: center; line-height: 1em; color: #fff; font-size: 16px; font-weight: 600; letter-spacing: -.03em; }

.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:center; transition: .2s;} 
#gnb>ul>li {position:relative; text-align: center; padding: 0 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#121212; font-size:20px; font-weight:600; line-height:1.3em; letter-spacing: -.03em;}
#gnb>ul>li>a::after { content: ""; position: absolute; left: 0; width: 0; bottom: 30px; height: 2px; background: #2b6bb4; transition: .3s;}
#gnb>ul>li.active>a { font-weight: 700; }
#gnb>ul>li.active>a::after { width: 100%; }

#gnb .submenu {display:none; position:absolute; left:50%; width:180px; transform:translateX(-50%); background:#fff; text-align:center; border-radius: 16px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#121212; font-size:16px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under; color: #2b6bb4;}

#header.move { border-bottom: 1px solid #ddd; background: #fff; }
#header.move .sitelogo { background-image:url("../images/common/logo.png"); }
#header.move #gnb>ul>li>a { color: #121212; }
#header.move #gnb>ul>li>a::after { background: #2b6bb4; }
#header.move .list-icon span { background: #242424; }
#header.move .list-icon span:before,
#header.move .list-icon span:after { background: #242424; }

.list-icon { width:28px; height:22px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#121212; 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:-10px; transition-property:top, transform; background:#121212; content: "only"; }
.list-icon span:after {bottom:-10px; transition-property:bottom, transform; background:#121212; }

.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:#2b6bb4;}
.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:#2b6bb4;}
.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; background:#000; overflow:hidden;}
.main-visual .swiper {height:100%;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .image img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .controls {display:flex; align-items:center; position:absolute; bottom:35%; left:0; right: 0; z-index:1; gap: 40px; max-width: 1460px; width: 100%; margin: auto; padding-left: 30px; padding-right: 30px; }
.main-visual .autoplay-progress {position:relative; z-index:10; width:70px; height:70px;}
.main-visual .autoplay-progress svg {position:absolute; left:0; top:0px; z-index:1; width:100%; height:100%; stroke-width:4px; stroke:rgba(255,255,255,.3); fill:none; transform:rotate(-90deg);}
.main-visual .autoplay-progress svg.progress {--progress:0; stroke:#fff; stroke-width:4px; stroke-dashoffset:calc(200.96px * (1 - var(--progress))); stroke-dasharray:200.96;}
.main-visual .btn-play {position:absolute; width:100%; height:100%; border-radius:100%; border:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:10px; z-index:2;}
.main-visual .btn-play.pause {background-image:url("/images/main/pause.png");}
.main-visual .btn-play.play {background-image:url("/images/main/play.png"); background-position: 52% 50%;}
.vs-page { display: inline-flex; align-items: center; gap: 28px; }
.vs-prev::after, .vs-next::after { display: none; }
.vs-prev, .vs-next { width: 11px; height: 17px; position: relative; top: auto; margin-top: 0; background-repeat: no-repeat; background-position: center; background-size: contain; display: block;}
.vs-prev { left: auto; background-image: url(../images/main/main-prev.png);}
.vs-next { left: auto; background-image: url(../images/main/main-next.png); right: auto;}
.main-visual .swiper-pagination {position:static; text-align: left; color: #fff;  font-size: 12px; font-weight: 700; width: auto !important;}
.main-visual .swiper-pagination-total { opacity: 0.7; padding-left: 20px; position: relative; }
.main-visual .swiper-pagination-current { opacity: 1 !important; }
.main-visual .swiper-pagination-total::before { content: ""; position: absolute; left: 8px; width: 1px; height: 8px; background: rgba(255,255,255,0.5); top: 3px; }
.main-visual .caption { position: absolute; left: 0; width: 100%; text-align: left; color: #fff; top: 35%; }
.main-visual .caption h2 { line-height: 1.2em; font-size: 64px; font-weight: 700; letter-spacing: -.03em;    opacity: 0; transform: translateX(-50px); transition: all 0.8s ease;}
.main-visual .swiper-slide-active .caption h2 { opacity: 1; transform: translateX(0);}

/* main */
.sec1 { padding: 150px 0;}
/* .sec1 h4 { background: linear-gradient(to right,#66b4e5, #2b6bb4 40%); -webkit-background-clip: text;  -webkit-text-fill-color: transparent; color: transparent; font-size: 24px; font-weight: 700; letter-spacing: -.03em; line-height: 1.2em; margin-bottom: 15px; } */
.sec1 h4 { color: #2b6bb4; font-size: 24px; font-weight: 700; letter-spacing: -.03em; line-height: 1.2em; margin-bottom: 15px; }
.sec1 h2 { font-size: 56px; font-weight: 700; letter-spacing: -.03em; line-height: 1.3em; color: #121212; margin-bottom: 70px; }
.sec1-list { display: flex; flex-wrap: wrap; gap: 39px; }
.sec1-list li { width: calc(100%/3 - 26px); }
.sec1-list li a { height: 150px; display: block; position: relative; padding: 60px 40px; border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); }
.sec1-list li a img { position: absolute; right: 40px; top: 50%; transform: translateY(-50%);}
.sec1-list li .txtbox { padding-right: 80px; }
.sec1-list li .tit { line-height: 1.2em; font-size: 24px; font-weight: 600; color: #121212; letter-spacing: -.03em; transition: .2s; }
.sec1-list li .txt { display: none; font-size: 14px; font-weight: 300; letter-spacing: -.03em; line-height: 1.6em; color: #fff; margin-top: 15px;}
.sec1-list li a:hover { background: #2b6bb4; height: 210px; }
.sec1-list li a:hover .tit { color: #fff; }
.sec1-list li a:hover .txt { display: block; }

.op { background: #f4f4f4; padding: 60px 0;}
.op-swiper { width: 100%; position: relative; overflow: hidden; }
.op-swiper .swiper-wrapper { transition-timing-function: linear !important; }
.op-swiper-slide { width: 250px; }
.op-swiper-slide a { display: block; width: 100%; position: relative; pointer-events: none;}
.op-swiper-slide .thumb {position:relative; padding-bottom:30%; overflow:hidden; border-radius: 8px; }
.op-swiper-slide .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;}

/* sub */
.lnb-wrap {position:relative; border-bottom:1px solid #ddd; margin-bottom: 80px; }
.lnb {margin:0 auto; max-width:1400px;}
.lnb ul {display:flex;}
.lnb ul li { text-align:center; width: auto; margin-right: 50px; }
.lnb ul li:last-child { margin-right: 0; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:70px; padding:0 10px; color:#cccccc; font-size:20px; font-weight:700; line-height:1.2em; letter-spacing:-.03em; position: relative; }
.lnb ul li a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #2b6bb4; transition: .3s;}
.lnb ul li.active a {color:#121212;}
.lnb ul li.active a::after { width: 100%; }
.lnb ul li:hover a { color: #121212; }
.lnb ul li:hover a::after { width: 100%; }

#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; display: flex; justify-content: space-between; align-items: center;}
.sub-title .title-wrap { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 20px; }
.sub-title h4 { font-size: 18px; font-weight: 600; letter-spacing: -.03em; line-height: 1.2em; color: #ccc; margin-bottom: 28px; }
.sub-title h1 { font-size: 48px; font-weight: 700; line-height: 1em; color: #121212; letter-spacing: -.03em; }
.sub-title .menu-ctr { display: flex; align-items: center; gap: 12px; }
.sub-title .menu-ctr span { font-size: 16px; line-height: 1em; letter-spacing: -.03em; font-weight: 400; color: #878787; }
.sub-title .menu-ctr span.page-name { color: #121212; }

.real-cont {min-height:300px; padding-bottom: 180px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 80px 0; color: #505050; background: #fff; border-top: 1px solid #eee;}
#footer .contain { max-width: 1860px;}
.ft-top { padding-bottom: 40px; display: flex; align-items: flex-start; justify-content: space-between;}
.ft-info { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 15px; }
.ft-link a { display: inline-block; font-size: 18px; line-height: 1.2em; padding-right: 30px; font-weight: 300; }
.ft-link a:last-child { padding-right: 0; }
.ft-link a:hover { color: #2b6bb4; text-decoration: underline; text-underline-position: under;}
/* .ft-info h2 { font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1.2em; margin: 50px 0 15px;   background: linear-gradient(to right,#66b4e5, #2b6bb4 40%); -webkit-background-clip: text;  -webkit-text-fill-color: transparent; color: transparent;} */
.ft-info h2 { font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1.2em; margin: 50px 0 15px;    color: #2b6bb4;}
.ft-info h4 { font-size: 20px; font-weight: 300; line-height: 1.3em; color: #505050; letter-spacing: -.03em;}
.policy a { display: inline-block; font-size: 16px; font-weight: 700; line-height: 1.2em; color: #878787; letter-spacing: -.03em; padding-right: 30px; transition: .3s;}
.policy a:last-child { padding-right: 0; }
.policy a:hover { color: #2b6bb4;}
.ft-btm { padding: 12px 15px; background: #f4f4f4; border-radius: 8px; align-items: center; display: flex; justify-content: space-between; flex-wrap: wrap;}
.ft-btm .cpr { font-size: 16px; font-weight: 700; color: #121212; letter-spacing: -.03em; line-height: 1.2em; }
.familysite {position:relative; display:inline-block; width:200px;}
.familysite .toggle-button {display:flex; justify-content:space-between; align-items:center; width:100%; height: 50px;  background:#fff; color:#121212; font-weight:600; line-height:1.5em; text-align:left; border-radius: 8px; align-items: center; padding: 0 20px; font-size: 14px; letter-spacing: -.03em; border: none; }
.familysite .toggle-button .txt {flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 20px; }
.familysite .toggle-button .chevron {width:8px;}
.familysite .toggle-button svg {display:block; width:100%; height:auto;}
.familysite .toggle-button path {fill:#8e8e8e;}
.familysite .toggle-layer {display:none; position:absolute; left:0; width:100%; background:#fff; border:1px solid #2b6bb4; bottom: 55px; border-radius: 8px; }
.familysite .toggle-layer>ul>li {border-bottom:1px solid #eee;}
.familysite .toggle-layer>ul>li:last-child {border-bottom: 0;}
.familysite .toggle-layer a {display:block; padding:13px 20px; color:#878787; font-weight:400; line-height:1.5em; font-size: 14px; }
.familysite .toggle-layer a:hover { color: #121212; text-decoration: underline; text-underline-position: under;}

.familysite .toggle-layer .second {display: none; position: absolute; left: -190px; top: 0; width: 190px; padding-right: 10px;}
.familysite .toggle-layer .second-wrap { position: relative; background: #fff; border: 1px solid #2b6bb4; border-radius: 8px; overflow: hidden; }
.familysite .toggle-layer .second ul { height: 238px; overflow: auto;}
.familysite .toggle-layer .second ul::-webkit-scrollbar { width: 6px;}
.familysite .toggle-layer .second ul::-webkit-scrollbar-track { background-color: transparent;}
.familysite .toggle-layer .second ul::-webkit-scrollbar-thumb {  background-color: #ddd;}
.familysite .toggle-layer .second ul::-webkit-scrollbar-button { display: none;}
.familysite .toggle-layer .second ul li {border-bottom: 1px solid #eee;}
.familysite .toggle-layer .second a {padding: 13px 15px;}

.familysite.active .toggle-button { background: #2b6bb4; color: #fff;  }
.familysite.active .toggle-button .chevron {transform:scaleY(-1);}
.familysite.active .toggle-button path {fill:#fff;}

/* quickmenu */
.quick { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 150; width: 100px; border-radius: 16px 0 0 16px; background: #121212; overflow: hidden;}
.quick ul li { width: 100%; display: block; text-align: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.1);}
.quick ul li:last-child { border-bottom: 0; }
.quick ul li a { display: block; padding: 22px 5px; position: relative;}
.quick ul li a span { font-size: 12px; font-weight: 500; line-height: 1.2em; letter-spacing: -.03em; display: block; margin-top: 8px; }
.quick ul li a:hover { background: #2b6bb4; }
.quick ul li .quick-new { width: auto; height: auto; position: absolute; right: 10px; top: 10px; }
