/* ===== 3. Hero ===== */
.hero {
    margin-top:19px;
    position: relative;
    width: max(100vw, 1200px);
    margin-left: calc(50% - max(50vw, 600px));
    height: 260px !important;
    background: #7ecdd4;
    overflow: hidden;
}

.hero-content {
    position: relative;
    width: 1200px;
    height: 260px !important;
    margin: 0 auto;
}

.hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    white-space: nowrap;
}

.hero-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.hero-title .accent {
    color: #02666e;
}

.hero-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.hero-tags {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding-top: 44px;
}

.hero-tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #597be2;
    border-radius: 40px;
    padding: 4px 10px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

.hero-illust {
    position: absolute;
    top: 0;
    right: 0;
    width: 499px;
    height: 260px;
    object-fit: cover;
}

/* ===== 4. Content ===== */
.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    width: 1200px;
    padding: 36px 0 100px;
    background: #fff;
    overflow: hidden;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.section-head {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.section-caption {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #888;
    white-space: nowrap;
    padding-bottom: 1px;
}

/* 4A 베트남 골프쿠폰이란? */
.intro-row {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    width: 100%;
}

.intro-bullets {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bullet {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* 아이콘을 첫 줄 높이에 맞춰 내리는 래퍼 */
.bullet .dot-wrap {
    padding-top: 8px;
    flex-shrink: 0;
}

.bullet .dot {
    width: 12px;
    height: 12px;
    object-fit: cover;
}

.bullet .txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #888;
    white-space: nowrap;
}

.bullet .em {
    font-weight: 500;
    color: #1db4a4;
    text-decoration: underline;
}

.intro-cards {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;

}

.intro-card {
    position: relative;
    flex: 1 0 0;
    min-width: 1px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 26px 20px;
    overflow: hidden;
    border: 1px solid #C8EBE8;
    background: #f4FDFC
}


.intro-card .h {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #1DB4A4;
    width: 100%;
}

.intro-card .p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    width: 160px;
}

.intro-card .fig {
    position: absolute;
    right: 20px;
    top: 114px;
    width: auto;
    height: 66px;
    object-fit: cover;
}


/* 4B 이용 방법 */
.steps {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.step {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 32px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

/* 배지 + 제목 묶음 */
.step-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.step .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding-bottom: 3px;
    background: #1db4a4;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
}

.step .st-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #333;
    width: 100%;
}

.step .st-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #666;
    width: 100%;
}

/* 4C 판매중인 쿠폰 */
/* ===== 161:6247 판매중인 쿠폰 (PC 프레임 1:1) : flex gap-36 items-center ===== */
.sale-pc {
    display: flex;
    align-items: center;
    gap: 36px;
    width: 100%;
}

/* 101:1749 좌: accent + card body : flex gap-8 items-stretch */
.sale-cardwrap {
    display: flex;
    align-items: stretch;
    gap: 8px;
    flex-shrink: 0;
}

/* 101:1750 accent : w-24 rounded-l-12 (self-stretch) */
.sale-accent {
    width: 24px;
    flex-shrink: 0;
    background: #1db4a4;
    border-radius: 12px 0 0 12px;
}

/* 101:1753 body : bg-#f4fdfc border-2 teal flex-col gap-24 px-30 py-50 w-720 justify-center */
.sale-body {
    width: 720px;
    background: #f4fdfc;
    border: 2px solid #1db4a4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 50px 30px;
    overflow: hidden;
}

/* 101:1754 top : items-end justify-between pl-12 */
.sale-top {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 12px;
}

/* 101:1755 brand : gap-10 items-center */
.sale-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 101:1756 favi wrap : w-40 h-42 pt-2 ; 101:1757 favicon aspect 1:1 */
.sale-favi-wrap {
    width: 40px;
    height: 42px;
    padding-top: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.sale-favi {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/* 101:1758 name : SemiBold 40 teal */
.sale-name {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #1db4a4;
    white-space: nowrap;
}

/* 101:1759 deadline : flex-col gap-4 items-end text-16 */
.sale-deadline {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
}

.sale-deadline .l {
    font-size: 16px;
    font-weight: 350;
    color: #111;
}

.sale-deadline .v {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

/* 101:1762 bottom : meta + price, items-end gap-10 */
.sale-bottom {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
}

/* 101:1763 meta : flex-col gap-8 pt-4 */
.sale-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 4px;
    align-self: stretch;
}

.sale-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* 101:1765 tag : bg teal px-6 py-4 rounded-3 Medium 14 white */
.sale-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
    background: #1db4a4;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

/* 101:1767 골프장명 : Medium 24 #666 */
.sale-meta-row .val {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #666;
    white-space: nowrap;
}

/* 101:1772 price : flex-1 flex-col gap-4 items-end justify-center */
.sale-price {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    line-height: 1.2;
    white-space: nowrap;
}

.sale-price .amt {
    font-size: 48px;
    font-weight: 600;
    color: #1db4a4;
}

.sale-price .note {
    font-size: 14px;
    font-weight: 350;
    color: #666;
}

/* ===== 161:6236 우: 추가혜택 + 버튼 : flex-1 flex-col justify-between self-stretch ===== */
.sale-side {
    flex: 1 0 0;
    min-width: 1px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

/* 161:6250 : flex-col gap-16 */
.sale-benefits-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

/* 161:6248 head : border-b-2 #333 pb-8 */
.sale-benefits-head {
    width: 100%;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
}

.sale-benefits-head p {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
    white-space: nowrap;
}

/* 161:6239 list : gap-10 Regular 20 #333 */
.sale-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    white-space: nowrap;
}

/* 161:6244 button : bg teal h-48 rounded-50 px-24 py-8 */
.sale-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 8px 24px;
    background: #1db4a4;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    overflow: hidden;
    text-decoration: none;
}

/* 4D 혜택 알아보기 */
.benefit-row {
    display: flex;
    align-items: stretch;
    gap: 36px;
    width: 100%;
}

.cal-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    padding: 48px 32px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

.cal-head {
    display: flex;
    align-items: center;
    gap: 48px;
}

.cal-arrow {
    width: 19px;
    height: 33px;
    flex-shrink: 0;
    color: #999;
    cursor: pointer;
}

.cal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    width: 440px;
}

.cal-month {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-align: center;
    width: 100%;
}

.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.cal-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #000;
}

.cal-cell.head {
    height: 40px;
}

.cal-cell.sun {
    color: #1db4a4;
}

.cal-cell.past {
    color: #bababa;
}

.cal-cell.today>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #1db4a4;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
}

.cmp {
    flex: 1 0 0;
    min-width: 1px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.cmp-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
}

.cmp-title {
    font-size: 24px;
    font-weight: 600;
}

.cmp-note {
    font-size: 16px;
    font-weight: 350;
}

/* 3행 세로 요금비교 (라벨 좌 2줄 + 값 우) */
.cmp-rows {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    white-space: nowrap;
}

.cmp-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 48px;
    width: 100%;
}

.cmp-label {
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
}

.cmp-vals {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.cmp-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #666;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    white-space: nowrap;
}

/* 2줄 묶음의 첫 줄 : 아래 여백(6px)은 유지하고 구분선만 없앤다 */
.cmp-line.nb {
    border-bottom: 0;
}

.cmp-k {
    font-size: 20px;
}

.cmp-v {
    font-size: 20px;
}

.cmp-lines2 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.cmp-total {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    line-height: 1.2;
}

.cmp-total .num {
    font-size: 32px;
    font-weight: 500;
    color: #000;
}

