@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');



.event-benefit-template .main-kv__img {
    display: none !important;
}
.event-benefit-template:has(.c-tab__item.active [data-target="sale"]) .main-kv__app {
    display: block !important;
}
.event-benefit-template:has(.c-tab__item.active [data-target="homestyle"]) .main-kv__home {
    display: block !important;
}
.event-benefit-template:has(.c-tab__item.active [data-target="contents"]) .main-kv__else {
    display: block !important;
}
.event-benefit-template:has(.c-tab__item.active [data-target="event"]) .main-kv__else {
    display: block !important;
}

.c-timer__button{
    position: absolute;
    width: 26%;
    height: 48%;
    top: 27%;
    left: 6%;
}

.main-kv__img{
    position: relative;
    .main-kv__timer_box{
        position: absolute;
        background: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        bottom: calc(24*var(--ratio));
        right: calc(35*var(--ratio));
        border-radius: calc(12*var(--ratio));
        width: calc(320*var(--ratio));
        height: calc(72*var(--ratio));
        box-shadow: 0px 0px calc(16*var(--ratio)) rgba(0, 0, 0, 0.08);
        .c-timer{
            position: absolute;
            right: 0;
            top: 0;
            .c-timer__content{
                font-size: calc(34 * var(--ratio));
                text-align: center;
                display: flex;
                flex-direction: row;
                gap: calc(12 * var(--ratio));
                margin: calc(13*var(--ratio)) calc(24*var(--ratio)) 0;
                .c-timer__box{
                display: flex;
                flex-direction: column;
                min-width: calc(48 * var(--ratio));
                min-height: calc(47 * var(--ratio));
                position: relative;
                }
            }
            .c-timer__unit{
                font-size: 0;
            }
            
            .c-timer__value{
            font-family: 'Google Sans Flex', sans-serif;
            font-weight: 600;
            }   
            .c-timer__box::after{
                content: " ";
                position: absolute;
                top: 0;
                right: calc(-10*var(--ratio));
                width: calc(8 * var(--ratio));
                height: calc(34 * var(--ratio));
                background: url('/kr//event/2026/05/01_oh_lg_dot_teasing/images/ico_colon.png') center/auto no-repeat;
            }
            .c-timer__box:last-child:after{
                display: none;
            }
            .c-timer__box[data-unit="days"] .c-timer__unit::after{
                content: "Days";
                font-size: calc(11*var(--ratio));
                color: rgba(0,0,0,0.4);
            }
            .c-timer__box[data-unit="hours"] .c-timer__unit::after{
                content: "Hour";
                font-size: calc(11*var(--ratio));
                color: rgba(0,0,0,0.4);
            }
            .c-timer__box[data-unit="minutes"] .c-timer__unit::after{
                content: "Min";
                font-size: calc(11*var(--ratio));
                color: rgba(0,0,0,0.4);
            }
            .c-timer__box[data-unit="seconds"] .c-timer__unit::after{
                content: "Sec";
                font-size: calc(11*var(--ratio));
                color: rgba(0,0,0,0.4);
            }
            .c-timer__unit::after{
                font-size: calc(14 * var(--ratio));
                line-height: 1;
            }
        }
    }
}

.c-tab--1depth {
    .c-tab__button {
        padding: 18px 20px;
        font-size: 26px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: calc(-0.56 * var(--ratio));
        min-height: 72px;
    }
}

.c-tab--2depth {
    .c-tab__button {
        padding: 18px 20px;
        font-size: 26px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: calc(-0.56 * var(--ratio));
    }
}


.c-tab--3depth {
    &.c-tab--3depth-typeSub{
        .c-tab__list {
            padding: calc(4 * var(--ratio)) calc(20 * var(--ratio)) calc(12 * var(--ratio));
        }
        .c-tab__item{
            border-color: #f4f4f4;
            background-color: #f4f4f4;
            &.active{
                border-color: #000;
                background-color: #000;
            }
        }
        .c-tab__button{
            font-size: calc(13*var(--ratio));
            padding: calc(6 * var(--ratio)) calc(12.5 * var(--ratio))
        }
    }
}

@media screen and (max-width: 767px){

    .c-tab--1depth {
        .c-tab__button {
            padding: 0;
            min-height: calc(44 * var(--ratio));
            font-size: calc(16 * var(--ratio));
            font-weight: 400;
            line-height: calc(21 * var(--ratio));
            letter-spacing: calc(-0.32 * var(--ratio));
        }
    }


    .c-tab--2depth {
        .c-tab__button {
            padding: calc(13 * var(--ratio)) calc(20 * var(--ratio));
            font-size: calc(14 * var(--ratio));
            font-weight: 400;
            line-height: calc(18 * var(--ratio));
            letter-spacing: calc(-0.56 * var(--ratio));
        }
    }
}



#floating_banner{
    position: fixed;
    width: calc(262 * var(--ratio));
    bottom: calc(30 * var(--ratio));
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: calc(2 * var(--ratio)) calc(16 * var(--ratio));
    border-radius: calc(16 * var(--ratio));
    box-shadow: 0px calc(12 * var(--ratio)) calc(16 * var(--ratio)) rgba(0, 0, 0, 0.25);
    z-index: 22;
    p{
        font-size: calc(13*var(--ratio));
        color: #fff;
        font-weight: 900;  
        text-shadow: 0 0 8px rgba(0,0,0,0.5);  
        line-height: 1.4;
    }
}

.c-box-shadow__item{
    box-shadow: 0 0 calc(12 * var(--ratio)) rgba(0, 0, 0, 0.12);
}

.c-box-border_radius{
    border-radius: calc(16*var(--ratio));
}

.c-title__flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: calc(6*var(--ratio));
    .c-title__badge{
        font-size: calc(11*var(--ratio));
        padding: calc(3*var(--ratio)) calc(5*var(--ratio));
        background-color: #EA1917;
        border-radius: calc(4*var(--ratio));
        color: #fff;
        font-weight: 600;
    }
}



