@charset "utf-8";

/* ==============================
Reset
================================= */
.event-benefit-template * {
    font-family: 'Pretendard';
}

.event-benefit-template img {
    display: block;
    max-width: 100%;
}

.event-benefit-template a,
.event-benefit-template button {
    background: rgba(0, 255, 0, 0);
}

.event-benefit-template .content-wrap section article {
    text-align: initial;
}
.contents.exhibition.ex-module-wrap .ev-detail-con.wide {
    max-width: 1380px;
}
.contents.event .ev-detail-wrap {
    min-height: 100vh;
}
.contents.event .ev-detail-wrap .ev-detail-con {
    max-width: inherit;
    padding: 0;
}
.contents.event .ev-detail-wrap .ev-detail-con .ev-cont {
    max-width: 1380px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .event-benefit-template a,
    .event-benefit-template a:active {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }
    .event-benefit-template input {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }
    .event-benefit-template div:focus {
        -webkit-tap-highlight-color: transparent;
    }
    .event-benefit-template button:focus,
    .event-benefit-template button:active {
        -webkit-tap-highlight-color: transparent;
    }
    .event-benefit-template a:focus-visible,
    .event-benefit-template input:focus-visible,
    .event-benefit-template div:focus-visible,
    .event-benefit-template button:focus-visible {
        outline: 2px solid #000;
        outline-offset: 2px;
    }
}

/* ==============================
Layout
================================= */
.event-benefit-template {
    max-width: 1380px;
    min-height: 100vh;
    margin: 0 auto;
    container-name: full-width-area;
    container-type: inline-size;
}

.event-benefit-template article {
    width: 100%;
}

.event-benefit-template .article__inner {
    width: 100%;
    max-width: 1166px;
    padding: 56px 10px 80px;
    margin: 0 auto;
}

@container full-width-area (max-width: 1380px) {
}

@container full-width-area (max-width: 1165px) {
    .event-benefit-template .article__inner {
        padding: calc(56 / 1165 * 100%) 10px calc(80 / 1165 * 100%);
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .article__inner {
        padding: calc(28 / 390 * 100%) 0 calc(40 / 390 * 100%);
        overflow: hidden;
    }
}

/* ==============================
전체 공통
================================= */
.event-benefit-template .primary-color {
    color: #fd312e;
}

.event-benefit-template .relative-area {
    position: relative;
}

@media screen and (min-width: 768px) {
    .event-benefit-template .hidden-pc {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .hidden-mo {
        display: none !important;
    }
}

/* ==============================
components : c는 components의 약자
================================= */

/* 아이템 더보기 기능 */
.event-benefit-template .limit-view__wrap .limit-view__list {
    row-gap: 0;
}
.event-benefit-template .limit-view__list > li {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.5s ease-out,
        opacity 0.5s ease-out,
        margin-bottom 0.5s ease-out;
}

.event-benefit-template .limit-view__list > li.is-visible {
    max-height: 1000px;
    margin-bottom: 20px;
    opacity: 1;
}

.event-benefit-template .limit-view__list > li[style*='--item-delay'] {
    transition-delay: var(--item-delay, 0s);
}
/* // 아이템 더보기 기능 */

/* 공통 모달 (커스텀) */
#paymentBenefitsInterestFree {
    max-width: 500px;
}

#paymentBenefitsKakaoPay {
    max-width: 480px;
}
.popup-wrap .relative-area {
    position: relative;
}
.popup-wrap img {
    max-width: 100%;
}

.kakao-pay__link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33%;
}
@media screen and (max-width: 767px) {
    .popup-wrap {
        max-width: initial;
    }
    .kakao-pay__link {
        height: 48%;
    }
    #paymentBenefitsInterestFree {
        max-width: 100%;
    }

    #paymentBenefitsKakaoPay {
        max-width: 100%;
    }
}
/* // 공통 모달 (커스텀) */

/* ===================
Product API
==================== */

/* 기본 형태(작은 세로형) */

.event-benefit-template .c-product {
}

.event-benefit-template .c-product__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
    gap: 20px 40px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.event-benefit-template .c-product__item {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.event-benefit-template .c-product__item > span[data-prdvalue] > a {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.event-benefit-template .c-product__item > span[data-prdvalue] > a:focus-visible {
    outline-offset: 2px;
}

.event-benefit-template .c-product__visual {
    position: relative;
    padding: calc(28 / 256 * 100%);
    overflow: hidden;
    border: solid 1px #dee1e5;
    border-radius: 10px;
}

.event-benefit-template .c-product__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}

.event-benefit-template .c-product__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-benefit-template .c-product__info-container a:has(.c-product__info) {
    display: block;
}

.event-benefit-template .c-product__badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 12px;
}

.event-benefit-template .c-product__badge {
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 2px;
}

.event-benefit-template .c-product__badge--limit-membership {
    color: #fff;
    background-color: #ea1917;
}

.event-benefit-template .c-product__badge--normal-membership {
    color: #ea1917;
    background-color: #fef3f3;
}

.event-benefit-template .c-product__badge--sale {
    color: white;
    background-color: #e53935;
}

.event-benefit-template .c-product__badge--time-deal {
    color: white;
    background-color: #3563e5;
}

.event-benefit-template .c-product__care-service {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    align-items: center;
    padding: 12px;
    margin-top: 12px;
    background: #f3f5f7;
    border-radius: 8px;
}

.event-benefit-template .c-product__care-service-title {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.event-benefit-template .c-product__care-service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}

.event-benefit-template .c-product__care-service-item {
    position: relative;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #444;
}

.event-benefit-template .c-product__care-service-item::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 10px;
    margin-right: -8px;
    content: '';
    background-color: #ddd;
    transform: translateY(-50%);
}

.event-benefit-template .c-product__care-service-item:last-child::after {
    display: none;
}

.event-benefit-template .c-product__info {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.event-benefit-template .c-product__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #111;
    letter-spacing: -0.2px;
}

