
/* 메인 홍보 배너 전용: 기존 좌/우 퀵메뉴가 배너를 좁고 복잡하게 보이게 하므로 메인에서만 숨김 */
#flying,
.left_quick_wrap,
.quick_login_wrap,
.qucik_cart_wrap {
    display: none !important;
}

/* 메인 중앙 배너가 단독 섹션처럼 보이도록 여백/배경 정리 */
#container.container {
    width: 1400px !important;
    max-width: 1400px !important;
}

/* MOVETIME 메인 와이드 롤링 배너 */
.mv-main-hero-wrap {
    width: 1400px;
    max-width: 1400px;
    margin: 26px auto 34px;
    position: relative;
    font-family: inherit;
}

.mv-main-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 1;
    min-height: 420px;
    max-height: 470px;
    overflow: hidden;
    border-radius: 24px;
    background: #f6efe4;
    box-shadow: 0 22px 58px rgba(15, 20, 35, .16), 0 0 0 1px rgba(190, 154, 92, .32) inset;
}

.mv-main-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.52), inset 0 -34px 70px rgba(0,0,0,.08);
}

.mv-main-hero-track,
.mv-main-hero-slide {
    position: absolute;
    inset: 0;
}

.mv-main-hero-slide {
    opacity: 0;
    transform: scale(1.025);
    transition: opacity .68s ease, transform 5.2s ease;
    z-index: 1;
}

.mv-main-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.mv-main-hero-link,
.mv-main-hero-img {
    display: block;
    width: 100%;
    height: 100%;
}

.mv-main-hero-img {
    object-fit: cover;
    border: 0;
}

.mv-main-hero-admin {
    position: absolute;
    right: 18px;
    top: 16px;
    z-index: 15;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(7, 20, 40, .82);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -.02em;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.18), 0 0 0 1px rgba(255,255,255,.16) inset;
}

.mv-main-hero-admin:hover {
    background: #071428;
    color: #ffe6a3 !important;
}

.mv-main-hero-nav {
    position: absolute;
    top: 50%;
    z-index: 12;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(10, 22, 45, .64);
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,.18), 0 0 0 1px rgba(255,255,255,.22) inset;
    opacity: .92;
    transition: transform .18s ease, background .18s ease, opacity .18s ease;
}

.mv-main-hero-nav:hover {
    transform: scale(1.06);
    background: rgba(10, 22, 45, .9);
    opacity: 1;
}

.mv-main-hero-prev { left: 18px; }
.mv-main-hero-next { right: 18px; }

.mv-main-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 12;
    display: flex;
    gap: 9px;
    transform: translateX(-50%);
}

.mv-main-hero-dot {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    cursor: pointer;
    background: rgba(255,255,255,.82);
    box-shadow: 0 0 0 1px rgba(11, 28, 55, .22), 0 3px 10px rgba(0,0,0,.12);
    transition: width .22s ease, background .22s ease;
}

.mv-main-hero-dot.is-active {
    width: 30px;
    background: #0b2345;
}

.mv-main-hero-quick {
    position: absolute;
    left: 50%;
    bottom: 38px;
    z-index: 11;
    display: flex;
    gap: 14px;
    transform: translateX(-50%);
}

.mv-main-hero-quick a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 182px;
    height: 54px;
    padding: 0 25px;
    border-radius: 9px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.04em;
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(135deg, #061a34 0%, #0c2b58 100%);
    border: 1px solid rgba(255,255,255,.34);
    box-shadow: 0 15px 34px rgba(0,0,0,.22), 0 0 0 1px rgba(201, 163, 92, .34) inset, 0 0 22px rgba(255, 211, 126, .22);
    text-shadow: 0 1px 2px rgba(0,0,0,.35);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.mv-main-hero-quick a:nth-child(2) {
    color: #fff7df !important;
    background: linear-gradient(135deg, #a1712c 0%, #d1a04d 48%, #8a5d21 100%);
}

.mv-main-hero-quick a:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
    box-shadow: 0 20px 42px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.36) inset, 0 0 30px rgba(255, 213, 130, .32);
}

.mv-main-hero-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 360px;
    border-radius: 28px;
    background: linear-gradient(135deg, #f9f4ea 0%, #e7eef7 100%);
    color: #26354b;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 16px 44px rgba(15, 20, 35, .12);
}

@media (max-width: 900px) {
    .mv-main-hero-wrap { max-width: calc(100% - 20px); margin-top: 14px; }
    .mv-main-hero { border-radius: 16px; min-height: 230px; }
    .mv-main-hero-nav { width: 34px; height: 34px; margin-top: -17px; font-size: 22px; line-height: 31px; }
    .mv-main-hero-prev { left: 10px; }
    .mv-main-hero-next { right: 10px; }
    .mv-main-hero-quick { bottom: 28px; gap: 6px; }
    .mv-main-hero-quick a { min-width: 94px; height: 34px; padding: 0 10px; font-size: 13px; border-radius: 7px; }
    .mv-main-hero-dots { bottom: 10px; }
}

/* MOVETIME 메인 신뢰/전환 안내 박스 */
.mv-trust-panel {
    position: relative;
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto 42px;
    padding: 32px 34px 34px;
    border-radius: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 0%, rgba(255,255,255,.98) 0, rgba(255,255,255,0) 38%),
        linear-gradient(135deg, #fffdf8 0%, #f7f1e6 48%, #eef5fb 100%);
    box-shadow: 0 18px 48px rgba(9, 24, 52, .12), 0 0 0 1px rgba(202, 169, 104, .28) inset;
    box-sizing: border-box;
    font-family: inherit;
}