/* ================================ */
/*  헤딩 배너 영역 */
/* ================================ */
.l-article__banner-container{
    &.banner_txt_type01 {
        .l-article__banner-content{
            background-color: #EBF0EF;
            border-radius: calc(24 * var(--ratio)) calc(24 * var(--ratio)) 0px 0px;
            .l-article__banner-inner {
                min-height: calc(120 * var(--ratio));
                display: flex;
                align-items: center;
                .l-banner__title {
                    display: flex;
                    flex-direction: column;
                    gap: calc(2 * var(--ratio));
                    margin-left: calc(36 * var(--ratio));
                    .l-banner_title_desc {
                        font-size: calc(16 * var(--ratio));
                        font-weight: 700;
                        line-height: 1.4;
                        letter-spacing: -0.04em;
                        color: #116646;
                    }
                    .l-banner_title_title {
                        font-size: calc(26 * var(--ratio));
                        font-weight: 700;
                        line-height: 1.4;
                        letter-spacing: -0.04em;
                    }
                }
                .l-banner__ico {
                    margin-left: auto;
                    img{
                        display: block;
                        width: 100%;
                    }
                }
            }
        }
    }
    &.banner_txt_type02 {
        .l-article__banner-content{
            background-color: #EBF0EF;
            border-radius: calc(24 * var(--ratio)) calc(24 * var(--ratio)) 0px 0px;
            height: calc(206 * var(--ratio));
            .l-article__banner-inner {
                padding-top: calc(13 * var(--ratio));
                .l-article__banner-inner-top{
                    display: flex;
                    flex-direction: row;
                    width: 100%;
                    .l-banner__title {
                        display: flex;
                        height: unset;
                        flex-direction: column;
                        gap: calc(2 * var(--ratio));
                        justify-content: center;
                        margin-left: calc(36 * var(--ratio));
                        min-width: 0;
                        
                        .l-banner_title_desc {
                            font-size: calc(16 * var(--ratio));
                            font-weight: 700;
                            line-height: 1.4;
                            letter-spacing: -0.04em;
                            color: #116646;
                        }
                        
                        .l-banner_title_title {
                            font-size: calc(26 * var(--ratio));
                            font-weight: 700;
                            line-height: 1.4;
                            letter-spacing: -0.04em;
                        }
                    }
                    .l-banner__ico {
                        margin-left: auto;
                        img{
                            display: block;
                            width: 100%;
                        }
                    }
                }
                
                .c-timer {
                    max-width: calc(342 * var(--ratio));
                    flex: 0 0 100%;
                    margin-left: auto;
                    margin-right: auto;
                    margin-top: calc(13 * var(--ratio));
                    margin-bottom: calc(32 * var(--ratio));
                }
            }
        }
    }
    &.banner_txt_type03 {
        .l-article__banner-content{
            .l-article__banner-inner {
                .c-timer {
                    max-width: calc(342 * var(--ratio));
                    flex: 0 0 100%;
                    margin-left: auto;
                    margin-right: auto;
                    margin-bottom: calc(32 * var(--ratio));
                }
            }
        }
    }
}



.l-article__banner-container {
    &.banner_txt_type02 {
        .l-article__banner-content {
            .l-article__banner-inner {
                margin: 0 auto;
                padding-left: 0;
                padding-right: 0;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
                align-content: flex-start;
            }
        }
        .c-coupon__banner {
            background-color: #2b2b2b;
            mask-image: unset;
            height: calc(55 * var(--ratio));
            border-radius: calc(8 * var(--ratio));

            .c-coupon__benefit {
                width: calc(51 * var(--ratio));
                padding-left: calc(7 * var(--ratio));
            }
            
            .c-coupon__title {
                min-width: calc(239 * var(--ratio));
                margin: calc(15.5 * var(--ratio)) 0px;
            }
            
            .c-coupon__title-main {
                font-size: calc(15 * var(--ratio));
                color: var(--lge-gray-g00);
                line-height: calc(24 * var(--ratio));
            }
            
            .c-coupon__title-desc {
                color: var(--lge-gray-g00);
            }
            
            .c-coupon__button-box {
                width: calc(60 * var(--ratio));
            }
            
            .c-coupon__button-text {
                color: var(--lge-gray-g00);
            }
            
            .c-coupon__ico--coupon {
                background: url('/kr/event/2026/04/01_all_new_sale/images/icon-new-black-coupon.svg') center/calc(28 * var(--ratio)) no-repeat;
            }
        }
    }
}


/* ================================ */
/* // 헤딩 배너 영역 */
/* ================================ */






/* ================================ */
/*  탭 영역 */
/* ================================ */

.l-tab{
    gap: 0;
}

.c-tab--3depth {
    .c-tab__list {
        padding: calc(12 * var(--ratio)) calc(20 * var(--ratio));
    }
    & .c-tab__item {
        &:first-child {
            margin-left: 0;
        }
    }
}

.c-tab--dot-text {
    margin: 0;
    .c-tab__button {
        padding: 0;
    }
}
/* ================================ */
/* // 탭 영역 */
/* ================================ */



/********************************************/
/*  공통 - 타이머 */
/********************************************/

