.abo_map_bg {
    background-color: #f2f2f2;
}

.sitemap-list {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sitemap-list .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 1px solid #eee;
    /* -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; */
}

.sitemap-list .column .box {
    width: 100%;
    /* -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    padding: 25px;
    border-top: 1px solid #eee;
}

.map_title {
    font-size: 1.25rem;
    font-weight: bolder;
}

.sitemap-list li {
    padding: .5rem 0;
}

.sitemap-list h4 {
    color: #5a90bf;
    font-size: 1.75rem;
    font-weight: bolder;
    border-bottom: 3px solid #5a90bf;
    width: 100%;
    padding-bottom: 1.25rem;
}

.sitemap-list .pro_box {
    flex: 1;
}

.sitemap-list .fin_box {
    flex: 4;
}

.sitemap-list .rec_box {
    flex: 1;
}

.sitemap-list .esg_box {
    flex: 4;
}

.sitemap-list .abo_box {
    flex: 4;
}

.sitemap-list .fin_box .box,
.sitemap-list .esg_box .box,
.sitemap-list .abo_box .box {
    display: flex;
    flex-wrap: wrap;
}

.sitemap-list .fin_box ul {
    width: calc(100% / 5);
}

.sitemap-list .esg_box ul {
    width: calc(100% / 4);
}

.sitemap-list .abo_box ul {
    width: calc(100% / 5);
}
@media screen and (max-width:768px) {
    .sitemap-list{
        display: flex;
        flex-wrap: wrap;
    }
    .sitemap-list .pro_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .sitemap-list .fin_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .sitemap-list .rec_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .sitemap-list .esg_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .sitemap-list .abo_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sitemap-list .fin_box ul {
        width: calc(100% / 3);
    }
}
@media screen and (max-width:576.98px) {
    .sitemap-list .fin_box ul, .sitemap-list .esg_box ul, .sitemap-list .abo_box ul{
        width: 100%;
    }
    .map_title{
        margin-top: 1.5rem;
    }
    .map_title:first-child{
        margin-top: 0.5rem;
    }
}