@charset "utf-8";

.sectionbg-1 {

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


.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 p {
    font-size: 1.1rem;
}

.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: 10px;
    padding: 14px 24px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    font-size: 1.14rem;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: 0.2s;
}

.more-btn__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    line-height: 1;
}

.more-btn__arrow svg {
    display: block;
    width: 16px;
    height: 16px;
}

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

/* ----------------------------------------------------------
   sec1: 메인 히어로 (텍스트 롤러 + 이미지 슬라이드)
---------------------------------------------------------- */
.sec1 {
    margin-top: 72px;
    padding: 80px 0;
}

.sec1 > .inner-128 {
    display: grid;
    grid-template-columns: minmax(0, 52fr) minmax(0, 44fr);
    column-gap: 48px;
    align-items: start;
}

.sec1-hero {
    display: contents;
}

.sec1-hero__text {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    min-width: 0;
}

.sec1-hero__visual {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    overflow: visible;
}

.sec1-hero__banner-stack {
    --sec1-banner-peek: 54px;
    --sec1-banner-stack-1-y: 0px;
    --sec1-banner-stack-2-y: 0px;
    --sec1-banner-stack-3-y: 0px;
    position: relative;
    min-height: 320px;
    width: 100%;
    overflow: visible;
}

.sec1-hero__banner-stack:has(.sec1-hero__banner-card--image-only) {
    --sec1-banner-peek: 64px;
    --sec1-banner-stack-1-y: -10px;
    --sec1-banner-stack-2-y: -22px;
    --sec1-banner-stack-3-y: -34px;
    min-height: 0;
    padding-top: 36px;
    padding-bottom: 14px;
    box-sizing: content-box;
}

.sec1-hero__banner-track {
    position: relative;
    min-height: 320px;
    width: 100%;
}

.sec1-hero__headline {
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #111;
}

.sec1-hero__roller {
    display: block;
    height: 1.35em;
    overflow: hidden;
    margin-bottom: 4px;
}

.sec1-hero__roller-track {
    display: block;
    will-change: transform;
}