.c-timer {
    /* 쿠폰타이머 방식 */
    &.c-timer--type01 {
        color: #fff;
        font-weight: 500;
        font-size: calc(11 * var(--ratio));
        gap: calc(4 * var(--ratio));
        line-height: 1.4;
        background: url('/kr/event/2026/04/01_all_new_sale/images/ico_white_bg_timer.svg') left center/calc(16 * var(--ratio)) no-repeat;
        padding-left: calc(20 * var(--ratio));
    }

    /* 특가 타이머 방식 type02 */
    &.c-timer--type02 {
        position: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #fff;
        font-weight: 800;
        background-color: #2B2B2B;
        font-size: calc(18 * var(--ratio));
        line-height: calc(20 * var(--ratio));
        left: calc(20 * var(--ratio));
        right: calc(20 * var(--ratio));
        bottom: calc(24 * var(--ratio));
        padding: calc(16 * var(--ratio)) calc(20 * var(--ratio));
        border-radius: calc(8 * var(--ratio));
        max-width: calc(350 * var(--ratio));
        width: 100%;
        height: auto;

        .c-timer__title {
            font-size: calc(15 * var(--ratio));
            font-weight: 600;
        }

        .c-timer__content-wrap {
            display: flex;
            gap: calc(8 * var(--ratio));

            .c-timer__icon {
                display: flex;
                width: calc(18 * var(--ratio));
                height: calc(18 * var(--ratio));
                background: url('/kr/event/2026/04/01_all_new_sale/images/ico_white_timer.svg') center/calc(18 * var(--ratio)) no-repeat;
                margin-top: calc(1 * var(--ratio));
            }

            .c-timer__content {
                display: flex;
                gap: calc(2 * var(--ratio));

                .c-timer__box {
                    display: flex;
                    flex-direction: row;
                    gap: calc(2 * var(--ratio));

                    &::after {
                        content: ':';
                        line-height: calc(16 * var(--ratio));
                    }

                    &:last-child {
                        &::after {
                            display: none;
                        }
                    }
                }
            }

            .c-timer__unit {
                font-size: 0;
                display: none;
            }
        }
    }

    /* 특가 타이머 방식 type03 */
    &.c-timer--type03 {
        position: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #fff;
        font-weight: 800;
        background-color: #2B2B2B;
        font-size: calc(18 * var(--ratio));
        line-height: calc(20 * var(--ratio));
        left: calc(20 * var(--ratio));
        right: calc(20 * var(--ratio));
        bottom: calc(24 * var(--ratio));
        padding: calc(17.5 * var(--ratio)) calc(20 * var(--ratio));
        border-radius: calc(8 * var(--ratio));
        max-width: calc(350 * var(--ratio));
        width: 100%;
        height: auto;

        .c-timer__title {
            font-size: calc(14 * var(--ratio));
            font-weight: 600;
        }

        .c-timer__content-wrap {
            display: flex;
            gap: calc(6 * var(--ratio));

            .c-timer__icon {
                display: flex;
                width: calc(18 * var(--ratio));
                height: calc(18 * var(--ratio));
                background: url('/kr/event/2026/04/01_all_new_sale/images/ico_white_timer.svg') center/calc(18 * var(--ratio)) no-repeat;
                margin-top: calc(1 * var(--ratio));
            }

            .c-timer__content {
                display: flex;
                gap: calc(2 * var(--ratio));

                .c-timer__box {
                    display: flex;
                    flex-direction: row;
                    gap: calc(2 * var(--ratio));

                    &::after {
                        content: ':';
                        line-height: calc(20 * var(--ratio));
                    }

                    &:last-child {
                        &::after {
                            display: none;
                        }
                    }
                }
            }

            .c-timer__unit {
                font-size: 0;
                display: none;
            }
        }
    }

    /* 특가 타이머 방식 type04 */
    &.c-timer--type04 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-weight: 600;
        font-size: calc(14 * var(--ratio));
        line-height: calc(20 * var(--ratio));
        max-width: calc(350 * var(--ratio));
        width: 100%;
        height: calc(40 * var(--ratio));
        border: 1px solid #EA1917;
        border-radius: calc(8 * var(--ratio));
        padding: calc(10 * var(--ratio)) calc(20 * var(--ratio));
        margin: 0 calc(20 * var(--ratio)) calc(12 * var(--ratio));

        .c-timer__title {
            font-size: calc(14 * var(--ratio));
            font-weight: 600;
        }

        .c-timer__content-wrap {
            display: flex;
            gap: calc(4 * var(--ratio));

            .c-timer__icon {
                display: flex;
                width: calc(20 * var(--ratio));
                height: calc(20 * var(--ratio));
                background: url('/kr/event/2026/04/01_all_new_sale/images/ico_red_bg_timer.svg') center/calc(20 * var(--ratio)) no-repeat;
            }

            .c-timer__content {
                display: flex;
                gap: calc(2 * var(--ratio));

                .c-timer__box {
                    display: flex;
                    flex-direction: row;
                    gap: calc(1 * var(--ratio));

                    &::after {
                        content: ':';
                        line-height: calc(20 * var(--ratio));
                    }

                    &:last-child {
                        &::after {
                            display: none;
                        }
                    }
                }
            }

            .c-timer__unit {
                font-size: 0;
                display: none;
            }
        }
    }
    
}


/********************************************/
/* // 공통 - 타이머 */
/********************************************/




/********************************************/
/* 기타 공통 개별소스 */
/********************************************/

.event-benefit-template {
    .c-product__list {
        margin: 0 calc(20 * var(--ratio)) 0px;
    }
}




.c-product__visual-bundle-chkbox{
  input{
    position: absolute;
    top: max(3px, calc(3 * var(--ratio)));
    left: max(3px, calc(3 * var(--ratio)));
    width: calc(20 * var(--ratio));
    height: calc(20 * var(--ratio));
    z-index:2;
    cursor:pointer;
      &::after{
          content:' ';
          position: relative;
          cursor:pointer;
          display: block;
          width: calc(20 * var(--ratio));
          height: calc(20 * var(--ratio));
          background: url('/kr/event/promotions/images/ico_red_checkbox_off.svg') center/calc(20 * var(--ratio)) no-repeat;
      }
      &:checked{
        &::after{
            content:' ';
            position: relative;
            cursor:pointer;
            display: block;
            width: calc(20 * var(--ratio));
            height: calc(20 * var(--ratio));
            background: url('/kr/event/promotions/images/ico_red_checkbox_on.svg') center/calc(20 * var(--ratio)) no-repeat;
        }
      }
  }
}


.c-product__item--bundle-main-product .c-product__badge--bundle {
    display: flex !important; /* 항상 노출 */
}
.c-product__item:not(.c-product__item--bundle-main-product) .c-product__badge--bundle {
    display: none;
}
.c-total-area{
  	display: none!important;
    text-align: center;
    margin-top: calc(16 * var(--ratio));
    background-color: #f7f7f7;
    padding: 12px 0px;
    font-size: calc(11 * var(--ratio));
  	font-weight: 500;
  	.c-total-discount-amount{
      background: url(/kr/event/promotions/images/ico_red_percent.svg) left center / calc(12 * var(--ratio)) no-repeat;
      padding-left: calc(13 * var(--ratio));
      color: #ea1917;
      margin: 0 calc(2 * var(--ratio));
    }
}

.c-tooltip {
    display: flex;
    font-size: calc(13*var(--ratio));
    align-items: center;
    color: #111;
    .ui_tooltip-target {
        background: url(/kr/event/2026/05/01_lg_dot/images/icon_tooltip_notice_black.svg) left center/calc(13*var(--ratio))  no-repeat;
        background-size: contain;
        width: calc(24 * var(--ratio));
        height: calc(24 * var(--ratio));
    }
}

/********************************************/
/* // 기타 공통 개별소스 */
/********************************************/



