@charset "UTF-8";


/*---------- scrollbar ----------*/
.all_menus .clone::-webkit-scrollbar { width: 5px; height: 5px; border-radius: 50px; } 
.all_menus .clone::-webkit-scrollbar-button { display: none; } 
.all_menus .clone::-webkit-scrollbar-thumb { background-color: #fff; border-radius: 50px; } 
.all_menus .clone::-webkit-scrollbar-position { position: fixed; bottom: 0; left: 0;} 
.all_menus .clone::-webkit-scrollbar-track { background-color: #444; border-radius: 50px; } 


/*---------- fullpage ----------*/
body.fp-viewing-0 .bottom_wrap, body.fp-viewing-4 .header, body.main #mainFooterCon { display: none; } 


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

/* html */
html.pop_on .bottom_wrap {display: none;}

/* body */
body.menu_hover .header:before {height: calc(100% + 260px);transition: height .5s;} 
body.menu_hover .header:after {opacity: 1;}
body.menu_hover .header a.logo_b img, body.sub.menu_hover .header a.logo_b img { display: block; opacity: 1; filter: Alpha(opacity=100); position: unset; } 
body.menu_hover .header a.logo_w img, body.sub.menu_hover .header a.logo_w img { display: none; opacity: 0; filter: Alpha(opacity=0); } 
body.menu_hover .header .main_nav .main_menu > li > a { color: initial; } 
body.menu_hover .lang_wrap ul li a, body header.on .lang_wrap ul li a {color: initial;}
body.menu_hover .lang_wrap ul li:nth-child(1):after, body header.on .lang_wrap ul li:nth-child(1):after {content:"";display: block;position: absolute;top: 0;right: 0;width: 2px;height: 100%;background: rgb(17 17 17 / 50%);} 
body.menu_hover .all_btn, body.on .all_btn, .all_btn.on, body header.on .all_btn {background: url('/img/all_btn_b.png') no-repeat center / contain;} 

body.menu_hover .main_nav .main_menu > li {width: 200px; transition: all .7s;}
body.menu_hover .main_nav .main_menu > li .sub_menu > li { opacity: 1.0; transition: all 0.8s ease; } 
body.menu_hover .main_nav .main_menu > li .sub_menu > li:nth-child(1) { transition-delay: 0.1s; } 
body.menu_hover .main_nav .main_menu > li .sub_menu > li:nth-child(2) { transition-delay: 0.2s; } 
body.menu_hover .main_nav .main_menu > li .sub_menu > li:nth-child(3) { transition-delay: 0.3s; } 
body.menu_hover .main_nav .main_menu > li .sub_menu > li:nth-child(4) { transition-delay: 0.4s; } 
body.menu_hover .main_nav .main_menu > li .sub_menu > li:nth-child(5) { transition-delay: 0.5s; } 
body.menu_hover .main_nav .main_menu > li .sub_menu > li:nth-child(6) { transition-delay: 0.6s; } 
body.menu_hover .main_nav .main_menu > li .sub_menu {height: 260px;padding: 20px 0;opacity: 1;}

/* body.sub */
body.sub #subVtop:before {content:"";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;z-index: -9999;}
body.sub .page_wrap:before {content:"";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;z-index: -9999;}
body.sub .page_wrap.sub {color: #fff;}

/* body.on */
body.on {position: fixed;top: 0; width: 100%;} 


/*---------- bottom_wrap ----------*/
.bottom_wrap {width: 70px;height: 70px;text-align: center;transition: 0.3s;position: absolute;right: 0;opacity: 1;z-index: 9999;} 
.bottom_wrap a { display: block; width: 100%; height: 100%; } 
.bottom_wrap a button.btn_top {position: absolute;top: 0;right: 0;width: 100%;height: 100%;outline: none;cursor: pointer;background-color: transparent;border: 1px solid #999;border-radius: 50%;font-family: var(--font-robot);text-align: center;z-index: 90;color: #999;font-weight: 500;transition: 0.3s;}  
.bottom_wrap a button.btn_top i {display: block;font-size: 22px;color: var(--main-color);} 
/* hover */
.bottom_wrap a:hover button.btn_top { background: #fff; transition: 0.3s; } 


/*---------- head ----------*/
.header { width: 100%; height: 110px; position: absolute; top: 0; left: 0; right: 0; z-index: 9999; background: transparent; transition: all 1s;} 
.header:before {content:"";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 0;background: url(/img/menu_bg.png) no-repeat right -1.5vw bottom / 450px auto #fff;overflow: hidden;transition: height .5s;z-index: -1;}
.header:after {content:"";display: block;position: absolute;top: 110px;left: 0;width: 100%;height: 1px;background-color: #d4d4d4;overflow: hidden; opacity: 0;z-index: -1;}
.header .header_container { position: relative; width: 100%; height: 100%; } 
.header .header_layout {width: 100%;max-width: 1610px;height: 100%;display: flex;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; }

/* menu */
.main_nav {margin: 0 auto 0 50px;} 
.main_nav .main_menu {display: flex;justify-content: space-between;width: 100%;height: 100%;margin: 0 auto;transition: all .5s;} 
.main_nav .main_menu > li {position: relative;width: 150px;transition: all .7s;}  
.main_nav .main_menu > li:before, .main_nav .main_menu > li:after {content: '';position: absolute;width: 0%;height: 2px;bottom: 0;background: var(--sub-color);z-index: -1;transition: all .7s;} 
.main_nav .main_menu > li:before { left: 50%; } 
.main_nav .main_menu > li:after { right: 50%; } 
.main_nav .main_menu > li > a {display: block;position: relative;font-family: "Roboto", sans-serif;line-height: 110px;font-weight: 500;text-align: center;color: #Fff;}
/* on + board */
.main_nav .main_menu > li.on:before, .main_nav .main_menu > li.on:after { width: 50%; transition: all .7; }  

.main_nav .main_menu > li .sub_menu {position: absolute;top: 100%;left: 0;width: 100%;height: 0;z-index: -1;overflow: hidden;opacity: 0;}
.main_nav .main_menu > li .sub_menu li {opacity: 0;text-align: center;transition: all 0.8s ease;}
.main_nav .main_menu > li .sub_menu li a {position: relative;display: inline-block;font-size: 16px;font-weight: 300;line-height: 1.4;text-align: center;padding: 7px 0;margin: 0 auto;transition: all .3s;}
.main_nav .main_menu > li .sub_menu li a:before {content:"";display: block;position: absolute;bottom: 5px;left: 0;width: 0%;height: 1px;background: #111;opacity: 0;transition: all .5s;}
.main_nav .main_menu > li .sub_menu > li.on > a {font-weight: 600; transition: all .3s;}  
.main_nav .main_menu > li .sub_menu > li.on > a:before {opacity: 1; width: 100%; transition: all .5s;}

/* lang_wrap */
.lang_wrap { z-index: 99999; } 
.lang_wrap ul li {position: relative;display: inline-block;} 
.lang_wrap ul li:nth-child(1) {padding-right: 20px;margin-right: 10px;} 
.lang_wrap ul li:nth-child(1):after {content:"";display: block;position: absolute;top: 0;right: 0;width: 2px;height: 100%;background: rgb(255 255 255 / 50%);} 
.lang_wrap ul li a {font-size: 16px;font-weight: 500;text-align: center;display: block;color: #fff;} 
.lang_wrap ul li:nth-child(2) a {font-weight: 300;opacity: .5;} 

/* all_btn */
.all_btn {position: relative;width: 23px;height: 100%;border: none;background: url('/img/all_btn_w.png') no-repeat center / contain;margin-left: 2.5%;z-index: 99999;} 
.all_btn:hover {animation: jelly .5s}
@keyframes jelly {
25% {transform: scale(.9,1.1)}
50% {transform: scale(1.1,.9)}
75% {transform: scale(.95,1.05)}
}


/*---------- all_menus ----------*/
.all_menus {display: unset !important;position: fixed;width: 100%;height: 0;top: 0;right: 0;background: rgb(0 0 0 / 93%);overflow: hidden;backdrop-filter: blur(5px);transition: height .5s;z-index: -1;} 
.all_menus a {display: inline-block;font-family: "Montserrat", sans-serif;} 
.all_menus div.clone {position: relative;display: flex;flex-direction: column;width: 100%;max-width: 1610px;height: 75%;margin: 20vh auto 0;justify-content: space-between;overflow-y: scroll;} 
.all_menus div.clone:before {content:"";display: block;width: 100%;height: 2px;background: #fff;}
.all_menus div.clone > ul {padding: 3% 0;opacity: 0;} 
.all_menus div.clone > ul:nth-child(2n) {border: 1px solid rgb(255 255 255 / 20%);border-style: solid none;} 
.all_menus div.clone > ul:last-child {border-bottom: 1px solid rgb(255 255 255 / 20%);} 
.all_menus div.clone > ul.util_m { display: none; } 
.all_menus div.clone > ul > li {display: flex;justify-content: space-between;} 
.all_menus div.clone > ul > li > a {display: inline-block;width: 15%;font-size: 38px;font-weight: 700;position: relative;cursor: default;letter-spacing: -.5px;color: #fff;} 
.all_menus.on {height: 100%; 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; } 
.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; } 
@keyframes f_in {
0% { opacity: 0; } 
100% { opacity: 1; } 
}

.all_menus div.clone ul.depth_02 {display: flex;flex-wrap: wrap;width: calc(100% - 20%);} 
.all_menus div.clone ul.depth_02 > li {width: calc(100% / 5);/* max-width: 249px; */margin: 0 30px;} 
.all_menus div.clone ul.depth_02 li {line-height: 1.2;} 
.all_menus div.clone ul.depth_02 li a {color: #ccc;} 
.all_menus div.clone ul.depth_02 li .depth_03 li:not(:last-child) a {margin-bottom: 15px;} 
.all_menus div.clone ul.depth_02 > li > a {font-size: 19px;font-weight: 700;margin-bottom: 25px;} 
.all_menus div.clone ul.depth_02 > li:hover > a {color: #fff; transition: all .3s;}

.all_menus div.clone ul.depth_02 li .depth_03 li a {font-size: 15px;transition: all .3s;} 

/* all_menu_mb */
#all_menu_mb.on {opacity: 0; z-index: -1;} 


/*---------- footer ----------*/
.footer {position: relative;font-size: 16px;color: #999;padding: 45px 0 50px;background: #111;} 
.footer > div {max-width: 1610px;margin: 0 auto;} 

.footer .area1 {padding-left: calc(210px - 15px);} 
.footer .area1 div:not(.box) {display: flex;margin: 0 -30px;} 
.footer .area1 div div {margin: 0 30px;} 
.footer .area1 .left p {font-weight: 500;} 
.footer .area1 .right p {font-family: var(--font-robot);} 
.footer .area1 .left p a {color: inherit;} 
.footer .area1 .left p:first-child a {color: #Fff;} 
.footer .area1 .left .box .textarea-popup {display: none;}
.footer .area1 .right p span {display: inline-block;font-weight: 500;margin-right: 10px;} 

.footer .area2 {position: relative;justify-content: flex-start;border-top: 1px solid #444;padding-top: 45px;margin-top: 45px;} 
.footer .area2 .logo_wrap {min-width: 112px;margin-right: 80px;} 
.footer .area2 .address_wrap address {font-style: unset;} 
.footer .area2 .address_wrap ul li { margin-bottom: 15px; } 
.footer .area2 .address_wrap ul li p span {display: inline-block;width: 80px;margin-right: 45px;font-weight: 500;color: var(--sub-color);} 
.footer .area2 .copy {margin-top: 40px;} 
.footer .area2 .copy p {font-weight: 500;color: #666;} 


/*---------- POP UP ----------*/
/* .footer_popup { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #222222cc; z-index: 1000; width: 100%; height: 100%; } 
.footer_popup .popup_info { width: 63%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.footer_popup .popup_info .popup_box {position: relative;display: initial;width: 100%;background: #fff;padding: 40px;margin: 0;border-radius: 13px;} 
.footer_popup .popup_info .popup_box textarea { width: 100%; height: 301px; font-size: 15px; padding: 20px; } 
.footer_popup .popup_info .popup_box h2 { font-size: 20px; padding-bottom: 30px; color: #000; } 
.footer_popup .popup_info .close_btn { color: #fff; border: 1px solid #fff; padding: 14px; position: absolute; top: -63px; right: 0; cursor: pointer; } 
.footer_popup .popup_info .close_btn i { font-size: 18px; } 
.footer_popup { display: none; } 
.footer_popup.show { display: block; } 
hover
.footer_popup .popup_info .close_btn:hover {background: var(--sub-color);transition: all .3s;} */









/*---------- respon ----------*/
@media all and (max-width: 1610px) {
.header .header_layout, .all_menus div.clone, .main_nav .main_menu > li .box .box_wrap, .footer > div {width: 96%;}

.all_menus div.clone ul.depth_02 > li {flex-basis: calc(100% / 4);} 
}

@media all and (max-width: 1400px) {
.main_nav { display: none; } 
.lang_wrap {margin-left: auto;} 

#all_menu {display: none !important;} 
#all_menu_mb.on {opacity: 1;} 
.all_menus:before {content: "";display: block;position: absolute;bottom: 0;right: 0;width: 50vw;max-width: 500px;height: 100%;background: url(../img/big_logo.png) no-repeat bottom 2vw right -2vw / contain;filter: brightness(0.2);z-index: -1;} 
.all_menus div.clone {justify-content: flex-start;}
.all_menus div.clone > ul > li {flex-direction: column;}
.all_menus div.clone > ul > li > a {width: auto;font-size: 28px;} 
.all_menus div.clone ul.depth_02 {width: 100%;margin-top: 30px;} 
.all_menus div.clone ul.depth_02 > li {flex-basis: 100%;max-width: 100%;margin: 0 auto;}
.all_menus div.clone ul.depth_02 > li.active {margin-bottom: 25px;}
.all_menus div.clone ul.depth_02 > li:last-child > a {margin-bottom: 0;} 
.all_menus div.clone ul.depth_02 > li.active > a {margin-bottom: 10px;}
.all_menus div.clone ul.depth_02 li .depth_03 {width: 50%;padding: 20px;background: #fff;border-radius: 15px;}
.all_menus div.clone ul.depth_02 li .depth_03 li a {color: inherit;}
}

@media all and (max-width: 1023px) {
body.fp-viewing-4 .header, body.main #mainFooterCon {display: block;}

body.on {position: unset;} 
body:not(.on) .header.on .logo a.logo_b img { display: block; opacity: 1; filter: Alpha(opacity=100); position: unset; } 
body:not(.on) .header.on .logo a.logo_w img { display: none; opacity: 0; filter: Alpha(opacity=0); } 
body.mfp-zoom-out-cur .header {position: inherit;}

.header {position: fixed;height: 80px;transition: all .3s;} 
.header.on {background: #fff;box-shadow: 0px 4px 6px rgb(10 11 12 / 10%);transition: all .3s;} 
.all_btn {margin-left: 3.5%;}

.all_menus div.clone > ul > li > a {font-size: 20px;}  
.all_menus div.clone ul.depth_02 > li.active {margin-bottom: 15px;}
.all_menus div.clone ul.depth_02 > li > a {font-size: 17px;margin-bottom: 15px;}  
.all_menus div.clone ul.depth_02 li .depth_03 {width: 70%;}

.footer .area1 {padding-left: 0;} 
.footer .area2 {flex-wrap: wrap;}
.footer .area2 .logo_wrap {min-width: 100%;margin: 0 0 30px 0;} 
}

@media all and (max-width: 767px) {
.bottom_wrap, body.sub .bottom_wrap.on {width: 50px;height: 50px;}

.logo a img {max-width: 80px;} 
.lang_wrap {display: none;} 
.all_btn  {margin-left: auto;} 

.all_menus:before {width: 75vw;max-width: 400px;background-position: bottom 6vw right -4vw;}
.all_menus div.clone {height: 70%;}
.all_menus div.clone > ul {padding: 20px 0;} 
.all_menus div.clone > ul > li > a {font-size: 18px;}  
.all_menus div.clone > ul.util_m {display: block;position: fixed;bottom: 0;left: 0;width: 100%;background: var(--sub-color);padding: 16px 0;border: none;} 
.all_menus div.clone > ul.util_m > li {float: left;width: 50%;} 
.all_menus div.clone > ul.util_m > li > a {display: block;width: 100%;text-align: center;} 
.all_menus div.clone > ul.util_m > li:nth-child(1) {border-right: 1px solid #fff;} 
.all_menus div.clone ul.depth_02 > li > a {font-size: 16px;}  
.all_menus div.clone ul.depth_02 li .depth_03 {width: calc(100% - 2%);}
.all_menus div.clone ul.depth_02 li .depth_03 li a {font-size: 14px;} 

.footer {font-size: 14px;}
.footer .area1 {flex-wrap: wrap;} 
.footer .area1 div:not(.box), .footer .area1 div div {margin: 0;} 
.footer .area1 div:not(.box) {width: 100%;}
.footer .area1 div.left {margin-bottom: 20px;}
.footer .area1 div div {width: 50%;}
.footer .area2 {padding-top: 30px;margin-top: 30px;}
.footer .area2 .logo_wrap {min-width: 100%;margin: 0 0 30px 0;} 
.footer .area2 .address_wrap ul li {margin-bottom: 5px;}
.footer .area2 .address_wrap ul li p {line-height: 1.8;} 
.footer .area2 .address_wrap ul li p span {margin-right: 15px;}
.footer .area2 .copy p {font-size: 13px;}
}

@media all and (max-width: 479px) {
.all_menus:before {max-width: 300px;background-position: bottom 8vw right -4vw;}

.footer {font-size: 13px;}
.footer .area2 .copy p {font-size: 12px;}
}