.event-benefit-template .c-product__model-id {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #727780;
}

.event-benefit-template .c-product__price-area {
    margin-top: 12px;
}

.event-benefit-template .c-product__price-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 6px;
    margin: 0;
}
.event-benefit-template .c-product__price-list--one-time-purchase {
    flex-wrap: wrap;
}
.event-benefit-template .c-product__price-list--subscription {
    flex-direction: column;
}

.event-benefit-template .c-product__price-item {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.event-benefit-template .c-product__price-label--subscription {
}

.event-benefit-template .c-product__price-item--final {
    flex-basis: 100%;
    justify-content: flex-start;
    color: #ea1917;
}

.event-benefit-template .c-product__price-label--final {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.event-benefit-template .c-product__price-value {
    text-align: right;
}

.event-benefit-template .c-product__price-value--fianl {
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.4px;
    white-space: nowrap;
}

.event-benefit-template .c-product__unit {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: inherit;
    letter-spacing: -0.2px;
}

.event-benefit-template .c-product__price-item--member {
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    color: #111;
    letter-spacing: -0.4px;
}
.event-benefit-template .c-product__price-item--original {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #727780;
    letter-spacing: -0.2px;
    text-decoration-line: line-through;
}

.event-benefit-template .c-product__price-value del {
}

.event-benefit-template .c-product__price-item--final .c-product__price-value strong {
    font-size: 18px;
    font-weight: 700;
    color: #ea1917;
}
.event-benefit-template .c-product__info-container {
    display: flex;
    flex-direction: column;
}
.event-benefit-template .c-product__actions {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 16px;
}

.event-benefit-template .c-product__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 6px 12px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #111;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dee1e5;
    border-radius: 32px;
    transition:
        background-color 0.2s,
        border-color 0.2s,
        color 0.2s;
}

.event-benefit-template .c-product__actions a:hover {
    background-color: #f0f0f0;
}

.event-benefit-template .c-product__actions a.sold-out {
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
}

.event-benefit-template .c-product__actions a.sold-out {
    opacity: 0.3;
}

/* .event-benefit-template .c-product__actions a.sold-out::after {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
} */

.event-benefit-template .c-product__sold-out-icon {
    display: none;
    position: relative;
    margin-top: 10px;
    padding-left: 18px;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.4px;
}

.event-benefit-template .c-product__sold-out-icon::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url('/kr/event/2025/10/01_wonderful_sale/images/icon_sold_out.svg') no-repeat;
    background-size: contain;
}

.event-benefit-template .c-product__item--loading .c-product__image-wrapper,
.c-product__item--loading .c-product__name,
.c-product__item--loading .c-product__model-id {
    color: transparent;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    border-radius: 4px;
    animation: skeleton-gradient 3s infinite linear alternate;
}

.event-benefit-template .c-product__item--loading .c-product__name {
    width: 80%;
    height: 22px;
}

.event-benefit-template .c-product__item--loading .c-product__model-id {
    width: 50%;
    height: 18px;
}

.event-benefit-template .c-product__item--sold-out {
    position: relative;
}

.event-benefit-template .c-product__item--sold-out > span > a {
    pointer-events: none;
}

.event-benefit-template .c-product__item--sold-out .c-product__visual::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.2px;
    content: '일시품절';
    background-color: rgba(0, 0, 0, 0.5);
}

.event-benefit-template .c-product__item--sold-out .c-product__sold-out-icon {
    display: block;
}

.event-benefit-template .c-product__item--sold-out .c-product__price-item--member,
.event-benefit-template .c-product__item--sold-out .c-product__price-item--original{
    opacity: 0.2;
}
.event-benefit-template .c-product__item--sold-out .c-product__price-item--final,
.event-benefit-template .c-product__item--sold-out .c-product__badge-container{
    opacity: 0.3;
}