/* ================================ */
/* 혜택 영역 */
/* ================================ */
.event-benefit-template{

    .l-article-sale-benefits {
        .sale-benefits-button {
            position: absolute;
        }
        .sale-benefits-button01 {
            top: 73%;
            left: 7.3%;
            width: 24%;
            height: 22%;
        }
        .sale-benefits-button02 {
            top: 73%;
            left: 38%;
            width: 24%;
            height: 22%;
        }
        .sale-benefits-button03 {
            top: 73%;
            left: 68.8%;
            width: 24%;
            height: 22%;
        }
    }

    .l-article-more-benefits{
        .l-article__inner{
            gap: 0;
            background-color: #fff!important;
            .c-tab--3depth {
                & .c-tab__item {
                    &:first-child {
                        margin-left: auto;
                    }
                }
            }
            .c-tab--3depth {
                .c-tab__list {
                    padding: 0 calc(20 * var(--ratio));
                }
            }
            .l-article__content-wrap {
                row-gap: calc(16 * var(--ratio));
            }
        }

        .more-benefit-view {
            .l-article__content-wrap {
                row-gap: calc(16 * var(--ratio));
                background-color: #fff;
            }
            .more-benefit-view__coupon-event-link{
                position: absolute;
                left: 25.5%;
                bottom: 12%;
                width: 49%;
                height: 22%;
            }
            .coupon-benefits-list{
                display: flex;
                gap: calc(10 * var(--ratio)); 
                flex-direction: column;
            }
            
            .c-custom-accordion__area--fade {
                height: calc(90 * var(--ratio));
                position: relative;
                overflow: hidden;

                &::after {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: calc(141 * var(--ratio));
                    top: calc(0 * var(--ratio));
                    bottom: 0;
                    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 23.37%, #FFF 65.76%);
                    z-index: 1;
                }
            }
            &.active {
                .c-custom-accordion__area--fade {
                    height: auto;
                    &::after {
                        display: none;
                    }
                }
                .c-custom-accordion__area--none {
                    display: block;
                }
            }
            .c-swiper {
                .swiper-container {
                    padding: 0;
                    .more-benefit-view__swiper_link{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                    }
                }
            }
            .c-custom-accordion__btn-wrap:has([aria-expanded="true"]) {
                margin-top: calc(12 * var(--ratio));
            }
            .subscription-basic-benefits{
                .l-article__content{
                    background-color: #fff;
                    .c-title{
                        display: none;
                    }
                    .c-toggle{
                        display: none;
                    }
                }
            }
            .c-toggle-subscription{
                position: relative;
                .img_toggle_off_img{
                    display: block;
                }
                .c-button{
                    position: absolute;
                    top: calc(88 * var(--ratio));
                    left: calc(91 * var(--ratio));
                }
                .img_toggle_on_img{
                    display: none;
                }
                &.on{
                    .img_toggle_off_img{
                        display: none;
                    }
                    .img_toggle_on_img{
                        display: block;
                    }
                }
            }
        }
    }

}
/* ================================ */
/* // 혜택 영역 */
/* ================================ */





/* ================================ */
/* 구독 > 기본혜택 */
/* ================================ */
.l-article-subscribe-reason{
    .l-article__content{
        position: relative;
        .c-tooltip{
            position: absolute;
            bottom: 15%;
            right: 38%;
            .ui_tooltip-target {
                background: url(/kr/event/2026/04/01_all_new_sale/images/ico_gray_tooltip.svg) center / calc(18 * var(--ratio)) no-repeat;
                background-size: contain;
                width: calc(18 * var(--ratio));
                height: calc(18 * var(--ratio));
            }
            .tooltip-box{
                left: calc(-200 * var(--ratio));
                right: calc(-133 * var(--ratio));
                top: calc(20 * var(--ratio));
            }
        }
    }
}

/* ================================ */
/* // 구독 > 기본혜택 */
/* ================================ */




/* ================================ */
/* 가전&구독 1차 특가 */
/* ================================ */

.l-article-subscribe-special{
    .l-article__banner-inner{
        padding-bottom: calc(32*var(--ratio));
        position: relative;
        .c-timer{
            position: absolute;
            margin: 0!important;
            min-width: unset!important;
            width: calc(256 * var(--ratio));
            padding: calc(7.5*var(--ratio)) calc(20*var(--ratio));
            left: 50%;
            transform: translateX(-50%);
            bottom: calc(12*var(--ratio));
            line-height: calc(25 * var(--ratio));
            border-radius: calc(25 * var(--ratio));
            .c-timer__icon {
                display: flex;
                width: calc(20 * var(--ratio));
                height: calc(20 * var(--ratio));
                background: url(/kr/event/2026/04/01_all_new_sale/images/ico_white_timer.svg) center / calc(20 * var(--ratio)) no-repeat;
                margin-top: calc(2 * var(--ratio));
            }
        }
    }
}

/* ================================ */
/* // 가전&구독 1차 특가 */
/* ================================ */




/* ================================ */
/*  가전&구독 오!일 특가 */
/* ================================ */
.l-article-five-days{
    overflow: hidden;
    .l-banner__ico {
        margin-right: calc(21*var(--ratio));
        width: calc(94*var(--ratio));
    }
    .c-button__inner {
        padding: calc(32 * var(--ratio)) calc(20 * var(--ratio)) calc(0 * var(--ratio));
    }
}
/* ================================ */
/* // 가전&구독 오!일 특가 */
/* ================================ */




/* ================================ */
/*  구독 업그레이드 */
/* ================================ */
.l-article-subscribe-upgrade{
    .l-banner__ico {
        width: calc(94*var(--ratio));
        margin-right: calc(21*var(--ratio));
    }
}
/* ================================ */
/* // 구독 업그레이드 */
/* ================================ */




