@charset "utf-8";
/* 공통 ***********************************************/

:root {
    --primary: #FF5E00;
    --primary-hover: #E65500;
    --primary-light: rgba(255, 94, 0, 0.1);
    --primary-light-strong: rgba(255, 94, 0, 0.15);
    --primary-gradient-end: rgba(255, 158, 77, 0.25);
    --primary-border: rgba(255, 94, 0, 0.24);
    --primary-shadow: rgba(255, 94, 0, 0.2);
    --primary-shadow-soft: rgba(255, 94, 0, 0.12);
    --common-padding: 120px 20px;
    --common-margin-bt: 40px;
    --common-sec-title-h1-size: 36px;
    --common-sec-title-h1-weight: 600;
    --eng: "minerva-modern", sans-serif;
}

@media (max-width:768px) {
    :root {
        --common-padding: 100px 16px;
        --common-margin-bt: 40px;
        --common-sec-title-h1-size: 32px;
        --common-sec-title-h1-weight: 400;
        ;
    }
}



.custom-chk-inp-wrap {
    display: inline-block;
    width: 100%;
}

.custom-chk-inp-wrap .chk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.custom-chk-inp-wrap input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-chk-inp-wrap .chkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1.5px solid #888;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    transition: all .2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    opacity: .3;
}

.custom-chk-inp-wrap .txt {
    font-size: 14px;
    color: #111;
}

.custom-chk-inp-wrap .txt.all {
    font-size: 15px;
    font-weight: bold;
}

.custom-chk-inp-wrap .txt .privacy-link {
    text-decoration: underline;
    color: #111;
}

.custom-chk-inp-wrap input:checked + .chkbox {
    background-color: var(--primary);
    border-color: var(--primary);
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

/* 공통 ***********************************************/

.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.sub-container {
    margin-top: 72px;
}

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

.sub-container .sub-inner .sub-title {
    text-align: center;
    margin-bottom: 60px;
}

.sub-container .sub-inner .sub-title h1,
.sub-container .sub-inner .sub-title h2 {
    color: #23252f;
    font-size: 2.4rem;
    margin-bottom: 16px;
}

.sub-container .sub-inner .sub-title p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #666;
}

.sub-container .sub-inner .sub-title--lease p {
    max-width: 1024px;
    margin: 0 auto;
    word-break: keep-all;
}

.sub-container--lease .sub-inner {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.sub-container--lease .sub-inner .lease-visual {
    background-color: #fff6d8;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/lease-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 20px 72px;
    box-sizing: border-box;
}

.sub-container--lease .sub-inner .lease-visual__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.sub-container--lease .sub-inner .lease-visual__heading {
    text-align: center;
    margin-bottom: 48px;
}

.sub-container--lease .sub-inner .lease-visual__heading h2 {
    position: relative;
    display: inline-block;
    margin: 0 auto 28px;
    padding: 18px 36px;
    border-radius: 16px;
    background-color: #46ab4b;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.35;
    word-break: keep-all;
}

.sub-container--lease .sub-inner .lease-visual__heading h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #46ab4b;
}

.sub-container--lease .sub-inner .lease-visual__heading p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    word-break: keep-all;
}

.sub-container--lease .sub-inner .lease-visual__heading-br {
    display: inline;
}

.sub-container--lease .sub-inner .lease-visual__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: stretch;
}

.sub-container--lease .sub-inner .lease-benefit-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

.sub-container--lease .sub-inner .lease-benefit-card--seller {
    background: #fff;
}

.sub-container--lease .sub-inner .lease-benefit-card__head {
    margin-bottom: 20px;
    color: #111;
}

.sub-container--lease .sub-inner .lease-benefit-card__head h3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

.sub-container--lease .sub-inner .lease-benefit-card__head h3 span {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #5283f5;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.sub-container--lease .sub-inner .lease-benefit-card--seller .lease-benefit-card__head h3 span {
    background: #51948f;
}

.sub-container--lease .sub-inner .lease-benefit-card__head strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    color: #5283f5;
    word-break: keep-all;
}

.sub-container--lease .sub-inner .lease-benefit-card--seller .lease-benefit-card__head strong {
    color: #51948f;
}

.sub-container--lease .sub-inner .lease-benefit-card__body {
    flex: 1 1 auto;
    padding: 24px 22px;
    border-radius: 20px;
    background: #f3f5f9;
}

.sub-container--lease .sub-inner .lease-benefit-card__body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-container--lease .sub-inner .lease-benefit-card__body li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    word-break: keep-all;
}

.sub-container--lease .sub-inner .lease-benefit-card__body li:not(:last-child) {
    margin-bottom: 14px;
}

.sub-container--lease .sub-inner .lease-benefit-card__body li::before {
    content: '';
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background-color: var(--primary, #FF5E00);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5.2 4.2 8.4 11 1.6' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}

.sub-container--lease .sub-inner .lease-visual__notice {
    margin: 32px 0 0;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #777;
    word-break: keep-all;
}

.sub-container--lease .sub-inner .lease-reason {
    padding: 80px 20px;
    box-sizing: border-box;
}

.sub-container--lease .sub-inner .lease-reason__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.sub-container--lease .sub-inner .lease-reason__title {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #23252f;
    word-break: keep-all;
}

.sub-container--lease .sub-inner .lease-reason__title span {
    color: var(--primary);
}

.sub-container--lease .sub-inner .lease-reason__desc {
    max-width: 1024px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    color: #666;
    word-break: keep-all;
}

.sub-container--lease .sub-inner .lease-reason__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 48px;
}

.sub-container--lease .sub-inner .lease-reason-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    background: #fff;
}

.sub-container--lease .sub-inner .lease-reason-card__thumb {
    position: relative;
    flex: 0 0 auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e8eaef;
}

.sub-container--lease .sub-inner .lease-reason-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-container--lease .sub-inner .lease-reason-card__body {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 18px 12px;
    background: #5d6579;
    text-align: center;
}

.sub-container--lease .sub-inner .lease-reason-card__body p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .sub-container--lease .sub-inner .lease-reason__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .sub-container--lease .sub-inner .lease-reason {
        padding: 48px 16px;
    }

    .sub-container--lease .sub-inner .lease-reason__title {
        font-size: 1.75rem;
    }

    .sub-container--lease .sub-inner .lease-reason__desc {
        margin-top: 16px;
        font-size: 16px;
        text-align: left;
    }

    .sub-container--lease .sub-inner .lease-reason__desc-br {
        display: none;
    }

    .sub-container--lease .sub-inner .lease-reason__cards {
        margin-top: 32px;
        gap: 12px;
    }

    .sub-container--lease .sub-inner .lease-reason-card__body {
        min-height: 76px;
        padding: 16px 10px;
    }

    .sub-container--lease .sub-inner .lease-reason-card__body p {
        font-size: 14px;
    }
}

/* lease-process — 차밸 승계 절차 */
.sub-container--lease .sub-inner .lease-process {
    padding: 80px 20px 100px;
    background: #f9f9f9;
    box-sizing: border-box;
}

.sub-container--lease .sub-inner .lease-process__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.sub-container--lease .sub-inner .lease-process__title {
    margin: 0 0 40px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #23252f;
    word-break: keep-all;
}

.sub-container--lease .sub-inner .lease-process__title span {
    color: var(--primary);
}

.sub-container--lease .sub-inner .lease-process__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sub-container--lease .sub-inner .lease-process-card {
    padding: 40px 48px 48px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.sub-container--lease .sub-inner .lease-process-card__title {
    display: inline-block;
    margin: 0;
    padding: 0 4px 2px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #23252f;
    box-shadow: inset 0 -12px 0 var(--primary-light);
    word-break: keep-all;
}

.sub-container--lease .sub-inner .lease-process-card__steps {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.sub-container--lease .sub-inner .lease-process-card__steps::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    border-top: 2px dotted #d8dce3;
    z-index: 0;
}

.sub-container--lease .sub-inner .lease-process-step {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    text-align: center;
}

.sub-container--lease .sub-inner .lease-process-step__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
}

