@font-face {
    font-family: 'NotoSansKRPreheat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../../../fonts/NotoSansKR/NotoSansKR-Regular.woff2') format('woff2'),
        url('../../../../fonts/NotoSansKR/NotoSansKR-Regular.woff') format('woff'),
        url('../../../../fonts/NotoSansKR/NotoSansKR-Regular.otf') format('opentype');
}


@font-face {
    font-family: 'NotoSansKRPreheat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../../../fonts/NotoSansKR/NotoSansKR-Medium.woff2') format('woff2'),
        url('../../../../fonts/NotoSansKR/NotoSansKR-Medium.woff') format('woff'),
        url('../../../../fonts/NotoSansKR/NotoSansKR-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansKRPreheat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../../../fonts/NotoSansKR/NotoSansKR-Bold.woff2') format('woff2'),
        url('../../../../fonts/NotoSansKR/NotoSansKR-Bold.woff') format('woff'),
        url('../../../../fonts/NotoSansKR/NotoSansKR-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansKRPreheat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../../../../fonts/NotoSansKR/NotoSansKR-Black.woff2') format('woff2'),
        url('../../../../fonts/NotoSansKR/NotoSansKR-Black.woff') format('woff'),
        url('../../../../fonts/NotoSansKR/NotoSansKR-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Shokz Sans Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../../../fonts/DisplaySans/Display/Shokz Sans Display-Medium.woff2') format('woff2'),
        url('../../../../fonts/DisplaySans/Display/Shokz Sans Display-Medium.otf') format('opentype'),
        url('../../../../fonts/DisplaySans/Display/Shokz Sans Display-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Shokz Sans Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../../../fonts/DisplaySans/Display/Shokz Sans Display-Bold.woff2') format('woff2'),
        url('../../../../fonts/DisplaySans/Display/Shokz Sans Display-Bold.otf') format('opentype'),
        url('../../../../fonts/DisplaySans/Display/Shokz Sans Display-Bold.ttf') format('truetype');
}

/* common */
.main-content * {
    font-family: 'NotoSansKRPreheat', 'NotoSansKR', 'Poppins', sans-serif;
}

.pc-hide {
    display: none;
}

.mb-hide {
    display: block;
}

.page-width {
    max-width: 1200px;
    margin: 0 auto;
}




/* banner */
.banner-wrapper {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
    background: #3F404C;
}

.banner-wrapper picture {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-wrapper .banner-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-wrapper .banner-content {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    max-width: 1200px;
}



.banner-wrapper .banner-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 452px;
}

