.detail_about_box {
    padding: 80px 0;
}

.detail_about_content {
    width: 700px;

}

.detail_about_content_box {
    width: 50%;
    height: 100%;
}

.detail_about_img {
    width: 50%;
    font-size: 0;
}

.detail_about_img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.detail_about_content_box {
    height: 450px;
    border-bottom: 10px solid #3f8676;
    box-sizing: border-box;
}

.detail_about_content p {
    font-size: 18px;
    margin-top: 25px;
    line-height: 32px;
}

.detail_service_classify {
    flex-direction: column;
    padding: 110px 0 80px 0;
}

.detail_service_classify_box {
    height: 150px;
    background-color: #F2F2F2;
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.service_classify_active {
    background-color: #3f8676 !important;
}

.service_classify_detail {
    width: calc(100% / 3);
    cursor: pointer;
    transition: 400ms;
}

.service_classify_detail h2 {
    font-size: 42px;
    font-family: 'Cormorant-Garamond';
    font-weight: normal;
}

.service_classify_detail:hover {
    background-color: #3f8676 !important;
}

.service_classify_content img {
    width: 570px;
}

.classify_content {
    flex: 1;
    padding-left: 30px;
    box-sizing: border-box;
}

.classify_content p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}

.service_classify_content {
    margin-top: 30px;
}

.mt0x {
    margin-top: 0 !important;
}

.service_describe {
    margin-bottom: 30px;
    font-size: 18px;

}

.service_describe p {
    text-align: center;
    line-height: 32px;
}

@media (max-width: 1100px) {
    .detail_about_box {
        padding: 20px;
        display: block;
    }

    .detail_about_content {
        width: auto;
    }

    .detail_about_content_box {
        width: 100%;
        order: 2;
        height: auto;
        padding: 10px 0;
        border-bottom: 6px solid #3f8676;
    }

    .phone_detail_service {
        flex-direction: column;
    }

    .detail_about_content h2 {
        text-align: center;
    }

    .service_describe p {
        line-height: 28px;
    }

    .detail_about_img {
        width: 100%;
        margin-top: 20px;
        order: 1;
    }

    .service_describe {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .detail_about_img img {
        height: 220px;
    }

    .detail_about_content p {
        font-size: 16px;
        margin-top: 10px;
        line-height: 28px;
    }

    .service_classify_content {
        display: block;
        padding: 0px;
    }

    .detail_service_classify {
        padding: 20px;
    }

    /* .detail_service_classify_box{
        display:none;
    } */
    .service_classify_content img {
        width: 100%;
    }

    .classify_content {
        padding: 0;
        margin-top: 20px;
    }

    .classify_content p {
        line-height: 28px;
    }

    .detail_service_classify_box {
        height: 100px;
    }

    .service_classify_detail h2 {
        font-size: 22px;
        text-align: center;
    }

    .detail_service_classify_box {
        margin-top: 20px;
    }

    .service_classify_content {
        margin-top: 10px;
    }
}