.sub-container--lease .sub-inner .lease-process-step__icon svg {
    display: block;
    width: 34px;
    height: 34px;
}

.sub-container--lease .sub-inner .lease-process-step__label {
    margin: 0 0 8px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary);
    letter-spacing: 0.02em;
}

.sub-container--lease .sub-inner .lease-process-step__text {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #23252f;
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .sub-container--lease .sub-inner .lease-process-card {
        padding: 32px 24px 36px;
    }

    .sub-container--lease .sub-inner .lease-process-step__icon {
        width: 68px;
        height: 68px;
    }

    .sub-container--lease .sub-inner .lease-process-step__icon svg {
        width: 28px;
        height: 28px;
    }

    .sub-container--lease .sub-inner .lease-process-card__steps::before {
        top: 34px;
    }

    .sub-container--lease .sub-inner .lease-process-step__text {
        font-size: 0.875rem;
    }
}

@media (max-width: 768px) {
    .sub-container--lease .sub-inner .lease-process {
        padding: 48px 16px 64px;
    }

    .sub-container--lease .sub-inner .lease-process__title {
        margin-bottom: 28px;
        font-size: 1.75rem;
    }

    .sub-container--lease .sub-inner .lease-process-card {
        padding: 24px 16px 28px;
    }

    .sub-container--lease .sub-inner .lease-process-card__title {
        font-size: 1.25rem;
    }

    .sub-container--lease .sub-inner .lease-process-card__steps {
        flex-direction: column;
        gap: 28px;
        margin-top: 28px;
    }

    .sub-container--lease .sub-inner .lease-process-card__steps::before {
        display: none;
    }

    .sub-container--lease .sub-inner .lease-process-step {
        display: grid;
        grid-template-columns: 56px 1fr;
        grid-template-rows: auto auto;
        gap: 4px 16px;
        align-items: center;
        text-align: left;
    }

    .sub-container--lease .sub-inner .lease-process-step__icon {
        grid-row: 1 / span 2;
        width: 56px;
        height: 56px;
        margin: 0;
    }

    .sub-container--lease .sub-inner .lease-process-step__icon svg {
        width: 24px;
        height: 24px;
    }

    .sub-container--lease .sub-inner .lease-process-step__label {
        margin: 0;
        align-self: end;
    }

    .sub-container--lease .sub-inner .lease-process-step__text {
        align-self: start;
    }
}

@media (max-width: 768px) {
    .sub-container--lease .sub-inner .lease-visual {
        padding: 48px 16px 40px;
    }

    .sub-container--lease .sub-inner .lease-visual__heading {
        margin-bottom: 32px;
    }

    .sub-container--lease .sub-inner .lease-visual__heading h2 {
        max-width: calc(100% - 8px);
        padding: 14px 20px;
        font-size: 1.25rem;
        background-color: #46ab4b;
        color: #fff;
    }

    .sub-container--lease .sub-inner .lease-visual__heading p {
        font-size: 16px;
    }

    .sub-container--lease .sub-inner .lease-visual__heading-br {
        display: none;
    }

    .sub-container--lease .sub-inner .lease-visual__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sub-container--lease .sub-inner .lease-benefit-card {
        padding: 20px 16px;
        border-radius: 20px;
    }

    .sub-container--lease .sub-inner .lease-benefit-card__head h3 {
        font-size: 1.2rem;
    }

    .sub-container--lease .sub-inner .lease-benefit-card__head strong {
        font-size: 1.05rem;
    }

    .sub-container--lease .sub-inner .lease-benefit-card__body {
        padding: 18px 16px;
    }

    .sub-container--lease .sub-inner .lease-benefit-card__body li {
        font-size: 0.9375rem;
    }

    .sub-container--lease .sub-inner .lease-visual__notice {
        margin-top: 24px;
        font-size: 0.8125rem;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .sub-container {
        margin-top: 60px;
    }

    .sub-container .sub-inner {
        padding: 60px 20px;
    }

    .sub-container .sub-inner .sub-title h1,
    .sub-container .sub-inner .sub-title h2 {
        font-size: 2rem;
    }

    .sub-container--lease .sub-inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 450px) {
    .sub-container .sub-inner .sub-title h1,
    .sub-container .sub-inner .sub-title h2 {
        font-size: 28px;
    }
}

.quick-fixed {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1200;
    width: auto;
    padding: 22px 24px;
    border-radius: 14px;
    background: #44433f;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.quick-fixed__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    color: inherit;
    text-decoration: none;
}

.quick-fixed__item:first-child {
    padding-top: 0;
}

.quick-fixed__item:last-child {
    padding-bottom: 0;
}

.quick-fixed__item + .quick-fixed__item {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.quick-fixed__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.1);
}

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

.quick-fixed__txt em {
    font-size: 0.8125rem;
    font-style: normal;
    color: #d2d2d2;
    line-height: 1.2;
}

.quick-fixed__txt strong {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .quick-fixed {
        display: none;
    }
}

/* mobile-side-fixed - 모바일 우측 픽스드 (≤1024px) */
.mobile-side-fixed {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-side-fixed {
        position: fixed;
        right: 16px;
        bottom: calc(70px + env(safe-area-inset-bottom, 0) + 16px);
        z-index: 99;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-side-fixed .ms-fixed-item {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 18px;
        border-radius: 999px;
        font-size: 0.95rem;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
        white-space: nowrap;
    }

    .mobile-side-fixed .ms-fixed-item--call {
        background: linear-gradient(180deg, #ff8f4d 0%, var(--primary) 50%, var(--primary-hover) 100%);
        color: #fff;
    }

    .mobile-side-fixed .ms-fixed-icon {
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-side-fixed .ms-fixed-icon img,
    .mobile-side-fixed .ms-fixed-icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }
}

/* mobile-bottom-nav - 모바일 하단 고정 메뉴 (≤1024px) */
.mobile-bottom-nav {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: stretch;
        height: 72px;
        min-height: 72px;
        max-height: 72px;
        box-sizing: border-box;
        background: #fff;
        border-top: 1px solid #eee;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
        padding: 0 10px calc(8px + env(safe-area-inset-bottom, 0));
        overflow: visible;
    }

    .mobile-bottom-nav .mb-nav-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        gap: 4px;
        min-width: 0;
        height: 100%;
        padding: 0 4px 6px;
        text-decoration: none;
        color: #111;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        box-sizing: border-box;
    }

    .mobile-bottom-nav .mb-nav-icon {
        width: 29px;
        height: 29px;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-bottom-nav .mb-nav-icon img,
    .mobile-bottom-nav .mb-nav-icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .mobile-bottom-nav .mb-nav-label {
        flex-shrink: 0;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
    }

    /* 현재 페이지에 해당하는 메뉴 활성화 (빠른상담 제외) */
    .mobile-bottom-nav .mb-nav-item.active {
        color: var(--primary);
    }

    .mobile-bottom-nav .mb-nav-item.active .mb-nav-icon svg {
        fill: var(--primary);
    }

    .mobile-bottom-nav .mb-nav-item--consult {
        z-index: 2;
        color: #111;
    }

    .mobile-bottom-nav .mb-nav-item--consult .mb-nav-icon--consult {
        position: absolute;
        top: -24px;
        left: 50%;
        transform: translateX(-50%);
        width: 56px;
        height: 56px;
        margin: 0;
        border-radius: 50%;
        background: var(--primary);
        box-shadow: 0 4px 14px var(--primary-shadow);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
    }

    .mobile-bottom-nav .mb-nav-item--consult .mb-nav-icon--consult img {
        width: 22px;
        height: auto;
        filter: brightness(0) invert(1);
    }

    .mobile-bottom-nav .mb-nav-item--consult .mb-nav-label--consult {
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        color: #111;
    }

    .mobile-bottom-nav .mb-nav-item--kakao .mb-nav-icon--kakao {
        width: 29px;
        height: 29px;
        padding: 5px;
        border-radius: 50%;
        background: #FAE100;
        box-sizing: border-box;
    }

    .mobile-bottom-nav .mb-nav-item--kakao .mb-nav-icon--kakao img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* 하단 nav 가 컨텐츠를 가리지 않게 body 하단 여백 확보 */
    body {
        padding-bottom: calc(72px + env(safe-area-inset-bottom, 0));
    }
}

/* board reset *****************************************/

#bo_w,
#bo_v,
#bo_list {
    max-width: 1300px;
    margin: 0 auto;
    padding: var(--common-padding);
    position: relative;
}