.cmp-total .won {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.cmp-total.grand .num {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

/* 절약효과 + 할인율 배지 (full-width) */
.cmp-save {
    width: 100%;
    flex: 1 0 0;
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 28px;
    border: 1px solid #c8ebe8;
    background: #f4fdfc;
}

.cmp-save-icon {
    width: 47.3px;
    height: 58px;
    flex-shrink: 0;
    object-fit: cover;
}

.cmp-save-label {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    white-space: nowrap;
    padding-bottom: 4px;
}

.cmp-save-amt {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.cmp-save-amt .num {
    font-size: 48px;
    font-weight: 600;
    color: #1db4a4;
    letter-spacing: -1.2px;
    line-height: 1.2;
}

.cmp-save-tail {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
}

.cmp-save-tail .won {
    font-size: 28px;
    font-weight: 400;
    color: #666;
    padding-bottom: 4px;
}

.cmp-save-tail .pct {
    font-size: 28px;
    font-weight: 400;
    color: #d9161d;
    white-space: nowrap;
    padding-bottom: 4px;
}

/* 4E 구매 신청 */
.apply-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.form {
    flex: 1 0 0;
    min-width: 1px;
    height: 730px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.form-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.form-group.b1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.form-group.b2 {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    justify-content: center;
}

.form-group.b3 {
    padding-top: 20px;
    justify-content: center;
}

.group-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.group-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.group-edit {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-decoration: underline;
    line-height: 1.2;
    cursor: pointer;
}

.group-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.group-edit.confirm {
    color: #1DB4A4;
}

.group-edit.cancel {
    color: #999999;
}

/* 편집 모드: 값 자리를 입력칸(입금자명과 동일 스타일)으로, 행 전체 폭 */
#buyer-info.editing .kv {
    width: 100%;
}

.kv-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.kv {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 36px;
}

.kv.full {
    width: 100%;
}

.kv .k {
    width: 65px;
    font-size: 14px;
    font-weight: 350;
    line-height: 1.2;
    color: #666;
}

.kv .k.auto {
    width: auto;
}

.kv .v {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.prod-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.prod-row {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.prod-row .k {
    width: 65px;
    font-size: 14px;
    font-weight: 350;
    line-height: 1.2;
    color: #666;
}

.prod-field {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 12px 2px;
    border: 1px solid #ccc;
}

.coupon-box .favi {
    width: 8px;
    height: 16px;
    margin-top: 2px;
    object-fit: contain;
}

.coupon-box .cn {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    white-space: nowrap;
}

.prod-field .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    white-space: nowrap;
}

.stepper {
    display: flex;
    align-items: center;
}

.stepper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #bababa;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #888;
}

.stepper .btn.minus {
    padding-bottom: 4px;
}

.stepper .num {
    width: 66px;
    height: 36px;
    padding: 0;
    background: #fff;
    border: 1px solid #bababa;
    border-left: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

.stepper .btn.plus {
    border-left: 0;
    line-height: 1.2;
}

.prod-field .qty {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.prod-row .use-until {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.pay-input {
    flex: 1 0 0;
    min-width: 0;
    height: 36px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #bababa;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000;
}

.pay-input::placeholder {
    color: #888;
}

.pay-account {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pay-account .acc {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.pay-account .copy {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding-top: 4px;
}

.pay-account .copy img {
    width: 16px;
    height: 16px;
}

.pay-limit {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    white-space: nowrap;
}

.pay-limit .a {
    font-weight: 500;
}

.pay-limit .b {
    font-weight: 400;
}

.form-note {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.form-note .star {
    width: 10px;
    height: 12px;
    color: #c10007;
}

.form-note .msg {
    color: #000;
    white-space: nowrap;
}

.side {
    width: 500px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.notice {
    flex: 1 0 0;
    min-height: 1px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    background: #f7f7f7;
    overflow: hidden;
}

.notice-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.notice-head {
    display: flex;
    align-items: center;
    gap: 4px;
}

.notice-head img {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

.notice-head p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #c10007;
    white-space: nowrap;
}

.notice-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
}

.notice-list p {
    width: 100%;
}

.agree {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px 32px;
    background: #f7f7f7;
}

.agree-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-top: 1px solid #000;
}

.chk {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.chk.checked {
    border-color: #000;
    background: #000;
}

.chk.checked::after {
    content: '';
    width: 14px;
    height: 14px;
    background: #FFF;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.agree-all {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid #ccc;
}

.agree-all p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.agree-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.agree-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.agree-item.h30 {
    height: 30px;
}

.agree-item.between {
    justify-content: space-between;
    width: 100%;
}

.agree-label {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.agree-label .star {
    width: 10px;
    height: 15px;
    color: #c10007;
}

.agree-label .t {
    color: #000;
    white-space: nowrap;
}

.agree-item .lft {
    display: flex;
    align-items: center;
    gap: 12px;
}

.agree-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #767676;
    white-space: nowrap;
    overflow: hidden;
}

.total-row {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.total {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
    background: #000;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
}

.total .l {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.total .amt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 2px;
}

.total .amt .n {
    font-size: 32px;
    font-weight: 700;
    color: #55e0d1;
    letter-spacing: -0.64px;
}

.total .amt .u {
    font-size: 24px;
    font-weight: 500;
    color: #b3b3b3;
}

.submit {
    display: flex;
    align-items: center;
    padding: 24px;
    background: #1db4a4;
    overflow: hidden;
}

.submit p {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
}

.coupon-page .steps {
    align-items: stretch;
}

.coupon-page .step {
    height: auto;
}

.coupon-page .step .st-desc {
    word-break: normal;
    overflow-wrap: break-word;
}










.pc--mode *,
.pc--mode *::before,
.pc--mode *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.pc--mode img {
    display: block;
    -webkit-user-drag: none;
    user-drag: none;
}

/* 텍스트·이미지 드래그 방지 (입력칸은 예외) */
.pc--mode body {
    -webkit-user-select: none;
    user-select: none;
}

.pc--mode input,
.pc--mode textarea {
    -webkit-user-select: text;
    user-select: text;
}

html.pc--mode {
    scroll-behavior: smooth;
}

/* 구매신청 버튼 클릭 시 이 지점(섹션 top-20px)이 화면 최상단에 오게 */
.pc--mode #apply-pc {
    scroll-margin-top: 20px;
}

.pc--mode body {
    background: #fff;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.pc--mode .inter {
    font-family: 'Noto Sans KR', sans-serif;
}

/* ===== Frame ===== */
.pc--mode .page {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    padding-top: 33px;
}

/* ===== 1. Header top row ===== */
.pc--mode .top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pc--mode .logo {
    width: 156px;
    height: 52px;
    object-fit: cover;
}

.pc--mode .search-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 40px;
}

.pc--mode .search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 524px;
    height: 44px;
    padding: 0 20px;
    background: #fff;
    border: 2px solid #b1b1b1;
    border-radius: 22px;
    overflow: hidden;
}

.pc--mode .search-box .ph {
    flex: 1 0 0;
    min-width: 1px;
    color: #8b8897;
    font-size: 16px;
    line-height: 1.2;
}

.pc--mode .search-box .ico {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    object-fit: cover;
}

.pc--mode .header-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pc--mode .header-icons img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

/* ===== 2. GNB row ===== */
.pc--mode .gnb-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.pc--mode .gnb-menu {
    display: flex;
    align-items: center;
    gap: 55px;
}

.pc--mode .gnb-menu>span {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}

.pc--mode .gnb-util {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pc--mode .gnb-util>span {
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    white-space: nowrap;
}

.pc--mode .gnb-util .divider {
    width: 1px;
    height: 15px;
    background: #b4b4b4;
}

/* --- GNB 메가메뉴 (호버) --- */
.pc--mode .gnb {
    position: relative;
    z-index: 20;
    width: 100%;
}

/* .page 의 gap(26px)만큼 아래에서 열리며, 그 사이 구간을 투명 브릿지로 덮어 hover 가 끊기지 않게 한다 */
.pc--mode .gnb-mega-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 26px;
}

.pc--mode .gnb:has(.gnb-menu:hover) .gnb-mega-wrap,
.pc--mode .gnb-mega-wrap:hover {
    display: block;
}

.pc--mode .gnb-mega {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    height: 360px;
    padding-top: 30px;
    background: #fff;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
}

.pc--mode .gnb-mega-inner {
    display: flex;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto;
}

.pc--mode .gnb-mega-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.pc--mode .gnb-mega-col.w138{ width: 138px; }
.pc--mode .gnb-mega-col.w159{ width: 159px; }
.pc--mode .gnb-mega-col.w175{ width: 175px; }
.pc--mode .gnb-mega-col.w122{ width: 122px; }
.pc--mode .gnb-mega-col.w142{ width: 142px; }

.pc--mode .gnb-mega-col>span,
.pc--mode .gnb-mega-col>a {
    align-self: stretch;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    word-wrap: break-word;
}

/* ===== 3. Hero ===== */
.pc--mode .hero {
    position: relative;
    width: 100%;
    height: 260px;
    background: #7ecdd4;
    overflow: hidden;
}

.pc--mode .hero-content {
    position: relative;
    width: 1200px;
    height: 260px;
    margin: 0 auto;
}

.pc--mode .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
}

.pc--mode .hero-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    white-space: nowrap;
}

.pc--mode .hero-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.pc--mode .hero-title .accent {
    color: #02666e;
}

.pc--mode .hero-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.pc--mode .hero-tags {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding-top: 44px;
}

.pc--mode .hero-tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #597be2;
    border-radius: 40px;
    padding: 4px 10px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

.pc--mode .hero-illust {
    position: absolute;
    top: 0;
    right: 0;
    width: 499px;
    height: 260px;
    object-fit: cover;
}

/* ===== 4. Content ===== */
.pc--mode .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    width: 1200px;
    margin: 0 auto;
    padding: 36px 0 100px;
    background: #fff;
    overflow: hidden;
}

.pc--mode .section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.pc--mode .section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.pc--mode .section-head {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.pc--mode .section-caption {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #888;
    white-space: nowrap;
    padding-bottom: 1px;
}

/* 4A 베트남 골프쿠폰이란? */
.pc--mode .intro-row {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    width: 100%;
}

.pc--mode .intro-bullets {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pc--mode .bullet {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* 아이콘을 첫 줄 높이에 맞춰 내리는 래퍼 */
.pc--mode .bullet .dot-wrap {
    padding-top: 8px;
    flex-shrink: 0;
}

.pc--mode .bullet .dot {
    width: 12px;
    height: 12px;
    object-fit: cover;
}

.pc--mode .bullet .txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #888;
    white-space: nowrap;
}

.pc--mode .bullet .em {
    font-weight: 500;
    color: #1db4a4;
    text-decoration: underline;
}

.pc--mode .intro-cards {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;

}

.pc--mode .intro-card {
    position: relative;
    flex: 1 0 0;
    min-width: 1px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 26px 20px;
    overflow: hidden;
    border: 1px solid #C8EBE8;
    background: #f4FDFC
}


.pc--mode .intro-card .h {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #1DB4A4;
    width: 100%;
}

.pc--mode .intro-card .p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    width: 160px;
}

.pc--mode .intro-card .fig {
    position: absolute;
    right: 20px;
    top: 114px;
    width: auto;
    height: 66px;
    object-fit: cover;
}


/* 4B 이용 방법 */
.pc--mode .steps {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.pc--mode .step {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 32px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

/* 배지 + 제목 묶음 */
.pc--mode .step-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.pc--mode .step .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding-bottom: 3px;
    background: #1db4a4;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
}

.pc--mode .step .st-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #333;
    width: 100%;
}

.pc--mode .step .st-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #666;
    width: 100%;
}

/* 4C 판매중인 쿠폰 */
/* ===== 161:6247 판매중인 쿠폰 (PC 프레임 1:1) : flex gap-36 items-center ===== */
.pc--mode .sale-pc {
    display: flex;
    align-items: center;
    gap: 36px;
    width: 100%;
}

/* 101:1749 좌: accent + card body : flex gap-8 items-stretch */
.pc--mode .sale-cardwrap {
    display: flex;
    align-items: stretch;
    gap: 8px;
    flex-shrink: 0;
}

/* 101:1750 accent : w-24 rounded-l-12 (self-stretch) */
.pc--mode .sale-accent {
    width: 24px;
    flex-shrink: 0;
    background: #1db4a4;
    border-radius: 12px 0 0 12px;
}

/* 101:1753 body : bg-#f4fdfc border-2 teal flex-col gap-24 px-30 py-50 w-720 justify-center */
.pc--mode .sale-body {
    width: 720px;
    background: #f4fdfc;
    border: 2px solid #1db4a4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 50px 30px;
    overflow: hidden;
}

/* 101:1754 top : items-end justify-between pl-12 */
.pc--mode .sale-top {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 12px;
}

/* 101:1755 brand : gap-10 items-center */
.pc--mode .sale-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 101:1756 favi wrap : w-40 h-42 pt-2 ; 101:1757 favicon aspect 1:1 */
.pc--mode .sale-favi-wrap {
    width: 40px;
    height: 42px;
    padding-top: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.pc--mode .sale-favi {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/* 101:1758 name : SemiBold 40 teal */
.pc--mode .sale-name {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #1db4a4;
    white-space: nowrap;
}

/* 101:1759 deadline : flex-col gap-4 items-end text-16 */
.pc--mode .sale-deadline {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
}

.pc--mode .sale-deadline .l {
    font-size: 16px;
    font-weight: 350;
    color: #111;
}

.pc--mode .sale-deadline .v {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

/* 101:1762 bottom : meta + price, items-end gap-10 */
.pc--mode .sale-bottom {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
}

/* 101:1763 meta : flex-col gap-8 pt-4 */
.pc--mode .sale-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 4px;
    align-self: stretch;
}

.pc--mode .sale-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* 101:1765 tag : bg teal px-6 py-4 rounded-3 Medium 14 white */
.pc--mode .sale-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
    background: #1db4a4;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

/* 101:1767 골프장명 : Medium 24 #666 */
.pc--mode .sale-meta-row .val {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #666;
    white-space: nowrap;
}

/* 101:1772 price : flex-1 flex-col gap-4 items-end justify-center */
.pc--mode .sale-price {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    line-height: 1.2;
    white-space: nowrap;
}

.pc--mode .sale-price .amt {
    font-size: 48px;
    font-weight: 600;
    color: #1db4a4;
}

.pc--mode .sale-price .note {
    font-size: 14px;
    font-weight: 350;
    color: #666;
}

/* ===== 161:6236 우: 추가혜택 + 버튼 : flex-1 flex-col justify-between self-stretch ===== */
.pc--mode .sale-side {
    flex: 1 0 0;
    min-width: 1px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

/* 161:6250 : flex-col gap-16 */
.pc--mode .sale-benefits-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

/* 161:6248 head : border-b-2 #333 pb-8 */
.pc--mode .sale-benefits-head {
    width: 100%;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
}

.pc--mode .sale-benefits-head p {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
    white-space: nowrap;
}

/* 161:6239 list : gap-10 Regular 20 #333 */
.pc--mode .sale-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    white-space: nowrap;
}

/* 161:6244 button : bg teal h-48 rounded-50 px-24 py-8 */
.pc--mode .sale-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 8px 24px;
    background: #1db4a4;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    overflow: hidden;
    text-decoration: none;
}

/* 4D 혜택 알아보기 */
.pc--mode .benefit-row {
    display: flex;
    align-items: stretch;
    gap: 36px;
    width: 100%;
}

.pc--mode .cal-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    padding: 48px 32px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

.pc--mode .cal-head {
    display: flex;
    align-items: center;
    gap: 48px;
}

.pc--mode .cal-arrow {
    width: 19px;
    height: 33px;
    flex-shrink: 0;
    color: #999;
    cursor: pointer;
}

.pc--mode .cal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    width: 440px;
}

.pc--mode .cal-month {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-align: center;
    width: 100%;
}

.pc--mode .cal-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.pc--mode .cal-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #000;
}

.pc--mode .cal-cell.head {
    height: 40px;
}

.pc--mode .cal-cell.sun {
    color: #1db4a4;
}

.pc--mode .cal-cell.past {
    color: #bababa;
}

.pc--mode .cal-cell.today>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #1db4a4;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
}

.pc--mode .cmp {
    flex: 1 0 0;
    min-width: 1px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.pc--mode .cmp-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
}

.pc--mode .cmp-title {
    font-size: 24px;
    font-weight: 600;
}

.pc--mode .cmp-note {
    font-size: 16px;
    font-weight: 350;
}

/* 3행 세로 요금비교 (라벨 좌 2줄 + 값 우) */
.pc--mode .cmp-rows {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    white-space: nowrap;
}

.pc--mode .cmp-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 48px;
    width: 100%;
}

.pc--mode .cmp-label {
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
}

.pc--mode .cmp-vals {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.pc--mode .cmp-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #666;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    white-space: nowrap;
}

/* 2줄 묶음의 첫 줄 : 아래 여백(6px)은 유지하고 구분선만 없앤다 */
.pc--mode .cmp-line.nb {
    border-bottom: 0;
}

.pc--mode .cmp-k {
    font-size: 20px;
}

.pc--mode .cmp-v {
    font-size: 20px;
}

.pc--mode .cmp-lines2 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.pc--mode .cmp-total {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    line-height: 1.2;
}

.pc--mode .cmp-total .num {
    font-size: 32px;
    font-weight: 500;
    color: #000;
}

.pc--mode .cmp-total .won {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.pc--mode .cmp-total.grand .num {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

/* 절약효과 + 할인율 배지 (full-width) */
.pc--mode .cmp-save {
    width: 100%;
    flex: 1 0 0;
    min-height: 1px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 28px;
    border: 1px solid #c8ebe8;
    background: #f4fdfc;
}

.pc--mode .cmp-save-icon {
    width: 47.3px;
    height: 58px;
    flex-shrink: 0;
    object-fit: cover;
}

.pc--mode .cmp-save-label {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    white-space: nowrap;
    padding-bottom: 4px;
}

.pc--mode .cmp-save-amt {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.pc--mode .cmp-save-amt .num {
    font-size: 48px;
    font-weight: 600;
    color: #1db4a4;
    letter-spacing: -1.2px;
    line-height: 1.2;
}

.pc--mode .cmp-save-tail {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
}

.pc--mode .cmp-save-tail .won {
    font-size: 28px;
    font-weight: 400;
    color: #666;
    padding-bottom: 4px;
}

.pc--mode .cmp-save-tail .pct {
    font-size: 28px;
    font-weight: 400;
    color: #d9161d;
    white-space: nowrap;
    padding-bottom: 4px;
}

/* 4E 구매 신청 */
.pc--mode .apply-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.pc--mode .form {
    flex: 1 0 0;
    min-width: 1px;
    height: 730px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.pc--mode .form-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.pc--mode .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.pc--mode .form-group.b1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.pc--mode .form-group.b2 {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    justify-content: center;
}

.pc--mode .form-group.b3 {
    padding-top: 20px;
    justify-content: center;
}

.pc--mode .group-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.pc--mode .group-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.pc--mode .group-edit {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-decoration: underline;
    line-height: 1.2;
    cursor: pointer;
}

.pc--mode .group-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pc--mode .group-edit.confirm {
    color: #1DB4A4;
}

.pc--mode .group-edit.cancel {
    color: #999999;
}

/* 편집 모드: 값 자리를 입력칸(입금자명과 동일 스타일)으로, 행 전체 폭 */
.pc--mode [data-buyer-info].editing .kv {
    width: 100%;
}

.pc--mode .kv-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.pc--mode .kv {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 36px;
}

.pc--mode .kv.full {
    width: 100%;
}

.pc--mode .kv .k {
    width: 65px;
    font-size: 14px;
    font-weight: 350;
    line-height: 1.2;
    color: #666;
}

.pc--mode .kv .k.auto {
    width: auto;
}

.pc--mode .kv .v {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.pc--mode .prod-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.pc--mode .prod-row {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.pc--mode .prod-row .k {
    width: 65px;
    font-size: 14px;
    font-weight: 350;
    line-height: 1.2;
    color: #666;
}

.pc--mode .prod-field {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc--mode .coupon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 12px 2px;
    border: 1px solid #ccc;
}

.pc--mode .coupon-box .favi {
    width: 8px;
    height: 16px;
    margin-top: 2px;
    object-fit: contain;
}

.pc--mode .coupon-box .cn {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    white-space: nowrap;
}

.pc--mode .prod-field .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    white-space: nowrap;
}

.pc--mode .stepper {
    display: flex;
    align-items: center;
}

.pc--mode .stepper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #bababa;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #888;
}

.pc--mode .stepper .btn.minus {
    padding-bottom: 4px;
}

.pc--mode .stepper .num {
    width: 66px;
    height: 36px;
    padding: 0;
    background: #fff;
    border: 1px solid #bababa;
    border-left: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

.pc--mode .stepper .btn.plus {
    border-left: 0;
    line-height: 1.2;
}

.pc--mode .prod-field .qty {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.pc--mode .prod-row .use-until {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.pc--mode .pay-input {
    flex: 1 0 0;
    min-width: 0;
    height: 36px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #bababa;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000;
}

.pc--mode .pay-input::placeholder {
    color: #888;
}

.pc--mode .pay-account {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc--mode .pay-account .acc {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.pc--mode .pay-account .copy {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding-top: 4px;
}

.pc--mode .pay-account .copy img {
    width: 16px;
    height: 16px;
}

.pc--mode .pay-limit {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    white-space: nowrap;
}

.pc--mode .pay-limit .a {
    font-weight: 500;
}

.pc--mode .pay-limit .b {
    font-weight: 400;
}

.pc--mode .form-note {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.pc--mode .form-note .star {
    width: 10px;
    height: 12px;
    color: #c10007;
}

.pc--mode .form-note .msg {
    color: #000;
    white-space: nowrap;
}

.pc--mode .side {
    width: 500px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pc--mode .notice {
    flex: 1 0 0;
    min-height: 1px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    background: #f7f7f7;
    overflow: hidden;
}

.pc--mode .notice-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.pc--mode .notice-head {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pc--mode .notice-head img {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

.pc--mode .notice-head p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #c10007;
    white-space: nowrap;
}

.pc--mode .notice-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
}

.pc--mode .notice-list p {
    width: 100%;
}

.pc--mode .agree {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px 32px;
    background: #f7f7f7;
}

.pc--mode .agree-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-top: 1px solid #000;
}

.pc--mode .chk {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.pc--mode .chk.checked {
    border-color: #000;
    background: #000;
}

.pc--mode .chk.checked::after {
    content: '';
    width: 14px;
    height: 14px;
    background: #FFF;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.pc--mode .agree-all {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid #ccc;
}

.pc--mode .agree-all p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.pc--mode .agree-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.pc--mode .agree-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pc--mode .agree-item.h30 {
    height: 30px;
}

.pc--mode .agree-item.between {
    justify-content: space-between;
    width: 100%;
}

.pc--mode .agree-label {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.pc--mode .agree-label .star {
    width: 10px;
    height: 15px;
    color: #c10007;
}

.pc--mode .agree-label .t {
    color: #000;
    white-space: nowrap;
}

.pc--mode .agree-item .lft {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pc--mode .agree-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #767676;
    white-space: nowrap;
    overflow: hidden;
}

.pc--mode .total-row {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.pc--mode .total {
    flex: 1 0 0;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
    background: #000;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
}

.pc--mode .total .l {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.pc--mode .total .amt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 2px;
}

.pc--mode .total .amt .n {
    font-size: 32px;
    font-weight: 700;
    color: #55e0d1;
    letter-spacing: -0.64px;
}

.pc--mode .total .amt .u {
    font-size: 24px;
    font-weight: 500;
    color: #b3b3b3;
}

.pc--mode .submit {
    display: flex;
    align-items: center;
    padding: 24px;
    background: #1db4a4;
    overflow: hidden;
}

.pc--mode .submit p {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
}

/* ===== 5. Footer (배경 풀블리드, 컨텐츠 1200) ===== */
.pc--mode .footer {
    width: 100%;
    background: #242424;
}

.pc--mode .footer-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 0 115px;
}

.pc--mode .footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.pc--mode .footer-links {
    display: flex;
    align-items: center;
    gap: 60px;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
}

.pc--mode .footer-links a {
    color: #fff;
}

.pc--mode .footer-links a.accent {
    color: #5fbeb4;
}

.pc--mode .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.pc--mode .footer-info-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.pc--mode .fi-row1 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.pc--mode .fi-strong {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

.pc--mode .fi-sub {
    display: flex;
    align-items: center;
}

.pc--mode .fi-line {
    display: flex;
    align-items: center;
}

.pc--mode .fi-muted {
    font-size: 14px;
    color: #999;
    line-height: 1.2;
    white-space: nowrap;
}

.pc--mode .fi-link {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    line-height: 1.2;
    white-space: nowrap;
}

.pc--mode .fi-div {
    width: 26px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

.pc--mode .fi-div>i {
    width: 1px;
    flex: 1 0 0;
    min-height: 1px;
    background: #999;
}

.pc--mode .fi-copyright {
    font-size: 14px;
    color: #999;
    line-height: 1.2;
    white-space: nowrap;
}

.pc--mode .footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.pc--mode .family-site {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    height: 52px;
    padding: 0 20px;
    background: #242424;
    border: 1px solid #777;
    overflow: hidden;
}

.pc--mode .family-site span {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

.pc--mode .family-arrow {
    width: 14px;
    height: 10px;
    flex-shrink: 0;
}

.pc--mode .footer-sns {
    display: flex;
    align-items: flex-start;
    gap: 3px;
}

.pc--mode .footer-sns img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}







/* ============================================================
   쿠폰지갑 (wallet.html) 전용 스타일
   - 공통 프레임(top-row / gnb / footer)은 pc.css 를 그대로 사용
   - 여기서는 content 영역만 정의한다 (모두 .pc--mode 스코프)
   ============================================================ */

/* ===== Content root ===== */
.pc--mode .wallet {
    width: 100%;
    padding-top: 34px;
    background: #fff;
    /*border-top: 1px solid #bbb;*/
}

.pc--mode .wallet-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

/* ===== 페이지 헤드 (breadcrumb + 타이틀) ===== */
.pc--mode .wallet-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.pc--mode .breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #888;
}

.pc--mode .wallet-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-top: 20px;
}

.pc--mode .wallet-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

/* ===== 본문 : 좌 보유쿠폰 / 우 상세 ===== */
.pc--mode .wallet-body {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 1200px;
    background: #fff;
    overflow: hidden;
}

/* ----- 좌: 보유 쿠폰 목록 ----- */
.pc--mode .owned {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 384px;
    border: 1px solid #ccc;
}

.pc--mode .owned-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 81px;
    padding: 0 24px;
}

.pc--mode .owned-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pc--mode .owned-total-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.pc--mode .owned-total-sub {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #888;
}

/* 원본은 각 항목이 height:20px 래퍼 안에 있었다 — 래퍼 없이 값만 적용 */
.pc--mode .owned-total-sub > span:not(.bar) {
    display: flex;
    align-items: center;
    height: 20px;
}

.pc--mode .owned-total-sub .bar {
    width: 1px;
    height: 12px;
    background: #888;
}

.pc--mode .owned-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

/* 브랜드 1행 */
.pc--mode .owned-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 24px;
    border-top: 1px solid #ccc;
    background: #fff;
}

.pc--mode .owned-item.is-active {
    border-left: 3px solid #1db4a4;
}

.pc--mode .owned-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pc--mode .owned-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
}

/* 브랜드 심볼 (원본 비율 유지) */
.pc--mode .owned-logo img {
    object-fit: contain;
}

.pc--mode .owned-logo.laguna img { width: 13px; height: 28px; }
.pc--mode .owned-logo.royal img { width: 21px; height: 28px; }
.pc--mode .owned-logo.hilltop img { width: 27px; height: 28px; }

.pc--mode .owned-logo.laguna { background: #1db4a4; }
.pc--mode .owned-logo.royal { background: #1b5f4a; }
.pc--mode .owned-logo.hilltop { background: #00735f; }

.pc--mode .owned-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
}

.pc--mode .owned-name .n {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.pc--mode .owned-name .c {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #888;
}

.pc--mode .owned-count {
    display: flex;
    align-items: flex-end;
    gap: 2px;
}

.pc--mode .owned-count .n {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.pc--mode .owned-count .u {
    padding-bottom: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

/* ----- 우: 상세 패널 ----- */
.pc--mode .detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0;
    min-width: 0;
    border: 1px solid #ccc;
    overflow: hidden;
}

.pc--mode .detail-tabs {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #ccc;
}

.pc--mode .detail-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
    white-space: nowrap;
}

.pc--mode .detail-tab.is-active {
    border-bottom: 2px solid #1db4a4;
    font-weight: 600;
    color: #1db4a4;
}

.pc--mode .detail-tab {
    cursor: pointer;
}

/* ----- 탭 패널 (쿠폰정보 / 이력확인 / 선물하기) ----- */
.pc--mode .detail-panel {
    display: none;
    width: 100%;
    height: 640px;
}

.pc--mode .detail-panel.is-active {
    display: flex;
}

.pc--mode .detail-panel.panel-info {
    align-items: flex-start;
}

.pc--mode .detail-panel.panel-history {
    flex-direction: column;
    align-items: flex-start;
}

.pc--mode .detail-panel.panel-transfer {
    align-items: center;
    gap: 24px;
}

/* ===== 이력확인 : 표 ===== */
.pc--mode .hist-head,
.pc--mode .hist-row {
    display: flex;
    align-items: center;
    gap: 48px;
    width: 100%;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.pc--mode .hist-head {
    padding: 8px 24px;
    background: #f7f7f7;
    color: #000;
}

.pc--mode .hist-row {
    border-top: 1px solid #ccc;
}

.pc--mode .hist-row:last-child {
    border-bottom: 1px solid #ccc;
}

/* 시간 : 날짜 + 시각 2줄 */
.pc--mode .hist-time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
}

.pc--mode .hist-time .d {
    color: #000;
}

.pc--mode .hist-time .t {
    color: #666;
}

.pc--mode .hist-head .th {
    width: 70px;
    text-align: center;
}

/* 구분 */
.pc--mode .hist-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 78px;
    flex-shrink: 0;
}

.pc--mode .hist-row .hist-type {
    font-weight: 500;
    color: #000;
}

/* 내용 */
.pc--mode .hist-desc {
    flex: 1 1 0;
    min-width: 0;
}

.pc--mode .hist-head .hist-desc {
    text-align: center;
}

.pc--mode .hist-row .hist-desc {
    color: #888;
}

/* 수량 */
.pc--mode .hist-row .hist-qty {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.pc--mode .hist-qty.minus { color: #c10007; }
.pc--mode .hist-qty.plus { color: #1db4a4; }

/* ===== 상세 좌측 : 쿠폰카드 + 관리/사용 ===== */
.pc--mode .detail-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 408px;
    align-self: stretch;
    padding: 24px;
    overflow: hidden;
}

/* 쿠폰 카드 */
.pc--mode .coupon-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 225px;
    padding: 32px;
    border: 1px solid #7bcdc8;
    border-radius: 20px;
    background:
            radial-gradient(ellipse 141.49% 274.87% at 0% 0%, rgba(255, 255, 255, .20) 0%, rgba(255, 255, 255, 0) 100%),
            linear-gradient(113deg, rgba(123, 205, 200, .70) 0%, rgba(77, 175, 156, .70) 100%),
            #47a795;
    background-blend-mode: screen, normal, normal;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .10), 0 8px 16px -3px rgba(29, 180, 164, .25);
    overflow: hidden;
}

.pc--mode .coupon-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pc--mode .coupon-card-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: #fff;
}

.pc--mode .coupon-card-title .n {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.pc--mode .coupon-card-title .d {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.pc--mode .coupon-card-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 40px;
    background: #fff;
    overflow: hidden;
}

.pc--mode .coupon-card-count {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    color: #fff;
}

.pc--mode .coupon-card-count .n {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
}

.pc--mode .coupon-card-count .u {
    width: 28px;
    padding-bottom: 4px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

/* 카드 아래 블록 (쿠폰관리 / 쿠폰사용) */
.pc--mode .detail-left-blocks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1 1 0;
    width: 100%;
}

.pc--mode .wblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    padding: 0 10px;
}

.pc--mode .wblock-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
}

/* 쿠폰관리 : 원형 아이콘 4개 */
.pc--mode .manage-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.pc--mode .manage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.pc--mode .manage-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #888;
}

.pc--mode .manage-item .lbl {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #888;
}

/* 쿠폰사용 : 링크 3행 */
.pc--mode .use-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
}

.pc--mode .use-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pc--mode .use-row .lft {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.pc--mode .use-row .use-ico {
    margin-bottom: 1px;
}

.pc--mode .use-row .t {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}

.pc--mode .use-row .go {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #888;
    text-decoration: underline;
}

/* ===== 선물하기 ===== */
.pc--mode .gift-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 384px;
    align-self: stretch;
    padding: 24px;
    overflow: hidden;
}

.pc--mode .gift-steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
}

.pc--mode .gift-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

/* STEP 머리말 : 번호 배지 + 라벨 */
.pc--mode .gift-step-head {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pc--mode .gift-step-no {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding-bottom: 2px;
    border-radius: 5px;
    background: #1db4a4;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.pc--mode .gift-step-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #1db4a4;
}

/* 선물용 쿠폰 카드 : 표면은 .coupon-card 공유, 치수만 축소 */
.pc--mode .gift-card {
    height: 200px;
    padding: 28px 32px;
}

.pc--mode .gift-card .coupon-card-title .n {
    font-size: 28px;
    line-height: 1.2;
}

.pc--mode .gift-card .coupon-card-title .d {
    font-size: 12px;
    line-height: 1.2;
}

.pc--mode .gift-card .coupon-card-count {
    gap: 4px;
}

.pc--mode .gift-card .coupon-card-count .n {
    font-size: 48px;
    line-height: 1.2;
}

.pc--mode .gift-card .coupon-card-count .u {
    width: auto;
    font-size: 24px;
    line-height: 1.2;
}

/* 수량 스테퍼 */
.pc--mode .gift-stepper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.pc--mode .gift-step-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .30);
    cursor: pointer;
}

.pc--mode .gift-step-btn:disabled {
    opacity: .4;
    cursor: default;
}

.pc--mode .gift-step-btn img {
    width: 16px;
    height: 16px;
}

/* STEP 2 : 받는 회원 */
.pc--mode .gift-receiver {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
}

.pc--mode .gift-receiver .empty {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    text-align: center;
}

.pc--mode .gift-receiver .search {
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
}

/* 회원 선택 완료 상태 */
.pc--mode .gift-picked {
    display: none;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: 48px;
}

.pc--mode .gift-picked.is-shown {
    display: flex;
}

.pc--mode .gift-picked-member {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1 1 0;
    min-width: 0;
}

.pc--mode .gift-picked-photo {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.pc--mode .gift-picked-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    min-width: 0;
}

.pc--mode .gift-picked-text .n {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.pc--mode .gift-picked-text .e {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
}

.pc--mode .gift-picked-change {
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
}

/* 하단 : 주의문구 + 실행 버튼 */
.pc--mode .gift-foot {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #ccc;
}

.pc--mode .gift-foot .warn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #c10007;
    white-space: nowrap;
}

.pc--mode .gift-submit {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    background: #1db4a4;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    overflow: hidden;
}

/* 우측 컨테이너 : 기능 안내 ↔ 회원 검색 (패딩은 각 내용이 갖는다) */
.pc--mode .gift-right {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
    align-self: stretch;
    overflow: hidden;
}

/* 회원 검색은 기능 안내를 덮는 오버레이 — 안내는 아래에 그대로 남는다 */
.pc--mode .gift-search {
    display: none;
    position: absolute;
    inset: 0;
    background: #fff;
}

.pc--mode .gift-right.searching .gift-search {
    display: flex;
}

/* 우측 ① 기능 안내 */
.pc--mode .gift-guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    padding: 100px 24px 0;
}

.pc--mode .gift-guide-ico {
    width: 100px;
    height: 100px;
}

.pc--mode .gift-guide-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
    text-align: center;
}

.pc--mode .gift-guide-desc {
    width: 275px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #888;
    text-align: center;
}

/* 우측 ② 회원 검색 */
.pc--mode .gift-search {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    padding: 24px;
    overflow: hidden;
}

.pc--mode .gsearch-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.pc--mode .gsearch-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pc--mode .gsearch-head .t {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
}

.pc--mode .gsearch-close {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* 검색 방식 탭 */
.pc--mode .gsearch-tabs {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #ccc;
}

.pc--mode .gsearch-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #888;
    white-space: nowrap;
    cursor: pointer;
}

.pc--mode .gsearch-tab.is-active {
    border-bottom: 1px solid #333;
    color: #333;
}

/* 검색 방식에 따라 해당 모드 요소만 노출 */
.pc--mode .gift-search[data-mode="phone"] .mode-email,
.pc--mode .gift-search[data-mode="email"] .mode-phone {
    display: none;
}

/* 입력 폼 */
.pc--mode .gsearch-form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    width: 100%;
}

.pc--mode .gsearch-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.pc--mode .gsearch-field {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.pc--mode .gsearch-field .k {
    width: 45px;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 350;
    line-height: 1.2;
    color: #666;
}

.pc--mode .gsearch-field .v {
    flex: 1 1 0;
    min-width: 0;
    height: 36px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}

.pc--mode .gsearch-field .v::placeholder {
    font-weight: 400;
    color: #888;
}

/* 검색 결과 (기본은 숨김, 검색 후 노출 / .is-empty = 결과 없음) */
.pc--mode .gsearch-member {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 24px 0;
}

.pc--mode .gsearch-member.is-found {
    display: flex;
}

/* 결과 없음 : 프로필 사진 없이 안내 문구만 */
.pc--mode .gsearch-member.is-empty .gsearch-member-photo {
    display: none;
}

.pc--mode .gsearch-member.is-empty .n {
    font-size: 18px;
}

.pc--mode .gsearch-member.is-empty .e {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.pc--mode .gsearch-member-photo {
    width: 120px;
    height: 120px;
}

.pc--mode .gsearch-member-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding-top: 5px;
}

.pc--mode .gsearch-member-info .n {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

.pc--mode .gsearch-member-info .e {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
}

.pc--mode .gsearch-hint {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #666;
    text-align: center;
}

/* 두 입력칸이 모두 채워져 활성화된 상태 */
.pc--mode .gsearch-submit:enabled {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    cursor: pointer;
}

.pc--mode .gsearch-submit {
    border: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 16px;
    border: 0;
    background: #e2e2e2;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #888;
    overflow: hidden;
    cursor: pointer;
}

/* ===== 상세 우측 : 대상 시설 소개 ===== */
.pc--mode .detail-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 1 0;
    min-width: 0;
    align-self: stretch;
    padding: 34px 24px;
    overflow: hidden;
}

.pc--mode .place {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.pc--mode .place-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.pc--mode .place-eyebrow {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #1db4a4;
}

.pc--mode .place-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}

.pc--mode .place-desc {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #666;
    text-align: justify;
}






/* ============================================================
   쿠폰지갑 — 모바일 (wallet-mobile.html)
   - 프레임 트리 1:1 전사. 모든 치수는 360px 기준 rem(px÷16).
   - root font-size 를 뷰포트 폭에 비례시켜(360→16px) 전체가 폰트크기로 스케일된다.
   - 동작 스크립트(wallet-owned / wallet-tabs)는 PC판과 공용 → 동일 훅 유지.
   - PC판(wallet.css)과 클래스는 같지만 스코프가 .mb--mode / .pc--mode 로 갈린다.
   ============================================================ */

/* 360px = 16px 기준, 폭에 비례해 1rem 스케일 (360/16 = 22.5) */
html.mb--mode {
    font-size: calc(100vw / 22.5);
}

.mb--mode * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mb--mode img {
    display: block;
    max-width: none;
}

.mb--mode body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

/* root : flex-col bg-white (폭 유동, rem 스케일) */
.mb--mode .page {
    width: 100%;
    background: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    overflow: hidden;
}

/* ===== 1. 상단바 : px-20 py-15 border-b #ccc ===== */
.mb--mode .wallet-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.9375rem 1.25rem;
    /* 15 20 */
    border-bottom: 0.0625rem solid #ccc;
    overflow: hidden;
}

/* 27x20 아이콘 + pr-3 (총 30) */
.mb--mode .tb-back {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 1.875rem;
    /* 30 */
    padding-right: 0.1875rem;
    /* 3 */
}

.mb--mode .tb-back img {
    width: 100%;
    height: 1.2375rem;
    /* 19.8 */
}

.mb--mode .tb-title {
    font-size: 1.5rem;
    /* 24 */
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.mb--mode .tb-actions {
    display: flex;
    align-items: flex-start;
    gap: 0.9375rem;
    /* 15 */
}

/* 원본 31x29 — 에셋(cart.png)이 정사각이라 높이 기준으로 맞춘다 */
.mb--mode .tb-actions img {
    width: 1.8125rem;
    height: 1.8125rem;
    /* 29 */
}

/* ===== 2. 본문 : pb-100 gap-24 ===== */
.mb--mode .wallet-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1.5rem;
    /* 24 */
    padding-bottom: 6.25rem;
    /* 100 */
}

/* ===== 2-1. 합계 + 쿠폰카드 : pt-24 gap-16 ===== */
.mb--mode .wallet-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1.5rem;
    /* 16 */
    padding-top: 1.5rem;
    /* 24 */
}

/* 합계 줄 : 바깥 px-20 + 안쪽 px-16 */
.mb--mode .owned-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 1.25rem;
    /* 20 */
}

.mb--mode .owned-head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mb--mode .owned-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    /* 4 */
}