.mv-trust-panel * {
    box-sizing: border-box;
}

.mv-trust-panel-bg {
    position: absolute;
    right: -72px;
    top: -92px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(203, 157, 73, .20), rgba(203, 157, 73, 0) 68%);
    pointer-events: none;
}

.mv-trust-panel::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(11,35,69,0), rgba(191,139,48,.78), rgba(25,83,134,.42), rgba(11,35,69,0));
}

.mv-trust-head {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 22px;
}

.mv-trust-kicker {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    margin-bottom: 9px;
    border-radius: 999px;
    background: rgba(7, 28, 58, .92);
    color: #fff5dc;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .12em;
    box-shadow: 0 8px 18px rgba(7, 28, 58, .18), 0 0 0 1px rgba(255,255,255,.18) inset;
}

.mv-trust-head h2 {
    margin: 0;
    color: #0c2547;
    font-size: 28px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: -.055em;
}

.mv-trust-head p {
    max-width: 560px;
    margin: 0 0 2px;
    color: #586574;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 600;
    letter-spacing: -.035em;
    text-align: right;
}

.mv-trust-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mv-trust-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 118px;
    padding: 21px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(203, 166, 92, .42);
    box-shadow: 0 12px 30px rgba(23, 37, 60, .08), 0 1px 0 rgba(255,255,255,.85) inset;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.mv-trust-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255,255,255,.56), rgba(255,255,255,0) 42%, rgba(211,170,88,.12));
    opacity: .75;
}

.mv-trust-card:hover {
    transform: translateY(-4px);
    background: #fff;
    border-color: rgba(184, 126, 32, .76);
    box-shadow: 0 18px 42px rgba(15, 35, 66, .14), 0 0 0 1px rgba(255,255,255,.9) inset;
}

.mv-trust-card-primary {
    background: linear-gradient(135deg, rgba(7, 28, 58, .96), rgba(13, 57, 104, .92));
    border-color: rgba(217, 174, 86, .76);
}

.mv-trust-card-primary::after {
    background: radial-gradient(circle at 20% 0%, rgba(255,231,165,.32), transparent 48%), linear-gradient(120deg, rgba(255,255,255,.14), transparent 55%);
}

.mv-trust-icon {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-right: 15px;
    border-radius: 17px;
    background: linear-gradient(135deg, #fff9eb 0%, #edd49d 100%);
    color: #8b5e1e;
    font-size: 18px;
    line-height: 1;
    font-weight: 950;
    box-shadow: 0 9px 20px rgba(129, 86, 18, .16), 0 0 0 1px rgba(142, 94, 28, .18) inset;
}

.mv-trust-icon span {
    display: block;
    transform: translateY(-1px);
}

.mv-trust-card-primary .mv-trust-icon {
    background: linear-gradient(135deg, #ffe9a7 0%, #be822a 100%);
    color: #081d3a;
    box-shadow: 0 11px 22px rgba(0,0,0,.18), 0 0 0 1px rgba(255,255,255,.22) inset;
}

.mv-trust-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.mv-trust-copy strong {
    display: block;
    margin-bottom: 7px;
    color: #102747;
    font-size: 19px;
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -.055em;
}

.mv-trust-copy em {
    display: block;
    color: #5c6673;
    font-style: normal;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.mv-trust-card-primary .mv-trust-copy strong {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.22);
}

.mv-trust-card-primary .mv-trust-copy em {
    color: #ffe9b6;
}

@media (max-width: 900px) {
    .mv-trust-panel {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin: 0 auto 28px;
        padding: 22px 16px 20px;
        border-radius: 18px;
    }
    .mv-trust-head {
        display: block;
        margin-bottom: 16px;
    }
    .mv-trust-kicker {
        height: 24px;
        font-size: 10px;
        margin-bottom: 8px;
    }
    .mv-trust-head h2 {
        font-size: 20px;
    }
    .mv-trust-head p {
        max-width: none;
        margin-top: 8px;
        font-size: 13px;
        text-align: left;
    }
    .mv-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 9px;
    }
    .mv-trust-card {
        min-height: 94px;
        padding: 14px 12px;
        border-radius: 14px;
    }
    .mv-trust-icon {
        width: 42px;
        height: 42px;
        margin-right: 10px;
        border-radius: 13px;
        font-size: 15px;
    }
    .mv-trust-copy strong {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .mv-trust-copy em {
        font-size: 11px;
        line-height: 1.35;
    }
}


/* MOVETIME 베스트 카테고리 바로가기 */
.mv-category-showcase {
    position: relative;
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto 46px;
    padding: 34px 34px 36px;
    border-radius: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 10%, rgba(231, 245, 255, .95) 0, rgba(231,245,255,0) 32%),
        radial-gradient(circle at 92% 0%, rgba(255, 235, 190, .78) 0, rgba(255,235,190,0) 34%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 46%, #fff8ec 100%);
    box-shadow: 0 18px 50px rgba(9, 24, 52, .12), 0 0 0 1px rgba(202, 169, 104, .24) inset;
    box-sizing: border-box;
    font-family: inherit;
}

.mv-category-showcase * {
    box-sizing: border-box;
}

.mv-category-showcase::before {
    content: "";
    position: absolute;
    left: 32px;
    right: 32px;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(11,35,69,0), rgba(25,83,134,.58), rgba(198,145,55,.76), rgba(11,35,69,0));
}

.mv-category-showcase::after {
    content: "MOVETIME";
    position: absolute;
    right: 30px;
    bottom: -20px;
    color: rgba(11, 35, 69, .035);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 110px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
    pointer-events: none;
}

.mv-category-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 22px;
}

