﻿

.service-box{
    padding: 50px 0 60px;
    border-top:1px solid #e5e5e5;
}


.service-btop h2 {
    font-size: 34px;
    font-weight: 600;
    color: #741d75;
}
.service-btop p{
    font-size: 16px;
    margin-top: 20px;
    word-break: break-all;
}

.service-bul{
    padding-top: 30px;
}
.service-bul li{
    padding: 20px 0;
}
.service-bul li a{
    display: flex;
    justify-content: space-between;
    color: #333333;
}

.bul-img{
    width: 32%;
}
.bul-img img{
    width: 100%;
    height: auto;
}
.bul-ri{
    width: 65%;
}
.bul-ri h3{
    font-size: 24px;
    font-weight: 600;
    color: #741d75;
}
.bul-ri p{
    font-size: 16px;
    margin-top: 10px;
    word-break: break-all;
}



@media only screen and (max-width:1400px) {
    .service-box {
        padding: 40px 0 50px;
    }
    .service-btop h2 {
        font-size: 30px;
    }
    .service-btop p {
        font-size: 14px;
        margin-top: 15px;
    }
    .service-bul {
        padding-top: 20px;
    }

    .service-bul li {
        padding: 10px 0;
    }

    .bul-ri h3 {
        font-size: 20px;
    }
    .bul-ri p {
        font-size: 14px;
        margin-top: 8px;
        
    }

}


@media only screen and (max-width:769px) {
    .service-box {
        padding: .4rem .1rem .5rem;
    }
    .service-btop h2 {
        font-size: 24px;
    }
    .service-btop p {
        font-size: 12px;
        margin-top: .15rem;
    }
    .service-bul {
        padding-top: .2rem;
    }

    .service-bul li {
        padding: .1rem 0;
    }
    .service-bul li a{
        flex-direction: column;
    }

    .bul-img {
        width: 100%;
    }
    .bul-ri {
        width: 100%;
        padding: .1rem 0;
    }
    .bul-ri h3 {
        font-size: 18px;
    }
    .bul-ri p {
        font-size: 12px;
        margin-top: .1rem;
    }

   


}
