@charset "utf-8";

.sec-pad {
    padding: 0 0 120px;
}

@media (max-width: 1200px) {
    .sec-pad {
        padding: 0 0 80px;
    }
}

@media (max-width: 768px) {
    .sec-pad {
        padding: 0 0 60px;
    }
}

.sectionbg-1 {

    background: linear-gradient(180deg, #FFFFFF 0%, #b4c1dd17 61%, #FFFFFF 95%);
    padding: 80px 0 0;
}

.sec3 {
    background: linear-gradient(180deg, #FFFFFF 0%, #b4c1dd17 61%, #FFFFFF 95%);
}

.inner-144 {
    max-width: 1440px;
    margin: 0 auto;
}

.inner-128 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-title {
    margin-bottom: 40px;
}

.sec-title h2 {
    font-size: 32px;
    line-height: 1;
}

@media (max-width: 768px) {
    .sec-title h2 {
        font-size: 24px;
    }
}

.sec-title p {
    font-size: 18px;
}

.sec-sm-more-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.sec-sm-more-btn-wrap .sec-sm-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    font-size: 0.95rem;
    color: #111;
    text-decoration: none;
    transition: 0.2s;
}

.sec-sm-more-btn-wrap .sec-sm-more-btn .arrow {
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #111;
    border-right: 1.5px solid #111;
    transform: rotate(45deg);
}

.sec-sm-more-btn-wrap .sec-sm-more-btn:hover {
    border-color: #111;
}

.sec1 {
    margin-top: 140px;
    padding: 80px 0;
    background-color: #F3F4F6;
}


.home-mobile-search-wrap {
    display: none;
    position: relative;
    z-index: 6;
}

.home-mobile-search-wrap .search-box {
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 6px 0 20px;
    box-sizing: border-box;
    border: 1.5px solid var(--primary, #1A1D4A);
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
}

.home-mobile-search-wrap .search-box input {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 0;
    background: transparent;
    color: #111;
}

.home-mobile-search-wrap .search-box input::placeholder {
    color: #999;
}

.home-mobile-search-wrap .search-box .search-btn {
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--primary, #1A1D4A);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.home-mobile-search-wrap .search-box .search-btn:hover {
    opacity: 1;
}

.home-mobile-search-wrap .search-box .search-btn svg {
    display: block;
}

@media (max-width:768px) {
    .sectionbg-1 {
        padding: 80px 0;
    }

    .home-mobile-search-wrap {
        display: block;
        margin-bottom: 20px;
    }

    .sec1 {
        margin-top: 60px;
    }
}

.sec1 .dflx {
    display: flex;
    gap: 32px;
    align-items: stretch;
}

/* 좌측 슬라이더 — inner-128 콘텐츠 1280px 기준 약 875px (68.36%) */
.sec1 .swiper-container {
    flex: 0 0 68.36%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.sec1 .s1-banner-empty {
    flex: 0 0 68.36%;
    border-radius: 28px;
    min-height: 200px;
    background: #f1f5f9;
}

.sec1 .slide {
    height: auto;
    border-radius: 28px;
    position: relative;
}

/* sec1 슬라이드 이미지 — img 본연 비율, 가로 100% */
.sec1 .swiper-slide .s1-slide-img {
    position: relative;
    display: block;
    border-radius: 28px;
    overflow: hidden;
    z-index: 0;
}

.sec1 .swiper-slide .s1-slide-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 임시 플레이스홀더 (배너1 / 배너2) */
.sec1 .swiper-slide .s1-slide-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1750 / 952;
    background: #ddd;
    border-radius: 28px;
    color: #888;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    user-select: none;
}

.sec1 .swiper-slide .s1-slide-ph--1 {
    background: #ddd;
}

.sec1 .swiper-slide .s1-slide-ph--2 {
    background: #c8c8c8;
    color: #666;
}

/* sec1 첫 슬라이드 → zero-fee (하단 .s1-ctrl은 z-index로 위에 유지) */
.sec1 .swiper-slide .s1-slide-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 28px;
    cursor: pointer;
}

/* 우측 폼 */
.sec1 .s1-form {
    flex: 1;
    background: #f8f8f8;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec1 .swiper-container {
    width: 68.36%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    height: auto;
}

.sec1 .s1-ctrl {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 12px;
    z-index: 10;
}

.sec1 .s1-ctrl button {
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 0;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    flex-shrink: 0;
}

.sec1 .s1-ctrl svg {
    width: 18px;
    height: 18px;
    display: block;
}

.sec1 .state {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    height: 44px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 999px;
    color: #fff;
}

.sec1 .paging {
    font-size: 1.1rem;
    font-weight: 600;
}

.sec1 .paging em {
    font-style: normal;
}

.sec1 .toggle .icon-play {
    display: none;
}

.sec1 .toggle.paused .icon-pause {
    display: none;
}

.sec1 .toggle.paused .icon-play {
    display: block;
}

/* 우측 폼 */

.sec1 .s1-form {
    width: 35%;
    background: #fff;
    padding: 24px;
    border-radius: 28px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.sec1 .s1-form input[type="text"],
.sec1 .s1-form input[type="tel"],
.sec1 .s1-form input[type="email"] {
    width: 100%;
    height: 54px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 16px;
    margin-bottom: 16px;
    font-size: 1rem;
}

.sec1 .s1-form input[type="text"]:focus,
.sec1 .s1-form input[type="tel"]:focus,
.sec1 .s1-form input[type="email"]:focus {
    outline: none;
    border-color: #ddd;
    box-shadow: none;
}

.sec1 .method .tit {
    font-size: .9rem;
    margin-bottom: 8px;
}

.sec1 .method .btns {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.sec1 .method .btns button {
    flex: 1;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.sec1 .method .opts {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.sec1 .method .opt {
    flex: 1;
    cursor: pointer;
}

.sec1 .method .opt input {
    display: none;
}

.sec1 .method .opts.consult-seg .opt span,
.sec1 .method .opt span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 40px;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: #9ca3af;
    font-size: .9rem;
    font-weight: 500;
    box-shadow: none;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

/* 선택 상태 */
.sec1 .method .opts.consult-seg .opt input:checked + span,
.sec1 .method .opt input:checked + span {
    border: none;
    background: #fff;
    color: var(--primary, #1A1D4A);
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.sec1 .agree {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.sec1 .submit {
    width: 100%;
    height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 14px;
    border: none;
    background: var(--primary);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 24px;
}

.sec1 .agree {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
}

.sec1 .agree input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1.8px solid #bbb;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    background: #fff;
    transition: all .2s ease;
    cursor: pointer;
}

/* 체크 상태 */
.sec1 .agree input:checked {
    border-color: #0a2a66;
    background-color: #0a2a66;
}

/* 체크 아이콘 */
.sec1 .agree input:checked::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: 8px;
    height: 12px;
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23fff' stroke-width='3' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M20 6L9 17l-5-5'/></svg>");
}

.sec1 .agree .txt {
    line-height: 18px;
    font-size: 14px;
}

/* 반응형 */
.sec1 .s1-form-title {
    display: none;
}

@media (max-width: 1200px) {
    .sec1 .dflx {
        flex-direction: column;
        gap: 24px;
    }

    .sec1 .swiper-container,
    .sec1 .s1-banner-empty,
    .sec1 .s1-form {
        flex: 1 1 100%;
        width: 100%;
    }

    .sec1 .swiper-container {
        height: auto;
    }

    .sec1 .slide {
        height: auto;
    }

    .sec1 .swiper-slide .s1-slide-img {
        position: relative;
        inset: auto;
    }

    .sec1 .swiper-slide .s1-slide-img img {
        height: auto;
        object-fit: initial;
    }

    .sec1 .swiper-slide .s1-slide-ph {
        aspect-ratio: 940 / 600;
        font-size: 1.25rem;
    }

    .sec1 .s1-form {
        background: #f9f9f9;
    }

    .sec1 .s1-form-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0 0 20px;
        font-size: 1.25rem;
        font-weight: 700;
        color: #111;
        text-align: center;
    }

    .sec1 .s1-form-title .icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .sec1 .s1-form-title .icon img {
        width: 22px;
        height: 22px;
        display: block;
    }
}

@media (max-width: 768px) {
    .sec1 .s1-form-title {
        font-size: 22px;
    }

    .sec1 .s1-form {
        padding: 12px;
    }

    .sec1 .s1-ctrl {
        bottom: 12px;
        left: 12px;
        gap: 8px;
    }

    .sec1 .s1-ctrl button {
        width: 14px;
        height: 14px;
    }

    .sec1 .s1-ctrl svg {
        width: 14px;
        height: 14px;
    }

    .sec1 .state {
        height: 32px;
        padding: 0 10px;
        gap: 6px;
    }

    .sec1 .paging {
        font-size: 0.8125rem;
    }
}

.sec2.sec-pad {
    padding: 100px 0;
}

.sec2 .sec-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.sec2 .sec-title h2 {
    margin: 0;
}

.sec2 .swiper-nav {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.sec2 .swiper-button-prev,
.sec2 .swiper-button-next {
    position: static;
    transform: none;
    margin: 0;
    left: auto;
    right: auto;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1;
}

.sec2 .swiper-button-prev::after,
.sec2 .swiper-button-next::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    display: block;
    font-size: 0;
    line-height: 0;
}

.sec2 .swiper-button-prev::after {
    transform: rotate(-135deg);
}

.sec2 .swiper-button-next::after {
    transform: rotate(45deg);
}

.sec2 .car-list .item {
    background: #fff;
    border-radius: 1.2rem;
    overflow: hidden;
    cursor: pointer;
}

/* 카드 안쪽(이미지·가격·CTA)은 estimate/assets/css/special-card.css — 타임특가 페이지와 공통 */

/* 메인 특가차량 — 관리자 인라인 순서 */
.sec2 .car-list .car-admin-sort {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: auto;
}

.sec2 .car-list .car-sort-btn {
    min-width: 48px;
    height: 34px;
    text-align: center;
    padding: 0 6px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.sec2 .car-list .car-sort-btn:hover:not(:disabled) {
    border-color: var(--primary, #1A1D4A);
    color: var(--primary, #1A1D4A);
}

.sec2 .car-list .car-sort-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .sec2 .car-list .car-admin-sort {
        top: 4px;
        right: 4px;
        gap: 3px;
    }

    .sec2 .car-list .car-sort-btn {
        min-width: 24px;
        height: 22px;
        padding: 0 4px;
        font-size: 10px;
    }
}

/* sec3: budget_list 필터 구조 적용 */
.sec3 .filter-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    align-items: stretch;
}

.sec3 .title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 1.5rem;
}

.sec3 .title-row h2 {
    margin: 0;
}

.sec3 .budget-filter {
    margin-top: 16px;
    justify-content: space-between;
}

.sec3 .budget-btn {
    font-size: 16px;
}

@media (max-width: 768px) {
    .sec3 .budget-filter {
        justify-content: flex-start;
    }

    .sec3 .budget-btn {
        font-size: 15px;
    }
}

.sec3 .filter-wrap .toggle-wrap {
    display: flex;
    width: 160px;
    background: #efefef;
    border-radius: 8px;
    padding: 4px;
}

.sec3 .filter-wrap .toggle-wrap .toggle-btn {
    flex: 1;
    height: 30px;
    border: none;
    background: transparent;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #777;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.sec3 .filter-wrap .toggle-wrap .toggle-btn.active {
    background: #cadfff;
    color: #111;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.sec3 .filter-wrap .brand-filter {
    position: relative;
}

.sec3 .filter-wrap .brand-filter .filter-btn {
    min-width: 140px;
    height: 48px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    justify-content: space-between;
}

.sec3 .filter-wrap .brand-filter .filter-btn .label {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
    text-align: left;
    font-weight: 500;
    color: #111;
}

.sec3 .filter-wrap .brand-filter .arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: 0.2s;
}

.sec3 .filter-wrap .brand-filter.open .arrow {
    transform: rotate(-135deg);
}

.sec3 .filter-wrap .brand-filter .filter-list {
    position: absolute;
    top: 48px;
    left: 0;
    width: 220px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 6px 0;
    display: none;
    z-index: 10;
}

.sec3 .filter-wrap .brand-filter.open .filter-list {
    display: block;
}

.sec3 .filter-wrap .filter-list li {
    position: relative;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.sec3 .filter-wrap .filter-list li:hover {
    background: #f7f7f7;
}

.sec3 .filter-wrap .filter-list li .brand-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec3 .filter-wrap .filter-list li .brand-name {
    font-size: 0.95rem;
    color: #222;
}

.sec3 .filter-wrap .filter-list li.active {
    background: #f1f7fe;
}

.sec3 .filter-wrap .filter-list li.active .brand-name {
    font-weight: 600;
    color: #111;
}

.sec3 .filter-wrap .filter-list li.active::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('/estimate/assets/images/icon-check.svg') no-repeat center;
    background-size: contain;
}

.sec3 .filter-sheet .filter-list li {
    position: relative;
    padding: 18px 12px;
    font-size: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: 0.2s;
}

.sec3 .filter-sheet .filter-list li:last-child {
    border-bottom: none;
}

.sec3 .filter-sheet .filter-list li .brand-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.sec3 .filter-sheet .filter-list li .brand-name {
    font-size: 1rem;
    color: #222;
}

.sec3 .filter-sheet .filter-list li:hover {
    background: #f7f7f7;
}

.sec3 .filter-sheet .filter-list li.active {
    color: #e53935;
    padding-right: 30px;
}

.sec3 .filter-sheet .filter-list li.active .brand-item {
    font-weight: 600;
}

.sec3 .filter-sheet .filter-list li.active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('/estimate/assets/images/icon-check.svg') no-repeat center;
    background-size: contain;
}

.sec3 .filter-sheet {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 999;
}

.sec3 .filter-sheet.open {
    opacity: 1;
    pointer-events: auto;
}

.sec3 .filter-sheet .sheet-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 85%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sec3 .filter-sheet.open .sheet-inner {
    transform: translateY(0);
}

.sec3 .filter-sheet .sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 14px;
}

.sec3 .filter-sheet .sheet-header strong {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
}

.sec3 .filter-sheet .btn-close {
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

.sec3 .filter-sheet .sheet-content {
    flex: 1;
    overflow-y: auto;
    padding: 0 20px;
}

.sec3 .filter-sheet .sheet-footer {
    padding: 16px 20px 24px;
}

.sec3 .filter-sheet .btn-apply {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    background: #2e577f;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-align: center;
}

.sec3 .filter-sheet .filter-list li:first-child {
    background: #fafafa;
}

.sec3 .filter-sheet .filter-list li:first-child.active {
    background: #f2f8fe;
}

.sec3 .car-list {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.sec3 .car-list .swiper-container {
    position: relative;
    padding: 20px 0;
}

.sec3 .swiper-button-prev,
.sec3 .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-top: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    top: 36%;
    transform: translateY(-50%);
    z-index: 2;
}

.sec3 .swiper-button-prev::after,
.sec3 .swiper-button-next::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    display: block;
    font-size: 0;
    line-height: 0;
}

.sec3 .swiper-button-prev::after {
    transform: rotate(-135deg);
}

.sec3 .swiper-button-next::after {
    transform: rotate(45deg);
}

.sec3 .swiper-button-prev {
    left: 8px;
}

.sec3 .swiper-button-next {
    right: 8px;
}

@media (min-width: 1400px) {
    .sec3 .swiper-button-prev {
        left: -60px;
    }

    .sec3 .swiper-button-next {
        right: -60px;
    }
}

.sec3 .swiper-scrollbar {
    position: relative;
    height: 4px;
    background: #eee;
    margin-top: 16px;
    width:100%;
    left: 0;
    bottom: -6px;
}

.sec3 .swiper-scrollbar-drag {
    background: #b1b6bf;
    border-radius: 10px;
}



@media (max-width: 768px) {
    .sec3 .car-list {
        padding: 0 40px;
    }

    .sec3 .swiper-button-prev {
        left: 2px;
    }

    .sec3 .swiper-button-next {
        right: 2px;
    }

    /* sec3 모바일: wrapper 가로 스크롤 + 하단 progress bar 고정 */
    .sec3 .car-list .swiper-container.sec3-swiper--native {
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    .sec3 .car-list .swiper-container.sec3-swiper--native .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scrollbar-width: none;
        transform: none !important;
        transition-duration: 0ms !important;
        transition-delay: 0ms !important;
        height: auto !important;
    }

    .sec3 .car-list .swiper-container.sec3-swiper--native .swiper-wrapper::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .sec3 .car-list .swiper-container.sec3-swiper--native .swiper-slide {
        flex-shrink: 0;
        height: auto;
    }

    .sec3 .car-list .swiper-container.sec3-swiper--native .swiper-scrollbar {
        position: relative;
        flex-shrink: 0;
        width: 100%;
        margin-top: 16px;
        pointer-events: none;
    }

    .sec3 .car-list .swiper-container.sec3-swiper--native .swiper-scrollbar-drag {
        height: 100%;
        pointer-events: none;
    }
}

@media (max-width: 550px) {
    .sec3 .car-list {
        padding: 0;
    }

    .sec3 .car-list .swiper-button-prev,
    .sec3 .car-list .swiper-button-next {
        display: none;
    }
}

.sec3 .car-list .swiper-slide {
    height: auto;
}

/* 카드 안쪽은 estimate/assets/css/budget-list.css — budget_list.php와 공통 */

@media (max-width: 768px) {
    .sec3 .filter-wrap .brand-filter .filter-list {
        display: none !important;
    }
}

/* 메인 .bnns — 프로모 카드 (좌상 텍스트 · 좌하 화살표 · 우하 비주얼) */
.bnns .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.bnns .bn-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 32px;
    border-radius: 24px;
    background: #deeaff;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bnns .bn-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
}

.bnns .bn-card:focus {
    outline: none;
}

.bnns .bn-card:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
}

