.sitemap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    background-image: url(../images/sitemap_bg.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sitemap .center{
    height: 100%;
}

.sitemap ul{
    width: 100%;
    height: 100%;
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}

.sitemap ul li{
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding-top: 15%;
}

.sitemap ul li p{
    width: 100%;
    height: 90px;
    border-left: 15px solid #07a84f;
    font-size: 26px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    padding-left: 35px;
    display: flex;
    align-items: center;
    margin-left: -7.5px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.sitemap ul li a{
    width: 100%;
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Pretendard-Regular', sans-serif;
    margin: 0 0 25px 45px;
}

.sitemap ul li a:hover{
    color: rgba(255, 255, 255, 1);
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sitemap ul li.one_menu p{
    margin-bottom: 35%;
    cursor: pointer;
}

.sitemap ul li.one_menu p i{
    margin-left: 5px;
}

.sitemap>i{
    position: absolute;
    top: 50px;
    right: 100px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}


/* 인증서 pop */
.certification_img{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.c_i_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.certification_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




























/* mobile */
@media screen and (max-width: 767px){

    .sitemap{
        overflow: auto;
        padding: 10% 5% 5%;
        box-sizing: border-box;
    }

    .sitemap .center{
        height: initial;
    }

    .sitemap ul{
        height: 100%;
        display: block;
        border-right: 0;
    }

    .sitemap ul li{
        width: 100%;
        height: initial;
        border-left: 0;
        padding-top: 8%;
    }

    .sitemap ul li p{
        height: 25px;
        border-left: 5px solid #07a84f;
        font-size: 18px;
        font-family: 'Pretendard-Medium', sans-serif;
        padding-left: 15px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .sitemap ul li a{
        font-size: 14px;
        margin: 0 0 15px 25px;
    }

    .sitemap ul li.one_menu p{
        margin-bottom: 40px;
    }

    .sitemap ul li.one_menu p i{
        margin-left: 5px;
    }

    .sitemap>i{
        top: 30px;
        right: 30px;
        font-size: 20px;
    }


    /* 인증서 pop */
    .certification_img img{
        width: 80%;
    }



}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    .sitemap ul li{
        padding-top: 40%;
    }

    .sitemap ul li p{
        height: 50px;
        border-left: 10px solid #07a84f;
        font-size: 20px;
        margin-left: -5px;
        margin-bottom: 30px;
    }

    .sitemap ul li a{
        font-size: 16px;
        margin: 0 0 20px 45px;
    }

    .sitemap>i{
        right: 50px;
        font-size: 30px;
    }


}
