section .section_main {
    width: 100%;
    margin-bottom: 152px;
}
section .section_main .section_content {
    display:grid;
    overflow: hidden;
}
section .section_main .section_content .apply_banner {
    position:relative;
    width: 82%;
    padding-right: 18%;
}
section .section_main .section_content .apply_banner:after {
    content:'';
    position:absolute;
    width:40px;
    background:#FAFAFA;
    height:100%;
    left: 82%;
    top:0;
    z-index: 1;
}

section .section_main .section_content .apply_banner img {
    width:100%;
}
section .section_main .section_content .apply_banner .apply_banner_pc{
    display:block
}
section .section_main .section_content .apply_banner .apply_banner_m{
    display:none
}
.apply_list {
    display:flex;
    flex-direction:column;
    position:absolute;
    top: 0;
    right: 0;
    width: calc( 18% + 100px);
}
.apply_list .apply_type {
    background: #fff;
    font-size: 30px;
    color:#414141;
    width: 440px;
    height: 108px;
    line-height: 108px;
    z-index: 2;
    margin-bottom: 40px;
    display:flex;
    font-family: 'OPPSansB';
    border: #EBEBEB 1px solid;
    border-right: none;
}
.apply_list .apply_type.active {
    background: rgb(34,69,255);
    color: #fff;
    border: none;
}
.apply_list .apply_icon {
    width:48px;
    height:48px;
    margin: 30px;
    margin-right: 12px;
}
.apply_type span {
}
.apply_info {
    background: #FAFAFA;
    height: auto;
    margin: 0 18%;
    position:relative;
    color:#414141;
    font-size:16px;
    line-height: 24px;
    font-weight:bold;
    z-index: 1;
    padding: 60px 0;
}

.apply_info p {
    position:relative;
    top:50%;
    transform:translateY(-50%);
    left: 20px;
}
.apply_info:after {
    position:absolute;
    content:'';
    width:40px;
    height:100%;
    right:-40px;
    background:#FAFAFA;
    bottom:0;
    z-index: -1;
}
/* apply */
.section_apply  {
    padding-top:160px;
}


.section_apply .section_tit {
    padding-bottom: 82px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 160px;
    position:relative;
    max-width: 1320px;
}
.section_tit span {
    left: 160px;
}
/* mobile */
@media screen and (max-width:700px){
   
    section .section_main .section_content .apply_banner .apply_banner_pc{
        display:none
    }
    section .section_main .section_content .apply_banner .apply_banner_m{
        display:block
    }
    .section_apply {
        padding-top:88px;
        min-width: 360px;
    }
    .section_apply .section_tit {        
        padding-left: 32px;        
        padding-bottom: 34px;
    }
    .section_tit span {
         left: 32px;
    }
    section .section_main .section_content .apply_banner {
        width: calc(100% - 32px);
        padding-right: 32px;
    }
    section .section_main .apply_type {
        width: 134px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        margin-bottom: 0;
        margin-top: 8px;
    }
    .apply_list .apply_icon {
        width: 20px;
        height: 20px;
        margin: 10px;
        margin-right: 6px;
    }
    section .section_main .section_content .apply_banner:after {
        width:16px;
        left: unset;
        right: 16px;
    }
    .apply_info {
        margin: 0;
        width: calc(100% - 16px);
        font-size: 12px;
        font-weight: 500;
        color: rgba(0,0,0,.9);
        line-height: 18px;
        padding: 10px 0 16px;
    }
    .apply_info:after {
        display:none
    }
    section .section_main {
        width:100%;
        margin-bottom: 30px;
    }
    .apply_info p {
        left: 0;
        padding: 0 16px 0 32px;
        top: unset;
        transform:unset
    }
    footer .contact_list .contact_item.contact_consult {
        padding-top:0
    }
}