@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:100; top: 0; height: 80px; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1660px;}
#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 {padding:0 42px; }
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; color:#222; font-size:18px; font-weight:500; line-height:1.3em; font-family:'Poppins'; padding: 10px 20px;}
#gnb>ul>li.active>a { color: #1c5076; border: 1px dashed #1c5076;}
#gnb .submenu {display:none; position:absolute; left: 30px; text-align: left;}
#gnb .submenu>p { font-size: 60px; font-weight: 600; line-height: 1em; color: #1c5076; font-family:'Poppins'; margin-bottom: 60px; margin-top: 50px;}
#gnb .submenu>ul {display:flex; gap: 24px; margin-bottom: 60px; width: 1200px;}
#gnb .submenu>ul li { width: calc(100%/3 - 16px); position: relative;}
#gnb .submenu>ul li::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #1c5076;}
#gnb .submenu>ul>li>a {display:block; padding:16px 0; color:#1c5076; font-size:26px; line-height:1.33em; white-space:nowrap; font-weight: 600;}
#gnb .submenu>ul li:hover::after { height: 3px; background: #85c54d;}
#gnb .submenu>ul li:hover>a { color: #85c54d;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; box-shadow: inset 3px 3px 10px rgba(0,0,0,0.05);}

.hd-right { display: flex; align-items: center; gap: 15px; }
.language {position:relative; display:inline-block;}
.language .toggle-button {display:flex; align-items:center; gap:10px; padding:6px; background:none; border:0; color:#2c2c2c; font-weight:700; text-align:left;}
.language .toggle-button .txt {width:36px; font-family:'Poppins'; font-weight: 500; color: #222;}
.language .toggle-button .chevron {width:13px; margin-top:-.0em;}
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button path {fill:#2c2c2c;}
.language .toggle-layer {display:none; position:absolute; left:0; width:100%; padding:8px; background:#fff; border-radius:6px; text-align:center; box-shadow: 3px 3px 15px rgba(0,0,0,0.1);}
.language .toggle-layer ul {display:grid; gap:2px;}
.language .toggle-layer a {display:block; color:#787878; font-weight:600; line-height:1.5em; font-family:'Poppins'; padding: 3px 0;}
.language .toggle-layer a:hover {color:#1c5076;}
.language.active .toggle-button .chevron {transform:scaleY(-1);}

.list-icon { width:25px; height:20px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative; }
.list-icon span {position:absolute; left:10px; right:0; top:50%; margin-top:0px; height:2px; background:#242424;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; 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:#242424; content: "only"; left: -10px;}
.list-icon span:after {bottom:-9px; transition-property:bottom, transform; background:#242424; }

.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; display: block;}
.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:#1c5076}
.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 p { display: none;}
.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.pd { padding: 0 !important;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#1c5076;}
.mobile-navigation .nav-menu .submenu .submenu-left{ display: none;}
.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; background: #fff; margin-top: 90px;}
.main-visual .contain {position: relative; height: 100%; }
.main-visual .item {position:relative; overflow:hidden;}
.main-visual .item .txt {padding: 70px 0 40px; font-family:'Poppins';}
.main-visual .item .txt .contain { display: flex; align-items: center; justify-content: space-between; max-width: 1660px; flex-wrap: wrap; gap: 5px;}
.main-visual .item .txt .contain::after { content: none;}
.main-visual .item .txt h2 { font-size: 70px; font-weight: 700; line-height: 1.3em; color: #1c5076;}
.main-visual .item .txt p { font-size: 24px; font-weight: 400; line-height: 1.444em; color: #1c5076; }
.main-visual .item img { width: 100%; object-fit: cover; height: 100%;}

.main-visual .scroll { position: absolute; bottom: 50px; left: 0; right: 0; margin: auto; text-align: center; animation: fadeIn 1.5s infinite;}
@keyframes fadeIn {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}

/* main 공통 */
.main-pd { padding: 120px 0;}
.main-subtit { font-size: 18px; font-weight: 700; line-height: 1em; letter-spacing: -.03em; color: #222; margin-bottom: 13px;}
.main-tit { font-size: 60px; font-weight: 700; line-height: 1.2em; color: #222; margin-bottom: 70px;font-family:'Poppins';}
.main-link { width: 144px; height: 48px; border: 1px solid #1c5076; font-family:'Poppins'; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 500; letter-spacing: -.03em; line-height: 1em; color: #1c5076; position: relative; transition: .2s;}
.main-link:hover { background: #85c54d; color: #fff; border: 1px solid #85c54d;}

/* main */
.sec1 .contain { display: flex; align-items: flex-start;}
.sec1 .contain::after { content: none;}
.sec1-left { width: 28%;}
.sec1-left .main-link::after { content: ""; width: 48px; height: 48px; border: 1px solid #1c5076; border-left: none; background: url(../images/main/sec1-right.png) center no-repeat; background-size: 17px; transition: .2s; position: absolute; right: -48px;}
.sec1-left .main-link:hover { border: 1px solid #1c5076; background: transparent; color: #1c5076;}
.sec1-left .main-link:hover::after { background-color: #1c5076; background-image: url(../images/main/sec1-right-w.png); border: 1px solid #1c5076; }
.sec1-right { width: 72%;}
.sec1-list { display: flex; flex-wrap: wrap; gap: 60px 0; justify-content: center;}
.sec1-list li { width: calc(100%/3); text-align: center; }
.sec1-list li a { display: block; }
.sec1-list li .tit { font-size: 22px; font-weight: 600; letter-spacing: -.03em; color: #222; line-height: 1.5em; margin: 40px 0 18px;} 
.sec1-list li .tit span { display: block; font-size: 16px; }
.sec1-list li .txt { font-weight: 300; letter-spacing: -.03em; line-height: 1.556em; color: #787878;}

.sec2 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover;}
.sec2 .contain { display: flex; align-items: flex-start;}
.sec2 .contain::after { content: none;}
.sec2-left { width: 50%; padding-right: 130px;}
.sec2-left .main-subtit { color: #fff;}
.sec2-left .main-tit { color: #fff;}
.sec2-left .main-link { color: #fff; border: 1px solid #fff;}
.sec2-left .main-link:hover { border: 1px solid #85c54d;}
.sec2-right { width: 50%; display: flex; align-items: center; justify-content: flex-end;}
.sec2-list li { margin-bottom: 20px; display: flex; padding: 19px 30px; color: #fff; cursor: pointer; position: relative;}
.sec2-list li::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #ccc;}
.sec2-list li .num { font-size: 22px; font-weight: 500; letter-spacing: -.03em; line-height: 1.3em; display: inline-block; width: 40px; } 
.sec2-list li p { flex: 1 1 auto; min-width: 0; width: 1%; line-height: 1.3em; font-size: 22px; font-weight: 600; letter-spacing: -.03em; 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:last-child { margin-bottom: 0; }
.sec2-certi li { text-align: right; width: 100%; display: none; position: relative;}
.sec2-list li:hover::after { background: transparent; height: 100%; border: 1px dashed #85c54d;}
.sec2-list li:hover .num { color: #85c54d;}
.sec2-list li:hover p { color: #85c54d;}
.sec2-list li.active::after { background: transparent; height: 100%; border: 1px dashed #85c54d;}
.sec2-list li.active .num { color: #85c54d;}
.sec2-list li.active p { color: #85c54d;}
.sec2-btbox { display: flex; gap: 8px; margin-top: 20px;}
.sec2-bt { display: flex; position: relative;}
.sec2-swiper-button-prev::after, .sec2-swiper-button-next::after { display: none;}
.sec2-swiper-button-prev, .sec2-swiper-button-next { width: 48px; height: 48px; position: relative; top: auto; margin-top: 0; border: 1px solid #fff; background-repeat: no-repeat; background-position: center; transition: .2s; background-size: 17px; opacity: 1 !important;}
.sec2-swiper-button-prev { left: auto; border-right: none; background-image: url(../images/main/main-leftbt.png);}
.sec2-swiper-button-prev:hover { background-color: #85c54d; border: 1px solid #85c54d; border-right: none; background-image: url(../images/main/main-leftbt.png); }
.sec2-swiper-button-next { right: auto; background-image: url(../images/main/main-rightbt.png); }
.sec2-swiper-button-next:hover { background-color: #85c54d; border: 1px solid #85c54d; background-image: url(../images/main/main-rightbt.png); }

.sec3-tit-fx { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px; flex-wrap: wrap;}
.sec3-tit-fx .main-tit { margin-bottom: 0;}
.sec3-btbox { display: flex; gap: 8px;}
.sec3-bt { display: flex; position: relative;}
.sec3-swiper-button-prev::after, .sec3-swiper-button-next::after { display: none;}
.sec3-swiper-button-prev, .sec3-swiper-button-next { width: 48px; height: 48px; position: relative; top: auto; margin-top: 0; border: 1px solid #1c5076; background-repeat: no-repeat; background-position: center; transition: .2s; background-size: 17px;}
.sec3-swiper-button-prev { left: auto; border-right: none; background-image: url(../images/main/sec3-leftbt.png);}
.sec3-swiper-button-prev:hover { background-color: #85c54d; border: 1px solid #85c54d; border-right: none; background-image: url(../images/main/main-leftbt.png); }
.sec3-swiper-button-next { right: auto; background-image: url(../images/main/sec1-right.png); }
.sec3-swiper-button-next:hover { background-color: #85c54d; border: 1px solid #85c54d; background-image: url(../images/main/main-rightbt.png); }
.sec3-swiper { width: 120%; position: relative; overflow: hidden; margin-right: -20%;}
.sec3-swiper-slide a { display: block; position: relative; }
.sec3-swiper-slide .tit { font-size: 22px; font-weight: 600; letter-spacing: -.01em; line-height: 1em; color: #505050; position: relative; padding-top: 25px; padding-left: 30px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: .2s;}
.sec3-swiper-slide .tit::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #454545; }
.sec3-swiper-slide .thumb {position:relative; padding-bottom:100%; margin-top:45px; overflow:hidden;}
.sec3-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;}
.sec3-swiper-slide a:hover .tit { color: #85c54d;}
.sec3-swiper-slide a:hover .tit::before { height: 3px; background: #85c54d;}

/* sub */
.sub-wrap { padding: 130px 0 100px;}
.sub-wrap .contain { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 10px;}
.sub-wrap .contain::after { content: none;}
.sub-wrap h2 { font-size: 50px; font-weight: 800; line-height: 1em; color: #1c5076; margin-bottom: 25px;}
.sub-wrap p { font-size: 16px; font-weight: 300; color: #1c5076; letter-spacing: .03em;}
.sub-ctr { display: flex; align-items: center; gap: 38px; }
.sub-ctr span { display: inline-block; position: relative; font-size: 15px; font-family:'Poppins'; font-weight: 500; color: #999; line-height: 1em; }
.sub-ctr span::after { content: ""; position: absolute; width: 8px; height: 13px; background: url(../images/sub/ctr-right.png) center no-repeat; background-size: contain; right: -22px; top: 1px;}
.sub-ctr span:last-child::after { display: none;}
.sub-ctr span.page_name { font-weight: 600; color: #1c5076; font-family: 'Pretendard';}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #1c5076; color: #fff; padding: 55px 0;}
#footer .contain { display: flex; justify-content: space-between; }
#footer .contain::after { content: none;}
.ft-text { margin-bottom: 80px; line-height: 1.9em;}
.ft-text span { display: block; line-height: 1.9em; font-size: 16px; font-weight: 500; }
.ft-text span strong { display: inline-block; font-weight: 700; color: #ccc; width: 60px; }
.policy { margin-bottom: 10px;}
.policy a { display: inline-block; padding-right: 40px; position: relative; line-height: 1.3em; color: #ccc;}
.policy a:last-child { padding-right: 0; }
.policy a:last-child::before { content: ""; position: absolute; left: -22px; width: 1px; height: 12px; background: #787878; top: 5px;}
.cpr { font-size: 15px; font-weight: 300; letter-spacing: -.03em; color: #ccc; line-height: 1.3em; }
.ft-right { text-align: right; }
.ft-right h3 { font-size: 40px; font-weight: 700; font-family:'Poppins'; line-height: 1.2em; margin-bottom: 30px; }
.scroll-top { width: 56px; height: 56px; border-radius: 100%; display: inline-block; background: #85c54d url(../images/common/top.png) center no-repeat; background-size: 12px;}