.mv-category-kicker {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    margin-bottom: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #071c3a, #0d3f76);
    color: #fff5dc;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .12em;
    box-shadow: 0 8px 18px rgba(7, 28, 58, .16), 0 0 0 1px rgba(255,255,255,.18) inset;
}

.mv-category-head h2 {
    margin: 0;
    color: #0c2547;
    font-size: 28px;
    line-height: 1.22;
    font-weight: 950;
    letter-spacing: -.055em;
}

.mv-category-head p {
    max-width: 570px;
    margin: 0 0 2px;
    color: #586574;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 650;
    letter-spacing: -.035em;
    text-align: right;
}

.mv-category-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.18fr 1.18fr repeat(3, 1fr);
    gap: 15px;
}

.mv-category-card {
    position: relative;
    display: block;
    min-height: 172px;
    padding: 23px 22px 21px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none !important;
    background: #fff;
    border: 1px solid rgba(191, 149, 72, .38);
    box-shadow: 0 14px 32px rgba(15, 35, 66, .10), 0 1px 0 rgba(255,255,255,.86) inset;
    transition: transform .20s ease, box-shadow .20s ease, border-color .20s ease, filter .20s ease;
}

.mv-category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .94;
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.52));
    z-index: 1;
}

.mv-category-card::after {
    content: "";
    position: absolute;
    right: -38px;
    top: -44px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.92), rgba(255,255,255,0) 62%);
    z-index: 1;
    pointer-events: none;
}

.mv-category-card-men {
    background: linear-gradient(135deg, #eaf5ff 0%, #ffffff 44%, #fff1d7 100%);
}

.mv-category-card-women {
    background: linear-gradient(135deg, #fff2f5 0%, #ffffff 48%, #eaf5ff 100%);
}

.mv-category-card-watch {
    background: linear-gradient(135deg, #061a34 0%, #103c70 58%, #d8aa54 100%);
    border-color: rgba(224, 184, 96, .72);
}

.mv-category-card-bag {
    background: linear-gradient(135deg, #fff8ec 0%, #ffffff 50%, #f2eadf 100%);
}

.mv-category-card-shoes {
    background: linear-gradient(135deg, #edf7f5 0%, #ffffff 50%, #eef4ff 100%);
}

.mv-category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(190, 125, 30, .78);
    box-shadow: 0 22px 48px rgba(15, 35, 66, .17), 0 0 0 1px rgba(255,255,255,.9) inset;
    filter: brightness(1.025);
}

.mv-category-card > * {
    position: relative;
    z-index: 2;
}

.mv-category-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    min-width: 42px;
    padding: 0 10px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(8, 31, 62, .10);
    color: #0b2a55;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .08em;
}

.mv-category-card-watch .mv-category-no {
    background: rgba(255,255,255,.16);
    color: #ffe6a6;
}

.mv-category-card strong {
    display: block;
    margin-bottom: 9px;
    color: #0c2547;
    font-size: 25px;
    line-height: 1.14;
    font-weight: 950;
    letter-spacing: -.055em;
}

.mv-category-card em {
    display: block;
    min-height: 36px;
    color: #65707d;
    font-size: 14px;
    line-height: 1.45;
    font-style: normal;
    font-weight: 750;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.mv-category-card-watch strong {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.28);
}

.mv-category-card-watch em {
    color: #ffe7b3;
}

.mv-category-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    margin-top: 17px;
    padding: 0 14px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, #071c3a, #0e3d73);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.035em;
    box-shadow: 0 9px 18px rgba(7, 28, 58, .16), 0 0 0 1px rgba(255,255,255,.18) inset;
}

.mv-category-cta::after {
    content: "›";
    margin-left: 8px;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-1px);
}

.mv-category-card-watch .mv-category-cta,
.mv-category-card:hover .mv-category-cta {
    background: linear-gradient(135deg, #a1712c, #d6a853 54%, #8a5d21);
    color: #fff9e8;
}

@media (max-width: 900px) {
    .mv-category-showcase {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin: 0 auto 28px;
        padding: 22px 16px 20px;
        border-radius: 18px;
    }
    .mv-category-showcase::after {
        font-size: 64px;
        right: 12px;
        bottom: -10px;
    }
    .mv-category-head {
        display: block;
        margin-bottom: 16px;
    }
    .mv-category-kicker {
        height: 24px;
        font-size: 10px;
        margin-bottom: 8px;
    }
    .mv-category-head h2 {
        font-size: 20px;
    }
    .mv-category-head p {
        max-width: none;
        margin-top: 8px;
        font-size: 13px;
        text-align: left;
    }
    .mv-category-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .mv-category-card {
        min-height: 128px;
        padding: 18px 17px 17px;
        border-radius: 16px;
    }
    .mv-category-no {
        margin-bottom: 12px;
    }
    .mv-category-card strong {
        font-size: 20px;
    }
    .mv-category-card em {
        min-height: auto;
        font-size: 12px;
    }
    .mv-category-cta {
        height: 31px;
        margin-top: 12px;
        font-size: 12px;
    }
}

/* MOVETIME MD 추천상품 - 카테고리 영역과 충돌하지 않도록 실제 상품 진열 중심 */
.mv-md-pick {
    position: relative;
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto 48px;
    padding: 32px 34px 36px;
    border-radius: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 0%, rgba(216, 239, 255, .78) 0, rgba(216,239,255,0) 34%),
        radial-gradient(circle at 100% 14%, rgba(255, 232, 203, .72) 0, rgba(255,232,203,0) 32%),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 54%, #fff8ee 100%);
    box-shadow: 0 20px 54px rgba(9, 24, 52, .12), 0 0 0 1px rgba(202, 169, 104, .22) inset;
    box-sizing: border-box;
    font-family: inherit;
}

.mv-md-pick * { box-sizing: border-box; }

.mv-md-pick::before {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(11,35,69,0), rgba(27,86,150,.62), rgba(210,158,70,.72), rgba(11,35,69,0));
}