.mb--mode .owned-total-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* 8 */
    font-size: 1.25rem;
    /* 20 */
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.mb--mode .owned-total-sub {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* 8 */
    font-size: 0.75rem;
    /* 12 */
    font-weight: 400;
    line-height: 1.2;
    color: #888;
}

/* 원본은 각 항목이 height:20px 래퍼 안에 있었다 — 래퍼 없이 값만 적용 */
.mb--mode .owned-total-sub > span:not(.bar) {
    display: flex;
    align-items: center;
    height: 1.25rem;
    /* 20 */
}

.mb--mode .owned-total-sub .bar {
    width: 0.0625rem;
    height: 0.75rem;
    /* 12 */
    background: #888;
}

/* 쿠폰선택 버튼 : pt-6 pb-8 px-8 rounded-5 */
.mb--mode .owned-pick {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.5rem 0.5rem;
    /* 6 8 8 */
    border-radius: 0.3125rem;
    /* 5 */
    background: #1db4a4;
    font-size: 1rem;
    /* 16 */
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

/* ===== 쿠폰 카드 : px-20 래퍼 + h-200 p-32 rounded-20 ===== */
.mb--mode .coupon-card-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 1.25rem;
    /* 20 */
}

.mb--mode .coupon-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 12.5rem;
    /* 200 */
    padding: 2rem;
    /* 32 */
    border: 0.0625rem solid #7bcdc8;
    border-radius: 1.25rem;
    /* 20 */
    background:
            radial-gradient(ellipse 141.49% 274.87% at 0% 0%, rgba(255, 255, 255, .20) 0%, rgba(255, 255, 255, 0) 100%),
            linear-gradient(113deg, rgba(123, 205, 200, .70) 0%, rgba(77, 175, 156, .70) 100%),
            #47a795;
    background-blend-mode: screen, normal, normal;
    box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, .10), 0 0.5rem 1rem -0.1875rem rgba(29, 180, 164, .25);
    overflow: hidden;
}

