*{outline: 0}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}
*{ margin: 0; padding: 0; }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, button,
time, mark, audio, video, a, textarea, input{;margin:0;  padding:0;  border:0; font-size:100%; vertical-align:baseline; background:transparent; -webkit-text-size-adjust:none; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; font-family: 'Pretendard'; font-style: normal; }
html{ -ms-touch-action:auto;}
html,body, section{width:100%;}

img{}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav, section{}
legend, caption{width:0;height:0;visibility:hidden;font-size:0;line-height:0;}
button{cursor:pointer; border:none; padding:0; }
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
li,dd{list-style:none;}
blockquote, q {quotes:none;}
address, caption, em, cite, i, a {font-weight:normal; font-style:normal; text-decoration: none;color: #333}
table {border-collapse:collapse; border-spacing:0; table-layout:fixed;}
iframe{width:100%;vertical-align:middle;}
caption{display:none;}
figcaption{display:block;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance:none;  margin:0; }

strong {font-weight: bold }

input[type="text"], input[type="number"],input[type="email"], input[type="search"],
input[type="password"], input[type="date"], input[type="tel"], select{display:table-cell; vertical-align:middle; padding:  0 0 0 7px; height: 40px; line-height: 1; box-sizing: border-box; background:#fff; border:1px solid #cccccc; border-radius:0; color:#999; font-size:12px;font-family: gravita-hum-variable, sans-serif;}

input[type="search"] {border-radius:0; -webkit-border-radius:0; -webkit-appearance:textfield;}
input[type="search"]::-webkit-search-results-decoration {-webkit-appearance:none;}

input[type='checkbox'],input[type='radio'] {vertical-align:middle; margin-top:0;  cursor : pointer;}

input.disabled {background:#fff;}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
}


select::-ms-expand{display:none; }
select{ cursor: pointer; outline :none; overflow :hidden; color:#999; width:100%;;  }
textarea{width:100%;height:100px; resize:none; border:1px solid #cccccc;   padding:10px; color:#999;}


.blind{position:absolute; top:-999999px; width:0; height:0; font-size:0; overflow:hidden;}
.clear:after{content:""; display: table; clear: both;}
.clearfix{overflow:hidden;}
.clearfix:after{clear:both; display:table; content:'';}
.center{text-align:center; display:block; float:none !important;}
.accessibility{display: none}
.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: none;
    clip: rect(0,0,0,0);
    overflow: hidden;
}


.inner{ width: 1400px; margin: 0 auto; }
.eng{ font-family: magistral, sans-serif; }

#header{position: fixed;z-index: 9999;width: 100%;padding: 0 60px;transition: 0.6s; border-bottom: 1px solid rgba(255,255,255,0.1); }
#header.on{background: #fff; border-bottom: 1px solid #DFE4E9 }
#header.sub{background: #fff; border-bottom: 1px solid #DFE4E9 }
#header .hd_wrap{position: relative}
#header .hd_wrap #logo{position: absolute;left: 0px;top: 50%;transform: translateY(-50%);}
#header .hd_wrap #logo a{display: block;position: relative}
#header .hd_wrap #logo a .on{position: absolute;top: 0;left: 0;opacity: 0;transition: 0.6s}
#header.on .hd_wrap #logo a .on{opacity: 1}
#header .hd_wrap .btn_w{position: absolute;right: 0px;top: 50%;transform: translateY(-50%);display: flex;gap: 0 60px;align-items: center}
#header .hd_wrap .btn_w .tog_btn button{display: flex;color: #FFFFFF;gap: 10px;transition: 0.6s;font-family: "neulis-sans", sans-serif;}
#header.on .hd_wrap .btn_w .tog_btn button{color: #000000}
#header .hd_wrap .btn_w .tog_btn button svg path{transition: 0.6s}
#header.on .hd_wrap .btn_w .tog_btn button svg path{stroke: #000000}
#header .menu_btn{display: none}
#header .menu_btn button i{display: block;width: 30px;height: 2px;background: #fff;margin: 7px 0}
#header #gnb > ul{display: flex;justify-content: center;}
#header #gnb > ul > li{padding: 0 30px}
#header #gnb > ul > li > a{line-height: 110px;display: block;color: #FFFFFF;font-size: 24px;;transition: 0.6s;position: relative;z-index: 5;transition: 0.5s}
#header.on #gnb > ul > li:hover > a{color: #005BAB}
#header #gnb > ul > li > a:after{content: '';display: block;position: absolute;bottom: 0;left: 0;width: 100%;background: #005BAB;height: 2px;transform: scaleX(0);transition: 0.5s}
#header #gnb > ul > li:hover > a:after{transform: scaleX(1)}
#header.on #gnb > ul > li > a{color: #000000}
#header #gnb > ul > li .dep2{position: absolute;width: 100vw;left: -60px;background: #fff;display: flex;justify-content: center;opacity: 0;pointer-events: none;transition: 0.6s;border-top: 1px solid #DFE4E9;height: 145px;align-items: center;border-bottom: 1px solid #DFE4E9;}
#header #gnb > ul > li:hover .dep2{pointer-events: all;opacity: 1}
#header #gnb > ul > li .dep2 > div{padding: 0 60px;border-right: 1px solid #DFE4E9}
#header #gnb > ul > li .dep2 > div:last-child{border-right: none}
#header #gnb > ul > li .dep2 > div > a{color: #000000;font-size: 20px;transition: 0.5s}
#header #gnb > ul > li .dep2 > div > a:hover{color: #005BAB}
#header #gnb > ul > li .dep2 > div ul{display: flex;gap: 40px;margin-top: 20px;}
#header #gnb > ul > li .dep2 > div ul li a{color: #909AA4;font-size: 17px;transition: 0.5s}
#header #gnb > ul > li .dep2 > div ul li:hover a{color: #005BAB;}
#footer{background-color: #022241;padding: 60px;}
#footer .ft01{display: flex;justify-content: space-between;}
#footer .ft01 .left > ul{display: flex;gap: 40px;margin-top: 60px;}
#footer .ft01 .left > ul li a{color: #6986A1;font-size: 18px;transition: 0.5s;}
#footer .ft01 .left > ul li:hover a{color: #fff;}
#footer .ft01 .right > ul{display: flex;}
#footer .ft01 .right > ul > li{width: 140px;}
#footer .ft01 .right > ul > li > a{display: block;font-size: 18px;color: #FFFFFF;margin-bottom: 20px;}
#footer .ft01 .right > ul > li ul{display: flex;gap: 12px;flex-direction: column;}
#footer .ft01 .right > ul > li ul li a{display: block;;color: #A5B8CB;font-size: 15px;transition: 0.5s;}
#footer .ft01 .right > ul > li ul li:hover a{color: #fff;}
#footer .ft02{display: flex;justify-content: space-between;padding-top: 30px;border-top: 1px solid #1E3A55;margin-top: 120px;;}
#footer .ft02 ul{display: flex;gap: 60px}
#footer .ft02 ul li{font-size: 16px;color: #A5B8CB;}
#footer .ft02 ul li span{display: inline-block;margin-right: 11px;}
#footer .ft02 address{color: #6986A1;}
#footer .ft02 address a{color: inherit;text-decoration: underline;;}
.scroll_top {position: fixed;bottom: 20px;right: 20px;transform: rotate(-90deg)}
.scroll_top button{display: flex;align-items: center;justify-content: center;width: 80px;height: 80px;align-items: center;justify-content: center;border-radius: 6px;background: #0A3661;transition: 0.5s}
.scroll_top button:hover{background: #004382}
#all_menu{position: fixed;right: 0;top: 0;height: 100vh;    background: url(/img/main/bg_con_w.png);background-size: 100% 100%;width: 330px;padding: 40px;padding-top: 100px;transform: translateX(100%);transition: 0.7s}
#all_menu.on{transform: translateX(0)}
#all_menu > ul > li > a{color: #fff;font-size: 19px;line-height: 2.5}
#all_menu > ul > li ul{padding-left: 15px;display: none}
#all_menu > ul > li ul li > a{color: #fff;font-size: 17px;display: block;line-height: 2;opacity: 0.7}


#header #gnb > ul > li.ac > a:after{ transform: scaleX(1);  }
#header.sub #gnb > ul > li.ac > a{ color: #005BAB !important; }
#header.sub #gnb > ul > li.ac > a:after{ background: #005BAB; }

#header #gnb > ul > li.ac > a:after{ background: #fff; }
#header.on #gnb > ul > li.ac > a:after{ background: #005BAB; }
#header.on #gnb > ul > li.ac > a{ color: #005bab !important; }


#all_menu .close {display: block;position: absolute}
#all_menu .close{display: block;position: absolute;right: 30px;top: 30px;width: 25px;height: 25px;z-index: 99;}
#all_menu .close:before{content: '';display: block;width: 100%;height: 2px;background: #fff;position: absolute;top: 50%;left: 50%;margin-left: -12.5px;margin-top: -1px;transform: rotate(45deg)}
#all_menu .close:after{content: '';display: block;width: 100%;height: 2px;background: #fff;position: absolute;top: 50%;left: 50%;margin-left: -12.5px;margin-top: -1px;transform: rotate(-45deg)}





#header.act{background: #fff}
#header.act .hd_wrap #logo a .on{opacity: 1}
#header.act .hd_wrap .btn_w .tog_btn button{color: #000000}
#header.act .hd_wrap .btn_w .tog_btn button svg path{stroke: #000000}
#header.act #gnb > ul > li:hover > a{color: #005BAB}
#header.act #gnb > ul > li > a{color: #000000}
#header.act2{background: #fff}
#header.act2 .hd_wrap #logo a .on{opacity: 1}
#header.act2 .hd_wrap .btn_w .tog_btn button{color: #000000}
#header.act2 .hd_wrap .btn_w .tog_btn button svg path{stroke: #000000}
#header.act2 #gnb > ul > li:hover > a{color: #005BAB}
#header.act2 #gnb > ul > li > a{color: #000000}























/**/