.bbs-sectitle {
    text-align: center;
    margin-bottom: var(--common-margin-bt);
}

.bbs-sectitle h1 {
    font-size: var(--common-sec-title-h1-size);
    font-weight: var(--common-sec-title-h1-weight);
    line-height: 1;
}

@media (max-width:768px) {

    #bo_w,
    #bo_v,
    #bo_list {
        padding: var(--common-padding);
    }
}


/* 헤더 ***********************************************/

/* /pages/lease.php — index .sec1과 동일 스타일, 타 페이지 비침투(.sec-lease 스코프) */
.sec-lease .inner-128 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* /pages/lease.php — .sec1-2 히어로 (텍스트 좌 / 차량 이미지 1장 우) */
.sec-lease .sec1-2 {
    padding: 120px 0;
    background-color: #e8ecf2;
    background-image:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.85) 0%,
            rgba(255, 255, 255, 0.6) 30%,
            rgba(215, 64, 64, 0.15) 60%,
            rgba(232, 106, 106, 0.25) 100%
        ),
        url('/images/sec1-2-bg.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: auto, cover;
    border-bottom: 1px solid #ddd;
}

.sec-lease .sec1-2 .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-lease .sec1-2 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sec-lease .sec1-2 .txt {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
    min-width: 0;
}

.sec-lease .sec1-2 .sub,
.sec-lease .sec1-2 .main,
.sec-lease .sec1-2 .point {
    opacity: 0;
    transform: translateY(50px);
    animation: sec12FadeUp 1.1s ease forwards;
}

.sec-lease .sec1-2 .sub {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--primary);
    margin: 0 0 5px;
    animation-delay: 0.3s;
}

.sec-lease .sec1-2 .main {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.25;
    color: #282c34;
    letter-spacing: -0.02em;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    animation-delay: 0.8s;
}

.sec-lease .sec1-2 .point {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    margin: 10px 0 0;
    line-height: 1.3;
    animation-delay: 1.4s;
}

.sec-lease .sec1-2 .car {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
    opacity: 0;
    transform: translateX(80px);
    animation: sec12SlideLeft 1.1s ease forwards;
    animation-delay: 0.8s;
}

@keyframes sec12FadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sec12SlideLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sec-lease .sec1-2 .car img {
    position: relative;
    z-index: 2;
    max-width: min(100%, 520px);
    height: auto;
    transform: translateY(10px);
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
}

/* /pages/accident-rental.php — .sec1-2 히어로 (텍스트·이미지 등장: lease .sec1-2와 동일 타이밍/키프레임) */
.accident-rental-wrapper .sec1-2 {
    padding: 120px 0;
    background-color: #0f2e6e;
    background-image:
        radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 60%),
        linear-gradient(180deg, #0f2e6e 0%, #1f4fa3 50%, #7fc6e8 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.accident-rental-wrapper .sec1-2 .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.accident-rental-wrapper .sec1-2 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.accident-rental-wrapper .sec1-2 .txt {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
    min-width: 0;
}

/* lease .sec-lease .sec1-2 텍스트와 동일 (sec12FadeUp, delay 0.3s / 0.8s / 1.4s) */
.accident-rental-wrapper .sec1-2 .sub,
.accident-rental-wrapper .sec1-2 .main,
.accident-rental-wrapper .sec1-2 .point {
    opacity: 0;
    transform: translateY(50px);
    animation: sec12FadeUp 1.1s ease forwards;
}

.accident-rental-wrapper .sec1-2 .sub {
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 5px;
    animation-delay: 0.3s;
}

.accident-rental-wrapper .sec1-2 .main {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
    animation-delay: 0.8s;
}

