.lease-main-wrap{
    width:100%;
    background:#fff;
    padding:40px 0 50px;
    box-sizing:border-box;
    overflow:hidden;
}

.lease-main-wrap *{
    box-sizing:border-box;
}

.lease-main-wrap button,
.lease-main-wrap input{
    font-family:inherit;
}

.lease-main-wrap .lease-main-inner{
    position:relative;
    max-width:1400px;
    margin:0 auto;
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:32px;
    padding:0;
}

.lease-main-wrap .lease-visual-card{
    flex:1 1 auto;
    min-width:0;
    height:450px;
    min-height:450px;
    border-radius:26px;
    overflow:hidden;
    background:#ffffff;
    border:0;
    /*box-shadow:0 0 0 1px rgba(18, 55, 124, 0.08), 0 0 20px rgba(0, 0, 0, 0.12)*/
}

/* PC 높이: 이미지/상담창 450px 기준 */
.lease-main-wrap .lease-quick-card{
    position:relative;
    flex:0 0 380px;
    width:380px;
    height:450px;
    min-height:450px;
    background:#fff;
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(0,0,0,.12);
    z-index:2;
}

.lease-main-wrap .lease-swiper{
    position:relative;
    width:100%;
    height:450px;
    min-height:450px;
    border-radius:26px;
    overflow:hidden;
    background:#fff;
    isolation:isolate;
    cursor:grab;
    touch-action:pan-y;
    user-select:none;
    -webkit-user-select:none;
}

.lease-main-wrap .lease-swiper-track{
    position:relative;
    width:100%;
    height:100%;
    background:#fff;
}

.lease-main-wrap .lease-slide{
    position:absolute;
    inset:0;
    z-index:0;
    width:100%;
    height:100%;
    opacity:0;
    pointer-events:none;
    transition:opacity .48s ease;
    text-decoration:none;
    color:inherit;
    background:#fff;
    transform:translateZ(0);
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag:none;
    user-drag:none;
}

.lease-main-wrap .lease-slide.active{
    z-index:2;
    opacity:1;
    pointer-events:auto;
}

.lease-main-wrap .lease-slide.is-leaving{
    z-index:1;
    pointer-events:none;
}

.lease-main-wrap .lease-slide-picture{
    display:block;
    width:100%;
    height:100%;
    background:#fff;
    user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag:none;
}

.lease-main-wrap .lease-slide-img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    background:#fff;
    pointer-events:none;
    transform:translateZ(0);
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag:none;
    user-drag:none;
}

