/****************************** layout.css ******************************/
@charset "UTF-8";


/*---------- scrollbar ----------*/
::-webkit-scrollbar { width: 10px; height: 10px; border-radius: 50px; } 
::-webkit-scrollbar-button { display: none; } 
::-webkit-scrollbar-thumb { background-color: #e41e26; border-radius: 50px; } 

::-webkit-scrollbar-position { position: fixed; top: 0; } 
::-webkit-scrollbar-track { background-color: #d8d8d8; border-radius: 50px; } 

/*---------- common ----------*/
.logo a img {display: block;width: 100%;max-width: 238px;object-fit: cover;} 

/*---------- head ----------*/
.header {width: 100%;height: 120px;position: absolute;top: 0;left: 0;right: 0;z-index: 9999;background: transparent;} 
.header .header_container { position: relative; width: 100%; height: 100%; } 
.header .header_layout { width: 100%; max-width: 1680px; height: 100%; display: flex; justify-content: space-between; margin: 0 auto; align-items: center; } 
.header .logo { z-index: 99999999; } 
.header .logo a { display: block; width: 100%; height: 100%; } 
.header .logo a.logo_w img { display: block; opacity: 1; filter: Alpha(opacity=100); } 
.header .logo a.logo_b img { display: none; opacity: 0; filter: Alpha(opacity=0); position: absolute; top: 0; left: 0; } 
/* sub */
/* .sub:not(.allMenu_on) .header a.logo_b img { display: block; opacity: 1; filter: Alpha(opacity=100); position: unset; } 
.sub:not(.allMenu_on) .header a.logo_w img { display: none; opacity: 0; filter: Alpha(opacity=0); }  */
.mfp-zoom-out-cur .header {z-index: 999;}


/*---------- fullpage ----------*/
body:not(.sub, .fp-viewing-0) .header a.logo_b img { display: block; opacity: 1; filter: Alpha(opacity=100); position: unset; } 
body:not(.sub, .fp-viewing-0) .header a.logo_w img { display: none; opacity: 0; filter: Alpha(opacity=0); } 

body:not(.sub, .fp-viewing-0) .main_nav .main_menu > li > a {color: unset;} 
/* hover */
body:not(.sub, .fp-viewing-0) .main_menu > li:hover .sub_menu {border: 1px solid #111; } 

/* lang_wrap */
body:not(.sub, .fp-viewing-0) .header .lang_wrap a {color: unset;}
body:not(.sub, .fp-viewing-0) .header .lang_wrap > a {border: 1px solid #111;}
body:not(.sub, .fp-viewing-0) .header .lang_wrap.on .lang_list {border: 1px solid #333;}

body.fp-viewing-5 #mainFooterCon { display: none; } 


/*---------- nav ----------*/
.main_nav {margin: 0 8%;} 
.main_nav .main_menu {display: flex;justify-content: space-between;width: 100%;max-width: 800px;height: 100%;float: right;} 
.main_nav .main_menu > li {position: relative;width: 160px;} 
.main_nav .main_menu > li > a { color: #fff; } 
.main_nav .main_menu > li > a:after { content: ""; position: absolute; bottom: 8px; right: calc(50% - 6px); width: 0; height: 0; border-bottom: 10px solid #bb141a; border-top: 10px solid transparent; border-left: 8px solid transparent; border-right: 8px solid transparent; z-index: 550; opacity: 0; } 
.main_nav .main_menu > li a {letter-spacing: -0.5px;text-align: center;font-weight: 500;} 
.main_nav .main_menu > li > a {display: block;font-size: 18px;line-height: 120px;} 
/* hover */
.main_menu > li:hover .sub_menu {padding: 15px 0;visibility: visible;opacity: 1;transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);} 

/* sub */
/* .sub:not(.allMenu_on) .header .main_nav .main_menu > li > a, .sub:not(.allMenu_on) .header .lang_wrap ul li:not(:nth-child(1)) a { color: #000; } 
.sub:not(.allMenu_on) .header .all_btn i:not(:nth-child(2)) { background: #000; }  */
.sub_menu {position: absolute;top: calc(100% - 24px);left: 50%;width: 100%;margin: 0 auto;visibility: hidden;opacity: 0;overflow: hidden;z-index: 99999;transform: translateX(-50%);background: #fff;border-radius: 10px;transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);} 
.sub_menu li { opacity: 0; transition: all 0.8s ease;; } 
.sub_menu li a {display: block;font-size: 16px;padding: 8px 0;transition: font-weight .1s ease-in-out;color: #333;line-height: 1.4;} 
/* hover */
.sub_menu li:hover a { color: var(--main-color); font-weight: 600; transition: font-weight .1s ease-in-out; } 
.main_menu > li:hover .sub_menu li { opacity: 1.0; transition: all 0.8s ease;; } 
.main_menu > li:hover .sub_menu li:nth-child(1) { transition-delay: 0.1s; } 
.main_menu > li:hover .sub_menu li:nth-child(2) { transition-delay: 0.2s; } 
.main_menu > li:hover .sub_menu li:nth-child(3) { transition-delay: 0.3s; } 
.main_menu > li:hover .sub_menu li:nth-child(4) { transition-delay: 0.4s; } 
.main_menu > li:hover .sub_menu li:nth-child(5) { transition-delay: 0.5s; } 
.main_menu > li:hover .sub_menu li:nth-child(6) { transition-delay: 0.6s; } 
.main_menu > li:hover .sub_menu li:nth-child(7) { transition-delay: 0.7s; } 
.main_menu > li:hover .sub_menu li:nth-child(8) { transition-delay: 0.8s; } 

/* lang_wrap */
.header .lang_wrap {position: relative; z-index: 99999; }
.header .lang_wrap a {display: block;font-size: 16px;color: #fff;text-align: center;}
.header .lang_wrap > a {/* height: 100px; *//* line-height: 100px; */display: block;padding: 10px;box-sizing: content-box;border: 1px solid #fff;border-radius: 5px;font-weight: 700;}
.header .lang_wrap > a span {margin: 0 10px;}
.header .lang_wrap .lang_list{position: absolute;top: calc(100% + 10px);left: 0;width: 100%;height: 0;overflow: hidden;border-radius: 5px;transition: height .3s;}
.header .lang_wrap .lang_list li{border-bottom: 1px solid #eee;}
.header .lang_wrap .lang_list li:last-child {border-bottom: 1px solid transparent;}
.header .lang_wrap .lang_list li a {font-size: 14px;background: #fff;padding: 10px 0;color: #333;transition: all .2s;}
/* on */
.header .lang_wrap.on .lang_list{height: 70px;box-shadow: 0px 4px 6px rgb(10 11 12 / 10%);transition: height .3s;}
/* hover */
.header .lang_wrap .lang_list li a:hover {color: #fff; background: var(--main-color); transition: all .2s;}
#header.fixed .lang_wrap > a, #header:hover .lang_wrap > a { color: #000;} 

/* all_btn */
.all_btn {display: none;width: 52px;height: 100%;border: none;background: transparent;position: relative;float: right;z-index: 99999;} 
.all_btn i { position: absolute; left: 0; width: 100%; height: 3px; background: #fff; display: block; transition: all .7s; } 
.all_btn i:nth-child(2) {top: 46%;background: var(--main-color);} 
.all_btn i:nth-child(3) {top: 56%;} 
.all_btn i:nth-child(4) { top: 60%; width: 15px; } 
/* hover */
.all_btn:hover i { width: 100%; } 
/* on */
.all_btn.on i { transition: all 0.7s; } 
.all_btn.on i:nth-child(2) { transform: rotate(45deg); background: #fff; } 
.all_btn.on i:nth-child(3) { top: 48%; transform: rotate(-45deg); } 


/*---------- all_menus ----------*/
/* .all_menus_bg { position: fixed; top: 0; right: 0; width: 100%; height: 100vh; background: #fff; transform: translateX(100%); transition: all .6s ease-in-out; } 
.all_menus_bg.on { transform: translateX(0%); } */
.header #all_menu_mb .all_btn_close {display: none;position: absolute;top: 0;right: 7.25%;width: 43px;height: 100px;z-index: 1000;} 
.header #all_menu_mb .all_btn_close button { position: absolute; width: 100%; height: 100%; top: 0; right: 0; background: transparent; border: none; } 
.header #all_menu_mb .all_btn_close button > span { display: block; width: 100%; height: 2px; margin: 10px 0; background: #fff; position: absolute; top: 40%; right: 0px; } 
.header #all_menu_mb .all_btn_close button > span:first-child { transform: rotate(45deg); } 
.header #all_menu_mb .all_btn_close button > span:last-child { transform: rotate(-45deg); } 

#all_menu_mb { } 
#all_menu.all_menus div.clone .util_m { display: none; } 
.all_menus { display: unset !important; opacity: 0; position: fixed; width: 100%; height: 0; top: 0; right: 0; background: rgb(0 0 0 / 80%); overflow: hidden; backdrop-filter: blur(5px); transition: height .5s; z-index: -1; } 
@keyframes f_in {
0% { opacity: 0; } 
100% { opacity: 1; } 
}
.all_menus a {display: block;} 
.all_menus div.clone { display: flex; width: 100%; max-width: 1610px; height: 100%; margin: 20vh auto 0; justify-content: space-between; } 
.all_menus div.clone > ul { text-align: center; width: calc(100% / 5); padding-top: 3%; opacity: 0; } 
.all_menus div.clone > ul li { height: 100%; } 
.all_menus div.clone > ul:nth-child(2n) {border: 1px solid rgb(255 255 255 / 20%); border-style: none solid; } 
.all_menus div.clone > ul:last-child { border-right: none; } 
.all_menus div.clone > ul > li > a {display: inline-block;font-size: 28px;position: relative;cursor: default;letter-spacing: -.5px;color: #fff;margin-bottom: 40px;} 
.all_menus div.clone > ul > li > a:before, .all_menus div.clone > ul > li > a:after { content: ''; position: absolute; width: 0%; height: 10px; bottom: -5px; background: #c01920d9; z-index: -1; transition: all 0.3s; } 
.all_menus div.clone > ul > li > a:before { left: 50%; } 
.all_menus div.clone > ul > li > a:after { right: 50%; } 
/* hover*/
.all_menus div.clone > ul > li:hover > a:before, .all_menus div.clone > ul > li:hover > a:after { width: 50%; transition: all 0.3s; } 
.all_menus div.clone ul.depth_02.font-suit li a { font-weight: 300; } 
.all_menus div.clone ul.depth_02 {} 
.all_menus div.clone ul.depth_02 li { line-height: 1.8; } 
.all_menus div.clone ul.depth_02 li a {font-size: 18px;transition: all .1s;color: rgb(255 255 255 / 70%);} 
.all_menus div.clone ul.depth_02 li a br {display: none;} 
.all_menus div.clone ul.depth_02 li:not(:last-child) a {margin-bottom: 15px;} 
.all_menus div.clone ul.depth_02 li a:hover { color: #fff; } 
.all_menus div.clone ul.depth_02 li a i { margin-left: 5px; } 
.all_menus div.clone ul.depth_02 li.has-2dep .depth_03 { padding-left: 10px; } 
.all_menus div.clone ul.depth_02 li.has-2dep > a { cursor: default; } 
.all_menus div.clone ul.depth_02 li .depth_03 a { font-size: 18px; } 
/* on + hide */
#all_menu_mb.on {opacity: 0;z-index: -1;} 
.all_menus.on { height: 100%; opacity: 1; transition: height .5s; z-index: 9999; } 
.all_menus.on:before { animation: f_in 5000ms forwards; transition: transform 5000ms ease-in-out, opacity 5000ms ease-in-out; } 
/* active */
.all_menus div.clone ul.depth_02 li.has-2dep.active { margin: 10px 0; } 
.all_menus div.clone ul.depth_02 li.has-2dep.active > a { color: #e12c24; } 
/**/
.all_menus.on div.clone > ul { opacity: 1.0; transition: all 0.8s ease; } 
.all_menus.on div.clone > ul:nth-child(1) { transition-delay: 0.1s; } 
.all_menus.on div.clone > ul:nth-child(2) { transition-delay: 0.3s; } 
.all_menus.on div.clone > ul:nth-child(3) { transition-delay: 0.5s; } 
.all_menus.on div.clone > ul:nth-child(4) { transition-delay: 0.7s; } 
.all_menus.on div.clone > ul:nth-child(5) { transition-delay: 0.9s; } 

/*---------- footer ----------*/
.footer { position: relative; font-size: 16px; color: #fff; } 
.footer .content_area .flex {justify-content: flex-start;} 
/**/
.footer .area1 {padding: 75px 0 70px;background: #333;} 
.footer .content_area .txt .top { justify-content: flex-start; } 
.footer .content_area .txt .logo_wrap {margin-right: 50px;} 
.footer .content_area .txt .logo a { align-items: center; height: 100%; } 
.footer .content_area .txt .logo a, .footer .content_area .txt .logo img { display: block; } 
/**/
.footer .content_area .txt .address_wrap {} 
.footer .content_area .txt .address_wrap address {font-style: unset;} 
.footer .content_area .txt .address_wrap ul:not(:last-child) {margin-right: 100px;} 
.footer .content_area .txt .address_wrap ul li {margin-bottom: 25px;} 
.footer .content_area .txt .address_wrap ul li.flex p:first-child  {margin-right: 50px;} 
.footer .content_area .txt .address_wrap ul li p {font-size: 16px;font-weight: 600;line-height: 1;color: #9c9c9c;} 
.footer .content_area .txt .address_wrap ul li p span:after {content:"";display: block;position: absolute;top: 20%;left: 0;width: 1px;height: 60%;background: #9c9c9c;} 
.footer .content_area .txt .address_wrap ul li p span {position: relative;padding-left: 20px;margin-left: 20px;font-weight: 300;letter-spacing: -0.5px;} 
/* .footer .content_area .txt .address_wrap ul li:nth-child(2) p {position: relative;display: inline-block;padding-right: 15px;margin-right: 10px;} 
.footer .content_area .txt .address_wrap ul li:nth-child(2) p:after { content: ""; display: block; position: absolute; top: 10%; right: 0; width: 2px; height: 80%; background: #fff; } 
.footer .content_area .txt .address_wrap ul li:nth-child(2) p:last-child:after { display: none; }  */
.footer .content_area .txt .address_wrap ul li.copy { margin-bottom: 0; } 
.footer .content_area .txt .address_wrap ul li.copy p {font-size: 14px; } 
.footer .content_area .txt .address_wrap ul li.copy font { color: #e41e26; } 
/**/
.footer .fsite { position: absolute; top: 0; right: 0; border: 1px solid #fff; width: 250px; height: 60px; cursor: pointer; background: transparent; border-radius: 5px; transition: all 0.3s; } 
.footer .fsite span { position: relative; display: flex; justify-content: space-between; height: 100%; padding: 20px 35px; align-items: center; } 
.footer .fsite span, .footer .fsite span i { font-weight: 600; } 
.footer .fsite ul { transform: translateY(-100%); transition: all 0.7s; position: absolute; top: -10px; left: -1px; right: auto; width: 100%; height: 0; background: #c9191f; opacity: 0; z-index: -1; overflow: hidden; } 
.footer .fsite span.open+ul {display: block;opacity: 1;transition: all 0.7s;height: 233px;border-radius: 5px;z-index: 0;} 
.footer .fsite ul li { border-bottom: 1px solid #c59393; } 
.footer .fsite ul li a { display: block; width: 100%; font-size: 14px; color: #fff; padding: 12px 10px 12px 35px; } 
.footer .fsite ul li:last-child { border-bottom: none; } 
/* hover */
.footer .fsite:hover, .footer .fsite:active { background: #eee; transition: all 0.7s; } 
.footer .fsite:hover span, .footer .fsite:active span { color: #58585a; transition: all 0.3s; } 
.footer .fsite:hover span i, .footer .fsite:active span i { color: #e41e26; transition: all 0.3s; } 

/* index, sub */
#fullpage .bottom_wrap, .fp-viewing-0 .bottom_wrap, .fp-viewing-5 .bottom_wrap { display: none; } 
.sub .bottom_wrap { opacity: 0; } 
.bottom_wrap, .bottom_wrap.on {width: 58px;height: 58px;text-align: center;transition: 0.3s;position: fixed;right: 40px;bottom: 40px;opacity: 1;z-index: 9998;} 
.bottom_wrap a { display: block; width: 100%; height: 100%; } 
.bottom_wrap a button { transition: 0.3s; } 
.btn_top {position: absolute;top: 0;right: 0;width: 100%;height: 100%;border: none;outline: none;cursor: pointer;background-color: var(--main-color);border-color: transparent;border-radius: 50%;text-align: center;font-size: 16px;z-index: 90;color: #fff;font-weight: 500;} 
.btn_top img {display: block;width: 15px;margin: 0 auto 2px;} 
/* hover */
.bottom_wrap a:hover button { background: #fff; color: var(--main-color); box-shadow: 0px 0px 10px #bf1d2da1; transition: 0.3s; } 
.bottom_wrap a:hover img { filter: invert(80%) sepia(100%) saturate(3146%) hue-rotate(346deg) brightness(90%) contrast(100%); } 
/**/
.footer .area2 { padding: 32px 0; background: #333; } 
.footer .content_area .txt .copy {color: #999;margin-top: 45px;} 
.footer .content_area .txt .copy p {font-size: 15px;} 
.footer .content_area .txt .noti p { display: inline-block; color: #949494; } 
.footer .content_area .txt .noti p:nth-child(2) { color: #fff; margin: 0 45px; } 

/* POP UP */
.about_popup { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #222222cc; z-index: 1000; width: 100%; height: 100%; } 
.about_popup .popup_info { width: 63%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.about_popup .popup_info .art1 { display: flex; background: #fff; justify-content: space-between; align-items: flex-start; padding: 40px; position: relative; border-radius: 13px; } 
.about_popup .popup_info .art1 .box1 { width: 100%; } 
.about_popup .popup_info .art1 .box1 textarea { width: 100%; height: 301px; font-size: 15px; padding: 20px; } 
.about_popup .popup_info .art1 .box1 h2 { font-size: 20px; padding-bottom: 30px; color: #000; } 
.about_popup .popup_info .close_btn { color: #fff; border: 1px solid #fff; padding: 14px; position: absolute; top: -63px; right: 0; cursor: pointer; } 
.about_popup .popup_info .close_btn i { font-size: 18px; } 
.about_popup { display: none; } 
.about_popup.show { display: block; } 




/* respon */
@media (min-width: 1300px) and (max-width: 2500px) {
.fp-viewing-5 .header { backdrop-filter: blur(7px); transition: all .3s; } 
}
@media all and (max-width: 1680px) {/* width */
.header .header_layout, .section .footer .content_area, .footer .content_area { width: 96%; } 
 /**/
 .main_nav { margin: 0 auto; } 


.footer .content_area .txt {flex-direction: column;}
.footer .content_area .txt .logo_wrap {margin: 0 auto 50px;} 
}
@media (max-width: 1500px) {
}
@media (max-width: 1300px) {
/*---------- common ----------*/
.header.on {/* box-shadow: 3px 3px 6px #bfbfbf; */} 
.header, .all_btn_close {position: fixed;height: 100px;right: 2%;} 
.main_nav { display: none; } 
.header .lang_wrap {margin: 0 3% 0 auto;}
.all_btn {display: block;}
 
/* mb nav */
#all_menu {display: none !important;} 
#all_menu_mb.on {opacity: 1;} 
.all_menus {} 
.all_menus div.clone {flex-direction: column;height: auto;} 
.all_menus div.clone > ul {text-align: left;padding-top: 20px;width: 96%;margin: 0 auto;} 
.all_menus div.clone > ul:nth-child(2n) {border: none;} 
.all_menus div.clone > ul.util_m {display: none;} 
.all_menus div.clone > ul > li > a {display: block;font-size: 24px;padding-bottom: 15px;margin-bottom: 15px;} 
.all_menus div.clone ul.depth_02 li {display: inline-block;width: calc(100% / 4 - 0.25%);}
.all_menus div.clone > ul > li > a:before, .all_menus div.clone > ul > li > a:after {height: 2px;bottom: 0;} 
.all_menus div.clone > ul.util_m > li > a:before, .all_menus div.clone > ul.util_m > li > a:after {display: none;bottom: 0;} 
.all_menus div.clone > ul > li > a:before {left: 0%;width: 100%;background: rgb(255 255 255 / 70%);} 
.all_menus div.clone > ul > li > a:after { left: 0%; right: auto; } 
.all_menus div.clone ul.depth_02 li:not(:last-child) a {margin-bottom: 10px;}
/* hover*/
.all_menus div.clone > ul > li:hover > a:before {display: none;} 
.all_menus div.clone > ul > li:hover > a:after {width: 100%;}  

.footer .content_area .txt .address_wrap address {flex-direction: column;}
.footer .content_area .txt .address_wrap ul:not(:last-child) {margin: 0 0 20px;} 
}

@media all and (max-width: 1023px) {
/*---------- common ----------*/
.logo a img {max-width: 190px;} 
.header .header_container {backdrop-filter: blur(7px);transition: all .3s;} 
.header, .all_btn_close {height: 80px;} 
.all_menus div.clone > ul > li > a {font-size: 20px;} 

body.allMenu_on .header a.logo_w img, body.sub .header.on a.logo_b img, body.sub.allMenu_on .header.on a.logo_w img { display: block; opacity: 1; filter: Alpha(opacity=100); position: unset; } 
body.allMenu_on .header a.logo_b img, body.sub .header.on a.logo_w img, body.sub.allMenu_on .header.on a.logo_b img { display: none; opacity: 0; filter: Alpha(opacity=0); }  
body.allMenu_on .header .all_btn i:nth-child(3), body.sub.allMenu_on .header .all_btn i:nth-child(3) {background: #fff;} 

body:not(.sub, .fp-viewing-0) .all_btn i:nth-child(3), body.sub header.on .all_btn i:nth-child(3) {background: #000;} 

body.fp-viewing-5 #mainFooterCon {display: block;} 
.footer .content_area .txt .address_wrap ul li {margin-bottom: 15px;}  
.footer .content_area .txt .address_wrap ul li p {font-size: 14px;} 
.footer .content_area .txt .address_wrap ul li p span {padding-left: 10px;margin-left: 10px;} 
.footer .area1 {padding: 55px 0 50px;}  
.footer .content_area .txt .copy p {font-size: 12px;}  
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media all and (max-width: 767px) {
/*---------- common ----------*/
.lang_wrap ul li a { font-size: 14px; } 
.all_btn {width: 42px;} 
.header .lang_wrap {display: none;}
 
/* mb nav */
#all_menu_mb {/* padding: 70px 0; */} 
.all_menus div.clone {margin: 15vh auto 0;} 
.all_menus div.clone > ul > li > a {font-size: 18px;margin-bottom: 5px;} 
.all_menus div.clone ul.depth_02 li {display: block;width: 100%;}
.all_menus div.clone ul.depth_02 li a {font-size: 16px;} 
.all_menus div.clone > ul.util_m {display: block;width: 100%;position: fixed;bottom: 0;left: 0;background: #bb141a;padding: 20px 0;} 
.all_menus div.clone > ul.util_m li {float: left;width: 50%;} 
.all_menus div.clone > ul.util_m li:nth-child(2) {border-left: 1px solid #fff;} 
.all_menus div.clone > ul.util_m li a {text-align: center;padding-bottom: 0;margin-bottom: 0;} 

.footer {font-size: 14px;} 
.footer .area1 {padding: 35px 0 30px;}   
.footer .content_area .txt .left {align-self: center;}  
.footer .content_area .txt .address_wrap ul li p span {display: block;margin: 5px 0 0;} 
.bottom_wrap, .bottom_wrap.on {width: 38px;height: 38px;right: 10px;bottom: 10px;}
.btn_top img {width: 10px;} 
}

@media all and (max-width: 479px) {
/*---------- common ----------*/
.logo a img {width: 160px;}  

.footer .content_area .txt .address_wrap ul li.flex {flex-direction: column;} 
.footer .content_area .txt .address_wrap ul li.flex p:first-child  {margin: 0 0 15px;}  
.footer .content_area .txt .address_wrap ul li p {font-size: 12px;} 
}
@media all and (max-width: 400px) {
}