.mv-md-pick-bg {
    position: absolute;
    right: -110px;
    bottom: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 74, 132, .09), rgba(210, 158, 70, .07) 40%, rgba(255,255,255,0) 72%);
    pointer-events: none;
}

.mv-md-pick-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 17px;
}

.mv-md-pick-title {
    max-width: 820px;
}

.mv-md-pick-kicker {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    margin-bottom: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #071c3a, #155a9b);
    color: #fff5dc;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .12em;
    box-shadow: 0 8px 18px rgba(7, 28, 58, .16), 0 0 0 1px rgba(255,255,255,.18) inset;
}

.mv-md-pick-head h2 {
    margin: 0;
    color: #0c2547;
    font-size: 29px;
    line-height: 1.22;
    font-weight: 950;
    letter-spacing: -.06em;
}

.mv-md-pick-head p {
    max-width: 720px;
    margin: 9px 0 0;
    color: #596776;
    font-size: 15px;
    line-height: 1.62;
    font-weight: 650;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.mv-md-pick-more {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(135deg, #071c3a, #0e3d73 55%, #154f8c);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.035em;
    box-shadow: 0 13px 24px rgba(7, 28, 58, .18), 0 0 0 1px rgba(255,255,255,.18) inset;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.mv-md-pick-more::after {
    content: "›";
    margin-left: 8px;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
}

.mv-md-pick-more:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 17px 30px rgba(7, 28, 58, .24), 0 0 0 1px rgba(255,255,255,.26) inset;
}

.mv-md-pick-tags {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}

.mv-md-pick-tags span {
    display: inline-flex;
    align-items: center;
    height: 31px;
    padding: 0 13px;
    border-radius: 999px;
    color: #0b2a55;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(197, 154, 78, .26);
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -.04em;
    box-shadow: 0 8px 18px rgba(12, 37, 71, .06), 0 1px 0 rgba(255,255,255,.92) inset;
}

.mv-md-pick-product-list {
    position: relative;
    z-index: 2;
    padding: 22px 22px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(196, 154, 78, .30);
    box-shadow: 0 14px 34px rgba(15, 35, 66, .08), 0 1px 0 rgba(255,255,255,.92) inset;
}

.mv-md-pick-product-list .sct_wrap,
.mv-md-pick-product-list .sct {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mv-md-pick-product-list h2,
.mv-md-pick-product-list h3 {
    display: none !important;
}

@media (max-width: 900px) {
    .mv-md-pick {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin: 0 auto 30px;
        padding: 22px 16px 20px;
        border-radius: 18px;
    }
    .mv-md-pick-head {
        display: block;
        margin-bottom: 13px;
    }
    .mv-md-pick-kicker {
        height: 24px;
        font-size: 10px;
        margin-bottom: 8px;
    }
    .mv-md-pick-head h2 {
        font-size: 20px;
    }
    .mv-md-pick-head p {
        max-width: none;
        margin-top: 8px;
        font-size: 13px;
    }
    .mv-md-pick-more {
        height: 33px;
        margin-top: 12px;
        padding: 0 14px;
        font-size: 12px;
    }
    .mv-md-pick-tags {
        gap: 6px;
        margin-bottom: 13px;
    }
    .mv-md-pick-tags span {
        height: 28px;
        padding: 0 10px;
        font-size: 12px;
    }
    .mv-md-pick-product-list {
        padding: 16px 10px 12px;
        border-radius: 16px;
    }
}

/* MOVETIME 수동 추천상품 카드 */
.mv-recommend-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.mv-recommend-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(200, 160, 88, .26);
    box-shadow: 0 14px 30px rgba(12, 34, 66, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mv-recommend-card:hover {
    transform: translateY(-5px);
    border-color: rgba(199, 145, 47, .58);
    box-shadow: 0 20px 42px rgba(12, 34, 66, .15), 0 0 0 1px rgba(219, 176, 91, .18) inset;
}

.mv-recommend-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #f7f3ec 0%, #eef5fb 100%);
    text-decoration: none !important;
}

.mv-recommend-thumb img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .36s ease;
}

.mv-recommend-card:hover .mv-recommend-thumb img {
    transform: scale(1.055);
}

.mv-recommend-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    color: #fff7df;
    background: rgba(7, 28, 58, .88);
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .06em;
    box-shadow: 0 7px 16px rgba(0,0,0,.16), 0 0 0 1px rgba(255,255,255,.18) inset;
}

.mv-recommend-info {
    min-height: 108px;
    padding: 15px 14px 16px;
}

.mv-recommend-name {
    display: block;
    min-height: 42px;
    color: #17253c !important;
    font-size: 14px;
    line-height: 1.48;
    font-weight: 850;
    letter-spacing: -.04em;
    text-decoration: none !important;
    word-break: keep-all;
}

.mv-recommend-name:hover {
    color: #9b681f !important;
}

.mv-recommend-price-row {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.mv-recommend-cust {
    color: #8b94a3;
    font-size: 12px;
    font-weight: 650;
    text-decoration: line-through;
}

.mv-recommend-price {
    color: #0b2a55;
    font-size: 17px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.04em;
}

.mv-recommend-noimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #8b94a3;
    font-size: 12px;
    font-weight: 800;
}

.mv-recommend-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    gap: 8px;
    text-align: center;
    color: #26354b;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(247,250,255,.92), rgba(255,248,237,.92));
    border: 1px dashed rgba(187, 145, 72, .42);
}

