
/* ============================= */
/* 공통 커스텀 */
/* ============================= */


/* ============================= */
/* 개별 영역 */
/* ============================= */
.event-benefit-template {
    .modetour-swiper {
        .swiper-container {
            padding:0;
        }
        .swiper-slide {
            width: calc(390 * var(--ratio));
        }
    }
    .c-coupon--green {
        background: #009C75;
    }
    .gap-20 {
        row-gap: var(--spacing-standard-flow);
    }
}
