.main_section {
    padding: 70px 0;
}

.section_head {
    text-align: center;
    margin-bottom: 40px;
}

.section_head_left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
    gap: 20px;
}

.section_title {
    font-size: 28px;
    font-weight: 800;
    color: var(--text-color);
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.section_desc {
    font-size: 14px;
    color: var(--text-color-sub);
}

.main_hero {
    padding: 40px 0 80px;
}

.main_hero_inner {
    display: grid;
    grid-template-columns: 1fr 360px;
    flex-wrap: wrap;
    gap: 16px;
}

.hero_slider_box {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    height: 432px;
    border: 1px solid var(--border-color);
}

.main_hero_swiper {
    width: 100%;
    height: 100%;
}

.hero_slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero_slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(8, 22, 40, 0.72) 0%, rgba(8, 22, 40, 0.30) 42%, transparent 72%);
}

.hero_slide_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero_overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 35%, transparent 60%),
        linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 45%);
}

.hero_caption {
    position: absolute;
    top: 24px;
    left: 28px;
    z-index: 10;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.02em;
    max-width: 55%;
    pointer-events: none;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

.hero_caption em {
    font-style: normal;
    color: var(--sub-color);
}

.hero_controls {
    position: absolute;
    bottom: 18px;
    right: 20px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 6px 12px;
    background: rgba(10, 20, 35, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    color: #fff;
}

.hero_counter {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.hero_counter .sep {
    opacity: 0.5;
}

.hero_counter .total {
    opacity: 0.7;
}

.hero_divider {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.28);
    margin: 0 4px;
}

.hero_btn {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    transition: background 0.15s;
    font-size: 18px;
    line-height: 1;
}

.hero_btn:hover {
    background: rgba(255, 255, 255, 0.18);
}

.hero_btn i {
    line-height: 1;
}


.hero_q_wrap {
    height: 100%;
}

.hero_q_panel {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 26px 34px;
    border-radius: 22px;
    background: radial-gradient(420px 200px at 120% -10%, rgba(176, 144, 48, 0.35), transparent 60%), linear-gradient(165deg, var(--main-color) 0%, #0a1f38 100%);
    color: #fff;
    overflow: hidden;
}


.hero_q_lead {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

.hero_q_lead strong {
    display: inline-block;
    margin-top: 8px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

.hero_q_block {
    margin-top: 22px;
}

.hero_q_label {
    display: block;
    margin-bottom: 9px;
    font-size: 13px;
    font-weight: 700;
    color: #cda948;
}

.hero_q_lease_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #cda948, var(--sub-color));
    color: #1a1305;
    font-size: 15px;
    font-weight: 800;
}


.hero_q_search {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 6px 0 14px;
    background: #fff;
    border-radius: 8px;
}

.hero_q_input {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    color: var(--text-color);
}

.hero_q_input::placeholder {
    color: var(--text-color-light);
}

.hero_q_input:focus {
    outline: none;
}

.hero_q_search_btn {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: var(--main-color);
    font-size: 20px;
    cursor: pointer;
    transition: color 0.15s;
}

.hero_q_search_btn:hover {
    color: var(--sub-color);
}

.hero_q_tel {
    margin-top: auto;
}

.hero_q_tel_num {
    display: block;
    font-family: "Inter", "Noto Sans KR", sans-serif;
    font-size: clamp(24px, 5vw, 30px);
    font-weight: 800;
    color: #fff;
}

.hero_widget_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.hero_widget_card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 18px rgba(16, 48, 80, 0.06);
    text-decoration: none;
    z-index: 1;
}

.hero_widget_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(16, 48, 80, 0.10);
}


.hero_widget_card.hero_widget_primary {
    background: linear-gradient(150deg, var(--main-color) 0%, #0c233f 100%);
    border-color: transparent;
    color: #fff;
}

.hero_widget_card.hero_widget_pri_w {
    color: var(--main-color);
}

.hero_widget_card.hero_widget_red {
    background: linear-gradient(150deg, #C0202F, #8f1622);
    border-color: transparent;
    color: #fff;
}

.hero_widget_card.hero_widget_red_w {
    color: #C0202F;
}


.hero_widget_card:hover {
    transform: translateY(-2px);
}

.hero_widget_icon {
    flex-shrink: 0;
    width: 52px;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgb(190 190 190 / 16%);
    overflow: hidden;
    padding: 5px;
}

.mx .hero_widget_icon img {
    height: 100%;
    object-fit: contain;
}


.hero_widget_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.hero_widget_body strong {
    font-size: 20px;
    font-weight: 700;
}

.hero_widget_body span {
    font-size: 12px;
    color: var(--text-color-sub);
}

.hero_widget_primary .hero_widget_body span {
    color: rgba(255, 255, 255, 0.82);
}

.hero_widget_arrow {
    flex-shrink: 0;
    font-size: 18px;
    color: var(--text-color-light);
}

.hero_widget_primary .hero_widget_arrow {
    color: #fff;
}


.swiper.category_swiper {
    overflow: hidden;
    padding: 16px 0 16px;
}

.category_grid {
    align-items: stretch;
}

.category_swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-slide.category_item {
    position: relative;
    height: auto;
    display: flex;
}

.category_item a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 22px 8px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    box-shadow: 0 6px 14px rgba(16, 48, 80, 0.08);
    transition: all 0.2s;
}

.category_item a:hover {
    box-shadow: 0 10px 16px rgba(16, 48, 80, 0.10);
    border-color: var(--main-color);
    transform: translateY(-3px);
}

.category_item_new a {
    background: linear-gradient(180deg, rgba(176, 144, 48, 0.06) 0%, #fff 60%);
    border-color: rgba(176, 144, 48, 0.3);
}

.category_badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    padding: 3px 7px;
    background: var(--sub-color);
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(176, 144, 48, 0.35);
}


.category_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 60/40;
    max-width: 70px;
}

.category_icon img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.category_label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
}


.main_recommend {
    background: #fafbfc;
}

.recommend_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.recommend_item a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 30px 20px 24px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    transition: all 0.2s;
}

