/* .event-benefit-template a,
.event-benefit-template button {
    background-color: rgba(0,0,0,0.2);
} */

/* ============================= */
/* 공통 커스텀 */
/* ============================= */

/* ============================= */
/* // 공통 커스텀 */
/* ============================= */


/* ============================= */
/* 개별 영역 */
/* ============================= */
.event-benefit-template {
    .gray-mode{
        background: #f4f4f4;
    }

    .bareunson {
        .swiper-slide {
            width: calc(342 * var(--ratio));
        }
    }

    .c-title--normal{
        row-gap: calc(12 * var(--ratio));
        .c-title__red{color: var(--01-Primary-Active-Red, #FD312E);}
    }

    .c-button__icon--arrow-white {
        width: calc(16 * var(--ratio));
        height: calc(16 * var(--ratio));
        background: url('/kr/event/promotions/images/icon-line-chervron-right-white.svg') no-repeat;
        background-position: center;
        background-size: calc(7 * var(--ratio)) calc(12 * var(--ratio));
    }
    
    div.c-list--normal p.c-list__item {padding: 0;
        &::before{
            display: none;
        }
    }

    .text-blue{
        color: #067F9D;
    }
}
/* ============================= */
/* // 개별 영역 */
/* ============================= */