/* 링크 위치 디버깅 */
/* .event-benefit-template a,
.event-benefit-template button {
    background-color: rgba(0,0,0,0.2);
} */
/* // 링크 위치 디버깅 */

/* ============================= */
/* 공통 커스텀 */
/* ============================= */
.event-benefit-template{

.c-toggle__content--box {
    background-color: #fff;
}

}
/* ============================= */
/* // 공통 커스텀 */
/* ============================= */


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

.benefit-preview {
    .benefit-preview__linker {
        position: absolute;
    }
    .benefit-preview__linker--01 {
        top: 70%;
        left: 1%;
        width: 30%;
        height: 27%;
    }
    .benefit-preview__linker--02 {
        top: 70%;
        left: 35%;
        width: 30%;
        height: 27%;
    }
    .benefit-preview__linker--03 {
        top: 70%;
        left: 69.1%;
        width: 30%;
        height: 27%;
    }
}

.more-benefit-view {
    .c-custom-accordion__area--fade {
        height: calc(80 * var(--ratio));

        &::after {
            height: calc(80 * var(--ratio));
            top: auto;
            bottom: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 59.93%, #000 100%);
        }
    }
    .c-custom-accordion__btn-wrap:has([aria-expanded="true"]) {
        margin-top: calc(32 * var(--ratio));
    }
}

.daily-25l-dehumidification-power {
    background-color: var(--lge-gray-g10);
    .swiper-slide {
        width: calc(342 * var(--ratio));
    }
}
}
/* ============================= */
/* // 개별 영역 */
/* ============================= */