.accident-rental-wrapper .sec1-2 .point {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    margin: 10px 0 0;
    padding: 10px 18px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #0f2e6e;
    border-radius: 12px 0 12px 0;
    background: linear-gradient(180deg, #8dffef 0%, #e3fff8 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    animation-delay: 1.4s;
}

/* lease .sec-lease .sec1-2 .car와 동일 (sec12SlideLeft, delay 0.8s) */
.accident-rental-wrapper .sec1-2 .car {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
    opacity: 0;
    transform: translateX(80px);
    animation: sec12SlideLeft 1.1s ease forwards;
    animation-delay: 0.8s;
}

.accident-rental-wrapper .sec1-2 .car img {
    position: relative;
    z-index: 2;
    max-width: min(100%, 520px);
    height: auto;
    transform: translateY(10px);
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
}

/* accident-rental: sec1 자리(구조용, 비어 있으면 레이아웃 영향 없음) */
.accident-rental-wrapper > .sec1:empty {
    margin: 0;
    padding: 0;
    min-height: 0;
}

/* /pages/accident-rental.php — 수수료 비교 (sec-fee, 히어로와 분리) */
.accident-rental-wrapper .sec-fee {
    padding: 100px 0 120px;
    background-color: #303237;
}

.accident-rental-wrapper .sec-fee .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.accident-rental-wrapper .sec-fee .fee-compare {
    text-align: center;
    color: #fff;
}

.accident-rental-wrapper .sec-fee .fee-compare .tit {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.4;
}

.accident-rental-wrapper .sec-fee .fee-compare .tit span {
    color: #ff5e3f;
}

.accident-rental-wrapper .sec-fee .fee-compare .desc {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    opacity: 0.9;
}

.accident-rental-wrapper .sec-fee .fee-compare .desc b {
    font-weight: 800;
}

.accident-rental-wrapper .sec-fee .fee-compare .table-wrap {
    margin-top: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* /pages/accident-rental.php — 금융 비교표 (.fee-table) */
.accident-rental-wrapper .sec-fee .fee-compare table.fee-table {
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.accident-rental-wrapper .sec-fee .fee-compare table.fee-table th,
.accident-rental-wrapper .sec-fee .fee-compare table.fee-table td {
    padding: 18px 16px;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    vertical-align: middle;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.accident-rental-wrapper .sec-fee .fee-compare table.fee-table thead th {
    padding: 14px 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 600;
}

.accident-rental-wrapper .sec-fee .fee-compare table.fee-table thead th.fee-table-partner {
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.accident-rental-wrapper .sec-fee .fee-compare table.fee-table thead th.fee-table-partner img {
    display: block;
    max-height: 20px;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

/* 4번째 열 헤더 (텍스트/로고 공용) */
.accident-rental-wrapper .sec-fee .fee-compare table.fee-table thead tr > th:nth-child(5).fee-table-partner img {
    max-height: 28px;
}

.accident-rental-wrapper .sec-fee .fee-compare table.fee-table tbody tr:last-child td {
    border-bottom: none;
}

.accident-rental-wrapper .sec-fee .fee-compare table.fee-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

.accident-rental-wrapper .sec-fee .fee-compare table.fee-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.06);
}

.accident-rental-wrapper .sec-fee .fee-compare table.fee-table .label {
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.accident-rental-wrapper .sec-fee .fee-compare table.fee-table .label b {
    color: #ff5252;
    font-weight: 700;
}

.accident-rental-wrapper .sec-fee .fee-compare table.fee-table td.highlight {
    color: #ff5252;
    font-weight: 700;
}

.accident-rental-wrapper .sec-fee .fee-compare .result {
    margin-top: 50px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.accident-rental-wrapper .sec-fee .fee-compare .result span {
    color: #ff5252;
    border-bottom: 3px solid #ff5252;
    padding-bottom: 2px;
}

@media (max-width: 850px) {
    .sec-lease .sec1-2 {
        padding: 72px 0 88px;
    }

    .sec-lease .sec1-2 .inner {
        text-align: center;
    }

    .sec-lease .sec1-2 .flex {
        flex-direction: column;
    }

    .sec-lease .sec1-2 .txt,
    .sec-lease .sec1-2 .car {
        width: 100%;
    }

    .sec-lease .sec1-2 .txt {
        align-items: center;
    }

    .sec-lease .sec1-2 .car {
        justify-content: center;
        margin-top: 30px;
    }

    .sec-lease .sec1-2 .car img {
        max-width: 90%;
        transform: none;
    }

    .sec-lease .sec1-2 .main {
        font-size: 2.2rem;
    }

    .sec-lease .sec1-2 .point {
        font-size: 1.6rem;
        align-self: center;
    }

    .sec-lease .sec1-2 .sub {
        font-size: 0.95rem;
    }

    /* /pages/accident-rental.php — .sec1-2 (lease .sec1-2 와 동일 레이아웃) */
    .accident-rental-wrapper .sec1-2 {
        padding: 72px 0 88px;
    }

    .accident-rental-wrapper .sec1-2 .inner {
        text-align: center;
    }

    .accident-rental-wrapper .sec1-2 .flex {
        flex-direction: column;
    }

    .accident-rental-wrapper .sec1-2 .txt,
    .accident-rental-wrapper .sec1-2 .car {
        width: 100%;
    }

    .accident-rental-wrapper .sec1-2 .txt {
        align-items: center;
    }

    .accident-rental-wrapper .sec1-2 .car {
        justify-content: center;
        margin-top: 30px;
    }

    .accident-rental-wrapper .sec1-2 .car img {
        max-width: 90%;
        transform: none;
    }

    .accident-rental-wrapper .sec1-2 .main {
        font-size: 2.2rem;
    }

    .accident-rental-wrapper .sec1-2 .point {
        font-size: 1.6rem;
        align-self: center;
    }

    .accident-rental-wrapper .sec1-2 .sub {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .accident-rental-wrapper .sec-fee {
        padding: 56px 0 72px;
    }

    .accident-rental-wrapper .sec-fee .fee-compare .tit {
        font-size: 1.65rem;
    }

    .accident-rental-wrapper .sec-fee .fee-compare .result {
        font-size: 1.25rem;
    }

    .accident-rental-wrapper .sec-fee .fee-compare table.fee-table th,
    .accident-rental-wrapper .sec-fee .fee-compare table.fee-table td {
        padding: 12px 8px;
        font-size: 0.85rem;
    }

    .accident-rental-wrapper .sec-fee .fee-compare table.fee-table .label {
        white-space: normal;
    }

    .accident-rental-wrapper .sec-fee .fee-compare table.fee-table thead th.fee-table-partner img {
        max-height: 22px;
    }

    .accident-rental-wrapper .sec-fee .fee-compare table.fee-table thead tr > th:nth-child(5).fee-table-partner img {
        max-height: 24px;
    }
}

.sec-lease .sec1 {
    padding: 80px 0;
}

.sec-lease .sec1 .dflx {
    display: flex;
    gap: 32px;
    align-items: stretch;
    justify-content: center;
}

.sec-lease .sec1 .sec1-head {
    text-align: center;
    margin-bottom: 30px;
}

.sec-lease .sec1 .form-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #555;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.25;
}

.sec-lease .sec1 .form-title .highlight {
    color: var(--primary);
}

.sec-lease .sec1 .form-sub {
    font-size: 1rem;
    color: #666;
    margin: 8px 0 0;
}

.sec-lease .sec1 .s1-form {
    flex: 1 1 auto;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    padding: 24px;
    border-radius: 28px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-lease .sec1 .s1-form input[type="text"],
.sec-lease .sec1 .s1-form input[type="tel"],
.sec-lease .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;
}

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

/* lease.php: 연락처·차량명·문의 — 한 줄 3열 — .sec-lease .s1-form 스코프 */
.sec-lease .s1-form .lease-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 50px;
}

.sec-lease .s1-form .lease-form-grid > * {
    min-width: 0;
}

.sec-lease .s1-form .lease-form-grid > input[type="text"],
.sec-lease .s1-form .lease-form-grid > input[type="tel"] {
    margin-bottom: 0;
}

.sec-lease .s1-form input[readonly] {
    background: #f5f5f5;
    color: #333;
    cursor: default;
}

.sec-lease .s1-form input[readonly]:focus {
    outline: none;
    border-color: #ddd;
    box-shadow: none;
}

@media (max-width: 768px) {
    .sec-lease .s1-form .lease-form-grid {
        grid-template-columns: 1fr;
    }

    .sec-lease .s1-form .lease-form-grid > * {
        width: 100%;
    }
}

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

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

.sec-lease .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;
}

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

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

.sec-lease .sec1 .method .opt input {
    display: none;
}

.sec-lease .sec1 .method .opt span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: .9rem;
    transition: all .2s ease;
}

.sec-lease .sec1 .method .opt input:checked + span {
    border-color: var(--primary);
    color: var(--primary);
    font-weight: 600;
}

.sec-lease .sec1 .agree {
    font-size: 1.2rem;
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.sec-lease .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;
    transition: background 0.2s ease;
}

.sec-lease .sec1 .submit:hover {
    background: var(--primary-hover);
}

.sec-lease .sec1 .agree {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 1.3rem;
}

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

.sec-lease .sec1 .agree input:checked {
    border-color: var(--primary);
    background-color: var(--primary);
}

.sec-lease .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>");
}

.sec-lease .sec1 .agree .txt {
    line-height: 1;
    font-size: .9rem;
}

.sec-lease .sec2-cta {
    padding: 120px 0;
    background-color: #fff;
}

.sec-lease .sec2-cta .dflx {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    height: 444px;
}

.sec-lease .sec2-cta .dflx .txt,
.sec-lease .sec2-cta .dflx .img-box {
    flex: 1;
}

.sec-lease .sec2-cta .dflx .txt {
    display: flex;
    align-items: center;
    height: 100%;
}

.sec-lease .sec2-cta .dflx .img-box {
    width: 100%;
    height: 100%;
    background: url('/../images/lease-bg.jpg') no-repeat center / cover;
    border-radius: 28px;
    overflow: hidden;
}

.sec-lease .sec2-cta .dflx .txt h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    color: #454752;
    margin-bottom: 2rem;
}

.sec-lease .sec2-cta .dflx .txt h2 .point {
    color: var(--primary);
}

.sec-lease .check-list .txt strong {
    margin-left: 0.3rem;
}

.sec-lease .sec2-cta .dflx .txt .btn-consult {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    background: var(--primary);
    padding: 1.2rem 2.4rem;
    border-radius: 999px;
    margin-bottom: 3rem;
}

.sec-lease .sec2-cta .dflx .txt .check-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.sec-lease .sec2-cta .dflx .txt .check-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.3rem;
    color: #454752;
}

.sec-lease .sec2-cta .dflx .txt .check-list li strong {
    color: var(--primary);
    font-weight: 600;
}