/* ================================ */
/*  가전&구독 더블 추천 */
/* ================================ */
.l-article-appliance-double{
    .l-banner__ico {
        width: calc(110 * var(--ratio));
        margin-top: calc(9*var(--ratio));
        margin-right: calc(20*var(--ratio));
    }
    .c-timer{
        margin-top: 0!important;
    }
    .l-content__banner{
        position: relative;
        a{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
    }
}
/* ================================ */
/* // 가전&구독 더블 추천 */
/* ================================ */




/* ================================ */
/*  가전&구독 더블 추천 */
/* ================================ */
.l-article-bundle-product{
    .c-product__visual-bundle-badge{
        display: none;
    }
    .view-more-list__item{
        display: none;
        &.is-visible{
            display: block;
        }
    }
    .c-product:has(.c-product__list--bundle) .c-product__item.is-visible + .c-product__item.is-visible {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
    .c-tab--3depth-typeSub{
        .c-tab__list{
            padding: 0;
        }
    }
}


.l-article-homestyle-bottom-banner{
    a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* ================================ */
/* // 가전&구독 더블 추천 */
/* ================================ */




/* ================================ */
/*  요즘 많이 찾는 제품
 */
/* ================================ */
.l-article-sale-rankings {
  .c-title-area {
    display: flex;
    justify-content: space-between;
    padding: 0 calc(20 * var(--ratio));
    .c-title {
      margin: 0;
      .c-title__sub {
        font-size: calc(17 * var(--ratio));
        line-height: calc(24 * var(--ratio));
        font-weight: 600;
      }
    }
    
    .c-tooltip {
        .tooltip-box {
            left: calc(-256 * var(--ratio));
            min-width: max(280px, calc(280 * var(--ratio)));
            padding: calc(20 * var(--ratio)) calc(48 * var(--ratio)) calc(20 * var(--ratio)) calc(20 * var(--ratio));
            border-radius: calc(16 * var(--ratio));
            background-color: var(--lge-gray-g00);
            box-shadow: 0 0 calc(1 * var(--ratio)) 0 rgba(33, 39, 49, 0.08), 0 calc(12 * var(--ratio)) calc(64 * var(--ratio)) 0 rgba(33, 39, 49, 0.09);
            right: calc(-75 * var(--ratio));
            top: calc(34 * var(--ratio));
        }
    }

    
  }
  .view-more-content {
    .c-product__item {
      &:last-child {
        margin-bottom: calc(0 * var(--ratio));
      }
      &.is-visible:not(:has(~ .c-product__item.is-visible)) {
        margin-bottom: calc(0 * var(--ratio));
      }
    }
    .c-product__item.is-visible {
        margin-bottom: calc(12 * var(--ratio));
    }
  }
  .c-button__inner {
    padding: calc(32 * var(--ratio)) calc(20 * var(--ratio)) calc(0 * var(--ratio));

    &:has(button[style*="display: none"]) {
      padding-top: 0;
    }
  }
}
/* ================================ */
/* // 요즘 많이 찾는 제품
 */
/* ================================ */







/****************************************************/
/******** 혼수이사 가전 랭킹 *********/
/****************************************************/
.rankingList_new {
    display: flex;
    flex-direction: column;
    padding: 0 calc(20 * var(--ratio));
}

.rankingList_new .ranking-box {
    width: 100%;
    position: relative;
}

.event-benefit-template .c-title.c-title__mbpb {
    margin: 0 !important;
    padding: 0 !important;
}

.ranking__price-flag {
    display: flex;
    position: absolute;
    z-index: 2;
    width: auto;
    flex-direction: row;
    height: calc(20 * var(--ratio));
    line-height: calc(20 * var(--ratio));
}

.ranking__price-flag .box_banner__number {
    display: block;
    width: calc(20 * var(--ratio));
    line-height: calc(20 * var(--ratio));
    background-color: #1a1a1a;
    color: #fff;
    font-size: calc(12 * var(--ratio));
    font-weight: 500;
    text-align: center;
}

.ranking__price-flag .box_banner__title {
    display: block;
    line-height: calc(20 * var(--ratio));
    background-color: #ea1917;
    color: #fff;
    font-size: calc(13 * var(--ratio));
    font-weight: 500;
    padding: 0 calc(8 * var(--ratio));
}

.ranking__price-flag .flag-btn {
    display: flex;
    line-height: calc(20 * var(--ratio));
    color: #ea1917;
    font-size: calc(10 * var(--ratio));
    font-weight: 500;
    padding: 0 calc(17 * var(--ratio)) 0 calc(8 * var(--ratio));
    border: 1px solid #ea1917;
    background: url(/kr/event/2026/04/01_all_new_sale/images/arr_right_red.svg) 96.5% center / calc(5 * var(--ratio)) no-repeat;
    background-color: #fff;
}

.benefit-price {
    padding: 0 0 0 calc(2 * var(--ratio));
}

.ranking__item--package-wrap {
    padding: 0;
}

.ranking__item--package-wrap.hidden {
    display: none;
}

.ranking__item--package-wrap:last-child {
    padding-bottom: 0;
}

.ranking__item--package-wrap:nth-child(n + 2) {
    margin-top: calc(40 * var(--ratio));
}

.ranking__item--package-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #fff;
}

.ranking__item--package-wrap ul::-webkit-scrollbar {
    appearance: none;
    height: calc(6 * var(--ratio));
    background-color: transparent;
}
.ranking__item--package-wrap ul::-webkit-scrollbar-thumb {
    display: none;
}
.ranking__item--package-wrap ul::-webkit-scrollbar-track {
    display: none;
}

.ranking__item--package-wrap ul li {
    width: calc(100% / 3);
    min-width: calc(100% / 3);
}

.ranking__item--package-wrap ul li .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(140 * var(--ratio));
}

.ranking__item--package-wrap ul li .img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.035);
    z-index: 1;
}

.ranking__item--package-wrap ul li .img img {
    width: calc(100 * var(--ratio));
    height: calc(100 * var(--ratio));
}

.ranking__item--package-wrap .prod_badge {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    background-color: #fff;
}

.ranking__item--package-wrap .prod_badge .badge_box {
    position: relative;
    margin: calc(2 * var(--ratio)) 0 calc(2 * var(--ratio)) 0;
    font-size: calc(11 * var(--ratio));
    line-height: calc(16 * var(--ratio));
    font-weight: 400;
    white-space: nowrap;
    padding: 0 calc(4 * var(--ratio)) 0 calc(5 * var(--ratio));
    color: #ea1917;
}

.ranking__item--package-wrap .prod_badge .badge_box:first-child {
    padding-left: 0;
}

.ranking__item--package-wrap .prod_badge .badge_box:last-child {
    padding-right: 0;
}

.ranking__item--package-wrap .prod_badge .badge_box:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(8 * var(--ratio));
    background: #ddd;
}

.ranking__item--package-wrap ul li .item__info {
    position: relative;
    display: block;
    text-align: left;
    min-height: calc(100 * var(--ratio));
    margin-top: 0;
    padding: 0;
    background: #fff;
}

.ranking__item--package-wrap ul li .item__info .item__name {
    font-size: calc(14 * var(--ratio));
    line-height: calc(20 * var(--ratio));
}

.ranking__item--package-wrap ul li .item__info .item__name .main-title {
    font-size: calc(14 * var(--ratio));
    line-height: calc(20 * var(--ratio));
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ranking__item--package-wrap ul li .item__info .item__name .main-title .main {
    font-weight: 700;
}

.ranking__item--package-wrap ul li .item__info .item__name .main-title .sub {
    font-weight: 400;
    color: #333;
}

.ranking__item--package-wrap ul li .item__info .item__name .main-title .sub::before {
    content: ' ·';
    margin: 0 calc(3 * var(--ratio));
    line-height: calc(24 * var(--ratio));
    font-weight: 400;
    margin-left: 0;
}

.ranking__item--package-wrap ul li .item__info .item__name .item__model-wrap {
    display: flex;
    margin-top: calc(2 * var(--ratio));
    line-height: calc(12 * var(--ratio));
}

.ranking__item--package-wrap ul li .item__info .item__name .item__model-wrap .item__sku {
    font-size: calc(11 * var(--ratio));
    color: #666;
    font-weight: 500;
}

.item__bottom {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: calc(4 * var(--ratio));
    min-height: calc(40 * var(--ratio));
}

.item__bottom .item__discount-wrap {
    display: flex;
    flex-direction: row;
    gap: calc(5 * var(--ratio));
    font-size: calc(15 * var(--ratio));
    line-height: calc(20 * var(--ratio));
    margin-top: 0;
}

.item__bottom .item__price-wrap {
    display: flex;
    flex-direction: row;
    gap: calc(2 * var(--ratio));
    font-size: calc(11 * var(--ratio));
    color: #ea1917;
    line-height: calc(16 * var(--ratio));
}

.ranking__item__product-benefit {
    text-align: left;
    padding: calc(3 * var(--ratio)) 0 calc(1 * var(--ratio));
    background-color: #fff;
}

.ranking__item__product-benefit a {
    text-decoration: none;
    font-size: calc(11 * var(--ratio));
    font-weight: 700;
    line-height: calc(14 * var(--ratio));
    padding-right: calc(12 * var(--ratio));
}

.ranking__item__product-benefit a.btn-link:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(1 * var(--ratio));
    width: calc(12 * var(--ratio));
    height: calc(12 * var(--ratio));
    background: url(/lg5-common/images/icons/btn-arr-16-black.svg) center no-repeat;
    background-size: calc(12 * var(--ratio));
}