.mv-recommend-empty strong {
    font-size: 18px;
    font-weight: 950;
    color: #0b2a55;
}

.mv-recommend-empty span {
    font-size: 14px;
    font-weight: 700;
    color: #667487;
}

.mv-recommend-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    margin-top: 7px;
    padding: 0 15px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, #071c3a, #154f8c);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

@media (max-width: 900px) {
    .mv-recommend-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .mv-recommend-info {
        min-height: 94px;
        padding: 11px 10px 12px;
    }
    .mv-recommend-name {
        min-height: 38px;
        font-size: 12px;
    }
    .mv-recommend-price {
        font-size: 14px;
    }
}

/* MOVETIME 카테고리별 최신상품 탭 */
.mv-category-latest {
    position: relative;
    max-width: 1400px;
    margin: 42px auto 0;
    padding: 32px 30px 34px;
    box-sizing: border-box;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 9% 0%, rgba(72, 154, 218, .13) 0%, rgba(72, 154, 218, 0) 31%),
        radial-gradient(circle at 95% 14%, rgba(206, 159, 78, .14) 0%, rgba(206, 159, 78, 0) 30%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 50%, #fff8ed 100%);
    border: 1px solid rgba(207, 171, 105, .35);
    box-shadow: 0 24px 55px rgba(20, 40, 72, .10), 0 0 0 1px rgba(255,255,255,.82) inset;
}

.mv-category-latest:before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(10, 43, 86, 0), rgba(10, 43, 86, .88), rgba(210, 164, 75, .78), rgba(10, 43, 86, 0));
    opacity: .75;
}

.mv-category-latest-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 20px;
}

.mv-category-latest-title {
    min-width: 0;
}

.mv-category-latest-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #b08336;
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .18em;
}

.mv-category-latest-kicker:before {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, #0a2b56, #c89a46);
}

.mv-category-latest h2 {
    margin: 9px 0 8px;
    color: #082344;
    font-size: 28px;
    line-height: 1.23;
    font-weight: 950;
    letter-spacing: -.055em;
}

.mv-category-latest p {
    margin: 0;
    color: #667487;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 700;
    word-break: keep-all;
}

.mv-category-latest-more {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, #082344 0%, #134d87 100%);
    border: 1px solid rgba(255,255,255,.40);
    box-shadow: 0 12px 25px rgba(8, 35, 68, .22), 0 0 0 1px rgba(203, 159, 82, .24) inset;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: -.02em;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

.mv-category-latest-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(8, 35, 68, .30), 0 0 0 1px rgba(235, 199, 121, .42) inset;
}

.mv-category-latest-tabs {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.mv-category-latest-tab {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 74px;
    padding: 15px 16px;
    border-radius: 18px;
    border: 1px solid rgba(13, 48, 92, .12);
    background: rgba(255,255,255,.80);
    color: #26354b;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(17, 45, 80, .06);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.mv-category-latest-tab:after {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 82px;
    height: 82px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(204, 156, 74, .24), rgba(204, 156, 74, 0) 70%);
    opacity: 0;
    transition: opacity .18s ease;
}

.mv-category-latest-tab strong {
    position: relative;
    z-index: 1;
    color: #102a4f;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -.04em;
}

.mv-category-latest-tab span {
    position: relative;
    z-index: 1;
    margin-top: 7px;
    color: #738196;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.035em;
    white-space: nowrap;
}

.mv-category-latest-tab:hover,
.mv-category-latest-tab.is-active {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #082344 0%, #174f87 100%);
    border-color: rgba(215, 172, 91, .55);
    box-shadow: 0 18px 35px rgba(8, 35, 68, .20), 0 0 0 1px rgba(255,255,255,.24) inset;
}

.mv-category-latest-tab:hover:after,
.mv-category-latest-tab.is-active:after {
    opacity: 1;
}

.mv-category-latest-tab:hover strong,
.mv-category-latest-tab.is-active strong {
    color: #fff;
}

.mv-category-latest-tab:hover span,
.mv-category-latest-tab.is-active span {
    color: #f2dcae;
}

.mv-category-latest-panels {
    position: relative;
    z-index: 1;
    min-height: 250px;
    padding: 18px 12px 10px;
    border-radius: 22px;
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(204, 160, 86, .22);
    box-shadow: 0 18px 40px rgba(17, 45, 80, .07) inset;
}

.mv-category-latest-panel {
    display: none;
}

.mv-category-latest-panel.is-active {
    display: block;
}

.mv-category-latest-panel .sct_wrap,
.mv-category-latest-panel .sct,
.mv-category-latest-panel ul {
    margin-bottom: 0 !important;
}