.sec-lease .sec2-cta .dflx .txt .check-list li .ico {
    width: 1rem;
    height: 1rem;
    background: url('/../images/ic/icon-check.svg') no-repeat center / contain;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .sec-lease .sec2-cta {
        padding: 80px 0;
    }

    .sec-lease .sec2-cta .dflx {
        flex-direction: column;
        height: auto;
        gap: 32px;
    }

    .sec-lease .sec2-cta .dflx .txt,
    .sec-lease .sec2-cta .dflx .img-box {
        flex: 0 0 auto;
        width: 100%;
    }

    .sec-lease .sec2-cta .dflx .txt {
        height: auto;
    }

    .sec-lease .sec2-cta .dflx .img-box {
        height: 280px;
    }

    .sec-lease .sec2-cta .dflx .txt h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .sec-lease .sec2-cta .dflx .txt .btn-consult {
        font-size: 1.2rem;
        padding: 1rem 2rem;
        margin-bottom: 2rem;
    }

    .sec-lease .sec2-cta .dflx .txt .check-list li {
        font-size: 1.1rem;
    }
}

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

    .sec-lease .sec2-cta .dflx .img-box {
        height: 220px;
    }

    .sec-lease .sec2-cta .dflx .txt h2 {
        font-size: 1.6rem;
    }

    .sec-lease .sec2-cta .dflx .txt .btn-consult {
        font-size: 1rem;
        padding: 0.9rem 1.6rem;
    }

    .sec-lease .sec2-cta .dflx .txt .check-list li {
        font-size: 1rem;
    }
}

/* /pages/lease.php — 장기렌트 특별 안내: section.sec2 (위약금 CTA는 .sec2-cta) */
.sec-lease section.sec2 {
    padding: 100px 0;
    background: #f7f9fc;
}

.sec-lease section.sec2 .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-lease section.sec2 .sec-head {
    text-align: center;
    margin-bottom: 60px;
}

.sec-lease section.sec2 .sec-head h2 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 800;
    color: #454752;
    letter-spacing: -0.02em;
}

.sec-lease section.sec2 .sec-head h2 span {
    color: var(--primary);
}

.sec-lease section.sec2 .card-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: stretch;
}

.sec-lease section.sec2 .card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec-lease section.sec2 .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.sec-lease section.sec2 .num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ff3b30;
    color: #fff;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 8px;
    margin: 12px;
    font-size: 0.9rem;
    line-height: 1;
}

.sec-lease section.sec2 .img {
    flex-shrink: 0;
    height: 180px;
    background: #eee;
}

.sec-lease section.sec2 .txt {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
    text-align: center;
}

.sec-lease section.sec2 .txt h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}

.sec-lease section.sec2 .txt p {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .sec-lease section.sec2 .card-list {
        flex-wrap: wrap;
    }

    .sec-lease section.sec2 .card {
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 640px) {
    .sec-lease section.sec2 {
        padding: 72px 0;
    }

    .sec-lease section.sec2 .sec-head {
        margin-bottom: 40px;
    }

    .sec-lease section.sec2 .sec-head h2 {
        font-size: clamp(1.5rem, 5.5vw, 2rem);
    }

    .sec-lease section.sec2 .card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* /pages/accident-rental.php — 장기렌트 특별 안내 (.accident-rental-wrapper .sec2 전용, lease와 분리) */
.accident-rental-wrapper .sec2 {
    padding: 120px 0;
    background: #f7f9fc;
}

.accident-rental-wrapper .sec2 .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.accident-rental-wrapper .sec2 .sec-head {
    text-align: center;
    margin-bottom: 60px;
}

.accident-rental-wrapper .sec2 .sec-head h2 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 800;
    color: #454752;
    letter-spacing: -0.02em;
}

.accident-rental-wrapper .sec2 .sec-head h2 span {
    color: var(--primary);
}

.accident-rental-wrapper .sec2 .card-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: stretch;
}

.accident-rental-wrapper .sec2 .card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accident-rental-wrapper .sec2 .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.accident-rental-wrapper .sec2 .num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 8px;
    margin: 12px;
    font-size: 0.9rem;
    line-height: 1;
}

.accident-rental-wrapper .sec2 .img {
    flex-shrink: 0;
    height: 180px;
    background: #f9f9f9;

    display: flex;
    align-items: center;
    justify-content: center;
}

.accident-rental-wrapper .sec2 .img img {
    max-width: 100%;
    max-height: 70%;
    object-fit: contain;
}

.accident-rental-wrapper .sec2 .txt {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
    text-align: center;
}

.accident-rental-wrapper .sec2 .txt h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}