@keyframes skeleton-gradient {
    0% {
        background-position: -200px 0;
    }

    100% {
        background-position: calc(200px + 100%) 0;
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .c-product {
    }

    .event-benefit-template .c-product__list {
        grid-template-columns: 1fr 1fr;
        gap: calc(20 / 390 * 100vw) calc(12 / 390 * 100vw);
        margin: 0 calc(20 / 390 * 100vw);
    }

    .event-benefit-template .c-product__item {
    }

    .event-benefit-template .c-product__item > span[data-prdvalue] > a {
    }

    .event-benefit-template .c-product__item > span[data-prdvalue] > a:focus-visible {
    }

    .event-benefit-template .c-product__visual {
        padding: calc(14 / 390 * 100%);
        border-radius: calc(4 / 390 * 100vw);
    }

    .event-benefit-template .c-product__image-wrapper {
    }

    .event-benefit-template .c-product__image {
    }

    .event-benefit-template .c-product__info-container a:has(.c-product__info) {
    }

    .event-benefit-template .c-product__badge-container {
        gap: calc(4 / 390 * 100vw);
        margin-top: calc(10 / 390 * 100vw);
    }

    .event-benefit-template .c-product__badge {
        padding: max(2px, calc(2 / 390 * 100vw)) max(6px, calc(6 / 390 * 100vw));
        font-size: max(10px, calc(10 / 390 * 100vw));
        line-height: 1.4;
        border-radius: max(2px, calc(2 / 390 * 100vw));
    }

    .event-benefit-template .c-product__badge--limit-membership {
    }

    .event-benefit-template .c-product__badge--normal-membership {
    }

    .event-benefit-template .c-product__badge--sale {
    }

    .event-benefit-template .c-product__badge--time-deal {
    }

    .event-benefit-template .c-product__care-service {
        gap: max(2px, calc(2 / 390 * 100vw)) 0px;
        padding: calc(8 / 390 * 100vw) calc(12 / 390 * 100vw);
        margin-top: calc(12 / 390 * 100vw);
        border-radius: max(4px, calc(4 / 390 * 100vw));
    }

    .event-benefit-template .c-product__care-service-title {
        font-size: max(11px, calc(11 / 390 * 100vw));
        line-height: 181.818%;
        letter-spacing: calc(-0.22em / 11);
    }

    .event-benefit-template .c-product__care-service-list {
        gap: calc(4 / 390 * 100vw) calc(16 / 390 * 100vw);
        margin-top: max(2px, calc(2 / 390 * 100vw));
    }

    .event-benefit-template .c-product__care-service-item {
        font-size: max(10px, calc(10 / 390 * 100vw));
        line-height: 138.462%;
    }

    .event-benefit-template .c-product__care-service-item::after {
        height: max(8px, calc(8 / 390 * 100vw));
    }

    .event-benefit-template .c-product__info {
        margin-top: max(8px, calc(12 / 390 * 100vw));
    }

    .event-benefit-template.iphone.safari .c-product__info {
        word-break: break-all;
    }

    .event-benefit-template.iphone.safari .c-product__name {
        word-break: break-all;
    }

    .event-benefit-template .c-product__name {
        font-size: max(12px, calc(16 / 390 * 100vw));
        line-height: 138.462%;
        letter-spacing: calc(-0.2em / 16);
    }

    .event-benefit-template .c-product__model-id {
        margin-top: max(4px, calc(4 / 390 * 100vw));
        font-size: max(13px, calc(13 / 390 * 100vw));
        line-height: 138.462%;
    }

    .event-benefit-template .c-product__price-area {
        margin-top: calc(12 / 390 * 100vw);
    }

    .event-benefit-template .c-product__price-list {
        gap: max(2px, calc(2 / 390 * 100vw)) max(6px, calc(6 / 390 * 100vw));
    }
    .event-benefit-template .c-product__price-list--one-time-purchase {
    }
    .event-benefit-template .c-product__price-list--subscription {
    }

    .event-benefit-template .c-product__price-item {
        column-gap: max(4px, calc(4 / 390 * 100vw));
        align-items: baseline;
    }

    .event-benefit-template .c-product__price-label--subscription {
    }

    .event-benefit-template .c-product__price-item--final {
    }

    .event-benefit-template .c-product__price-label--final {
        font-size: max(11px, calc(11 / 390 * 100vw));
        line-height: 1;
    }

    .event-benefit-template .c-product__price-value {
    }

    .event-benefit-template .c-product__price-value--fianl {
        font-size: max(12px, calc(14 / 390 * 100vw));
        line-height: 136.842%;
        letter-spacing: calc(-0.4em / 14);
    }

    .event-benefit-template .c-product__unit {
        font-size: calc(16 / 390 * 100vw);
        line-height: 137.5%;
        letter-spacing: calc(-0.2em / 16);
    }

    .event-benefit-template .c-product__price-item--member {
        font-size: calc(15 / 390 * 100vw);
        line-height: 1.2;
        letter-spacing: calc(-0.4em / 15);
    }
    .event-benefit-template .c-product__price-item--original {
        font-size: max(12px, calc(13 / 390 * 100vw));
        line-height: 1.5;
        letter-spacing: calc(-0.2em / 12);
    }

    .event-benefit-template .c-product__price-value del {
    }

    .event-benefit-template .c-product__price-item--final .c-product__price-value strong {
        font-size: calc(14 / 390 * 100vw);
        font-weight: 600;
        line-height: 120%;
        letter-spacing: calc(-0.4em / 14);
    }
    .event-benefit-template .c-product__info-container {
    }
    .event-benefit-template .c-product__actions {
        gap: calc(6 / 390 * 100vw);
        margin-top: calc(16 / 390 * 100vw);
    }

    .event-benefit-template .c-product__actions a {
        padding: calc(6 / 390 * 100vw) calc(12 / 390 * 100vw);
        font-size: calc(13 / 390 * 100vw);
        line-height: 138.462%;
    }

    .event-benefit-template .c-product__actions a.sold-out {
    }

    .event-benefit-template .c-product__actions a.sold-out::after {
    }

    .event-benefit-template .c-product__item--loading .c-product__image-wrapper,
    .c-product__item--loading .c-product__name,
    .c-product__item--loading .c-product__model-id {
    }

    .event-benefit-template .c-product__item--loading .c-product__name {
        height: calc(44 / 390 * 100vw);
    }

    .event-benefit-template .c-product__item--loading .c-product__model-id {
        height: calc(18 / 390 * 100vw);
    }

    .event-benefit-template .c-product__item--sold-out {
    }

    .event-benefit-template .c-product__item--sold-out > span > a {
    }

    .event-benefit-template .c-product__item--sold-out .c-product__visual::after {
        font-size: calc(16 / 390 * 100vw);
    }
    .event-benefit-template .c-product__sold-out-icon {
        margin-top: calc(10 / 390 * 100vw);
        padding-left: calc(18 / 390 * 100vw);
        font-size: calc(14 / 390 * 100vw);
        letter-spacing: calc(-0.4em/14);
    }

    .event-benefit-template .c-product__sold-out-icon::before {
        width: calc(16 / 390 * 100vw);
        height: calc(16 / 390 * 100vw);
    }
}
/* // 기본 형태(작은 세로형) */

/* 가로 기본 형태 */
.event-benefit-template .c-product__list--only-horizontal {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
}
.event-benefit-template .c-product__list--only-horizontal .c-product__visual {
    padding: calc(14 / 210 * 100%);
}
.event-benefit-template .c-product__list--only-horizontal .c-product__info-container a:has(.c-product__info) {
    order: 1;
}
.event-benefit-template .c-product__list--only-horizontal .c-product__actions {
    justify-content: flex-start;
    margin-top: 12px;
}
.event-benefit-template .c-product__list--only-horizontal .c-product__info {
    margin-top: 0;
}
.event-benefit-template .c-product__list--only-horizontal .c-product__badge-container {
    order: 3;
}
.event-benefit-template .c-product__list--only-horizontal .c-product__care-service {
    order: 4;
}

.event-benefit-template .c-product__list--only-horizontal span[data-prdvalue] {
    display: flex;
    column-gap: 24px;
}

.event-benefit-template .c-product__list--only-horizontal span[data-prdvalue] > a {
    flex-basis: 210px;
}

.event-benefit-template .c-product__list--only-horizontal .c-product__info-container {
    flex-basis: 408px;
}
.event-benefit-template .c-product__list--only-horizontal .c-product__sold-out-icon {
    order: 3;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-product__list--only-horizontal {
        grid-template-columns: 1fr;
    }
    .event-benefit-template .c-product__list--only-horizontal span[data-prdvalue] {
        display: flex;
        column-gap: calc(12 / 390 * 100vw);
    }
    .event-benefit-template .c-product__list--only-horizontal span[data-prdvalue] > a {
        flex-basis: calc(120 / 390 * 100vw);
    }
    .event-benefit-template .c-product__list--only-horizontal .c-product__info-container {
        flex-basis: calc(218 / 390 * 100vw);
    }
    .event-benefit-template .c-product__list--only-horizontal .c-product__visual {
        padding: calc(10 / 390 * 100vw);
    }
    .event-benefit-template .c-product__list--only-horizontal .c-product__info-container a:has(.c-product__info) {
    }
    .event-benefit-template .c-product__list--only-horizontal .c-product__actions {
        order: initial;
        margin-top: calc(10 / 390 * 100vw);
    }
    .event-benefit-template .c-product__list--only-horizontal .c-product__info {
    }
    .event-benefit-template .c-product__list--only-horizontal .c-product__badge-container {
        margin-top: calc(10 / 390 * 100vw);
    }
    .event-benefit-template .c-product__list--only-horizontal .c-product__care-service {
        margin-top: calc(10 / 390 * 100vw);
    }
}
/* // 가로 기본 형태 */

/* 썸네일 커스텀. PC 풀 가로, MO 풀 세로 */
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical {
    grid-template-columns: 1fr;
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__item {
    margin-bottom: 32px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow:
        0 0 1px 0 rgba(33, 39, 49, 0.28),
        0 2px 8px 0 rgba(33, 39, 49, 0.05);
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical span[data-prdvalue] {
    display: flex;
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical span[data-prdvalue] > a {
    flex-basis: 328px;
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__info-container {
    flex-basis: 818px;
    justify-content: center;
    padding: calc(40 / 1146 * 100%);
}
.event-benefit-template
    .c-product__list--thumnail-custom-pc-horizontal-mo-vertical
    .c-product__info-container
    a:has(.c-product__info) {
    order: 1;
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__visual {
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__image-wrapper {
    width: 100%;
    height: 100%;
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__actions {
    justify-content: flex-start;
    margin-top: 12px;
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__info {
    margin-top: 0;
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__badge-container {
    order: 4;
    margin-top: 12px;
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__care-service {
    order: 4;
}
.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__care-service-title {
    min-width: 51.5%;
    max-width: 51.5%;
}


.event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__sold-out-icon {
    order: 3;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical {
        grid-template-columns: 1fr;
    }
    .event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__item {
        margin-bottom: calc(24 / 390 * 100vw);
        overflow: hidden;
        border-radius: calc(8 / 390 * 100vw);
    }
    .event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical span[data-prdvalue] {
        flex-direction: column;
        column-gap: 0;
    }
    .event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical span[data-prdvalue] > a {
        flex-basis: initial;
    }
    .event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__info-container {
        flex-basis: initial;
        padding: calc(20 / 390 * 100vw);
    }
    .event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__visual {
        padding: 0;
    }
    .event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__actions {
        justify-content: center;
        margin-top: 0;
    }
    .event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__info {
        margin-top: calc(12 / 390 * 100vw);
    }
    .event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__badge-container {
        order: 3;
        margin-top: calc(12 / 390 * 100vw);
    }
    .event-benefit-template .c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__care-service-title {
        min-width: initial;
        max-width: initial;
    }
}
/* // 썸네일 커스텀. PC 풀 가로, MO 풀 세로 */

/* PC 가로 1컬럼, MO 세로 형태 */
.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical {
    grid-template-columns: 1fr;
}
.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
}
.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__visual {
    padding: calc(14 / 210 * 100%);
}
.event-benefit-template
    .c-product__pc-horizontal-1column-mo-vertical
    .c-product__info-container
    a:has(.c-product__info) {
    order: 1;
}
.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__actions {
    margin-top: 12px;
}
.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__info {
    margin-top: 0;
}
.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__badge-container {
    order: 3;
}
.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__care-service {
    order: 4;
}

.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical span[data-prdvalue] {
    display: flex;
    column-gap: 24px;
}

.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical span[data-prdvalue] > a {
    flex-basis: 210px;
}

.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__info-container {
    flex-basis: 408px;
}
.event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__sold-out-icon {
    order: 3;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-product__pc-horizontal-1column-mo-vertical {
        grid-template-columns: 1fr 1fr;
    }
    .event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__visual {
        padding: calc(14 / 390 * 100vw);
    }
    .event-benefit-template
        .c-product__pc-horizontal-1column-mo-vertical
        .c-product__info-container
        a:has(.c-product__info) {
        order: initial;
    }
    .event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__actions {
        order: initial;
        margin-top: 12px;
    }
    .event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__info {
        margin-top: max(8px, calc(12 / 390 * 100vw));
    }
    .event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__badge-container {
        order: initial;
    }
    .event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__care-service {
        order: initial;
    }

    .event-benefit-template .c-product__pc-horizontal-1column-mo-vertical span[data-prdvalue] {
        flex-direction: column;
    }

    .event-benefit-template .c-product__pc-horizontal-1column-mo-vertical span[data-prdvalue] > a {
        flex-basis: 210px;
    }

    .event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__info-container {
        flex-basis: initial;
    }
    .event-benefit-template .c-product__pc-horizontal-1column-mo-vertical .c-product__sold-out-icon {
        order: initial; /* TODO : 해당 케이스 품절 아이콘 위치 확인 필요 */
    }
}
/* // PC 가로 1컬럼, MO 세로 형태 */

/* ===================
// Product API
==================== */

/* 유의사항 */
.event-benefit-template .l-notice {
    margin-top: 48px;
}
.event-benefit-template .l-notice .c-toggle__data {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .l-notice .c-toggle__btn-wrap {
        margin: 0 calc(20 / 390 * 100vw) 0;
    }

    .event-benefit-template .l-notice .c-toggle__btn-wrap.on {
        margin: 0 calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
    }

    .event-benefit-template .l-notice .c-toggle__data {
        margin: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
    }
    .event-benefit-template .l-notice {
        margin-top: calc(24 / 390 * 100vw);
    }
}
/* // 유의사항 */

/* main KV */
.event-benefit-template .main-kv-video {
    display: block;
    width: 100%;
}
.event-benefit-template .main-kv {
    position: relative;
    aspect-ratio: 1380/740;
}
.event-benefit-template .main-kv__img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .main-kv {
        aspect-ratio: 1380/740;
    }
}
/* // main KV */

/* ==============
TAB
================ */

/* TAB 공통 */
.event-benefit-template .c-tab__content .c-tab__panel:focus {
    outline: none;
}
.event-benefit-template .c-tab__content .c-tab__panel:focus-visible {
    outline-offset: -3px;
}
/* // TAB 공통 */

/* sticky tab */
.event-benefit-template .c-tab--main-sticky {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.event-benefit-template .c-tab--main-sticky .c-tab__inner {
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.event-benefit-template .c-tab--main-sticky .c-tab__list {
    display: flex;
    width: 100%;
    max-width: 1146px;
    margin: 0 10px;
    height: 60px;
    overflow-x: auto;
    border-bottom: solid 1px #eff0f2;
}

.event-benefit-template .c-tab--main-sticky .c-tab__item {
    flex: 1;
    position: relative;
    display: flex;
    column-gap: 24px;
    justify-content: center;
}

.event-benefit-template .c-tab--main-sticky .c-tab__item.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #111;
}

.event-benefit-template .c-tab--main-sticky .c-tab__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    color: #505050;
    text-align: center;
    letter-spacing: -0.4px;
    white-space: nowrap;
    transition: color 0.3s;
}

.event-benefit-template .c-tab__item.active .c-tab__link {
    font-weight: 600;
    color: #111;
}

@container full-width-area (max-width: 1379px) {
    .event-benefit-template .c-tab--main-sticky .c-tab__list {
        /* padding: 0 20px; */
    }
}

@container article-area (max-width: 1165px) {
    .event-benefit-template .c-tab--main-sticky .c-tab__link {
        padding: 0 calc(40 / 1165 * 100vw);
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .c-tab--main-sticky {
        top: 56px;
    }

    .header.helloBar ~ .container .event-benefit-template .c-tab--main-sticky {
        top: 98px;
    }

    .event-benefit-template .c-tab--main-sticky .c-tab__list {
        column-gap: calc(24 / 390 * 100vw);
        height: calc(48 / 390 * 100vw);
        padding: 0 calc(20 / 390 * 100vw);
        margin: 0;
    }

    .event-benefit-template .c-tab--main-sticky .c-tab__link {
        font-size: calc(14 / 390 * 100vw);
        text-align: center;
    }
}
/* // sticky tab */

/* Round Tab */
.event-benefit-template .c-tab--round {
    margin-bottom: 32px;
}
.event-benefit-template .c-tab--round .c-tab__inner {
    display: flex;
}
.event-benefit-template .c-tab--round .c-tab__inner:has(.c-tooltip) {
    align-items: flex-end;
}
.event-benefit-template .c-tab--round .c-tab__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
}
.event-benefit-template .c-tab--round .c-tab__item {
    position: relative;
    height: 40px;
    background-color: transparent;
    border: 1px solid #dee1e5;
    border-radius: 100px;
    transition: background-color 0.3s;
}
.event-benefit-template .c-tab--round .c-tab__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111;
}
.event-benefit-template .c-tab--round .c-tab__item.active {
    background-color: #111;
    border-color: #111;
}
.event-benefit-template .c-tab--round .c-tab__item.active .c-tab__link {
    font-weight: 600;
    color: #fff;
}
.event-benefit-template .c-tab--round .c-tab__inner .c-tooltip {
    display: none;
}
.event-benefit-template .c-tab--round:has(.c-tab__item:last-child.active) .c-tooltip {
    display: inline-flex;
    white-space: nowrap;
}
.event-benefit-template .tab_wrap3 + .c-tab__content .c-tab__panel {
    display: none;
}
.event-benefit-template .tab_wrap3 + .c-tab__content .c-tab__panel.active {
    display: block;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-tab--round {
        padding: calc(8 / 390 * 100vw) 0;
        margin-bottom: calc(12 / 390 * 100vw);
    }
    .event-benefit-template .c-tab--round .c-tab__inner {
    }
    .event-benefit-template .c-tab--round .c-tab__list {
        gap: calc(8 / 390 * 100vw);
        width: 100%;
        padding: 0 calc(20 / 390 * 100vw);
        overflow-x: auto;
        white-space: nowrap;
    }
    .event-benefit-template .c-tab--round .c-tab__item {
        height: calc(36 / 390 * 100vw);
    }
    .event-benefit-template .c-tab--round .c-tab__link {
        padding: 0 calc(14 / 390 * 100vw);
        font-size: calc(13 / 390 * 100vw);
        font-weight: 600;
        line-height: 138.462%;
    }
}

.event-benefit-template .c-tab--tooltip .c-tab__list {
    display: inline-flex;
}
/* // Round Tab */
/* ==============
// TAB
================ */

/* article main banner */
.c-article-main-banner {
    position: relative;
    padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .c-article-main-banner {
        padding: 0 calc(20 / 390 * 100vw) calc(24 / 390 * 100vw);
    }
    .c-article-main-banner--full-width {
        padding: 0 0 calc(24 / 390 * 100vw);
    }
}
/* // article main banner */

/* swiper common */
.event-benefit-template .swiper-container-wrap {
    position: relative;
    overflow: hidden;
}
.event-benefit-template .swiper-wrapper {
    display: flex;
}
.event-benefit-template .swiper-slide {
    flex-shrink: 0;
    background-color: transparent;
}

.event-benefit-template .swiper-container-wrap .swiper-pagination-bullets {
    position: relative;
    bottom: initial;
    display: flex;
    justify-content: center;
    padding-top: 16px;
}

.event-benefit-template .swiper-container-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: transparent;
    opacity: 1;
}

.event-benefit-template .swiper-container-wrap .swiper-pagination-bullets .swiper-pagination-bullet::after {
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    background-color: #727780;
    border-radius: 50px;
}

.event-benefit-template .swiper-container-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: transparent;
    opacity: 1;
}

.event-benefit-template .swiper-container-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #111;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .hidden-mo {
        display: none !important;
    }

    .event-benefit-template .swiper-slide {
        background-color: transparent;
    }

    .event-benefit-template .swiper-container .swiper-pagination-bullets {
        gap: 0;
        padding-top: calc(36 / 720 * 100vw);
    }

    .event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
        width: clamp(24px, calc(30 / 720 * 100vw), 48px);
        height: clamp(24px, calc(30 / 720 * 100vw), 48px);
    }

    .event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet::after {
        width: clamp(8px, calc(16 / 720 * 100vw), 16px);
        height: clamp(8px, calc(16 / 720 * 100vw), 16px);
    }

    .event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: clamp(30px, calc(48 / 720 * 100vw), 80px);
    }

    .event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
        width: clamp(15px, calc(30 / 720 * 100vw), 30px);
    }
}
/* // swiper common */

/* text Dimmer */
.text-dimmer {
    position: relative;
    overflow: hidden;
}

.text-dimmer::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;

    color: #fff;
    letter-spacing: -0.56px;
    content: '혜택 종료';
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
    .text-dimmer::before {
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        color: #fff;
        letter-spacing: -0.64px;
    }
}
/* // Text Dimmer */

