/* ================ */
/* #region 공통 커스텀 */
/* ================ */
.c-product__image-badge--custom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: calc(2 * var(--ratio));
    background-color: var(--gray-g10);
    color: var(--primary-active-red);
    text-align: center;
    font-size: calc(10 * var(--ratio));
    font-weight: 600;
    line-height: 220%;
    letter-spacing: -0.03em;
}
/* ================ */
/* #endregion */
/* ================ */


/* ================ */
/* #region 개별 영역 */
/* ================ */
.event-benefit-template {

.why-subscribing-dishwasher-is-more-convenient {
    .swiper-slide {
        width: calc(270 * var(--ratio));
    }
}

.max-benefit-applied-price {
    .max-benefit-applied-price__product-link {
        position: absolute;
        top: 77%;
        left: 22%;
        width: 57%;
        height: 8%;
    }
}

.lg-subscribe-video-area {
    .c-responsive-video {
        overflow: hidden;
        border-radius: calc(16 * var(--ratio));
    }
}

.lg-dios-dishwasher-compare {
    .swiper-slide {
        width: calc(171 * var(--ratio));
    }
}

.dishwasher-subscription-worry-free {
    .dishwasher-subscription-worry-free__content-wrap {
        display: flex;
        flex-direction: column;
        row-gap: calc(20 * var(--ratio));
    }
    .dishwasher-subscription-worry-free__content {
        display: flex;
        flex-direction: column;
        row-gap: calc(16 * var(--ratio));
    }
}

}
/* ================ */
/* #endregion */
/* ================ */