.recommend_item a:hover {
    border-color: var(--main-color);
    box-shadow: 0 12px 24px rgba(16, 48, 80, 0.08);
    transform: translateY(-3px);
}

.recommend_rank {
    position: absolute;
    top: 18px;
    left: 20px;
    font-family: "Inter", "Noto Sans KR", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: var(--sub-color);
    letter-spacing: -0.02em;
}

.recommend_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 48px;
    color: var(--text-color);
    margin-top: 8px;
    transition: color 0.2s;
}

.recommend_item a:hover .recommend_icon {
    color: var(--main-color);
}

.recommend_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.recommend_brand {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-color-sub);
}

.recommend_name {
    font-size: 17px;
    font-weight: 800;
    color: var(--text-color);
}

.recommend_price {
    font-size: 13px;
    color: var(--text-color-sub);
    margin-top: 4px;
}

.recommend_price em {
    font-style: normal;
    font-size: 15px;
    font-weight: 800;
    color: var(--text-color);
}

.compare_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.compare_card {
    position: relative;
    padding: 0 0 32px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 18px rgba(16, 48, 80, 0.06);
}

.compare_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(16, 48, 80, 0.10);
}

.compare_card_head {
    padding: 30px 32px 26px;
    margin-bottom: 24px;
    color: #fff;
    position: relative;
}

.compare_lease .compare_card_head {
    background: linear-gradient(135deg, var(--main-color), #0c2342);
}

.compare_rent .compare_card_head {
    background: linear-gradient(135deg, var(--sub-color), #8f7320);
}

.compare_tag {
    display: inline-block;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
}

.compare_card_head h3 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
}

.compare_card_head p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
}

.compare_target {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 32px 24px;
    padding: 16px 18px;
    background: #f6f8fb;
    border-radius: 14px;
}

.compare_target>i {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.compare_rent .compare_target>i {
    background: var(--sub-color);
}

.compare_target div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.compare_target span {
    font-size: 11px;
    font-weight: 700;
    color: var(--text-color-sub);
    letter-spacing: 0.04em;
}

.compare_target strong {
    font-size: 16px;
    font-weight: 800;
    color: var(--text-color);
}

.compare_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0 32px 26px;
}

.compare_list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    color: var(--text-color);
    line-height: 1.5;
}

.compare_list li i {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 48, 80, 0.1);
    color: var(--main-color);
    border-radius: 50%;
    font-size: 13px;
    margin-top: 1px;
}

.compare_rent .compare_list li i {
    background: rgba(176, 144, 48, 0.18);
    color: var(--sub-color);
}

.compare_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 32px;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 800;
    color: var(--main-color);
    transition: gap 0.2s;
}

.compare_rent .compare_link {
    color: var(--sub-color);
}

.compare_link:hover {
    gap: 12px;
}

