.treatment_detail {
    margin-bottom: 300px;
}

/* 시술 비용 */
.detail_regular_price {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 60px;
}
.detail_subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.price-focus {
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-top: 10px;
}
.detail_con_desc ul li p {
    text-align: center;
    white-space: nowrap;
    font-weight: 300;
    font-size: 18px;
}
.ext {
    font-size: 18px;
    color: var(--main-baige2);
}
.ext b {
    color: var(--main-black);
}
/* 시술 비용  end*/

@media screen and (max-width: 1024px) {
    .faq_item.active .answer_box_long {
        opacity: 1;
        padding: 30px 30px 250px 30px !important;
        transform: translateY(0);
    }
}