.bnns .bn-card__head {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.bnns .bn-card__sub {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--primary);
}

.bnns .bn-card__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #111;
}

.bnns .bn-card__arrow {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-top: auto;
    border-radius: 50%;
    background: rgba(20, 70, 160, 0.45);
    color: #fff;
    flex-shrink: 0;
}

.bnns .bn-card__arrow svg {
    display: block;
    width: 18px;
    height: 18px;
}

.bnns .bn-card__visual {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

.bnns .bn-card__visual img {
    display: block;
    width: 200px;
    max-width: 200px;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
}

@media (max-width: 1200px) {
    .bnns .inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bnns .inner {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }

    .bnns .bn-card {
        padding: 24px;
    }

    .bnns .bn-card__title {
        font-size: 18px;
    }

    .bnns .bn-card__visual img {
        width: 140px;
        max-width: 140px;
    }
}

@media (max-width: 640px) {
    .bnns .bn-card {
        border-radius: 20px;
    }

    .bnns .bn-card__arrow {
        width: 32px;
        height: 32px;
    }

    .bnns .bn-card__arrow svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 450px) {
    .bnns .bn-card {
        padding: 18px;
    }

    .bnns .bn-card__visual img {
        width: 100px;
        max-width: 140px;
    }
}

@media (max-width: 390px) {
    .bnns .bn-card {
        aspect-ratio: 4 / 5;
        min-height: 190px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bnns .bn-card {
        transition: none;
    }

    .bnns .bn-card:hover {
        transform: none;
    }
}

.sec4 .review-list {
    position: relative;
    box-sizing: border-box;
}

.sec4 .swiper-button-prev,
.sec4 .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-top: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.sec4 .swiper-button-prev::after,
.sec4 .swiper-button-next::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    display: block;
    font-size: 0;
    line-height: 0;
}

.sec4 .swiper-button-prev::after {
    transform: rotate(-135deg);
}

.sec4 .swiper-button-next::after {
    transform: rotate(45deg);
}

.sec4 .swiper-button-prev {
    left: 8px;
}

.sec4 .swiper-button-next {
    right: 8px;
}

@media (min-width: 1400px) {
    .sec4 .swiper-button-prev {
        left: -60px;
    }

    .sec4 .swiper-button-next {
        right: -60px;
    }
}

@media (max-width: 768px) {
    .sec4 .review-list {
        padding: 0;
        overflow: hidden;
    }

    .sec4 .review-list .swiper-button-prev,
    .sec4 .review-list .swiper-button-next {
        display: none !important;
    }

    .sec4 .review-list .swiper-container {
        overflow: hidden;
        padding: 4px 0;
    }

    .sec4 .review-list .swiper-slide {
        height: auto;
    }
}

/* 카드 */
.sec4 .review-list .swiper-container {
    padding: 4px 0;
}

.sec4 .review-list .swiper-wrapper {
    align-items: stretch;
}

.sec4 .review-list .swiper-slide {
    height: auto;
}

.sec4 .review-list .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #dbe4f0;
    background: #fff;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 22px rgba(26, 29, 74, 0.08);
    overflow: hidden;
}

