.event-benefit-template{

/* ================ */
/* 컴포넌트 */
/* ================ */
.c-preview-benefit {
    .c-preview-benefit__img {
        
    }
}

.c-tooltip {
    .tooltip-wrap {
        position: absolute;
        top: 66%;
        right: 38.2%;
    }
    .ui_tooltip-target {
        background: none;   
    }
    .tooltip-box {
        background-color: var(--primary-black);
    }
    .c-list__item {
        color: var(--lge-gray-g00);
    }
}

.c-only-com-first-membership {
    background-color: #f4f4f4;
    .c-only-com-first-membership__linker {
        position: absolute;
        width: 60%;
    }
    .c-only-com-first-membership__linker--1 {
        top: 67%;
        right: 20.2%;
        height: 9%;
    }
    .c-only-com-first-membership__linker--2 {
        top: 67%;
        right: 20.2%;
        height: 9%;
    }
    .c-only-com-first-membership__linker--3 {
        top: 67%;
        right: 20.2%;
        height: 9%;
    }
    .c-only-com-first-membership__linker--4 {
        top: 67%;
        right: 20.2%;
        height: 9%;
    }
}
/* ================ */
/* // 컴포넌트 */
/* ================ */


/* ================ */
/* 개별 영역 */
/* ================ */
.lg-electronics-subscription-care-tv {
    .c-toggle__btn {
        align-items: center;
        padding: calc(16 * var(--ratio)) calc(3 * var(--ratio)) calc(13 * var(--ratio));

        &::after {
            top: calc(26 * var(--ratio));
            right: calc(7 * var(--ratio));
        }
    }
    .c-toggle__svg {
        width: calc(24 * var(--ratio));
        height: calc(24 * var(--ratio));
    }
    .c-toggle__head-symbol {
        display: flex;
        align-items: center;
        width: calc(24 * var(--ratio));
        height: calc(23 * var(--ratio));
        margin-right: calc(8 * var(--ratio));
        padding-right: 0;
        img {
            width: 100%;
        }
    }
    .c-toggle__subject {
        font-weight: 700;
        color: #0f0f0f;
    }
    .c-toggle__content {
        border-radius: calc(6 * var(--ratio));
        margin-bottom: calc(20 * var(--ratio));
    }
    .c-toggle__txt {
        color: #111;
    }
    .c-toggle__txt strong{
        font-weight: 700;
        line-height: 1.4;
    }
    .c-toggle__desc {
        font-size: calc(13 * var(--ratio));
        line-height: 1.4;
        margin-top: calc(8 * var(--ratio));
        color: #444;
    }
}
.reasons-for-choosing-subscription {
    background-color: #f4f4f4;
}


.lg-electronics-subscription-care-tromm {

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