/* Tooltip */
[role='tablist'] + .c-tooltip {
    margin-left: 16px;
}
.event-benefit-template .tooltip-wrap {
    font-size: 16px;
}
.event-benefit-template .tooltip-wrap .tooltip_desc {
    padding-top: 20px;
    padding-bottom: 15px;
}
.event-benefit-template .tooltip-wrap .tooltip-box .bullet-list {
    margin-top: 0;
}
.event-benefit-template .tooltip-wrap a {
    color: #2847bb;
}
@media screen and (max-width: 767px) {
    [role='tablist'] + .c-tooltip {
        margin-right: calc(20 / 390 * 100vw);
        margin-left: 0;
    }
    .event-benefit-template .tooltip-wrap .tooltip_desc {
        padding-bottom: 15px;
        font-size: 14px;
    }
}
/* // Tooltip */

/* c-badge */
.event-benefit-template .c-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    height: 24px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    color: #fff;
    background-color: #111;
    border-radius: 4px;
}
.event-benefit-template .c-badge--red {
    background-color: #ea1917;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-badge {
        height: calc(20 / 390 * 100vw);
        padding: 0 calc(6 / 390 * 100vw);
        margin: 0 0 calc(16 / 390 * 100vw) calc(20 / 390 * 100vw);
        font-size: clamp(10px, calc(11 / 390 * 100vw), 22px);
        border-radius: calc(4 / 390 * 100vw);
    }

    .event-benefit-template .c-badge:has(+ .c-title),
    .event-benefit-template .c-badge:has(+ .c-sub-title) {
        margin-bottom: calc(12 / 390 * 100vw);
    }
}
/* // c-badge */