.accident-rental-wrapper .sec2 .txt p {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .accident-rental-wrapper .sec2 .card-list {
        flex-wrap: wrap;
    }

    .accident-rental-wrapper .sec2 .card {
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 640px) {
    .accident-rental-wrapper .sec2 {
        padding: 72px 0;
    }

    .accident-rental-wrapper .sec2 .sec-head {
        margin-bottom: 40px;
    }

    .accident-rental-wrapper .sec2 .sec-head h2 {
        font-size: clamp(1.5rem, 5.5vw, 2rem);
    }

    .accident-rental-wrapper .sec2 .card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* /pages/accident-rental.php — sec3 (이미지+텍스트 행, .accident-rental-wrapper 전용) */
.accident-rental-wrapper .sec3 {
    padding: 120px 0;
}

.accident-rental-wrapper .sec3 .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.accident-rental-wrapper .sec3 .row {
    display: flex;
    align-items: center;
    gap: 40px;
}

.accident-rental-wrapper .sec3 .row.reverse {
    flex-direction: row-reverse;
}

.accident-rental-wrapper .sec3 .img {
    width: 50%;
    height: 360px;
    border-radius: 20px;
    overflow: hidden;
    background: #eee;
}

.accident-rental-wrapper .sec3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accident-rental-wrapper .sec3 .txt {
    width: 50%;
}

.accident-rental-wrapper .sec3 .txt h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.accident-rental-wrapper .sec3 .txt p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

@media (max-width: 991px) {
    .accident-rental-wrapper .sec3 .row {
        flex-direction: column;
    }

    .accident-rental-wrapper .sec3 .row.reverse {
        flex-direction: column;
    }

    .accident-rental-wrapper .sec3 .img,
    .accident-rental-wrapper .sec3 .txt {
        width: 100%;
    }
}

/* sec4 - process */
.accident-rental-wrapper .sec4 {
    position: relative;
    padding: 150px 0;
    color: #fff;
    background-color: #181818;
    background-image: url(/images/zero-sec4-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.accident-rental-wrapper .sec4::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #181818;
    opacity: 0.9;
    z-index: 0;
    pointer-events: none;
}

.accident-rental-wrapper .sec4 .inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    .accident-rental-wrapper .sec4 .inner {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.accident-rental-wrapper .sec4 .sec-head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 80px;
}

.accident-rental-wrapper .sec4 .sec-head h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}

.accident-rental-wrapper .sec4 .sec-head span {
    color: #ff2d2d;
}

/* process (오버레이 위 콘텐츠) */
.accident-rental-wrapper .sec4 .process-wrap {
    position: relative;
    z-index: 1;
}

/* 라인 */
.accident-rental-wrapper .sec4 .process-line {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.3);
    z-index: 0;
}

/* 리스트 */
.accident-rental-wrapper .sec4 .process-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

/* 아이템 */
.accident-rental-wrapper .sec4 .process-item {
    position: relative;
    z-index: 1;
    width: 20%;
    text-align: left;
}

/* 🔥 핵심: 원형 */
.accident-rental-wrapper .sec4 .step {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.4);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.4rem;
    margin-bottom: 24px;

    /* 🔥 이게 핵심 — 섹션 톤과 맞춰 라인 가림 */
    background: #181818;
    position: relative;
    z-index: 2;

    transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

/* active */
.accident-rental-wrapper .sec4 .process-item.active .step {
    background: #ff2d2d;
    border-color: #ff2d2d;
    color: #fff;
}

/* 텍스트 */
.accident-rental-wrapper .sec4 .process-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.accident-rental-wrapper .sec4 .process-item p {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
}

/* 간격 */
.accident-rental-wrapper .sec4 .process-item:nth-child(1) { padding-right: 20px; }
.accident-rental-wrapper .sec4 .process-item:nth-child(2),
.accident-rental-wrapper .sec4 .process-item:nth-child(3),
.accident-rental-wrapper .sec4 .process-item:nth-child(4) { padding: 0 15px; }
.accident-rental-wrapper .sec4 .process-item:nth-child(5) { padding-left: 20px; }

/* 모바일 */
@media (max-width: 768px) {

    .accident-rental-wrapper .sec4 {
        padding: 80px 0;
    }

    .accident-rental-wrapper .sec4 .process-list {
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .accident-rental-wrapper .sec4 .process-item,
    .accident-rental-wrapper .sec4 .process-item:nth-child(1),
    .accident-rental-wrapper .sec4 .process-item:nth-child(2),
    .accident-rental-wrapper .sec4 .process-item:nth-child(3),
    .accident-rental-wrapper .sec4 .process-item:nth-child(4),
    .accident-rental-wrapper .sec4 .process-item:nth-child(5) {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .accident-rental-wrapper .sec4 .step {
        margin-left: auto;
        margin-right: auto;
    }

    .accident-rental-wrapper .sec4 .process-line {
        display: none;
    }
}

/* sec5 */
.accident-rental-wrapper .sec5 {
    padding: 100px 0;
    background: linear-gradient(
        135deg,
        #0b3c66 0%,
        #145ea8 40%,
        #1e7ccf 100%
    );
    color: #fff;
    overflow: visible;
}

.accident-rental-wrapper .sec5 .inner {
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

@media (max-width: 1200px) {
    .accident-rental-wrapper .sec5 .inner {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

/* 타이틀 */
.accident-rental-wrapper .sec5 .sec-title {
    text-align: center;
    margin-bottom: 60px;
}

.accident-rental-wrapper .sec5 .sec-title h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.br-mobile-768 {
    display: none;
}

@media (max-width: 768px) {
    .accident-rental-wrapper .sec4 .sec-head h2,
    .accident-rental-wrapper .sec5 .sec-title h2 {
        font-size: 1.6rem;
    }

    .br-mobile-768 {
        display: inline;
    }
}

.accident-rental-wrapper .sec5 .sec-title span {
    color: #ffd43b;
}

/* stats */
.accident-rental-wrapper .sec5 .stats-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.accident-rental-wrapper .sec5 .stat {
    background: rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
}

.accident-rental-wrapper .sec5 .stat .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #fff;
}

.accident-rental-wrapper .sec5 .stat .icon svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.accident-rental-wrapper .sec5 .stat strong {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.accident-rental-wrapper .sec5 .stat p {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.8);
}

/* CTA — docked 시 .btn-cta absolute 기준 + fixed 시 flow 밖 여유 */
.accident-rental-wrapper .sec5 .cta-box {
    position: relative;
    background: #fff;
    color: #111;
    border-radius: 20px;
    padding: 50px 40px calc(50px + 72px);
    text-align: center;
    overflow: visible;
}

.accident-rental-wrapper .sec5 .cta-box h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.accident-rental-wrapper .sec5 .cta-box h3 span {
    color: #16639a;
}

.accident-rental-wrapper .sec5 .cta-box .sub {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
}

/* 체크 리스트 */
.accident-rental-wrapper .sec5 .cta-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.accident-rental-wrapper .sec5 .cta-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    max-width: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.accident-rental-wrapper .sec5 .cta-list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
}

@keyframes accident-rental-sec5-check-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.28);
    }
    50% {
        box-shadow: 0 0 0 7px rgba(34, 197, 94, 0);
    }
}

.accident-rental-wrapper .sec5 .cta-list .check {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #22c55e;
    background-image: url(/images/zero-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    position: relative;
    animation: accident-rental-sec5-check-pulse 2.6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    .accident-rental-wrapper .sec5 .cta-list li {
        transition: none;
    }

    .accident-rental-wrapper .sec5 .cta-list li:hover {
        transform: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }

    .accident-rental-wrapper .sec5 .cta-list .check {
        animation: none;
        box-shadow: none;
    }
}

/* 버튼 — 기본: 뷰포트 하단 fixed / 트리거 이후: cta-box 내부 absolute */
.accident-rental-wrapper .sec5 .btn-cta {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 480px;
    z-index: 120;
    display: block;
    box-sizing: border-box;
    margin: 0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    background: #ffd43b;
    color: #111;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 999px;
    font-size: 1.4rem;
    text-align: center;
    transition: background-color 0.2s ease, box-shadow 0.25s ease;
}

.accident-rental-wrapper .sec5.is-docked .btn-cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.accident-rental-wrapper .sec5 .btn-cta span {
    display: inline-flex;
    align-items: center;
}

.accident-rental-wrapper .sec5 .btn-cta span::after {
    content: "→";
    display: inline-block;
    margin-left: 9px;
    transition: transform 0.24s ease;
}

.accident-rental-wrapper .sec5 .btn-cta:hover {
    background: #facc15;
}

.accident-rental-wrapper .sec5 .btn-cta:hover span::after {
    transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
    .accident-rental-wrapper .sec5 .btn-cta span::after {
        transition: none;
    }

    .accident-rental-wrapper .sec5 .btn-cta:hover span::after {
        transform: none;
    }
}

/* 반응형 */
@media (max-width: 768px) {

    .accident-rental-wrapper .sec5 .stats-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .accident-rental-wrapper .sec5 .cta-box {
        padding: 40px 20px calc(40px + 72px);
    }

    .accident-rental-wrapper .sec5 .cta-box h3 {
        font-size: 1.7rem;
    }

    .accident-rental-wrapper .sec5 .cta-list {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .accident-rental-wrapper .sec5 .cta-list li {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 350px) {
    .accident-rental-wrapper .sec5 .stats-list {
        grid-template-columns: 1fr;
    }
}

.sec-lease .sec3 {
    padding: 60px 0;
    background-color: #111;
}

.sec-lease .sec3 .dflx {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sec-lease .sec3 .txt h2 {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}

.sec-lease .sec3 .txt h2 .main {
    font-weight: 800;

    background: linear-gradient(120deg, #059669 0%, #10b981 40%, #6ee7b7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-lease .sec3 .txt h2 .sub {
    color: #ffffffb3;
    margin: 0;
}
.sec-lease .sec3 .txt a {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.3rem 2.8rem;
    border-radius: 999px;
    margin-top: 2.4rem;

    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: #fff;

    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
    transition: all 0.25s ease;

    overflow: hidden;
    isolation: isolate;
}

/* 돌아가는 빛 */
.sec-lease .sec3 .txt a::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 999px;
    z-index: 0;

    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 70%,
        rgba(255,255,255,0.7) 85%,
        transparent 100%
    );

    animation: spin 2.5s linear infinite;
}

/* 안쪽 레이어 */
.sec-lease .sec3 .txt a::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 999px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    z-index: 1;
}

/* 텍스트 최상단 */
.sec-lease .sec3 .txt a span {
    position: relative;
    z-index: 2;
}

/* hover */
.sec-lease .sec3 .txt a:hover {
    transform: translateY(-2px);
}

/* 애니메이션 */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.sec-lease .sec3 .txt a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(16, 185, 129, 0.45);
}

@media (max-width: 768px) {
    .sec-lease .sec3 .txt h2,
    .sec-lease .sec4 .sec-title h2,
    .sec-lease .sec5 .sec-title h2 {
        font-size: 1.6rem;
    }

    .sec-lease .sec4 {
        padding: 60px 0;
    }

    /* 768px 이하 — 타이틀 margin-bottom 통일 (40px) */
    .sec-lease .sec2-cta .dflx .txt h2,
    .sec-lease .sec3 .txt h2 {
        margin-bottom: 40px;
    }

    .sec-lease .sec4 .sec-title,
    .sec-lease .sec5 .sec-title {
        margin-bottom: 40px;
    }

    /* sec3 버튼이 h2 와 margin-top 으로 추가 간격 만들지 않도록 초기화 */
    .sec-lease .sec3 .txt a {
        margin-top: 0;
    }
}

/* /pages/lease.php — 비교 섹션 .sec1-1 (lease 전용, 배경 + 오버레이) */
.sec-lease .sec1-1 {
    position: relative;
    padding: 100px 0;
    background-color: #383e4b;
    background-image: url('/images/sec1-1-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec-lease .sec1-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(56, 62, 75, 0.85);
    z-index: 1;
    pointer-events: none;
}

.sec-lease .sec1-1 .inner {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-lease .sec1-1 .title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 700;
    color: #cbcbcb;
}

.sec-lease .sec1-1 .title span {
    color: var(--primary);
}

.sec-lease .sec1-1 .compare-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
}

.sec-lease .sec1-1 .col {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    min-width: 0;
}

/* 좌측: 일반 — 회색톤 */
.sec-lease .sec1-1 .col.left {
    background: #f1f3f5;
    border: 1px solid #ddd;
}

.sec-lease .sec1-1 .col.left .row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #e5e5e5;
}

.sec-lease .sec1-1 .col.left .row:not(.head),
.sec-lease .sec1-1 .col.right .row:not(.head) {
    min-height: 58px;
}

.sec-lease .sec1-1 .col.left .row:last-child {
    border-bottom: none;
}

.sec-lease .sec1-1 .col.left .row div {
    flex: 1;
    padding: 16px;
    font-size: 1rem;
    color: #6c757d;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.sec-lease .sec1-1 .col.left .row.head {
    font-weight: 700;
    background: #e9ecef;
    color: #495057;
}

.sec-lease .sec1-1 .col.left .row.head div {
    color: #343a40;
}

/* 우측: 흰 배경 + 파란 테두리만 (텍스트 .point로 강조) */
.sec-lease .sec1-1 .col.right {
    background: #fff;
    border: 2px solid var(--primary);
    box-shadow: none;
    transform: none;
}

/* 우측: 좌측과 동일 row 그리드, 강조만 차별 */
.sec-lease .sec1-1 .col.right .row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #eee;
}