.mb--mode .coupon-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mb--mode .coupon-card-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    /* 8 */
    color: #fff;
}

.mb--mode .coupon-card-title .n {
    font-size: 1.75rem;
    /* 28 */
    font-weight: 600;
    line-height: 1.2;
}

.mb--mode .coupon-card-title .d {
    font-size: 0.75rem;
    /* 12 */
    font-weight: 400;
    line-height: 1.2;
}

.mb--mode .coupon-card-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    /* 48 */
    border-radius: 2.5rem;
    background: #fff;
    overflow: hidden;
}

.mb--mode .coupon-card-logo img {
    width: 0.9375rem;
    /* 15 */
    height: 2rem;
    /* 32 */
}

.mb--mode .coupon-card-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.mb--mode .coupon-card-count {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    /* 4 */
    color: #fff;
}

.mb--mode .coupon-card-count .n {
    font-size: 3rem;
    /* 48 */
    font-weight: 600;
    line-height: 1.2;
}

.mb--mode .coupon-card-count .u {
    padding-bottom: 0.25rem;
    /* 4 */
    font-size: 1.5rem;
    /* 24 */
    font-weight: 400;
    line-height: 1.2;
}

/* ===== 2-2. 상세 ===== */
.mb--mode .detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

/* 탭바 : h-54 px-20 border-b #ccc */
.mb--mode .detail-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3.375rem;
    /* 54 */
    padding: 0 1.25rem;
    /* 20 */
    border-bottom: 0.0625rem solid #ccc;
}

