@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:fixed; width:100%; z-index:100; top: 0; }
#header.move { background: rgba(0,0,0,0.5);}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10; max-width: 100%; padding-left: 100px; padding-right: 100px;}

.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;} 
#gnb>ul>li {position:relative; width: 180px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:18px; font-weight:400; line-height:1.3em;}
#gnb>ul>li>a::after { content: ""; width: 100%; height: 3px; background: #31376c; margin-top: 4px; display: none; position: absolute; bottom: -1px;}

#gnb .submenu {position:absolute; left:0; height:0; overflow:hidden; text-align:center; width: 100%;}
#gnb .submenu>ul {padding:40px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:9px 0; color:#878787; font-size:16px; line-height:1.33em; font-weight: 300; letter-spacing: -.04em; }
#gnb .submenu>ul>li>a:hover { text-decoration: underline; text-underline-position: under;}
#gnb .submenu2 { display: none;}

.lang { display: flex; gap: 30px; align-items: center; color: #fff;}
.custom-select {display:inline-block; min-width:70px; vertical-align:middle; position:relative; z-index:10;}
.custom-select .select-hidden {display:none;}
.custom-select .select-input {position:relative; padding:0 15px 0 10px; height:auto; font-size:16px; letter-spacing:-.04em; overflow:hidden; white-space:nowrap; cursor:pointer; z-index:2; color: #fff; font-weight: 500; font-size: 16px; }
.custom-select::after { content: ""; position: absolute; right: 10px; top: 8px; width: 8px; height: 8px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg);}
.custom-select.active::after { transform: rotate(135deg); top: 12px;}
.custom-select .select-options {display:none; position:absolute; right:0; width:100%; max-height:460px; line-height:1.5em; letter-spacing:-.03em; background:#fff; overflow:auto; color: #505050;z-index: 3; margin-top: 10px;}
.custom-select .select-options li {position: relative; border-bottom: 1px solid #ddd;}
.custom-select .select-options li a { display: block; width: 100%; padding: 8px 0; transition:.2s; font-size: 16px; color: #505050; z-index: 1;font-weight: 400; letter-spacing:-.04em; text-align: center;}
.custom-select .select-options li:hover { background: #1b3c88; border-bottom: 1px solid #1b3c88;}
.custom-select .select-options li:hover a{ color: #fff; font-weight: 500;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fafafa;}
.submenu-bgclr { background-color: #f4f4f4; max-width: 34%; height: 100%; transition: .3s; padding-top: 50px; padding-left: 100px; } 
.submenu-title { font-size: 36px; font-weight: 700; letter-spacing: -.04em; line-height: 1em; margin-bottom: 12px; color: #2c2c2c;}
.submenu-txt { font-size: 16px; font-weight: 400; letter-spacing: -.04em; line-height: 1.2em; color: #505050;}

#header.header-hover { background: #fff;}
#header.header-hover .sitelogo {background-image: url(../images/common/logo.png);}
#header.header-hover #gnb>ul>li>a { color: #2c2c2c;}
#header.header-hover #gnb>ul>li.active .submenu { background: #1b3c88;}
#header.header-hover #gnb>ul>li.active .submenu>ul>li>a { color: #fff;}
#header.header-hover .custom-select .select-input { color: #2c2c2c;}
#header.header-hover .custom-select::after { border-left: 2px solid #2c2c2c; border-bottom: 2px solid #2c2c2c;}
#header.header-hover .list-icon { background: url(../images/common/hd_navi.png) center no-repeat; background-size: contain;}
#header.header-hover .submenu-bg { border-top: 1px solid #dfdfdf;}

.list-icon { width:26px; height:26px; text-indent:-9999em; z-index:50; background: url(../images/common/hd_navi_w.png) center no-repeat; background-size: contain;}

.mobile-navigation {position:fixed; top:0; right:0%; width:100%; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background: #fff; z-index:102; display: flex; }
.mobile-navigation .nav-menu { position: relative; max-width: 1400px; width: 100%; margin: auto;}
.mobile-navigation .nav-menu>ul {width: 100%; position: absolute; top: 50%; transform: translateY(-50%); }
.mobile-navigation .nav-menu>ul>li {display: flex; padding: 50px 0; border-bottom: 1px solid #ddd;} 
.mobile-navigation .nav-menu>ul>li>a {position:relative; display:block; color:#2c2c2c; font-size:38px; font-weight:700; line-height:1.2em; letter-spacing: -.04em; max-width: 24%; width: 100%;}
.mobile-navigation .nav-menu .submenu {display:block; max-width: 76%; width: 100%; margin-top: 12px;}
.mobile-navigation .nav-menu .submenu>ul { display: flex; width: 100%;}
.mobile-navigation .nav-menu .submenu>ul>li { width: calc(100%/6);}
.mobile-navigation .nav-menu>ul>li.wt .submenu>ul>li { width: calc(100%/4);}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; color:#2c2c2c; font-size:20px; line-height:1.2em; font-weight: 500;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover { color: #878787;}
.mobile-navigation .nav-menu .submenu>ul>li>a br {display: none;}
.mobile-navigation .nav-menu .submenu2 { display: block; margin-top: 30px;}
.mobile-navigation .nav-menu .submenu2 li { margin-bottom: 15px;}
.mobile-navigation .nav-menu .submenu2 li a { display: block; font-size: 15px; font-weight: 300; letter-spacing: -.04em; line-height: 1.2em; color: #878787;}
.mobile-navigation .nav-menu .submenu2 li a:hover { text-decoration: underline; text-underline-position: under;}
.mobile-navigation .nav-menu .submenu2 li:last-child { margin-bottom: 0;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; width:35px; height:35px; right: 100px; top: 33px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:0; content:""; height:35px; width:3px; background-color:#505050;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius: 4px;}
.mobile-navigation .close:before {transform:rotate(45deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-45deg); transition-property:transform;}

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%; max-width: 77%; }
.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.25);}
.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: 42%; width: 100%; left: 0; text-align: left;}
.main-visual .caption .txt {display: inline-block; text-align: left; color: #fff;}
.main-visual .caption h2 {font-size: 74px; font-weight: 700; line-height: 1.4em; letter-spacing: -.04em; margin-bottom: 10px;}
.main-visual .caption p { font-size: 28px; font-weight: 300; letter-spacing: -.04em; line-height: 1.5em; padding-left: 5px;}

.main-visual .pagi-bt { position: absolute; left: 0; right: 0; margin: auto; bottom: 80px; display: flex; justify-content: center; gap: 10px;}
.main-visual .slick-dots {line-height:0; z-index:50; position: relative; display: flex; align-items: center; justify-content: center;}
.main-visual .slick-dots li {display: none; letter-spacing: -.03em; font-size: 28px; font-weight: 400; opacity: 1; text-align: center; color: #fff; position: relative;}
.main-visual .slick-dots li.slick-active{display:block; }
.main-visual .slick-dots span:first-child { color: #fff; font-weight: 700;}

.main-nav { display: flex;}
.main-nav li { position:relative; display:block; width:60px; height:5px; background:rgba(255,255,255,0.5); overflow:hidden; text-indent:-9999em; transition:.2s;  border: none; cursor: pointer; margin: 0 5px;}  
.main-nav li.active { background: #fff;}

.main-visual .slick-arrow {position:absolute; top:50%; z-index:50; opacity:1; overflow:hidden; transition: .3s; cursor: pointer; width: 32px; height: 61px; background-size: contain; background-repeat: no-repeat; background-position: center center; opacity: 0.5;}
.main-visual .slick-arrow:hover { opacity: 1;}
.main-visual .slick-prev { left: 100px; background-image: url(../images/main/main_leftbt.png);}
.main-visual .slick-next { right: 100px; background-image: url(../images/main/main_rightbt.png);}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 

@keyframes scale {
	0% {transform: scale(1.25);}
	100% {transform: scale(1);}
}

/* main공통 */
.main-tit { color: #2c2c2c; font-size: 32px; font-weight: 700; letter-spacing: -.04em; line-height: 1.444em; margin-top: 20px;}
.main-tit span { color: #1b3c88;}
.main-subtit { font-size: 16px; font-weight: 700; letter-spacing: -.04em; line-height: 1.2em; color: #1b3c88;}
 
/* main */
.sec1 { padding: 120px 0;}
.sec1-img { max-width: calc(100% - 200px); width: 100%; background: url(../images/main/sec1_bg.jpg) center no-repeat; background-size: cover; text-align: center; color: #fff; height: 430px; padding-top: 80px; margin: auto;}
.sec1 .main-tit { color: #fff;}
.sec1 .main-subtit { color: #fff;}
.sec1-list { display: flex; gap: 30px; margin-top: -150px; }
.sec1-list li { width: calc(100%/3 - 20px); box-shadow: 0 0 20px rgba(0,0,0,0.1); text-align: center; background: #fff; height: 370px; transition: .2s;}
.sec1-list li a { display: block; width: 100%; padding: 50px 0; position: relative; height: 100%;}
.sec1-list li .tit { font-size: 24px; font-weight: 600; letter-spacing: -.03em; line-height: 1.2em; margin-top: 30px;}
.sec1-list li .txt { font-size: 16px; font-weight: 300; line-height: 1.6em; letter-spacing: -.03em; color: #878787; margin: 10px 0 0;}
.sec1-right-img {  position: absolute; left: 0; right: 0; margin: auto; bottom: 45px;}
.sec1-list li:hover { background: #1b3c88;}
.sec1-list li:hover .tit { color: #fff;}
.sec1-list li:hover .txt { color: #fff;}

.sec2 { background: #fafafa; padding: 120px 0; }
.sec2-titbox { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 75px;}
.sec2-tab { display: flex; gap: 28px; margin-top: 20px;}
.sec2-tab li { font-size: 20px; font-weight: 400; letter-spacing: -.04em; line-height: 1.2em; color: #505050; position: relative; cursor: pointer;}
.sec2-tab li::after { content: ""; width: 100%; height: 2px; bottom: -10px; position: absolute; background: #1b3c88; left: 0; display: none;}
.sec2-tab li.active { color: #1b3c88; font-weight: 600;}
.sec2-tab li.active::after { display: block;}
.sec2-tit-right { font-size: 130px; font-weight: 900; letter-spacing: -.04em; line-height: 0.8em; -webkit-text-stroke: 1px #e6e6e6; color: transparent;}
.sec2-box { display: flex; background: #fff; align-items: center;}
.sec2-left { width: 50%;}
.sec2-right { width: 50%; padding: 10px 80px;}
.sec2-right .tit { font-size: 28px; font-weight: 700; line-height: 1.2em; letter-spacing: -.04em; color: #1b3c88; margin-bottom: 20px;}
.sec2-right .txt { font-size: 16px; font-weight: 400; letter-spacing: -.04em; line-height: 1.6em; color: #505050; margin-bottom: 70px;}
.sec2-link { display: flex; flex-wrap: wrap; border: 1px solid #a8a8a8; border-bottom: none; border-right: none;}  
.sec2-link li { width: calc(100%/2); border-bottom: 1px solid #a8a8a8; border-right: 1px solid #a8a8a8; transition: .3s;}
.sec2-link li a { padding: 20px 30px; display: block; width: 100%; position: relative;}
.sec2-link li a::after { right: 30px; content: ""; position: absolute; top: 26px; width: 15px; height: 14px; background-size: contain; background: url(../images/main/sec2_right.png) center no-repeat;}
.sec2-link li:hover { background: #1b3c88;}
.sec2-link li:hover a { color: #fff;}
.sec2-link li:hover a::after { background: url(../images/main/sec2_right_w.png) center no-repeat;}
[data-tab-content] { display: none;}
[data-tab-content].active { display: flex; }

.sec3 { padding: 120px 0; text-align: center;}
.sec3-list { margin-top: 90px; display: flex;}
.sec3-list li { width: calc(100%/4); overflow: hidden; position: relative; height: 500px;}
.sec3-list li a { position: relative; display: block; width: 100%; height: 100%; text-align: center;}
.sec3-list li .tit { font-size: 28px; font-weight: 700; letter-spacing: -.04em; line-height: 1.2em; color: #fff; position: absolute; left: 0; right: 0; margin: auto; text-align: center; bottom: 60px;}
.sec3-list li a img { transition: .6s; width: 100%; object-fit: cover;}
.sec3-list li a:hover > img { transform: scale(1.1);}
.sec3-list li:first-child { margin-top: 40px;}
.sec3-list li:nth-child(2) { margin-top: 120px;}
.sec3-list li:last-child { margin-top: 60px;}

.sec4 { padding: 120px 0; background: #fafafa;}
.sec4 .contain { display: flex;}
.sec4 .main-tit{ margin-bottom: 15px;}
.sec4-tab { display: flex; gap: 28px; margin-bottom: 60px;}
.sec4-tab li { font-size: 18px; font-weight: 400; letter-spacing: -.04em; line-height: 1.2em; color: #505050; position: relative; cursor: pointer;}
.sec4-tab li::after { content: ""; width: 100%; height: 2px; bottom: -10px; position: absolute; background: #1b3c88; left: 0; display: none;}
.sec4-tab li.active { color: #1b3c88; font-weight: 600;}
.sec4-tab li.active::after { display: block;}
.sec4-left { width: 45%;}
.sec4-left [data-tab-content].active { display: block;}
.sec4-right { width: 100%; margin-right: -13%; position: relative;}
.sec4-right iframe { width: 100%; height: 640px; }
.sec4-txtbox { margin-bottom: 50px;}
.sec4-txtbox strong { display: block; font-size: 20px; font-weight: 600; letter-spacing: -.03em; line-height: 1em; color: #1b3c88; margin-bottom: 18px;}
.sec4-txtbox p { font-size: 16px; font-weight: 400; letter-spacing: -.03em; line-height: 1.2em; color: #878787;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:620px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center; padding: 20px; }
.sub-visual h2 {font-size:56px; line-height:1.2em; display: inline-block; font-weight: 700; letter-spacing: -.04em;}

.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");}

.path-wrap {position:relative; z-index:50; margin-top: -80px; padding-left: 360px;}
.path-wrap .wrap {max-width:100%; margin:0 auto; background: rgba(0,0,0,0.5);}
.path-wrap .inner {display:flex; position: relative;}
.path-wrap .home { position: relative; }
.path-wrap .home a {display:block; width:80px; height:80px; background: #1b3c88 url("../images/sub/home.png") 50% 50% no-repeat; background-size:16px; text-indent:-999em; overflow:hidden; transition: 0;}
.path-wrap .part {position:relative; min-width:210px; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:80px; color:#fff; font-size:16px; font-weight:700; line-height:1.3em; padding:0 60px 0 30px; }
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:30px; margin-top:-4px; width:11px; height:7px; background:url("../images/sub/down.png") 50% 50% no-repeat;}
.path-wrap .part::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 18px; background: rgba(255,255,255,0.3);}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50; border-top: none;}
.path-wrap .part ul li {color:#454545; line-height:1.3em; ;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:15px 30px; font-size: 15px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#fff; background:#1b3c88;}
.path-wrap .part1,
.path-wrap .part2,
.path-wrap .part3,
.path-wrap .part4 {
    display: none;
}
.path-wrap .part1.page,
.path-wrap .part2.page,
.path-wrap .part3.page,
.path-wrap .part4.page {
    display: block;
}

#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; text-align: center;}
.sub-title h2 { font-size: 42px; font-weight: 700; letter-spacing: -.04em; line-height: 1em; color: #2c2c2c;}

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 75px 0; background: #333333;}
#footer .contain { position:relative; display: flex; justify-content: space-between; align-items: center; max-width: 100%; padding-left: 100px; padding-right: 100px;}
#footer .contain::after { content: none;}
.ft-logo-text { color: #fff; font-size: 24px; font-weight: 700; letter-spacing: -.04em; line-height: 1.2em; margin-bottom: 20px;}
.ft-text { line-height: 1.5em;}
.ft-text span { display: inline-block; font-size: 16px; font-weight: 400; line-height: 1.666em; padding-right: 30px; color: #dfdfdf; letter-spacing: -.04em;}
.ft-text span:last-child { padding-right: 0;}
.cpr span { color: #a3a3a3; font-size: 16px; font-weight: 400; line-height: 1.2em; display: inline-block; letter-spacing: -.04em;}
.cpr a { color: #a3a3a3; font-size: 16px; font-weight: 400; line-height: 1.2em; display: inline-block; letter-spacing: -.04em;}



 