
.nm-main {
    overflow: hidden;
    background: var(--bg);
    color: var(--dark);
    font-size: 17px;
}

.nm-main a {
    text-decoration: none;
}
.nm-hero{
    position:relative;
    min-height:calc(100svh - 96px);
    padding:90px 0 110px;
    display:flex;
    align-items:center;
    background:
        radial-gradient(circle at 50% 0%,rgba(255,255,255,.95),transparent 32%),
        radial-gradient(circle at 82% 18%,rgba(37,99,235,.12),transparent 30%),
        linear-gradient(145deg,#f7faff 0%,#edf3f9 52%,#e8f0f8 78%,var(--bg) 100%);
}

.nm-hero:before,
.nm-hero:after {
    position:absolute;
    content:"";
    pointer-events:none;
}

.nm-hero:before {
    top:-160px;
    right:20%;
    width:380px;
    height:380px;
    border-radius:50%;
    filter:blur(1px);
    background:rgba(255,255,255,.48);
    box-shadow:28px 28px 70px rgba(133,150,173,.13);
}

.nm-hero:after {
    left:0;
    right:0;
    bottom:-1px;
    height:190px;
    background:linear-gradient(180deg,rgba(232,240,248,0) 0%,var(--bg) 100%);
    z-index:0;
}
.nm-hero-grid{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
}
.nm-hero-copy{
    max-width:900px;
    margin:0 auto;
    text-align:center;
}
.nm-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
    color: var(--blue);
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .12em;
}
.nm-hero-copy h1 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(54px, 5.25vw, 80px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -.065em;
}
.nm-hero-copy h1 em {
    color: var(--blue);
    font-style: normal;
}
.nm-hero-copy > p {
    max-width: 760px;
    margin: 28px auto 0;
    color: #5c6b80;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: -.025em;
}
.nm-hero-payments {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    margin-top: 24px;
    padding: 0 22px;
    border: 1px solid rgba(37, 99, 235, .15);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 12px 30px rgba(37, 99, 235, .08);
    color: #334155;
    font-size: 16px;
    letter-spacing: -.025em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.nm-payment-label {
    color: #64748b;
    font-size: 14px;
    font-weight: 800;
}
.nm-hero-payments strong {
    font-weight: 900;
    white-space: nowrap;
}
.nm-payment-naver {
    color: #03c75a;
}
.nm-payment-kakao {
    color: #191919;
}
.nm-payment-card {
    color: var(--blue);
}
.nm-payment-divider {
    width: 1px;
    height: 14px;
    background: #d7dfeb;
}
.nm-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
    text-align: center;
}

