@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;}
.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:relative; width:100%; z-index:100; top: 0; background: #fff; height: 153px; font-family: 'Pretendard';}
.hd-top { height: 63px; border-bottom: 1px solid #ddd;}
.hd-btm { height: 90px; border-bottom: 1px solid #ddd; position: relative;}
.hd-btm .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
.hd-btm .contain::after { content: none;}

.country { width: 100%; }
.country ul {display:flex; padding-top: 15px;}
.country ul li {flex:1; text-align:center; padding: 0 10px;}
.country ul li .tit { line-height: 1em; font-size: 14px; font-weight: 500; letter-spacing: -.04em; color: #555; margin-bottom: 5px;}
.country ul li .time { font-size: 14px; font-weight: 400; letter-spacing: -.04em; line-height: 1.2em; color: #777;}

.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 35px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:90px; color:#222; font-size:18px; font-weight:600; letter-spacing:-.04em; line-height:1.3em;}
#gnb>ul>li.active>a { color: #e89115;}
#gnb>ul>li.ib { height: 90px; display: flex; align-items: center; justify-content: center;}
#gnb>ul>li.ib a { background: #17437e; color: #fff; height: auto; padding: 5px; border-radius: 6px;}

#gnb .submenu {display:none; position:absolute; left:50%; width:150px; transform:translateX(-50%); background:#e89115; text-align:center; border-radius: 10px; margin-top: -15px;}
#gnb .submenu>ul {padding:15px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#fff; font-size:15px; line-height:1.33em; font-weight: 400;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under;}

.hd-mb { margin-right: 50px;}
.hd-mb>div { position: relative; margin-top: 10px;}
.login-icon { width: 28px; height: 28px; background: url(../images/common/login.png) center no-repeat; background-size: contain; position: relative; display: inline-block;}
.logout-icon { width: 28px; height: 28px; background: url(../images/common/login.png) center no-repeat; background-size: contain; position: relative; display: inline-block;}
.hd-mb  .submenu {display:none; position:absolute; left:50%; width:150px; transform:translateX(-50%); background:#17437e; text-align:center; border-radius: 10px;}
.hd-mb .submenu>ul {padding:15px 5px;}
.hd-mb .submenu>ul>li>a {display:block; padding:8px 0; color:#fff; font-size:15px; line-height:1.33em; font-weight: 400;}
.hd-mb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under;}

.btn-m-menu {display: none;}

.list-icon {position:absolute; width:25px; height:22px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; top: 50%; transform: translateY(-50%); right: 30px;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#454545;}
.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:#454545; content: "only";}
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#454545; }

.mobile-navigation {display:none; 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:#e89115}
.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:#e89115;}
.mobile-navigation .nav-menu .submenu img { display: none;}
.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; }
.main-visual .contain {position: relative; height: 100%; max-width: 1460px;}
.main-visual .item {position:relative; height:570px; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.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: 35%; width: 100%; left: 0; }
.main-visual .caption2 { top: 35%;}
.main-visual .caption .txt {display: inline-block;}
.main-visual .caption p { font-size: 18px; font-weight:500; letter-spacing: -.02em; line-height: 1.3em; margin-bottom: 10px;}
.main-visual .caption p.clr1 { color: #e89115;}
.main-visual .caption p.clr2 { color: #e5e2f8;}
.main-visual .caption p.clr3 { color: #6dad3d;}
.main-visual .caption h2 {font-size: 40px; font-weight: 700; line-height: 1.3em; letter-spacing: -.02em; }
.main-visual .caption h2.clr1 { color: #29a899;}
.main-visual .caption h2.clr2 { color: #3a5fce;}
.main-visual .caption h2.clr3 { color: #2c6ca9;}

.main-visual .slick-dots {position:absolute; text-align:center; line-height:0; z-index:50; left: 0; right: 0; margin: auto; bottom: 15px;}
.main-visual .slick-dots li {display:inline-block; margin:0 5px;}
.main-visual .slick-dots li button {position:relative; display:block; width:20px; height:2px; background:#ccc; overflow:hidden; text-indent:-9999em; transition:.2s;  border: none;}
.main-visual .slick-dots .slick-active button { background: #e89115;}

.main-visual .slick-arrow {position:absolute; top:50%; z-index:50; opacity:1; overflow:hidden; transition: .3s; cursor: pointer; width: 62px; height: 51px; background-size: contain; background-repeat: no-repeat; background-position: center center; transform: translateY(-50%);}
.main-visual .slick-prev { left: 75px; background-image: url(../images/main/main-leftbt.png); }
.main-visual .slick-prev:hover { background-image: url(../images/main/main-leftbt-c.png);}
.main-visual .slick-next { right: 75px; background-image: url(../images/main/main-rightbt.png); }
.main-visual .slick-next:hover { background-image: url(../images/main/main-rightbt-c.png);}

/* main 공통 */
.main-tit { font-size: 28px; line-height: 1em; font-weight: 700; letter-spacing: -.04em; color: #222; margin-bottom: 20px;}
.main-txt { font-size: 16px; font-weight: 400; letter-spacing: -.04em; line-height: 1.556em; color: #454545; margin-bottom: 40px; font-family: 'Pretendard';}

/* main */
.sec1 { padding: 40px 0; background: #f5f5f5;}
.sec1-list { display: flex; flex-wrap: wrap; gap: 12px;}
.sec1-list li { width: calc(100%/4 - 9px); background: #fff; border-radius: 12px; overflow: hidden; transition: .2s;}
.sec1-list li a { display: flex; width: 100%; align-items: center; padding: 25px 30px; font-size: 19px; font-weight: 700; letter-spacing: -.04em; line-height: 1.2em; color: #222; position: relative; justify-content: space-between; transition: .2s;}
.sec1-list li:hover { background: #e89115;}
.sec1-list li:hover a { color: #fff;}

.sec2 { padding: 80px 0;}
.sec2 .contain { display: flex; align-items: center;}
.sec2 .contain::after { content: none;}
.sec2-left { border: 1px solid #ddd; border-radius: 10px; overflow: hidden; width: 64%;}
.sec2-right { width: 36%; padding-left: 80px;}
.sec2-tab { display: flex; border-bottom: 1px solid #ddd;}
.sec2-tab li { width: calc(100%/2); border-right: 1px solid #ddd; line-height: 1.2em; padding: 18px 5px; font-size: 18px; font-weight: 500; letter-spacing: -.04em; color: #454545; text-align: center; cursor: pointer;}
.sec2-tab li:last-child { border-right: none;}
.sec2-tab li.active { background: #17437e; color: #fff;}
.sec2-box { padding: 48px 35px; font-family: 'Pretendard';}
.sec2-list li { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.sec2-list li:last-child { margin-bottom: 0;}
.sec2-list li a:hover { color: #17437e;}
.sec2-list li .tit { position: relative; padding-left: 24px; font-weight: 400; letter-spacing: -.04em; line-height: 1em; color: #454545; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.sec2-list li .tit::before { content: ""; position: absolute; left: 0; width: 6px; height: 6px; background: #ddd; top: 4px;}
.sec2-list li .date { padding-left: 10px; font-size: 15px; font-weight: 400; letter-spacing: -.04em; line-height: 1em; color: #777; white-space: nowrap;}
.sec2-contact li { margin-bottom: 20px;}
.sec2-contact li:last-child { margin-bottom: 0;}
.sec2-contact li a { display: flex; align-items: center; width: 100%; font-family: 'Pretendard';}
.sec2-contact li a .txtbox { flex: 1 1 auto; min-width: 0; width: 1%; font-size: 16px; font-weight: 400; letter-spacing: -.04em; line-height: 1.2em; padding-left: 15px; color: #454545;}
.sec2-contact li a .txtbox span { font-size: 20px; font-weight: 600; display: inline-block; padding-left: 10px;}
[data-tab-content] { display: none;}
[data-tab-content].active { display: block; }

.sec3 { text-align: center; padding: 80px 0; background: #fffaf1;}
.sec3-list { display: flex; flex-wrap: wrap;}
.sec3-list li { width: calc(100%/3); text-align: center;}
.sec3-list li .circle { width: 240px; height: 240px; margin: auto; border-radius: 100%; background: #e89115; text-align: center; display: flex; align-items: center; justify-content: center; color: #fff;}
.sec3-list li .circle .tit { font-size: 18px; font-weight: 500; letter-spacing: -.04em; line-height: 1em; margin-top: 40px;}
.sec3-list li .txt { line-height: 1.5em; letter-spacing: -.04em; font-weight: 400; color: #454545; font-family: 'Pretendard'; margin-top: 25px;}

.sec4 { padding: 80px 0; text-align: center;}
.sec4-box { display: flex; gap: 100px; justify-content: center;}
.sec4-box .circle { width: 240px; height: 240px; border-radius: 100%; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; border: 1px solid #ddd;}
.sec4-box .circle h3 { line-height: 1.3em; letter-spacing: -.04em; font-size: 28px; font-weight: 700; color: #17437e; margin-bottom: 10px;}
.sec4-box .circle p { font-size: 18px; font-weight: 600; letter-spacing: -.04em; line-height: 1.25em; color: #787878; font-family: 'Pretendard';}
.sec4-box .circle.clr2 h3 { color: #e89115;}
.sec4-box .circle::after { content: ""; position: absolute; top: 0; bottom: 0; margin: auto; background-size: contain;}
.sec4-box .circle.clr1::after { background: url(../images/main/sec4-plus.png) center no-repeat; width: 50px; height: 50px; right: -75px;}
.sec4-box .circle.clr2::after { background: url(../images/main/sec4-final.png) center no-repeat; width: 50px; height: 37px; left: -75px;}

.sec5 { padding: 80px 0; background: url(../images/main/sec5-bg.jpg) center no-repeat; background-size: cover;}
.sec5 .contain { display: flex; }
.sec5 .contain::after { content: none;}
.sec5-left { width: 50%; }
.sec5-left .main-tit { color: #fff;}
.sec5-left .main-txt { color: #fff;}
.sec5-right { width: 50%;}
.sec5-right .input { margin-bottom: 15px;}
.sec5-right .check { color: #fff; font-family: 'Pretendard'; text-align: center;}
.sec5-right .check a { border: 1px solid rgba(255,255,255,0.5); padding: 5px 10px;font-size: 13px; letter-spacing: -.03em; margin-left: 5px;}
.sec5-right .ct-bt { width: 150px; height: 50px; border-radius: 14px; color: #fff; display: inline-block; background: #e89115; font-size: 18px; font-weight: 600; letter-spacing: -.03em; line-height: 1em; border: none; margin: auto;}


/* sub */
#sub #container {display:flex; width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:50px auto 0; align-items: flex-start;}

#lnb {width:230px; margin-right:70px; margin-bottom:50px; border-radius: 24px; overflow: hidden; box-shadow: 12px 12px 30px rgba(0,0,0,0.08); }
.lnb h2 {display:flex; flex-direction:column; justify-content:center; align-items:center; height:110px; padding:10px; text-align:center; color:#fff; font-size:28px; line-height:1.33em; background:#17437e;}
.lnb > ul { padding: 0 30px 30px; }
.lnb > ul > li { font-family: 'Pretendard'; border-bottom: 1px dashed #ddd; }
.lnb > ul > li > a {display:flex; justify-content:space-between; align-items:center; min-height:55px; padding:25px 0; color:#505050; font-size:16px; font-weight:500; line-height:1.33em; letter-spacing: -.04em;}
.lnb > ul > li > a:hover {color:#17437e;}
.lnb > ul > li.active > a {color:#17437e; font-weight:600;}
.lnb .submenu { padding-left: 10px; margin-top: -15px; margin-bottom: 20px;}
.lnb .submenu>ul>li { padding: 5px 0;}
.lnb .submenu>ul>li>a {position:relative; display:block; padding-left: 8px; color:#787878; font-size:15px; line-height:1.33em; letter-spacing: -.04em; font-weight: 500;}
.lnb .submenu>ul>li>a:before {content:""; position:absolute; top:7px; left:0; width:3px; height:3px; background:#17437e; border-radius: 100%;}
.lnb .submenu>ul>li>a:hover,
.lnb .submenu>ul>li.active>a {color:#17437e;}
.sub-lnb { padding-left: 10px; display: none;}
.sub-lnb ul li a { font-size: 13px; color: #a8a8a8; padding-left: 8px; position: relative; line-height: 1.4em;}
.sub-lnb ul li a::before { width: 3px; height: 3px; content: ""; position: absolute; left: 0; top: 6px; border-radius: 100%; background: #a8a8a8;}

.lnb-m {display:none;}
.lnb-m .depth1 ul {display:flex;}
.lnb-m .depth1 ul li {flex:1; text-align:center; border-left:0; border-right: 1px solid #ddd;}
.lnb-m .depth1 ul li:last-child {border-right:0;}
.lnb-m .depth1 ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:50px; padding:0 15px; color:#242424; font-size:16px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb-m .depth1 ul li.active {background:#17437e; border-color:#17437e;}
.lnb-m .depth1 ul li.active a {color:#fff;}
.lnb-m .depth2 {padding:15px 5px 40px; background:#fafafa; border-bottom:1px solid #ddd; position: relative;}
/* .lnb-m .depth2.swiper-backface-hidden .swiper-slide { transform: none;} */
.lnb-m .depth2>ul {display:flex; position: relative;}
.lnb-m .depth2>ul>li {width:auto; padding:0 15px; position: unset !important;}

.lnb-m .depth2>ul>li>a {position:relative; display:block; padding:0 0 0 12px; color:#505050; font-size:14px; line-height:1.33em;}
.lnb-m .depth2>ul>li>a:before {content:""; position:absolute; top:6px; left:0; width:4px; height:4px; background:#ccc;}
.lnb-m .depth2>ul>li.active>a {color:#17437e;}
.lnb-m .depth3 { display: none; position: absolute; left: 0 ; right: 0; margin: auto;}
.lnb-m .depth3.active { display: block;}
.lnb-m .depth3 ul { display: flex; padding: 10px 5px; justify-content: center;}
.lnb-m .depth3 ul li {width: auto; padding: 0 10px;}
.lnb-m .depth3 ul li a { font-size: 13px; color: #a8a8a8; line-height: 1.33em; }

#contArea {flex:1 1 auto; min-width:0; width:1%;}

.sub-title {padding:10px 0 20px; border-bottom:1px solid #ddd; margin-bottom:50px; }
.sub-title h1 {color:#222; font-size:26px; line-height:1.33em; letter-spacing:-.03em; font-weight: 500; }

.sub-title2 {padding:60px 0 40px; text-align: center;}
.sub-title2 h1 {color:#222; font-size:28px; line-height:1.33em; font-weight: 700; font-family:'nexon'; }

.real-cont {min-height:300px; padding-bottom: 120px; font-family: 'Pretendard';}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 36px 0; border-top: 1px solid #ddd; font-family: 'Pretendard';}
#footer .contain { position:relative; display: flex; justify-content: space-between;}
#footer .contain::after { content: none;} 
.ft-logo-text { line-height: 1em; font-size: 17px; font-weight: 500; letter-spacing: -.03em; color: #222; margin-bottom: 16px;}
.ft-text { line-height: 1.5em;}
.ft-text span { display: inline-block; font-size: 15px; font-weight: 300; letter-spacing: -.03em; line-height: 1.5em; color: #888; position: relative; padding-right: 33px;}
.ft-text span strong { display: inline-block; padding-right: 10px; color: #454545; font-weight: 400;}
.ft-text span strong.num { padding-right: 0; font-weight: 700;}
.ft-text span:last-child { padding-right: 0;}
.ft-text span::after { content: ""; position: absolute; right: 14px; width: 1px; height: 10px; background: #ddd; top: 6px;}
.ft-text span:last-child::after { display: none;}
.ft-text span.bd::after { display: none;}
.cpr { font-size: 14px; font-weight: 400; letter-spacing: -.03em; line-height: 1.4em; margin-top: 20px; color: #888;}
.ft-right { text-align: right;}
.policy a { display: inline-block; font-size: 15px; font-weight: 600; letter-spacing: -.03em; line-height: 1.3em; color: #454545; position: relative;}
.policy a:last-child { padding-left: 30px;}
.policy a:last-child::before { content: ""; left: 14px; width: 1px; height: 10px; background: #ddd; position: absolute; top: 4px;}
.scroll-top { width: 70px; height: 70px; border-radius: 100%; color: #fff; background: #222; font-size: 14px; font-weight: 400; line-height: 1.5em; display: flex; align-items: center; justify-content: center;text-align: center;}
.ft-sns { display: flex; margin-top: 27px; gap: 10px;}
.ft-sns a { display: inline-block; }
.quick { position: fixed; right: 20px; bottom: 20px; }
.quick ul li { margin-bottom: 10px; width: 70px; height: 70px; border-radius: 100%;  }
.quick ul li a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; line-height: 1.5em; letter-spacing: -.03em;}
.quick ul li.clr1 { background: #ffe500; color: #222;}
.quick ul li.clr2 { background: #17437e; color: #fff;}
.quick ul li.clr3 { background: #e89115; color: #fff; }
.op { padding: 30px 0;}
.op-list { display: flex; justify-content: center; gap: 40px;}
.op-list li { width: calc(100%/4 - 30px); text-align: center;}