.mb--mode .detail-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0.9375rem 1.25rem;
    /* 15 20 */
    font-size: 1rem;
    /* 16 */
    font-weight: 400;
    line-height: 1.2;
    color: #333;
    cursor: pointer;
}

.mb--mode .detail-tab.is-active {
    border-bottom: 0.125rem solid #1db4a4;
    /* 2 */
    font-weight: 600;
    color: #1db4a4;
}

/* 패널 : p-20 gap-48 */
.mb--mode .detail-panel {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 3rem;
    /* 48 */
    padding: 1.25rem;
    /* 20 */
}

.mb--mode .detail-panel.is-active {
    display: flex;
}

/* 쿠폰관리 + 쿠폰사용 묶음 : gap-36 */
.mb--mode .detail-blocks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 2.25rem;
    /* 36 */
}

.mb--mode .wblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
    /* 16 */
}

.mb--mode .wblock-title {
    font-size: 1.25rem;
    /* 20 */
    font-weight: 600;
    line-height: 1.2;
    color: #333;
}

/* 쿠폰관리 : 원형 아이콘 4개 */
.mb--mode .manage-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.mb--mode .manage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    /* 4 */
}

.mb--mode .manage-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    /* 56 */
    border-radius: 6.25rem;
    background: #888;
}