.banner-wrapper .banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.banner-wrapper .banner-title span {
    display: inline-block;
    background: linear-gradient(90deg, #3E3E3E 1.33%, #ACB4BB 93.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-wrapper .banner-sub-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: #404040;
}

.banner-wrapper .banner-benefit-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner-wrapper .banner-offer-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner-wrapper .banner-naver-pay {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #404040;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}

.banner-wrapper .banner-naver-pay img {
    display: block;
    flex: 0 0 auto;
    width: 103.385px;
    height: 32px;
}

.banner-wrapper .banner-desc {
    color: #737373;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.banner-wrapper .banner-benefit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 48px;
    padding: 14px 32px;
    border-radius: 4px;
    background: #0A0A0A;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}

.container {
    background: linear-gradient(180deg, #EBF0F2 0%, #FBFBFB 100%);
    padding-top: 96px;
    padding-bottom: 96px;
}

/* product-tab */

.product-tab {
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 10000;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.product-tab.is-sticky {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}

.product-tab.is-past {
    transform: translateY(-100%);
    pointer-events: none;
}

.product-tab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    height: 80px;
}

.product-tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 194px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 99px;
    box-sizing: border-box;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-tab-item.active {
    color: #fff;
    background: #000;
    font-weight: 500;
}

#opendots2 {
    padding-top: 32px;
}

.product-benefit-card {
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 480px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.06), 0 0 7px rgba(0, 0, 0, 0.05), 0 0 2px rgba(0, 0, 0, 0.03);
}

.product-card {
    position: relative;
    display: flex;
    flex: 0 0 384px;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 480px;
    padding: 0 24px 24px;
    background: #fff;
    box-sizing: border-box;
}

.product-card-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 12px 16px;
    border-radius: 0 0 12px 0;
    color: #3E3E3E;
    background: linear-gradient(180deg, #D8E0ED -0.65%, #CACFD5 98.65%);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.product-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 256px;
    margin: 0 -24px;
}

.product-card-image img {
    display: none;
    width: 240px;
    height: 240px;
    object-fit: contain;
}

.product-card-image img.is-active {
    display: block;
}

.product-card-info {
    display: flex;
    flex-direction: column;
}

.product-card-name {
    font-family: 'Shokz Sans Display', 'NotoSansKRPreheat', 'NotoSansKR', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
}

.product-card-color-list {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.product-card-color-list span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dcdadc;
    box-sizing: border-box;
    cursor: pointer;
}

.product-card-color-list .is-active {
    width: 24px;
    height: 24px;
    border: 1px solid #FF7A3D;
    box-shadow: inset 0 0 0 2px #fff;
}

.product-card-color-list .is-black {
    background: #000;
}

.product-card-color-list .is-cream {
    background: #f5efea;
}

.product-card-desc {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 24px;
}

.product-card-price {
    color: #ff4d0a;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 16px;
}

.product-card-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 8px;
}

.product-card-price-row .product-card-price {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.product-card-naver-pay {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 4px 8px;
    border-radius: 99px;
    background: rgba(3, 199, 90, 0.1);
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    box-sizing: border-box;
}

.product-card-naver-pay img {
    display: block;
    flex: 0 0 auto;
    width: 51.692px;
    height: 16px;
}

.product-card-actions {
    display: flex;
    gap: 12px;
    width: 100%;
}

.product-card-cart-btn,
.product-card-buy-btn,
.product-exchange-btn {
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.product-card-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 0;
    border: 1px solid #000;
    color: #000;
    background: #fff;
}

.product-card-cart-btn svg {
    width: 22px;
    height: 22px;
}

.product-card-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border: 1px solid #000;
    color: #fff !important;
    background: #000;
    text-align: center;
    text-decoration: none;
}

.product-benefit-area {
    position: relative;
    flex: 1;
    min-height: 480px;
    overflow: hidden;
    background: linear-gradient(60deg, #CDD3DC 0%, #EEF1F4 98.36%);
}

.product-benefit-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.product-benefit-list {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    height: 100%;
    min-height: 480px;
    padding: 55px 30px 0;
    box-sizing: border-box;
}

.product-benefit-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 240px;
    min-height: 352px;
    text-align: center;
}

.product-benefit-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-benefit-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 64px;
    padding: 8px 16px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(90deg, #616C7C 1.33%, #8F9BA4 93.58%);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
}

.product-gift-images {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.product-gift-images span,
.product-earcuff-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff;
}

.product-gift-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-benefit-title {
    min-height: 50px;
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.product-benefit-note {
    margin-top: 16px;
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.product-point-coupon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 88px;
    margin-bottom: 24px;
}

.product-point-coupon::before {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 59px;
    background: linear-gradient(90deg, #F4F4F4 1.33%, #A8ACB0 93.58%);
    content: " ";
    z-index: 1;
}

.product-point-coupon::after {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 59px;
    background: linear-gradient(90deg, #D2D2D2 1.33%, #ACB4BB 93.58%);
    content: " ";
    z-index: 1;
}

.product-point-coupon img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.product-point-coupon div {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    color: transparent;
    background: linear-gradient(90deg, #3E3E3E 1.33%, #92A0AA 46.57%, #7B848B 93.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-point-coupon span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.product-point-coupon strong {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
}

.product-earcuff-image {
    margin-bottom: 24px;
}

.product-earcuff-image img {
    width: 88px;
    height: 88px;
    object-fit: cover;
}

.product-exchange-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px 0;
}

.product-exchange-price del {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.product-exchange-price strong {
    color: #ff4d0a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.product-exchange-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    border: 1px solid rgba(10, 10, 10, 0.6);
    color: #0a0a0a;
    background: transparent;
    box-sizing: border-box;
    text-decoration: none;
}

.product-exchange-btn.is-disabled,
.product-exchange-btn:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.product-exchange-login-tip {
    position: relative;
    display: flex;
    justify-content: center;
    width: 182px;
    margin-bottom: 76px;
}

.product-exchange-bubble {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    z-index: 3;
    min-width: 194px;
    padding: 16px 18px;
    border-radius: 6px;
    color: #0a0a0a;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;
}

.product-exchange-bubble::before {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    transform: translateX(-50%);
    content: "";
}

#opendotsair {
    padding-top: 48px;
}


.product-air-benefit-area {
    position: relative;
    flex: 1;
    min-height: 480px;
    overflow: hidden;
    background: linear-gradient(108deg, #F4F2F8 0.87%, #CEC7E4 101.38%);
}

.product-air-benefit-bg,
.product-air-benefit-decor {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.product-air-benefit-bg {
    z-index: 1;
}

.product-air-benefit-decor {
    z-index: 2;
}

.product-air-benefit-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 391px;
    max-width: 100%;
    min-height: 480px;
    margin: 0 auto;
    text-align: center;
}

.product-air-benefit-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 53px;
    padding: 8px 16px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(90deg, #72617C 1.33%, #9D8FA4 93.58%);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
}

.product-air-gift-images {
    margin-bottom: 25px;
}

.product-air-benefit-title {
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.product-air-benefit-note {
    margin-top: 16px;
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.product-card-badge--air {
    background: linear-gradient(14deg, #F4F2F8 0%, #CEC7E4 100%);
}

.product-card-image--air img {
    width: 240px;
    height: 240px;
}

.product-card-color-list--air .is-purple {
    background: #d8c8f1;
}

/* ===== NPay Section ===== */
.npay-wrapper {
    padding-top: 96px;
}

.npay-content {
    display: flex;
    overflow: hidden;
    max-width: 996px;
    margin: 0 auto;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.06), 0 0 7px rgba(0, 0, 0, 0.05), 0 0 2px rgba(0, 0, 0, 0.03);
}

.npay-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex: 1;
    padding: 48px 32px;
    background: #fff;
    box-sizing: border-box;
}

.npay-card-logos {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 16px 32px;
    background: #f3f4f6;
    border-radius: 99px;
    flex-shrink: 0;
}

.npay-logo-shinhan {
    display: block;
    width: 85px;
    height: 20px;
    object-fit: contain;
}

.npay-logo-nh {
    display: block;
    width: 138px;
    height: 20px;
    object-fit: contain;
}

.npay-logo-woori {
    display: block;
    width: 86px;
    height: 20px;
    object-fit: contain;
}

.npay-text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 274px;
    text-align: center;
}

.npay-title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.npay-headline {
    display: flex;
    align-items: center;
    gap: 8px;
}

.npay-service-logo {
    display: block;
    flex: 0 0 auto;
    width: 90px;
    height: 28px;
    object-fit: contain;
}

.npay-headline-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: #0a0a0a;
    white-space: nowrap;
}

.npay-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: #0a0a0a;
    text-align: center;
    margin: 0;
}

.npay-sub {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #737373;
    text-align: center;
    margin: 0;
}

.npay-note {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #a3a3a3;
    text-align: center;
    margin: 0;
}

.npay-note em {
    font-style: normal;
    color: #737373;
    font-weight: 500;
}

.npay-right {
    position: relative;
    flex: 1;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 376px;
}

.npay-coupon-illus {
    position: relative;
    flex-shrink: 0;
}

.npay-right .npay-coupon-illus {
    display: flex;
    align-items: center;
    justify-content: center;
}

.npay-right .npay-coupon-illus img {
    display: block;
    width: 360px;
    max-width: 100%;
    height: auto;
}

.npay-left .npay-coupon-illus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.npay-left .npay-coupon-illus.pc-hide {
    display: none;
}

.npay-left .npay-coupon-illus img {
    display: block;
    width: 240px;
    max-width: 100%;
    height: auto;
}

.footer-content {
    display: flex;
    justify-content: center;
    padding: 80px 0;
    background: #fff;
}

.footer-notice {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 996px;
    max-width: calc(100% - 32px);
}

.footer-notice-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-notice-title {
    width: 100%;
    color: #737373;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.footer-notice-header::after {
    display: block;
    width: 100%;
    height: 1px;
    background: #d4d4d4;
    content: "";
}

.footer-notice-body {
    width: 100%;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    white-space: normal;
}

.footer-notice-body p {
    margin: 0;
}








@media screen and (max-width: 768px) {

    /* common */
    .pc-hide {
        display: block;
    }

    .mb-hide {
        display: none;
    }

    .page-width {
        padding: 0 16px;
    }

    /* banner */
    .banner-wrapper {
        height: 554px;
    }

    .banner-wrapper .banner-content {
        top: 36px;
        bottom: auto;
        gap: 16px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .banner-wrapper .banner-copy {
        width: 100%;
        gap: 16px;
    }

    .banner-wrapper .banner-title {
        font-size: 32px;
    }

    .banner-wrapper .banner-sub-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .banner-wrapper .banner-offer-group {
        gap: 4px;
    }

    .banner-wrapper .banner-naver-pay {
        font-size: 20px;
        line-height: 1.4;
    }

    .banner-wrapper .banner-naver-pay img {
        width: 77.538px;
        height: 24px;
    }

    .banner-wrapper .banner-desc {
        font-size: 16px;
        font-weight: 400;
    }

    .banner-wrapper .banner-benefit-btn {
        width: auto;
        height: 40px;
        padding: 10px 18px;
    }

    .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /* product-tab */
    .product-tab-content {
        height: 60px;
        gap: 24px;
    }

    .product-tab-item {
        width: 160px;
        height: 38px;
        font-size: 16px;
    }

    #opendots2 {
        padding-top: 24px;
    }

    .product-benefit-card {
        flex-direction: column;
        min-height: auto;
    }

    .product-card {
        flex: none;
        min-height: auto;
        padding: 0 20px 24px;
    }

    .product-card-badge {
        font-size: 16px;
    }

    .product-card-image {
        height: 220px;
        margin: 0 -20px;
        padding-top: 28px;
    }

    .product-card-image img {
        width: 210px;
        height: 210px;
    }

    .product-card-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .product-benefit-area {
        min-height: auto;
    }

    .product-benefit-bg {
        display: none;
    }

    .product-benefit-list {
        flex-direction: column;
        min-height: auto;
        gap: 24px;
        padding: 24px;
    }

    .product-benefit-item {
        width: 100%;
        min-height: auto;
    }

    .product-benefit-label {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .product-gift-images {
        margin-bottom: 8px;
        gap: 32px;
    }

    .product-gift-images span,
    .product-earcuff-image {
        width: 72px;
        height: 72px;
    }





    .product-benefit-title {
        min-height: auto;
        font-size: 18px;
    }

    .product-benefit-note {
        margin-top: 4px;
    }

    .product-point-coupon {
        width: 180px;
        height: 72px;
        margin-bottom: 18px;
    }

    .product-point-coupon span {
        font-size: 14px;
    }

    .product-point-coupon strong {
        font-size: 16px;
    }

    .product-exchange-btn {
        width: 125px;
    }

    .product-exchange-login-tip {
        width: 125px;
        margin-bottom: 70px;
    }

    .product-exchange-bubble {
        min-width: 174px;
        padding: 14px 16px;
    }

    .product-benefit-box {
        flex-direction: row;
        gap: 32px;
    }

    .product-benefit-box .product-earcuff-image {
        width: 96px;
        height: 96px;
        margin-bottom: 0;
    }

    .product-benefit-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .product-exchange-price {
        align-items: flex-start;
    }

    .product-benefit-info .product-benefit-title {
        font-size: 16px;
    }

    #opendotsair {
        padding-top: 32px;
    }



    .product-air-benefit-area {
        min-height: auto;
    }

    .product-air-benefit-content {
        width: 100%;
        min-height: auto;
        padding: 48px 20px;
        box-sizing: border-box;
    }

    .product-air-benefit-label {
        margin-bottom: 28px;
        font-size: 18px;
    }

    .product-air-gift-images {
        margin-bottom: 18px;
    }

    .product-air-benefit-title {
        font-size: 18px;
    }

    .product-card--air {
        order: -1;
    }

    .footer-content {
        padding: 64px 16px;
    }

    /* NPay Section */
    .npay-wrapper {
        padding-top: 70px;
    }

    .npay-left .npay-coupon-illus.pc-hide {
        display: flex;
    }

    .npay-left {
        flex: none;
        width: 100%;
        gap: 24px;
        padding: 32px 0px;
    }

    .npay-card-logos {
        gap: 15px;
        padding: 12px 20px;
    }

    .npay-logo-shinhan {
        width: 64px;
        height: 15px;
    }

    .npay-logo-nh {
        width: 104px;
        height: 15px;
    }

    .npay-logo-woori {
        width: 64px;
        height: 15px;
    }

    .npay-text-block {
        width: 100%;
        gap: 8px;
    }

    .npay-headline-text,
    .npay-title {
        font-size: 24px;
    }

    .npay-sub {
        font-size: 18px;
    }

    .npay-note {
        font-size: 14px;
    }

    .footer-notice {
        max-width: 100%;
        gap: 24px;
    }



    .footer-notice-body {
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
    }

    .product-air-benefit-bg {
        display: none;
    }
}

