@charset "UTF-8";

/* /ev/rate (EV 단가) 페이지 전용 스타일 */

/* 충전요금 단가표: 모바일에서 가로스크롤 없이 한 화면에 표시 */
@media (max-width: 768px) {
    .rate-table .table-scroll { overflow-x: visible; }
    .rate-table .table-scroll table {
        min-width: 0 !important;
        width: 100% !important;
        table-layout: fixed;
        font-size: 1.2rem;
    }
    .rate-table .table-scroll col:first-child { width: 34% !important; }
    .rate-table .table-scroll col:not(:first-child) { width: 22% !important; }
    .rate-table .table-scroll th,
    .rate-table .table-scroll td {
        padding: 8px 2px !important;
        word-break: keep-all;
        overflow-wrap: anywhere;
        white-space: normal;
        line-height: 1.35;
    }
    .rate-table .table-scroll th { font-size: 1.1rem; }
}
@media (max-width: 480px) {
    .rate-table .table-scroll table { font-size: 1.1rem; }
    .rate-table .table-scroll th { font-size: 1.1rem; }
    .rate-table .table-scroll thead tr:nth-child(2) th { font-size: 1.1rem; letter-spacing: -0.5px; }
    .rate-table .table-scroll th,
    .rate-table .table-scroll td { padding: 6px 1px !important; }
}
@media (max-width: 360px) {
    .rate-table .table-scroll thead tr:nth-child(2) th { font-size: 1rem; }
}