.mb--mode .manage-icon img {
    width: 2.25rem;
    height: 2.25rem;
    /* 36 */
}

/* 장바구니만 원본 아이콘이 36 뷰박스 → 32 로 축소 */
.mb--mode .manage-icon.is-cart img {
    width: 2rem;
    height: 2rem;
    /* 32 */
}

.mb--mode .manage-item .lbl {
    font-size: 0.75rem;
    /* 12 */
    font-weight: 600;
    line-height: 1.2;
    color: #888;
}

/* 쿠폰사용 : 링크 3행 */
.mb--mode .use-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0.875rem;
    /* 14 */
}

.mb--mode .use-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mb--mode .use-row .lft {
    display: flex;
    align-items: flex-end;
    gap: 0.375rem;
    /* 6 */
}

.mb--mode .use-row .use-ico {
    width: 1rem;
    height: 1rem;
    /* 16 */
    margin-bottom: 0.0625rem;
}

.mb--mode .use-row .t {
    font-size: 1rem;
    /* 16 */
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}

.mb--mode .use-row .go {
    font-size: 0.875rem;
    /* 14 */
    font-weight: 500;
    line-height: 1.2;
    color: #888;
    text-decoration: underline;
}

/* ===== 대상 시설 소개 : gap-32 ===== */
.mb--mode .places {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 2rem;
    /* 32 */
}