/* c-title */
.event-benefit-template .c-title {
    display: flex;
    flex-direction: column;
    max-width: 1146px;
    padding: 24px 0 32px;
    margin: 0 auto;
    text-align: left;
}

.event-benefit-template .c-title:has(.c-title__main-title--icon) {
    row-gap: 2px;
}

.event-benefit-template .c-title--only-help-center.c-title--only-help-center {
    z-index: 3;
    display: flex;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 40px;
}
.event-benefit-template .c-title--only-help-center .bullet-list {
    margin-top: 0;
}

.event-benefit-template .c-title__main-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3333;
    color: #111;
    letter-spacing: 0.5px;
}

.event-benefit-template .c-title__main-title--white {
    color: #fff;
}

.event-benefit-template .c-title__main-title--icon {
    display: flex;
    align-items: center;
    height: 64px;
    padding-left: 72px;
    background-size: contain;
}

.event-benefit-template .c-title__desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    color: #727780;
    letter-spacing: -0.2px;
}

.event-benefit-template .c-title--white .c-title__main-title,
.event-benefit-template .c-title--white .c-title__desc {
    color: #fff;
}

@container full-width-area (max-width: 1165px) {
    .event-benefit-template .c-title {
    }

    .event-benefit-template .main-specials .c-title--only-help-center.c-title--only-help-center {
        padding-bottom: calc(32 / 999 * 100%);
    }

    .event-benefit-template .c-title__main-title {
        font-size: calc(24 / 1165 * 100vw);
    }

    .event-benefit-template .c-title__desc {
        font-size: calc(16 / 1165 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .c-title {
        padding: 0 calc(20 / 390 * 100%) calc(24 / 390 * 100%);
    }

    .event-benefit-template .c-title:has(.c-title__main-title--icon) {
        row-gap: calc(8 / 780 * 100vw);
    }

    .event-benefit-template .c-title__main-title {
        font-size: calc(19 / 390 * 100vw);
        font-weight: 600;
        line-height: 1.3684;
        letter-spacing: calc(-0.4em / 19);
    }
    .event-benefit-template .c-title__main-title--icon {
        align-items: flex-end;
        height: calc(64 / 780 * 100vw);
        padding-left: calc(78 / 780 * 100vw);
        background-size: contain;
    }

    .event-benefit-template .c-title__desc {
        margin-top: calc(4 / 390 * 100vw);
        font-size: calc(14 / 390 * 100vw);
        line-height: 1.42857;
        letter-spacing: normal;
    }
}
/* // c-title */

/* c-sub-title */
.event-benefit-template .c-sub-title {
    display: flex;
    flex-direction: column;
    margin: 20px 0 24px;
}
.event-benefit-template .c-sub-title__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #111;
    letter-spacing: -0.4px;
}
.event-benefit-template .c-sub-title__desc {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #727780;
    letter-spacing: -0.2px;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-sub-title {
        margin: 0 calc(20 / 390 * 100%) calc(24 / 390 * 100%);
    }
    .event-benefit-template .c-sub-title__title {
        font-size: calc(19 / 390 * 100vw);
        font-weight: 600;
        line-height: 1.368;
        letter-spacing: calc(-0.4em / 19);
    }
    .event-benefit-template .c-sub-title__desc {
        margin-top: calc(4 / 390 * 100vw);
        font-size: calc(14 / 390 * 100vw);
        line-height: 1.4285;
        letter-spacing: normal;
    }
}
/* // c-sub-title */

/* tooltip */
.event-benefit-template .c-tooltip {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    color: #444;
}

.event-benefit-template .c-tooltip:has(.tooltip-wrap) {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: fit-content;
    padding-left: 0;
    background: none;
}

.event-benefit-template .c-tooltip .tooltip-wrap {
    padding: 0;
    margin: 0;
}

.event-benefit-template .c-tooltip .tooltip-wrap .ui_tooltip-target {
    width: 24px;
    height: 100%;
    background: url('/kr/event/2025/10/01_wonderful_sale/images/icon-tooltip-gray.svg') no-repeat;
    background-position: center;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-tooltip {
        width: fit-content;
        font-size: calc(13 / 390 * 100vw);
        font-weight: 600;
        line-height: 138.462%;
        letter-spacing: normal;
        background-size: clamp(14px, calc(25 / 780 * 100vw), 25px);
    }
    .event-benefit-template .c-tooltip .tooltip-wrap {
        display: block;
        width: clamp(24px, calc(24 / 390 * 100vw), 48px);
        height: clamp(24px, calc(24 / 390 * 100vw), 48px);
    }
    .event-benefit-template .c-tooltip .tooltip-wrap .tooltip-box {
        top: 16px;
        right: 16px;
        left: -52vw;
        min-width: calc(600 / 780 * 100vw);
    }

    .event-benefit-template .c-tooltip .tooltip-wrap .ui_tooltip-target {
        width: clamp(24px, calc(24 / 390 * 100vw), 48px);
        height: clamp(24px, calc(24 / 390 * 100vw), 48px);
        background: url('/kr/event/2025/10/01_wonderful_sale/images/icon-tooltip-gray.svg') no-repeat;
        background-position: center;
        background-size: 100%;
    }
}
/* // tooltip */

/* custom-horizontal-scroll-slider */
.custom-horizontal-scroll-slider__nav-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #dee2e6;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    transition:
        background-color 0.2s,
        box-shadow 0.2s,
        opacity 0.2s;
}
.custom-horizontal-scroll-slider__nav-button:hover {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.custom-horizontal-scroll-slider__nav-button:focus-visible {
    outline: 3px solid #007bff !important;
    outline-offset: 2px !important;
}

.custom-horizontal-scroll-slider__nav-button--prev {
    left: -20px;
}
.custom-horizontal-scroll-slider__nav-button--next {
    right: -20px;
}
.custom-horizontal-scroll-slider__nav-button--disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.3;
}
.custom-horizontal-scroll-slider__nav-button-icon {
    width: 20px;
    height: 20px;
    fill: #333;
}