.sec4 .review-list .item .thumb {
    position: relative;
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0;
    background: #eef1f6;
}

.sec4 .review-list .item .thumb > img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

.sec4 .review-list .item .thumb-watermark {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.12);
}

.sec4 .review-list .item .thumb-watermark span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.sec4 .review-list .item .thumb-watermark img {
    display: block;
    height: 16px;
    width: auto;
    opacity: 0.92;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.28));
}

.sec4 .review-list .item .item-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 18px 16px;
}

.sec4 .review-list .item .review-title-row {
    margin: 0 0 10px;
}

.sec4 .review-list .item .car-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--primary, #1A1D4A);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.sec4 .review-list .item .item-body .content {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.65;
    min-height: calc(14px * 1.65 * 2);
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow-wrap: break-word;
    word-break: break-word;
}

.sec4 .review-list .item .meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #eee;
}

.sec4 .review-list .item .profile {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.sec4 .review-list .item .avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #eef2f7;
}

.sec4 .review-list .item .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec4 .review-list .item .profile-txt {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.sec4 .review-list .item .profile-txt .name {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
}

.sec4 .review-list .item .profile-txt .sub {
    font-size: 12px;
    line-height: 1.2;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec4 .review-list .item .date {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #999;
}

.sec4 .review-list .item .rating {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 0 8px;
}

.sec4 .review-list .item .rating .star {
    display: inline-flex;
    width: 16px;
    height: 16px;
    color: #e5e7eb;
}

.sec4 .review-list .item .rating .star.is-on {
    color: #C75B4A;
}

.sec4 .review-list .item .rating .star svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

@media (max-width: 768px) {
    .sec4 .review-list .item .thumb {
        height: 132px;
    }

    .sec4 .review-list .item .item-body {
        padding: 14px 14px 14px;
    }

    .sec4 .review-list .item .car-title {
        font-size: 14.5px;
    }

    .sec4 .review-list .item .item-body .content {
        font-size: 13px;
        min-height: calc(13px * 1.65 * 2);
    }
}

.sec5 .inquiry-wrap {
    display: flex;
    gap: 20px;
}

.sec5 .inquiry-card {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f9f9f9 0%, #e4ebf5 50%, #e3edfb 100%);
    text-decoration: none;
    transition: 0.2s;
    border: 1px solid #e4ebf5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.sec5 .inquiry-card:hover {
    transform: translateY(-4px);
}

.sec5 .inquiry-card .txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sec5 .inquiry-card .sub {
    font-size: 1rem;
    color: #666;
}

.sec5 .inquiry-card .tit {
    font-size: 1.6rem;
    font-weight: 700;
    color: #4d5567;
}

.sec5 .inquiry-card .ico img {
    width: 100px;
    height: auto;
}

@media (max-width: 768px) {
    .sec5 .inquiry-wrap {
        flex-direction: column;
    }

    .sec5 .inquiry-card {
        padding: 24px;
    }

    .sec5 .inquiry-card .ico img {
        width: 90px;
    }
}

@media (max-width: 550px) {
    .sec5 .inquiry-card .tit {
        font-size: 1.2rem;
    }

    .sec5 .inquiry-card .ico {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sec5 .inquiry-card .ico img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
}

/* sec-benefits — step2 .benefits-list 동일 */
.sec-benefits .benefits-list .sec-title h2 {
    margin-bottom: 16px;
}

.sec-benefits .benefits-list .noti {
    margin-top: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.sec-benefits .benefits-list .noti p {
    font-size: 0.8rem;
    color: #c7c7c7;
}

.sec-benefits .benefits-list .list-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sec-benefits .benefits-list .item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #000;
}

.sec-benefits .benefits-list .bg {
    height: 140px;
    background: #ddd;
    overflow: hidden;
}

.sec-benefits .benefits-list .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-benefits .benefits-list .content {
    position: relative;
    padding: 20px;
    background: #1e1e1e;
    border-top-right-radius: 20px;
    color: #fff;
    z-index: 2;
}

.sec-benefits .benefits-list .title {
    font-size: 1.2rem;
    font-weight: 600;
}

.sec-benefits .benefits-list .sub {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 6px;
    line-height: 1.3;
    min-height: calc(1.3em * 2);
    overflow: hidden;
}

.sec-benefits .benefits-list .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 24px;
}

.sec-benefits .benefits-list .bottom .type,
.sec-benefits .benefits-list .bottom .label {
    text-transform: uppercase;
    color: #888;
    font-size: 0.9rem;
}

.sec-benefits .benefits-list .bottom .type {
    color: #a8927c;
}

@media (max-width: 1200px) {
    .sec-benefits .benefits-list .list-item {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sec-benefits .benefits-list .list-item {
        /* grid-template-columns: 2fr; */
        grid-template-columns: repeat(2, 1fr);
    }
}

/* sec-title margin-bottom (sec3만 예외) */
.sec2 .sec-title,
.sec-benefits .sec-title,
.sec4 .sec-title,
.sec5 .sec-title {
    margin-bottom: 40px;
}

.sec3 .sec-title {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .sec2 .sec-title,
    .sec-benefits .sec-title,
    .sec4 .sec-title,
    .sec5 .sec-title {
        margin-bottom: 40px;
    }

    .sec3 .sec-title {
        margin-bottom: 10px;
    }

    /* .toggle-wrap 기본(160px)보다 뒤에 두어 덮어쓰기 */
    .sec3 .title-row {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 0;
    }

    .sec3 .filter-wrap .toggle-wrap {
        width: 100%;
    }

    .sec3 .filter-wrap .toggle-wrap .toggle-btn {
        height: 45px;
        font-size: 16px;
    }

    .sec3 .filter-wrap .toggle-wrap .toggle-btn.active {
        background: var(--primary, #1A1D4A);
        color: #fff;
        box-shadow: none;
    }
}