/****************************************************/
/******** 혼수이사 가전 랭킹 *********/
/****************************************************/










/****************************************************/
/******************* 구독 > 혜택 **********************/
/****************************************************/

.l-article-subscribe-benefits{
    .l-article__content{
        position: relative;
        .hs-benefits-button{
            position: absolute;
            &.hs-benefits-button01{
                top: 0;
                left: 0;
                width: 49%;
                height: 100%;
            }
            &.hs-benefits-button02{
                top: 0;
                left: 51%;
                width: 49%;
                height: 100%;
            }

        }
    }
}

/****************************************************/
/******************* // 구독 > 혜택 ********************/
/****************************************************/





/****************************************************/
/******************* // 구독 > 기본혜택 *************/
/****************************************************/

.l-article-subscribe-benefits{
}


subscription-basic-benefits{
    background-color: transparent;
    .c-title--normal{
        display: none;
    }
    .c-button--text {
        
        button.c-button__label{
            height: calc(16 * var(--ratio));
            font-size: 0;
            &::before{
                content: '유의사항 확인하기';
                font-size: calc(12 * var(--ratio));
            }
        }
    }
    .c-toggle--normal{
        margin: 0;
        .c-toggle__content{
            padding: 0;
            margin-top: calc(16*var(--ratio));
        }
    }
}

/****************************************************/
/******************* // 구독 > 기본혜택 *************/
/****************************************************/




/****************************************************/
/******************* // 구독 > 기본혜택 *************/
/****************************************************/
.l-article-subscribe-reason{
    .l-article__content{
        position: relative;
        .c-tooltip{
            position: absolute;
            bottom: 15%;
            right: 38%;
            .ui_tooltip-target {
                background: url(/kr/event/2026/04/01_all_new_sale/images/ico_gray_tooltip.svg) center / calc(18 * var(--ratio)) no-repeat;
                background-size: contain;
                width: calc(18 * var(--ratio));
                height: calc(18 * var(--ratio));
            }
            .tooltip-box{
                left: calc(-200 * var(--ratio));
                right: calc(-133 * var(--ratio));
                top: calc(16 * var(--ratio));
            }
        }
    }
}

/****************************************************/
/******************* // 구독 > 기본혜택 *************/
/****************************************************/






/****************************************************/
/******************* // 구독 > 구독이 좋은 이유 *************/
/****************************************************/
.l-article-subscribe-care{
    .l-article__inner{
        gap: 0;
        .c-tab{
            margin-top: calc(4 * var(--ratio));
        }
    }
}

/****************************************************/
/******************* // 구독 > 구독이 좋은 이유 *************/
/****************************************************/





/********************************************/
/************* // 구독 데이즈 - 특가   *************/
/********************************************/

.l-article-subscribe-days {
    & .l-article__inner {
        .c-title{
            padding-bottom: calc(4*var(--ratio));
        }
        .c-button__inner {
            padding: calc(32 * var(--ratio)) 0 0;
        }
    }
}

/********************************************/
/************* // 구독 데이즈 - 특가   *************/
/********************************************/






/********************************************/
/************* // 구독 데이즈 - 특가   *************/
/********************************************/

.l-article-subscribe-days {
    & .l-article__inner {
        .c-button__inner {
            padding: calc(32 * var(--ratio)) 0 0;
        }
    }
}

/********************************************/
/************* // 구독 데이즈 - 특가   *************/
/********************************************/





/********************************************/
/************* // 구독 정수기 반값   *************/
/********************************************/

.l-article-subscribe-half-purify{
    .l-banner__ico {
        width: calc(105 * var(--ratio));
        margin-right: calc(34 * var(--ratio));
    }
    .c-button__inner {
        padding: calc(32 * var(--ratio)) calc(20 * var(--ratio)) 0;
    }

    .l-article__content-subtext {
        font-size: calc(17 * var(--ratio));
        font-weight: 600;
        margin: 0 calc(20 * var(--ratio)) calc(12 * var(--ratio));
    }
    .c-title__sub{
        margin-bottom: calc(12*var(--ratio));
    }
}



/********************************************/
/************* // 구독 정수기 반값  *************/
/********************************************/





/******************************************************/
/************* // 구독 stem 구독이 좋은이유  *************/
/*****************************************************/

.l-article-subscribe-stem{
    .l-article__banner_small{
        position: relative;
        margin: 0 calc(20 * var(--ratio)) calc(36 * var(--ratio));
        padding-bottom: calc(36 * var(--ratio));
        border-bottom: 1px dashed #a7a7a7;
        .c-tooltip{
            position: absolute;
            top: 24.3%;
            left: 42%;
            .ui_tooltip-target {
                background: url(/kr/event/2026/04/01_all_new_sale/images/ico_gray_tooltip.svg) center / calc(20 * var(--ratio)) no-repeat;
                background-size: contain;
                width: calc(20 * var(--ratio));
                height: calc(20 * var(--ratio));
            }
            .tooltip-box{
                left: calc(-148 * var(--ratio)) !important;
                right: calc(-184 * var(--ratio)) !important;
                top: calc(25 * var(--ratio)) !important;
            }
        }
    }
}

/******************************************************/
/************* // 구독 stem 구독이 좋은이유  *************/
/*****************************************************/












/******************************************************/
/************* // 구독 가전으로 새로 고침  *************/
/*****************************************************/


.l-article-subscribe-recommended{
    .l-article__inner{
        gap: calc(4 * var(--ratio));
        .l-article__banner_small{
            margin: 0 calc(20 * var(--ratio)) calc(10 * var(--ratio));
        }
    }
}

/******************************************************/
/************* // 구독 가전으로 새로 고침  *************/
/*****************************************************/





