
.section-inner {
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 170px;
    padding-right: 170px;
}

@media (max-width: 1024px) {
    .section-inner {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.price-section {
    width: 100%;
    padding: 120px 0 180px;
}

.price-section--no-banner {
    padding-top: 180px;
}

.price-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.price-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: -0.02em;
}

.price-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e5e2de;
    border-bottom: none;
    background: #fff;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.price-table thead {
    background: #f5f2ee;
}

.price-table th {
    padding: 16px 20px;
    font-weight: 600;
    color: #53402f;
    text-align: center;
    border-bottom: 1px solid #e5e2de;
    border-right: 1px solid #e5e2de;
}

.price-table th:last-child {
    border-right: none;
}

.price-table .col-treatment {
    width: 35%;
    min-width: 160px;
    text-align: left;
}

.price-table .col-option,
.price-table .col-brand {
    width: 25%;
    min-width: 100px;
    text-align: center;
}

.price-table .col-price {
    width: 25%;
    min-width: 90px;
    text-align: center;
}

.price-table--botox .col-treatment {
    width: 35%;
}

.price-table--botox .col-brand {
    width: 25%;
}

.price-table--botox .col-price {
    width: 40%;
}

.price-table td.col-price--split {
    padding: 0;
}

.price-table td.col-price--split .price-volume,
.price-table td.col-price--split .price-value {
    display: inline-block;
    width: 50%;
    padding: 16px 20px;
    box-sizing: border-box;
}

.price-table td.col-price--split .price-volume {
    text-align: left;
    border-right: 1px solid #e5e2de;
}

.price-table td.col-price--split .price-value {
    text-align: center;
}

@media (max-width: 768px) {
    .price-table td.col-price--split .price-volume,
    .price-table td.col-price--split .price-value {
        padding: 12px 14px;
        font-size: 12px;
    }
}

/* 카테고리별 테이블 블록 */
.price-table-block {
    margin-bottom: 56px;
}

.price-table-block:last-child {
    margin-bottom: 0;
}

.price-category {
    font-size: 22px;
    font-weight: 600;
    color: #53402f;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e2de;
}


/* RenuA 패키지/프로그램 */
.price-package-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    background: #faf9f7;
    border: 1px solid #e5e2de;
    border-radius: 8px;
}

.price-package-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e2de;
}

.price-package-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.price-package-item strong {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.price-package-item p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.price-table tbody tr {
    transition: background 0.2s;
}

.price-table tbody tr:hover {
    background: #faf9f7;
}

.price-table td {
    padding: 16px 20px;
    color: #3f3f3f;
    border-bottom: 1px solid #e5e2de;
    border-right: 1px solid #e5e2de;
    vertical-align: middle;
}

.price-table td:last-child {
    border-right: none;
}

.price-table td.col-treatment {
    font-weight: 500;
    background: #fff;
}

.price-table td.col-option,
.price-table td.col-brand {
    background: #fff;
}

.price-table td.col-price {
    background: #fff;
    font-weight: 500;
}

/* 제증명 2열 테이블 */
.price-table--fee-cert .col-treatment {
    width: 58%;
}

.price-table--fee-cert .col-price {
    width: 42%;
}

.price-table td.col-price.col-price--nested-wrap {
    padding: 0;
}

.price-table .price-fee-nested {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.price-table .price-fee-nested td {
    padding: 14px 18px;
    border-bottom: 1px solid #e5e2de;
    border-right: 1px solid #e5e2de;
    text-align: center;
}

.price-table .price-fee-nested td:first-child {
    text-align: left;
    width: 55%;
}

.price-table .price-fee-nested tr:last-child td {
    border-bottom: none;
}

.price-table .price-fee-nested td:last-child {
    border-right: none;
}

/* 반응형 */
@media (max-width: 1024px) {
    .price-section {
        padding: 80px 0 120px;
    }

    .price-section--no-banner {
        padding-top: 140px;
    }

    .price-title {
        font-size: 26px;
        margin-bottom: 32px;
    }

    .price-table-block {
        margin-bottom: 40px;
    }

    .price-category {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .price-table th,
    .price-table td {
        padding: 14px 16px;
        font-size: 14px;
    }

    .price-table .col-treatment {
        min-width: 120px;
        font-size: 14px;
    }

    .price-table .col-option,
    .price-table .col-brand,
    .price-table .col-price {
        font-size: 13px;
    }

    .price-package-list {
        padding: 20px;
    }

    .price-package-item strong {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .price-section {
        padding: 60px 0 100px;
    }

    .price-section--no-banner {
        padding-top: 120px;
    }

    .section-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .price-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .price-table-wrap {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .price-table th,
    .price-table td {
        padding: 12px 14px;
        font-size: 13px;
    }

    .price-table .col-treatment {
        min-width: 100px;
        font-size: 13px;
    }

    .price-table .col-option,
    .price-table .col-brand,
    .price-table .col-price {
        min-width: 60px;
        font-size: 12px;
    }
}