.nm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 68px;
    padding: 0 34px;
    border: 0;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 900;
    transition: transform .2s, box-shadow .2s;
}
.nm-btn:hover {
    transform: translateY(-2px);
}
.nm-btn-primary {
    background: linear-gradient(145deg, #3979ff, #245fe6);
    color: #fff;
    box-shadow: 10px 12px 24px rgba(45,108,246,.25);
}
.nm-hero-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    min-height: 68px;
    padding: 0 26px;
    border: 1px solid rgba(148,163,184,.26);
    border-radius: 18px;
    background: rgba(255,255,255,.76);
    color: #344054;
    box-shadow: 0 10px 24px rgba(74,92,118,.1);
    text-decoration: none;
    transition: transform .2s, border-color .2s, box-shadow .2s;
}
.nm-hero-phone:hover {
    border-color: rgba(37,99,235,.32);
    box-shadow: 0 12px 28px rgba(74,92,118,.15);
    transform: translateY(-2px);
}
.nm-hero-phone-pc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    line-height: 1;
}
.nm-hero-phone-pc small {
    color: #718096;
    font-size: 13px;
    font-weight: 800;
}
.nm-hero-phone-pc strong {
    color: #172033;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -.02em;
}
.nm-hero-phone-mobile {
    display: none;
}
.nm-console-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 23px;
    padding: 2px 4px;
}
.nm-console-head span {
    display: block;
    color: #8a98aa;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .14em;
}
.nm-console-head h2 {
    margin: 7px 0 0;
    color: #101828;
    font-size: clamp(42px, 4.2vw, 68px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -.055em;
}
.nm-live {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #e7f8ef;
    color: #168653;
    font-size: 18px;
    font-weight: 900;
    box-shadow: inset 2px 2px 4px rgba(43,118,81,.08);
}
.nm-live i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1dbf73;
    box-shadow: 0 0 0 6px rgba(29,191,115,.13);
}
.nm-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.nm-service-card {
    display: grid;
    grid-template-columns: 54px 1fr 18px;
    gap: 18px;
    align-items: center;
    min-height: 116px;
    padding: 24px 22px;
    border: 1px solid rgba(148,163,184,.2);
    border-radius: 22px;
    background: rgba(255,255,255,.72);
    color: #344054;
    box-shadow: 0 8px 22px rgba(74,92,118,.1);
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.nm-service-card:hover {
    transform: translateY(-2px);
    border-color: rgba(45,108,246,.25);
    box-shadow: 0 12px 28px rgba(74,92,118,.14);
}
.nm-service-card > svg {
    width: 18px;
    color: #98a2b3;
}
.nm-service-card strong,
.nm-service-card small {
    display: block;
}
.nm-service-card strong {
    color: #2d3748;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -.04em;
}
.nm-service-card small {
    margin-top: 8px;
    color: #8491a3;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}
.nm-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #edf3fa;
}
.nm-service-icon svg {
    width: 25px;
    height: 25px;
}
.nm-service-card.is-blue .nm-service-icon { color: var(--blue); }
.nm-service-card.is-green .nm-service-icon { color: var(--nm-green); }
.nm-service-card.is-purple .nm-service-icon { color: var(--nm-purple); }
.nm-service-card.is-orange .nm-service-icon { color: #ff6b00; }

.nm-console-foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 28px;
    padding-top: 26px;
    border-top: 1px solid rgba(164,177,196,.25);
}
.nm-console-foot div {
    text-align: center;
}
.nm-console-foot strong,
.nm-console-foot span {
    display: block;
}
.nm-console-foot strong {
    color: #344054;
    font-size: 30px;
    font-weight: 950;
    letter-spacing: -.04em;
}
.nm-console-foot span {
    margin-top: 8px;
    color: #98a2b3;
    font-size: 17px;
    font-weight: 850;
}
.nm-benefits {
    position: relative;
    z-index: 2;
    padding: 70px 0;
    background: var(--bg);
}
.nm-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.nm-benefit-grid article {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 120px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
}
.nm-benefit-grid article > svg {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    padding: 15px;
    border-radius: 18px;
    background: #edf4ff;
    color: var(--blue);
    box-sizing: content-box;
}
.nm-benefit-grid strong,
.nm-benefit-grid span {
    display: block;
}
.nm-benefit-grid strong {
    color: #253247;
    font-size: 23px;
    font-weight: 950;
    letter-spacing: -.035em;
}
.nm-benefit-grid span {
    margin-top: 7px;
    color: #526174;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
}

@media(max-width: 1200px) {
    .nm-hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .nm-hero-copy {
        max-width: 850px;
    }
    .nm-benefit-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 760px) {
    .nm-main {
        font-size: 16px;
    }
    .nm-main .wrap {
        width: min(100% - 32px, 1420px);
    }
    .nm-hero{
        min-height:calc(100svh - 72px);
        padding:64px 0 72px;
        align-items:center;
    }
    .nm-hero-copy {
        width: 100%;
        padding: 0;
    }
    .nm-kicker {
        margin-bottom: 22px;
        font-size: 14px;
        letter-spacing: .1em;
    }
    .nm-hero-copy h1 {
        font-size: clamp(38px, 11.4vw, 48px);
        line-height: 1.08;
    }
    /* 모바일에서는 강조 문구만 축소해 제목의 과도한 높이를 줄인다. */
    .nm-hero-copy h1 em {
        font-size: .68em;
    }
    .nm-hero-copy > p {
        max-width: 340px;
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.65;
    }
    .nm-hero-payments {
        gap: 9px;
        min-height: 46px;
        margin-top: 18px;
        padding: 0 14px;
        font-size: 13px;
    }
    .nm-payment-label {
        font-size: 12px;
    }
    .nm-payment-divider {
        height: 12px;
    }
    .nm-hero-actions {
        align-items: center;
        flex-direction: row;
        gap: 10px;
        margin-top: 24px;
    }
    .nm-btn {
        width: calc(50% - 5px);
        min-width: 0;
        min-height: 58px;
        padding: 0 10px;
        border-radius: 15px;
        font-size: 15px;
    }
    .nm-hero-phone {
        width: calc(50% - 5px);
        min-height: 58px;
        padding: 0 10px;
        border: 1px solid rgba(148,163,184,.22);
        border-radius: 15px;
        background: rgba(255,255,255,.68);
        color: #344054;
        box-shadow: 0 8px 20px rgba(74,92,118,.1);
        font-size: 15px;
        font-weight: 900;
    }
    .nm-hero-phone-pc {
        display: none;
    }
    .nm-hero-phone-mobile {
        display: inline;
    }
    .nm-reserve-console {
        padding: 20px;
        border-radius: 25px;
    }
    .nm-console-head {
        align-items: center;
    }
    .nm-console-head h2 {
        font-size: 36px;
    }
    .nm-live {
        display: none;
    }
    .nm-service-grid {
        grid-template-columns: 1fr;
    }
    .nm-service-card {
        min-height: 96px;
        padding: 20px;
    }
    .nm-service-card strong {
        font-size: 23px;
    }
    .nm-service-card small {
        font-size: 15px;
    }
    .nm-console-foot {
        gap: 5px;
    }
    .nm-console-foot strong {
        font-size: 24px;
    }
    .nm-console-foot span {
        font-size: 14px;
    }
    .nm-benefit-grid,
    .nm-main .price-grid,
    .nm-main .lift-grid,
    .nm-main .lesson-grid,
    .nm-main .news-grid,
    .nm-main .stay-grid,
    .nm-main .map-grid {
        grid-template-columns: 1fr;
    }
    .nm-benefits {
        padding-bottom: 45px;
    }
    .nm-benefit-grid article {
        padding: 22px;
    }
    .nm-benefit-grid strong {
        font-size: 20px;
    }
    .nm-benefit-grid span {
        font-size: 15px;
    }
}


.nm-hero{
    box-sizing:border-box;
}
/* hero text motion */
.nm-kicker,
.nm-hero-copy h1,
.nm-hero-copy > p,
.nm-hero-payments,
.nm-hero-actions{
    opacity:0;
    transform:translateY(18px);
    animation:nmHeroTextUp .72s cubic-bezier(.2,.8,.2,1) forwards;
}

.nm-kicker{
    animation-delay:.04s;
}

.nm-hero-copy h1{
    animation-delay:.16s;
}

.nm-hero-copy > p{
    animation-delay:.3s;
}

.nm-hero-payments{
    animation-delay:.4s;
}

.nm-hero-actions{
    animation-delay:.52s;
}

@keyframes nmHeroTextUp{
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* blue text shine */
.nm-hero-copy h1 em{
    color:transparent;
    font-style:normal;
    background:linear-gradient(90deg,#2563eb 0%,#2d6cf6 38%,#8bb8ff 50%,#2d6cf6 62%,#2563eb 100%);
    background-size:220% auto;
    -webkit-background-clip:text;
    background-clip:text;
    animation:nmHeroShine 2.8s ease .95s 1 both;
}

@keyframes nmHeroShine{
    from{
        background-position:120% center;
    }
    to{
        background-position:-80% center;
    }
}

@media (prefers-reduced-motion:reduce){
    .nm-kicker,
    .nm-hero-copy h1,
    .nm-hero-copy > p,
    .nm-hero-payments,
    .nm-hero-actions,
    .nm-hero-copy h1 em{
        animation:none;
        opacity:1;
        transform:none;
    }
}

.nm-benefit-head{
    justify-content:center;
    text-align:center;
}

.nm-benefit-head .section-desc{
    margin-left:auto;
    margin-right:auto;
}

.nm-benefit-cta{
    display:flex;
    justify-content:center;
    margin-top:34px;
}

/* =========================================================
   Main Package
========================================================= */

.nm-package-section {
    overflow: hidden;
    background: #fff;
}

.nm-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.nm-package-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    min-height: 100%;
    border: 1px solid #dce4ef;
    border-radius: 22px;
    background: #fff;
    color: #101828;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.nm-package-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #e8eef6;
}

.nm-package-media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.nm-package-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .84);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    backdrop-filter: blur(7px);
}

