
/* ====================== */
/* 공통 */
/* ====================== */
.event-benefit-template{

.c-list--usp-desc {
    margin-top: calc(4 * var(--ratio));
    row-gap: calc(3 * var(--ratio));
    .c-list__item {
        position: relative;
        padding-left: calc(13 * var(--ratio));
        color: #444;
        font-size: calc(12 * var(--ratio));
        font-weight: 500;
        line-height: 140%;
        letter-spacing: calc(-0.48 * var(--ratio));

        &::before {
            top: calc(7 * var(--ratio));
            left: calc(3 * var(--ratio));
            width: calc(2 * var(--ratio));
            height: calc(2 * var(--ratio));
            border-radius: 100px;
            background-color: #444;
        }
    }
}

}

/* ====================== */
/* 공통 */
/* ====================== */



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

.benefit-preview {
    .benefit-preview__linker {
        position: absolute;
    }
    .benefit-preview__linker--01 {
        bottom: 0;
        left: 1%;
        width: 30%;
        height: 30%;
    }
    .benefit-preview__linker--02 {
        bottom: 0;
        left: 35%;
        width: 30%;
        height: 30%;
    }
    .benefit-preview__linker--03 {
        bottom: 0;
        left: 69%;
        width: 30%;
        height: 30%;
    }
}

.more-benefit-view {
    .c-custom-accordion__area--fade {
        height: calc(60 * var(--ratio));
        &::after {
            height: calc(89 * var(--ratio));
            top: auto;
            bottom: calc(-45 * var(--ratio));
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 8.33%, #FFF 61.35%);
        }
    }
    .c-custom-accordion__btn-wrap:has([aria-expanded="true"]) {
        margin-top: calc(32 * var(--ratio));
    }
}

.monitor-line-up {
    .swiper-slide {
        width: calc(270 * var(--ratio));
    }
}

.lg-monitor-compare-glance {
    background-color: #F0F0F0;

    .swiper-slide {
        width: calc(168 * var(--ratio));
    }

    .c-tab--3depth-type01 {
        .c-tab__inner {
            background-color: transparent;
        }
    }
}


}
/* ====================== */
/* // 개별 영역 처리 */
/* ====================== */