.main_live {
    background:
        radial-gradient(900px 360px at 12% 0%, rgba(176, 144, 48, 0.10), transparent 60%),
        linear-gradient(160deg, #0c2240 0%, var(--main-color) 100%);
}

.live_wrap {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 54px;
    align-items: center;
}

.live_dot {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    background: rgba(240, 80, 80, 0.16);
    color: #ff8a8a;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
}

.dot_inner {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff5a5a;
    animation: live_pulse 1.4s ease-in-out infinite;
}

@keyframes live_pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(0.8);
    }
}

.live_intro .section_title {
    text-align: left;
    color: #fff;
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.live_desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    margin: 0 0 14px;
}

.live_alert {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}

.live_counts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.count_item {
    display: flex;
    flex-direction: column;
}

.count_value {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
}

.count_num {
    color: #cda948;
    font-family: "Inter", "Noto Sans KR", sans-serif;
}

.count_label {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

.live_table {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    overflow: hidden;
    backdrop-filter: blur(4px);
}

.live_table_head {
    display: grid;
    grid-template-columns: 100px 60px 1fr 100px 70px;
    gap: 14px;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.live_table_head .th {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.02em;
    text-align: center;
}

.live_table_body {
    height: 360px;
}

.live_row {
    display: grid !important;
    grid-template-columns: 100px 60px 1fr 100px 70px;
    gap: 14px;
    padding: 0 24px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    height: 60px !important;
}

.live_row .td {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td_date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-family: "Inter", "Noto Sans KR", sans-serif;
}

.td_name {
    font-weight: 700;
}

.td_car {
    font-weight: 600;
}

.td_type {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.badge_received {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8);
}

.badge_consulting {
    background: rgba(176, 144, 48, 0.22);
    color: #cda948;
}

.badge_done {
    background: rgba(90, 170, 255, 0.18);
    color: #8ec5ff;
}

.main_review {
    background: #f6f8fb;
}

.swiper.review_swiper {
    padding-bottom: 5px;
}

.review_swiper .swiper-wrapper {
    transition-timing-function: linear;
    align-items: stretch;
}

.review_swiper .swiper-slide {
    width: 340px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.review_card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 26px 22px;
    height: 100%;
    box-shadow: 0 4px 4px rgba(16, 48, 80, 0.02);
}

.review_star {
    display: flex;
    gap: 2px;
    color: var(--sub-color);
    font-size: 15px;
    margin-bottom: 12px;
}

.review_title {
    font-size: 16px;
    font-weight: 800;
    color: var(--text-color);
    margin: 0 0 10px;
    line-height: 1.4;
}

.review_text {
    font-size: 13px;
    color: var(--text-color-sub);
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review_meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--border-color);
    font-size: 12px;
}

.review_user {
    font-weight: 700;
    color: var(--text-color);
}

.review_car {
    color: var(--text-color-sub);
    position: relative;
    padding-left: 10px;
}

.review_car::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--text-color-light);
}

.review_pagination {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.review_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--border-color);
    opacity: 1;
}

.review_pagination .swiper-pagination-bullet-active {
    background: var(--main-color);
    width: 24px;
    border-radius: 4px;
}

.main_board {
    background: #fff;
}

.board_tabs {
    display: inline-flex;
    background: #f4f6f9;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    padding: 4px;
    gap: 2px;
}

.board_tab {
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-color-sub);
    border-radius: 999px;
    transition: all 0.2s;
}

.board_tab.active {
    background: var(--main-color);
    color: #fff;
}

.board_panel {
    display: none;
}

.board_panel.active {
    display: block;
}

.board_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.board_more_wrap {
    text-align: center;
    margin-top: 32px;
}


.main_cta {
    margin-bottom: 50px;
}

.main_cta_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 52px 56px;
    border-radius: 26px;
    background: radial-gradient(600px 240px at 100% 0%, rgba(176, 144, 48, 0.28), transparent 60%), linear-gradient(135deg, var(--main-color) 0%, #0a1f38 100%);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(16, 48, 80, 0.16);
}

.main_cta_text h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 6px;
    word-break: keep-all;
}

.main_cta_text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
}

.main_cta_actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.cta_btn_main {
    background: var(--sub-color);
    border-color: var(--sub-color);
    padding: 14px 26px;
    font-size: 15px;
    gap: 6px;
}

.cta_btn_main:hover {
    background: #927728;
    border-color: #927728;
}

.cta_phone {
    display: inline-flex;
    align-items: center;
    color: #fff;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
}

.cta_phone i {
    font-size: 20px;
    color: var(--sub-color);
}

.swiper.main_cars_swiper {
    padding: 10px 0 50px;
}