@media (max-width: 1200px) {
    .mv-category-latest {
        margin-left: 14px;
        margin-right: 14px;
    }
    .mv-category-latest-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mv-category-latest {
        margin-top: 28px;
        padding: 24px 14px 22px;
        border-radius: 20px;
    }
    .mv-category-latest-head {
        display: block;
    }
    .mv-category-latest h2 {
        font-size: 21px;
    }
    .mv-category-latest p {
        font-size: 13px;
    }
    .mv-category-latest-more {
        height: 35px;
        margin-top: 14px;
        padding: 0 14px;
        font-size: 12px;
    }
    .mv-category-latest-tabs {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }
    .mv-category-latest-tab {
        flex: 0 0 154px;
        min-height: 62px;
        padding: 12px 13px;
        border-radius: 15px;
    }
    .mv-category-latest-tab strong {
        font-size: 14px;
    }
    .mv-category-latest-tab span {
        font-size: 11px;
    }
    .mv-category-latest-panels {
        padding: 12px 7px 7px;
        border-radius: 16px;
        min-height: 210px;
    }
}

/* MOVETIME 카테고리별 최신상품 - 0513 고정 6개/라이트 카드 보정 */
.mv-category-latest {
    margin-top: 34px !important;
    padding: 26px 26px 28px !important;
    border-radius: 24px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(247,251,255,.96) 52%, rgba(255,250,241,.96) 100%) !important;
    border: 1px solid rgba(207, 171, 105, .24) !important;
    box-shadow: 0 18px 42px rgba(12, 34, 66, .08), 0 0 0 1px rgba(255,255,255,.86) inset !important;
}

.mv-category-latest:before {
    left: 28px !important;
    right: 28px !important;
    height: 2px !important;
    opacity: .42 !important;
}

.mv-category-latest-head {
    margin-bottom: 16px !important;
}

.mv-category-latest h2 {
    margin: 8px 0 6px !important;
    font-size: 25px !important;
}

.mv-category-latest p {
    font-size: 13px !important;
    color: #6b7788 !important;
}

.mv-category-latest-tabs {
    margin-bottom: 14px !important;
}

.mv-category-latest-tab {
    min-height: 64px !important;
    padding: 13px 15px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 10px 22px rgba(17, 45, 80, .045) !important;
}

.mv-category-latest-tab:hover,
.mv-category-latest-tab.is-active {
    transform: translateY(-2px) !important;
    background: linear-gradient(135deg, #113963 0%, #174f87 100%) !important;
    box-shadow: 0 15px 30px rgba(8, 35, 68, .15), 0 0 0 1px rgba(255,255,255,.24) inset !important;
}

.mv-category-latest-panels {
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.mv-category-latest-grid,
.mv-category-latest .mv-recommend-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch !important;
    overflow: visible !important;
    transform: none !important;
    transition: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.mv-category-latest .mv-recommend-card,
.mv-category-latest .mv-latest-card {
    min-width: 0 !important;
    width: auto !important;
    border-radius: 17px !important;
    background: #fff !important;
    border: 1px solid rgba(200, 160, 88, .22) !important;
    box-shadow: 0 12px 26px rgba(12, 34, 66, .075) !important;
}

.mv-category-latest .mv-recommend-card:hover,
.mv-category-latest .mv-latest-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(199, 145, 47, .50) !important;
    box-shadow: 0 18px 36px rgba(12, 34, 66, .13), 0 0 0 1px rgba(219, 176, 91, .14) inset !important;
}

.mv-category-latest .mv-recommend-thumb,
.mv-category-latest .mv-latest-thumb {
    aspect-ratio: 1 / 1 !important;
    background: linear-gradient(135deg, #f8f5ef 0%, #eef5fb 100%) !important;
}

.mv-category-latest .mv-recommend-thumb img,
.mv-category-latest .mv-latest-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.mv-category-latest .mv-recommend-badge,
.mv-category-latest .mv-latest-badge {
    height: 22px !important;
    padding: 0 8px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #0b2a55 0%, #17649c 100%) !important;
    font-size: 10px !important;
    box-shadow: 0 7px 14px rgba(0,0,0,.13), 0 0 0 1px rgba(255,255,255,.18) inset !important;
}

.mv-category-latest .mv-recommend-info,
.mv-category-latest .mv-latest-info {
    min-height: 100px !important;
    padding: 13px 12px 14px !important;
}

.mv-category-latest .mv-recommend-name,
.mv-category-latest .mv-latest-name {
    min-height: 40px !important;
    font-size: 13px !important;
    line-height: 1.48 !important;
    font-weight: 850 !important;
}

.mv-category-latest .mv-recommend-price-row,
.mv-category-latest .mv-latest-price-row {
    margin-top: 8px !important;
}

.mv-category-latest .mv-recommend-price {
    font-size: 16px !important;
}

.mv-category-latest-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    border-radius: 17px;
    background: rgba(255,255,255,.82);
    border: 1px dashed rgba(157, 117, 48, .24);
    color: #6b7788;
    font-size: 13px;
    font-weight: 800;
}

/* 혹시 기존 롤링 스킨이 남아도 이 영역에서는 화살표/슬라이드 동작을 숨김 */
.mv-category-latest .mv_gem_slider_btn,
.mv-category-latest .mv_gem_slider_prev,
.mv-category-latest .mv_gem_slider_next,
.mv-category-latest .slick-arrow,
.mv-category-latest .bx-controls,
.mv-category-latest .owl-nav {
    display: none !important;
}

.mv-category-latest .mv_gem_list,
.mv-category-latest .sct,
.mv-category-latest ul {
    transform: none !important;
    animation: none !important;
}

@media (max-width: 1200px) {
    .mv-category-latest-grid,
    .mv-category-latest .mv-recommend-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .mv-category-latest {
        padding: 22px 13px 20px !important;
    }
    .mv-category-latest-grid,
    .mv-category-latest .mv-recommend-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
    .mv-category-latest .mv-recommend-info,
    .mv-category-latest .mv-latest-info {
        padding: 11px 10px 12px !important;
    }
    .mv-category-latest .mv-recommend-name,
    .mv-category-latest .mv-latest-name {
        font-size: 12px !important;
    }
    .mv-category-latest .mv-recommend-price {
        font-size: 14px !important;
    }
}

/* MOVETIME 0513 최신상품 텍스트 박스형 보정 */
.mv-category-latest .mv-recommend-info,
.mv-category-latest .mv-latest-info {
    min-height: 126px !important;
    margin: 0 10px 12px !important;
    padding: 10px !important;
    border-radius: 15px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,251,255,.96) 100%) !important;
    border: 1px solid rgba(13, 42, 85, .10) !important;
    box-shadow: 0 10px 22px rgba(12,34,66,.06), 0 0 0 1px rgba(255,255,255,.70) inset !important;
}

