*{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=Montserrat:wght@300;400;500;600;700;800;900&display=swap');


.en{ font-family: 'Montserrat', 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'; 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';}

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; padding: 0 80px; padding-top: 50px; transition: padding-top 0.5s; }
#header:before{ content:""; display: block; width: 100%; height: 0; position: absolute; left: 0; top: 0; transition: height 1s;
  background: rgba(17,17,17,0.8);
  backdrop-filter: saturate(180%) blur(30px);
  -webkit-backdrop-filter: saturate(180%) blur(30px);
}
#header .wrap{ position: relative; }
#header:after{ content:""; display: block; width: 100%; height: 1px; background-color: rgba(255,255,255,0.1); position: absolute; left: 0; bottom: -20px; z-index: 1; opacity: 0; }
#header h1{ float: left; }
#header h1 a{ display: block ;width: 100%; height: 100%; position: relative; }
#header.on:before{ height: 300px !important; }
#header.on{ padding-top: 25px; }
#header.on:after{ opacity: 1; }
#header .close_bt{ position: absolute; right: 0; top: 50%; transform: translate(0,-50%); display: none; cursor: pointer; }
#header.on2{ padding-top: 25px; }
#header.on2:before{ height: 115px; }


#header .gnb{ display: none; position: absolute; left: 50%; top: 0; transform: translate(-50%,0);}


#header .gnb > ul { display: flex; justify-content: center; width: 802px; }
#header .gnb > ul > li{  padding: 0 60px; position: relative; }
#header .gnb > ul > li:after{ content:""; display: block; width: 17px; height: 17px; background: url('/img/common/menu_on.png') center center no-repeat; background-size: 100% 100%; position: absolute;
left: 50%; bottom: -28px; transform: translate(-50%,0) scale(0); z-index: 2; transition: transform .5s;
}
#header .gnb > ul > li:hover:after{ transform: translate(-50%,0) scale(1); }
#header .gnb > ul > li > a{ font-size: 16px; font-weight: 400; color: #FFFFFF; line-height: 70px; display: block; text-align: center; transition: color 0.3s;  }
#header .gnb > ul > li > ul{ position: absolute; left: -10%; top: 130%; width: 120%; padding: 30px 0; }
#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:#8F8F8F;  transition: color 0.3s; }
#header .gnb > ul > li:hover > a{ color: #E22F00; }
#header .gnb > ul > li > ul > li:hover > a{ color: #fff;  }


#header .all_menu_b{ position: absolute; right: 0; top: 50%; transform: translate(0,-50%); cursor: pointer; }

#header .all_menu_b #패스_86{
  stroke-dashoffset: 50;
}

#header .all_menu_b #패스_87{
  stroke-dashoffset: 50;
}

#header .all_menu_b:hover #패스_86{ animation: hovers 1s; animation-fill-mode: forwards; }
#header .all_menu_b:hover #패스_87{ animation: hovers 1s; animation-fill-mode: forwards; }

#header .all_menu_b:hover #패스_68{ width: 60px; }


@keyframes hovers {
  100%{
    stroke-dashoffset: 25;
  }
}


#header .all_menu{ position: fixed; right: 0; top: 0; height: 100%; width: 80%; max-width: 320px;padding-top: 140px; padding-bottom: 60px; padding-left: 50px; z-index: 999;
  transform: translate(100%,0); transition: transform .8s; overflow-y: scroll;
  background: rgba(17,17,17,0.8);
  backdrop-filter: saturate(180%) blur(30px);
  -webkit-backdrop-filter: saturate(180%) blur(30px);

}
#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: #eee; display: block; position: absolute; left: 0; top: 13px; }
#header .all_menu .close_b span:nth-child(2){ width: 2px; height: 100%; background-color: #eee; 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:#fff; letter-spacing: -0.5px; display: block; position: relative; }
#header .all_menu > ul > li > a:after{ content:""; display: block; width: 0; height: 2px; background-color: #E22F00; position: absolute; left: -50px; top: 50%; transform: translate(0,-50%);}
#header .all_menu > ul > li:hover > a{ color: #E22F00; }
#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: 400; color:rgba(255,255,255,1); 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 .all_menu_b .pc_b{ display: block; }
#header .all_menu_b .mo_b{ display: none; }


#footer .brochure{ position: fixed; left: 80px; bottom: 50px; }
#footer .brochure .wrap{ width: 60px; height: 60px; border-radius: 60px; border: 1px solid rgba(255,255,255,0.25); display: flex; justify-content: center; align-items: center;
  transition: border .5s, border-radius .5s;
}
#footer .brochure .txt{ position: absolute; left: 60px; top: 50%; transform: translate(-20px,-50%); padding-left: 10px; opacity: 0; transition: transform .5s, opacity .5s;}
#footer .brochure .txt strong{ font-size: 16px; color: #fff; font-weight: 400; }
#footer .brochure a:hover .wrap{ border-radius: 10px; border-color :#fff;}
#footer .brochure a:hover .txt{ transform: translate(0,-50%); opacity: 1; }

#footer{ position: fixed; left: 0; bottom: 0; padding: 50px 80px; padding-top: 0; z-index: 5; width: 100%; display: flex; flex-direction: column; text-align: right; }
#footer dl{ display: flex; justify-content: flex-end; margin-bottom: 15px; }
#footer dl:nth-child(2){ transform: translateX(-12px);}
#footer dl dt{ font-size: 14px; font-weight: 700; color: #fff; margin-right: 20px; }
#footer dl dd p{ font-size: 14px; font-weight: 400; color: #fff; margin-right: 20px; }
#footer dl:nth-child(2) dd p:last-child{ transform: translateX(-6px);}
#footer dl dd{ display: flex; }
#footer dl dd p:last-child{ margin-right: 0; }
#footer span{ font-size: 14px; color:#999999; font-weight: 300; }


@media (max-width: 1416px){
  #header{ padding-left: 20px; padding-right: 20px; padding-top: 30px; }
  #footer{ padding: 30px 20px; }
  #footer .brochure{ left: 20px; bottom: 30px; }
}

@media (max-width: 1050px){
  #header h1 svg{ height: 50px; width: auto; }
  #header .all_menu_b svg{ width: 70px; height: auto; }
  #header .all_menu_b .pc_b{ display: none !important; }
  #header .all_menu_b .mo_b{ display: block !important; }
}

@media (max-width: 540px){
  #header h1 svg{ height: 40px; width: auto; }
  #header .all_menu_b svg{ width: 60px; height: auto; }
  #footer .brochure{ bottom: 120px; }
}