.nm-package-copy {
    display: flex !important;
    flex: 1;
    flex-direction: column;
    padding: 26px 28px 28px;
}

.nm-package-info {
    display: block;
    padding-bottom: 26px;
}

.nm-package-info small,
.nm-package-info strong {
    display: block;
}

.nm-package-info small {
    margin-bottom: 8px;
    color: var(--blue);
    font-size: 14px;
    font-weight: 900;
}

.nm-package-info strong {
    color: #101828;
    font-size: clamp(22px, 1.7vw, 27px);
    font-weight: 950;
    line-height: 1.25;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.nm-package-tags {
    display: flex !important;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 34px;
    margin-top: 15px;
}

.nm-package-tags i {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid #dce4ef;
    border-radius: 6px;
    background: #f8fafc;
    color: #526071;
    font-size: 13px;
    font-style: normal;
    font-weight: 850;
    line-height: 1;
}

.nm-package-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 78px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid #e8edf3;
}

.nm-package-prices {
    display: flex !important;
    align-items: baseline;
    gap: 6px;
    width: fit-content;
    white-space: nowrap;
}

.nm-package-prices b {
    color: #101828;
    font-size: clamp(25px, 2vw, 31px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.045em;
}

.nm-package-prices i {
    color: #7c8a9d;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
}

.nm-package-link {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    min-width: 126px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    background: var(--blue);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    transition: background-color .2s ease, transform .2s ease;
}

.nm-package-pagination {
    display: none;
}

.nm-package-copy svg {
    width: 15px;
    height: 15px;
    margin-left: 6px;
}

@media (hover: hover) {
    .nm-package-card:hover {
        transform: translateY(-4px);
        border-color: #c8d4e4;
        box-shadow: 0 20px 42px rgba(15, 23, 42, .12);
    }

    .nm-package-card:hover .nm-package-media > img {
        transform: scale(1.045);
    }

    .nm-package-card:hover .nm-package-link {
        background: #164fd3;
        transform: translateX(2px);
    }
}

@media (max-width: 1100px) {
    .nm-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .nm-package-section .wrap {
        width: 100%;
    }

    .nm-package-section .section-head {
        width: calc(100% - 32px);
        margin-right: auto;
        margin-left: auto;
    }

    .nm-package-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding: 0 16px 6px;
        scroll-padding-inline: 16px;
        scroll-snap-type: x mandatory;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .nm-package-grid::-webkit-scrollbar {
        display: none;
    }

    .nm-package-card {
        flex: 0 0 84vw;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        border-radius: 20px;
    }

    .nm-package-media {
        aspect-ratio: 16 / 9;
    }

    .nm-package-badge {
        top: 16px;
        left: 16px;
        min-height: 32px;
        padding: 0 12px;
        font-size: 12px;
    }

    .nm-package-copy {
        padding: 21px 20px 22px;
    }

    .nm-package-info strong {
        font-size: 22px;
    }

    .nm-package-tags {
        margin-top: 13px;
    }

    .nm-package-info {
        padding-bottom: 22px;
    }

    .nm-package-prices b {
        font-size: 25px;
    }

    .nm-package-foot {
        min-height: 68px;
        padding-top: 18px;
    }

    .nm-package-link {
        min-width: 112px;
        min-height: 48px;
        padding: 0 15px;
        font-size: 14px;
    }

    .nm-package-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 20px;
        margin-top: 14px;
        padding: 0 16px;
    }

    .nm-package-pagination button {
        width: 7px;
        height: 7px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: #d1d5db;
        box-shadow: none;
        cursor: pointer;
        transition: width .2s ease, background-color .2s ease;
    }

    .nm-package-pagination button.is-active {
        width: 24px;
        background: var(--blue);
    }
}