.sec1-hero__roller-item {
    display: block;
    height: 1.35em;
    line-height: 1.35;
    font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    font-weight: 700;
    color: var(--primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec1-hero__headline-fixed {
    display: block;
    font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    font-weight: 700;
    color: #111;
    line-height: 1.35;
}

.sec1-hero__search {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 24px 0 20px;
}

.sec1-hero__search .search-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 67px;
    padding: 0 20px 0 24px;
    border: 1.5px solid #eee;
    border-radius: 999px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.sec1-hero__search .search-box:focus-within {
    border-color: #eee;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.sec1-hero__search .search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0 48px 0 0;
    background: transparent;
    color: #111;
}

.sec1-hero__search .search-box input::placeholder {
    color: #b8b8b8;
    font-weight: 400;
}

.sec1-hero__search .search-box .search-btn {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--primary);
    padding: 0;
    transition: opacity 0.2s;
}

.sec1-hero__search .search-box .search-btn:hover {
    opacity: 0.85;
}

.sec1-hero__search .search-box .search-btn svg {
    width: 29px;
    height: 29px;
    display: block;
    stroke: currentColor;
}

.sec1-hero__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.sec1-hero__tags li {
    margin: 0;
    padding: 0;
}

.sec1-hero__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border: none;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.sec1-hero__tag:hover {
    background: #e9ecef;
    color: #111;
}

.sec1-hero__desc {
    margin: 0;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    line-height: 1.65;
    color: #6b7280;
    word-break: keep-all;
}

.sec1-hero__banner-item {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - var(--sec1-banner-peek));
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.sec1-hero__banner-item[data-stack="0"] {
    transform: translate3d(0, 0, 0);
    z-index: 4;
}

.sec1-hero__banner-item[data-stack="1"] {
    transform: translate3d(calc(var(--sec1-banner-peek) * 0.3333), var(--sec1-banner-stack-1-y), 0);
    z-index: 3;
    pointer-events: none;
}

.sec1-hero__banner-item[data-stack="2"] {
    transform: translate3d(calc(var(--sec1-banner-peek) * 0.6666), var(--sec1-banner-stack-2-y), 0);
    z-index: 2;
    pointer-events: none;
}

.sec1-hero__banner-item[data-stack="3"] {
    transform: translate3d(var(--sec1-banner-peek), var(--sec1-banner-stack-3-y), 0);
    z-index: 1;
    pointer-events: none;
}

.sec1-hero__banner-item[data-stack="hidden"] {
    transform: translateX(0);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.sec1-hero__banner-item:not([data-stack="0"]) .sec1-hero__banner-body,
.sec1-hero__banner-item:not([data-stack="0"]) .sec1-hero__banner-deco,
.sec1-hero__banner-item:not([data-stack="0"]) .sec1-hero__banner-media {
    visibility: hidden;
}

.sec1-hero__banner-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 320px;
    padding: 28px 28px 56px;
    border-radius: 22px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sec1-hero__banner-item[data-stack="0"] .sec1-hero__banner-card:hover {
    transform: translateY(-2px);
}

.sec1-hero__banner-track:has(.sec1-hero__banner-card--image-only) {
    min-height: 0;
    aspect-ratio: 1024 / 640;
}

.sec1-hero__banner-track:has(.sec1-hero__banner-card--image-only) .sec1-hero__banner-item {
    height: 100%;
}

.sec1-hero__banner-track:has(.sec1-hero__banner-card--image-only) .sec1-hero__banner-card:not(.sec1-hero__banner-card--image-only) {
    min-height: 100%;
    height: 100%;
}

.sec1-hero__banner-card--image-only {
    display: block;
    min-height: 0;
    height: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.sec1-hero__banner-item[data-stack="0"] .sec1-hero__banner-card--image-only:hover {
    box-shadow: none;
}

.sec1-hero__banner-item[data-stack="1"] .sec1-hero__banner-card--image-only {
    opacity: 0.94;
}

.sec1-hero__banner-item[data-stack="2"] .sec1-hero__banner-card--image-only {
    opacity: 0.88;
}

.sec1-hero__banner-card--image-only .sec1-hero__banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 22px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.sec1-hero__banner-card--primary {
    background: linear-gradient(145deg, var(--primary, #FF5E00) 0%, #e85500 55%, #d44d00 100%);
    color: #fff;
    box-shadow: 0 12px 32px rgba(255, 94, 0, 0.22);
}

.sec1-hero__banner-item[data-stack="0"] .sec1-hero__banner-card--primary:hover {
    box-shadow: 0 16px 40px rgba(255, 94, 0, 0.28);
}

.sec1-hero__banner-card--apricot {
    background: linear-gradient(165deg, #FFF0E4 0%, #FFDCC8 42%, #FFCDB0 100%);
    color: #3a2a1f;
    box-shadow: 0 12px 28px rgba(255, 170, 120, 0.22);
}

.sec1-hero__banner-item[data-stack="0"] .sec1-hero__banner-card--apricot:hover {
    box-shadow: 0 16px 36px rgba(255, 170, 120, 0.3);
}

.sec1-hero__banner-card--sky {
    background: linear-gradient(165deg, #F2F7FC 0%, #DCEAF8 48%, #C8DDF2 100%);
    color: #1c2d3f;
    box-shadow: 0 12px 28px rgba(120, 160, 210, 0.2);
}

.sec1-hero__banner-item[data-stack="0"] .sec1-hero__banner-card--sky:hover {
    box-shadow: 0 16px 36px rgba(120, 160, 210, 0.28);
}

.sec1-hero__banner-card--primary .sec1-hero__banner-deco {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 68%);
}

.sec1-hero__banner-card--primary .sec1-hero__banner-deco::after {
    background: rgba(255, 255, 255, 0.08);
}

.sec1-hero__banner-card--apricot .sec1-hero__banner-deco {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 68%);
}

.sec1-hero__banner-card--apricot .sec1-hero__banner-deco::after {
    background: rgba(255, 255, 255, 0.35);
}

.sec1-hero__banner-card--sky .sec1-hero__banner-deco {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 68%);
}

.sec1-hero__banner-card--sky .sec1-hero__banner-deco::after {
    background: rgba(255, 255, 255, 0.4);
}

.sec1-hero__banner-deco {
    position: absolute;
    top: -18%;
    right: -12%;
    width: 58%;
    aspect-ratio: 1;
    border-radius: 50%;
    pointer-events: none;
}

.sec1-hero__banner-deco::after {
    content: '';
    position: absolute;
    right: 18%;
    bottom: -35%;
    width: 42%;
    aspect-ratio: 1;
    border-radius: 50%;
}

.sec1-hero__banner-media {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: 62%;
    pointer-events: none;
}

.sec1-hero__banner-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}

.sec1-hero__banner-body {
    position: relative;
    z-index: 1;
    max-width: 72%;
}

.sec1-hero__banner-title {
    display: block;
    margin-bottom: 8px;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.sec1-hero__banner-sub {
    margin: 0 0 18px;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.45;
    word-break: keep-all;
}

.sec1-hero__banner-card--primary .sec1-hero__banner-sub {
    color: rgba(255, 255, 255, 0.92);
}

.sec1-hero__banner-card--apricot .sec1-hero__banner-sub,
.sec1-hero__banner-card--sky .sec1-hero__banner-sub {
    color: rgba(0, 0, 0, 0.62);
}

.sec1-hero__banner-cta {
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 600;
    opacity: 0.95;
}

.sec1-hero__banner-card--primary .sec1-hero__banner-cta {
    color: #fff;
}

.sec1-hero__banner-cta::after {
    content: '›';
    margin-left: 4px;
    font-size: 1.1em;
    line-height: 1;
}

.sec1-hero__banner-paging {
    position: absolute;
    right: 44px;
    bottom: 44px;
    z-index: 5;
}

.sec1-hero__banner-paging-text {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 6px 8px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
}

.sec1-hero__banner-paging-count {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    justify-content: center;
    padding: 0;
}

.sec1-hero__banner-paging-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    line-height: 0;
    cursor: pointer;
    opacity: 0.92;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.sec1-hero__banner-paging-btn svg {
    width: 18px;
    height: 18px;
    display: block;
}

.sec1-hero__banner-paging-btn:hover {
    opacity: 1;
}

.sec1-hero__banner-cur {
    font-style: normal;
    font-weight: 800;
    color: #fff;
}

.sec1-hero__banner-total {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
}

.sec1-quick {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: start;
    width: 100%;
    min-width: 0;
    margin-top: 108px;
    box-sizing: border-box;
    overflow: visible;
}

.sec1-quick__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sec1-quick__item {
    flex: 0 0 auto;
}

.sec1-quick__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
}

.sec1-quick__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #f3f3f3;
    overflow: hidden;
}

.sec1-quick__icon--has-img {
    background: transparent;
}

.sec1-quick__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.sec1-quick__label {
    width: 112px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    color: #444;
    word-break: keep-all;
}

@media (max-width: 1200px) {
    .sec1 > .inner-128 {
        grid-template-columns: minmax(0, 50fr) minmax(0, 46fr);
        column-gap: 32px;
    }
}

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

    .sec1 > .inner-128 {
        display: block;
    }

    .sec1-hero {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .sec1-hero__text,
    .sec1-hero__visual {
        width: 100%;
        grid-column: auto;
        grid-row: auto;
        align-self: auto;
    }

    .sec1-quick {
        margin-top: 48px;
    }
}

@media (max-width: 768px) {
    .sec1 {
        margin-top: 60px;
        padding: 48px 0;
    }

    .sec1-hero {
        gap: 0;
    }

    .sec1-hero__headline {
        margin-bottom: 16px;
    }

    .sec1-hero__search {
        margin: 16px 0 16px;
    }

    .sec1-hero__tags {
        gap: 6px;
        margin-bottom: 0;
    }

    .sec1-hero__tag {
        padding: 8px 14px;
        font-size: 13px;
    }

    @media (max-width: 380px) {
        .sec1-hero__tags {
            gap: 4px;
        }

        .sec1-hero__tag {
            padding: 7px 10px;
            font-size: 12px;
        }
    }

    @media (max-width: 340px) {
        .sec1-hero__tags {
            gap: 3px;
        }

        .sec1-hero__tag {
            padding: 6px 7px;
            font-size: 11px;
        }
    }

    .sec1-hero__search .search-box {
        height: 62px;
        padding: 0 18px 0 20px;
        box-shadow: 0 3px 16px rgba(0, 0, 0, 0.07);
    }

    .sec1-hero__search .search-box input {
        font-size: 15px;
    }

    .sec1-hero__search .search-box .search-btn svg {
        width: 26px;
        height: 26px;
    }

    .sec1-hero__roller-item,
    .sec1-hero__headline-fixed {
        font-size: clamp(1.5rem, 6.5vw, 1.875rem);
        line-height: 1.4;
    }

    .sec1-hero__roller {
        height: 1.4em;
    }

    .sec1-hero__roller-item {
        height: 1.4em;
        line-height: 1.4;
    }

    .sec1-hero__desc {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .sec1-hero__banner-stack {
        --sec1-banner-peek: 36px;
        min-height: 260px;
    }

    .sec1-hero__banner-stack:has(.sec1-hero__banner-card--image-only) {
        min-height: 0;
        --sec1-banner-peek: 48px;
        --sec1-banner-stack-1-y: -8px;
        --sec1-banner-stack-2-y: -16px;
        --sec1-banner-stack-3-y: -24px;
        padding-top: 28px;
        padding-bottom: 10px;
    }

    .sec1-hero__banner-track {
        min-height: 260px;
    }

    .sec1-hero__banner-track:has(.sec1-hero__banner-card--image-only) {
        min-height: 0;
        aspect-ratio: 1024 / 640;
    }

    .sec1-hero__banner-card {
        border-radius: 18px;
        min-height: 260px;
        padding: 22px 22px 48px;
    }

    .sec1-hero__banner-card--image-only {
        min-height: 0;
        height: 100%;
        padding: 0;
    }

    .sec1-hero__banner-card--image-only .sec1-hero__banner-img {
        border-radius: 18px;
    }

    .sec1-hero__banner-title {
        font-size: 1.35rem;
    }

    .sec1-hero__banner-sub {
        margin-bottom: 14px;
        font-size: 0.95rem;
    }

    .sec1-hero__banner-cta {
        font-size: 0.88rem;
    }

    .sec1-hero__banner-body {
        max-width: 100%;
    }

    .sec1-hero__banner-paging {
        right: 36px;
        bottom: 36px;
    }

    .sec1-quick {
        margin-top: 32px;
    }

    .sec1-quick__list {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        justify-content: start;
        align-items: start;
        column-gap: clamp(8px, 3.5vw, 72px);
        row-gap: 16px;
        width: 100%;
        max-width: 100%;
    }

    .sec1-quick__item {
        flex: none;
        max-width: none;
        min-width: 0;
    }

    .sec1-quick__icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .sec1-quick__label {
        width: 100%;
        max-width: none;
        font-size: 12px;
        text-align: center;
    }

    .sec1-quick__link {
        gap: 8px;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .sec1-quick__list {
        column-gap: 6px;
        row-gap: 12px;
    }

    .sec1-quick__icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .sec1-quick__label {
        font-size: 10px;
        line-height: 1.3;
    }

    .sec1-quick__link {
        gap: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sec1-hero__roller-track {
        transition: none !important;
    }
}

/* ----------------------------------------------------------
   sec3: (메인 섹션 래퍼)
---------------------------------------------------------- */
.sec3 {
    position: relative;
    padding: 100px 0;
    background-color: #181818;
    background-image: url('/images/sec3-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.sec3 .inner-128 {
    position: relative;
    z-index: 1;
}

.sec3-rank__layout {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(280px, 1.4fr) minmax(260px, 1fr);
    gap: 40px 48px;
    align-items: stretch;
}

.sec3-rank__info {
    align-self: start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
}

.sec3-rank__title-days {
    margin: 0 0 8px;
    font-size: clamp(24px, 2.8vw, 64px);
    font-weight: 800;
    line-height: 1.2;
    color: #ff4545;
    letter-spacing: -0.02em;
}

.sec3-rank__title {
    margin: 0 0 16px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    letter-spacing: -0.02em;
}

.sec3-rank__countdown {
    width: 100%;
    max-width: 360px;
}

.sec3-rank__countdown .capital-countdown--page {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.sec3-rank__countdown .capital-countdown--page .capital-countdown__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    text-align: center;
    font-size: clamp(18px, 4.2vw, 20px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.02em;
}

.sec3-rank__countdown .capital-countdown--page .capital-countdown__item strong,
.sec3-rank__countdown .capital-countdown--page .capital-countdown__item span {
    font-weight: 800;
    color: #fff;
}

.sec3-rank__countdown .capital-countdown--page .capital-countdown__item:first-child strong,
.sec3-rank__countdown .capital-countdown--page .capital-countdown__item:first-child span {
    color: #ff4545;
}

.sec3-rank__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.sec3-rank__more:hover {
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.06);
}

.sec3-rank__more-arrow {
    font-size: 18px;
    line-height: 1;
}

.sec3-rank__more--list {
    display: none;
}

.sec3-rank__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    align-self: stretch;
    min-height: 100%;
}

.sec3-rank__car {
    position: relative;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.sec3-rank__car-brand {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 88px;
    height: 56px;
    pointer-events: none;
}

.sec3-rank__car-brand.brand-logo--sec3-main .brand-logo-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-position: left top; */
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.sec3-rank__car img[data-sec3-rank-image] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.sec3-rank__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 200px;
    padding: 16px 36px;
    border: none;
    border-radius: 999px;
    background: var(--primary, #FF5E00);
    box-shadow: 0 0 24px rgba(255, 94, 0, 0.35), 0 0 48px rgba(255, 94, 0, 0.15);
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sec3-rank__cta:hover {
    background: var(--primary-hover, #E65500);
    box-shadow: 0 0 32px rgba(255, 94, 0, 0.45), 0 0 56px rgba(255, 94, 0, 0.2);
    transform: translateY(-1px);
}

.sec3-rank__cta-arrow {
    font-size: 18px;
    line-height: 1;
}

.sec3-rank__list-wrap {
    align-self: start;
}

.sec3-rank__asof {
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    text-align: right;
}

.sec3-rank__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sec3-rank__list-item {
    margin: 0;
}

.sec3-rank__item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: stretch;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.sec3-rank__item:hover {
    background: rgba(255, 255, 255, 0.07);
}

.sec3-rank__item.is-active {
    border-color: var(--primary, #FF5E00);
    background: rgba(255, 94, 0, 0.08);
    box-shadow: 0 0 0 1px rgba(255, 94, 0, 0.25);
}

.sec3-rank__item-thumb {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    min-height: 64px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
    overflow: visible;
}

.sec3-rank__item-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.sec3-rank__item-body {
    min-width: 0;
}

.sec3-rank__item-name {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec3-rank__prices {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
    width: 100%;
}

.sec3-rank__price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
}

.sec3-rank__price-amount {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    flex: 0 0 auto;
    flex-wrap: wrap;
    min-width: 0;
}

.sec3-rank__price-original {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: line-through;
    white-space: nowrap;
}

.sec3-rank__price-discount {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.sec3-rank__price-discount-value {
    color: #e53935;
    letter-spacing: -0.02em;
}

.sec3-rank__price--init_0 .sec3-rank__price-discount-value {
    color: #fff;
}

.sec3-rank__price-unit {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.sec3-rank__price-consult {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .sec3-rank__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sec3-rank__info {
        order: 1;
    }

    .sec3-rank__visual {
        order: 2;
        align-self: auto;
        min-height: 0;
    }

    .sec3-rank__car {
        margin-top: 0;
    }

    .sec3-rank__list-wrap {
        order: 3;
    }

    .sec3-rank__info {
        align-items: center;
    }

    .sec3-rank__title-days {
        text-align: center;
    }

    .sec3-rank__title {
        margin-bottom: 16px;
        text-align: center;
    }

    .sec3-rank__countdown {
        max-width: 257px;
        margin: 0 auto;
    }

    .sec3-rank__more {
        margin-top: 16px;
    }

    .sec3-rank__countdown .capital-countdown--page {
        gap: 7px;
    }

    .sec3-rank__countdown .capital-countdown--page .capital-countdown__item {
        min-height: 40px;
        padding: 8px 6px;
        border-radius: 6px;
        font-size: clamp(13px, 3vw, 14px);
    }

    .sec3-rank__asof {
        text-align: center;
    }

    .sec3-rank__car-brand {
        width: 72px;
        height: 44px;
    }

    .sec3-rank__car {
        max-width: 100%;
        max-height: 240px;
        aspect-ratio: auto;
    }
}

@media (max-width: 768px) {
    .sec3-rank__more--info {
        display: none;
    }

    .sec3-rank__more,
    .sec3-rank__more--list {
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 16px 20px;
        border: none;
        border-radius: 16px;
        background: #f2f2f2;
        font-size: 18px;
        font-weight: 500;
        color: #111;
    }

    .sec3-rank__more:hover,
    .sec3-rank__more--list:hover {
        border-color: transparent;
        background: #e8e8e8;
    }

    .sec3-rank__more--list {
        display: inline-flex;
        margin-top: 20px;
    }

    .sec3-rank__more-arrow {
        font-size: 18px;
        color: inherit;
    }

    .sec3-rank__list-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec3-rank__list {
        width: 100%;
    }

    .sec3-rank__asof {
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 640px) {
    .sec3 {
        padding: 64px 0;
    }

    .sec3-rank__title {
        font-size: 22px;
    }

    .sec3-rank__item {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 10px;
        padding: 12px 14px;
    }

    .sec3-rank__item-thumb {
        width: 56px;
        min-height: 56px;
    }

    .sec3-rank__price-original {
        font-size: 11px;
    }

    .sec3-rank__price-discount {
        font-size: 14px;
    }

    .sec3-rank__price-unit {
        font-size: 11px;
    }
}

@media (max-width: 450px) {
    .sec3-rank__car-brand {
        top: 0;
        width: calc(72px / 1.2);
        height: calc(44px / 1.2);
    }

    .sec3-rank__car img {
        max-height: calc(130px / 1.2);
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

/* ----------------------------------------------------------
   sec5-guide: 이용 가이드 (타이머·프로그레스 스텝)
---------------------------------------------------------- */
.sec5.sec5-guide {
    padding: 80px 0;
    background: #fff;
}

.sec5-guide__panel {
    --sec5-guide-duration: 5000ms;
    --sec5-guide-progress-color: var(--primary, #FF5E00);
    padding: 60px 48px;
    border-radius: 20px;
    background: #f3f4f6;
}

.sec5-guide__layout {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    gap: 40px;
    align-items: start;
}

.sec5-guide__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sec5-guide__heading {
    margin: 0 0 24px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.03em;
    color: #111;
}

.sec5-guide__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.sec5-guide__item {
    min-width: 0;
}

.sec5-guide__trigger {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.sec5-guide__head {
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    min-width: 0;
}

.sec5-guide__rail {
    position: relative;
    flex: 0 0 6px;
    width: 6px;
    border-radius: 999px;
    background: #d1d5db;
    overflow: hidden;
}

.sec5-guide__item:not(.is-active) .sec5-guide__rail {
    flex: 0 0 6px;
    width: 6px;
    align-self: center;
    min-height: 22px;
    max-height: 22px;
    background: #d1d5db;
}

.sec5-guide__rail-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--sec5-guide-progress-color);
    transform: scaleY(0);
    transform-origin: top center;
}

.sec5-guide__item.is-active .sec5-guide__rail-fill {
    transform: scaleY(0);
}

.sec5-guide__panel.is-inview .sec5-guide__item.is-active .sec5-guide__rail-fill {
    animation: sec5-guide-progress var(--sec5-guide-duration) linear forwards;
}

@keyframes sec5-guide-progress {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

.sec5-guide__copy {
    flex: 1;
    min-width: 0;
}

.sec5-guide__title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #9ca3af;
}

.sec5-guide__item.is-active .sec5-guide__title {
    color: #111;
}

.sec5-guide__desc {
    display: none;
    margin: 6px 0 0;
    font-size: 16px;
    line-height: 1.65;
    color: #4b5563;
}

.sec5-guide__item.is-active .sec5-guide__desc {
    display: block;
}

.sec5-guide__banner--mobile {
    display: none;
}

.sec5-guide__visual {
    position: relative;
    min-width: 0;
}

.sec5-guide__banner--desktop {
    overflow: hidden;
    border-radius: 16px;
    background: #e5e7eb;
    aspect-ratio: 16 / 9;
    max-height: 360px;
}

.sec5-guide__banner--desktop:not(.is-active) {
    display: none;
}

.sec5-guide__banner--desktop.is-active {
    display: block;
}

.sec5-guide__banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .sec5-guide__layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sec5-guide__visual {
        display: none;
    }

    .sec5-guide__panel {
        padding: 28px 20px;
    }

    .sec5-guide__heading {
        margin-bottom: 20px;
        font-size: 1.375rem;
    }

    .sec5-guide__list {
        gap: 4px;
    }

    .sec5-guide__banner--mobile {
        display: block;
        width: 100%;
        margin-top: 16px;
        overflow: hidden;
        border-radius: 12px;
        aspect-ratio: 16 / 10;
        background: #e5e7eb;
    }

    .sec5-guide__item:not(.is-active) .sec5-guide__banner--mobile {
        display: none;
    }
}

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

    .sec5-guide__heading {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .sec5-guide__title {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -0.02em;
        color: #9ca3af;
    }
}

/* ----------------------------------------------------------
   sec7: 바로출고 · 초기비용 0원 (2열 추천)
---------------------------------------------------------- */
.sec7 {
    padding: 80px 0;
    background: #fff;
}

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

.sec7 .sec-title {
    text-align: center;
}

.sec7__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.sec7-panel {
    min-width: 0;
    padding: 28px 24px 24px;
    border: 1px solid #e8eaed;
    border-radius: 16px;
    background: #fff;
}

.sec7-panel__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    text-align: center;
}

.sec7-panel__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #111;
}

.sec7-panel__title-accent {
    margin-left: 0.2em;
    color: var(--primary, #ff5e00);
    font-weight: 700;
}

.sec7-panel__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.sec7-panel__pill--fast {
    background: #fff9e6;
    color: #000;
}

.sec7-panel__pill--zero {
    background: #ffefef;
    color: #333;
}

.sec7-panel__more-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
}

.sec7-panel__more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    padding: 14px 24px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #f9f9f9;
    font-size: 1.14rem;
    font-weight: 600;
    line-height: 1;
    color: #111;
    text-decoration: none;
    transition: border-color 0.2s;
}

.sec7-panel__more-btn:hover {
    border-color: #111;
    background: #f9f9f9;
}

.sec7-panel__more-btn > span:not(.more-btn__arrow) {
    line-height: 1.35;
}

.sec7-car-list {
    position: relative;
    margin: 0;
    padding: 0;
}

.sec7-car-list .sec7-car-swiper {
    overflow: hidden;
}

.sec7-car-list .swiper-wrapper {
    align-items: stretch;
}

.sec7-car-list .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.sec7-car-list .swiper-slide > .sec7-car-card {
    height: 100%;
}

.sec7-car-list__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    background-image: none;
}

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

.sec7-car-list__nav--prev {
    left: -8px;
}

.sec7-car-list__nav--prev::after {
    transform: rotate(-135deg);
    margin-left: 2px;
}

.sec7-car-list__nav--next {
    right: -8px;
}

.sec7-car-list__nav--next::after {
    transform: rotate(45deg);
    margin-right: 2px;
}

.sec7-car-list__nav.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.sec7-car-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s;
}

.sec7-car-card:hover {
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.sec7-car-card__thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 10px;
    background: #f9f9f9;
}

.sec7-car-card__thumb > img:not(.brand-logo-img) {
    max-width: 100%;
    max-height: 80%;
    object-fit: contain;
}

.sec7-car-card__brand-logo {
    position: absolute;
    top: 8px;
    left: 8px;
    right: auto;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 21px;
}

.sec7-car-card__brand-logo .brand-logo-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sec7-car-card__thumb-badge {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    padding: 4px 10px;
    border: 1px solid #f3b4b4;
    border-radius: 8px;
    background: #fff5f5;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    color: #e53935;
}

.sec7-car-card__thumb-badge-accent {
    margin-left: 0.25em;
    font-weight: 700;
}

.sec7-car-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 12px 10px 10px;
}

.sec7-car-card__name {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #2a2a2a;
}

.sec7-car-card__stock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
}

.sec7-car-card__stock-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f3f4f6;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: #555;
}

.sec7-car-card__stock-count {
    margin-left: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--primary, #ff5e00);
}

.sec7-car-card__stock--none .sec7-car-card__stock-count {
    font-size: 13px;
    font-weight: 500;
    color: #9ca3af;
}

.sec7-car-card__price {
    margin-bottom: 12px;
    min-height: 28px;
}

.sec7-car-card__price .list-monthly-price {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
}

.sec7-car-card__price .list-monthly-price__value {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #111;
}

.sec7-car-card__price .list-monthly-price__amount {
    letter-spacing: -0.02em;
}

.sec7-car-card__price .list-monthly-price__unit {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.sec7-car-card__price-empty {
    font-size: 15px;
    font-weight: 600;
    color: #9ca3af;
}

.sec7-car-card__cta {
    width: 100%;
    margin-top: auto;
    padding: 0 12px;
    border: none;
    border-radius: 8px;
    background: var(--primary, #ff5e00);
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.sec7-car-card:hover .sec7-car-card__cta,
.sec7-car-card__cta:hover {
    background: #e85500;
}

@media (max-width: 1024px) {
    .sec7__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sec7-car-card__thumb {
        height: 110px;
    }

    .sec7-car-list__nav--prev {
        left: 0;
    }

    .sec7-car-list__nav--next {
        right: 0;
    }
}

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

    .sec7-panel {
        padding: 20px 16px 16px;
    }

    .sec7-panel__title {
        font-size: 20px;
    }

    .sec7-panel__pill {
        padding: 8px 14px;
        font-size: 13px;
    }

    .sec7-car-card__name {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .sec7-car-card__stock-count {
        font-size: 17px;
    }

    .sec7-car-card__price .list-monthly-price__value {
        font-size: 18px;
    }

    .sec7-car-card__cta {
        font-size: 12px;
        line-height: 36px;
    }

    .sec7-car-card__thumb-badge {
        font-size: 10px;
        padding: 3px 8px;
    }
}

/* ----------------------------------------------------------
   sec6: 비대면 간편 견적 (메인 상단 필터 카드)
---------------------------------------------------------- */
.sec6 {
    padding: 100px 0;
    background: #fbfbfb;
}

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

.sec6 .sec6-card {
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.sec6 .sec6-rows {
    display: flex;
    flex-direction: column;
}

.sec6 .sec6-row {
    display: flex;
    align-items: stretch;
    padding: 0;
    border-bottom: 1px solid #f6f7fb;
}

.sec6 .sec6-row:last-child {
    border-bottom: 0;
}

.sec6 .sec6-row__label {
    flex: 0 0 100px;
    width: 100px;
    background: #f6f7f9;
    color: #334155;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.sec6 .sec6-row__body {
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 16px;
}

.sec6 .sec6-brands {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sec6 .sec6-brands::-webkit-scrollbar {
    display: none;
}

.sec6 .sec6-brand {
    flex: 0 0 auto;
    width: 58px;
    border: 0;
    background: transparent;
    padding: 4px 0 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: #334155;
    position: relative;
}

.sec6 .sec6-brand__icon {
    width: 34px;
    height: 22px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    font-size: 13px;
    font-weight: 900;
    color: #0f172a;
    overflow: hidden;
}

.sec6 .sec6-brand__icon img {
    width: 34px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.sec6 .sec6-brand__icon--all {
    width: auto;
    height: auto;
}

.sec6 .sec6-brand__name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.sec6 .sec6-brand.is-active .sec6-brand__icon {
    color: var(--primary);
}

.sec6 .sec6-brand.is-active .sec6-brand__name {
    color: var(--primary);
}

.sec6 .sec6-brand.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: var(--primary);
}

.sec6 .sec6-chips {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* 하단(구매방식/조건/계약기간): 그룹 3등분(1:1:1) */
.sec6 .sec6-row--purchase {
    display: block;
}

.sec6 .sec6-row--purchase .sec6-row__body {
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sec6 .sec6-row--purchase .sec6-row__body::-webkit-scrollbar {
    display: none;
}

.sec6 .sec6-bottom-row {
    display: grid;
    /* 구매방식은 살짝 줄이고, 조건/계약기간은 동일하게 더 넓게 */
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr) minmax(0, 1.05fr);
    align-items: stretch;
    min-width: 980px; /* 데스크톱 1줄 유지, 작아지면 가로 스크롤 */
}

.sec6 .sec6-bottom-group {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    min-width: 0;
}

.sec6 .sec6-bottom-group:not(:last-child) {
    border-right: 1px solid #e9edf3;
}

.sec6 .sec6-bottom-group__title {
    background: #f6f7f9;
    color: #334155;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #e9edf3;
    min-height: 46px;
}

.sec6 .sec6-bottom-group__options {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    min-width: 0;
    min-height: 46px;
}

.sec6 .sec6-bottom-group__options .sec6-chips {
    flex-wrap: nowrap;
}

.sec6 .sec6-bottom-group__options .sec6-chip {
    flex: 0 0 auto;
}

.sec6 .sec6-chip {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sec6 .sec6-chip:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.sec6 .sec6-chip.is-active {
    background: #fff3ec;
    border-color: #ffb183;
    color: var(--primary);
}

/* sec6 — 간편 견적 차량 Swiper */
.sec6 .sec6-cars {
    margin-top: 20px;
}

@media (min-width: 1201px) {
    .sec6 .sec6-card {
        overflow: visible;
    }
}

.sec6 .sec6-estimate-car-list {
    position: relative;
    box-sizing: border-box;
}

.sec6 .sec6-estimate-car-list .swiper-slide.is-filter-hidden,
.sec6 .sec6-estimate-car-list .swiper-slide.is-limit-hidden {
    display: none;
}

.sec6 .sec6-estimate-empty {
    margin: 16px 0 0;
    padding: 24px 16px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
    background: #f8fafc;
    border: 1px dashed #e2e8f0;
    border-radius: 12px;
}

/* sec6 — 간편 견적 차량 카드 */
.sec6 .sec6-estimate-car-list .swiper-button-prev,
.sec6 .sec6-estimate-car-list .swiper-button-next {
    position: absolute;
    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: 90px;
    z-index: 5;
    cursor: pointer;
}

.sec6 .sec6-estimate-car-list .swiper-button-prev::after,
.sec6 .sec6-estimate-car-list .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;
}

.sec6 .sec6-estimate-car-list .swiper-button-prev::after {
    transform: rotate(-135deg);
}

.sec6 .sec6-estimate-car-list .swiper-button-next::after {
    transform: rotate(45deg);
}

.sec6 .sec6-estimate-car-list .swiper-button-prev {
    left: 0;
    right: auto;
    top: 150px;
    transform: translate(-50%, -50%);
}

.sec6 .sec6-estimate-car-list .swiper-button-next {
    right: 0;
    left: auto;
    top: 150px;
    transform: translate(50%, -50%);
}

.sec6 .sec6-estimate-car-list .item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.2s;
}

.sec6 .sec6-estimate-car-list .item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-4px);
}

.sec6 .sec6-estimate-car-list .car-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #ffffff;
}

.sec6 .sec6-estimate-car-list .car-img img {
    max-width: 100%;
    max-height: 80%;
    object-fit: contain;
}

.sec6 .sec6-estimate-car-list .car-img .stock-badge--thumb-stock {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 3;
    margin: 0;
    padding: 6px 14px 6px 10px;
    border: none;
    border-radius: 0 10px 0 0;
    background: #e53935;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.sec6 .sec6-estimate-car-list .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-top: 1px solid #eee;
}

@media (max-width: 1024px) {
    .sec6 .sec6-estimate-car-list .info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        border-top: none;
    }
}

.sec6 .sec6-estimate-car-list .info-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
}

.sec6 .sec6-estimate-car-list .info .name-df {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 0;
    width: 100%;
}

.sec6 .sec6-estimate-car-list .brand-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.sec6 .sec6-estimate-car-list .brand-logo--card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 24px;
    flex-shrink: 0;
}

.sec6 .sec6-estimate-car-list .brand-logo--card .brand-logo-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sec6 .sec6-estimate-car-list .name.car-name {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 0;
}

.sec6 .sec6-estimate-car-list .price {
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #666;
    display: block;
}

.sec6 .sec6-estimate-car-list .price .price-label {
    margin-right: 0.25em;
}

.sec6 .sec6-estimate-car-list .price .price-value {
    white-space: nowrap;
}

.sec6 .sec6-estimate-car-list .price--monthly {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.sec6 .sec6-estimate-car-list .price--monthly .price-monthly-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.sec6 .sec6-estimate-car-list .step1-purchase-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #4b5563;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    white-space: nowrap;
}

.sec6 .sec6-estimate-car-list .price--monthly .price-value {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.sec6 .sec6-estimate-car-list .list-monthly-price {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.sec6 .sec6-estimate-car-list .list-monthly-price__original {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #999;
    text-decoration: line-through;
}

.sec6 .sec6-estimate-car-list .list-monthly-price__value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #111;
    letter-spacing: -0.02em;
}

.sec6 .sec6-estimate-car-list .list-monthly-price__amount {
    color: #111;
    letter-spacing: -0.02em;
}

.sec6 .sec6-estimate-car-list .list-monthly-price__unit {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #111;
}

.sec6 .sec6-estimate-car-list .price--monthly.is-consult .sec6-consult-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #111;
    letter-spacing: -0.02em;
}

.sec6 .sec6-estimate-car-list .car-info {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 1.2rem;
    min-height: calc(1.5em * 2);
}

.sec6 .car-price {
    margin: 24px 0;
}

.sec6 .sec6-estimate-car-list .car-meta {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.sec6 .sec6-estimate-car-list .car-meta .tag {
    background: #f3f4f6;
    border-radius: 0.5rem;
    padding: 0.4rem 0.7rem;
    font-size: 0.8rem;
    color: #555;
}

@media (max-width: 768px) {
    .sec6 .sec6-estimate-car-list .car-info {
        font-size: 14.5px;
    }

    .sec6 .sec6-estimate-car-list .price--monthly.is-consult .sec6-consult-text {
        font-size: 20px;
        font-weight: 800;
    }

    .sec6 .sec6-estimate-car-list .car-meta .tag {
        font-size: 14.5px;
    }
}

@media (max-width: 768px) {
    .sec6 {
        padding: 60px 0;
    }
    .sec6 .sec6-row__label {
        font-size: 16px;
        font-weight: 600;
        flex-basis: 100px;
        width: 100px;
    }

    .sec6 .sec6-row__body {
        padding: 10px 12px;
    }
}

/* sec6 반응형 필터 (1200px 이하 — fast_list 톤) */
.sec6 .sec6-rp-filter {
    display: none;
}

.sec6 .sec6-rp-toggle-wrap {
    display: flex;
    width: 100%;
    align-items: stretch;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
}

.sec6 .sec6-rp-toggle-btn {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0 0 12px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    color: #9ca3af;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
}

.sec6 .sec6-rp-toggle-btn.is-active {
    color: #111;
}

.sec6 .sec6-rp-toggle-btn.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: var(--primary);
}

.sec6 .sec6-rp-maker-wrap {
    width: 100%;
}

.sec6 .sec6-rp-maker-panel--scroll {
    display: none;
}

.sec6 .sec6-rp-maker-panel--swiper {
    display: block;
}

.sec6 .sec6-rp-maker-swiper-wrap,
.sec6 .sec6-rp-maker-panel--swiper {
    position: relative;
    width: 100%;
    padding: 12px 14px;
    background: #f6f6f6;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.sec6 .sec6-rp-maker-swiper {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.sec6 .sec6-rp-maker-swiper .swiper-wrapper {
    align-items: center;
    justify-content: flex-start;
}

.sec6 .sec6-rp-maker-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.sec6 .sec6-rp-maker-slide-btn,
.sec6 .sec6-rp-maker-scroll-item {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    flex: 0 0 auto;
}

.sec6 .sec6-rp-maker-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 72px;
    padding: 10px 8px 8px;
    border-radius: 14px;
    border: 2px solid transparent;
    background: #fff;
    transition: border-color 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
}

.sec6 .sec6-rp-maker-scroll-item.is-active .sec6-rp-maker-card,
.sec6 .sec6-rp-maker-swiper .swiper-slide.is-active .sec6-rp-maker-card {
    border-color: var(--primary);
}

.sec6 .sec6-rp-maker-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #555;
    overflow: hidden;
    flex-shrink: 0;
}

.sec6 .sec6-rp-maker-card__icon--all {
    font-size: 13px;
    font-weight: 900;
    color: #0f172a;
}

.sec6 .sec6-rp-maker-card__icon--img {
    padding: 6px;
}

.sec6 .sec6-rp-maker-card__icon--img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sec6 .sec6-rp-maker-card__icon--text {
    font-size: 10px;
    font-weight: 600;
    padding: 4px;
    text-align: center;
    line-height: 1.2;
    word-break: keep-all;
}

.sec6 .sec6-rp-maker-card__label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
    max-width: 88px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec6 .sec6-rp-maker-scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 12px 14px;
    background: #f6f6f6;
    border-radius: 12px;
}

.sec6 .sec6-rp-maker-scroll::-webkit-scrollbar {
    display: none;
}

@media (max-width: 1200px) {
    .sec6 .sec6-card {
        background: #fff;
        border: none;
        border-radius: 20px;
        box-shadow: none;
        overflow: hidden;
    }

    .sec6 .sec6-cars {
        margin-top: 0;
    }

    .sec6 .sec6-rows--desktop {
        display: none !important;
    }

    .sec6 .sec6-rp-filter {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .sec6 .sec6-rp-toggle-wrap {
        display: flex;
        width: 100%;
        align-items: stretch;
        gap: 0;
        padding: 4px;
        margin-bottom: 16px;
        border-bottom: none;
        background: #f4f5f7;
        border-radius: 12px;
        box-sizing: border-box;
    }

    .sec6 .sec6-rp-toggle-btn {
        flex: 1 1 50%;
        width: 50%;
        max-width: 50%;
        height: 50px;
        padding: 0 12px;
        border: none;
        border-radius: 15px;
        background: transparent;
        font-size: 18px;
        font-weight: 600;
        color: #111;
        text-align: center;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

    .sec6 .sec6-rp-toggle-btn.is-active {
        color: var(--primary);
        background: #fff;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
    }

    .sec6 .sec6-rp-toggle-btn.is-active::after {
        display: none;
    }

    .sec6 .sec6-rows--purchase {
        display: none !important;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .swiper-button-prev,
    .sec6.sec6--car-grid .sec6-estimate-car-list .swiper-button-next {
        display: none;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-swiper {
        overflow: visible;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-swiper .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 0;
        transform: none !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-swiper .swiper-slide {
        width: 100% !important;
        margin: 0 !important;
        height: auto;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        position: relative;
        height: auto;
        padding: 14px 0;
        border-radius: 0;
        background: transparent;
        overflow: visible;
        cursor: pointer;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .car-img {
        position: relative;
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
        padding: 12px;
        border-radius: 16px;
        background: #f5f5f5;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .car-img > img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .info {
        flex: 1;
        min-width: 0;
        padding: 0;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .name-df {
        margin-bottom: 6px;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .name.car-name {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.35;
        color: #111;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .price--list {
        display: flex;
        align-items: center;
        gap: 4px;
        margin: 0 0 8px;
        font-size: 14px;
        line-height: 1.4;
        color: #666;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .price--list .price-label,
    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .price--list .price-value {
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .price--monthly {
        margin-top: 0;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .price--monthly .price-monthly-row {
        align-items: flex-start;
        gap: 4px;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .step1-purchase-badge {
        font-size: 11px;
        padding: 3px 6px;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .list-monthly-price__value {
        font-size: 22px;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .list-monthly-price__original {
        display: none;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .price--monthly.is-consult .sec6-consult-text {
        font-size: 22px;
        font-weight: 700;
        color: #111;
    }

    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .car-meta {
        display: none !important;
    }

    .sec6.sec6--car-grid .sec6-cars {
        overflow: hidden;
        box-sizing: border-box;
    }

    .sec6 .sec6-estimate-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        margin-top: 8px;
        padding: 16px 20px;
        border: none;
        border-radius: 16px;
        background: #f2f2f2;
        font-size: 18px;
        font-weight: 500;
        color: #111;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        transition: background 0.2s ease;
        box-sizing: border-box;
    }

    .sec6 .sec6-estimate-more__text {
        line-height: 1.2;
    }

    .sec6 .sec6-estimate-more__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        color: #111;
    }

    .sec6 .sec6-estimate-more__icon svg {
        display: block;
        width: 24px;
        height: 24px;
    }

    .sec6 .sec6-estimate-more:hover {
        background: #e8e8e8;
    }

    .sec6 .sec6-estimate-more[hidden] {
        display: none !important;
    }
}

@media (max-width: 360px) {
    .sec6.sec6--car-grid .sec6-estimate-car-list .item--sec6-row .price--monthly .price-monthly-row,
    .sec6 .sec6-estimate-car-list .price--monthly .price-monthly-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .sec6 .sec6-estimate-car-list .price--monthly .price-value {
        width: 100%;
    }

    .sec6 .sec6-estimate-car-list .list-monthly-price {
        justify-content: flex-start;
    }
}

@media (max-width: 350px) {
    .sec6 .sec6-estimate-car-list .info-summary > .price--list .price-label {
        display: none;
    }
}

@media (max-width: 768px) {
    .sec6 .sec6-estimate-car-list .list-monthly-price__value {
        font-size: 18px;
    }

    .sec6 .sec6-rp-maker-panel--swiper {
        display: none !important;
    }

    .sec6 .sec6-rp-maker-panel--scroll {
        display: block;
    }
}

@media (min-width: 1201px) {
    .sec6 .sec6-rp-filter {
        display: none !important;
    }

    .sec6 .sec6-rows--desktop {
        display: flex;
    }

    .sec6 .sec6-estimate-more {
        display: none !important;
    }
}


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

.sec4 .sec-title .sec4-review-title {
    line-height: 1.35;
}

.sec4 .sec-title .sec4-review-title__count {
    color: var(--primary);
}

.sec4 .sec-sm-more-btn-wrap .sec-sm-more-btn {
    background: #fff;
    border-color: #eee;
}

.sec4 .sec-sm-more-btn-wrap .sec-sm-more-btn:hover {
    background: #fff;
    border-color: #ddd;
}

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

.sec4 .review-list .swiper-button-prev,
.sec4 .review-list .swiper-button-next {
    position: absolute;
    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: 0;
    z-index: 5;
    cursor: pointer;
}

.sec4 .review-list .swiper-button-prev::after,
.sec4 .review-list .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 .review-list .swiper-button-prev::after {
    transform: rotate(-135deg);
}

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

.sec4 .review-list .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(-50%, -50%);
}

.sec4 .review-list .swiper-button-next {
    right: 0;
    left: auto;
    transform: translate(50%, -50%);
}

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

    .sec4 .sec-sm-more-btn-wrap {
        width: 100%;
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 44px;
        box-sizing: border-box;
    }

    .sec4 .sec-sm-more-btn-wrap .sec-sm-more-btn {
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 16px 20px;
        border: none;
        border-radius: 16px;
        background: #f2f2f2;
        font-size: 18px;
        font-weight: 600;
        color: #111;
    }

    .sec4 .sec-sm-more-btn-wrap .sec-sm-more-btn:hover {
        background: #e8e8e8;
        border-color: transparent;
    }
}

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

    .sec4 .sec-sm-more-btn-wrap {
        padding: 0 20px;
    }

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

/* sec4 후기 카드 — reviews/index.php 데이터 구조 기반 */
.sec4 .review-list .swiper-container {
    padding: 4px 0;
}

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

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

.sec4 .review-list .sec4-review-card {
    display: block;
    height: 100%;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    color: inherit;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

.sec4 .review-list .sec4-review-card__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.sec4 .review-list .sec4-review-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.sec4 .review-list .sec4-review-card__meta {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sec4 .review-list .sec4-review-card__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.sec4 .review-list .sec4-review-card__name {
    flex: 0 1 auto;
    min-width: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

.sec4 .review-list .sec4-review-card__head .review-stars {
    flex-shrink: 0;
}

/* reviews/index.php — .review-stars (review-list.css 동일) */
.sec4 .review-list .review-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 0 !important;
}

.sec4 .review-list .review-stars::before {
    display: none !important;
}

.sec4 .review-list .review-stars__star {
    display: block;
    width: 14px;
    height: 14px;
    padding: 0 !important;
    position: static;
}

.sec4 .review-list .review-stars__star::before {
    content: "★";
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #d1d5db;
}

.sec4 .review-list .review-stars__star.is-filled::before {
    color: var(--primary);
}

.sec4 .review-list .sec4-review-card__car {
    display: flex;
    align-items: baseline;
    gap: 0;
    min-width: 0;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #666;
}

.sec4 .review-list .sec4-review-card__car-name {
    font-weight: 600;
    color: #333;
}

.sec4 .review-list .sec4-review-card__car-name::after {
    content: '·';
    margin: 0 5px;
    font-weight: 400;
    color: #c4c4c4;
}

.sec4 .review-list .sec4-review-card__car-type {
    font-weight: 400;
    color: #666;
    white-space: nowrap;
}

.sec4 .review-list .sec4-review-card__thumb {
    position: relative;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3f4f6;
}

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

.sec4 .review-list .sec4-review-card__best {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(17, 17, 17, 0.78);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
}

.sec4 .review-list .sec4-review-card__content {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow-wrap: break-word;
    word-break: break-word;
}

.sec4 .review-list .sec4-review-card__reply {
    margin-top: auto;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f5f6f8;
}

.sec4 .review-list .sec4-review-card__reply-author {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

.sec4 .review-list .sec4-review-card__reply-author .review-reply__author-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-color: var(--primary);
    -webkit-mask: url('/images/ic-star.svg') center / contain no-repeat;
    mask: url('/images/ic-star.svg') center / contain no-repeat;
}

.sec4 .review-list .sec4-review-card__reply-content {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.55;
    color: #444;
    overflow: hidden;
    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 .sec4-review-card__reply-content .review-reply__emoji {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    margin-left: 2px;
    vertical-align: -0.15em;
}

@media (max-width: 768px) {
    .sec4 .review-list .sec4-review-card {
        padding: 16px;
    }

    .sec4 .review-list .sec4-review-card__content,
    .sec4 .review-list .sec4-review-card__reply-content {
        font-size: 14px;
    }
}

/* sec-title h2 공통 사이즈 (layout.css 의 .sec4 .sec-title h2 등 override 방지) */
.sec4 .sec-title h2,
.sec6 .sec-title h2,
.sec7 .sec-title h2 {
    font-size: 2rem;
    line-height: 1;
}

@media (max-width: 768px) {
    .sec4 .sec-title h2,
    .sec6 .sec-title h2,
    .sec7 .sec-title h2,
    .sec2 .sec2-faq__title {
        font-size: 24px;
    }

    @media (max-width: 350px) {
        .sec4 .sec-title h2,
        .sec6 .sec-title h2,
        .sec7 .sec-title h2,
        .sec2 .sec2-faq__title {
            font-size: 22px;
        }
    }
}

/* sec-title margin-bottom 공통 (layout.css 의 .sec4/.sec5 .sec-title 등 override 방지) */
.sec4 .sec-title,
.sec6 .sec-title,
.sec7 .sec-title {
    margin-bottom: 40px;
}


@media (max-width: 768px) {
    .sec4 {
        padding: 60px 0;
        background: #f9f9f9;
    }

    .sec4 .sec-title,
    .sec6 .sec-title,
    .sec7 .sec-title {
        margin-bottom: 32px;
    }
}

/* ----------------------------------------------------------
   sec2: 메인 FAQ
---------------------------------------------------------- */
.sec2 {
    padding: 100px 0;
    background: #fff;
}

.sec2 .sec2-faq {
    display: grid;
    grid-template-columns: minmax(0, 35%) minmax(0, 65%);
    gap: 48px 64px;
    align-items: start;
}

.sec2 .sec2-faq__title {
    margin: 0 0 18px;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.28;
    color: #111;
    letter-spacing: -0.03em;
}

.sec2 .sec2-faq__title em {
    font-style: normal;
    color: var(--primary);
}

.sec2 .sec2-faq__desc {
    margin: 0;
    max-width: 22em;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #666;
}

.sec2 .sec2-faq__list {
    min-width: 0;
}

.sec2 .sec2-faq__item {
    border-bottom: 1px solid #eee;
}

.sec2 .sec2-faq__item:first-child {
    border-top: 1px solid #eee;
}

.sec2 .sec2-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 22px 0;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: inherit;
}

.sec2 .sec2-faq__question-text {
    flex: 1;
    min-width: 0;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.45;
    color: #111;
}

.sec2 .sec2-faq__chevron {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #111;
    transition: transform 0.28s ease;
}

.sec2 .sec2-faq__chevron svg {
    display: block;
    width: 24px;
    height: 24px;
}

.sec2 .sec2-faq__item.is-open .sec2-faq__chevron {
    transform: rotate(180deg);
}

.sec2 .sec2-faq__answer {
    display: none;
    margin: 0;
    background: #f9f9f9;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #555;
    padding: 12px;
}

@media (max-width: 1024px) {
    .sec2 .sec2-faq {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

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

    .sec2 .sec2-faq__desc {
        max-width: none;
        font-size: 15px;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .sec2 .sec2-faq__question {
        padding: 18px 0;
    }

    .sec2 .sec2-faq__question-text {
        font-size: 16px;
    }

    .sec2 .sec2-faq__answer {
        font-size: 15px;
    }
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}