/****************************** 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: #002060; 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: 228px;object-fit: cover;} 

/* body */
body .bottom_wrap { opacity: 0; } 


/*---------- bottom_wrap ----------*/
.bottom_wrap, body .bottom_wrap.on {width: 50px;height: 50px;text-align: center;transition: 0.3s;position: fixed;right: 2vw;bottom: 2vw;opacity: 1;z-index: 999;} 
.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%;border: none;outline: none;cursor: pointer;background-color: #002060;border-color: transparent;border-radius: 50%;text-align: center;font-size: 16px;z-index: 90;color: #fff;font-weight: 500;transition: 0.3s;}  
.bottom_wrap a button.btn_top i {display: block;font-size: 22px;} 
/* hover */
.bottom_wrap a:hover button.btn_top { background: #bbb; transition: 0.3s; } 


/*---------- head ----------*/
.header { width: 100%; height: 100px; 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: 1566px; 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%; } 
/* on */
.header.on {position: fixed;top: 0; background: #002060; box-shadow: 0px 4px 6px rgb(10 11 12 / 10%);transition: all .5s;} 
body.allMenu_on .header .logo img, .header.on .logo img {filter: invert(100%) sepia(50%) saturate(0%) hue-rotate(288deg) brightness(500%) contrast(102%);} 
.header.on .sub_menu {border-radius: 0 0 5px 5px; } 
.header.on .all_btn i:nth-child(2) { background: #fff; } 
/* on */
body.mfp-zoom-out-cur .header {z-index: 1000;}


.lang_wrap ul li:nth-child(3):before, .lang_wrap ul li:nth-child(3):after { background: #fff; } 
/* on */
.lang_wrap ul li.on {border-left: 1px solid #fff;} 


.main_nav {margin: 0 5%;} 
.main_nav .main_menu {display: flex;justify-content: space-between;width: 100%;max-width: 1100px;height: 100%;float: right;} 
.main_nav .main_menu > li {position: relative;width: 220px;}  
.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: 22px;line-height: 100px;color: #fff;} 
/* hover */
.main_menu > li:hover .sub_menu { padding: 20px 0; visibility: visible; opacity: 1; background-color: #002060; transition: all 0.2s cubic-bezier(0.4, 0, 1, 1); } 

.sub_menu {position: absolute;top: 100%;left: 50%;width: 100%;margin: 0 auto;visibility: hidden;opacity: 0;overflow: hidden;z-index: 99999;transform: translateX(-50%);background: #002060;border-radius: 5px;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-weight: 300;padding: 15px 0;transition: font-weight .1s ease-in-out;color: rgb(255 255 255 / 80%);} 
/* hover */
.sub_menu li:hover a { color: #fff; 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 */
.lang_wrap { z-index: 99999; } 
.lang_wrap ul li {display: inline-block;vertical-align: -webkit-baseline-middle;} 
.lang_wrap ul li:nth-child(2) {position: relative;padding-left: 10px;margin-left: 9px;} 
.lang_wrap ul li a {font-size: 16px;font-weight: 300;text-align: center;display: block;color: rgb(255 255 255 / 50%);} 
/* on */
.lang_wrap ul li.on a {font-weight: 500;color: #fff;} 

/* 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: 45%;background: #002060;} 
.all_btn i:nth-child(3) {top: 55%;}  
/* 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: 45%; 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.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; } 
.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: #fff;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-family: 'SUIT', sans-serif; font-weight: 300; } 
.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: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; } 
/* ani */
@keyframes f_in {
0% { opacity: 0; } 
100% { opacity: 1; } 
}


/*---------- footer ----------*/
.footer {position: relative;font-size: 18px;background: #f7f7f7;} 
.footer .content_area {padding: 80px 0 55px;} 
/**/
.footer .content_area .top {align-items: flex-end;padding-bottom: 40px;margin-bottom: 45px;border-bottom: 1px solid #ccc;} 
.footer .content_area .top .left {width: 100%;}
.footer .content_area .top .left .address_wrap {margin-top: 50px;}
.footer .content_area .top .left .address_wrap address {font-style: normal;}
.footer .content_area .top .left .address_wrap address ul {display: flex;margin: 0 -20px 20px;}
.footer .content_area .top .left .address_wrap address ul li {margin: 0 20px;}
.footer .content_area .top .left .address_wrap address ul li p {font-weight: 600;line-height: 1.2;}
.footer .content_area .top .left .address_wrap address ul li p span {font-weight: 300;margin-left: 5px;}
.footer .content_area .top .right {margin: 0 -13px;}
.footer .content_area .top .right .more {width: 217px;height: 70px;border-radius: 34.5px;margin: 0 13px;border: 1px solid #777;}
.footer .content_area .top .right .more a {justify-content: center;height: 68px;}
.footer .content_area .top .right .more a {color: #777;}
/* hover */
.footer .content_area .top .right .more a:hover {color: #fff;}
.footer .content_area .top .right .more a:hover img {filter: brightness(10);transition: all .3s;}

.footer .content_area .bottom .copy p {font-weight: 300;color: #666;}
.footer .content_area .bottom .copy p span {font-weight: 600;}









/*********** respon ***********/

@media all and (max-width: 1610px) {
.header .header_layout, .footer .content_area { width: 96%; } 

.main_nav {margin: 0 auto;} 
.main_nav .main_menu > li {width: 180px;} 
    .main_nav .main_menu > li > a {font-size: 20px;}
    .main_nav .main_menu > li a {font-size: 18px;}
}

@media (max-width: 1300px) {
/*---------- common ----------*/
.header, .all_btn_close {position: fixed;height: 100px;right: 2%;} 
.main_nav { display: none; } 
.lang_wrap {margin: 0 3% 0 auto;} 
.all_btn {display: block;}

#all_menu {display: none !important;} 
#all_menu_mb.on {opacity: 1;} 
.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);}
.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 / 50%);} 
.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 */
.footer .content_area .top {flex-direction: column;}
.footer .content_area .top .left {align-self: flex-start;}
.footer .content_area .top .right {margin: 25px -13px 0;}
}

@media all and (max-width: 1023px) {
.logo a img {max-width: 200px;}
.header, .all_btn_close {height: 80px;} 
.all_menus div.clone > ul > li > a {font-size: 20px;} 
}

@media all and (max-width: 850px) {
/* footer */
.footer .content_area {padding: 70px 0 45px;}
.footer .content_area .top {padding-bottom: 30px;margin-bottom: 35px;} 
.footer .content_area .top .left .address_wrap {margin-top: 35px;}
.footer .content_area .top .left .address_wrap address ul {flex-direction: column;margin: 0 auto 15px;}
.footer .content_area .top .left .address_wrap address ul li {margin: 0 0 15px;}
.footer .content_area .top .left .address_wrap address ul li:last-child {margin: 0;}
.footer .content_area .top .left .address_wrap address ul li p, .footer .content_area .bottom .copy p {font-size: 16px;}
.footer .content_area .top .right .more {height: 60px;}
.footer .content_area .top .right .more a {height: 58px;}
.footer .content_area .top .right .more a img {width: 90px;}
}

@media all and (max-width: 767px) {
/*---------- common ----------*/
.logo a img {width: 180px;} 
.lang_wrap {display: none;margin: 0 4% 0 auto;} 
.lang_wrap ul li a { font-size: 14px; } 
.all_btn {width: 42px;} 
/* 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: #002060;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 */
.footer .content_area .top .left .address_wrap address ul li p, .footer .content_area .bottom .copy p {font-size: 16px;}
}

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

/* footer */
.footer .content_area .top {align-items: unset;}
.footer .content_area .top .left .address_wrap address ul li p {font-size: 14px;}
.footer .content_area .top .right {margin: 25px -5px 0;}
.footer .content_area .top .right .more {width: calc(100% / 2 - 10px);height: 50px;margin: 0 5px;}
.footer .content_area .top .right .more a {height: 48px;}
.footer .content_area .top .right .more a img {width: 70px;}
.footer .content_area .bottom .copy p {font-size: 12px;}
}