@charset "utf-8";
/*
 * Name     : layout.css
 * Version  : 1.1
 * Author   : onepixel studio
 * Date     : 2023-08-25
 * Table of contents
 * ------------------------------------------------------
 * 01) Header
 * 02) Page loader
 * 03) Layer popup
 * 04) Footer
 */

/* *********************************************
 * Header
 ******************************************** */
#header {position: fixed; top: 0; left: 0; right: 0; height: 82px; z-index: 1010; border-bottom: 1px solid rgba(255,255,255,.2); background-color: #fff;}
#header .col-logo .logo a {position: relative; display: block; width: 120px; font-size: 0}
#header .col-logo .logo img {position: relative; display: block; width: 100%; z-index: 5; transition: opacity .3s}
#header .col-logo .logo img.logo-color {position: absolute; top: 0; opacity: 0; z-index: 1}
#header .col-navbar {position: relative;height: 100%;z-index: 20}
#header .col-navbar .gnb {display: flex; width: 100%; height: 100%; justify-content: center}
#header .col-navbar .gnb > ul {font-size: 0; width: 100%; height: 100%}
#header .col-navbar .gnb > ul > li {position: relative;float: left;padding: 0 40px;height: 100%;}
#header .col-navbar .gnb > ul > li > a {position: relative; display: inline-flex; font-size: 18px; font-weight: 600; color: #0f0f0f; letter-spacing: -0.03em; height: 100%; align-items: center; justify-content: center; transition: color .3s}
#header .col-navbar .gnb > ul > li > .submenu-items {display: none; position: absolute; top: 100%; left: 0; right: 0; padding-top: 16px; padding-bottom: 32px; z-index: 5}
#header .col-navbar .gnb > ul > li > .submenu-items::before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background-color: var(--point-color); opacity: 0; transition: opacity .3s}
#header .col-navbar .gnb > ul > li > .submenu-items > li > a {display: block; font-size: 16px; font-weight: 500; color: #666; letter-spacing: -0.03em; text-align: center; padding: 10px 0; transition: color .1s}
#header .col-navbar .gnb > ul > li > .submenu-items > li > a:hover {color: var(--point-color)}
#header .col-navbar .gnb > ul > li:hover > .submenu-items::before {opacity: 1}
#header .col-right-menu .menu-items {font-size: 0}
#header .col-right-menu .menu-items > a {display: inline-block; font-size: 15px; font-weight: 500; color: #0f0f0f; letter-spacing: -0.03em; vertical-align: middle; transition: color .3s}
#header .col-right-menu .menu-items > a i {margin-right: 4px; vertical-align: -1px}
#header .col-right-menu .menu-items > a + a::before {content: ''; display: inline-block; width: 1px; height: 0.8em; margin: 0 16px; background-color: #fff; vertical-align: -1px; opacity: .2}
#header.sticky {box-shadow: 0 2px 10px rgba(0,0,0,.08)}
#header.sticky .col-logo .logo img.logo-color, #header.active .col-logo .logo img.logo-color {position: relative; opacity: 1; z-index: 5}
#header.sticky .col-logo .logo img.logo-white, #header.active .col-logo .logo img.logo-white {position: absolute; opacity: 0; z-index: 1}
#header .col-navbar .gnb > ul > li:hover > a {color: var(--point-color)}
#header .megamenu-bg {position: absolute; top: 100%; left: 0; right: 0; height: 0; border-top: 1px solid #e5e5e5; background-color: #fff; box-shadow: 0 6px 10px rgba(0,0,0,.08); opacity: 0; visibility: hidden; pointer-events: none; z-index: 10}
#header .gnb-btn .btn-line {background: none;border: 1px solid #6c6c6c;color: #5f5f5f;transition: all .3s;letter-spacing: -0.2px;padding: 8px 23px;white-space: nowrap;margin-top: 20px;margin-left:40px;display: block;}
#header .gnb-btn .btn-line:hover {background-color: var(--point-color); color: #fff;transition: all .3s;}
#header .gnb-btn .btn-line:focus {outline: none;}

/* *********************************************
 * Page loader
 ******************************************** */