.lift-section {
    background:#111827;
}

.lift-card {
    border:1px solid rgba(148,163,184,.2);
    background:#1f2937;
    box-shadow:0 18px 40px rgba(15,23,42,.22);
}

.lift-card h3 {
    color:#fff;
}

.lift-card .target span {
    background:rgba(45,108,246,.16);
    color:#93c5fd;
}

.lift-price div {
    border-top:1px solid rgba(255,255,255,.08);
}

.lift-price span {
    color:#cbd5e1;
}

.lift-price b {
    color:#fff;
}

.lift-price .discount-price {
    color:#60a5fa;
}

.discount-badge {
    background:#2d6cf6;
    color:#fff;
}

/* =========================================================
   Rental Price
========================================================= */

.price-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.price-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
}

.thumb {
    height: 185px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.price-body {
    padding: 22px;
}

.price-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.8px;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #eef2f7;
    padding: 12px 0;
}

.price-row span:first-child {
    color: var(--text);
    font-weight: 700;
}

.price-row .normal {
    color: #98a2b3;
    text-decoration: line-through;
}

.price-row .reserve {
    color: var(--blue);
    font-size: 22px;
    font-weight: 900;
}


/* =========================================================
   Lift Discount
========================================================= */

.lift-section {
    background: #0f172a;
    color: #fff;
}