.main_cars {
    padding-top: 20px;
    background: linear-gradient(180deg, #fff 0%, #f6f8fb 100%);
}

.main_cars .section_head {
    margin-bottom: 24px;
}

.category_swiper_wrap,
.cars_swiper_wrap {
    position: relative;
}

.main_cars_swiper {
    overflow: hidden;
    padding-bottom: 4px;
}

.main_cars_swiper .swiper-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: stretch;
}

.main_cars_swiper .swiper-slide {
    height: auto;
    display: flex;
}

.main_car_card {
    flex: 1;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(16, 48, 80, 0.08);
}

.main_car_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(16, 48, 80, 0.10);
    border-color: var(--main-color);
}

.main_car_image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #F5F6F8;
    overflow: hidden;
}

.main_car_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.main_car_card:hover .main_car_image img {
    transform: scale(1.04);
}

.main_car_noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D5D7DB;
    font-size: 50px;
}

.main_car_count {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 4px 10px;
    border-radius: 14px;
    background: rgba(16, 48, 80, 0.85);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.main_car_body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.main_car_brand {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-color-sub);
    font-size: 12px;
    font-weight: 500;
}

.main_car_brand img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.main_car_model {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
    line-height: 1.3;
}

.main_car_variant {
    font-size: 12px;
    color: var(--text-color-sub);
    margin: 0;
    line-height: 1.4;
}

.main_car_chips {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 2px;
}

.main_car_tag {
    padding: 2px 8px;
    border-radius: 10px;
    background: #F0F3F7;
    color: var(--text-color-sub);
    font-size: 11px;
    font-weight: 500;
}

.main_car_price {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px dashed var(--border-color);
}

.main_car_price strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--main-color);
    letter-spacing: -0.01em;
}

.main_car_price .muted {
    color: var(--text-color-light);
    font-size: 13px;
}

.custom_swiper_nav {
    position: absolute;
    top: calc(50% - 22px);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.15s;
}

.custom_swiper_nav:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.main_cars_nav.prev {
    left: -55px;
}

.main_cars_nav.next {
    right: -55px;
}

.main_category_nav.prev {
    top: 50%;
    left: -55px;
}

.main_category_nav.next {
    top: 50%;
    right: -55px;
}

.custom_swiper_nav.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.main_cars_pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.main_cars_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #D5D7DB;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.15s;
}

.main_cars_pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: var(--main-color);
}

.main_cars_more {
    text-align: center;
}

.more_btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 22px;
    border: 1px solid var(--main-color);
    border-radius: 22px;
    background: #fff;
    color: var(--main-color);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
}

.more_btn:hover {
    background-color: var(--main-color);
    color: #fff;
}

.section_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sub-color);
    margin-bottom: 10px;
}

.section_eyebrow::before,
.section_eyebrow::after {
    content: "";
    width: 22px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sub-color));
}

.section_eyebrow::after {
    background: linear-gradient(90deg, var(--sub-color), transparent);
}

.section_head_left .section_eyebrow::before {
    display: none;
}

.consult_table_btn {
    margin: 24px auto 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 150ms;
}

.consult_table_btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: var(--main-color);
    font-weight: 600;
}

@media (max-width:1400px) {

    .main_cars_nav.prev {
        left: -16px;
    }

    .main_cars_nav.next {
        right: -16px;
    }

    .main_category_nav.prev {
        left: -16px;
    }

    .main_category_nav.next {
        right: -16px;
    }
}