.mv-category-latest .mv-recommend-name,
.mv-category-latest .mv-latest-name {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 9px 10px !important;
    border-radius: 12px !important;
    color: #10294c !important;
    background: linear-gradient(135deg, #ffffff 0%, #f3f7fc 100%) !important;
    border: 1px solid rgba(11,42,85,.13) !important;
    box-shadow: 0 6px 14px rgba(12,34,66,.055) !important;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.38 !important;
    font-weight: 900 !important;
    letter-spacing: -.045em !important;
    word-break: keep-all !important;
}

.mv-category-latest .mv-recommend-name:hover,
.mv-category-latest .mv-latest-name:hover {
    color: #b07922 !important;
    border-color: rgba(190, 137, 43, .35) !important;
    box-shadow: 0 8px 18px rgba(176,121,34,.12) !important;
}

.mv-category-latest .mv-recommend-price-row,
.mv-category-latest .mv-latest-price-row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 38px !important;
    margin-top: 8px !important;
    padding: 8px 9px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #0b2a55 0%, #123f77 54%, #0b2a55 100%) !important;
    border: 1px solid rgba(219, 176, 91, .28) !important;
    box-shadow: 0 9px 18px rgba(11,42,85,.16), 0 0 0 1px rgba(255,255,255,.10) inset !important;
    flex-wrap: wrap !important;
}

