.advance_wrap{
    margin-top: 75px;
}
.banner{
    width: 100%;
    background-image: url(../img/sub_banner2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_text h2{
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Thin';
    line-height: 150%;
    text-align: center;
}
.banner_text h1{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    margin-bottom: 10px;
}
.banner_text p{
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
    text-align: center;
}
.service_list_wrap{
    width: 1180px;
    margin: 0 auto;
}
.service_list{
    margin: 50px 0;
}
.service_list .service_wrap{
    margin-bottom: 30px;
}
.service_list .service_wrap:last-child{
    margin: 0;
}
.service_list .service_wrap .service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 20px 30px;
    cursor: pointer;
    /* margin-bottom: 30px; */
}
.service_list .service_wrap .service_fill{
    background-color: #002859 !important;
    border: 1px solid #002859 !important;
}
.service_list .service_wrap .service_fill h2{
    color: #fff !important;
}
.service_list .service_wrap .service_fill i{
    color: #fff !important;
}
.service_list .service_wrap .service:hover{
    background-color: #002859;
    border: 1px solid #002859;
}
.service_list .service_wrap .service:hover h2{
    color: #fff;
}
.service_list .service_wrap .service:hover i{
    color: #fff;
}
.service_list .service_wrap .service h2{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
}
.service_list .service_wrap .service i{
    font-size: 20px;
    color: #3b3b3b;
}
.service_list .service_wrap .service_detail{
    display: none;
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.service_list .service_wrap .service_detail .detail_title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.service_list .service_wrap .service_detail > .detail_title:nth-of-type(2){
    margin-top: 10px;
}
.service_list .service_wrap .service_detail .detail_title h3{
    font-size: 25px;
    color: #002859;
    font-weight: bold;
    line-height: 150%;
    margin-right: 10px;
}
.service_list .service_wrap .service_detail .detail_title h2{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
}
.service_list .service_wrap .service_detail .detail_list{
    list-style-type: disc;
    padding-left: 25px;
}
.service_list .service_wrap .service_detail .detail_list li{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 150%;
    font-family: 'Pretendard-Regular';
    margin-bottom: 10px;
}
.service_list .service_wrap .service_detail .detail_list li a{
    color: #002859;
    font-weight: bold;
}
.service_list .service_wrap .service_detail p strong{
    font-size: 18px;
    color: #D72E2E;
    line-height: 150%;
    font-family: 'Pretendard-Regular';
    margin-bottom: 10px;
    
}
.link_btn{
    width: 30%;
    border: 1px solid #E87435;
    border-radius: 4px;
    color: #E87435;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    line-height: 150%;
    margin-top: 20px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}
.link_btn:hover{
    background-color: #E87435;
    color: #fff;
}


@media (max-width: 1180px) {
    .service_list_wrap{
        width: 90%;
        margin-top: 30px;
    }

}

@media (max-width: 768px) {
    .banner_text h1{
        font-size: 35px;
    }
    .banner{
        height: 250px;
    }
    .advance_wrap{
        margin-top: 65px;
    }
    .link_btn{
        width: 100%;
    }
    .service_list .service_wrap .service{
        border-radius: 0px;
        padding: 20px;
    }
    .service_list{
        margin: 0;
    }
    .service_list .service_wrap{
        margin-bottom :20px;
    }
}
@media (max-width : 568px){
    .service_list .service_wrap .service h2{
        font-size: 20px;
    }
}