@charset "utf-8";

/* 본문 콘텐츠 영역 - 사용자 입력 HTML 기본 스타일 */
#bo_v_con a { color: var(--hex-primary-600); text-decoration: underline; }
#bo_v_con a:hover { color: var(--hex-primary-700); }
#bo_v_con img { max-width: 100%; height: auto; }

/* 임시저장 콘텐츠 숨김 */
.autosave_content { display: none; }

/* 개인사업자 혜택 랜딩 */
#bo_list.mp-benefit-wrap {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    color: #111827;
    font-family: inherit;
}

.mp-benefit-wrap * {
    box-sizing: border-box;
}

.mp-benefit-wrap a {
    text-decoration: none;
}

.mp-full-bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.mp-inner {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
}

.mp-section {
    padding: 100px 0;
}

.mp-section-title {
    text-align: center;
    margin-bottom: 34px;
}

.mp-section-title h2 {
    margin: 0;
    font-size: 48px;
    line-height: 1.32;
    font-weight: 800;
    color: #111827;
}

.mp-section-title h2 strong,
.mp-section-title h2 em {
    color: #12377c;
    font-style: normal;
}

.mp-section-title p {
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 1.5;
    color: #111827;
    font-weight: 700;
}

/* 상단 히어로 */
.mp-hero {
    background: linear-gradient(180deg, #f4f7fb 0%, #eef3fa 100%);
    padding: 72px 0 40px;
    overflow: hidden;
}

.mp-hero .mp-inner {
    width: min(1220px, calc(100% - 48px));
}

.mp-hero-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(90px, 12vw, 210px);
    min-height: 300px;
}

.mp-hero-copy {
    min-width: 520px;
    text-align: left;
}

.mp-eyebrow {
    margin: 0 0 26px;
    font-size: 23px;
    line-height: 1.45;
    font-weight: 900;
    letter-spacing: -0.055em;
    color: #07111f;
}

.mp-eyebrow b {
    color: #12377c;
}

.mp-hero-copy h1 {
    margin: 0;
    line-height: 1.18;
    letter-spacing: -0.075em;
    font-weight: 900;
    color: #12377c;
}

.mp-hero-line {
    display: block;
}

.mp-hero-line + .mp-hero-line {
    margin-top: 16px;
}

.mp-hero-line-1 {
    font-size: 50px;
}

.mp-hero-line-2 {
    font-size: 58px;
}

/* 히어로 오른쪽 이미지 영역 */
.mp-hero-visual {
    width: 350px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 350px;
}

.mp-hero-visual img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.mp-scroll-guide {
    width: max-content;
    max-width: 100%;
    margin: 24px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    color: #12377c;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.045em;
}

.mp-scroll-guide strong {
    display: block;
    font-weight: 500;
}

.mp-scroll-arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.mp-scroll-arrows i {
    display: block;
    width: 20px;
    height: 20px;
    border-right: 3px solid #b8c0cc;
    border-bottom: 3px solid #b8c0cc;
    transform: rotate(45deg);
    margin-top: -8px;
}

.mp-scroll-arrows i:first-child {
    margin-top: 0;
    border-color: #d9e2ef;
}

.mp-scroll-arrows i:nth-child(2) {
    border-color: #8fa6cb;
}

.mp-scroll-arrows i:nth-child(3) {
    border-color: #12377c;
}

/* 추천 대상 */
.mp-recommend {
    background: #fff;
}

.mp-recommend .mp-section-title {
    margin-bottom: 52px;
}

.mp-recommend .mp-section-title h2 {
    font-size: 48px;
    line-height: 1.42;
    font-weight: 900;
}

