*{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;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

.eng{ font-family: 'Manrope', sans-serif; }

*{ 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.sub{ background-color: #fff; }
#header.ac{ background-color: #fff; }
#header .wrap{ max-width: 1920px; margin: 0 auto; position: relative; height: 100%; }
#header h1{ position: absolute; left: 50px; top: 50%; transform: translate(0,-50%);}
#header h1 a{ display: block ;width: 100%; height: 100%; position: relative; }
#header h1 a svg{ mix-blend-mode: overlay;; }
#header.on h1 a svg *{ fill: #000; }
#header.ac h1 a svg *{ fill: #000; }
#header.sub h1 a svg *{ fill: #000; }

#header .gnb{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#header .gnb > ul > li{ float: left; padding: 0 36px; position: relative; }
#header .gnb > ul > li > a{ font-size: 18px; font-weight: 800; color: #FFFFFF; line-height: 100px; display: block; text-align: center; transition: color 0.3s; position: relative; }
#header.sub .gnb > ul > li > a{ color: #000 }
#header .gnb > ul > li > ul{ position: absolute; left: -10%; top: 100%; width: 120%; padding: 30px 0; display: none; background-color: #416848; }
#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: 500; color:#FFCC00;  transition: color 0.3s; }
#header .gnb > ul > li:hover > a{ color: #FFCC00; }
#header .gnb > ul > li.on > a{ color: #FFCC00; }

#header .gnb > ul > li > a:after{ content: ""; display: block; width: 0; height: 2px; background-color:#FFCC00; position: absolute; left: 50%; bottom: 0; transform: translate(-50%,0); transition: width .3s; }
#header .gnb > ul > li:hover > a:after{ width: 100%; }
#header .gnb > ul > li.on > a:after{ width: 100%; }

#header .gnb > ul > li > ul > li:hover > a{ color: #fff; }

#header.on .gnb > ul > li > a{ color: #000000; }
#header.on .gnb > ul > li:hover > a{ color: #FFCC00; }
#header.ac .gnb > ul > li > a{ color: #000000; }
#header.ac .gnb > ul > li:hover > a{ color: #FFCC00; }

#header .sub_nav > div{ display: none; height: 100%;  position: fixed; width: 100%; height: 100px; top: 100px; left: 0; background-color: #fff; display: none; }
#header .sub_nav > div{ text-align: center; }
#header .sub_nav > div > ul{ width: 100%; display: flex; justify-content: space-between; justify-content: center; align-items: center; height: 100%;}
#header .sub_nav > div > ul > li{ margin-right: 50px; }
#header .sub_nav > div > ul > li > a{ font-size: 16px; color: rgba(0,0,0,0.5); transition: color .3s; font-weight: 500;  }
#header .sub_nav > div > ul > li > a:hover{ color: #000; }
#header .sub_nav > div > ul > li:last-child{ margin-right: 0; }
#header .lang { position: absolute; right: 50px; top: 50%; transform: translate(0,-50%);}
#header .lang button{ color: #fff; font-size: 18px; font-weight: 800; }
#header .lang button > a{ color: inherit; font-weight: inherit; }
#header .lang svg{ display: inline-block; margin-left: 12px; transform: translateY(-3px);}

#header.on .lang button{ color: #000; }
#header.sub .lang button{ color: #000; }
#header.on .lang svg path{ stroke:#000; }
#header.ac .lang button{ color: #000; }
#header.sub .lang button{ color: #000; }
#header.ac .lang svg path{ stroke:#000; }
#header.sub .lang svg path{ stroke:#000; }

#header .all_menu_b{ width: 26px; height: 26px; position: absolute; right: 20px; top: 50%; transform: translate(0,-50%); cursor: pointer; display: none; }
#header .all_menu_b span{ display: block; width: 12px; height: 12px; background-color: #fff; position: absolute; }
#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; }
#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.on .all_menu_b span{ background-color: #000; }
#header.ac .all_menu_b span{ background-color: #000; }

#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: #FFCC00; position: absolute; left: -50px; top: 50%; transform: translate(0,-50%);}
#header .all_menu > ul > li:hover > a{ color: #FFCC00; }
#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; }

#footer{ max-width: 1920px; margin: 0 auto; }
#footer .contact_b{ position: fixed; width: 200px; height: 60px; right: 50px; bottom: 40px; z-index: 20; }
#footer .contact_b a{ display: block; position: relative; width: 100%; height: 100%; border-radius: 100px; background-color: #FFCC00; overflow: hidden;
  transition: background .4s;
}
#footer .contact_b a ul li{ float: left; width: 200px; height: 100%; text-align: center; color: #fff; font-size: 20px; font-weight: 600; line-height: 60px; }
#footer .contact_b a ul{ position: absolute; right: 0; top: 0; width: 400px; transition: right .4s; }
#footer .contact_b a:hover ul{ right: -100%; }
#footer .contact_b a:hover{ background-color: #FFAA00; }


#footer{padding: 90px 20px}
#footer .wrap p{ text-align: center; color: rgba(0,0,0,0.5); font-size: 18px; }
#footer .wrap p a{ color: inherit; text-decoration: underline; }

@media (max-width: 1416px){
  #header h1{ left: 20px; }
  #header .lang{ right: 20px; }
  #header .gnb > ul{ width: 542px; }
  #header .gnb > ul > li > a{ font-size: 16px; }
  #header .gnb > ul > li{ padding: 0 25px; }
}

@media (max-width: 980px){
    #header .gnb{ display: none; }
    #header .all_menu_b{ display: block; top: 50%; transform: translate(0,-50%);}
    #header .lang{ right: 70px; }
    #footer .contact_b{ right: 20px; bottom: 30px; }
    #header{ height: 80px; }
    #header h1 a svg{ height: 22px; width: auto; }
    #footer .contact_b{ width: 160px; height: 50px; }
    #footer .contact_b a ul{ width: 320px; }
    #footer .contact_b a ul li{width: 160px; line-height: 50px; font-size: 16px; }

}

@media (max-width: 800px){
  #footer .wrap p{ font-size: 16px; }
}

@media (max-width: 414px){
  #header{ height: 60px; }
  #header h1 a svg{ height: 20px; }

  #footer .contact_b{ width: 130px; height: 42px; }
  #footer .contact_b a ul{ width: 260px; }
  #footer .contact_b a ul li{width: 130px; line-height: 42px; font-size: 14px; }
  #footer .wrap p{ font-size: 14px; }
  #footer{ padding-bottom: 110px; padding-top: 40px; }
}