.custom-horizontal-scroll-slider__content-wrapper {
    display: flex;
    column-gap: 24px;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
}
.custom-horizontal-scroll-slider__content-wrapper::-webkit-scrollbar {
    display: none;
}
.custom-horizontal-scroll-slider__content-wrapper--active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.custom-horizontal-scroll-slider__item:focus-visible {
    outline: 3px solid #007bff !important;
    outline-offset: -3px !important;
}

.custom-horizontal-scroll-slider__scrollbar {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-top: 24px;
}

.custom-horizontal-scroll-slider:has(+ .c-tab) .custom-horizontal-scroll-slider__scrollbar,
.custom-horizontal-scroll-slider:has(+ .c-product) .custom-horizontal-scroll-slider__scrollbar
{
    margin-bottom: 48px;
}

.custom-horizontal-scroll-slider__scrollbar-track {
    position: relative;
    width: 204px;
    height: 4px;
    background-color: #f2f2f2;
}

.custom-horizontal-scroll-slider__scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    cursor: grab;
    background-color: #111;
    transition:
        transform 0.1s ease-out,
        width 0.1s ease-out;
}

.custom-horizontal-scroll-slider__scrollbar-thumb::before {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    content: '';
    background-color: transparent;
}

.custom-horizontal-scroll-slider__scrollbar-thumb--active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
@media screen and (max-width: 767px) {
    .custom-horizontal-scroll-slider__content-wrapper {
        column-gap: calc(12 / 390 * 100vw);
        padding: 0 calc(20 / 390 * 100vw);
    }
    .custom-horizontal-scroll-slider:has(+ .c-tab),
    .custom-horizontal-scroll-slider:has(+ .c-product){
        padding-bottom: calc(24 / 390 * 100vw);
    }
}
/* // custom-horizontal-scroll-slider */

