/* .event-benefit-template a,
.event-benefit-template button {
    background-color: rgba(0,0,0,0.2);
} */

/* ============================= */
/* 공통 커스텀 */
/* ============================= */
.event-benefit-template {
.c-coupon--purple{
    background-color: #7E61DA;

    .c-coupon__benefit{
        color: var(--lge-gray-g00);
    }
    .c-coupon__title-main {
        color: var(--lge-gray-g00);
    }
    .c-coupon__title-desc {
        color: var(--lge-gray-g00);
    }
    .c-coupon__ico--coupon {
        background: url('/kr/event/promotions/images/icon-new-black-coupon.svg') center / calc(28 * var(--ratio)) no-repeat;
    }
    .c-coupon__button-text{
        color: var(--lge-gray-g00);
    }
}

.l-article__inner {
    row-gap: calc(20 * var(--ratio));
}

.c-toggle__caption {
    padding-top: calc(12 * var(--ratio));
    color: #000;
    font-size: calc(13 * var(--ratio));
    line-height: 138.462%;
    letter-spacing: calc(-0.26 * var(--ratio));
}

}
/* ============================= */
/* // 공통 커스텀 */
/* ============================= */


/* ============================= */
/* 개별 영역 */
/* ============================= */
.event-benefit-template {


}
/* ============================= */
/* // 개별 영역 */
/* ============================= */