*{outline: 0}

@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-style: normal;
}
@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-style: normal;
}

@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-style: normal;
}

@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-style: normal;
}



*{ 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', sans-serif; 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: 'Pretendard', 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;
}


.eng{ font-family: "Jost", sans-serif; }


/* 헤더 공통 */
#header{ position: fixed; width: 100%; left: 0; top: 0; z-index: 99; background-color: #fff; padding: 0 100px; height: 100px; }
#header:before{ content:""; display:block; width: 100%; height: 0; background-color: #fff; box-shadow: 0 10px 20px rgba(144,165,185,0.07); transition: height .5s; position: absolute; left: 0; top: 0; z-index: -1; }
#header .wrap{ position: relative; width: 100%; height: 100%; }
#header h1{ position: absolute; left: 0; top: 50%; transform: translate(0,-50%); }
#header h1 a{ display: block ;width: 100%; height: 100%; position: relative; }

#header.on:before{ height: 350px; }
#header.on:after{ content:""; display: block; width: 100%; height: 1px; background-color: #EBEBEB; position: absolute; left: 0; bottom: 0; }


#header .gnb{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; }
#header .gnb > ul > li{ float: left; padding: 0 30px; position: relative; transition: padding .5s; }
#header .gnb > ul > li > a{ font-size: 18px; font-weight: 500; color: #000000; line-height: 100px; display: block; text-align: center; transition: color 0.3s;  }
#header .gnb > ul > li > ul{ position: absolute; left: -10%; top: 100%; width: 120%; padding: 33px 0; display: none; height: 253px; }
#header .gnb > ul > li > ul li{ text-align: center; margin-bottom: 24px; }
#header .gnb > ul > li > ul li:last-child{ margin-bottom: 0; }
#header .gnb > ul > li > ul li a{ font-size: 16px; font-weight: 400; color:#6C727E;  transition: color 0.3s; }
#header .gnb > ul > li:hover > a:after{ content:""; display: block; width: 7px; height: 7px; border-radius: 50%; background-color: #2B6CF2; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 50%); }
#header .gnb > ul > li > ul > li:hover > a{ color: #2B6CF2; }

#header .gnb:hover > ul > li{ padding: 0 60px; }

#header .all_menu_b{ width: 26px; height: 26px; position: absolute; right: 30px; top: 55%; transform: translate(0,-50%); cursor: pointer; display: none; }
#header .all_menu_b span{ display: block; width: 12px; height: 12px; background-color: #C5CBE1; position: absolute; border-radius: 2px; }
#header .all_menu_b span:nth-child(1){ left: 0; top: 0; animation: menu 2s linear infinite; }
#header .all_menu_b span:nth-child(2){ right: 0; top: 0; animation: menu 2s linear infinite; animation-delay: .2s; border-radius: 50%; background-color: #4769E1; }
#header .all_menu_b span:nth-child(3){ right: 0; bottom: 0; animation: menu 2s linear infinite; animation-delay: .4s; }
#header .all_menu_b span:nth-child(4){ left: 0; bottom: 0;animation: menu 2s linear infinite;animation-delay: .6s;  }


#header .all_menu{ position: fixed; right: 0; top: 0; height: 100%; width: 80%; max-width: 320px; background-color: #fff; padding-top: 140px; padding-bottom: 60px; padding-left: 50px; z-index: 999;
  transform: translate(100%,0); transition: transform .8s; overflow-y: scroll;
}
#header .all_menu.on{ transform: translate(0,0); box-shadow: 0px 30px 0px 0px rgb(69 80 95 / 12%); }



#header .all_menu .close_b{ width: 28px; height: 28px; position: absolute; right: 20px; top: 20px; background-color: transparent; transform: rotate(45deg);}
#header .all_menu .close_b span:nth-child(1){ width: 100%; height: 2px; background-color: #5b606a; display: block; position: absolute; left: 0; top: 13px; }
#header .all_menu .close_b span:nth-child(2){ width: 2px; height: 100%; background-color: #5b606a; display: block; position: absolute; left: 13px; top: 0; }
#header .all_menu > ul > li{ margin-bottom: 30px; }
#header .all_menu > ul > li:last-child{ margin-bottom: 0; }
#header .all_menu > ul > li > a{ font-size: 16px; font-weight: 500; color:#313741; letter-spacing: -0.5px; display: block; position: relative; }
#header .all_menu > ul > li > a:after{ content:""; display: block; width: 0; height: 2px; background-color: #2B6CF2; position: absolute; left: -50px; top: 50%; transform: translate(0,-50%);}
#header .all_menu > ul > li:hover > a{ color: #2B6CF2; }
#header .all_menu > ul > li:hover > a:after{ width: 30px; transition: width .5s; }

#header .all_menu > ul > li > ul{ margin-top: 20px; display: none; }
#header .all_menu > ul > li > ul.on{ display: block; }
#header .all_menu > ul > li > ul > li > a{ font-size: 16px; font-weight: 500; color:#494d54; opacity: .6; letter-spacing: -0.5px; display: block; transition: opacity .4s; }
#header .all_menu > ul > li > ul > li:hover > a{ opacity: 1; }
#header .all_menu > ul > li > ul > li{ margin-bottom: 12px; }
#header .all_menu > ul > li > ul > li:last-child{ margin-bottom: 0; }
#header .all_menu .sub_b{ margin-top: 10px; display: none; }
#header .all_menu .sub_b li a{ font-size: 14px; color: #666; line-height: 24px; opacity: .4; transition: opacity.3s; }
#header .all_menu .sub_b li a:hover{ opacity: 1; }

#header .btns{ display: flex; gap: 12px; position: absolute; right: 0; top: 50%; transform: translate(0,-50%); }



