/* gnb style */
.gnb.container {position: relative; 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; filter: grayscale(100%) brightness(0);}
.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: 600; font-size: 20px; position: relative; z-index: 1;}
.header.cont-container ul li a {transition: color 0.3s; cursor: pointer;}
.header.cont-container ul li a::before {content: '.'; font-size: 30px; color: #333; position: absolute; bottom: -7px; right: -8px; opacity: 0; transition: opacity 0.3s;}
.header.cont-container ul li a:hover {color: #333 !important; transition: color 0.3s;}
.header.cont-container ul li a:hover::before {opacity: 1; transition: opacity 0.3s;}
.header.cont-container ul li.brief {background-color: #df4242; border-radius: 20px; margin-top: -6px; position: relative; top: 2px; font-size: 15px; width: 142px; height: 37px;}
.header.cont-container ul li.brief a {color: #fff; padding: 1px 26px 0; line-height: 36px; display: block;}
.header.cont-container ul li.brief a:hover {color: #fff !important;}
.header.cont-container ul li.brief a::before {content: none;}
.header.cont-container ul li.brief a::after {content: ''; position: absolute; bottom: 11px; right: 26px; width: 16px; height: 16px; background: url('/page/img/icon-brief.png') no-repeat center; background-size: contain;}

@media (max-width: 1100px) {
    .header .menu-box .menu {padding-right: 40px;}
    .header .menu-box .menu li {display: none;}
    .header .menu-box .menu li.brief {display: block; width: 120px; height: 30px; margin-top: -12px; font-size: 12px;}
    .header .menu-box .menu li.brief a {line-height: 30px;}
    .header .menu-box .menu li.brief a::after {width: 14px; height: 14px; bottom: 8px; right: 22px;}
}
@media (max-width: 576px) {
    .header.cont-container .logo-box img {width:100px;}
    .header.cont-container {padding:0px;}
}

/* 메뉴버튼 */
.menu-trigger,.menu-trigger span {display: inline-block; transition: all .4s; box-sizing: border-box;}
.menu-trigger {position: absolute; width: 19px; height: 18px; z-index: 1000; right: calc((100% - 1400px)/2); top:53px; cursor: pointer;}
.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: #333;} */
.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: 1100px) {.menu-trigger {top: 50px;}}

/* 메뉴 버튼 애니메이션 */
.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: #222;}
.footer.cont-container {display: grid; grid-template-columns: 1.5fr 1fr; padding: 60px 0;}
.footer.cont-container table {margin-bottom: 40px;}
.footer.cont-container table tr td {font-size: 14px; font-weight: 300; color: #fff; padding-bottom: 10px;}
.footer.cont-container table tr td.logo {padding-bottom: 50px;}
.footer.cont-container table tr td.logo img {width: 130px;}
.footer.cont-container table tr td div {color: #fff;}
.footer.cont-container table tr td div.title,
.footer.cont-container table tr td div.tel {font-weight: bold; font-size: 18px;}
.footer.cont-container table tr td div.email,
.footer.cont-container table tr td div.addr {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: 14px; font-weight: 400; color: #fff;}
.footer .footer-info p span {font-size: 12px; font-weight: 400; color: #fff;}
.footer.cont-container .footer-sns {display: flex; flex-direction: column; justify-content: top; text-align: right;}
.footer.cont-container .footer-sns * {color: #fff;}
.footer.cont-container .footer-sns h2 {margin: 0 0 112px; line-height: 1.2;}
.footer.cont-container .footer-sns h2 b {color: #DF4242;}
.footer.cont-container .footer-sns .sns-icon {display: flex; justify-content: end; gap: 1.5rem;}
.footer.cont-container .footer-sns .sns-icon a {width: 40px; text-decoration: none; line-height: 1.8; font-weight: 400; align-self: flex-end;}
.footer.cont-container .footer-sns .sns-icon a img {width: 100%;}

@media (max-width: 1024px) {
    .footer.cont-container {row-gap: 30px; grid-template-columns: 1fr;}
    .footer.cont-container .footer-info {order: 2;}
    .footer.cont-container .footer-info table tr td.logo {position: absolute; top: 50px;}
    .footer.cont-container .footer-sns {order: 1; text-align: left; flex-direction: row; flex-wrap: wrap; gap: 20px; margin-top: 50px;}
    .footer.cont-container .footer-sns h2 {width: 100%; margin: 0; font-size: 26px;}
}
/* == 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%; background: #DF4242; }
    .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 {display: flex; overflow: auto; overflow-x: hidden; width: 74%; 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; gap: 20px; 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:first-child span img {filter: brightness(0) invert(1);}
    .section-split-cont-nav-box a {position: relative; width: 100%; overflow: hidden; height:auto; font-weight: 900; color: #fff; transition: all 0.3s;}
    .section-split-cont-nav-box a::after {content: attr(data); left: 0; position: absolute; color: #000; 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: #000; 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: #fff; transition: all 0.3s;}
    .section-split-cont-nav-box p span {color: #fff; font-weight: 800;}

    .section-split-cont-nav-box .desc {margin: 0; padding: 0;}
    .section-split-cont-nav-box .desc li {color: #fff;}
    .section-split-cont-nav-box .desc li.brief {margin-bottom: 40px;}
    .section-split-cont-nav-box .desc li.brief a {display: block; width: 150px; height: 35px; line-height: 36px; font-size: 17px; color: #df4242; background: #fff; border-radius: 20px; margin: 0; padding: 0 26px !important;}
    .section-split-cont-nav-box .desc li.brief a::after {content: ''; position: absolute; top: 9px; right: 26px; background: url('/page/img/icon-brief-red.png'); background-size: contain; width: 17px; height: 17px; left: unset; clip-path: unset;}
    .section-split-cont-nav-box .desc li.title {font-size: 28px; font-weight: 900;}
    .section-split-cont-nav-box .desc li.tel {font-size: 26px; font-weight: 600; margin-bottom: 20px;}
    .section-split-cont-nav-box .desc li.email {font-size: 18px;}

    /* modal-GNB-text width 반응형 setting */
        @media (max-width: 575px) {.section-split-cont a {font-size: 42px; padding-bottom:10px;} .section-split-cont {top: 6%; transform: translate(-50%, 0); padding-bottom: 50px; padding-left: 0px; padding-right: 0px; flex-direction: column;} .section-split-cont-logo {margin-top:-5px;} .section-split-cont-nav-box:first-child span {padding-bottom: 10px;} .section-split-cont-nav-box:first-child p {font-size: 27px;} .section-split-cont-nav-box:first-child span img {width: 200px;} .section-split-cont-nav-box a {padding-bottom:0px !important; height:80px;} .section-split-cont-nav-box a::before {font-size: 56px; bottom: -13px; 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; flex-direction: column;} .section-split-cont-logo {margin-top:-5px;} .section-split-cont-nav-box:first-child span img {width: 280px;} .section-split-cont-nav-box a {padding-bottom:0px !important; height:80px;} .section-split-cont-nav-box a::before {font-size: 70px; bottom: -15px; right:-20px;}}
        @media (max-width: 767px) {.section-split-cont-nav-box {padding: 0;}}
        @media (min-width: 768px) {.section-split-cont a {font-size: 60px; padding-bottom:10px;} .section-split-cont-logo {margin-top:-25px;} .section-split-cont-nav-box:first-child span img {width: 340px;} .section-split-cont-nav-box a {padding-bottom:30px !important; height:120px;} .section-split-cont-nav-box a::before {font-size: 66px; bottom: 18px; right:-24px;}}
        @media (max-width: 1400px) {.section-split-cont {top: 50%; left: 50%; transform: translate(-50%, -50%); padding-bottom: 50px; padding-left: 0px; padding-right: 0px; flex-direction: column;} .section-split-cont-nav-box {text-align: center;} .section-split-cont-nav-box:first-child {display: none; border-bottom: 1px solid #fff; padding-bottom: 25px; margin-bottom: 25px;} .section-split-cont-nav-box a span.ani-nav {right:0px;}}
        @media (min-width: 1401px) {.section-split-cont {flex-direction: row;} .section-split-cont-nav-box:first-child {border-right: 1px solid #fff;} .section-split-cont-nav-box:last-child span {padding-left: 184px;}}
    /* 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: #df4242; border-radius: 0;
/* 스크롤바 막대 높이 설정 */
/* 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 */}