/*=========================================================== GNB Style ===========================================================*/
.gnb.container {position: fixed; z-index: 101; top: 0; left: 50%; transform: translateX(-50%);}
.gnb.container::before, .gnb.container::after {content: none;}
.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: 80px; transition: all .4s;}
.header .logo-box img {width: 100%;}
.header .menu-box {position: relative; right: 70px;}
.header ul {display:flex; gap: 50px; padding: 0; margin: 0;}
.header ul li {text-transform: uppercase; font-weight: bold; font-size: 16px; position: relative; line-height: 1;}
.header ul li a {transition: color .4s; cursor: pointer;}
.header ul li a:hover {color: #333 !important; transition: color .4s;}

.header ul li.brief {background-color: #111; border-radius: 20px; margin-top: -18px; position: relative; top: 10px; font-size: 15px; width: 142px; height: 37px;}
.header ul li.brief a {color: #fff; padding: 1px 24px 0; line-height: 36px; display: block;}
.header ul li.brief a:hover {color: #fff !important;}
.header ul li.brief a::before {content: none;}
.header ul li.brief a::after {content: ''; position: absolute; bottom: 11px; right: 25px; width: 14px; height: 14px; background: url('/page/img/icon-brief.png') no-repeat center; background-size: contain;}
@media (max-width: 1023.98px) {
    .header .logo-box {width: 60px;}
    .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 {position: fixed; width: 19px; height: 18px; z-index: 1000; right: calc((100% - 1400px)/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: 1399.98px) {.menu-trigger {right: 20px;}}
@media (max-width: 1023.98px) {.menu-trigger {display: block;}}

/* 메뉴 버튼 애니메이션 */
.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);}
.menu-trigger.active-1 span:nth-of-type(2) {opacity: 0;}
.menu-trigger.active-1 span:nth-of-type(3) {-webkit-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg);}
/*=========================================================== Footer Style ===========================================================*/
.footer .thumb {width: 130px; margin-bottom: 15px;}
.footer .footer-info-cont {display: flex; justify-content: space-between; font-size: 13px;}

@media (max-width: 1023.98px) {
    .footer .footer-info-cont {display: grid; grid-template-columns: 1fr; font-size: 12px; gap: 5px;}
    .footer .footer-info-cont li:nth-child(1) {order: 4;}
    .footer .footer-info-cont li:nth-child(2) {order: 1;}
    .footer .footer-info-cont li:nth-child(3) {order: 3;}
    .footer .footer-info-cont li:nth-child(4) {order: 2;}
}
/*=========================================================== 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;}
/* 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: #fff; }
    .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 .thumb {width: 80px; position: relative; left: -3px; top: -5px; transition: all .4s;}
    .section-split-cont-nav-box {position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); overflow: hidden; text-align: center; height: auto; display: flex; flex-direction: column; gap: 30px; justify-content: space-between;}
    .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; display: block; width: 100%; overflow: hidden; height:auto; font-weight: bold; color: var(--font-color); font-size: 60px; line-height: 1; transition: all .4s;}
    .section-split-cont-nav-box a::after {content: attr(data); left: 0; position: absolute; color: var(--font-color); clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); transition: clip-path 0.7s;}
    .section-split-cont-nav-box a::before {content: '.'; font-size: 100px; position: absolute; color: var(--font-color); clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); transition: clip-path .7s;}
    .section-split-cont-nav-box:first-child a::before {display: none;}
    .section-split-cont-nav-box a:hover::after {clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}
    .section-split-cont-nav-box a:hover::before {clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transition: clip-path 1.4s;}
    .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 a::before,
    .section-split-cont-nav-box a::after {content: none;}


    @media (max-width: 1399.98px) {
        .section-split-cont {padding: 0 20px;}
        .section-split-cont .thumb {left: 0;}
    }
    @media (max-width: 1023.98px) {
        .section-split-cont {margin-top: 39px;}
        .section-split-cont .thumb {display: none;}

        .section-split-cont-nav-box {text-align: left;}
        .section-split-cont-nav-box a {font-size: 40px;}
    }

    /* 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 */}