*{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-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


/*html{ font-size: 16px; }*/


.eng{
  font-family: "Poppins", serif;
  font-weight: 400;
  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;
}


.inner{ width: 1400px; margin: 0 auto; }


/* 헤더 공통 */
#header{ position: fixed; width: 100%; left: 0; top: 0; z-index: 10; height: 100px; transition: background .3s; }
#header.on{ background-color: #fff; }
#header .wrap{ max-width: 1920px; margin: 0 auto; position: relative; height: 100%; }
#header h1{ position: absolute; left: 160px; top: 50%; transform: translate(0,-50%);}
#header h1 a{ display: block ;width: 100%; height: 100%; position: relative; }
#header h1 a svg{ overflow: visible; }

#header .contact_b{ position: absolute; right: 160px; top: 50%; transform: translate(0,-50%); }
#header .contact_b a{ display: flex; padding: 0 32px; height: 46px; align-items: center; font-size: 20px; font-weight: 500; color:#6d6d6d; border-radius: 70px; border:1px solid #b6b8bf; transition: background .3s, color .3s, border .3s; }
#header .contact_b a:hover{ background-color: #0f23a5; color: #fff; border-color: #0f23a5; }


#footer{padding: 50px 160px; background-color: #1d1d1f; }
#footer .wrap{ position: relative; }
#footer .wrap .f_logo{ display:flex; flex-flow: column; gap: 18px; margin-bottom: 48px; }
#footer .wrap .f_logo strong{ font-size: 22px; font-weight: 700; color: #fff; }
#footer .wrap .info p{ font-size: 20px; line-height: 1.8em; color: #fff; }
#footer .wrap .info p span{ color: rgba(255,255,255,0.5); display: inline-block; margin-right: 5px; }
#footer .wrap .copy p{ font-size: 20px; color:rgba(255,255,255,0.5); font-weight: 300 !important; }
#footer .wrap .copy{ position: absolute; right: 0; bottom: 0; }

#footer .scroll_top button{ width: 80px; height: 80px; display:flex; align-items: center; justify-content: center; position: relative; }
#footer .scroll_top button:after{ content:""; display: block; width: 100%; height: 100%; border-radius: 50%; background-color: #424242; position: absolute; left: 0; top: 0;  z-index: -1; transition: background .3s, transform .3s; }
#footer .scroll_top button:hover:after{ background-color: #0f23a5; transform: scale(.8); }
#footer .scroll_top button svg{ display: block; }
#footer .scroll_top{ position: fixed; right: 40px; bottom: 40px; z-index: 10; display: none; }

@media (max-width: 1416px){

}

@media (max-width: 980px){

}

@media (max-width: 800px){


@media (max-width: 414px){

}
