@charset "utf-8";

/* 공통 */

/* // 공통 */

/* 개별 처리 */
.event-benefit-template {
        .brand-intro__text {
        color: #444;
        font-family: Pretendard;
        font-size: calc(16 * var(--ratio));
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
        letter-spacing: calc(-0.32 * var(--ratio));
    }

    .c-button__icon--arrow-right-white {
        width: calc(16 * var(--ratio));
        height: calc(16 * var(--ratio));
        background: url(/kr/event/promotions/images/icon-new-line-chevron-down-white.svg) no-repeat;
        background-size: contain;
        transform: rotate(270deg);
    }
}
/* // 개별 처리 */
