/* 사이트 맵 스크롤 hidden */
html.no-scroll {scrollbar-gutter: stable;}
html.no-scroll, body.no-scroll {overflow: hidden; height: 100%;}

.header-sitemap {overflow-y: auto; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.2s ease; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.9); backdrop-filter: blur(5px);  z-index: 9999;}
.header-sitemap.active {opacity: 1; visibility: visible;}
/* .header-sitemap.active ~ .head_nav {margin-right: 15px;} */
/* .header-sitemap.active ~ .head_top {opacity: 0; pointer-events: none;} */
/* .header-sitemap.active ~ .head_nav .head_gnb {opacity: 0; pointer-events: none;} */
/* .header-sitemap.active ~ .head_nav .head_addon {opacity: 0; pointer-events: none;} */

/* .header-sitemap.active ~ .head_nav h1 .logo-c {top: 55px !important;} */
/* .header-sitemap.active ~ .head_nav h1 .logo-w {top: 0 !important;} */

.header-sitemap-wrap {max-width: 1740px;padding: 0;width: 100%;position: absolute;top: 64px;left: 50%;transform: translateX(-50%)}

/* sitemap-head */
.header-sitemap .sitemap-wrap .sitemap-head {padding: 0 20px; height: 55px; display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 80px; position: relative; /*border-bottom:1px solid rgba(255,255,255,.2)*/}
.header-sitemap .sitemap-wrap .sitemap-head h1.sitemap-logo {display: block;width:265px;height:55px; font-size: 28px; font-weight: bold; color: #fff;}
.header-sitemap .sitemap-wrap .sitemap-head h1.sitemap-logo img{width:265px;height:55px;}
.header-sitemap .sitemap-wrap .sitemap-head i {display: inline-block; font-size: 35px; line-height: 35px; color: #fff; transition: transform 0.5s ease-in-out;}
.header-sitemap .sitemap-wrap .sitemap-head i:hover {transform: rotate(180deg);}

/* sitemap-body */
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-tit {font-family: "STUNNING"; font-size: 38px; margin: 0 auto; text-align: center; margin-bottom: 50px;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list {display: flex; align-items: flex-start; justify-content: center; max-width: 1800px; margin: 0 auto;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list > li {border-right: 1px solid rgba(255, 255, 255, 0.2); min-height: 570px; padding: 0 40px; width: 100%;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list > li .menu-tit {display: block; position:relative; font-size: 28px; font-weight: 600; color: #fff; text-align: center; width: fit-content; margin: 0 auto; margin-bottom: 50px;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list > li .menu-tit::before {content: ''; width: 8px; height: 8px; border-radius: 4px; background-color: #ee5176; position: absolute; top: -10px; right: -20px; opacity: 0; transition: opacity 0.2s ease-in-out;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list > li:hover .menu-tit::before {opacity: 1;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list > li:first-child { border-left: none;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list > li:last-child { border-right: none;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list > li .map-icon {width: 80px; object-fit: cover; margin-left: -18px; display: block; margin-bottom: 10px;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth > li {margin: 35px 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth li a {display: block; font-size: 20px; color: #fff; position: relative; font-weight: 500;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth li a::before {content: '\F138'; font-size: 14px; font-family: "bootstrap-icons"; line-height: 27px; width: 27px; height: 27px; border-radius: 50%; background-color: #de4f70; position: absolute; top:50%; transform: translateY(-50%); right: -38px; text-align: center; opacity: 0; transition: opacity 0.2s ease-in-out;}
/* .header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth li a:hover {text-decoration: underline !important; text-underline-offset: 6px;} */
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth li:hover a::before {opacity: 1;}

.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth2 {margin-top: 25px; padding-left: 10px; display: flex; flex-direction: column; gap: 8px;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth2 li {padding-left: 15px; width: fit-content; position: relative;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth2 li::before {content: ''; width: 5px; height: 1px; background-color: rgba(255, 255, 255, 0.6); position: absolute; top: 13px; left: 0; transition: background-color 0.2s ease-in-out;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth2 li:hover::before {background-color: rgba(255, 255, 255, 1);}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth2 li a {font-size: 18px; font-weight: 400; word-break: keep-all; line-height: 1.5; color: rgba(255, 255, 255, 0.6); transition: color 0.2s ease-in-out;}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth2 li a:hover {color: rgba(255, 255, 255, 1);}
.header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth2 li a::before {display: none;}

/* contents-sitemap */
.header-sitemap .sitemap-wrap .sitemap-body{/*padding:20px;*/margin-top:50px;}
.header-sitemap .sitemap-wrap .sitemap-body .depth1-item {position: relative; display: flex; justify-content: space-between; border-bottom: dashed 1px #bcbcbc; padding: 15px 0;}
.header-sitemap .sitemap-wrap .sitemap-body .depth1-item .titlebox {width: 18%;}
.header-sitemap .sitemap-wrap .sitemap-body .depth1-item .depth1-text {display: block; font-size: 22px; font-weight: bold; color: #2b2b2b; overflow: hidden; position: relative; width: fit-content; padding: 6px 15px 0 5px;}
.header-sitemap .sitemap-wrap .sitemap-body .depth1-item:hover::before {content: ''; width: 8px; height: 8px; border-radius: 4px; background-color: #ee5176; position: absolute; top:5px; left: 0;}
.header-sitemap .sitemap-wrap .sitemap-body .depth1-item .depth1-text span {font-weight: bold;color:#fff}

.header-sitemap .sitemap-wrap .sitemap-body .depth2 {width: calc(100% - 18%); }
.header-sitemap .sitemap-wrap .sitemap-body .depth2-list {display: flex; width: 100%; gap: 20px; flex-wrap: wrap;}
.header-sitemap .sitemap-wrap .sitemap-body .depth2-item {width: calc(19% - 22.5px);}
.header-sitemap .sitemap-wrap .sitemap-body .depth2-item .depth2-text {display: flex; align-items: center; justify-content: space-between; padding: 10px; border-radius: 10px; border: 1px solid #fff; transition: all 0.2s ease-in-out;}
.header-sitemap .sitemap-wrap .sitemap-body .depth2-item .depth2-text span {font-size: 18px; font-weight: 600; color: #fff; word-break: keep-all; transition: all 0.2s ease-in-out;}
.header-sitemap .sitemap-wrap .sitemap-body .depth2-item .depth2-text i {font-size: 17px; font-weight: 500; transition: all 0.2s ease-in-out;}
.header-sitemap .sitemap-wrap .sitemap-body .depth2-item .depth2-text:hover {background-color: var(--sub-color); border-color: var(--sub-color); box-shadow: 0 2px 5px 4px #3062b21e;}
.header-sitemap .sitemap-wrap .sitemap-body .depth2-item .depth2-text:hover span {color: #fff;}
.header-sitemap .sitemap-wrap .sitemap-body .depth2-item .depth2-text:hover i {color: #fff;}

.header-sitemap .sitemap-wrap .sitemap-body .depth-list3 {padding: 10px;}
.header-sitemap .sitemap-wrap .sitemap-body .depth3-item {position: relative; word-break: keep-all;}
.header-sitemap .sitemap-wrap .sitemap-body .depth3-item::before {content: ''; width: 5px; height: 5px; border-radius: 2.5px; background-color: #b3b3b3; position: absolute; top: 12px; left: 0;}
.header-sitemap .sitemap-wrap .sitemap-body .depth3-item .depth3-text {display: block; width: fit-content;}
.header-sitemap .sitemap-wrap .sitemap-body .depth3-item .depth3-text > span {font-size: 16px; font-weight: 500; color: #fff; padding-left: 15px; display: block;}
.header-sitemap .sitemap-wrap .sitemap-body .depth3-item .depth3-text span i {margin-left: 5px; color: inherit;}
.header-sitemap .sitemap-wrap .sitemap-body .depth3-item .depth3-text:hover span {text-decoration: underline !important; text-underline-offset: 5px; color: #3051b0;}
.header-sitemap .sitemap-wrap .sitemap-body .depth3-item .depth3-text:hover span i {color: #3051b0;}

.header-sitemap .sitemap-wrap .sitemap-body .depth-list4 {background-color: #f6f8fc; padding: 10px 20px; border-radius: 10px; margin: 10px 0 20px;}
.header-sitemap .sitemap-wrap .sitemap-body .depth4-item {position: relative; word-break: keep-all;}
.header-sitemap .sitemap-wrap .sitemap-body .depth4-item::before {content: ''; width: 6px; height: 2px; border-radius: 2.5px; background-color: #b3b3b3; position: absolute; top: 14px; left: 0;}
.header-sitemap .sitemap-wrap .sitemap-body .depth4-item .depth4-text {display: block; width: fit-content;}
.header-sitemap .sitemap-wrap .sitemap-body .depth4-item .depth4-text > span {font-size: 18px; font-weight: 500; color: #595959; padding-left: 15px; display: block;}
.header-sitemap .sitemap-wrap .sitemap-body .depth4-item .depth4-text span i {margin-left: 5px; color: inherit;}
.header-sitemap .sitemap-wrap .sitemap-body .depth4-item .depth4-text:hover span {text-decoration: underline !important; text-underline-offset: 5px; color: #3051b0;}
.header-sitemap .sitemap-wrap .sitemap-body .depth4-item .depth4-text:hover span i {color: #3051b0;}


@media (max-width: 1650px) {
    .header-sitemap .sitemap-wrap .sitemap-head {margin-bottom: 30px;}
    .header-sitemap .sitemap-wrap .sitemap-body .sitemap-list > li {padding: 0 25px; min-height: 500px;}
    .header-sitemap .sitemap-wrap .sitemap-body .sitemap-list .depth > li {margin: 30px 0;}
    .header-sitemap .sitemap-wrap .sitemap-body .sitemap-list > li .menu-tit {margin-bottom: 40px; font-size: 25px;}
}


/* @media (max-width: 1400px) {
    .header-sitemap .sitemap-wrap .sitemap-body .depth1-item {flex-direction: column; padding: 30px 0 40px;}
    .header-sitemap .sitemap-wrap .sitemap-body .depth1-item .titlebox {width: 100%; margin-bottom: 30px;}

    .header-sitemap .sitemap-wrap .sitemap-body .depth2 {width: 100%;}
}
@media (max-width: 1200px) {
    .header-sitemap .sitemap-wrap .sitemap-body .depth1-item {flex-direction: column; padding: 20px 0 30px;}
    .header-sitemap .sitemap-wrap .sitemap-body .depth1-item .titlebox {margin-bottom: 20px;}
    .header-sitemap .sitemap-wrap .sitemap-body .depth1-item .depth1-text {font-size: 25px;}

    .header-sitemap .sitemap-wrap .sitemap-body .depth2-item {width: calc(33.333% - 13.333px)}
    .header-sitemap .sitemap-wrap .sitemap-body .depth2-item .depth2-text {padding: 12px 20px;}
    .header-sitemap .sitemap-wrap .sitemap-body .depth2-item .depth2-text span {font-size: 18px;}
    .header-sitemap .sitemap-wrap .sitemap-body .depth2-list {gap: 20px;}

    .header-sitemap .sitemap-wrap .sitemap-body .depth3-item .depth3-text > span {font-size: 17px;}

    .header-sitemap .sitemap-wrap .sitemap-body .depth4-item .depth4-text > span {font-size: 17px;}
}
@media (max-width: 1024px) {
    .header-sitemap .sitemap-wrap .sitemap-body .depth2-item {width: calc(50% - 20px);}
}
@media (max-width: 650px) {
    .header-sitemap .sitemap-wrap .sitemap-body .depth1-item {flex-direction: column;}
    .header-sitemap .sitemap-wrap .sitemap-body .depth1-item .depth1-text {font-size: 22px;}

    .header-sitemap .sitemap-wrap .sitemap-body .depth2-list {gap: 10px;}
    .header-sitemap .sitemap-wrap .sitemap-body .depth2-item {width: 100%;}
    .header-sitemap .sitemap-wrap .sitemap-body .depth2-item .depth2-text {padding: 10px 15px;}

    .header-sitemap .sitemap-wrap .sitemap-body .depth-list3 {padding: 10px;}
} */

/* sitemap-footer */
.header-sitemap .sitemap-wrap .sitemap-footer {padding-top:100px;}
.header-sitemap .sitemap-wrap .sitemap-footer .footer-link-wrap {display: flex; align-items: center; justify-content: flex-end; gap: 35px; position: fixed; bottom: 3%; right: 0px; z-index: 9999; transition: all 0.3s ease-in-out;}
.header-sitemap .sitemap-wrap .sitemap-footer .footer-link {display: flex; gap: 8px;}
.header-sitemap .sitemap-wrap .sitemap-footer .footer-link li {border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 23px; overflow: hidden; transition: border-color 0.2s ease-in-out;}
.header-sitemap .sitemap-wrap .sitemap-footer .footer-link li:hover {border-color: #fff;}
.header-sitemap .sitemap-wrap .sitemap-footer .footer-link li a {display: block; height: 46px; padding: 12px 18px; font-size: 17px; color: #fff;}
/* .header-sitemap .sitemap-wrap .sitemap-footer .footer-link li:hover a {color: #fff;} */

/* map-fix-menu */
.header-sitemap .sitemap-fix-menu {position: fixed; top:50%; right: -30px; transform: translateY(-50%); transition: all 0.3s ease-in-out;}
.header-sitemap .sitemap-fix-menu .fix-menu {display: flex; flex-direction: column; gap: 10px;}
.header-sitemap .sitemap-fix-menu .fix-menu li {    margin-left: 2.5rem; width: 60px; border-radius: 30px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.5); transition: all 0.2s ease-in-out;}
.header-sitemap .sitemap-fix-menu .fix-menu li a {display: flex; align-items: center; justify-content: center; height: 60px; text-align: center; font-size: 14px; line-height: 14px; font-weight: bold; color: #fff;text-indent: -999999px;}

.header-sitemap .sitemap-fix-menu .fix-menu li a i {font-size: 25px;}
.header-sitemap .sitemap-fix-menu .fix-menu li:hover {border-color:#de4f70; background-color:#de4f70;}
.header-sitemap .sitemap-fix-menu .fix-menu li:first-child:hover {border-color:#2e42b9; background-color:#2e42b9;}

/* @media (max-width: 1750px) {
    .visual-txt {display: none;}
}
@media (max-width: 1650px) {
    .header-sitemap .sitemap-wrap {padding: 50px 70px;}
    .header-sitemap .sitemap-wrap .sitemap-footer .footer-link-wrap {right: 70px;}
    .map-fix-menu {right: 70px;}
}
@media (max-width: 1400px) {
    .map-fix-menu {position: fixed; top: 35px; transform: translateY(0); right: 130px;}
    .map-fix-menu .fix-menu {flex-direction: row;}
}
@media (max-width: 1000px) {
 .sitemap {display: none;}
} */