/* /resources/css/pages/support/feeSmall.css */

/* ===== 주요 래핑 (좌:목록 / 우:내용) ===== */
.fee-container-wrap {
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: 1490px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
}

.fee-layout-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 670px;
}

.fee-table-guide {
    font-size: 0.98rem;
    color: #5a5a5a;
    margin: 0 0 8px 12px;
    text-align: right;
}

/* 좌/우 섹션 공통 */
.fee-list-section,
.promotion-phone-section {
    background: #f9f9f9;
    border-radius: 14px;
    padding: 20px 20px 50px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.fee-sub-title,
.promotion-info-title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 10px 0 10px;
    margin-bottom: 24px;
}

.fee-sub-title h3,
.promotion-info-title h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
}

.fee-sub-title img,
.promotion-info-title img {
    width: 24px;
    height: 24px;
}

/* ===== 목록 테이블 ===== */
.fee-table {
    width: 100%;
    border-collapse: collapse;
    font-weight: 300;
    table-layout: fixed;
    background: #fff;
}
.table-thead {
    background: #dbe6f6;
}
.table-body {
    background: #8a50f703;
}
.fee-table thead.table-thead tr.thead-row th,
.fee-table tbody.table-body tr.tbody-row td {
    padding: 10px 10px;
    border: 1px solid #0799F4;
    font-size: 1.01rem;
    white-space: nowrap;
}
.fee-table thead.table-thead tr.thead-row th {
    font-weight: 500;
    text-align: center;
    color: #343a40;
}
.td-distance,
.td-vehicleType-fee {
    text-align: right;
}
.tbody-row:hover,
.tbody-row:focus {
    background: #e2ebfa;
}

/* 프로모션(우측) */
.promotion-phone-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 520px;
    border-radius: 16px;
    box-sizing: border-box;
}
.phone-background-img {
    position: absolute;
    left: 50%; top: 42%;
    transform: translate(-50%, -50%);
    width: 400px; height: 100%;
    z-index: 1;
    background: url('/resources/images/main/counsel/trickle_ri.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none;
}
.promotion-desc {
    margin: 0px;
    margin-bottom: 50px;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    z-index: 2;
}
.promotion-content {
    margin: 40px auto;
    min-width: 270px;
    max-width: 400px;
    text-align: center;
    z-index: 2;
}
.promotion-center {
    color: #383838;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 60px;
}
.promotion-text {
    font-size: 1.3rem;
    color: #0799F4;
    line-height: 2.2;
    margin-bottom: 60px;
}
.promotion-tel {
    font-size: 1.25rem;
    font-weight: 700;
    color: #9747FF;
    margin-bottom: 80px;
}
.promotion-tel-label {
    font-family: Cambria, serif;
    font-style: italic;
    margin-right: 4px;
}
.promotion-tel-number {
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0.17px;
}
.promotion-point {
    color: #0799F4;
    font-weight: 500;
    font-size: 1.4rem;
}
.promotion-bottom {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    color: #383838;
    line-height: 1.7;
}

/* ===== 반응형 ===== */
@media (max-width: 1100px) {
    .fee-container-wrap {
        flex-direction: column;
        gap: 16px;
        padding: 10px;
    }
    .fee-layout-wrap {
        min-height: unset;
        margin-bottom: 10px;
    }
}
@media (max-width: 700px) {
    .fee-list-section,
    .promotion-phone-section {
        padding: 10px 2vw;
        font-size: 0.92rem;
    }
    .fee-table thead th,
    .fee-table tbody td {
        font-size: 0.93rem;
        padding: 7px 2vw;
    }
    .fee-table-guide {
        font-size: 0.91rem;
        margin-left: 0;
        margin-bottom: 6px;
        text-align: right;
    }
    .fee-sub-title h3,
    .promotion-info-title h3 {
        font-size: 1.08rem;
    }
}
