/* visual */
.visual{
    width: calc(100% - 54px);
    height: 120px;
    background: linear-gradient(-45deg, #EFF2F9 40%, #EAEEF6 40%);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 27px;
}
.visual p{
    font-size: 16px;
    font-weight: 500;
    color: #165FFF;
}

/* s1 */
.section1 .region{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.section1 .region > div{
    width: calc(50% - 8px);
}
.section1 .single-choice_wrap .single_select_ul li{
    height: 64px;
    font-weight: 500;
}
.section1 .single-choice_wrap .single_select_ul span{
    font-size: 13px;
    color: #165FFF;
}


/* s2 */
.section2 > div{
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.section2 > div span{
    color: #165FFF;
}
.section2 .accordion-table > li > .cont > li .detail li{
    display: block;
}
.section2 .accordion-table > li > .cont > li .detail li table{
    width: 100%;
}
.section2 .accordion-table > li > .cont > li .detail li table span{
    font-weight: 500;
    color: #0D3999;
}
.section2 .accordion-table > li > .cont > li .detail li table tr{
    border-bottom: 1px solid #E9EAEA;
}
.section2 .accordion-table > li > .cont > li .detail li table tr:first-child,
.section2 .accordion-table > li > .cont > li .detail li table tr:last-child{
    border: none;
}
.section2 .accordion-table > li > .cont > li .detail li table tr th{
    font-size: 12px;
    font-weight: 500;
    color: #7D7F83;
    padding: 10px 0;
    text-align: center;
}
.section2 .accordion-table > li > .cont > li .detail li table tr td{
    font-size: 16px;
    font-weight: normal;
    padding: 20px 0;
    text-align: center;
}   
.section2 .accordion-table > li > .cont > li .detail li table .align-left{
    text-align: left;
}

/* below 540 */
@media screen and (max-width: 540px){

    .visual{
        position: relative;
        height: 64px;
        padding: 0 14px;
        width: calc(100% - 28px);
        margin-bottom: 16px;
    }
    .visual p{
        font-size: 12px;
    }
    .visual img{
        position: absolute;
        right: 14px;
        bottom: 0;
        height: 90%;
    }
    .section1 .region{
        margin-bottom: 16px;
    }
    .section1 .region > div{
        width: calc(50% - 4px);
    }
    .section2 > div{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .section1 .single-choice_wrap .single_select_ul li p{
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    .section2 > div .line{
        margin: 0 8px;
    }
    .section2 > div:nth-child(2){
        margin: 8px 0 12px;
    }
    .section2 .accordion-table > li > .cont > li .detail li table tr td{
        font-size: 14px;
    }

}