.lift-section .section-desc,
.lift-section .eyebrow {
    color: #cbd5e1;
}

.lift-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.lift-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    padding: 28px;
}

.lift-card h3 {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -1px;
}

.lift-card .target {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.lift-card .target span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .35);
    font-size: 13px;
    font-weight: 900;
}

.lift-price {
    display: grid;
    gap: 10px;
}

.lift-price div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 13px 0;
}

.lift-price span {
    color: #e5e7eb;
    font-weight: 700;
}

.lift-price b {
    color: var(--blue);
    font-size: 22px;
    font-weight: 900;
    white-space: nowrap;
}

.notice-box {
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    color: #e5e7eb;
    line-height: 1.7;
}

.lift-price .discount-price {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #93c5fd;
    gap: 8px;
}

.discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.3px;
}
/* =========================================================
   Lesson
========================================================= */

.lesson-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.lesson-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
}

.lesson-card h3 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -1px;
}

.lesson-card ul {
    display: grid;
    gap: 10px;
    margin: 18px 0;
    color: var(--text);
}

.lesson-card li {
    position: relative;
    padding-left: 22px;
    line-height: 1.6;
}

.lesson-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--blue);
    font-weight: 900;
}

.lesson-price {
    color: var(--blue);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -1.2px;
}


/* =========================================================
   Stay
========================================================= */

.stay {
    background: #fff;
}

.stay-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 34px;
    align-items: center;
}

.stay-photo {
    min-height: 420px;
    border-radius: 32px;
    background: url("/img/boss/stay_main.webp") center / cover no-repeat;
    box-shadow: var(--shadow);
}

.stay-content {
    min-width: 0;
}

.stay-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 24px 0;
}

.stay-list span {
    padding: 15px 16px;
    border-radius: 16px;
    background: #f8fafc;
    font-weight: 700;
}


/* =========================================================
   News
========================================================= */

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.news-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

.news-card .thumb {
    height: 150px;
}

.news-body,
.news-card div:last-child {
    padding: 18px;
}

.news-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.news-card time {
    color: #98a2b3;
    font-size: 13px;
    font-weight: 800;
}


/* =========================================================
   Location
========================================================= */

.map-section {
    background: #fff;
}

.map-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: stretch;
}

.map-box {
    position: relative;
    height: 420px;
    border-radius: 28px;
    overflow: hidden;
    background: #dbeafe;
}

.map-box::before {
    content: "MAP";
    position: absolute;
    inset: 0;
    z-index: 0;
    display: grid;
    place-items: center;
    color: #93c5fd;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: -2px;
}

.map-box .root_daum_roughmap {
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
}

.map-box .root_daum_roughmap .wrap_map {
    width: 100% !important;
    height: 100% !important;
}

.info-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f8fafc;
    border-radius: 28px;
    padding: 30px;
}

.info-card dl {
    display: grid;
    gap: 16px;
    margin: 20px 0;
}

.info-card dt {
    font-weight: 900;
}

.info-card dd {
    margin: 4px 0 0;
    color: var(--text);
    line-height: 1.55;
}

.info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

@media (max-width: 900px) {
    .map-grid {
        grid-template-columns: 1fr;
    }

    .map-box {
        display: none;
    }

    .info-card {
        height: auto;
        border-radius: 22px;
        padding: 24px;
    }

    .info-actions {
        margin-top: 20px;
    }
}


/* =========================================================
   인스타그램
========================================================= */

.boss-instagram-section{
   background:#fff;
}

.boss-instagram-grid{
   display:grid;
   grid-template-columns:repeat(3,minmax(0,1fr));
   gap:20px;
   margin-top:42px;
}

.boss-instagram-item{
   min-width:0;
   overflow:hidden;
   border:1px solid #e4e7ec;
   border-radius:22px;
   background:#fff;
   box-shadow:0 10px 28px rgba(16,24,40,.06);
   transition:
      transform .25s ease,
      border-color .25s ease,
      box-shadow .25s ease;
}