/* horizen-scroll-bar */
@media screen and (min-width: 768px) {
    .c-custom-scrollbar {
        -webkit-overflow-scrolling: touch; /* iOS에서 부드러운 스크롤 */
    }

    .c-custom-scrollbar::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .c-custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .c-custom-scrollbar::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .c-custom-scrollbar::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
}
/* // horizen-scroll-bar */

/* divider */
.event-benefit-template .c-divider {
    display: none;
    width: 100%;
    height: 8px;
    background-color: #f3f5f7;
    border: none;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-divider {
        display: block;
        height: calc(10 / 390 * 100vw);
    }
}
/* // divider */

/* timer */
.event-benefit-template .c-timer__num {
    display: inline-flex;
}

.event-benefit-template .c-timer--type2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 505px;
    margin: 24px 32px;
}

.event-benefit-template .c-timer--type2 .c-timer__item {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 32px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    backdrop-filter: blur(4px);
}

.event-benefit-template .c-timer--type2 .c-timer__label {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #111;
}

.event-benefit-template .c-timer--type2 .c-timer__contents {
    display: flex;
    font-weight: 800;
    column-gap: 4px;
}
.event-benefit-template .c-timer--type2 .c-timer__num {
    column-gap: 4px;
    align-items: center;
}
.event-benefit-template .c-timer--type2 .c-timer__num-inner {
    min-width: 44px;
    padding: 4px 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-align: right;
    letter-spacing: -0.36px;
    background-color: #fff;
    border-radius: 4px;
}

