@charset "utf-8";


/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
@font-face {
    font-family: 'HMFMOLD';
    src: url('./font_/HMFMOLD.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'YeogiOttaeJalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}



/* ******************* *
* GLOBAL
* ******************* */
:root {
    --font-Pretendard: "Pretendard";
    --font-Oxanium: "Oxanium", sans-serif;
    --color-main: #004FA7;
    --color-main--deep: #003F86;
    --headerH: 100px;
}

@media (max-width: 1024px){
    :root {
        --headerH : 80px;
    }
}

.fa{font: normal normal normal 14px / 1 FontAwesome !important;}
a,a:hover,a:focus {text-decoration: none;}
ul{list-style: none;}
button{background-color: transparent; cursor: pointer;border: none;outline: none;}
img{max-width: 100%;border:0; display:block;}
h1, h2, h3, h4, h5, h6{padding:0;margin:0;font-family: var(--font-Pretendard);font-size: inherit;}
p{padding:0;margin:0;word-break: keep-all;}
em {font-style: normal;}
input{border: none;box-shadow: none;}
input:focus{outline: none;}
.line-br {display: block;}

html.lock, html.lock body {overflow: hidden;}
html, body {font-size: 20px;font-family: var(--font-Pretendard);line-height: 1.4;word-break: keep-all;word-wrap: break-word;color:#000;touch-action: auto;overscroll-behavior: auto;text-size-adjust:100%;scroll-behavior: smooth;overflow-x: clip;}
body {position: static !important;}
.cinner {max-width: 1400px;width: 92%;margin: 0 auto;}


@media all and (max-width: 1399px){
	.cinner {width: auto;margin: 0 50px;}
}
@media all and (max-width: 1024px){
    html, body {font-size: 18px;}
	.cinner {width: auto;margin: 0 30px;}
}
@media all and (max-width: 768px){
	html, body {font-size: 17px;}
	.cinner {width: auto;margin: 0 20px;}
}



/* ******************* *
* SCROLLBAR
* ******************* */
body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-thumb {background-color: var(--color-main);}
body::-webkit-scrollbar-track {background-color: #f9f9f9;}



/* ******************* *
* POPUP
* ******************* */
#hd_pop {z-index:1000;position:relative;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img {max-width:100%;width: 100%;height: auto;}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff;font-size: 14px;}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left;font-size: 14px;}
.hd_pops_footer .hd_pops_close {width: 58px;height: 100%;padding: 0;background:#393939;position:absolute;top:0;right:0}

@media all and (max-width: 1024px){
    #hd_pop {max-width: 100%;width: 100%;margin: 0 auto;}
    .hd_pops {max-width: 90%;width: 100%;position: fixed;top: 50% !important;left:50% !important;transform: translate(-50%, -50%);}
    .hd_pops_con {width: 100% !important;height: auto !important;}
    .hd_pops_footer .hd_pops_reject {font-size: 10px;}
    .hd_pops_footer .hd_pops_close {width: 45px;font-size: 10px;}
}



/* ******************* *
* HEADER
* ******************* */
#header {width: 100%;height: var(--headerH);border-bottom: 1px solid rgba(255,255,255,.3);box-sizing: border-box;position: fixed;top: 0;left: 0;right: 0;margin: auto;z-index: 999;transition: .35s;}
#header.hide {display: none;}
.header__nav {height: 100%;}
.header__nav .nav {display: block;height: 100%;}
.header__nav .cinner {height: 100%;position: relative;}
.header__logo {width: 200px;position: absolute;top: 0;left: 0;bottom: 0;margin: auto;}
.header__logo > a {display: flex;align-items: center;height: 100%;}
.header__logo > a > img {content: url('../img/logo.png');width: 100%;}
#header.active .header__logo > a > img {content: url('../img/logo-blue.png');}
.header__cont {display: flex;justify-content: flex-end;align-items: center;gap: 100px;width: 100%;height: 100%;}
#main-nav {height: 100%;}
.main-nav__depth1 {height: 100%;}
.main-nav__depth1 .mn-ul1 {display: flex;gap: 80px;height: 100%;}
.main-nav__depth1 .mn-li1 {position: relative;}
.main-nav__depth1 .mn-a1 {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;color: #fff;font-weight: 500;text-align: center;transition: .35s;position: relative;}
.main-nav__depth1 .mn-s1 {position: relative;}
.main-nav__depth1 .mn-s1::after {content: '';display: block;width: 0;height: 2px;background: #fff;position: absolute;left: 0;bottom: -2px;transition: .35s;}
.main-nav__depth1 .mn-li1:hover .mn-s1::after,
.main-nav__depth1 .mn-li1:focus .mn-s1::after {width: 100%;}
.main-nav__depth2 {display: none;max-width: 185px;width: 100vw;padding: 10px 0;border-radius: 12px;background: var(--color-main);position: absolute;top: calc(100% - 15px);left: 50%;transform: translateX(-50%);z-index: 990;text-align: center;overflow: hidden;}
.main-nav__depth2 .mn-ul2 {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;/* gap: 12px 0; */width: 100%;height: 100%;/* margin: 0 auto; */min-height: 30px;/* padding: 8px 0; */box-sizing: border-box;}
.main-nav__depth2 .mn-li2 {width: 100%;position: relative;}
.main-nav__depth2 .mn-a2 {display: block;width: 100%;padding: 12px 20px;box-sizing: border-box;color: rgba(255,255,255,.6);font-size: 16px;font-weight: 400;line-height: 1.3;transition: .35s;position: relative;}
.main-nav__depth2 .mn-a2:hover {background: var(--color-main);color: #fff;}
.main-nav__depth3 {display: none;background: #fff;position: absolute;top: 0;left: 100%;z-index: 101;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.main-nav__depth3 .mn-li3:not(:last-child) {border-bottom: 1px solid #eee;box-sizing: border-box;}
.main-nav__depth3 .mn-a3 {display: block;width: 160px;padding: 15px 16px;color: #000;font-size: .90em;text-align: center;line-height: 1.3;}
.main-nav__depth3 .mn-a3:hover {color: var(--color-main);}
.header__nav .nav__btn a {display: flex;align-items: center;width: 20px;height: 14px;position: relative;}
.header__nav .nav__btn a::before,
.header__nav .nav__btn a::after {content: '';display: block;width: 100%;height: 2px;background: #fff;position: absolute;left: 0;right: 0;margin: auto;}
.header__nav .nav__btn a::before {top: 0;}
.header__nav .nav__btn a::after {bottom: 0;}
.header__nav .nav__btn a span{display: block;width: 100%;height: 2px;background: #fff;}

#header.active {background: #fff;border-bottom: 1px solid rgba(0,0,0,.15)}
#header.active .main-nav__depth1 .mn-a1 {color: #000;}
#header.active .header__nav .nav__btn a span,
#header.active .header__nav .nav__btn a::before, 
#header.active .header__nav .nav__btn a::after {background: #000;}

@media all and (max-width: 1399px){
    .header__cont {gap: 80px;}
    .main-nav__depth1 .mn-ul1 {gap: 60px;}
}
@media all and (max-width: 1199px){
    .header__logo {width: 180px;}
    .header__cont {gap: 60px;}
    .main-nav__depth1 .mn-ul1 {gap: 50px;}
}
@media all and (max-width: 1024px){
    .header__logo {width: 165px;}
    #main-nav {display: none;}
    .header__nav .nav__btn {display: block;}
}



/* ******************* *
* FOOTER
* ******************* */
#footer {padding: 50px 0 80px;background: #2F2F2F;color: #fff;}
.footer__cont {display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.footer__info {font-size: 16px;}
.footer__info > *:not(:last-child) {margin-bottom: 5px;}
.footer__info .info {display: flex;flex-wrap: wrap;gap: 10px 20px;max-width: 857px;}
.footer__info .info li address {margin-bottom: 0;font-style: normal;}
.footer__logo {flex: 0 0 auto;width: 150px;}
.footer__links {display: flex;justify-content: space-between;align-items: center;gap: 20px;width: 100%;margin-top: 28px;padding-top: 28px;border-top: 1px solid rgba(255, 255, 255, .10);}
.footer__links .copyright {color: rgba(255,255,255,.5);font-size: 16px;}
.footer__links .links {display: flex;align-items: center;gap: 20px;}
.footer__links .links > li {font-size: 16px;cursor: pointer;}
.footer__links .links > li > a {color: #fff;}
.footer__links .links > li > .privacy {color: var(--color-main);font-weight: 700;}

@media all and (max-width: 1199px){
    .footer__cont {flex-direction: column;}
    .footer__info {order: 2;}
    .footer__info .info {gap: 8px 15px;}
    .footer__logo {order: 1;margin-bottom: 20px;}
    .footer__links  {order: 3;}
    .footer__links .links {gap: 10px;}
    .footer__info,
    .footer__links .copyright,
    .footer__links .links > li {font-size: 15px;}
}
@media all and (max-width: 640px){
    #footer {padding: 50px 0;}
    .footer__cont {align-items: center;}
    .footer__info {font-size: 14px;}
    .footer__info .info {justify-content: center;gap: 6px 10px;}
    .footer__links {flex-direction: column;margin-top: 20px;padding-top: 20px;}
    .footer__links .copyright,
    .footer__links .links > li {font-size: 14px;}
}




/* ******************* *
* TOP BTN
* ******************* */
#top_btn {display: none;position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background: rgba(255,255,255,0.8);}
#top_btn:hover {border-color:var(--color-main);background:var(--color-main);color:#fff}



/* ******************* *
* 개인정보처리방침
* ******************* */
[class*=policy_con] {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: calc(100% - 40px);max-width: 1200px;height: calc(100% - 40px);max-height: 600px;z-index: 999999;background: #fff;border: 1px solid var(--color-main);box-sizing: border-box;}
[class*=policy_con] .top{height: 70px;width: 100%;background: var(--color-main);text-align: center;position: relative;top: 0;left: 0;}
[class*=policy_con] .top p{line-height: 70px;color: #fff;font-family: var(--font-Pretendard);font-size:20px;font-weight: bold;}
[class*=policy_con] .top span{position: absolute;top: 0;right: 0;height: 100%;width: auto;aspect-ratio: auto 1 / 1;cursor: pointer;}
[class*=policy_con] .top span::after{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(45deg);top: 50%;left: 50%;position: absolute;}
[class*=policy_con] .top span::before{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(-45deg);top: 50%;left: 50%;position: absolute;}
[class*=policy_con] #policy_content{border: 1px solid #eeeeee; width: calc(100% - 140px); height: calc(100% - 210px); overflow-y: auto; margin: 70px auto 0; padding: 20px;}
[class*=policy_con] #policy_content>b{display: block; margin-bottom: 20px; word-break: keep-all; font-size:17px; color: #000000;}
[class*=policy_con] #policy_content>.list{}
[class*=policy_con] #policy_content>.list li{display: flex; align-items: flex-start; line-height: 22px;margin-bottom: 10px;}
[class*=policy_con] #policy_content>.list li span{display: block;word-break: keep-all;margin-right: 10px; color: #666666;font-size:17px;}
[class*=policy_con] #policy_content>.list li p{display: block;word-break: keep-all; color: #666666;font-size:17px;}
[class*=policy_con] #policy_content>.list_con{margin-top: 30px;}
[class*=policy_con] #policy_content>.list_con li{margin-bottom: 30px;}
[class*=policy_con] #policy_content>.list_con li:last-child{margin-bottom:0px;}
[class*=policy_con] #policy_content>.list_con li>b{word-break: keep-all;display: flex;align-items: flex-start;line-height: 22px;margin-bottom: 10px;font-family: var(--font-pretendard);font-size:20px;}
[class*=policy_con] #policy_content>.list_con li>b span{display: block;word-break: keep-all;margin-right: 10px;}
[class*=policy_con] #policy_content>.list_con li p{display: block;word-break: keep-all;color: #000;font-family: var(--font-pretendard);font-weight: 500;font-size:17px;margin-bottom: 10px;line-height: 20px;}
[class*=policy_con] #policy_content>.list_con li>span{display: block;word-break: keep-all; color: #666666; font-size:15px;margin-bottom: 10px;}
[class*=policy_con] #policy_content .date_wrap{margin-top: 100px;}
[class*=policy_con] #policy_content .date_wrap p{display: block;word-break: keep-all;font-size: 15px;font-weight: 500;color: #000;}

@media all and (max-width : 1199px){
    [class*=policy_con] #policy_content{ width: calc(100% - 70px); height: calc(100% - 140px); margin: 35px auto 0;}
}
@media all and (max-width : 1024px){
    [class*=policy_con] .top{height: 50px;}
    [class*=policy_con] .top p{line-height: 50px;}
}
@media all and (max-width : 640px){
    [class*=policy_con] #policy_content{width: 100%; height: calc(100% - 40px); margin: 0 auto; border: unset;}
}