.mb--mode .place {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0.75rem;
    /* 12 */
}

.mb--mode .place-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    /* 8 */
}

.mb--mode .place-eyebrow {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    /* 4 */
    font-size: 0.875rem;
    /* 14 */
    font-weight: 600;
    line-height: 1.2;
    color: #1db4a4;
}

.mb--mode .place-eyebrow img {
    width: 1rem;
    height: 1rem;
    /* 16 */
}

.mb--mode .place-name {
    font-size: 1.5rem;
    /* 24 */
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}

.mb--mode .place-desc {
    width: 100%;
    font-size: 0.875rem;
    /* 14 */
    font-weight: 400;
    line-height: 1.4;
    /* 19.6 */
    color: #666;
    text-align: justify;
}

/* ============================================================
   탭 패널 ② 이력확인
   - 패널 자체는 padding 없음. 좌우 여백은 각 행(px-20)이 갖는다.
   ============================================================ */
.mb--mode .panel-history {
    gap: 2.25rem;
    /* 36 */
    padding: 0;
}

.mb--mode .hist-table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

/* 헤더/데이터 공통 행 : px-20 py-8 gap-20 border-b #ccc */
.mb--mode .hist-head,
.mb--mode .hist-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1.25rem;
    /* 20 */
    padding: 0.5rem 1.25rem;
    /* 8 20 */
    border-bottom: 0.0625rem solid #ccc;
}

.mb--mode .hist-head {
    background: #f7f7f7;
    font-size: 0.875rem;
    /* 14 */
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.mb--mode .hist-head .hist-time {
    width: 3.75rem;
    /* 70 */
}

.mb--mode .hist-head .hist-qty {
    width: 2.125rem;
    /* 34 */
}

/* 시간 : 날짜 + 시각 2줄 */
.mb--mode .hist-row .hist-time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 0.75rem;
    /* 14 */
    font-weight: 400;
    line-height: 1.2;
}

.mb--mode .hist-row .hist-time .d {
    color: #000;
}

.mb--mode .hist-row .hist-time .t {
    color: #666;
}

/* 내용 : 구분 + 설명 (남는 폭 전부) */
.mb--mode .hist-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.25rem;
    /* 4 */
    flex: 1 1 0;
    min-width: 0;
}

.mb--mode .hist-row .hist-type {
    font-size: 0.875rem;
    /* 16 */
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.mb--mode .hist-row .hist-desc .txt {
    width: 100%;
    font-size: 0.75rem;
    /* 12 */
    font-weight: 400;
    line-height: 1.2;
    color: #888;
}

/* 수량 : 증감에 따라 색·크기가 다르다 (원본 그대로 -18 / +16) */
.mb--mode .hist-row .hist-qty {
    font-weight: 600;
    line-height: 1.2;
}

.mb--mode .hist-row .hist-qty.minus {
    font-size: 1rem;
    /* 18 */
    color: #c10007;
}

.mb--mode .hist-row .hist-qty.plus {
    font-size: 1rem;
    /* 16 */
    color: #1db4a4;
}

/* ============================================================
   탭 패널 ③ 선물하기
   - 패널 자체는 padding 없음 (안내 블록·폼이 각자 여백을 갖는다)
   ============================================================ */
.mb--mode .panel-transfer {
    gap: 1.5rem;
    /* 24 */
    padding: 0;
}

/* ===== 기능 안내 : px-24 py-36 gap-20 ===== */
.mb--mode .gift-guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1.25rem;
    /* 20 */
    padding: 2.25rem 1.5rem;
    /* 36 24 */
    overflow: hidden;
}

.mb--mode .gift-guide-ico {
    width: 6.25rem;
    height: 6.25rem;
    /* 100 */
}

.mb--mode .gift-guide-title {
    font-size: 1.25rem;
    /* 20 */
    font-weight: 600;
    line-height: 1;
    color: #333;
    text-align: center;
}

.mb--mode .gift-guide-desc {
    width: 17.1875rem;
    /* 275 */
    font-size: 1rem;
    /* 16 */
    font-weight: 400;
    line-height: 1.4;
    /* 22.4 */
    color: #888;
    text-align: center;
}

/* ===== 폼 : 스텝 묶음 + 하단 실행줄 (gap 60) ===== */
.mb--mode .gift-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 3.75rem;
    /* 60 */
}

.mb--mode .gift-steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 3rem;
    /* 48 */
    padding: 0 1.25rem;
    /* 20 */
}

.mb--mode .gift-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
    /* 16 */
}

/* STEP 2 는 '받는 회원' 블록과 '회원 검색' 블록을 24 로 띄운다 */
.mb--mode .gift-step.step2 {
    gap: 1.5rem;
    /* 24 */
}

.mb--mode .gift-step-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
    /* 16 */
}

.mb--mode .gift-step-head {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    /* 8 */
}

.mb--mode .gift-step-no {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    /* 20 */
    padding-bottom: 0.125rem;
    /* 2 */
    border-radius: 0.3125rem;
    /* 5 */
    background: #1db4a4;
    font-size: 1rem;
    /* 16 */
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.mb--mode .gift-step-label {
    font-size: 1rem;
    /* 16 */
    font-weight: 600;
    line-height: 1.2;
    color: #1db4a4;
}

/* ===== STEP 1 : 로고 + 수량 스테퍼 (gap 48) ===== */
.mb--mode .gift-card {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 3rem;
    /* 48 */
}

.mb--mode .gift-card-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    /* 48 */
    border: 0.0625rem solid #ccc;
    border-radius: 2.5rem;
    background: rgba(255, 255, 255, .98);
    overflow: hidden;
}

.mb--mode .gift-card-logo img {
    width: 0.9375rem;
    /* 15 */
    height: 2rem;
    /* 32 */
}

.mb--mode .gift-stepper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex: 1 1 0;
    min-width: 0;
}

.mb--mode .gift-step-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    /* 36 */
    border: 0;
    border-radius: 0.5rem;
    /* 8 */
    background: #e2e2e2;
    cursor: pointer;
}

.mb--mode .gift-step-btn:disabled {
    opacity: .4;
    cursor: default;
}

.mb--mode .gift-step-btn img {
    width: 1.25rem;
    height: 1.25rem;
    /* 20 */
}

/* 쿠폰카드의 장수와 같은 훅이지만 선물 스테퍼는 회색 계열 */
.mb--mode .gift-card .coupon-card-count {
    gap: 0.125rem;
    /* 2 */
    color: rgba(102, 102, 102, .98);
}

.mb--mode .gift-card .coupon-card-count .n {
    font-size: 2.25rem;
    /* 36 */
    font-weight: 600;
    line-height: 1.2;
}

.mb--mode .gift-card .coupon-card-count .u {
    padding-bottom: 0.25rem;
    /* 4 */
    font-size: 1.125rem;
    /* 18 */
    font-weight: 400;
    line-height: 1.2;
}

/* ===== STEP 2 : 받는 회원 ===== */
.mb--mode .gift-receiver {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3rem;
    /* 48 */
}

.mb--mode .gift-receiver .empty {
    font-size: 1.125rem;
    /* 18 */
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    text-align: center;
}

/* ===== 회원 검색 ===== */
.mb--mode .gift-search {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
    /* 16 */
}

.mb--mode .gsearch-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mb--mode .gsearch-head .t {
    font-size: 1.25rem;
    /* 20 */
    font-weight: 600;
    line-height: 1.2;
    color: #333;
}

.mb--mode .gsearch-reset {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    /* 4 */
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 1rem;
    /* 16 */
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
}

.mb--mode .gsearch-reset img {
    width: 1.125rem;
    height: 1.125rem;
    /* 18 */
}

.mb--mode .gsearch-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
    /* 24 */
}

/* 검색 방식 탭 : h-36 border-b #ccc gap-4 */
.mb--mode .gsearch-tabs {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 2.25rem;
    /* 36 */
    gap: 0.25rem;
    /* 4 */
    border-bottom: 0.0625rem solid #ccc;
}

.mb--mode .gsearch-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0 1.25rem;
    /* 20 */
    font-size: 0.875rem;
    /* 14 */
    font-weight: 400;
    line-height: 1.2;
    color: #888;
    cursor: pointer;
}

.mb--mode .gsearch-tab.is-active {
    border-bottom: 0.0625rem solid #333;
    color: #333;
}

/* 입력 필드 */
.mb--mode .gsearch-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0.75rem;
    /* 12 */
}

.mb--mode .gsearch-field {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
    /* 24 */
}

.mb--mode .gsearch-field .k {
    width: 2.8125rem;
    /* 45 */
    font-size: 0.75rem;
    /* 12 */
    font-weight: 350;
    line-height: 1.2;
    color: #666;
}

.mb--mode .gsearch-field .v {
    flex: 1 1 0;
    min-width: 0;
    height: 2.25rem;
    /* 36 */
    padding: 0 0.75rem;
    /* 12 */
    border: 0.0625rem solid #bababa;
    border-radius: 0;
    background: #fff;
    font-size: 0.875rem;
    /* 14 */
    font-weight: 400;
    line-height: 1;
    color: #333;
}

.mb--mode .gsearch-field .v::placeholder {
    color: #888;
}

