/* ============================= */
/* 공통 커스텀 */
/* ============================= */
.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 {
        .title-box{
            display: none;
        }
        .evt-cont{padding:0 calc(40 * var(--ratio)) 0}
        .evt-cont.noti-cont{padding:0}
    }
}
