@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; border-bottom: 1px solid #ddd;}
#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%; } 
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 60px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:var(--font-size18); font-weight:600; line-height:1.3em;  }

#gnb .submenu {display:none; position:absolute; left:50%; width:200px; transform:translateX(-50%); background: #fff; padding: 30px 15px; border-radius: 0 0 12px 12px;}
#gnb .submenu>ul>li>a {display:block; padding:15px 20px; line-height:1.33em; font-weight: 500; border-radius: 12px; text-align: left; margin-bottom: 10px; }
#gnb .submenu>ul>li:last-child>a { margin-bottom: 0; }
#gnb .submenu>ul>li>a:hover { background: var(--color-primary); color: #fff; }

.util { display: flex; align-items: center; gap: 15px; } 
.hd-link { display: flex; gap: 10px; }
.hd-link a { display: inline-block; line-height: 1.5em; color: #242424; font-size: 15px; padding: 7px 16px; border: 1px solid #a8a8a8; border-radius: 30px; }
.hd-link a:hover { border-color: var(--color-primary); color: #fff; background: var(--color-primary);}

.list-icon { width:23px; height:15px; 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: 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:-7px; transition-property:top, transform; background:#242424; content: "only"; }
.list-icon span:after {bottom:-7px; transition-property:bottom, transform; background:#242424; }

#header.move { background: #fff; }
#header.hover { background: #fff; }
#header.active { background: transparent; }
#header.active.move { background: #fff; }
#header.active.hover { background: #fff; }

.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: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:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; overflow: hidden; width: 100%; height: 100vh; background: #f6faff; }
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .img {width: 50%; position:absolute; top:5%; right:0; bottom: 0; margin: auto; transform:translateY(50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s;}
.main-visual .img>div { position: relative; padding-bottom: 95%; display: block; overflow: hidden; }
.main-visual .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.main-visual .items .slick-active .img { transform:translateY(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .img { transform:translateY(50px); opacity:0; transition:all 0s;}
.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 .caption { position: absolute; left: 0; text-align: left; 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: #454545; }
.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: 56px; font-weight: 600; line-height: 1.5em; margin: 50px 0 30px; color: #242424; }
.main-visual .caption h2 span { display: inline-block; }
.main-visual .caption p { font-size: var(--font-size22); font-weight: 500; line-height: 1.5em; margin: 30px 0 60px;}
.main-visual .caption .links { display: flex; gap: 10px; }

.main-visual .slick-dots {line-height:0; z-index:50; position: absolute; bottom: 40px; left: 0; right: 0; margin: auto; display: flex; justify-content: center;}
.main-visual .slick-dots li button { background: #7b90a9; width: 9px; height: 9px; border-radius: 9px; margin: 0 5px; border: none; text-indent: -9999em; transition: .2s;}
.main-visual .slick-dots li.slick-active button{ display:block; width: 32px; background: #002653; } 

/* main 공통 */
.main-btn { height: 64px; display: inline-flex; align-items: center; justify-content: center; padding: 0 50px; background: #fff; border: 1px solid var(--color-primary); color: var(--color-primary); border-radius: 32px; font-weight: 600; line-height: 1em; letter-spacing: -.05em; gap: 10px; }
.main-btn.bg { background: var(--bg-gra); color: #fff; border: none; }
.main-subtit { font-size: var(--font-size18); color: var(--color-primary); line-height: 1.2em; font-weight: 600; margin-bottom: 20px; }
.main-tit { color: #242424; font-size: var(--font-size48); font-weight: 600; line-height: 1.5em; }
.main-tit span { color: var(--color-primary);}
.main-txt { font-size: var(--font-size22); line-height: 1.5em; margin: 30px 0 60px; font-weight: 500; }

/* main */
.sec1 .fp-tableCell { padding-top: 170px; }
.sec1 { background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover; text-align: center; }
.sec1-list { display: flex; justify-content: space-between; position: relative; margin-top: 50px; }
.sec1-list::before { content: ""; position: absolute; top: 129px; left: 0; width: 100%; height: 1px; border-top: 1px dashed var(--color-primary); z-index: 0; }
.sec1-list li { cursor: pointer;}
.sec1-list li .icon { width: 260px; height: 260px; border-radius: 100%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; transition: .3s; background: #fff; }
.sec1-list li .icon img { position: relative; z-index: 1;}
.sec1-list li .icon::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 100%; transition: .3s; border: 1px solid var(--color-primary);}
.sec1-list li .icon::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 100%; background: var(--bg-gra); opacity: 0; transition: .3s;}
.sec1-list li .tit { font-size: var(--font-size18); font-weight: 700; line-height: 1.5em; margin-top: 40px; }
.sec1-list li.bg .icon::before { opacity: 1; }
.sec1-list li.bg .icon::after { opacity: 0; }
.sec1-list li:hover .icon::before { opacity: 1; }
.sec1-list li:hover .icon::after { opacity: 0; }
.sec1-list li.bg:hover .icon::before { opacity: 0; }
.sec1-list li.bg:hover .icon::after { opacity: 1; }

.sec2 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover; position: relative; }
.sec2 .img { position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }

.sec3 { position: relative; }
.sec3 .fp-tableCell { padding-top: 100px; }
.sec3 .sb { position: absolute; left: 0; z-index: -1; top: 120px; }
.sec3 .tit-fx { display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; gap: 10px; flex-wrap: wrap;}
.sec3-view { position: relative; font-size: 15px; font-weight: 500; line-height: 1em; padding-right: 52px; }
.sec3-view::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 40px; height: 40px; background: url(../images/main/main-view.png) center no-repeat; background-size: contain; transition: .2s;}
.sec3-view:hover { color: #111; }
.sec3-view:hover::after { background-image: url(../images/main/main-view-c.png);}
.sec3-swiper .item a { display: block; background: #fff; border-radius: 16px; border: 1px solid #ddd; padding: 30px; }
.sec3-swiper .item .day { background: var(--color-primary); color: #fff; line-height: 1.5em; font-size: var(--font-size18); padding: 4px 20px; border-radius: 4px; display: inline-block; }
.sec3-swiper .item .tit { font-size: var(--font-size24); color: #242424; line-height: 1.5em; font-weight: 700; margin: 18px 0 40px; 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 .opt li { display: flex; line-height: 2em; }
.sec3-swiper .item .opt li .tt { width: 75px; font-weight: 600; color: #8f8f8f;}
.sec3-swiper .item .opt li .txt { flex: 1 1 auto; min-width: 0; width: 1%; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.sec3-swiper .item .view { margin-top: 30px; width: 100%; display: flex; height: 60px; align-items: center; justify-content: center; background: var(--bg-gra); border-radius: 8px; color: #fff; font-size: var(--font-size18); font-weight: 700; line-height: 1em; }
.sec3-swiper .item.end a { pointer-events: none;}
.sec3-swiper .item.end .day { background: #8f8f8f; }
.sec3-swiper .item.end .view { background: #8f8f8f; }

/* sub */ 
.sub-visual {position:relative; height:400px; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 20px; }

.sub-visual.bg1-1 {background-image:url("../images/sub/sub1-1-visual.jpg");}
.sub-visual.bg1-2 {background-image:url("../images/sub/sub1-2-visual.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub2-visual.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}

#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; text-align: left; padding: 130px 0 110px;}
.sub-title .fx { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 10px; flex-wrap: wrap;}
.sub-title h2 { font-size: 64px; line-height: 1.5em; font-weight: 600; color: #242424; margin-bottom: 24px; }
.sub-title p { font-size: var(--font-size20); line-height: 1.5em; font-weight: 500; color: #8f8f8f; }
.menu-ctr { display: flex; align-items: center;}
.menu-ctr span.home { padding-left: 0; width: 16px; height: 16px; background: url(../images/sub/home.png) center no-repeat; background-size: contain; position: relative; top: -1px; }
.menu-ctr span.home::before { display: none; }
.menu-ctr span { display: inline-block; color: #b7b7b7; font-weight: 600; padding-left: 33px; position: relative; }
.menu-ctr span::before { content: ""; position: absolute; left: 16px; top: 0; bottom: 0; margin: auto; width: 3px; height: 3px; border-radius: 3px; background: #b7b7b7; }
.menu-ctr span.page-title { color: var(--color-primary);}
.sub-title.pd { padding-bottom: 50px; text-align: center; }
.sub-title.pd h2 { margin-bottom: 0; }

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #F6FAFF; color: #8f8f8f; padding: 70px 0; border-radius: 40px 40px 0 0; font-size: 15px; }
.ft-top { display: flex; align-items: flex-start; justify-content: space-between; }
.ft-left { display: flex; align-items: center; gap: 90px; }
.ft-link { display: flex; gap: 10px 50px; align-items: center; font-size: 15px; }
.ft-info-btn { display: inline-block; color: #242424; font-weight: 700; padding-right: 26px; position: relative; }
.ft-info-btn::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 14px; height: 8px; background: url(../images/common/ft-toggle.png) center no-repeat; background-size: contain; }
.ft-info-btn.active::after { transform: rotate(180deg); }
.policy a { display: inline-block; font-weight: 300; padding-right: 20px; position: relative; }
.policy a:last-child { padding-right: 0; }
.cpr { font-weight: 300; text-align: right; line-height: 1.5em; font-size: 15px; }
.cpr span { display: block; }
.cpr a { display: block; }  
.ft-text { padding-top: 60px; display: none; }
.ft-text span { display: inline-block; padding-right: 60px; margin-bottom: 20px; font-weight: 300; color: #898989; line-height: 1.5em; }
.ft-text span:last-child { padding-right: 0; } 
.ft-text span strong { font-weight: 600; display: inline-block; padding-right: 14px; color: #454545; }
.mo-cpr { text-align: center; display: none; }

/* quickmenu */
.quick { position: fixed; right: 100px; bottom: 40px; z-index: 999; }
.quick a { display: block; width: 72px; height: 72px; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.20); background: var(--color-primary); flex-direction: column;}
.quick a span { display: block; font-size: 12px; font-weight: 600; line-height: 1.5em; margin-top: 6px; }
.quick a.scroll-top { background: #fff; margin-top: 4px; } 