.boss-instagram-link{
   display:flex;
   flex-direction:column;
   height:100%;
   color:#101828;
   text-decoration:none;
}

.boss-instagram-link:hover{
   color:#101828;
   text-decoration:none;
}

.boss-instagram-image{
   position:relative;
   overflow:hidden;
   aspect-ratio:1/1;
   background:#f2f4f7;
}

.boss-instagram-image::after{
   content:"";
   position:absolute;
   inset:0;
   background:rgba(16,24,40,0);
   pointer-events:none;
   transition:background .25s ease;
}

.boss-instagram-image img{
   display:block;
   width:100%;
   height:100%;
   object-fit:cover;
   object-position:center;
   filter:brightness(1.03) contrast(1.02) saturate(1.04);
   transition:
      transform .4s cubic-bezier(.2,.8,.2,1),
      filter .4s ease;
}

.boss-instagram-type{
   position:absolute;
   top:14px;
   right:14px;
   z-index:2;
   display:inline-flex;
   align-items:center;
   justify-content:center;
   min-width:54px;
   height:27px;
   padding:0 10px;
   border-radius:999px;
   background:rgba(16,24,40,.86);
   color:#fff;
   font-size:11px;
   font-weight:900;
   line-height:1;
   letter-spacing:0;
   backdrop-filter:blur(6px);
}

.boss-instagram-content{
   display:flex;
   flex:1;
   flex-direction:column;
   padding:17px 18px 16px;
   border-top:1px solid #eef2f6;
}

.boss-instagram-caption{
   display:-webkit-box;
   overflow:hidden;
   min-height:47px;
   margin:0;
   color:#344054;
   font-size:14px;
   font-weight:700;
   line-height:1.65;
   word-break:keep-all;
   -webkit-box-orient:vertical;
   -webkit-line-clamp:2;
}

.boss-instagram-date{
   display:block;
   margin-top:12px;
   color:#98a2b3;
   font-size:12px;
   font-weight:700;
   line-height:1;
}

@media(hover:hover){
   .boss-instagram-item:hover{
      transform:translateY(-4px);
      border-color:#b2ccff;
      box-shadow:0 18px 40px rgba(37,99,235,.12);
   }

   .boss-instagram-item:hover .boss-instagram-image img{
      transform:scale(1.055);
      filter:brightness(1.07) contrast(1.03) saturate(1.08);
   }

   .boss-instagram-item:hover .boss-instagram-image::after{
      background:rgba(37,99,235,.05);
   }
}

@media(max-width:1024px){
   .boss-instagram-grid{
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:16px;
      margin-top:34px;
   }
}

@media(max-width:640px){
   .boss-instagram-grid{
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:9px;
      margin-top:28px;
   }

   .boss-instagram-item{
      border-radius:16px;
      box-shadow:0 6px 18px rgba(16,24,40,.06);
   }

   .boss-instagram-content{
      padding:11px 11px 12px;
   }

   .boss-instagram-caption{
      min-height:40px;
      font-size:12px;
      line-height:1.55;
   }

   .boss-instagram-date{
      margin-top:8px;
      font-size:10px;
   }

   .boss-instagram-type{
      top:9px;
      right:9px;
      min-width:45px;
      height:23px;
      padding:0 8px;
      font-size:9px;
   }
}

/* =========================================================
   Main review slider
   - PC: 3 cards per page
   - Mobile: 1 card per swipe with the next card partially visible
========================================================= */
.mm-review-section {
   position:relative;
   overflow:hidden;
   background:#f7f9fc;
}

.mm-review-head {
   margin-bottom:42px;
}

.mm-review-slider {
   position:relative;
   touch-action:pan-y;
}

.mm-review-viewport {
   overflow:hidden;
   padding:4px;
   margin:-4px;
}

.mm-review-track {
   display:flex;
   gap:24px;
   will-change:transform;
   transition:transform .55s cubic-bezier(.22,.61,.36,1);
}

.mm-review-track.is-dragging {
   transition:none;
}

.mm-review-card {
   flex:0 0 calc((100% - 48px) / 3);
   min-width:0;
   min-height:254px;
   display:flex;
   flex-direction:column;
   padding:28px;
   border:1px solid #e2e8f0;
   border-radius:18px;
   background:#fff;
   box-shadow:0 12px 32px rgba(15,23,42,.05);
}

