#sitemap {
    background-color: #090c23;
    padding: 120px;
    height: 100%;

    width: 100%;
    max-width: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    z-index: 99999999;
    opacity: 1;
    display: none;
}
#sitemap h2{
    font-size: 36px;
    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: 65px;
}
#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: #20d2ff;
}
#sitemap .depth2 a::before {
    display: block;
    content: "";
    width: 7px;
    height: 3px;
    background: #20d2ff;
    position: absolute;
    left: -10px;
    top: 18px;
}
#sitemap .mfp-close {
    position: absolute;
    left: 230px;
    top: 140px;
    z-index: 1;
    width: 30px;
    height: 30px;
    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/w_btn_close.png") no-repeat center center;
    transition: transform 300ms;
    border-radius: 50%;
}
#sitemap .mfp-close:hover:after { 
    transform: rotate(270deg); 
}
#sitemap_btn {
    cursor: pointer;
    color: #222;
}

@media screen and (max-width : 1300px) {
    #sitemap #gnb_1dul {
        margin-left: 3rem;
    }
}

@media screen and (max-width : 968px) {
    #sitemap #gnb_1dul {
        margin-left: 0;
    }
    #sitemap #gnb_1dul > li > a {
        font-size: 16px;
    }
    #sitemap .depth2 a {
        font-size: 0.9rem;
    }
}