@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: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:fixed; 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: 1780px;}
#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%; position: relative;}
#gnb>ul {display:flex; justify-content:center; transition: .2s;} 
#gnb>ul>li {position:relative; text-align: center; padding: 0 75px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:20px; font-weight:700; line-height:1.3em; letter-spacing: -.03em;}

#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:8px 0; color:#454545; font-size:16px; line-height:1.33em; letter-spacing: -.03em; font-weight: 300; }
#gnb .submenu>ul>li>a:hover { text-decoration: underline; text-underline-position: under;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee; z-index: 1;}

#header.header-hover { background: #fff;}
#header.header-hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.header-hover #gnb { left: 75px;}
#header.header-hover #gnb>ul { justify-self: flex-end;}
#header.header-hover #gnb>ul>li>a { color: #242424;}
#header.header-hover #gnb>ul>li.active>a { color: #59c6f2;}

#header.move { background: #fff; border-bottom: 1px solid #ddd;}
#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;}

.btn-m-menu { display: none !important;}

.list-icon { width:25px; height:20px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: inline-block; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#fff;}
.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:-9px; transition-property:top, transform; background:#fff; content: "only"; left: 0;}
.list-icon span:after {bottom:-9px; transition-property:bottom, transform; background:#fff; }

.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:#59c6f2}
.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:16px; 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:#59c6f2;}
.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; background: #000;}
.main-visual .contain {position: relative; height: 100%;}
.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; top: 50%; width: 100%; left: 0; text-align: right; transform: translateY(-50%);}
.main-visual .caption .txt {display: inline-block; text-align: right; color: #fff; }
.main-visual .caption h2 { line-height: 1.2em; font-size: 52px; font-weight: 700; letter-spacing: -.03em; margin-bottom: 45px;}
.vs-fx { display: flex; align-items: center; justify-content: flex-end; gap: 50px;}
.vs-pagi { width: 1%; display: flex; align-items: center; justify-content: flex-end; flex: 1 1 auto; min-width: 0;}
.vs-pagi .slick-list { overflow: unset !important;}
.vs-pagi .slick-track { display: flex !important; gap: 0;}
.vs-pagi .slick-slide { display: flex; align-items: center; gap: 0; color: #fff; font-size: 18px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; float: none !important; width: 25px; padding-right: 20px;}
.vs-pagi .vs-flex {display: flex !important; align-items: center; gap: 10px; }
.main-visual .progress {position:relative; width:60px; height:2px; background: rgba(255,255,255,0.3); opacity: 0;}
.main-visual .progress:after {content:""; position:absolute; top:0; left:0; width:0; height:2px; background:#fff; transition: 0.1s width linear;}
.main-visual .progress.animate:after {transition:width linear; width:100%; transition-delay:unset; transition-duration:4s;}
.vs-pagi .slick-slide.slick-current { width: 105px !important;}
.vs-pagi .slick-slide.slick-current .progress {display: block; opacity: 1;}
.vs-btn { display: flex; gap: 10px; align-items: center; }
.main-visual .slick-arrow { z-index:50; opacity:1; overflow:hidden; transition: .3s; cursor: pointer; width: 8px; height: 12px; background-size: contain; background-repeat: no-repeat; background-position: center center; position: relative;}
.main-visual .slick-prev { background-image: url(../images/main/main-leftbt.png); }
.main-visual .slick-next { background-image: url(../images/main/main-rightbt.png); }
.scroll-down { position: absolute; left: 0; right: 0; margin: auto; bottom: 60px; animation: scrollDisappear 2s infinite;}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
}

/* main 공통 */
.main-pd { padding: 120px 0;}
.main-subtit { color: #0c3274; font-size: 18px; font-weight: 700; line-height: 1em; letter-spacing: -.03em; margin-bottom: 20px;}
.main-tit { font-size: 36px; font-weight: 700; letter-spacing: -.03em; line-height: 1.3em; margin-bottom: 50px; color: #242424;}
.main-tit span { color: #0c3274;}
.main-tit.white{ color: #fff; }
.main-link { width: 150px; height: 50px; border-radius: 25px; border: 1px solid #ddd; display: flex; align-items: center; padding-left: 20px; line-height: 1em; font-size: 16px; font-weight: 300; letter-spacing: -.03em; color: #454545; transition: none !important;}
.main-link:hover { border: none !important; background: linear-gradient(135deg, #59c6f2 20% , #0e4194); color: #fff;}
.main-link span { display: inline-block; padding-left: 30px; }

/* main */
.sec1 .contain { display: flex; align-items: flex-start; position: relative; }
.sec1 .contain::after { content: none;}
.sec1 .contain::before { content: ""; position: absolute; left: -50%; bottom: 50px; opacity: 0.1; height: 2px; width: 50%; background: #0e3274;}
.sec1-left { width: 47%; padding-right: 20px; }
.sec1-right { width: 53%; }
.sec1-list { display: flex; flex-wrap: wrap; gap: 30px; justify-content: flex-end;}
.sec1-list li { width: calc(100%/2 - 15px); position: relative; color: #fff; border-radius: 20px; overflow: hidden;}
.sec1-list li img { width: 100%; }
.sec1-list li:first-child { top: 180px;}
.sec1-list li .tit { position: absolute; font-size: 22px; font-weight: 700; line-height: 1em; letter-spacing: -.03em; left: 30px; bottom: 30px; }
.sec1 .big { opacity: 0.1; color: #0c3274; position: absolute; bottom: -20px; left: 30px; font-size: 160px; line-height: 1em; font-weight: 700; z-index: -1;}

.sec2 { background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover; padding-bottom: 220px; }
.sec2 .contain { position: relative; }
.sec2 .main-link { position: absolute; right: 30px; top: 75px; color: #fff; border: 1px solid rgba(255,255,255,0.3);}
.sec2 .main-subtit { color: #59c6f2; }
.sec2-list { display: flex; margin-top: 100px; gap: 120px; justify-content: center; text-align: center;}
.sec2-list li a { display: block; width: 100%; position: relative;}
.sec2-list li .circle { width: 190px; height: 190px; border-radius: 100%; position: relative; border: 1px solid rgba(255,255,255,0.3); padding: 15px;}
.sec2-list li .circle .in { width: 100%; height: 100%; border-radius: 100%; background: #fff; display: flex; align-items: center; justify-content: center;}
.sec2-list li .tit { line-height: 1em; font-size: 18px; font-weight: 700; letter-spacing: -.03em; color: #fff; margin-top: 20px;}
.sec2-list li .circle::before { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 11px; background: #59c6f2;}
.sec2-list li:first-child .circle::before { top: -5px; left: 0; right: 0; margin: auto;z-index: 1;}
.sec2-list li:nth-child(2) .circle::before { right: -6px; margin: auto; z-index: 1; top: 50%; transform: translateY(-50%);}
.sec2-list li:nth-child(3) .circle::before { bottom: -5px; left: 0; right: 0; margin: auto;z-index: 1;}
.sec2-list li:nth-child(4) .circle::before { left: -6px; margin: auto; z-index: 1; top: 50%; transform: translateY(-50%);}

.sec3 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover;}
.sec3 .main-subtit { color: #fff; }
.sec3 .main-link { margin: auto; color: #fff; border: 1px solid rgba(255,255,255,0.3);}
.sec3-list { display: flex; background: #fff; box-shadow: 3px 3px 20px rgba(0,0,0,0.5); margin-bottom: 50px; }
.sec3-list li { width: calc(100%/4); padding: 50px 30px; position: relative; }
.sec3-list li::after { content: ""; position: absolute; width: 1px; height: calc(100% - 100px); background: #ddd; right: 0; top: 0; bottom: 0; margin: auto;}
.sec3-list li .ctr { line-height: 1em; font-size: 15px; font-weight: 500; letter-spacing: -.03em; color: #0c3274; margin-bottom: 20px; }
.sec3-list li .tit { font-size: 18px; font-weight: 600; letter-spacing: -.03em; line-height: 1.5em; color: #242424; margin-bottom: 22px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.sec3-list li .txt { line-height: 1.556em; font-size: 16px; font-weight: 300; letter-spacing: -.03em; color: #242424; margin-bottom: 44px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.sec3-list li .date { line-height: 1em; font-size: 15px; font-weight: 300; letter-spacing: -.03em; color: #868686;}
.sec3-list li .tit:hover { text-decoration: underline; text-underline-position: under; color: #0c3274;}
.sec3-list li:last-child::after {display: none;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:560px; 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;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center;}
.sub-visual h2 {font-size:45px; line-height:1em; display: inline-block; font-weight: 700; letter-spacing: -.03em;}

.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");}

.lnb-wrap {position:relative; margin-top: -30px;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {display:flex; background: #fff;}
.lnb ul li {flex:1; text-align:center; border-right:1px solid #ddd;  border-bottom: 1px solid #ddd;  border-top: 1px solid #ddd;}
.lnb ul li:first-child {border-left:1px solid #ddd;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:60px; padding:0 15px; color:#242424; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:#0c3274; border: 1px solid #0c3274; border-left: 0;}
.lnb ul li.active a {color:#fff;}
.lnb ul li:last-child.active { border-right: 0;}

#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: 80px 0 50px; text-align: center;}
.sub-title h1 { font-size: 38px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; color: #242424;}
.sub-title p { line-height: 1.5em; font-size: 20px; letter-spacing: -.03em; font-weight: 300; color: #454545; margin-top: 30px; }
.sub-title p span { font-weight: 600; color: #0c3274; }

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #030b19; color: #b8b8b8; font-size: 15px; font-weight: 300; letter-spacing: -.03em; line-height: 1.5em;}
.ft-top { border-bottom: 1px solid rgba(255,255,255,0.3); padding: 20px 0;}
.ft-top .contain { display: flex; justify-content: space-between; align-items: center;}
.ft-top .contain::after { content: none;}
.ft-link a { display: inline-block; padding-right: 27px;}
.ft-link a:last-child { padding-right: 0; }
.ft-btm { padding: 40px 0;}
.ft-text { line-height: 1.666em; margin-top: 25px;}
.ft-text span { display: inline-block; padding-right: 33px; letter-spacing: -.02em;}
.ft-text span:last-child { padding-right: 0; }
.ft-text span a { font-size: 14px; color: #646464;}