.sec-lease .sec1-1 .col.right .row:last-child {
    border-bottom: none;
}

.sec-lease .sec1-1 .col.right .row div {
    flex: 1;
    padding: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.sec-lease .sec1-1 .col.right .row .point {
    color: #474747;
    font-weight: 700;
    justify-content: flex-start;
}

.sec-lease .sec1-1 .col.right .row.head.main {
    background: var(--primary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sec-lease .sec1-1 .col.right .row.head.main div {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    justify-content: flex-start;
    text-align: left;
}

.sec-lease .sec1-1 .col.right .head {
    text-align: left;
}

/* VS: compare-wrap 기준 중앙 */
.sec-lease .sec1-1 .vs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary) 0%, #E86A6A 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.05rem;
    color: #fff;
    z-index: 3;
    box-shadow: 0 10px 20px var(--primary-shadow);
    pointer-events: none;
}

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

    .sec-lease .sec1 .s1-form {
        flex: 1 1 100%;
        width: 100%;
    }

    .sec-lease .sec1 .form-title {
        font-size: 1.6rem;
    }

    .sec-lease .sec1-1 {
        padding: 72px 0;
    }

    .sec-lease .sec1-1 .compare-wrap {
        flex-direction: column;
        padding: 0;
        gap: 0;
    }

    .sec-lease .sec1-1 .vs {
        position: static;
        transform: none;
        margin: 20px auto;
        pointer-events: auto;
    }

    .sec-lease .sec1-1 .title {
        font-size: clamp(1.45rem, 5vw, 2.2rem);
        margin-bottom: 32px;
    }

    .sec-lease .sec1-1 .col.left .row div {
        font-size: 1.05rem;
        padding: 12px;
    }

    .sec-lease .sec1-1 .col.right .row.head.main div {
        font-size: 1.2rem;
        padding: 14px 12px;
    }

    .sec-lease .sec1-1 .col.right .row div {
        font-size: 1.05rem;
        padding: 12px;
    }

    .sec-lease .sec1-1 .col.right .row .point {
        font-size: 1.08rem;
    }
}

.sec4 {
    padding: 100px 0;
    background: #f9f9f9;
}

.sec4 .sec-title {
    text-align: center;
    margin-bottom: 60px;
}

.sec4 .sec-title h2 {
    font-size: 2.2rem;
    line-height: 1;
    color: #454752;
}

.sec4 .problem-solution-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
}

/* 문제 / 해결 공통 */
.sec4 .problem-row,
.sec4 .solution-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* 문제 박스 */
.sec4 .problem-box {
    padding: 2.4rem;
    border-radius: 1.6rem;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
}

.sec4 .problem-box .tit {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #454752;
}

.sec4 .problem-box .desc {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #454752;
}

/* 화살표 영역 */
.sec4 .arrow-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
}

/* 화살표 자리 (이미지 넣을 자리) */
.sec4 .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 해결 박스 */
.sec4 .solution-box {
    padding: 2.8rem;
    border-radius: 1.8rem;
    text-align: center;
    background: #3f8bdd;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.sec4 .solution-box .label {
    display: block;
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
    letter-spacing: 0.05em;
    opacity: 0.8;
    color: #fff;
}

.sec4 .solution-box .tit {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff;
}

.sec4 .solution-box .desc {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #e3ebf3;
}

@media (max-width: 768px) {
    /* problem-row / arrow-row / solution-row 의 부모 wrap 을 grid 로 사용 */
    .sec4 .problem-solution-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* 각 row 컨테이너는 레이아웃에서 사라지게 → 자식들이 problem-solution-wrap 직속 grid item 으로 동작 */
    .sec4 .problem-row,
    .sec4 .arrow-row,
    .sec4 .solution-row {
        display: contents;
    }

    /* 1세트 (문제 → 화살표 → 솔루션) */
    .sec4 .problem-row > .problem-box:nth-child(1)  { order: 1; }
    .sec4 .arrow-row > .arrow:nth-child(1)          { order: 2; }
    .sec4 .solution-row > .solution-box:nth-child(1){ order: 3; }
    /* 2세트 */
    .sec4 .problem-row > .problem-box:nth-child(2)  { order: 4; margin-top: 1.6rem; }
    .sec4 .arrow-row > .arrow:nth-child(2)          { order: 5; }
    .sec4 .solution-row > .solution-box:nth-child(2){ order: 6; }
    /* 3세트 */
    .sec4 .problem-row > .problem-box:nth-child(3)  { order: 7; margin-top: 1.6rem; }
    .sec4 .arrow-row > .arrow:nth-child(3)          { order: 8; }
    .sec4 .solution-row > .solution-box:nth-child(3){ order: 9; }

    /* 카드 / 화살표 사이즈 미세 조정 */
    .sec4 .problem-box {
        padding: 1.8rem;
    }

    .sec4 .problem-box .tit {
        font-size: 1.2rem;
    }

    .sec4 .problem-box .desc,
    .sec4 .solution-box .desc {
        font-size: 1rem;
    }

    .sec4 .solution-box {
        padding: 2rem;
    }

    .sec4 .solution-box .tit {
        font-size: 1.3rem;
    }

    .sec4 .arrow {
        width: 32px;
        height: 32px;
        justify-self: center;
    }

    .sec4 .arrow img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.sec5 {
    padding: 40px 0 120px;
    background: #fff;
}

.sec5 .sec-title {
    text-align: center;
    margin-bottom: 60px;
}

.sec5 .sec-title h2 {
    font-size: 2.2rem;
    line-height: 1;
    color: #454752;
}

.sec5 .process-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

/* 박스 */
.sec5 .process-wrap .process-box {
    padding: 2rem;
    border-radius: 1.6rem;
    background: #f1f5ff;
    text-align: left;
}

/* STEP 라벨 */
.sec5 .process-wrap .process-box .step {
    display: inline-block;
    font-size: .9rem;
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    background: rgba(0,0,0,0.05);
}

/* 타이틀 */
.sec5 .process-wrap .process-box .tit {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

/* 설명 */
.sec5 .process-wrap .process-box .desc {
    font-size: 1rem;
    line-height: 1.6;
}

/* 반응형 */
@media (max-width: 1024px) {
    .sec5 .process-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .sec5 .process-wrap {
        grid-template-columns: 1fr;
    }
}

/* 푸터 ***********************************************/
/*    footer    */
#footer {
    position: relative;
    padding: 100px 0;
    background: #f9f9f9;
}

#footer .inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

#footer .inner .ft_top,
#footer .inner .ft_mid,
#footer .inner .ft_addr {
    margin-bottom: 40px;
}

