.main-price-section{
    padding: 64px 0 80px;
    background: #fff;
}

.main-price-section *{
    box-sizing: border-box;
}

.mps-inner{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================
   상단 제목 + 렌트/리스 탭
   PC에서는 제목 옆에 붙임
========================= */
.mps-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 60px;
}

.mps-head-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    min-width: 0;
    flex: 1 1 auto;
}

.mps-title{
    flex: 0 0 auto;
    margin: 0;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1.4px;
    color: #111;
}

.mps-tabs{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    padding-top: 6px;
}

.mps-tab{
    border: 0;
    background: none;
    padding: 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
    color: #b3b3b3;
    cursor: pointer;
    letter-spacing: -0.3px;
    opacity: 1;
}

.mps-tab.is-active{
    color: #0869f9;
}

.mps-tab-divider{
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #b7b7b7;
}

/* =========================
   가격 필터
========================= */
.mps-filter-wrap{
    margin-bottom: 60px;
}

.mps-filter-track{
    display: flex;
    gap: 14px;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    -webkit-user-select: none;
    padding-bottom: 4px;
}

.mps-filter-track::-webkit-scrollbar{
    display: none;
}

.mps-filter-btn{
    flex: 0 0 auto;
    min-width: 138px;
    height: 54px;
    padding: 0 22px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #fff;
    color: #777;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.3px;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-user-drag: none;
    user-drag: none;
    white-space: nowrap;
}

.mps-filter-btn.is-active{
    background: #0869f9;
    border-color: #0869f9;
    color: #fff;
}

/* =========================
   차량 카드
========================= */
.mps-car-wrap{
    position: relative;
}

.mps-car-viewport{
    overflow: hidden;
}

.mps-car-track{
    display: flex;
    align-items: flex-start;
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    -webkit-user-select: none;
    padding: 4px 0 12px;
}

.mps-car-track::-webkit-scrollbar{
    display: none;
}

.mps-car-item{
    flex: 0 0 calc((100% - 88px) / 5);
    min-width: 220px;
    text-decoration: none;
    color: #222;
    text-align: left;
    -webkit-user-drag: none;
    user-drag: none;
}

.mps-card-box{
    display: block;
    width: 100%;
}

.mps-car-thumb{
    position: relative;
    display: block;
    height: 170px;
    margin-bottom: 14px;
    padding: 18px 14px 32px;
    background: #f3f4f7;
    border-radius: 16px;
    overflow: hidden;
}

.mps-car-main-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.mps-brand-logo{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 6px;
}

.mps-brand-logo img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.mps-car-base-price{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    color: #8a8f98;
    letter-spacing: -0.2px;
    padding: 0 8px;
}

.mps-car-title{
    display: block;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.mps-car-meta{
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.mps-car-type{
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    color: #0869f9;
    letter-spacing: -0.3px;
}

.mps-car-price{
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.4px;
}

/* =========================
   좌우 화살표
========================= */
.mps-arrow{
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    background: rgba(255,255,255,.96);
    color: #9f9f9f;
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*box-shadow: 0 8px 18px rgba(0,0,0,.08);*/
}

.mps-arrow:hover{
    color: #555;
}

.mps-arrow-prev{
    left: -66px;
}

.mps-arrow-next{
    right: -36px;
}

/* =========================
   진행바
========================= */
.mps-progress{
    position: relative;
    height: 4px;
    background: #dcdcdc;
    border-radius: 999px;
    margin-top: 12px;
    overflow: hidden;
}

.mps-progress-bar{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 210px;
    background: #7d7d7d;
    border-radius: 999px;
    transition: transform .2s ease, width .2s ease;
}

/* =========================
   이용 조건 문구
========================= */
.mps-note{
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.mps-note-pc{
    display: block;
    margin: 0;
    text-align: right;
    white-space: nowrap;
    flex: 0 0 auto;
}

.mps-note-mobile{
    display: none;
    width: 100%;
    margin: 20px 0 0;
    text-align: right;
}

/* =========================
   PC 드래그 커서
========================= */
@media (min-width: 769px){
    .mps-filter-track,
    .mps-car-track{
        cursor: grab;
    }

    .mps-filter-track.is-dragging,
    .mps-car-track.is-dragging{
        cursor: grabbing;
        scroll-behavior: auto;
    }

    .mps-filter-track.is-dragging *,
    .mps-car-track.is-dragging *{
        cursor: grabbing !important;
    }
}

/* =========================
   태블릿
========================= */
@media (max-width: 1280px){
    .mps-inner{
        padding: 0 20px;
    }

    .mps-head{
        gap: 24px;
    }

    .mps-head-left{
        gap: 38px;
    }

    .mps-title{
        font-size: 33px;
    }

    .mps-tab{
        font-size: 18px;
    }

    .mps-filter-btn{
        min-width: 126px;
        height: 52px;
        font-size: 17px;
    }

    .mps-car-item{
        flex: 0 0 calc((100% - 44px) / 3);
    }

    .mps-car-title{
        font-size: 20px;
    }

    .mps-car-type{
        font-size: 18px;
    }

    .mps-car-price{
        font-size: 20px;
    }

    .mps-arrow-prev{
        left: -8px;
    }

    .mps-arrow-next{
        right: -8px;
    }
}

/* =========================
   모바일
========================= */
@media (max-width: 768px){
    .main-price-section{
        padding: 38px 0 46px;
    }

    .mps-inner{
        padding: 0 16px;
    }

    .mps-head{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        margin-bottom: 20px;
    }

    .mps-head-left{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    .mps-title{
        font-size: 25px;
        line-height: 1.18;
        letter-spacing: -1px;
    }

    .mps-tabs{
        padding-top: 0;
        gap: 8px;
    }

    .mps-tab{
        font-size: 18px;
    }

    .mps-tab-divider{
        font-size: 18px;
    }

    .mps-filter-wrap{
        margin-bottom: 18px;
    }

    .mps-filter-track{
        gap: 10px;
    }

    .mps-filter-btn{
        min-width: 128px;
        height: 48px;
        padding: 0 18px;
        font-size: 15px;
    }

    .mps-car-track{
        gap: 14px;
        padding-bottom: 8px;
    }

    .mps-car-item{
        flex: 0 0 168px;
        min-width: 168px;
    }

    .mps-car-thumb{
        height: 128px;
        margin-bottom: 10px;
        padding: 14px 10px 26px;
        border-radius: 14px;
    }

    .mps-brand-logo{
        width: 30px;
        height: 30px;
        top: 10px;
        left: 10px;
        border-radius: 10px;
        padding: 5px;
    }

    .mps-car-base-price{
        bottom: 8px;
        font-size: 12px;
    }

    .mps-car-title{
        font-size: 17px;
        margin-bottom: 6px;
    }

    .mps-car-meta{
        gap: 5px;
        margin-bottom: 0;
    }

    .mps-car-type{
        font-size: 15px;
    }

    .mps-car-price{
        font-size: 15px;
    }

    .mps-arrow{
        display: none;
    }

    .mps-note-pc{
        display: none;
    }

    .mps-note-mobile{
        display: block;
        width: 100%;
        margin: 18px 0 0;
        text-align: right;
        font-size: 13px;
        line-height: 1.5;
        color: #666;
    }
}

.mps-car-empty-thumb{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    background:#f7f7f8;
    color:#999;
    font-size:14px;
    font-weight:700;
    border-radius:12px;
}

.mps-empty{
    width:100%;
    padding:60px 20px;
    text-align:center;
    color:#888;
    font-size:16px;
    font-weight:700;
    background:#fafafa;
    border-radius:16px;
}