.mp-recommend-grid {
    width: min(1000px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.mp-rec-card {
    grid-column: span 2;
    min-height: 236px;
    padding: 28px 22px 24px;
    border: 1px solid #d8dde5;
    border-radius: 28px;
    background: #f7f7f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    box-shadow: none;
}

.mp-rec-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.mp-rec-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.mp-avatar {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #edf1f7;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    flex: 0 0 104px;
    overflow: hidden;
    position: relative;
}

.mp-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mp-avatar span {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #7b8594;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-align: center;
    background: #f8fafc;
}

.mp-avatar.is-empty span {
    display: flex;
}

.mp-rec-card p {
    margin: 0;
    font-size: 20px;
    line-height: 1.48;
    color: #1f2937;
    font-weight: 500;
    letter-spacing: -0.055em;
    word-break: keep-all;
}

.mp-rec-card p strong {
    color: #12377c;
    font-weight: 800;
}

/* 혜택 */
.mp-benefits {
    background: #eef3f9;
    padding: 100px 0;
}

.mp-benefit-title {
    margin-bottom: 80px;
}

.mp-benefit-title p {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: -0.045em;
}

.mp-benefit-title h2 {
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: -0.07em;
}

.mp-benefit-title h2 em {
    display: inline-block;
    color: #12377c;
    font-size: inherit;
}

.mp-benefit-title h2 strong {
    color: #12377c;
}

.mp-benefit-grid {
    width: min(940px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.mp-benefit-card {
    min-height: 508px;
    padding: 42px 34px 26px;
    border-radius: 26px;
    background: #fbfbfc;
    border: 1px solid #e7d6d2;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mp-benefit-card .mp-num {
    position: static;
    transform: none;
    width: 28px;
    height: 28px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #12377c;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
}

.mp-benefit-card h3 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.34;
    letter-spacing: -0.065em;
    font-weight: 900;
    color: #111827;
    word-break: keep-all;
}

.mp-benefit-card h3 strong {
    color: #12377c;
}

.mp-benefit-card p {
    margin: 0;
    font-size: 18px;
    line-height: 1.62;
    color: #2d3642;
    font-weight: 500;
    letter-spacing: -0.045em;
    word-break: keep-all;
}

.mp-benefit-figure {
    width: 100%;
    height: 200px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 18px;
}

.mp-benefit-figure img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.mp-benefit-figure.is-empty {
    border: 2px dashed #d2d8e4;
    border-radius: 18px;
    background: #f8fafc;
    align-items: center;
    padding-top: 0;
}

.mp-benefit-figure.is-empty span {
    color: #7b8594;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.04em;
}



.mp-benefit-wide {
    grid-column: 1 / -1;
    min-height: 364px;
    padding: 40px 74px 32px;
    display: grid;
    grid-template-columns: minmax(320px, 360px) 260px;
    gap: 150px;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.mp-benefit-wide .mp-num {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.mp-benefit-wide .mp-benefit-content {
    width: 100%;
    padding-top: 18px;
}

.mp-benefit-wide .mp-benefit-figure {
    width: 260px;
    height: 220px;
    margin-top: 0;
    align-items: center;
    justify-self: end;
}

/* 5번째 혜택 카드 이미지 전용 크기
   PC 크기를 바꾸려면 아래 width/height 값만 수정하세요. */
.mp-benefit-wide .mp-benefit-figure-5 {
    width: 420px;
    height: 340px;
}

.mp-benefit-figure-5 img {
    width: 420px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}


/* 인기 차량 */
.mp-cars {
    background: #fff;
    padding: 110px 0 78px;
}

.mp-cars .mp-section-title {
    margin-bottom: 64px;
}

.mp-cars .mp-section-title h2 {
    font-size: 50px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -0.065em;
}

.mp-car-grid {
    width: min(1360px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mp-car-card {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.mp-car-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.12);
}

.mp-car-link {
    display: block;
    color: inherit;
}

.mp-car-img {
    width: 100%;
    height: 226px;
    background: #f3f4f6;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 24px;
}

.mp-car-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.mp-car-img .mp-car-empty {
    display: none;
}

.mp-car-img.is-empty .mp-car-empty {
    display: flex;
}

.mp-car-empty {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #e5e7eb, #f9fafb);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    gap: 6px;
}

.mp-car-empty span {
    font-size: 52px;
}

.mp-car-empty em {
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}

.mp-car-body {
    padding: 16px 12px 14px;
    text-align: center;
}

.mp-car-tags {
    min-height: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px;
}

.mp-car-tags span {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 9px;
    border: 1px solid #12377c;
    border-radius: 999px;
    color: #12377c;
    background: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.mp-car-body p {
    margin: 0 0 12px;
    color: #666;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: -0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mp-car-body h3 {
    margin: 0 0 18px;
    color: #111827;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.06em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mp-car-price-btn {
    width: 100%;
    height: 54px;
    border-radius: 8px;
    background: #12377c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.04em;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    transition: background .18s ease, transform .18s ease;
}

.mp-car-price-btn:hover {
    background: #0d2a61;
    transform: translateY(-1px);
}

.mp-car-price-btn i {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    line-height: 1;
}

.mp-car-notice {
    width: min(1360px, 100%);
    margin: 12px auto 0;
    text-align: right;
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.4;
}

.mp-cta-box {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.mp-more-link {
    color: #555 !important;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.06em;
}


/* 인기 차량 상담 모달 */
.mp-car-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mp-car-modal.is-open {
    display: flex;
}

.mp-car-modal-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
}

.mp-car-modal-dialog {
    position: relative;
    width: min(460px, 100%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.mp-car-modal-head {
    position: relative;
    padding: 22px 24px 24px;
    background: #12377c;
    color: #ffffff;
}

.mp-car-modal-head span {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    opacity: 0.88;
    letter-spacing: 0.02em;
}

.mp-car-modal-head strong {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.mp-car-modal-close {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.mp-car-modal-body {
    padding: 24px 24px 22px;
}

.mp-car-modal-car {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #edf0f5;
}

.mp-car-modal-thumb {
    width: 104px;
    height: 74px;
    flex: 0 0 104px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f6f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mp-car-modal-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-car-modal-thumb.is-empty:before {
    content: "차량 이미지";
    color: #8b95a5;
    font-size: 12px;
    font-weight: 800;
}

.mp-car-modal-thumb.is-empty img {
    display: none;
}

.mp-car-modal-info {
    min-width: 0;
}

.mp-car-modal-info strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.mp-car-modal-info span {
    display: block;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.mp-car-modal-info em {
    display: block;
    margin-top: 5px;
    color: #12377c;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -0.04em;
}

.mp-modal-field {
    margin-bottom: 14px;
}

.mp-modal-field label {
    display: block;
    margin-bottom: 8px;
    color: #1f2937;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.mp-modal-field label span,
.mp-modal-checks b {
    color: #12377c;
}

.mp-modal-field input {
    width: 100%;
    height: 48px;
    border: 1px solid #ccd4e1;
    border-radius: 10px;
    padding: 0 14px;
    outline: none;
    color: #111827;
    font-size: 16px;
    font-family: inherit;
}

.mp-modal-field input:focus {
    border-color: #12377c;
}

.mp-modal-checks {
    margin-top: 10px;
}

.mp-modal-checks label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.mp-modal-checks input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #12377c;
    flex: 0 0 auto;
}

.mp-modal-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.mp-modal-actions button {
    flex: 1 1 0;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 900;
    font-family: inherit;
    cursor: pointer;
}

.mp-modal-cancel {
    border: 1px solid #ccd4e1;
    background: #ffffff;
    color: #4b5563;
}

.mp-modal-submit {
    border: 1px solid #12377c;
    background: #12377c;
    color: #ffffff;
}

/* FAQ */
.mp-faq {
    background: #f3f4f6;
    padding: 58px 0 76px;
}

.mp-faq .mp-section-title {
    margin-bottom: 28px;
}

.mp-faq .mp-section-title h2 {
    font-size: 34px;
}

.mp-faq-list {
    width: min(1060px, 100%);
    margin: 0 auto;
}

.mp-faq-list details {
    border-bottom: 1px solid #d9dde4;
    background: transparent;
}

.mp-faq-list summary {
    list-style: none;
    cursor: pointer;
    min-height: 54px;
    padding: 27px 44px 27px 8px;
    position: relative;
    color: #111827;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.mp-faq-list summary::-webkit-details-marker {
    display: none;
}

.mp-faq-list summary:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #9ca3af;
    border-bottom: 2px solid #9ca3af;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .18s ease;
}

.mp-faq-list details[open] summary:after {
    transform: translateY(-35%) rotate(225deg);
}

.mp-faq-list p {
    margin: 0;
    padding: 0 44px 18px 8px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
    letter-spacing: -0.04em;
}

/* 관리자 버튼 */
.mp-admin-tools {
    width: min(1080px, calc(100% - 40px));
    margin: 28px auto 0;
    padding: 18px 0 0;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.mp-admin-tools a {
    min-width: 74px;
    height: 38px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}

.mp-admin-tools .mp-admin-write {
    background: #12377c;
    border-color: #12377c;
    color: #fff;
}

/* 반응형 */
@media (max-width: 1024px) {
    .mp-car-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-hero-box {
        gap: 52px;
    }

    .mp-hero-copy {
        min-width: 430px;
    }

    .mp-hero-line-1 {
        font-size: 40px;
    }

    .mp-hero-line-2 {
        font-size: 46px;
    }

    .mp-hero-visual {
        width: 350px;
        flex-basis: 350px;
    }

    .mp-benefit-wide {
        padding-left: 50px;
        padding-right: 50px;
        grid-template-columns: minmax(300px, 340px) 250px;
        gap: 90px;
    }

    .mp-benefit-wide .mp-benefit-figure {
        width: 250px;
    }
}

@media (max-width: 768px) {
    .mp-inner {
        width: min(100% - 28px, 1080px);
    }

    .mp-section {
        padding: 54px 0;
    }

    .mp-section-title {
        margin-bottom: 35px;
    }

    .mp-section-title h2 {
        font-size: 27px;
        line-height: 1.35;
    }

    .mp-hero {
        padding: 50px 0 38px;
    }

    .mp-hero .mp-inner {
        width: min(100% - 28px, 1080px);
    }

    .mp-hero-box {
        flex-direction: column;
        gap: 30px;
        min-height: auto;
        text-align: center;
    }

    .mp-hero-copy {
        min-width: 0;
        text-align: center;
    }

    .mp-eyebrow {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .mp-hero-line + .mp-hero-line {
        margin-top: 10px;
    }

    .mp-hero-line-1 {
        font-size: 27px;
    }

    .mp-hero-line-2 {
        font-size: 32px;
    }

    .mp-hero-visual {
        width: min(250px, 100%);
        flex-basis: auto;
    }

    .mp-scroll-guide {
        margin-top: 22px;
        gap: 10px;
        font-size: 13px;
    }

    .mp-scroll-arrows i {
        width: 17px;
        height: 17px;
        border-width: 3px;
        margin-top: -7px;
    }

    .mp-recommend .mp-section-title {
        margin-bottom: 28px;
    }

    .mp-recommend .mp-section-title h2 {
        font-size: 28px;
        line-height: 1.26;
    }

    .mp-recommend-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mp-rec-card,
    .mp-rec-card:nth-child(4),
    .mp-rec-card:nth-child(5) {
        grid-column: auto;
        min-height: 156px;
        padding: 20px 24px;
        border-radius: 24px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        gap: 18px;
    }

    .mp-rec-card:nth-child(even) {
        flex-direction: row-reverse;
    }

    .mp-avatar {
        width: 96px;
        height: 96px;
        flex: 0 0 96px;
    }

    .mp-rec-card p {
        flex: 1 1 auto;
        font-size: 17px;
        line-height: 1.42;
        text-align: left;
    }

    .mp-benefits {
        padding: 60px 0 68px;
    }

    .mp-benefit-title p {
        font-size: 16px;
        margin-bottom:10px;
    }

    .mp-benefit-title h2 {
        font-size: 26px;
    }

    .mp-benefit-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mp-benefit-card {
        min-height: auto;
        padding: 32px 22px 22px;
    }

    .mp-benefit-card .mp-num {
        width: 24px;
        height: 24px;
        margin-bottom: 14px;
        font-size: 13px;
        line-height: 1;
    }

    .mp-benefit-card h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .mp-benefit-card p {
        font-size: 15px;
    }

    .mp-benefit-figure {
        height: 170px;
    }

    .mp-benefit-wide {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 28px 22px 32px;
        gap: 18px;
    }

    .mp-benefit-wide .mp-num {
        order: 1;
        position: static;
        transform: none;
        margin: 0 auto;
    }

    .mp-benefit-wide .mp-benefit-figure {
        order: 2;
        width: 100%;
        height: 180px;
        margin-top: 0;
        padding-top: 0;
        justify-self: auto;
        align-items: center;
    }

    /* 5번째 혜택 카드 이미지 모바일 전용 크기 */
    .mp-benefit-wide .mp-benefit-figure-5 {
        width: 100%;
        height: 200px;
    }

    .mp-benefit-figure-5 img {
        width: 260px;
        max-width: 100%;
        max-height: 100%;
    }

    .mp-benefit-wide .mp-benefit-content {
        order: 3;
        width: 100%;
        padding-top: 0;
    }

    .mp-cars {
        padding: 70px 0 56px;
    }

    .mp-cars .mp-section-title {
        margin-bottom: 36px;
    }

    .mp-cars .mp-section-title h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .mp-car-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .mp-car-img {
        height: 180px;
        padding: 18px 16px;
    }

    .mp-car-img img {
        width: 84%;
        height: 84%;
    }

    .mp-car-body {
        padding: 13px 10px 12px;
    }

    .mp-car-tags {
        margin-bottom: 8px;
    }

    .mp-car-body p {
        margin-bottom: 8px;
        font-size: 13px;
    }

    .mp-car-body h3 {
        margin-bottom: 12px;
        font-size: 21px;
    }

    .mp-car-price-btn {
        height: 44px;
        border-radius: 8px;
        font-size: 14px;
    }

    .mp-car-notice {
        width: 100%;
        text-align: center;
        font-size: 11px;
    }

    .mp-more-link {
        font-size: 18px;
    }

    .mp-car-modal-dialog {
        max-width: 100%;
        border-radius: 16px;
    }

    .mp-car-modal-head {
        padding: 18px 20px 20px;
    }

    .mp-car-modal-head strong {
        font-size: 21px;
    }

    .mp-car-modal-body {
        padding: 22px 18px 18px;
    }

    .mp-car-modal-thumb {
        width: 86px;
        height: 62px;
        flex-basis: 86px;
    }

    .mp-modal-actions button {
        height: 48px;
        font-size: 15px;
    }

    .mp-faq {
        padding: 48px 10px 64px;
    }

    .mp-faq-list summary {
        font-size: 15px;
        padding-left: 0;
    }

    .mp-faq-list p {
        font-size: 13px;
        padding-left: 0;
    }

    .mp-admin-tools {
        width: min(100% - 28px, 1080px);
    }
}

@media (max-width: 480px) {
    .mp-section-title h2 {
        font-size: 22px !important;
    }

    .mp-eyebrow {
        font-size: 15px;
    }

    .mp-hero-line-1 {
        font-size: 24px;
    }

    .mp-hero-line-2 {
        font-size: 29px;
    }

    .mp-hero-visual {
        width: min(200px, 100%);
    }

    .mp-recommend .mp-section-title h2 {
        font-size: 26px;
        line-height: 1.24;
    }

    .mp-recommend-grid {
        gap: 14px;
    }

    .mp-rec-card {
        min-height: 138px;
        padding: 16px 18px;
        border-radius: 22px;
        gap: 14px;
    }

    .mp-avatar {
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
    }

    .mp-rec-card p {
        font-size: 15px;
        line-height: 1.4;
    }

    .mp-car-grid {
        grid-template-columns: 1fr;
    }

    .mp-car-img {
        height: 210px;
        padding: 20px 22px;
    }

    .mp-car-img img {
        width: 82%;
        height: 82%;
    }

    .mp-car-body p {
        font-size: 14px;
    }

    .mp-car-body h3 {
        font-size: 23px;
    }

    .mp-car-price-btn {
        height: 48px;
    }

    .mp-benefit-title h2 {
        font-size: 26px;
    }

    .mp-benefit-card {
        padding: 28px 28px 20px;
        border-radius: 22px;
    }

    .mp-benefit-card h3 {
        font-size: 20px;
    }

    .mp-benefit-card p {
        font-size: 13px;
    }

    .mp-benefit-figure {
        height: 150px;
        margin-top:0px;
    }

    .mp-benefit-wide {
        padding: 24px 28px 30px;
        gap: 16px;
    }

    .mp-benefit-wide .mp-benefit-figure {
        height: 160px;
    }

    /* 5번째 혜택 카드 이미지 작은 모바일 전용 크기 */
    .mp-benefit-wide .mp-benefit-figure-5 {
        height: 180px;
    }

    .mp-benefit-figure-5 img {
        width: 230px;
    }
    .mp-car-tags span {
    height: 25px;
    font-size: 13px;
}
}