.event-benefit-template .c-timer--type2 .c-timer__unit {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    color: #39263a;
    letter-spacing: -0.32px;
}

@media screen and (max-width: 767px) {
    .event-benefit-template .c-timer {
    }
    .event-benefit-template .c-timer--type2 {
        position: static;
        width: 100%;
        padding: calc(24 / 390 * 100vw) calc(20 / 390 * 100vw);
        margin: 0;
    }
    .event-benefit-template .c-timer--type2 .c-timer__item {
        display: flex;
        gap: initial;
        justify-content: space-between;
        padding: calc(12 / 390 * 100vw) calc(16 / 390 * 100vw);
        border-radius: calc(8 / 390 * 100vw);
    }

    .event-benefit-template .c-timer--type2 .c-timer__contents {
        color: #fff;
    }
    .event-benefit-template .c-timer--type2 .c-timer__label {
        font-size: max(10px, calc(12 / 390 * 100vw));
        font-weight: 700;
        line-height: 166.667%;
        color: #fff;
    }
    .event-benefit-template .c-timer__num {
        display: inline-flex;
    }
    .event-benefit-template .c-timer--type2 .c-timer__num-inner {
        min-width: calc(38 / 390 * 100vw);
        padding: 2px calc(8 / 390 * 100vw);
        font-size: calc(16 / 390 * 100vw);
        line-height: 140%;
        letter-spacing: calc(-0.32em / 16);
        border-radius: calc(4 / 390 * 100vw);
    }

    .event-benefit-template .c-timer--type2 .c-timer__unit {
        font-size: max(10px, calc(10 / 390 * 100vw));
        letter-spacing: calc(-0.2em / 10);
    }
}
/* // timer */

/* 아이템 더보기 기능 */
.event-benefit-template .limit-view__wrap .limit-view__list {
    row-gap: 0;
}
.event-benefit-template .limit-view__list > li {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.5s ease-out,
        opacity 0.5s ease-out,
        margin-bottom 0.5s ease-out;
}

.event-benefit-template .limit-view__list > li.is-visible {
    max-height: 1000px;
    margin-bottom: 20px;
    opacity: 1;
}

.event-benefit-template .limit-view__list > li[style*='--item-delay'] {
    transition-delay: var(--item-delay, 0s);
}
/* // 아이템 더보기 기능 */

/* toggle */
.c-toggle__btn-wrap {
    text-align: center;
}
.c-toggle__btn-wrap.on .c-toggle__btn::after {
    transform: rotate(180deg);
}
.c-toggle__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #111;
    text-align: center;
}

.c-toggle__btn--text::after {
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    content: '';
    background: url(/kr/event/2025/10/01_wonderful_sale/images/icon-line-chervron-down-black.svg) no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.3s;
}
.c-toggle__btn--text-white {
    color: #fff;
}
.c-toggle__btn--text-white::after {
    background: url(/kr/event/2025/10/01_wonderful_sale/images/icon-line-chervron-down-white.svg) no-repeat;
}

.c-toggle__data {
    position: relative;
    display: none;
}
.c-toggle__btn.on + .c-toggle__data,
.c-toggle__btn-wrap.on + .c-toggle__data {
    display: block;
    margin-top: calc(60 / 1000 * 100%);
}
.c-toggle__btn-wrap.on + .c-toggle__data--multi-benefit {
    z-index: -1;
    margin-top: -18px;
}
.c-toggle__data:has(+ .c-toggle__btn.on) {
    display: block;
}
@media screen and (max-width: 767px) {
    .c-toggle__btn {
        padding-right: calc(16 / 390 * 100vw);
        font-size: calc(13 / 390 * 100vw);
        line-height: 138.462%;
    }
    .c-toggle__btn--text::after {
        width: calc(12 / 390 * 100vw);
        height: calc(12 / 390 * 100vw);
    }
    .c-toggle__btn.on + .c-toggle__data,
    .c-toggle__btn-wrap.on + .c-toggle__data {
    }
    .c-toggle__btn-wrap.on + .c-toggle__data--multi-benefit {
        margin-top: -1.5%;
    }
}
/* // toggle */
