/*=========================================================== GNB Style ===========================================================*/
.gnb {width: 100%; position: fixed; z-index: 103; top: 0; left: 50%; transform: translateX(-50%); transition: all .3s;}
.gnb::before, .gnb::after {content: none;}
.gnb.active {background: rgba(255,255,255,.5);}
.header {display: flex; justify-content: space-between; margin: 0; transition: all .4s; position: relative; width: 100%; height: 120px; align-items: center;}
.header .logo-box {width: 220px; transition: all .4s;}
.header .logo-box img {width: 100%;}
.header .menu-box {position: relative; right: 50px;}
.header .menu-box.hidden {display: none;}
.header ul {display:flex; gap: 40px; padding: 0; margin: 0;}
.header ul li {font-weight: 500; font-size: 18px; position: relative; line-height: 1; padding: 10px;}
.header ul li a {transition: color .4s; cursor: pointer;}
/* .header ul li a:hover {color: #333 !important; transition: color .4s;} */
.header ul li ul.submenu {display: none; gap: 0; position: absolute; top: 38px; left: 0; background: rgba(0,0,0,.7); width: 100%; box-shadow: 2px 2px 3px rgb(0 0 0 / 40%);}
.header ul li ul.submenu li {padding: 0;}
.header ul li ul.submenu li a {font-size: 14px; color: #fff; padding: 10px 12px; display: block;}
.header ul li ul.submenu li a:hover {background: rgba(0,0,0,.6);}
.header ul li:hover ul.submenu {display: grid;}

@media (max-width: 1023.98px) {
    .header {height: 70px;}
    .header .logo-box {width: 150px;}
    .header .menu-box {display:none;}
}
@media (max-width: 767.98px) {}
@media (max-width: 575.98px) {}
/*=========================================================== Menu Trigger Style ===========================================================*/
.menu-trigger,.menu-trigger span {display: inline-block; transition: all .4s; box-sizing: border-box;}
.menu-trigger {display: block; position: fixed; width: 19px; height: 18px; z-index: 1000; right: calc((100% - 1680px)/2); top:50px; cursor: pointer;}
.menu-trigger span {position: absolute; left: 0; width: 100%; height: 4px; background-color: var(--main-text-color);}
.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger span:nth-of-type(2) {top: 7px;}
.menu-trigger span:nth-of-type(3) {bottom: 0;}
@media (max-width: 1679.98px) {.menu-trigger {right: 20px;}}
@media (max-width: 1023.98px) {.menu-trigger {display: block; top: 26px;}}

/* 메뉴 버튼 애니메이션 */
.menu-trigger.active-1 {position: fixed;}
.menu-trigger.active-1 span:nth-of-type(1) {-webkit-transform: translateY (7px) rotate (45deg); transform: translateY(7px) rotate(45deg); background: #fff;}
.menu-trigger.active-1 span:nth-of-type(2) {opacity: 0; background: #fff;}
.menu-trigger.active-1 span:nth-of-type(3) {-webkit-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg); background: #fff;}
/*=========================================================== Footer Style ===========================================================*/
.footer-container {background: #393333;}
.footer {display: grid; grid-template-columns: 1fr 1fr; color: #fff; position: relative;}
.footer .footer-left {display: grid; gap: 150px;}
.footer .footer-left .footer-slogan {font-size: 20px; padding-top: 50px; position: relative;}
.footer .footer-left .footer-slogan span {position: absolute; top: 0; width: 22px; height: 4px; background: #fff; border-radius: 4px; transition: all .4s;}
.footer .footer-left .footer-slogan p {transition: all .4s;}
.footer .footer-left .footer-info {display: flex; gap: 50px; font-size: 13px; color: #fff;}
.footer .footer-left .footer-info li strong {font-size: 20px; margin-bottom: 30px; display: inline-block; transition: all .4s;}
.footer .footer-left .footer-info li p {font-size: 14px; transition: all .4s;}
.footer .footer-right {justify-self: end; align-self: flex-end;}
.footer .footer-right .contact-btn {width: 120px; height: 120px; background: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: all .3s; box-shadow: 6px 8px 4px 0 rgb(0 0 0 / 10%);}
.footer .footer-right .contact-btn strong {font-size: 16px; color: #c5151c; transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0);}
.footer .footer-right .contact-btn:hover {background: #c5151c; transform: rotate(-15deg);}
.footer .footer-right .contact-btn:hover strong {color: #fff;}
@media (max-width: 1679.98px) {
    .footer {padding: 0;}
}
@media (max-width: 1023.98px) {
    .footer {grid-template-columns: 1fr;}
    .footer .footer-left {gap: 50px;}
    .footer .footer-left .footer-slogan {font-size: 12px; padding-top: 30px;}
    .footer .footer-left .footer-slogan span {width: 14px; height: 2px;}
    .footer .footer-left .footer-info {flex-wrap: wrap; gap: 30px;}
    .footer .footer-left .footer-info li:first-child {width: 100%;}
    .footer .footer-left .footer-info li:not(:first-child) {width: calc(30% - 15px);}
    .footer .footer-left .footer-info li strong {font-size: 12px; margin-bottom: 10px;}
    .footer .footer-left .footer-info li p {font-size: 11px;}

    .footer .footer-right {position: absolute; bottom: 0; right: 0;}
    .footer .footer-right .contact-btn {width: 80px; height: 80px;}
    .footer .footer-right .contact-btn strong {font-size: 12px;}
}
/*=========================================================== Overlay GNB Style ===========================================================*/
/* modal-GNB-totla-stage */
.section-split-stage {display: none; width:100vw; height: 100vh; position:fixed; top:0px; left:0px; z-index:102;}
.section-split-stage::before {content: ''; width: 100%; height: 100vh; position: absolute; top: 0; left: 0;}
/* modal-GNB-logo */
    .section-split-cont-logo {margin-top:-25px; margin-bottom: 100px;}  .section-split-cont-logo img {width:70px;}
/* modal-GNB-show-animation-each-section */
    .split-box {position:relative; padding:0px; overflow: hidden; height: 100vh;}
    .split-item {height:100vh; position:absolute; display: none; background: #fff;}
/* modal-GNB-text */
    .section-split-cont-stage { position: relative; top:0px; left:50%; transform: translateX(-50%); height:100%; background: #393333; }
    .section-split-cont-box {width:100%; height:100%; overflow-y: auto; position: fixed; transition: all 0.4s;}
    .section-split-cont-box.open {opacity: 1;}
    .section-split-cont {display: flex; width: 100%; max-width: var(--max-width); position:relative; flex-direction: column; margin: 32px auto 0;}
    .section-split-cont-nav-box {position: fixed; top: 30%; left: 50%; transform: translateX(-50%); overflow: hidden; text-align: left; height: auto; display: flex; flex-direction: column; gap: 50px; justify-content: space-between; width: 100%; max-width: var(--max-width);}
    .section-split-cont-nav-box span {overflow: hidden;}
    .section-split-cont-nav-box:first-child span {line-height: 1;}
    .section-split-cont-nav-box a {position: relative; width: auto; overflow: hidden; height:1em; color: #fff; font-size: 60px; display: inline-block; text-shadow: 2px 2px 4px rgb(0 0 0 / 40%);}
    .section-split-cont-nav-box a span {display: block; overflow: unset; transition: all .3s;}
    .section-split-cont-nav-box a span.ko {font-size: 48px; position: relative; top: 12%;}
    .section-split-cont-nav-box a:hover span.eng,
    .section-split-cont-nav-box a:hover span.ko {transform: translateY(-120%);}
    .section-split-cont-nav-box p {font-size: 30px; font-weight: 600; color: var(--font-color); transition: all 0.3s;}
    .section-split-cont-nav-box p span {color: var(--font-color); font-weight: 800;}

    .section-split-cont-nav-box span ul.submenu {display: grid; gap: 15px; margin-top: 15px; padding: 0 5px; max-height: 0; transition-duration: 340ms;}
    .section-split-cont-nav-box span ul.submenu.active {max-height: 100px;}
    .section-split-cont-nav-box span ul.submenu a {font-size: 28px; transition: all .3s;}

    @media (max-width: 1679.98px) {
        .section-split-cont-nav-box {padding: var(--padding);}
    }
    @media (max-width: 1399.98px) {
        .section-split-cont {padding: 0 20px;}
    }
    @media (max-width: 1023.98px) {
        .section-split-cont {margin-top: 39px;}

        .section-split-cont-nav-box {text-align: left;}
        .section-split-cont-nav-box a {font-size: 40px;}
        .section-split-cont-nav-box a span.ko {font-size: 30px;}

        .section-split-cont-nav-box span ul.submenu a {font-size: 24px;}
    }

    /* modal-GNB-text width 반응형 setting */
        
    /* modal-GNB-text height 반응형 setting */
        /* @media (max-height: 450px) {.section-split-cont-nav-box {top:20%; transform: translateY(0%);}}
        @media (min-height: 451px) {.section-split-cont-nav-box {top:50%; transform: translateY(-50%);}} */

/* 마우스 트랙킹 요소 스타일 */
/* 마우스 트랙킹 div 설정 */
/* .mouse-circle { position:fixed; top:-100px; left:-100px; width:90px; height:90px; border-radius: 50%; background-color: #111; opacity: 0.5; transform:translate(-50%,-50%) scale(0.25); z-index: 2000; pointer-events: none; will-change: top left transform; transition: scale 2s; border:5px solid #fff;} */

/* 마우스 트랙킹 hover 설정 */
/* .mouse-circle-hover {transform: translate(-50%,-50%) scale(0.5); transition:transform 0.5s;}
.mouse-circle-leave {transform: translate(-50%,-50%) scale(0.25); transition:transform 0.5s;}
.mouse-circle-click {transform: translate(-50%,-50%) scale(0.6); transition:transform 0.3s;} */
/* button {cursor: none !important;} */
/* 마우스 트랙킹 div 반응형 show, hide setting */
/* @media (max-width: 575px) {.mouse-circle {display:none;} * {cursor:auto;}}
@media (min-width: 576px) {.mouse-circle {display:none;} * {cursor:auto;}}
@media (min-width: 768px) {.mouse-circle {display:block;} * {cursor:none;}} */

/* 스크롤바 스타일 설정 */
/* scroll bar setting */
body::-webkit-scrollbar{/* 스크롤바 막대 너비 설정 */width: 6px;} 
/* 스크롤바 막대 설정*/ 
body::-webkit-scrollbar-thumb{background-color: #111;
/* 스크롤바 막대 높이 설정 */
/* height: 1%;  */    
/* 스크롤바 둥글게 설정 */ 
/* border-radius: 10px; */} 
/* 스크롤바 뒷 배경 설정*/ 
body::-webkit-scrollbar-track{background-color: #ffffff;}
body.open::-webkit-scrollbar-thumb {background-color: #111;}
body.open::-webkit-scrollbar-track{background-color: #111;}
/* modal gnb scroll bar hide */
.section-split-cont::-webkit-scrollbar {display: none;}
.section-split-cont { -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */}