/* BASIC css start */
/* ========================================
   문구대통령 도매회원 안내

   - JavaScript 없이 HTML + CSS만 사용
   - 전체 페이지 배경은 흰색
   - 과도한 장식보다 정보 위계와 여백 중심
======================================== */

.mk-wholesale-page,
.mk-wholesale-page *,
.mk-wholesale-page *::before,
.mk-wholesale-page *::after {
    box-sizing: border-box;
}

.mk-wholesale-page {
    --mk-text: #181818;
    --mk-text-soft: #6f7175;
    --mk-text-light: #96989c;
    --mk-border: #dedfdb;
    --mk-border-soft: #ecece8;
    --mk-border-strong: #d2d4cf;
    --mk-white: #ffffff;
    --mk-point: #e13d4f;
    --mk-mint: #0c8f89;
    --mk-mint-dark: #08716d;
    --mk-mint-soft: #edf7f5;
    --mk-black: #202020;

    width: 100%;
    overflow: hidden;
    color: var(--mk-text);
    background: #ffffff;
    font-family:
        Pretendard,
        "Pretendard Variable",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Noto Sans KR",
        sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-wrap: break-word;
    word-break: keep-all;
}

.mk-wholesale-page :where(h1, h2, h3, p, ul, ol, li, details, summary) {
    margin: 0;
}

.mk-wholesale-page :where(ul, ol) {
    padding: 0;
    list-style: none;
}

.mk-wholesale-page a {
    color: inherit;
}

.mk-wholesale-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0px;
}


/* ========================================
   페이지 상단
======================================== */

.mk-wholesale-header {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.mk-wholesale-eyebrow,
.mk-wholesale-section-eyebrow {
    margin: 0 0 13px;
    color: var(--mk-point);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.mk-wholesale-title {
    color: var(--mk-text);
    font-size: clamp(36px, 3.8vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.055em;
}

.mk-wholesale-description {
    margin-top: 22px !important;
    color: var(--mk-text-soft);
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: -0.025em;
}

.mk-wholesale-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.mk-wholesale-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.mk-wholesale-button:hover {
    transform: translateY(-2px);
}

.mk-wholesale-button--primary {
    border-color: var(--mk-black);
    background: var(--mk-black);
    color: #ffffff !important;
}

.mk-wholesale-button--primary:hover {
    border-color: #333333;
    background: #333333;
}

.mk-wholesale-button--secondary {
    border-color: var(--mk-border);
    background: #ffffff;
    color: var(--mk-text) !important;
}

.mk-wholesale-button--secondary:hover {
    border-color: var(--mk-border-strong);
    background: #fafaf8;
}

.mk-wholesale-header-note {
    margin-top: 20px !important;
    color: var(--mk-text-light);
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: -0.02em;
}

.mk-wholesale-mobile-break {
    display: none;
}


/* ========================================
   공통 섹션 간격과 제목
======================================== */

.mk-wholesale-overview,
.mk-wholesale-section,
.mk-wholesale-cta {
    margin-top: 100px;
}

.mk-wholesale-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
    align-items: end;
    gap: 50px;
    margin-bottom: 30px;
}

.mk-wholesale-section-heading--compact {
    grid-template-columns: minmax(0, 1fr) auto;
}

.mk-wholesale-section-heading h2 {
    color: var(--mk-text);
    font-size: clamp(32px, 3.8vw, 46px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.055em;
}

.mk-wholesale-section-heading > p {
    margin-bottom: 4px;
    color: var(--mk-text-soft);
    font-size: 16px;
    line-height: 1.75;
    text-align: right;
    letter-spacing: -0.025em;
}


/* ========================================
   핵심 혜택
======================================== */

.mk-wholesale-overview {
    overflow: hidden;
    border: 1px solid #202020;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 0 50px rgba(25, 25, 25, 0.04);
}

.mk-wholesale-overview__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 34px 38px;
    border-bottom: 1px solid var(--mk-border);
}

.mk-wholesale-overview__eyebrow {
    color: var(--mk-mint-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.mk-wholesale-overview__heading h2 {
    margin-top: 8px;
    color: var(--mk-text);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.045em;
}

.mk-wholesale-approval {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid #cce1de;
    border-radius: 999px;
    background: var(--mk-mint-soft);
    color: var(--mk-mint-dark);
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
}

.mk-wholesale-overview__body {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
}

.mk-wholesale-price-panel {
    padding: 40px 38px;
    border-right: 1px solid var(--mk-border);
    background: #fbfbfa;
}

.mk-wholesale-price-panel__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 21px;
}

.mk-wholesale-price-panel__heading strong {
    color: var(--mk-text);
    font-size: 16px;
    font-weight: 750;
}

.mk-wholesale-price-panel__heading span {
    color: var(--mk-text-light);
    font-size: 12px;
    font-weight: 650;
}

.mk-wholesale-price-compare {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
}

.mk-wholesale-price-box {
    min-width: 0;
    padding: 23px 21px;
    border: 1px solid var(--mk-border);
    border-radius: 16px;
    background: #ffffff;
}

.mk-wholesale-price-box span,
.mk-wholesale-price-box strong {
    display: block;
}

.mk-wholesale-price-box span {
    color: var(--mk-text-light);
    font-size: 12px;
    font-weight: 700;
}

.mk-wholesale-price-box strong {
    margin-top: 8px;
    color: var(--mk-text);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.045em;
}

.mk-wholesale-price-box--active {
    border-color: #b9d8d4;
    background: var(--mk-mint-soft);
}

.mk-wholesale-price-box--active span,
.mk-wholesale-price-box--active strong {
    color: var(--mk-mint-dark);
}

.mk-wholesale-price-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--mk-border);
    border-radius: 50%;
    background: #ffffff;
    color: var(--mk-mint-dark);
}

.mk-wholesale-price-arrow svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mk-wholesale-price-panel > p {
    margin-top: 17px;
    color: var(--mk-text-light);
    font-size: 11px;
    line-height: 1.65;
}

.mk-wholesale-overview__benefits {
    padding: 40px 38px;
}

.mk-wholesale-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    border-radius: 15px;
    background: var(--mk-black);
}

.mk-wholesale-payment span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    font-weight: 650;
}

.mk-wholesale-payment strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.mk-wholesale-overview-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    margin-top: 22px !important;
}

.mk-wholesale-overview-list li {
    padding: 19px 0;
    border-bottom: 1px solid var(--mk-border-soft);
}

.mk-wholesale-overview-list li:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.mk-wholesale-overview-list strong,
.mk-wholesale-overview-list span {
    display: block;
}

.mk-wholesale-overview-list strong {
    color: var(--mk-text);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.45;
}

.mk-wholesale-overview-list span {
    margin-top: 5px;
    color: var(--mk-text-soft);
    font-size: 12px;
    line-height: 1.65;
}


/* ========================================
   공급 기준 비교
======================================== */

.mk-wholesale-standard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--mk-border);
    border-radius: 24px;
    background: #ffffff;
}

.mk-wholesale-standard__column {
    min-width: 0;
    padding: 39px 40px 41px;
}

.mk-wholesale-standard__column--active {
    background: #fbfdfc;
}

.mk-wholesale-standard__label {
    color: var(--mk-text-light);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.11em;
}

.mk-wholesale-standard__column--active .mk-wholesale-standard__label {
    color: var(--mk-mint-dark);
}

.mk-wholesale-standard h3 {
    margin-top: 10px;
    color: var(--mk-text);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.045em;
}

.mk-wholesale-standard ul {
    display: grid;
    gap: 12px;
    margin-top: 25px !important;
    padding-top: 23px !important;
    border-top: 1px solid var(--mk-border-soft);
}

.mk-wholesale-standard li {
    position: relative;
    padding-left: 21px;
    color: var(--mk-text-soft);
    font-size: 16px;
    line-height: 1.6;
}

.mk-wholesale-standard li::before {
    content: "—";
    position: absolute;
    top: 0;
    left: 0;
    color: #b8b9bb;
}

.mk-wholesale-standard__column--active li::before {
    content: "✓";
    color: var(--mk-mint);
    font-weight: 900;
}

.mk-wholesale-standard__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--mk-border);
    border-left: 1px solid var(--mk-border);
    background: #fafaf8;
}

.mk-wholesale-standard__divider span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--mk-border);
    border-radius: 50%;
    background: #ffffff;
    color: var(--mk-text-light);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}


/* ========================================
   숫자로 보는 신뢰
======================================== */

.mk-wholesale-number-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--mk-border);
    border-radius: 24px;
    background: #ffffff;
}

.mk-wholesale-number-item {
    min-width: 0;
    min-height: 225px;
    padding: 34px 32px;
    border-left: 1px solid var(--mk-border);
}

.mk-wholesale-number-item:first-child {
    border-left: 0;
}

.mk-wholesale-number-item span,
.mk-wholesale-number-item strong,
.mk-wholesale-number-item p {
    display: block;
}

.mk-wholesale-number-item span {
    color: var(--mk-mint-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.mk-wholesale-number-item strong {
    margin-top: 28px;
    color: var(--mk-text);
    font-size: clamp(40px, 4vw, 56px);
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.06em;
}

.mk-wholesale-number-item p {
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid var(--mk-border-soft);
    color: var(--mk-text-soft);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.55;
}


/* ========================================
   운영 혜택
======================================== */

.mk-wholesale-benefit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--mk-border);
    border-radius: 24px;
    background: #ffffff;
}

.mk-wholesale-benefit-item {
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 23px;
    min-width: 0;
    padding: 35px 36px;
    border-bottom: 1px solid var(--mk-border);
}

.mk-wholesale-benefit-item:nth-child(odd) {
    border-right: 1px solid var(--mk-border);
}

.mk-wholesale-benefit-item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.mk-wholesale-benefit-item__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--mk-mint-soft);
    color: var(--mk-mint-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.mk-wholesale-benefit-item div > p {
    color: var(--mk-mint-dark);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.mk-wholesale-benefit-item h3 {
    margin-top: 8px;
    color: var(--mk-text);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.045em;
}

.mk-wholesale-benefit-item div > span {
    display: block;
    margin-top: 10px;
    color: var(--mk-text-soft);
    font-size: 15px;
    line-height: 1.7;
}


/* ========================================
   가입 절차
======================================== */

.mk-wholesale-step-section {
    scroll-margin-top: 40px;
}

.mk-wholesale-step-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--mk-border);
    border-radius: 24px;
    background: #ffffff;
}

.mk-wholesale-step-item {
    position: relative;
    min-width: 0;
    min-height: 300px;
    padding: 36px;
    border-left: 1px solid var(--mk-border);
}

.mk-wholesale-step-item:first-child {
    border-left: 0;
}

.mk-wholesale-step-item--complete {
    background: #fbfdfc;
}

.mk-wholesale-step-item__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 43px;
    height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: var(--mk-mint-soft);
    color: var(--mk-mint-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
}

.mk-wholesale-step-item h3 {
    margin-top: 27px;
    color: var(--mk-text);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.045em;
}

.mk-wholesale-step-item p,
.mk-wholesale-step-item li {
    color: var(--mk-text-soft);
    font-size: 15px;
    line-height: 1.75;
}

.mk-wholesale-step-item p {
    margin-top: 14px;
}

.mk-wholesale-step-item ul {
    display: grid;
    gap: 6px;
    margin-top: 16px !important;
}

.mk-wholesale-step-item li {
    position: relative;
    padding-left: 13px;
}

.mk-wholesale-step-item li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--mk-mint);
}

.mk-wholesale-step-item--complete strong {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-top: 25px;
    padding: 0 13px;
    border-radius: 999px;
    background: var(--mk-mint-soft);
    color: var(--mk-mint-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}


/* ========================================
   자주 묻는 질문
======================================== */

.mk-wholesale-faq-list {
    overflow: hidden;
    border: 1px solid var(--mk-border);
    border-radius: 22px;
    background: #ffffff;
}

.mk-wholesale-faq-item {
    border-top: 1px solid var(--mk-border);
}

.mk-wholesale-faq-item:first-child {
    border-top: 0;
}

.mk-wholesale-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 80px;
    padding: 0 28px;
    color: var(--mk-text);
    cursor: pointer;
    list-style: none;
}

.mk-wholesale-faq-item summary::-webkit-details-marker {
    display: none;
}

.mk-wholesale-faq-item summary strong {
    font-size: 18px;
    font-weight: 750;
    line-height: 1.5;
    letter-spacing: -0.035em;
}

.mk-wholesale-faq-icon {
    position: relative;
    display: block;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--mk-mint-soft);
}

.mk-wholesale-faq-icon::before,
.mk-wholesale-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: var(--mk-mint-dark);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.mk-wholesale-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mk-wholesale-faq-item[open] .mk-wholesale-faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.mk-wholesale-faq-answer {
    padding: 0 28px 27px;
}

.mk-wholesale-faq-answer p {
    padding-top: 21px;
    border-top: 1px solid var(--mk-border-soft);
    color: var(--mk-text-soft);
    font-size: 15px;
    line-height: 1.8;
}

.mk-wholesale-faq-answer b {
    color: var(--mk-text);
    font-weight: 750;
}


/* ========================================
   신청 안내
======================================== */

.mk-wholesale-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 54px 58px;
    overflow: hidden;
    border-radius: 26px;
    background: var(--mk-black);
}

.mk-wholesale-cta__eyebrow {
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.mk-wholesale-cta h2 {
    margin-top: 9px;
    color: #ffffff;
    font-size: clamp(31px, 3.5vw, 43px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.055em;
}

.mk-wholesale-cta div > p:last-child {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 16px;
    line-height: 1.65;
}

.mk-wholesale-button--light {
    flex: 0 0 auto;
    min-width: 190px;
    border-color: #ffffff;
    background: #ffffff;
    color: var(--mk-text) !important;
}

.mk-wholesale-button--light:hover {
    border-color: #f2f2f2;
    background: #f2f2f2;
}


/* 공통 푸터에서 별도 상단 여백이 적용되는 경우 제거 */
.footer,
.shop-footer {
    margin-top: 0 !important;
}


/* ========================================
   1229px 이하
======================================== */

@media screen and (max-width: 1229px) {
    .mk-wholesale-inner {
        padding: 40px 15px;
    }

    .mk-wholesale-overview,
    .mk-wholesale-section,
    .mk-wholesale-cta {
        margin-top: 40px;
    }

    .mk-wholesale-section-heading {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
        gap: 35px;
    }

    .mk-wholesale-section-heading--compact {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .mk-wholesale-overview__body {
        grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    }

    .mk-wholesale-price-panel,
    .mk-wholesale-overview__benefits {
        padding: 32px 30px;
    }

    .mk-wholesale-overview-list {
        grid-template-columns: 1fr;
    }

    .mk-wholesale-overview-list li:nth-last-child(2) {
        border-bottom: 1px solid var(--mk-border-soft);
    }

    .mk-wholesale-number-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mk-wholesale-number-item:nth-child(3) {
        border-top: 1px solid var(--mk-border);
        border-left: 0;
    }

    .mk-wholesale-number-item:nth-child(4) {
        border-top: 1px solid var(--mk-border);
    }
}


/* ========================================
   모바일
======================================== */

@media screen and (max-width: 767px) {
    .mk-wholesale-title {
        font-size: 34px;
        line-height: 1.25;
    }

    .mk-wholesale-description {
        margin-top: 18px !important;
        font-size: 16px;
    }

    .mk-wholesale-pc-break {
        display: none;
    }

    .mk-wholesale-mobile-break {
        display: block;
    }

    .mk-wholesale-buttons {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 26px;
    }

    .mk-wholesale-button {
        width: 100%;
    }

    .mk-wholesale-section-heading,
    .mk-wholesale-section-heading--compact {
        display: block;
        margin-bottom: 25px;
    }

    .mk-wholesale-section-heading h2 {
        font-size: 33px;
    }

    .mk-wholesale-section-heading > p {
        margin-top: 14px;
        text-align: left;
    }

    .mk-wholesale-overview {
        border-radius: 22px;
    }

    .mk-wholesale-overview__heading {
        padding: 27px 22px;
    }

    .mk-wholesale-overview__heading h2 {
        font-size: 25px;
    }

    .mk-wholesale-approval {
        min-height: 29px;
        padding: 0 10px;
        font-size: 11px;
    }

    .mk-wholesale-overview__body {
        grid-template-columns: 1fr;
    }

    .mk-wholesale-price-panel {
        padding: 28px 22px;
        border-right: 0;
        border-bottom: 1px solid var(--mk-border);
    }

    .mk-wholesale-overview__benefits {
        padding: 28px 22px;
    }

    .mk-wholesale-price-compare {
        grid-template-columns: 1fr;
    }

    .mk-wholesale-price-arrow {
        width: 38px;
        height: 38px;
        margin: -2px auto;
        transform: rotate(90deg);
    }

    .mk-wholesale-payment {
        padding: 18px;
    }

    .mk-wholesale-payment strong {
        font-size: 18px;
    }

    .mk-wholesale-standard {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .mk-wholesale-standard__column {
        padding: 31px 27px;
    }

    .mk-wholesale-standard__divider {
        min-height: 66px;
        border-top: 1px solid var(--mk-border);
        border-right: 0;
        border-bottom: 1px solid var(--mk-border);
        border-left: 0;
    }

    .mk-wholesale-number-grid,
    .mk-wholesale-benefit-list,
    .mk-wholesale-step-list {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .mk-wholesale-number-item {
        min-height: 0;
        padding: 29px 27px;
        border-top: 1px solid var(--mk-border);
        border-left: 0;
    }

    .mk-wholesale-number-item:first-child {
        border-top: 0;
    }

    .mk-wholesale-number-item:nth-child(3),
    .mk-wholesale-number-item:nth-child(4) {
        border-top: 1px solid var(--mk-border);
    }

    .mk-wholesale-number-item strong {
        font-size: 45px;
    }

    .mk-wholesale-benefit-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 18px;
        padding: 28px 25px;
        border-right: 0 !important;
        border-bottom: 1px solid var(--mk-border) !important;
    }

    .mk-wholesale-benefit-item:last-child {
        border-bottom: 0 !important;
    }

    .mk-wholesale-benefit-item__number {
        width: 48px;
        height: 48px;
    }

    .mk-wholesale-step-item {
        min-height: 0;
        padding: 31px 27px;
        border-top: 1px solid var(--mk-border);
        border-left: 0;
    }

    .mk-wholesale-step-item:first-child {
        border-top: 0;
    }

    .mk-wholesale-faq-list {
        border-radius: 20px;
    }

    .mk-wholesale-faq-item summary {
        min-height: 74px;
        padding: 0 21px;
    }

    .mk-wholesale-faq-item summary strong {
        font-size: 16px;
    }

    .mk-wholesale-faq-answer {
        padding: 0 21px 23px;
    }

    .mk-wholesale-faq-answer p {
        font-size: 14px;
    }

    .mk-wholesale-cta {
        display: block;
        padding: 41px 27px;
        border-radius: 22px;
    }

    .mk-wholesale-cta h2 {
        font-size: 33px;
    }

    .mk-wholesale-cta .mk-wholesale-button {
        margin-top: 28px;
    }
}


/* ========================================
   작은 모바일
======================================== */

@media screen and (max-width: 420px) {
    .mk-wholesale-title {
        font-size: 32px;
    }

    .mk-wholesale-overview__heading {
        display: block;
    }

    .mk-wholesale-approval {
        margin-top: 17px;
    }

    .mk-wholesale-price-panel__heading,
    .mk-wholesale-payment {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .mk-wholesale-standard__column {
        padding: 28px 23px;
    }

    .mk-wholesale-benefit-item {
        grid-template-columns: 1fr;
    }

    .mk-wholesale-benefit-item__number {
        width: 43px;
        height: 43px;
    }
}

/* BASIC css end */

