/* 버튼 위치 */
/* .event-benefit-template a,
.event-benefit-template button {
    background-color: rgba(0,0,0,0.2);
} */
/* // 버튼 위치 */


/* ============================= */
/* 공통 커스텀 */
/* ============================= */
.event-benefit-template {

.c-coupon--orange{
    background-color: #F86626;

    .c-coupon__benefit{
        color: var(--gray-white);
    }
    .c-coupon__title-main {
        color: var(--gray-white);
    }
    .c-coupon__title-desc {
        color: var(--gray-white);
    }
    .c-coupon__button-text{
        color: var(--gray-white);
    }
}

}
/* ============================= */
/* // 공통 커스텀 */
/* ============================= */


/* ============================= */
/* 개별 영역 */
/* ============================= */
.event-benefit-template {

.coupong-service-at-a-glance {
    .swiper-container {
        padding:0;
    }
    .swiper-container {
        padding:0;
    }
    .swiper-slide {
        width: calc(350 * var(--ratio));
    }
}

.c-coupon__number {
    display: inline-flex;
    justify-content: center;
    width: calc(24 * var(--ratio));
}

}
/* ============================= */
/* // 개별 영역 */
/* ============================= */