#page-loader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #f7f7f7; z-index: 9990}
#page-loader .loader-stage {position: relative; display: flex; width: 300px; height: 100%; margin: auto; justify-content: center; align-items: center; overflow: hidden}
#page-loader .dot-floating {color: var(--point-color); background-color: var(--point-color)}
#page-loader .dot-floating:before, #page-loader .dot-floating:after {color: var(--point-color); background-color: var(--point-color)}

/* *********************************************
 * Layer popup
 ******************************************** */
.px-layer-popup {display: none; position: fixed; box-shadow: 0 5px 25px 0 rgba(72,77,85,.4); z-index: 1130}
.px-layer-popup .popup-content > a {display: block}
.px-layer-popup .popup-footer {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: space-between; background-color: #212529}
.px-layer-popup .popup-footer .inner-grid {width: 100%}
.px-layer-popup .popup-footer button {height: 3.375rem; border: 0; outline: 0}
.px-layer-popup .popup-footer .btn-cookie-close {font-size: 15px; font-weight: 500; color: #fff; letter-spacing: -0.02em; padding: 0 24px; background-color: #000}
.px-layer-popup .popup-footer .btn-normal-close {color: #fff; padding: 0 16px; background-color: transparent}
.px-layer-popup .popup-footer .btn-normal-close svg {width: 1.25rem; height: 1.25rem}

/* *********************************************
 * Footer
 ******************************************** */
#btn-to-top {position: fixed; bottom: -100px; right: 20px; width: 60px; height: 60px; font-size: 28px; color: #fff; line-height: 1; padding: 0; border: 0; border-radius: 4px; background-color: var(--point-color); opacity: 0; transform: scale(0); transition: bottom .4s ease-in-out, background-color .4s ease-in-out, opacity .4s ease-in-out, transform .4s ease-in-out;z-index: 10;}
#btn-to-top:hover {background-color: #364fc7}
#btn-to-top.--show {bottom: 20px; opacity: 1; transform: scale(1)}

#btn-call {position: fixed;bottom: 176px;right: 25px;width: 65px;height: 65px;color: #fff;line-height: 1;padding: 0;border: 0;border-radius: 40px;background-color: #85c306;z-index: 10;transition: all .3s;}
#btn-call:hover {background-color: #a6d83c;transform: translateY(-4px);}
#btn-chat {position: fixed;bottom: 100px;right: 25px;width: 65px;height: 65px;color: #fff;line-height: 1;padding: 0;border: 0;border-radius: 40px;background-color: #000;z-index: 10;transition: all .3s;}
#btn-chat:hover {background-color: #333;transform: translateY(-4px);}
#btn-call:focus, #btn-chat:focus {outline: none;}

#footer {padding-top: 60px; padding-bottom: 70px; background-color: #000}
#footer .footer-top {padding-bottom: 24px}
#footer .footer-top .col-left .footer-info .logo img {width: 120px}
#footer .footer-top .col-left .footer-info .info-items ul li {font-size: 18px; font-weight: 400; color: #868686; letter-spacing: -0.35px; line-height: 1.56}
#footer .footer-top .col-left .footer-info .info-items ul li span {display: inline-block}
#footer .footer-top .col-left .footer-info .info-items ul li span + span {margin-left: 24px}
#footer .footer-top .col-left .footer-info .info-items ul li strong {color: #fff;font-weight: 600;}
#footer .footer-top .col-left .footer-info .info-items ul li .left {width: 60px;letter-spacing: -0.35px;}
#footer .footer-top .col-left .footer-info .info-items ul li:first-child {font-size: 16px;margin-bottom: 8px;}
#footer .footer-top .col-right .family-site-wrapper {position: relative; display: inline-flex; width: auto;}
#footer .footer-top .col-right .family-site-wrapper .button-opener {position: relative; width: 220px; height: 50px; font-size: 15px; font-weight: 600; color: #9c9c9c; text-align: left; padding: 0 28px; border: 1px solid #3f3f3f; background-color: transparent; outline: 0; transition: background-color .2s}
#footer .footer-top .col-right .family-site-wrapper .button-opener:hover {background-color: rgba(255,255,255,.1)}
#footer .footer-top .col-right .family-site-wrapper .button-opener::after {content: '\F286'; position: absolute; top: 50%; right: 24px; font-family: 'bootstrap-icons'; font-size: 13px; margin-top: -9px; transition: transform .3s}
#footer .footer-top .col-right .family-site-wrapper.--open .button-opener::after {transform: rotate(180deg)}
#footer .footer-top .col-right .family-site-wrapper .family-dropdown-items {display: none; position: absolute; bottom: calc(100% - 1px); left: 0; right: 0; padding: 20px 0; border: 1px solid #3f3f3f; background-color: #1d1d1d; z-index: 5}
#footer .footer-top .col-right .family-site-wrapper .family-dropdown-items .scroll-content {height: 130px}
#footer .footer-top .col-right .family-site-wrapper .family-dropdown-items ul li {padding: 4px 28px}
#footer .footer-top .col-right .family-site-wrapper .family-dropdown-items ul li a {display: inline-block; font-size: 15px; font-weight: 500; color: #757575; letter-spacing: -0.02em; transition: color .2s}
#footer .footer-top .col-right .family-site-wrapper .family-dropdown-items ul li a:hover {color: #eaeaea}
#footer .footer-bottom {padding-top: 24px; border-top: 1px solid #3e3e3e}
#footer .footer-bottom .col-left .link-group {font-size: 0}
#footer .footer-bottom .col-left .link-group a {display: inline-block; font-size: 16px; font-weight: 400; color: #8a8a8a; letter-spacing: -0.02em}
#footer .footer-bottom .col-left .link-group a + a::before {content: ''; display: inline-block; width: 1px; height: 10px; margin: 0 12px; background-color: #d1d1d1; vertical-align: 0}
#footer .footer-bottom .col-left .link-group a.link-privacy {color: #bbb}
#footer .footer-bottom .col-right .copy {font-size: 15px; font-weight: 500; color: #fff}

br.mbbr {display: none;}
br.pcbr {display: block;}

/* *********************************************
 * Media queries
 ******************************************** */
@media (max-width: 1200px) {
    #header .col-navbar .gnb > ul > li {padding: 0 20px;}
}
@media (min-width: 992px) {
    #mobile-header {display: none}
    #header .col-hamburger-button {display: none}
}

@media (max-width: 991px) {
    br.mbbr {display: block;}
    br.pcbr {display: none;}
    #header {height: 70px}
    #header.nav-open {box-shadow: none !important;}
    #mobile-header .nav-body {border-top: 1px solid #d1d1d1;}
    #header .col-logo .logo a {width: 90px;}
    #header .col-navbar {display: none}
    #header .col-right-menu {display: none}
    #header .col-hamburger-button .button-hamburger {display: -ms-flexbox; display: flex; width: 36px; height: 36px; padding: 0; border: 0; background-color: transparent; outline: 0}
    #header .col-hamburger-button .button-hamburger svg {height: 100%}
    #header .col-hamburger-button .button-hamburger .line {fill: none; stroke: #000; stroke-width: 2; transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1)}
    #header .col-hamburger-button .button-hamburger .line1 {stroke-dasharray: 60 207; stroke-width: 2}
    #header .col-hamburger-button .button-hamburger .line2 {stroke-dasharray: 60 60; stroke-width: 2}
    #header .col-hamburger-button .button-hamburger .line3 {stroke-dasharray: 60 207; stroke-width: 2}
    #header .col-hamburger-button .button-hamburger.active .line1 {stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 2}
    #header .col-hamburger-button .button-hamburger.active .line2 {stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 2}
    #header .col-hamburger-button .button-hamburger.active .line3 {stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 2}
    #header.nav-open {background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.08)}
    #header.nav-open .col-logo .logo img.logo-color, #header.nav-open .col-logo .logo img.logo-color {position: relative; opacity: 1; z-index: 5}
    #header.nav-open .col-logo .logo img.logo-white, #header.nav-open .col-logo .logo img.logo-white {position: absolute; opacity: 0; z-index: 1}
    #header.nav-open, #header.sticky {height: 70px}
    #header.nav-open .col-hamburger-button .button-hamburger .line, #header.sticky .col-hamburger-button .button-hamburger .line {stroke: #000}

    #mobile-header {position: fixed; z-index: 1100}
    #mobile-header .backdrop {display: none; position: fixed; top: 70px; left: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,.65); z-index: 5}
    #mobile-header .nav-body {position: fixed; top: 69px; right: 0; bottom: 0; width: 100%; background-color: #fff; z-index: 10; transform: translateX(100%); transition: transform .45s cubic-bezier(.77,0,.17,1);border-top:1px solid #ddd;}
    #mobile-header .nav-body .inner-content {padding-top: 24px; padding-bottom: 36px; height: 100%; overflow-y: auto}
    #mobile-header .nav-body .inner-content > ul > li > a {position: relative; display: block; font-size: 20px; font-weight: 700; color: #333; padding: 14px 24px}
    #mobile-header .nav-body .inner-content > ul > li + li > a {border-top: 1px solid #eaeaea}
    #mobile-header .nav-body .inner-content > ul > li.has-child-menu > a::after {content: '\F282'; position: absolute; top: 50%; right: 24px; font-family: 'bootstrap-icons'; font-size: 16px; font-weight: normal; color: #333; margin-top: -11px; transition: transform .3s}
    #mobile-header .nav-body .inner-content > ul > li > .submenu-items {display: none; padding-top: 14px; padding-bottom: 14px; background-color: #f7f7f7}
    #mobile-header .nav-body .inner-content > ul > li > .submenu-items > li > a {display: block; font-size: 16px; color: #666; letter-spacing: -0.02em; padding: 8px 24px}
    #mobile-header .nav-body .inner-content > ul > li > .submenu-items > li > a.active {color: var(--point-color)}
    #mobile-header .nav-body .inner-content > ul > li.open > a, #mobile-header .nav-body .inner-content > ul > li > a.active {color: var(--point-color)}
    #mobile-header .nav-body .inner-content > ul > li.open.has-child-menu > a::after {transform: rotate(180deg)}
    #mobile-header .nav-body .inner-content > .membership-menus {margin-top: 48px; padding-left: 24px; padding-right: 24px}
    #header.nav-open ~ #mobile-header .nav-body {transform: translateX(0); transition-delay: .2s}
    
    #btn-call {width: 45px;height: 45px;bottom: 100px;}
    #btn-chat {width: 45px; height: 45px;bottom: 48px}
    #btn-call img, #btn-chat img {width: 19px;}
    #footer { padding: 30px 20px; } 
    #footer .footer-top .col-left .footer-info .logo img { width: 85px; } 
    #footer .footer-top .col-left .logo { margin-bottom: 26px; } 
    #footer .footer-top .col-left .footer-info .info-items ul li { font-size: 13px !important; } 
    #footer .footer-top .col-left .footer-info .info-items ul li .left { width: 90px; } 
    #footer .footer-bottom { padding-top: 40px; border: none; } 
    #footer .footer-top { padding: 0; } 
    #footer .footer-bottom .col-left .link-group { font-size: inherit; } 
    #footer .footer-bottom .col-left .link-group a { font-size: 12px; } 
    #footer .footer-bottom .col-right .copy { font-size: 12px; font-weight: 300; margin-top: 40px; } 
}

@media (max-width: 767px) {
    html, body {font-size: 14px}
    
    #btn-to-top {width: 48px; height: 48px; font-size: 22px}

    .px-layer-popup {top: 100px !important; left: 50% !important; width: calc(100% - 50px); transform: translateX(-50%)}
    .px-layer-popup .popup-content img {display: block; width: 100%}
    .px-layer-popup .popup-footer .btn-cookie-close {font-size: 14px; padding: 0 16px}
}

@media (max-width: 575px) {
    #footer {font-size: 7px;} /* !! For em */
    #footer .container-wide {padding: 0;}
    #footer .footer-bottom {padding-top: 40px;}
    #footer .footer-bottom .col-right .copy {margin-top: 50px;}
    #footer .footer-top .col-left .footer-info .info-items ul li .left {width: 60px;}
    #footer .footer-bottom .col-left .link-group a {display: block;}
    #footer .footer-bottom .col-left .link-group a + a::before {width: 8px;height:1px;margin: 6px 10px 6px 0;}
    #footer .footer-bottom .col-left .link-group a::before {content: '';display: inline-block;width: 8px;height: 1px;margin: 6px 10px 6px 0;opacity: 0.6;background: #d1d1d1;}
}
@media (max-width: 440px) {
    #footer {font-size: 6px;} /* !! For em */
}