/******************************************************/
/************* // 베스트 랭킹   *************/
/*****************************************************/
.l-article-subscribe-ranking {
    .l-article__inner {
        gap: 0;
        .c-tooltip {
            margin: calc(16 * var(--ratio)) calc(20 * var(--ratio)) calc(12 * var(--ratio));
            font-size: calc(12 * var(--ratio));
            line-height: calc(20 * var(--ratio));
            text-align: right;
            .tooltip-wrap{
                position: relative;
                .ui_tooltip-target {
                    background: url(/kr/event/2026/04/01_all_new_sale/images/icon_tooltip_notice_gray.svg) center / calc(20 * var(--ratio)) no-repeat;
                    background-size: calc(24 * var(--ratio));
                    width: calc(20 * var(--ratio));
                    height: calc(20 * var(--ratio));
                }
                .tooltip-box {
                    left: calc(-262 * var(--ratio)) !important;
                    right: calc(-67 * var(--ratio)) !important;
                    top: calc(20 * var(--ratio)) !important;
                }
            }
        }
    }

    .c-product__item.is-visible {
        padding-bottom: calc(12 * var(--ratio));
        margin-bottom: calc(12 * var(--ratio));
        border-bottom: 1px solid #EFF0F2;
    }

    .c-product__item.is-visible:not(:has(~ .c-product__item.is-visible)) {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .c-button__inner {
        padding: calc(32 * var(--ratio)) calc(20 * var(--ratio)) 0;
        &:has(button[style*="display: none"]) {
            padding-top: 0;
        }
    }
}
/******************************************************/
/************* // 베스트 랭킹   *************/
/*****************************************************/













/* ================================ */
/* 홈스타일 > 혜택 영역 */
/* ================================ */
.event-benefit-template{
    .l-article-more-benefits-homestyle{
        .more-benefit-view {
            .c-custom-accordion__area--fade {
                height: calc(145 * var(--ratio));
                position: relative;
                overflow: hidden;
                &::after {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: calc(150 * var(--ratio));
                    top: calc(46 * var(--ratio));
                    bottom: 0;
                    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 23.37%, #FFF 65.76%);
                    z-index: 1;
                }
            }
        }
        .c-button__icon--arrow-down-white{
            transform: rotate(-90deg);
        }
    }

}
/* ================================ */
/* // 혜택 영역 */
/* ================================ */





/* ================================ */
/* 홈스타일도 엘지닷 */
/* ================================ */

.l-article-homestyle-special{
    .l-article__banner-inner{
        padding-bottom: calc(32*var(--ratio));
        position: relative;
        .c-timer{
            position: absolute;
            margin: 0!important;
            min-width: unset!important;
            width: calc(256 * var(--ratio));
            padding: calc(7.5*var(--ratio)) calc(20*var(--ratio));
            left: 50%;
            transform: translateX(-50%);
            bottom: calc(12*var(--ratio));
            line-height: calc(25 * var(--ratio));
            border-radius: calc(25 * var(--ratio));
            .c-timer__icon {
                display: flex;
                width: calc(20 * var(--ratio));
                height: calc(20 * var(--ratio));
                background: url(/kr/event/2026/04/01_all_new_sale/images/ico_white_timer.svg) center / calc(20 * var(--ratio)) no-repeat;
                margin-top: calc(2 * var(--ratio));
            }
        }
    }
}

/* ================================ */
/* // 홈스타일도 엘지닷 */
/* ================================ */


/******************************************************/
/************* // 홈스타일 > 브랜드데이즈   *************/
/*****************************************************/
.l-article-homestyle-branddays{
    .l-banner__ico{
        margin-right: calc(35 * var(--ratio));
        .swiper{
            width: calc(80 * var(--ratio));
        }
    }
    .l-article__inner{
        .l-article__inner{
            padding: 0;
        }
        .l-article__content{
            gap: calc(32 * var(--ratio));
        }
        .c-button__inner {
            padding: calc(32 * var(--ratio)) calc(20 * var(--ratio)) 0;
            .c-button__icon{
                transform: rotate(-90deg);
            }
        }
    }

}
/******************************************************/
/************* // 홈스타일 > 브랜드데이즈   *************/





/************************************************/
/************* // 홈스타일 > 결합 *************/
/***********************************************/

.l-article-homestyle-bundle{
    background-color: #000;
    .l-article__inner{
        .c-title{
            color: #fff;
        }
        .l-article__content-banner {
            margin: 0 calc(20 * var(--ratio)) calc(20 * var(--ratio));
        }
    }
    & + article{
        background-color: #000;
    }
}



.l-article-homestyle-bundle {
    background-color: #000;
    .c-title__main {
        color: #fff;
        text-align: center;
    }
    .l-article__inner {
        gap: 0;
        .l-article__banner {
            margin: 0 auto;
        }
        .l-article__content-banner {
            position: relative;
            margin: calc(16 * var(--ratio)) calc(20 * var(--ratio)) calc(8 * var(--ratio));
            border-radius: 16px;
            overflow: hidden;
            a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }
        .c-product__item {
            background-color: transparent;
        }

        .c-product__brand-name {
            color: #a7a7a7;
        }

        .c-product__price-item--member {
            color: #fff;
        }

        .c-product__name {
            color: #fff;
            word-break: break-all;
        }

        .c-product__price-item--original {
            color: #a7a7a7;
        }

        .c-product__visual {
            border: none;
        }
    }
    .l-article__content {
        row-gap: 0;
    }
    .c-tab--3depth-type01 {
        margin: 0;
        .c-tab__inner {
            background-color: transparent;
        }
        .c-tab__item {
            border-color: #A7A7A7;

            &.active {
                background-color: #fff;
                border-color: #fff;

                .c-tab__button {
                    color: #000;
                }
            }
        }
        .c-tab__button {
            color: #A7A7A7;
        }
    }
    .c-tab--light-mode {
        .c-tab__button {
            color: #a7a7a7;
        }
        .c-tab__item.active .c-tab__button {
            color: #fff;
        }
        .c-tab__item+.c-tab__item::before {
            background-color: #a7a7a7;
        }
    }
    .c-tab--dot-text {
        margin: 0;
        .c-tab__button {
            padding: calc(4 * var(--ratio)) 0 calc(12 * var(--ratio));
        }
    }
}


/************************************************/
/************* // 홈스타일 > 결합 *************/
/***********************************************/

.event-benefit-template .c-tab--3depth[data-tab-sticky="2depth"] {
    /* 상단 스티키 요소들의 합산 높이에서 1px을 빼서 틈새나 스크롤바 겹침 현상을 방지합니다. */
    top: calc(var(--header-height) + var(--sticky-main-switch-height) + var(--sticky-main-sticky-height) - calc(4 * var(--ratio))) !important;
}
/* 2. 스크롤바 영역 확보를 위한 컨테이너 여백 조절 */
.event-benefit-template .l-tab.more-benefit-view {
    /* 부모 요소에서 발생할 수 있는 추가 여백을 제거하여 스티키 시 정확한 위치에 밀착되도록 합니다. */
    gap: 0 !important;
}
.l-article-sale-rankings {
    .c-button__inner {
        padding: calc(32 * var(--ratio)) calc(20 * var(--ratio)) calc(0 * var(--ratio));
    }
}

/* 3. 혜택 더보기 클릭 시 스크롤 위치 보정 (3depth 탭 높이 반영) */
.event-benefit-template [data-expand-scroll-dest] {
    scroll-margin-top: calc(var(--header-height) + var(--sticky-main-switch-height) + var(--sticky-main-sticky-height) + var(--sticky-2depth-height) - calc(4 * var(--ratio))) !important;
}






/* ================================ */
/*  콘텐츠 > LGE.COM과 함께 산다 영상 랜딩 */
/* ================================ */
.l-article-cart-recommend{
    background-color: #F4F4F4;
    .contents_video_button01_01{
        position: absolute;
        top: 80%;
        left: 11%;
        width: 78%;
        height: 12%;
    }
}

/* ================================ */
/*  // 콘텐츠 > LGE.COM과 함께 산다 영상 랜딩 */
/* ================================ */




/* ================================ */
/*  콘텐츠 > 영상 속 장바구니 추천템 */
/* ================================ */
.l-article-cart-moreview{
    background-color: #F4F4F4;
    .contents_video_button01_01{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .contents_video_button01_02{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

    .popup-wrap_video{
        max-width: 420px;
        .l-article__content{
            padding-top: calc(32*var(--ratio));
            @media screen and (max-width: 767px) {
                padding-top: calc(64*var(--ratio));
            }
            .c-title{
                font-size: calc(12 * var(--ratio));
                position: absolute;
                font-weight: 700;
                left: 0;
                top: 0;
                text-align: center;
                width: 100%;
                margin: 0;
                line-height: calc(32 * var(--ratio));
                @media screen and (max-width: 767px) {
                    line-height: calc(64 * var(--ratio));
                }
            }
            video{
                width: 420px;
                @media screen and (max-width: 767px) {
                    width: calc(350*var(--ratio));
                    margin: 0 auto;
                }
            }
        }
    }

    
    .popup-wrap>.btn-close {
        position: absolute;
        top: 20px!important;
        right: 20px!important;
        width: 24px!important;
        height: 24px!important;
    }

/* ================================ */
/*  // 콘텐츠 > 영상 속 장바구니 추천템 */
/* ================================ */


/* ================================ */
/*  콘텐츠 > LGE.COM 장바구니템 */
/* ================================ */
.l-article-cart-product{
    .l-article__banner-content{
        background-color: #EBF0EF!important;
        .l-banner_title_desc{
            color: #116646!important;
        }
        .l-banner_title_title{
            color: #000!important;
        }
        .l-banner__ico {
            margin-right: calc(20*var(--ratio));
        }
    }
}
/* ================================ */
/* // 콘텐츠 > LGE.COM 장바구니템 */
/* ================================ */







/* ================================ */
/*  콘텐츠 > LGE.COM과 함께 산다 영상 랜딩 */
/* ================================ */
.l-article-life-recommend{
    background-color: #F4F4F4;
    .contents_video_button01_01{
        position: absolute;
        top: 80%;
        left: 11%;
        width: 78%;
        height: 12%;
    }
    .contents_video_button01_02{
        position: absolute;
        top: 80%;
        left: 11%;
        width: 78%;
        height: 12%;
    }
}

/* ================================ */
/*  // 콘텐츠 > LGE.COM과 함께 산다 영상 랜딩 */
/* ================================ */







/* ================================ */
/*  콘텐츠 > 영상 속 장바구니 추천템 */
/* ================================ */
.l-article-life-moreview{
    background-color: #F4F4F4;
    .contents_video_button01_01{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .contents_video_button01_02{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* ================================ */
/*  // 콘텐츠 > 영상 속 장바구니 추천템 */
/* ================================ */







/* ================================ */
/*  콘텐츠 > LGE.COM 장바구니템 */
/* ================================ */
.l-article-life-product{
    .l-article__banner-content{
        background-color: #EBF0EF!important;
        .l-banner_title_desc{
            color: #116646!important;
        }
        .l-banner_title_title{
            color: #000!important;
        }
        .l-banner__ico {
            margin-right: calc(20*var(--ratio));
        }
    }
}
/* ================================ */
/* // 콘텐츠 > LGE.COM 장바구니템 */
/* ================================ */








/* ================================ */
/* // 콘텐츠 > 리뷰큐레이션 */
/* ================================ */

.l-article-review-curation{
    background-color: #F6F6F6;
    .c-tab--3depth {
        .c-tab__inner{
            background-color: #f6f6f6;
            & .c-tab__item {
                &:first-child {
                    margin-left: auto;
                }
            }
        }
    }
    .swiper-slide{
        width: calc(316*var(--ratio));
        .review-curation__btn{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }
    .c-title-area__sub{
        .c-title__main{
            font-size: calc(22 * var(--ratio));
        }
    }
    .c-button__inner{
        padding: calc(32*var(--ratio))  calc(20*var(--ratio))  calc(0*var(--ratio));
        .c-button__icon{
            transform: rotate(-90deg);
        }
    }
}

/* ================================ */
/* // 콘텐츠 > 리뷰큐레이션 */
/* ================================ */



/*  */
.l-article-style-find{
    background-color: #EFF8F2;
    .btn_style_find{
        position: absolute;
        top: 42.5%;
        width: 90%;
        height: 3.5%;
        left: 5%;
    }
    .c-toggle__content-inner{
        img{
            margin: 0 auto;
        }
    }
}
/*  */



.ui_modal_wrap .bestranking-popup .lay-conts h6 {
	line-height: 28px;
	font-size: 20px;
	font-weight: 700;
}

.ui_modal_wrap .bestranking-popup .btn-wrap {
	display: flex;
	padding: 8px 40px 40px;
}

.ui_modal_wrap .bestranking-popup .btn-wrap .btn {
	border-radius: 6px;
	font-weight: 700;
	padding: 11px 5px;
	width: calc(50% - 4px);
	font-size: 14px;
}

.ui_modal_wrap .bestranking-popup .btn-wrap .btn.white {
	font-weight: 500;
	border: 1px solid #ea1917;
	color: #ea1917;
}

.ui_modal_wrap .bestranking-popup .btn-close {
	position: absolute;
	top: 28px;
	right: 28px;
	width: 24px;
	height: 24px;
}

.ui_modal_wrap .bestranking-popup .btn-close::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url('/lg5-common/images/icons/btn-close-32.svg') no-repeat;
	background-size: 24px;
}


@media (max-width: 767px) {
	.ui_modal_wrap .bestranking-popup {
		background: #f6f6f6;
	}

	.ui_modal_wrap .bestranking-popup .lay-conts h6 {
		line-height: 24px;
		font-size: 16px;
	}

	.ui_modal_wrap .bestranking-popup .btn-wrap {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		background: #fff;
		padding: 20px 15px 0;
	}

	.ui_modal_wrap .bestranking-popup .btn-wrap .btn {
		width: 100%;
	}

	.ui_modal_wrap .bestranking-popup .btn-wrap .btn.white {
		border: 1px solid transparent;
		color: #333;
	}

	.ui_modal_wrap .bestranking-popup .btn-close {
		top: 16px;
		right: 16px;
	}
	.ui_modal_wrap .popup-wrap .pop-conts.no-footer {
		padding: calc(20 / 390 * 100vw);
	}

}