.mm-review-card-top,
.mm-review-card-foot,
.mm-review-controls,
.mm-review-actions {
   display:flex;
   align-items:center;
}

.mm-review-card-top {
   justify-content:space-between;
   gap:16px;
}

.mm-review-stars {
   color:#2563eb;
   font-size:18px;
   font-weight:900;
   letter-spacing:1px;
   white-space:nowrap;
}

.mm-review-card-top time {
   color:#94a3b8;
   font-size:14px;
}

.mm-review-content {
   display:-webkit-box;
   overflow:hidden;
   min-height:84px;
   margin:23px 0 25px;
   color:#334155;
   font-size:17px;
   line-height:1.65;
   word-break:keep-all;
   -webkit-box-orient:vertical;
   -webkit-line-clamp:3;
}

.mm-review-card-foot {
   justify-content:space-between;
   gap:18px;
   margin-top:auto;
   padding-top:20px;
   border-top:1px solid #edf1f5;
}

.mm-review-card-foot div {
   min-width:0;
}

.mm-review-card-foot strong,
.mm-review-card-foot small {
   display:block;
}

.mm-review-card-foot strong {
   color:#0f172a;
   font-size:16px;
}

.mm-review-card-foot small {
   overflow:hidden;
   margin-top:4px;
   color:#64748b;
   font-size:14px;
   text-overflow:ellipsis;
   white-space:nowrap;
}

.mm-review-card-foot > span {
   flex:0 0 auto;
   padding:6px 10px;
   border-radius:999px;
   background:#eff6ff;
   color:#2563eb;
   font-size:12px;
   font-weight:800;
}

.mm-review-controls {
   justify-content:center;
   gap:16px;
   margin-top:30px;
}

.mm-review-arrow {
   width:42px;
   height:42px;
   display:grid;
   place-items:center;
   padding:0;
   border:1px solid #dbe3ed;
   border-radius:50%;
   background:#fff;
   color:#172033;
   cursor:pointer;
   transition:border-color .2s ease,color .2s ease,transform .2s ease;
}

.mm-review-arrow:hover {
   border-color:#2563eb;
   color:#2563eb;
   transform:translateY(-1px);
}

.mm-review-arrow svg {
   width:19px;
   height:19px;
}

.mm-review-dots {
   display:flex;
   align-items:center;
   gap:8px;
}

.mm-review-dot {
   width:8px;
   height:8px;
   padding:0;
   border:0;
   border-radius:999px;
   background:#cbd5e1;
   cursor:pointer;
   transition:width .25s ease,background .25s ease;
}

.mm-review-dot.is-active {
   width:24px;
   background:#2563eb;
}

.mm-review-actions {
   position:relative;
   z-index:3;
   justify-content:center;
   gap:10px;
   margin-top:30px;
}

/* 메인 후기 전용 버튼: 공통 .btn 스타일 유무와 관계없이 동일하게 노출 */
.mm-review-actions .btn {
   min-width:176px;
   height:54px;
   display:inline-flex;
   align-items:center;
   justify-content:center;
   padding:0 26px;
   border:1px solid #2563eb;
   border-radius:999px;
   background:#fff;
   color:#172033;
   font-size:16px;
   font-weight:800;
   line-height:1;
   text-decoration:none;
   pointer-events:auto;
   touch-action:manipulation;
}

.mm-review-actions .btn-primary {
   background:#2563eb;
   color:#fff;
}

@media(max-width:767px){
   .mm-review-head {
      margin-bottom:28px;
   }

   .mm-review-viewport {
      /* 우측 다음 카드가 보이도록 화면 끝까지 숨기지 않는다. */
      margin-right:calc(50% - 50vw);
      padding-right:0;
   }

   .mm-review-track {
      gap:14px;
   }

   .mm-review-card {
      flex-basis:88%;
      min-height:246px;
      padding:24px 22px;
      border-radius:16px;
   }

   .mm-review-content {
      min-height:80px;
      margin:20px 0 22px;
      font-size:16px;
   }

   .mm-review-controls {
      justify-content:center;
      margin-top:22px;
   }

   .mm-review-arrow {
      display:none;
   }

   .mm-review-actions {
      align-items:stretch;
      margin-top:24px;
   }

   .mm-review-actions .btn {
      flex:1 1 0;
      min-width:0;
      padding-inline:12px;
   }
}

@media(prefers-reduced-motion:reduce){
   .mm-review-track {
      transition:none;
   }
}