.mv-category-latest .mv-recommend-price-row::before,
.mv-category-latest .mv-latest-price-row::before {
    content: 'PRICE' !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 18px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    color: #0b2a55 !important;
    background: linear-gradient(135deg, #f8e2a9 0%, #c89436 100%) !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .07em !important;
}

.mv-category-latest .mv-recommend-cust,
.mv-category-latest .mv-latest-price-row .mv-recommend-cust {
    color: rgba(255,255,255,.62) !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    text-decoration-color: rgba(255,255,255,.55) !important;
}

.mv-category-latest .mv-recommend-price,
.mv-category-latest .mv-latest-price-row .mv-recommend-price {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: -.045em !important;
    text-shadow: 0 1px 4px rgba(0,0,0,.22) !important;
}

.mv-category-latest .mv-recommend-card:hover .mv-recommend-info,
.mv-category-latest .mv-latest-card:hover .mv-latest-info {
    border-color: rgba(199,145,47,.34) !important;
    box-shadow: 0 13px 26px rgba(12,34,66,.09), 0 0 0 1px rgba(219,176,91,.15) inset !important;
}

@media (max-width: 768px) {
    .mv-category-latest .mv-recommend-info,
    .mv-category-latest .mv-latest-info {
        min-height: 118px !important;
        margin: 0 8px 10px !important;
        padding: 8px !important;
    }
    .mv-category-latest .mv-recommend-name,
    .mv-category-latest .mv-latest-name {
        min-height: 40px !important;
        padding: 8px !important;
        font-size: 12px !important;
    }
    .mv-category-latest .mv-recommend-price,
    .mv-category-latest .mv-latest-price-row .mv-recommend-price {
        font-size: 15px !important;
    }
}

/* ===== MOVETIME 메인 SEO 박스형 섹션 0513 ===== */
.mv-seo-wrap{
    max-width:1400px !important;
    width:100% !important;
    margin:70px auto 80px !important;
    padding:0 12px !important;
    color:#1f2d3d !important;
    box-sizing:border-box !important;
}

.mv-seo-wrap *{
    box-sizing:border-box !important;
}

.mv-seo-hero{
    position:relative !important;
    overflow:hidden !important;
    background:
        radial-gradient(circle at 12% 10%, rgba(255,255,255,.95) 0, rgba(255,255,255,0) 32%),
        radial-gradient(circle at 88% 0%, rgba(204,226,255,.38) 0, rgba(255,255,255,0) 36%),
        linear-gradient(180deg, #fffdf8 0%, #f8f5ee 100%) !important;
    border:1px solid #eadfcb !important;
    border-radius:30px !important;
    padding:44px 42px 38px !important;
    text-align:center !important;
    box-shadow:0 18px 42px rgba(11,42,85,.08), 0 0 0 1px rgba(255,255,255,.74) inset !important;
    margin-bottom:26px !important;
}

.mv-seo-hero:before{
    content:'' !important;
    position:absolute !important;
    left:50% !important;
    top:0 !important;
    width:76% !important;
    height:1px !important;
    transform:translateX(-50%) !important;
    background:linear-gradient(90deg, transparent 0%, rgba(190,137,43,.65) 18%, rgba(16,47,87,.28) 50%, rgba(190,137,43,.65) 82%, transparent 100%) !important;
}

.mv-seo-badge{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:34px !important;
    padding:0 18px !important;
    border-radius:999px !important;
    background:linear-gradient(135deg, #0b2a55 0%, #123f77 100%) !important;
    color:#fff !important;
    font-size:12px !important;
    font-weight:900 !important;
    letter-spacing:1.3px !important;
    margin-bottom:18px !important;
    box-shadow:0 8px 18px rgba(11,42,85,.20) !important;
}

.mv-seo-hero h2{
    font-size:40px !important;
    line-height:1.35 !important;
    font-weight:900 !important;
    margin:0 0 18px !important;
    color:#1c2d47 !important;
    letter-spacing:-.04em !important;
}

.mv-seo-hero h2 span{
    color:#b88a2a !important;
    letter-spacing:-.02em !important;
}

.mv-seo-lead,
.mv-seo-sub{
    max-width:1120px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    word-break:keep-all !important;
}

.mv-seo-lead{
    font-size:18px !important;
    line-height:1.95 !important;
    color:#2d3a4d !important;
    margin-top:0 !important;
    margin-bottom:15px !important;
}

.mv-seo-sub{
    font-size:17px !important;
    line-height:1.9 !important;
    color:#5a6472 !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
}

.mv-seo-grid{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:22px !important;
}

.mv-seo-card{
    position:relative !important;
    background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
    border:1px solid #ebe4d8 !important;
    border-radius:26px !important;
    padding:34px 32px !important;
    box-shadow:0 14px 32px rgba(12,34,66,.06), 0 0 0 1px rgba(255,255,255,.8) inset !important;
    overflow:hidden !important;
}

.mv-seo-card:before{
    content:'' !important;
    position:absolute !important;
    left:28px !important;
    right:28px !important;
    top:0 !important;
    height:3px !important;
    border-radius:0 0 999px 999px !important;
    background:linear-gradient(90deg, #0b2a55, #c89436, #0b2a55) !important;
    opacity:.72 !important;
}

.mv-seo-card-wide{
    grid-column:1 / -1 !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.9) 0, rgba(255,255,255,0) 38%),
        linear-gradient(180deg, #fcfbf8 0%, #f5f1e8 100%) !important;
}

.mv-seo-card h3{
    font-size:28px !important;
    font-weight:900 !important;
    color:#1c2d47 !important;
    margin:0 0 22px !important;
    text-align:center !important;
    letter-spacing:-.04em !important;
}

.mv-seo-card p{
    font-size:17px !important;
    line-height:1.95 !important;
    color:#465365 !important;
    margin:0 0 14px !important;
    text-align:center !important;
    word-break:keep-all !important;
}

.mv-seo-list{
    list-style:none !important;
    padding:0 !important;
    margin:0 !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
}

.mv-seo-list li{
    background:#f8fafc !important;
    border:1px solid #e3eaf3 !important;
    border-radius:15px !important;
    padding:14px 16px !important;
    font-size:16px !important;
    line-height:1.7 !important;
    color:#233247 !important;
    text-align:left !important;
    box-shadow:0 6px 14px rgba(12,34,66,.035) !important;
}

.mv-seo-mini-boxes{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:16px !important;
    margin-top:24px !important;
}

.mv-seo-mini{
    background:#fff !important;
    border:1px solid #e6dccd !important;
    border-radius:18px !important;
    padding:20px 16px !important;
    text-align:center !important;
    box-shadow:0 9px 22px rgba(12,34,66,.055) !important;
}

.mv-seo-mini strong{
    display:block !important;
    font-size:18px !important;
    color:#102f57 !important;
    margin-bottom:8px !important;
    font-weight:900 !important;
    letter-spacing:-.035em !important;
}

.mv-seo-mini span{
    display:block !important;
    font-size:14px !important;
    color:#666 !important;
    line-height:1.7 !important;
    word-break:keep-all !important;
}

@media (max-width: 991px){
    .mv-seo-wrap{
        margin:46px auto 56px !important;
        padding:0 12px !important;
    }

    .mv-seo-hero{
        padding:32px 22px 28px !important;
        border-radius:22px !important;
    }

    .mv-seo-hero h2{
        font-size:28px !important;
    }

    .mv-seo-lead,
    .mv-seo-sub,
    .mv-seo-card p{
        font-size:15px !important;
    }

    .mv-seo-grid{
        grid-template-columns:1fr !important;
    }

    .mv-seo-mini-boxes{
        grid-template-columns:1fr !important;
    }

    .mv-seo-card{
        padding:28px 20px !important;
        border-radius:22px !important;
    }

    .mv-seo-card h3{
        font-size:22px !important;
    }

    .mv-seo-list li{
        font-size:14px !important;
    }
}



/* 회원혜택 카드 링크 보정 */
.mv-trust-card-link{
    text-decoration:none !important;
    color:inherit !important;
}
.mv-trust-card-link .mv-trust-copy strong,
.mv-trust-card-link .mv-trust-copy em{
    text-decoration:none !important;
}