#footer{background-color: #fff; padding: 70px 100px 90px 100px; position: relative; }
#footer .f_top{ display: flex; justify-content: space-between; padding-bottom: 60px; border-bottom: 1px solid #EBEBEB; }
#footer .f_top .site_map > ul{ display: flex; gap: 120px; }
#footer .f_top .site_map > ul > li > strong{ display: block; font-size: 18px; font-weight: 500; color:#000; margin-bottom: 30px; }
#footer .f_top .site_map > ul > li .sub_n{ display: flex; flex-flow: column; gap: 20px; }
#footer .f_top .site_map > ul > li .sub_n li a{ font-size: 16px; color:#6C727E; }
#footer .f_top .btn_wrap{ display: flex; flex-flow: column; gap: 10px; }
#footer .f_top .btn_wrap a{ display:flex; width: 190px; height: 46px; border-radius: 100px; border: 1px solid #D8DAE1; padding: 0 25px; align-items: center; justify-content: space-between; font-size: 16px; color:#8C8F97; }
#footer .f_top .btn_wrap a svg{ display: block; }
#footer .f_bt{ padding-top: 60px; display: flex; flex-flow: row-reverse; justify-content: space-between; }
#footer .f_bt .f_info p{  font-size: 16px; color:#6C727E; line-height: 3em; }
#footer .f_bt .f_info p span{ display: inline-block; width: 60px; }
#footer .f_bt .f_info .copy{ line-height: 1em; margin-top: 70px; color:#9B9FA7; }
#footer .f_bt .f_info .copy a{ color: inherit; text-decoration: underline; }
#footer .f_bt .sns > ul{ display:flex; gap: 10px; }
#footer .f_bt .sns > ul li svg{ display: block; }

#footer .scroll_top{ width: 90px; height: 90px; position: fixed; right: 20; bottom: 20px; z-index: 2; display: none}
#footer .scroll_top button{ width: 100%; height: 100%; border-radius: 12px; background-color: #4769E1; display: flex; align-items: center; justify-content: center; flex-flow: column; gap: 5px; transition: background .3s; }
#footer .scroll_top button svg{ display: block; transition: transform .3s; }
#footer .scroll_top button strong{ font-size: 16px; font-weight: 500; color:#FFFFFF; }
#footer .scroll_top button:hover svg{ transform: translateY(-5px); }
#footer .scroll_top button:hover{ background-color: #1D52BC; }

.go_btn a{ display: flex; gap: 8px; padding: 16px 30px; font-size: 18px; font-weight: 500; border-radius: 80px; transition: border .3s, color .3s, background .3s; }
.go_btn a svg path{ transition: stroke .3s; }
.go_btn.line a{ border: 1px solid #4769E1; color: #4769E1; }
.go_btn.color a{ background-color: #4769E1; color: #fff; boder: 1px solid #4769E1; }

.go_btn.line a:hover{ border-color: #003894; color:#003894; }
.go_btn.line a:hover em svg path{ stroke: #003894; }
.go_btn.color a:hover{ background-color: #003894; }


#quick{ position: fixed; right: 0; top: 50%; transform: translate(0,-50%); z-index: 10; width: 80px; border-radius: 12px 0 0 12px; box-shadow: 0 4px 25px rgba(147,156,165,0.3); background-color: rgba(255,255,255,0.7); padding: 40px 0; }
#quick ul{ display: flex; flex-flow: column; gap: 30px; width: 100%; }
#quick ul li{ width: 100%; }
#quick ul li a{ display: flex; flex-flow: column; gap: 10px; align-items: center; text-align: center; width: 100%; }
#quick ul li a svg{ display: block;  }
#quick ul li p{ font-size: 15px; font-weight: 500; color:#555555; transition: color .3s; }
#quick ul li a:hover p { color: #4769e1; }



#popup_wrap{position: fixed;z-index: 999999;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.8);display: none; z-index: 99998}
#popup_wrap .wrap{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
#popup_wrap .close_b{ position: absolute; right: 20px; top: 20px;}
#popup_wrap .wrap > div{width: 1360px;height: 80%;background: #fff;border-radius: 20px;padding: 60px;position: relative;max-width: 90%}
#popup_wrap .wrap > div button{position: absolute;right: 25px;top: 25px;}
#popup_wrap .wrap > div strong{display: block;color: #000000;font-size: 22px;border-bottom: 1px solid #D2D2D2;padding-bottom: 20px;margin-bottom: 20px;}
#popup_wrap .wrap > div p{white-space: pre-wrap;height: 100%;overflow-x: scroll;line-height: 1.7;font-size: 14px;color: #333333;line-height: 1.7}
#popup_wrap .wrap > div p span{display: block;margin-top: 20px;margin-bottom: 5px; font-size: 20px;font-weight: 600;}
#popup_wrap .wrap > div table{width: 100%;border-collapse: collapse;margin-top: 5px;}
#popup_wrap .wrap > div table td{height: 45px;border: 1px solid #d2d2d2;vertical-align: middle;font-size: 14px;text-align:left;padding-left: 20px}
#popup_wrap .wrap > div table th{height: 45px;border: 1px solid #d2d2d2;vertical-align: middle;font-size: 14px;text-align:left;padding-left: 20px}
#popup_wrap .wrap > div table th:nth-child(1){width: 20%}

@media (max-width: 960px){
	#popup_wrap .wrap > div{padding: 40px 20px;border-radius: 5px}
	#popup_wrap .wrap > div p{font-size: 13px;}
	#popup_wrap .wrap > div table th:nth-child(1){width: 100px;}
	#popup_wrap .wrap > div table td, #popup_wrap .wrap > div table th{font-size: 11px;height: auto;padding: 5px}
}






































/**/