#footer .inner .ft_top .dflx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .inner .ft_top .dflx .nav ul {
    display: flex;
}

#footer .inner .ft_top .dflx .nav a {
    color: #666;
}

#footer .inner .ft_top .dflx .nav a:first-child {
    color: #111;
}

#footer .inner .ft_top .dflx .nav ul li:not(:last-child) {
    margin-right: 16px;
}

#footer .inner .ft_top .dflx .cont {
    text-align: right;

}

#footer .inner .ft_top .dflx .cont h3 a,
#footer .inner .ft_top .dflx .cont h3 {
    color: #111;
    font-size: 24px;
}

#footer .inner .ft_mid .dflx {
    display: flex;
    justify-content: space-between;
}

#footer .inner .ft_mid .dflx .left .ft_tit {}

#footer .inner .ft_mid .dflx .left .ft_tit h2 {
    font-size: 32px;
    line-height: 1.4;
    color: #111;
    margin-bottom: 24px;
    font-family: var(--font-na);
}

#footer .inner .ft_mid .dflx .left .ft_tit a {
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #111;
    color: #111;
}

#footer .inner .ft_mid .dflx .right ul {
    display: flex;
}

#footer .inner .ft_mid .dflx .right ul li {
    width: 20%;
}

#footer .inner .ft_mid .dflx .right ul li:not(:last-child) {
    margin-right: 50px;
}

#footer .inner .ft_mid .dflx .right ul li h3 {
    color: #111;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
}

#footer .inner .ft_mid .dflx .right ul li a {
    color: #333;
    opacity: 1;
    display: block;
    font-size: 15px;
}

#footer .inner .ft_mid .dflx .right ul li a:not(:last-child) {
    margin-bottom: 8px;
}

#footer .inner .ft_addr p {
    font-size: 13px;
    color: #555;
}

#footer .inner .ft_addr p:first-child {
    margin-bottom: 8px;
}

#footer .inner .ft_addr p span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 400;
}

#footer .inner .ft_bot .brand ul {
    display: flex;
}

#footer .inner .ft_bot .brand ul li {
    color: #111;
}

#footer .inner .ft_bot .brand ul li:not(:last-child) {
    margin-right: 8px;

}

#footer .inner .ft_bot {
    position: relative;
}

#footer .inner .ft_bot .cp {
    color: #555;
    font-size: 14px;
}

#footer .inner .ft_bot .cp .ft-adm-link {
    margin-left: 8px;
    font-size: 11px;
    color: #888;
    text-decoration: none;
}

#footer .inner .ft_bot .cp .ft-adm-link:hover {
    color: #111;
    text-decoration: underline;
}

.footer_sns .inner {
    background: #fff;
}

.footer_sns .inner .dflx ul {
    display: flex;
    justify-content: space-between;
    height: 300px;

}

.footer_sns .inner .dflx ul li {
    width: 33.333333%;
    display: inline-block;
    height: 100%;
    border-top: 1px solid #111;
}



.footer_sns .inner .dflx ul li:not(:last-child) {
    border-right: 1px solid #111;
}

.footer_sns .inner .dflx ul li a {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer_sns .inner .dflx ul li a:hover {
    background: #f1f1f1;
}

.footer_sns .inner .dflx ul li a .top {
    font-size: 24px;
    font-family: var(--eng-font);
}

.footer_sns .inner .dflx ul li a .bot .df {
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 40px;
    font-family: var(--eng-font);
}

/* ✅ Dim */
.ft-policy-dim {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
}

/* ✅ Modal */
.ft-policy-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    background: #fff;
    border-radius: 8px;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.ft-policy-inner {
    padding: 2rem;
    position: relative;
}

.ft-policy-content {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.ft-policy-content .ft-policy-item:not(:last-child) {
    margin-bottom: 24px;
}

.ft-policy-content .ft-policy-item h4 {
    font-size: 15px;
}

.ft-policy-content .ft-policy-item ul {
    margin-top: 8px;
}

.ft-policy-content .ft-policy-item ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ft-policy-item ul li::before {
    content: "•";
    flex-shrink: 0;
    color: #333;
}


/* ✅ Close Button */
.ft-policy-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
}

/* ✅ 공통 모달 스타일은 기존 유지 */

.ft-policy-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    /* 골드/주황 느낌 */
    margin-bottom: 1.2rem;
}

/* 강조 문구 */
.ft-policy-highlight {
    font-size: 1.05rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* 일반 본문 */
.ft-policy-content .ft-policy-item ul li,
.ft-policy-content p {
    font-size: 13.5px;
    color: #555;
    line-height: 1.7;
}

.ft-policy-content p {
    margin-top: 8px;
}

/* 게시일 */
.ft-policy-date {
    font-size: 0.85rem;
    color: #888;
    margin-top: 1.5rem;
}

@media (max-width: 1330px) {
    #footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1200px) {
    #footer .inner .ft_mid .dflx {
        display: block;
    }

    #footer .inner .ft_mid .dflx .right {
        display: none;
    }
}

@media (max-width:1024px) {
    #footer .inner .ft_bot .cp {
        position: static;
        margin-top: 24px;
    }
}

@media (max-width:830px) {
    #footer .inner .ft_top .dflx {
        display: block;
    }

    #footer .inner .ft_top .dflx .cont {
        margin-top: 32px;
        text-align: left;
    }
}

@media (max-width:768px) {
    .footer_sns .inner {
        background: #fff;
    }

    .footer_sns .inner .dflx ul {
        flex-direction: column;
        height: auto;
    }

    .footer_sns .inner .dflx ul li {
        width: 100%;
        border-top: none;
    }

    .footer_sns .inner .dflx ul li:first-child {
        border-top: 1px solid #111;
    }

    .footer_sns .inner .dflx ul li:not(:last-child) {
        border-bottom: 1px solid #111;
        border-right: none;
    }

    .footer_sns .inner .dflx ul li a {
        flex-direction: row;
        align-items: center;
        padding: 20px;
    }

    .footer_sns .inner .dflx ul li a .top {
        font-size: 18px;
    }

    .footer_sns .inner .dflx ul li a .bot .df {
        font-size: 22px;
    }

    #footer .inner .ft_mid .dflx .left .ft_tit h2 {
        font-size: 20px;
    }

    #footer .inner .ft_top .dflx .cont h3 {
        font-size: 20px;
    }

    #footer .inner .ft_bot .brand ul {
        flex-wrap: wrap;
    }

    #footer .inner .ft_bot .brand ul li {
        line-height: 1.4;
    }

    #footer {
        padding: 80px 20px;
    }

    #footer .inner .ft_top .dflx .nav a {
        font-size: 14px;
    }

    #footer .inner .ft_top .dflx .nav a:not(:last-child) {
        margin-right: 8px;
    }

    #footer .inner .ft_bot .cp {
        font-size: 13px;
    }
}