@media (max-width: 1024px) {
    .main_section {
        padding: 50px 0;
    }

    .main_cars {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .main_review,
    .main_board {
        padding-top: 60px;
    }

    .section_title {
        font-size: 22px;
    }

    .main_hero {
        padding: 20px 0 0;
    }

    .main_hero_inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero_slider_box {
        width: 100%;
        height: auto;
        aspect-ratio: 600/330;
    }

    .hero_caption {
        bottom: 16px;
        left: 18px;
        font-size: 16px;
        max-width: 60%;
    }

    .hero_controls {
        bottom: 14px;
        right: 14px;
        padding: 5px 10px;
    }

    .hero_q_wrap {
        height: auto;
    }

    .hero_q_panel {
        padding: 26px 24px;
    }

    .hero_q_tel {
        margin-top: 22px;
    }

    .hero_widget_box {
        grid-template-columns: 1fr 1fr;
    }

    .hero_widget_card {
        padding: 16px 16px;
    }


    .recommend_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .compare_wrap {
        grid-template-columns: 1fr;
    }

    .live_wrap {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .live_intro .section_title {
        font-size: 26px;
    }

    .live_counts {
        margin-top: 22px;
        padding-top: 22px;
    }

    .section_head_left {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .board_grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .main_cta {
        margin-bottom: 30px;
    }

    .main_cta_inner {
        flex-direction: column;
        text-align: center;
        gap: 22px;
        padding: 40px 28px;
    }

    .main_cta_text h2 {
        font-size: 22px;
    }

    .live_table_head,
    .live_row {
        grid-template-columns: 100px 80px 1fr 140px 100px;
    }
}

@media (max-width: 768px) {
    .main_section {
        padding: 30px 0;
    }

    .main_cars {
        padding-top: 48px;
    }

    .section_head {
        margin-bottom: 26px;
    }

    .section_title {
        font-size: 20px;
    }

    .section_desc {
        font-size: 13px;
    }

    .main_hero {
        padding: 16px 0 0;
    }

    .hero_slider_box {
        border-radius: 14px;
    }

    .hero_q_panel {
        border-radius: 14px;
    }

    .hero_caption {
        bottom: 12px;
        left: 14px;
        line-height: 1.4;
        max-width: 58%;
    }

    .hero_controls {
        bottom: 10px;
        right: 10px;
        padding: 4px 8px;
        gap: 0;
    }

    .hero_counter {
        font-size: 11px;
        padding: 0 4px;
    }

    .hero_btn {
        width: 22px;
        height: 22px;
        font-size: 15px;
    }

    .hero_divider {
        margin: 0 2px;
        height: 10px;
    }

    .hero_widget_box {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 16px;
    }

    .hero_widget_card {
        padding: 16px;
        gap: 10px;
    }

    .hero_widget_icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .hero_widget_body strong {
        font-size: 16px;
    }

    .hero_widget_body span {
        font-size: 11px;
    }

    .main_cars .section_head {
        margin-bottom: 10px;
    }

    .swiper-slide.category_item {
        width: clamp(104px, 33vw, 120px);
    }

    .category_item a {
        padding: 16px 4px;
        gap: 8px;
        border-radius: 12px;
    }


    .category_icon {
        font-size: 28px;
    }

    .category_label {
        font-size: 12px;
    }

    .swiper.main_cars_swiper {
        padding-bottom: 32px;
    }

    .recommend_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .recommend_item a {
        padding: 26px 14px 20px;
        gap: 10px;
        border-radius: 14px;
    }

    .recommend_rank {
        top: 14px;
        left: 16px;
        font-size: 15px;
    }

    .recommend_icon {
        width: 64px;
        height: 64px;
        font-size: 38px;
    }

    .recommend_name {
        font-size: 16px;
    }

    .recommend_price {
        font-size: 12px;
    }

    .recommend_price em {
        font-size: 13px;
    }

    .compare_list li {
        font-size: 13px;
    }

    .live_counts {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .count_value {
        font-size: 24px;
    }

    .count_label {
        font-size: 11px;
    }

    .live_table_head,
    .live_row {
        grid-template-columns: 70px 56px 1fr 60px;
        gap: 8px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .live_table_head .th_type,
    .live_row .td_type {
        display: none;
    }

    .live_table_head .th {
        font-size: 11px;
    }

    .live_row .td {
        font-size: 13px;
    }

    .td_date {
        font-size: 12px;
    }

    .td_type {
        font-size: 12px;
    }

    .badge {
        padding: 4px 8px;
        font-size: 11px;
    }

    .live_table_body {
        height: 300px;
    }

    .live_row {
        height: 50px !important;
    }

    .main_cta {
        margin-top: 20px;
    }

    .main_cta_text h2 {
        font-size: 19px;
    }

    .main_cta_text p {
        font-size: 12px;
    }

    .main_cta_actions {
        flex-direction: column;
        width: 100%;
        gap: 14px;
    }

    .cta_btn_main {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
    }

    .custom_swiper_nav {
        display: none;
    }

    .main_car_body {
        padding: 12px 14px 14px;
    }

    .main_car_model {
        font-size: 14px;
    }

    .main_car_price strong {
        font-size: 14px;
    }

    .compare_card_head {
        padding: 20px 22px 16px;
        margin-bottom: 20px;
    }

    .compare_target {
        margin: 0 16px 20px;
    }

    .compare_list {
        margin: 0 24px 20px;
    }

    .compare_link {
        margin: 0 24px;
    }

    .compare_card {
        padding-bottom: 20px;
    }

    .compare_card_head h3 {
        font-size: 20px;
    }
}