/* ============================= */
/* 공통 커스텀 */
/* ============================= */
.c-tooltip--normal-ranking {
    .tooltip-box {
        left: 0 !important;
        @media screen and (max-width: 767px) {
            right: calc(20 * var(--ratio));
            left: calc(20 * var(--ratio)) !important;
        }
    }
}
/* ============================= */
/* // 공통 커스텀 */
/* ============================= */


/* ============================= */
/* 개별 영역 */
/* ============================= */
.event-benefit-template {

.coupon-area {
    .l-article__inner {
        gap: 0;
    }
}

.event-banner-area {
    .event-banner-area__linker {
        position: absolute;
    }
    .event-banner-area__linker-01 {
        top: -3%;
        left: 5%;
        width: 91%;
        height: 52%;
    }
    .event-banner-area__linker-02 {
        top: 49.3%;
        left: 5%;
        width: 91%;
        height: 52%;
    }
}

/* [id="coupon"] {
    .evt-cont.noti-cont {
        display:none;
    }
    .evt-cont {
        padding-bottom: calc(12 * var(--ratio)) !important;
    }
    .title-box .title {
        margin-bottom: 0 !important;
    }
} */
}