.lease-main-wrap .lease-slide-empty{
    position:absolute;
    inset:0;
    display:block;
    background:linear-gradient(135deg, #f8f6f0 0%, #eef2f7 100%);
}

.lease-main-wrap .lease-swiper-bottom{
    position:absolute;
    left:36px;
    right:36px;
    bottom:32px;
    z-index:8;
    height:38px;
    display:flex;
    align-items:center;
    gap:18px;
    color:#fff;
    pointer-events:auto;
}

.lease-main-wrap .lease-control-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    height:38px;
    min-width:108px;
    padding:0 17px;
    border-radius:999px;
    background:rgba(5,15,35,.62);
    box-shadow:0 10px 24px rgba(0,0,0,.18);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.lease-main-wrap .lease-swiper-btn{
    width:16px;
    height:24px;
    border:0;
    padding:0;
    margin:0;
    background:transparent;
    color:#fff;
    font-size:15px;
    line-height:1;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.lease-main-wrap .lease-prev-btn,
.lease-main-wrap .lease-next-btn{
    display:none;
    font-size:28px;
    font-weight:700;
    line-height:1;
}

.lease-main-wrap .lease-pause-btn{
    font-size:13px;
    letter-spacing:-2px;
}

.lease-main-wrap .lease-swiper-count{
    display:flex;
    align-items:center;
    gap:3px;
    font-size:17px;
    line-height:1;
    letter-spacing:.2px;
}

.lease-main-wrap .lease-swiper-count strong{
    font-size:17px;
    font-weight:900;
    color:#fff;
}

.lease-main-wrap .lease-swiper-count span{
    font-size:17px;
    color:rgba(255,255,255,.82);
    font-weight:800;
}

.lease-main-wrap .lease-swiper-pagination{
    display:flex;
    align-items:center;
    gap:9px;
    min-width:0;
}

.lease-main-wrap .lease-dot{
    width:8px;
    height:8px;
    border:0;
    border-radius:50%;
    padding:0;
    margin:0;
    background:rgba(255,255,255,.62);
    cursor:pointer;
    transition:background .2s ease, transform .2s ease;
}

.lease-main-wrap .lease-dot.active{
    background:#12377c;
    transform:scale(1.18);
}

.lease-main-wrap .lease-quick-form{
    position:relative;
    width:100%;
    height:100%;
    min-height:450px;
    padding:28px 30px 72px;
    background:#ffffff;
    border-radius:26px;
}

.lease-main-wrap .lease-form-title{
    margin:0 0 20px;
    font-size:23px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-1.1px;
    color:#111827;
    text-align:center;
}

.lease-main-wrap .lease-title-icon{
    display:none;
}

.lease-main-wrap .lease-title-light,
.lease-main-wrap .lease-title-strong{
    display:inline-block;
    vertical-align:baseline;
}

.lease-main-wrap .lease-title-light{
    color:#111827;
    font-weight:400;
}

.lease-main-wrap .lease-title-strong{
    color:#111827;
    font-weight:900;
}

.lease-main-wrap .lease-period-area{
    margin:10px 0 0;
}

.lease-main-wrap .lease-period-title{
    margin:0 0 7px;
    color:#111827;
    font-size:13px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-.45px;
}

.lease-main-wrap .lease-period-row{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:8px;
}

.lease-main-wrap .lease-period-option{
    position:relative;
    display:block;
    min-width:0;
    cursor:pointer;
}

.lease-main-wrap .lease-period-option input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.lease-main-wrap .lease-period-option span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:44px;
    border:1px solid #e8edf4;
    border-radius:14px;
    background:#fff;
    color:#111827;
    font-size:14px;
    line-height:1;
    font-weight:900;
    letter-spacing:-.45px;
    transition:background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.lease-main-wrap .lease-period-option.is-active span,
.lease-main-wrap .lease-period-option input:checked + span{
    border-color:#12377c;
    background:#eef5ff;
    color:#12377c;
    box-shadow:0 10px 18px rgba(18,55,124,.10);
}

.lease-main-wrap .lease-form-fields{
    display:block;
}

.lease-main-wrap .lease-input-wrap{
    position:relative;
    margin-bottom:10px;
}

.lease-main-wrap .lease-text-input{
    display:block;
    width:100%;
    height:50px;
    border:1px solid #e8edf4;
    border-radius:14px;
    background:#fff;
    padding:0 18px;
    color:#111827;
    font-size:15px;
    line-height:50px;
    font-weight:700;
    outline:none;
    appearance:none;
    -webkit-appearance:none;
    transition:border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.lease-main-wrap .lease-text-input:focus{
    border-color:#12377c;
    background:#ffffff;
    box-shadow:0 0 0 4px rgba(18,55,124,.08);
}

.lease-main-wrap .lease-input-label{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    gap:2px;
    color:#475569;
    font-size:14px;
    line-height:1;
    font-weight:500;
    letter-spacing:-.4px;
    pointer-events:none;
    transition:opacity .15s ease, visibility .15s ease;
}

.lease-main-wrap .lease-input-label em{
    color:#e30000;
    font-style:normal;
    font-weight:900;
}

.lease-main-wrap .lease-input-label small{
    margin-left:8px;
    color:#94a3b8;
    font-size:13px;
    font-weight:500;
    letter-spacing:-.2px;
}

.lease-main-wrap .lease-text-input:focus + .lease-input-label,
.lease-main-wrap .lease-text-input:not(:placeholder-shown) + .lease-input-label{
    opacity:0;
    visibility:hidden;
}

.lease-main-wrap .lease-agree-list{
    margin:12px 0 0;
}

.lease-main-wrap .lease-agree-line{
    display:flex;
    align-items:center;
    min-height:24px;
    gap:5px;
    color:#707070;
    font-size:12px;
    line-height:1.35;
    letter-spacing:-.45px;
    cursor:pointer;
}

.lease-main-wrap .lease-agree-line input{
    flex:0 0 auto;
    width:19px;
    height:19px;
    margin:0 2px 0 0;
    border:0;
    accent-color:#12377c;
    cursor:pointer;
}

.lease-main-wrap .lease-agree-line span{
    min-width:0;
    color:#777;
    font-weight:500;
}

.lease-main-wrap .lease-agree-view{
    flex:0 0 auto;
    border:0;
    background:transparent;
    padding:0;
    color:#777;
    font-size:13px;
    font-weight:500;
    cursor:pointer;
}

.lease-main-wrap .lease-submit-btn{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    width:auto;
    height:54px;
    border:0;
    border-radius:5px;
    background:#12377c;
    color:#fff;
    font-size:17px;
    line-height:1;
    font-weight:900;
    letter-spacing:-.4px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:none;
    transition:background-color .18s ease, transform .18s ease;
}

.lease-main-wrap .lease-submit-btn:hover{
    background:#0f2f6d;
}

.lease-main-wrap .lease-submit-btn:active{
    transform:translateY(1px);
}

.lease-privacy-layer{
    display:none;
    position:fixed;
    inset:0;
    z-index:99999;
    align-items:center;
    justify-content:center;
    padding:20px;
    background:rgba(0,0,0,.45);
}

.lease-privacy-layer.is-open{
    display:flex;
}

.lease-privacy-box{
    position:relative;
    width:100%;
    max-width:440px;
    padding:30px 26px;
    background:#fff;
    border-radius:16px;
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.lease-privacy-box h3{
    margin:0 0 14px;
    color:#111;
    font-size:21px;
    line-height:1.3;
    font-weight:900;
    letter-spacing:-.7px;
}

.lease-privacy-box p{
    margin:0;
    color:#444;
    font-size:14px;
    line-height:1.75;
    letter-spacing:-.2px;
}

.lease-privacy-close{
    position:absolute;
    right:16px;
    top:12px;
    width:32px;
    height:32px;
    border:0;
    background:transparent;
    color:#111;
    font-size:28px;
    line-height:32px;
    cursor:pointer;
}

@media (max-width: 1100px){
    .lease-main-wrap .lease-main-inner{
        gap:24px;
    }

    .lease-main-wrap .lease-quick-card{
        flex-basis:400px;
        width:400px;
    }
}

@media (max-width: 991px){
    .lease-main-wrap{
        padding:18px 0 42px;
    }

    .lease-main-wrap .lease-main-inner{
        flex-direction:column;
        width:calc(100% - 36px);
        max-width:1400px;
        gap:22px;
        padding:0;
    }

    .lease-main-wrap .lease-visual-card{
        width:100%;
        height:auto;
        min-height:0;
        border-radius:22px;
        /*box-shadow:0 0 0 1px rgba(18, 55, 124, 0.08), 0 0 20px rgba(0, 0, 0, 0.12);*/
    }

    .lease-main-wrap .lease-swiper{
        height:auto;
        min-height:0;
        aspect-ratio:490 / 260;
        border-radius:22px;
        background:#fff;
    }

    .lease-main-wrap .lease-swiper-bottom{
        left:auto;
        right:39px;
        bottom:15px;
        height:36px;
        gap:0;
    }

    .lease-main-wrap .lease-control-pill{
        height:36px;
        min-width:135px;
        padding:0 11px;
        gap:8px;
        background:rgba(0,0,0,.74);
    }

    .lease-main-wrap .lease-pause-btn{
        font-size:13px;
        width:13px;
    }

    .lease-main-wrap .lease-swiper-count,
    .lease-main-wrap .lease-swiper-count strong,
    .lease-main-wrap .lease-swiper-count span{
        font-size:17px;
    }

    .lease-main-wrap .lease-swiper-pagination{
        display:none;
    }

    .lease-main-wrap .lease-quick-card{
        width:100%;
        height:auto;
        min-height:430px;
        margin:0 auto;
        flex:0 0 auto;
        border-radius:22px;
        background:#ffffff;
        box-shadow:0 4px 18px rgba(0,0,0,.12);
    }

    .lease-main-wrap .lease-quick-form{
        min-height:430px;
        height:auto;
        padding:30px 22px 66px;
        border-radius:22px;
        background:#ffffff;
    }

    .lease-main-wrap .lease-form-title{
        margin-bottom:22px;
        font-size:19px;
        text-align:center;
    }

    .lease-main-wrap .lease-title-light{
        color:#111827;
        font-weight:400;
    }

    .lease-main-wrap .lease-title-strong{
        color:#000;
        font-weight:900;
    }

    .lease-main-wrap .lease-period-area{
        margin-top:10px;
    }

    .lease-main-wrap .lease-period-title{
        margin-bottom:8px;
        font-size:13px;
    }

    .lease-main-wrap .lease-period-row{
        gap:8px;
    }

    .lease-main-wrap .lease-period-option span{
        height:42px;
        font-size:13px;
        border-radius:12px;
    }

    .lease-main-wrap .lease-input-wrap{
        margin-bottom:10px;
    }

    .lease-main-wrap .lease-text-input{
        height:44px;
        line-height:44px;
        padding-left:16px;
        font-size:13px;
        border-radius:12px;
    }

    .lease-main-wrap .lease-input-label{
        left:16px;
        font-size:13px;
    }

    .lease-main-wrap .lease-input-label small{
        font-size:12px;
    }

    .lease-main-wrap .lease-agree-list{
        margin-top:14px;
    }

    .lease-main-wrap .lease-agree-line{
        font-size:12px;
        min-height:24px;
    }

    .lease-main-wrap .lease-agree-line input{
        width:19px;
        height:19px;
    }

    .lease-main-wrap .lease-agree-view{
        font-size:12px;
    }

    .lease-main-wrap .lease-submit-btn{
        left:16px;
        right:16px;
        bottom:14px;
        height:52px;
        border-radius:5px;
        font-size:15px;
    }

    .lease-main-wrap .lease-control-pill{
        align-items:center;
    }

    .lease-main-wrap .lease-prev-btn,
    .lease-main-wrap .lease-next-btn{
        position:relative;
        display:flex;
        align-items:center;
        justify-content:center;
        width:24px;
        height:28px;
        padding:0;
        margin:0;
        overflow:visible;
        color:transparent;
        font-size:0;
        line-height:1;
        transform:none;
    }

    .lease-main-wrap .lease-prev-btn::before,
    .lease-main-wrap .lease-next-btn::before{
        content:"";
        position:absolute;
        left:50%;
        top:50%;
        width:9px;
        height:9px;
        border-top:2px solid #fff;
        border-left:2px solid #fff;
    }

    .lease-main-wrap .lease-prev-btn::before{
        transform:translate(-42%, -50%) rotate(-45deg);
    }

    .lease-main-wrap .lease-next-btn::before{
        transform:translate(-58%, -50%) rotate(135deg);
    }
}

@media (max-width: 767px){
    .lease-main-wrap .lease-main-inner{
        width:calc(100% - 34px);
    }
}

/* 드래그 중 커서 표시 */
.lease-main-wrap .lease-swiper.is-dragging{
    cursor:grabbing;
}

@media (prefers-reduced-motion: reduce){
    .lease-main-wrap .lease-slide{
        transition:none;
    }
}