/* 검색 방식에 따라 필드/안내문을 바꿔 끼운다 */
.mb--mode .gift-search[data-mode="phone"] .mode-email,
.mb--mode .gift-search[data-mode="email"] .mode-phone {
    display: none;
}

.mb--mode .gsearch-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mb--mode .gsearch-hint {
    font-size: 0.75rem;
    /* 12 */
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    text-align: center;
}

.mb--mode .gsearch-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3rem;
    /* 48 */
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 1rem;
    /* 16 */
    font-weight: 500;
    line-height: 1.2;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
}

/* 입력칸이 모두 채워지면 나타난다 (색상은 동일, opacity 로만 전환) */
.mb--mode .gsearch-submit:enabled {
    opacity: 1;
}

.mb--mode .gsearch-submit:disabled {
    cursor: default;
}

/* ===== 하단 실행줄 : pt-20 px-20 border-t #ccc ===== */
.mb--mode .gift-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.25rem 1.25rem 0;
    /* 20 20 0 */
    border-top: 0.0625rem solid #ccc;
}

.mb--mode .gift-foot .warn {
    width: 9.25rem;
    /* 148 */
    font-size: 0.875rem;
    /* 14 */
    font-weight: 400;
    line-height: 1.4;
    /* 19.6 */
    color: #c10007;
}

.mb--mode .gift-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3rem;
    /* 48 */
    padding: 0 1.5rem;
    /* 24 */
    background: #1db4a4;
    font-size: 1.25rem;
    /* 20 */
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

/* ===== 검색 결과 : 안내문 줄(.gsearch-foot) 자리를 대체한다 ===== */
.mb--mode .gsearch-member {
    display: none;
    align-items: center;
    width: 100%;
    gap: 1rem;
    /* 16 */
}

.mb--mode .gsearch-member.is-found {
    display: flex;
}

.mb--mode .gsearch-member.is-found ~ .gsearch-foot {
    display: none;
}

.mb--mode .gsearch-member-main {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    gap: 1.25rem;
    /* 20 */
}

.mb--mode .gsearch-member-photo {
    width: 3rem;
    height: 3rem;
    /* 48 */
}

.mb--mode .gsearch-member-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    gap: 0.3125rem;
    /* 5 */
}

.mb--mode .gsearch-member-info .n {
    font-size: 1.25rem;
    /* 20 */
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.mb--mode .gsearch-member-info .e {
    font-size: 1rem;
    /* 16 */
    font-weight: 400;
    line-height: 1.2;
    color: #666;
}

.mb--mode .gsearch-pick {
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 1rem;
    /* 16 */
    font-weight: 500;
    line-height: 1.2;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
}

/* 결과 없음 : 사진·선택 없이 가운데 정렬 2줄 */
.mb--mode .gsearch-member.is-empty {
    padding-top: 0.3125rem;
    /* 5 */
}

.mb--mode .gsearch-member.is-empty .gsearch-member-photo,
.mb--mode .gsearch-member.is-empty .gsearch-pick {
    display: none;
}

.mb--mode .gsearch-member.is-empty .gsearch-member-main {
    justify-content: center;
}

.mb--mode .gsearch-member.is-empty .gsearch-member-info {
    align-items: center;
    gap: 0.5rem;
    /* 8 */
}

.mb--mode .gsearch-member.is-empty .n {
    font-size: 1rem;
    /* 16 */
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

.mb--mode .gsearch-member.is-empty .e {
    font-size: 0.75rem;
    /* 12 */
    font-weight: 400;
    line-height: 1.4;
    /* 16.8 */
    color: #666;
    text-align: center;
}

/* ============================================================
   쿠폰선택 모달 (전체화면 딤 + 중앙 박스)
   ============================================================ */
.mb--mode body.is-locked {
    overflow: hidden;
}

.mb--mode .pick-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.mb--mode .pick-modal.is-open {
    display: flex;
}

.mb--mode .pick-modal-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
}

/* 좌우 마진 20, 세로는 화면 중앙 */
.mb--mode .pick-modal-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 2.5rem);
    /* 좌우 20 */
    padding-bottom: 1.5rem;
    /* 24 */
    background: #fff;
    overflow: hidden;
}

/* 머리 : h-75 px-20 */
.mb--mode .pick-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4.6875rem;
    /* 75 */
    padding: 0 1.25rem;
    /* 20 */
    overflow: hidden;
}

.mb--mode .pick-modal-head .t {
    font-size: 1.25rem;
    /* 20 */
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.mb--mode .pick-modal-close {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.mb--mode .pick-modal-close img {
    width: 1.25rem;
    height: 1.25rem;
    /* 20 */
}

/* 목록 */
.mb--mode .pick-modal-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border-top: 0.0625rem solid #ccc;
    border-bottom: 0.0625rem solid #ccc;
    /* 1 */
}

.mb--mode .pick-modal-list .owned-item:not(:last-child) {
    border-bottom: 0.0625rem solid #ccc;
    /* 1 */
}

.mb--mode .pick-modal .owned-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.25rem;
    /* 20 */
    background: #fff;
}

/* 선택된 항목 */
.mb--mode .pick-modal .owned-item.is-active {
    background: #f4fdfc;
}

.mb--mode .pick-modal .owned-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    /* 12 */
}

.mb--mode .pick-modal .owned-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    /* 40 */
    border-radius: 2.5rem;
    overflow: hidden;
}

.mb--mode .pick-modal .owned-logo.laguna { background: #1db4a4; }
.mb--mode .pick-modal .owned-logo.royal { background: #1b5f4a; }
.mb--mode .pick-modal .owned-logo.hilltop { background: #00735f; }

.mb--mode .pick-modal .owned-logo img {
    object-fit: contain;
}

.mb--mode .pick-modal .owned-logo.laguna img { width: 0.8125rem; height: 1.75rem; }
.mb--mode .pick-modal .owned-logo.royal img { width: 1.3125rem; height: 1.75rem; }
.mb--mode .pick-modal .owned-logo.hilltop img { width: 1.6875rem; height: 1.75rem; }

.mb--mode .pick-modal .owned-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.125rem;
    /* 2 */
}

.mb--mode .pick-modal .owned-name .n {
    font-size: 1rem;
    /* 16 */
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.mb--mode .pick-modal .owned-name .c {
    font-size: 0.75rem;
    /* 12 */
    font-weight: 400;
    line-height: 1.2;
    color: #888;
}

.mb--mode .pick-modal .owned-count {
    display: flex;
    align-items: flex-end;
    gap: 0.125rem;
    /* 2 */
}

.mb--mode .pick-modal .owned-count .n {
    font-size: 1rem;
    /* 16 */
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.mb--mode .pick-modal .owned-count .u {
    padding-bottom: 0.0625rem;
    /* 1 */
    font-size: 0.75rem;
    /* 12 */
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

/* 바닥 : pt-16 px-20 border-t #ccc */
.mb--mode .pick-modal-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    /* 10 */
    width: 100%;
    padding: 1.25rem 1.25rem 0;
    /* 16 20 0 */

}

.mb--mode .pick-modal-confirm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    height: 2.5rem;
    /* 40 */
    border: 0.0625rem solid #1db4a4;
    background: #1db4a4;
    font-family: inherit;
    font-size: 1rem;
    /* 16 */
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}



.mb--mode .gsearch-submit {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 48px;
    margin-top: 24px;

    border: 0;
    border-radius: 6px;
    background: #1db4a4;

    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}



.coupon-page .apply-row,
.coupon-page .apply-row .form,
.coupon-page .apply-row .form-top,
.coupon-page .apply-row .form-group.b3 {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}
.coupon-page .apply-row { align-items: stretch; }
.coupon-page .apply-row .form { display: flex; flex-direction: column; }
.coupon-page .apply-row .form-note { flex: 0 0 auto; }

.payment-method-tabs { margin-bottom: 18px; }
.payment-method-tabs .payment-tab-list { display: flex; gap: 12px; margin-top: 14px; }
.payment-method-tabs .payment-tab {
    min-width: 82px; height: 42px; padding: 0 16px; border: 1px solid #d4d4d4;
    background: #fff; color: #222; font-size: 16px; font-weight: 600; cursor: pointer;
}
.payment-method-tabs .payment-tab.active { border-color: #19b7a3; background: #19b7a3; color: #fff; }
.payment-panel[hidden] { display: none !important; }
.installment-box { padding: 18px 0 4px; border-top: 1px solid #ddd; }
.installment-head { display: flex; align-items: center; gap: 24px; margin-bottom: 20px; }
.installment-head strong { font-size: 16px; }
.installment-head span { color: #888; font-size: 14px; }
.installment-list { display: flex; flex-wrap: wrap; gap: 16px 34px; }
.installment-item { display: flex; align-items: center; gap: 8px; min-width: 110px; }
.installment-item .card-mark {
    display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px;
    border-radius: 50%; background: #555; color: #fff; font-size: 10px; font-weight: 700;
}
.installment-item .months { font-weight: 600; }
@media (max-width: 767px) {
    .payment-method-tabs .payment-tab-list { gap: 8px; }
    .payment-method-tabs .payment-tab { min-width: 74px; height: 38px; padding: 0 12px; font-size: 14px; }
    .installment-head { align-items: flex-start; flex-direction: column; gap: 6px; }
    .installment-list { gap: 14px 18px; }
}
