#sitemap {
    /* background-color: rgba(23, 34, 56, .96); */
    background-color: rgba(1, 45, 101, .96);
    padding: 100px 200px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    left: 0px;
    position: fixed;
    bottom: 100%;
    z-index: 99999999;
    opacity: 1;
    transition: all 0.6s ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#sitemap h2{
    font-size: 54px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0 0 40px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
#sitemap div {
    margin:0 auto; 
}
#sitemap #gnb_1dul {
    margin-left: 7rem;
}
#sitemap #gnb_1dul > li {
    float: left;
    width: 20%;
    margin-top: 55px;
}
#sitemap #gnb_1dul > li:nth-child(5n+1) {
    clear: both;
}
#sitemap #gnb_1dul > li > a {
    font-size: 22px;
    display: block;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
#sitemap .depth2 {
    position: relative;;
}
#sitemap .depth2 a {
    color: #eee;
    font-size: 0.95rem;
}
/* #sitemap .depth2 a:hover {
    color: #;
} */
/* #sitemap .depth2 a::before {
    display: block;
    content: "";
    width: 7px;
    height: 3px;
    background: #;
    position: absolute;
    left: -10px;
    top: 18px;
} */
#sitemap .mfp-close {
    position: absolute;
    left: 230px;
    top: 120px;
    z-index: 1;
    width: 65px;
    height: 65px;
    border: 0;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    background: transparent;
    text-indent: -999px;
}
#sitemap .mfp-close::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/btn_close.png") no-repeat center center / 50%;
    transition: transform 300ms;
    border-radius: 50%;
}
#sitemap .mfp-close:hover:after { 
    transform: rotate(270deg); 
}
#sitemap_btn {
    cursor: pointer;
    color: #333333;
    font-size: 1.1rem;
    transition: 0.3s;
}
#sitemap_btn:hover {
    opacity: 0.7;
}

@media all and (max-width : 1400px) {
    #sitemap {
        display: none;
    }
}
/* @media all and (max-width : 1300px) {
    #sitemap {
        padding: 4%;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
    #sitemap #gnb_1dul {
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #sitemap #gnb_1dul > li {
        float: none;
        width: 33%;
        margin-top: 6%;
        padding: 0 0 0 8%;
    }
    #sitemap .mfp-close {
        right: 7%;
        top: 7%;
        left: auto;
    }
}

@media all and (max-width : 968px) {

    #sitemap #gnb_1dul > li > a {
        font-size: 16px;
    }
    #sitemap .depth2 a {
        font-size: 0.9rem;
    }
}

@media all and (max-width: 550px) {
    #sitemap #gnb_1dul > li {
        float: none;
        width: 50%;
        margin-top: 6%;
        padding: 0 0 0 13%;
    }
    #sitemap .mfp-close {
        right: 6%;
        top: 4%;
    }
    #sitemap .depth2 a {
        font-size: 3.5vw;
    }
    #sitemap #gnb_1dul > li > a {
        font-size: 6vw;
        word-break: keep-all;
        margin: 0;
    }
    #sitemap h2 {
        padding: 5% 0;
    }
} */