/* gnb style */
.gnb.container {position: fixed; z-index: 101;}
.header.cont-container {display: flex; justify-content: space-between; position: relative; margin: 0 auto; padding-left: 0px; height: 120px;}
.header.cont-container .logo-box {display: flex; flex-direction: column; justify-content: center; padding:22px 0px;}
.header.cont-container .logo-box img {width: 145px;}
.header.cont-container .menu-box {display: flex; flex-direction: column; justify-content: center;}
.header.cont-container ul {display:flex; gap:50px; padding-right: 69px; margin: 0px; margin-top: 5px;}
.header.cont-container ul li {text-transform: uppercase; font-weight: 800; font-size: 22px; position: relative; z-index: 1;}
.header.cont-container ul li a {transition: color 0.3s;}
.header.cont-container ul li a::before {content: '.'; font-size: 30px; color: #2A52BE; position: absolute; bottom: -7px; right: -8px; opacity: 0; transition: opacity 0.3s;}
/* .header.cont-container ul li::after {content: attr(data-text); top: 0; right:0; left: 0; bottom: 0; position: absolute; color: #2A52BE; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); transition: clip-path 0.3s; font-weight: 900; -webkit-text-stroke:1px rgba(42, 82, 190, 0.5);} */
.header.cont-container ul li a:hover {color: #2A52BE !important; transition: color 0.3s;}
.header.cont-container ul li a:hover::before {opacity: 1; transition: opacity 0.3s;}
/* .header.cont-container ul li:hover::after {clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transition: clip-path 0.4s;} */

@media (max-width: 576px) {
    .header.cont-container .logo-box img {width:100px;}
    .header .menu-box .menu li {display: none;}
    .header .menu-box .menu li:last-child {display: block;}
    .header.cont-container {padding:0px;}
}
@media (max-width: 1100px) {.header.cont-container ul {display:none;}}

/* 메뉴버튼 */
.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:53px;}
.menu-trigger span {position: absolute; left: 0; width: 100%; height: 4px; background-color: var(--main-text-color);}
.menu-trigger span.fff {background: #fff;}
/* .menu-trigger:hover span, .menu-trigger span.open {background: #2A52BE;} */
.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: 1440px) { .menu-trigger {right: 20px;}}
@media (max-width: 576px) {.menu-trigger {top: 48px;}}

/* 메뉴 버튼 애니메이션 */
.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-section {background: #2A52BE;}
.footer.cont-container {display: grid; grid-template-columns: 1fr 1fr; padding: 90px 0px 0px 0px; height: 400px;}
.footer.cont-container table {margin-bottom: 80px;}
.footer.cont-container table tr td {font-size: 14px; font-weight: 300; color: #fff; padding-bottom: 10px;}
.footer.cont-container table tr td:first-child {color: #91A6DF; padding-right: 30px; font-weight: 400;}
.footer.cont-container table tr:last-child td {padding-bottom: 0px;}
@media (max-width:576px){.footer.cont-container {padding: 50px 0px; grid-template-columns: 1fr; row-gap: 50px;}}
.footer .footer-info p {font-size: 15px; font-weight: 300; color: #91A6DF;}
.footer.cont-container .footer-sns {display: flex; flex-direction: column; justify-content: top;}

/* == overay_gnb.html == */
/* modal-GNB-totla-stage */
.section-split-stage {width:100vw; height: 100vh; position:fixed; top:0px; left:0px; z-index:102; display:none;}
/* 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-color: #fff;}
/* modal-GNB-text */
    .section-split-cont-stage { position: relative; top:0px; left:50%; transform: translateX(-50%); height:100%;}
    .section-split-cont-box {width:100%; height:100%; overflow-y: auto; position: fixed; transition: all 0.2s;}
    .section-split-cont-box.open {opacity: 1;}
    .section-split-cont { height:100%; overflow: auto; overflow-x: hidden; width: 100%; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%);}        
    .section-split-cont-nav-box {width:100%; position: relative; overflow: hidden; text-align: left; height: auto; display: flex; flex-direction: column;}
    .section-split-cont-nav-box span {text-align: center; overflow: hidden;}
    .section-split-cont-nav-box a {position: relative; width: 100%; overflow: hidden; height:auto; font-weight: 900; color: #575757; transition: all 0.3s;}
    .section-split-cont-nav-box a::after {content: attr(data); left: 0; position: absolute; color: #2A52BE; 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: #2A52BE; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); transition: clip-path .7s;}
    .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 a::before {content: '.'; font-size: 100px; position: absolute; opacity: 0; transition: all 0.3s; color: #2A52BE;} */
    /* .section-split-cont-nav-box a:hover::before {opacity: 1;} */

    /* modal-GNB-text width 반응형 setting */
        @media (max-width: 575px) {.section-split-cont a {font-size: 70px; padding-bottom:10px;} .section-split-cont {padding-left: 0px; padding-right: 0px;} .section-split-cont-logo {margin-top:-5px;}  .section-split-cont-nav-box a {padding-bottom:0px !important; height:80px;} .section-split-cont-nav-box a::before {font-size: 70px; bottom: -9px; right:-20px;}} 
        @media (min-width: 576px) {.section-split-cont a {font-size: 70px; padding-bottom:10px;} .section-split-cont {padding-left: 0px; padding-right: 0px;} .section-split-cont-logo {margin-top:-5px;}  .section-split-cont-nav-box a {padding-bottom:0px !important; height:80px;} .section-split-cont-nav-box a::before {font-size: 70px; bottom: -9px; right:-20px;}}
        @media (min-width: 768px) {.section-split-cont a {font-size: 120px; padding-bottom:10px;} .section-split-cont-logo {margin-top:-25px;} .section-split-cont-nav-box a {padding-bottom:30px !important; height:120px;} .section-split-cont-nav-box a::before {font-size: 100px; bottom: 21px; right:-30px;}}
        @media (max-width: 1400px) {.section-split-cont-nav-box a span.ani-nav {right:0px;}}
    /* 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: 1000; 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: 5px;} 
/* 스크롤바 막대 설정*/ 
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 */}