.site_map {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    z-index: 1999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: right 1s;

    background-image: url(../images/sitemap_symbol.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: scroll;
}

.site_map.show {
    right: 0;
}

.site_map .center {
    margin: 0;
}

ul.sm_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

ul.sm_ul li p {
    color: #0066b3;
    font-size: 32px;
    padding-left: 50px;
    width: 250px;
    height: 33px;
    border-left: 3px solid #0066b3;
    font-family: 'Pretendard-ExtraBold', sans-serif;
    display: flex;
    align-items: center;
}

ul.sm_ul>li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 135px;
    
    box-sizing: border-box;
}

ul.sm_ul>li:last-child {
    margin-bottom: 0;
}

ul.sm_ul>li:first-child {
    margin-top: 40px;
}

.map_title {
    width: 100%;
}

.map_title p {
    font-size: 24px;
    color: #0072bc;
    font-family: 'Pretendard-Bold', sans-serif;
    text-align: center;
}

.bar {
    width: 40px;
    height: 1px;
    background-color: #0072bc;
    margin: 15px auto 40px;
}

ul.sm_in_ul li {
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 20px;
    cursor: pointer;
}

ul.sm_in_ul2 {
    width: 100%;
    display: inline-block;
}

ul.sm_in_ul2>li {
    width: 44%;
    float: left;
    margin-bottom: 60px;
}

ul.sm_in_ul2>li:nth-child(3),
ul.sm_in_ul2>li:last-child {
    margin-bottom: 0;
}

ul.sm_in_ul2>li:nth-child(2n-1) {
    margin-right: 12%;
}

ul.sm_in_ul2>li>p {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

ul.sm_in_ul3 {
    width: 100%;
    display: flex;
}

ul.sm_in_ul3>li {
    /* width: 100%; */
    font-size: 22px;
    font-family: 'Pretendard-Medium', sans-serif;
    cursor: pointer;

}

ul.sm_in_ul3>li:last-child {
    margin-bottom: 0;
}

ul.sm_ul li ul.sm_in_ul3 li {
    margin-right: 65px;
}




.site_map>i {
    font-size: 49px;
    color: #555;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    margin-right: 30px;
}

.top {
    width: 50px;
    height: 50px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    display: none;
}

.top i {
    color: #999;
}

.top p {
    font-size: 14px;
    color: #999;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    line-height: 15px;
}
