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


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


.c-title__sub{
    font-size: calc(17 * var(--ratio));
    line-height: 1.2;
}
.c-title--normal {
    .c-title__eyebrow {
        font-size: calc(16 * var(--ratio));
        font-weight: 500;
        line-height: 140%;
        letter-spacing: calc(-0.64 * var(--ratio));
        color: #5d5d5d;
    }
}

.c-tooltip {
    .c-list {
        margin-right: 0;
        margin-left: 0;
    }
}

.c-button__icon--arrow-down-white{
    &.c-button__icon-right{
        transform: rotate(-90deg);
    }
}

.view-more-content {
    .limit-view__item.is-visible {
        visibility: visible;
        max-height: calc(2000 * var(--ratio));
        opacity: 1;
    }
}

.bottom_banner{
    position: relative;
    a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


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





.l-banner__bottom-box{
    padding-top: calc(24 * var(--ratio));
    margin: 0 calc(20 * var(--ratio));
}






/********************************************/
/************* // 공통 - 탭   *************/
/********************************************/
.c-tab--3depth {
    & .c-tab__item {
        &:first-child {
            margin-left: 0;
        }
    }
}
.c-tab--3depth {
    & .c-tab__inner {
        padding: calc(12 * var(--ratio)) 0;
    }
}
/********************************************/
/************* // 공통 - 탭   *************/
/********************************************/




.c-coupon {
    .c-coupon__title {
        min-width: calc(190 * var(--ratio)) !important;
    }

    .c-coupon--red {
        .c-coupon__title {
            min-width: 190px !important;
        }
        &:has([disabled]) {
            background-color: #ccc;
        }
    }
}


.l-article__banner-container{
    &.banner_txt_type01 {
        .l-article__banner-content{
            background-color: #F0ECE4;
            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: #940000;
                    }
                    .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: #F0ECE4;
            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: #940000;
                        }
                        
                        .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 {
                    min-width: calc(350 * 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;
            }
        }
    }
}








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

.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(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(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 #940000;
        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_deep_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;
            }
        }
    }
}

/********************************************/
/************* // 공통 - 타이틀   *************/
/********************************************/









/********************************************/
/************* // 가전 - 혜택   *************/
/********************************************/

.coupon-benefits-list{
    display: flex;
    gap: calc(10 * var(--ratio)); 
    flex-direction: column;
}


.l-article-appliances-benefis{
    .l-article__content{
        position: relative;
        .ha-benefits-button{
            position: absolute;
            &.ha-benefits-button01{
                top: 0;
                left: 0;
                width: 32%;
                height: 100%;
            }
            &.ha-benefits-button02{
                top: 0;
                left: 34%;
                width: 32%;
                height: 100%;
            }
            &.ha-benefits-button03{
                top: 0;
                left: 68%;
                width: 32%;
                height: 100%;
            }
        }
    }
}

.l-article-benefits-moreview{
    .l-article__inner{
        gap: 0;
        .c-tab__item {
            &:first-child {
                margin-left: auto;
            }
        }
    }
        .swiper-container{
            padding: 0!important;
            .swiper-slide{
                margin-right: 0;
                &:last-child{
                    margin-right: 0;
                }
                a{
                    position: absolute;
                    top:0;
                    left:0;
                    width: 100%;
                    height: 100%;
                }
            }
        }
}


.lge-benefits {
    .c-custom-accordion__area--fade {
        height: calc(188 * var(--ratio));

        &::after {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.70) 39.93%, #FFF 85.22%);
        }
    }
    .l-article__box{
        position: relative;
        .payment-benefits__btn {
            position: absolute;
            &.shinhan-benefit-preview__btn{
                top: 23%;
                left: 37%;
                width: 12%;
                height: 4%;
            }
            &.shinhan-more__btn{
                top: 23%;
                left: 51%;
                width: 20%;
                height: 4%;
            }
            &.digiroca-more__btn{
                top: 43%;
                left: 37%;
                width: 14%;
                height: 4%;
            }
            &.hyundai-more__btn{
                top: 62%;
                left: 37%;
                width: 14%;
                height: 4%;
            }
        }
    }
}

/********************************************/
/************* // 가전 - 혜택   *************/
/********************************************/








/********************************************/
/************* // 가전 - 특가   *************/
/********************************************/


.l-article-appliances-special{
    .l-banner__ico {
        width: calc(94 * var(--ratio));
        margin-right: calc(21 * var(--ratio));
    }
    .c-timer {
        margin-top: calc(12 * var(--ratio));   
    }
}


/********************************************/
/************* // 가전 - 특가   *************/
/********************************************/






/**************************************************/
/************* // 가전 - 지금 사기 좋은 딜   *************/
/**************************************************/

.l-article-appliances-special-deal{
    .l-article__inner{
        row-gap: calc(4 * var(--ratio));
    }
}

/**************************************************/
/************* // 가전 - 지금 사기 좋은 딜   *************/
/**************************************************/






/**************************************************/
/************* // 가전 - 여름 가전 리뉴얼   *************/
/**************************************************/
.l-article-appliances-renewal{
    .l-article__banner-container {
        &.banner_txt_type02 {
            & .l-article__banner-content {
                .l-article__banner-inner {
                    padding-top: calc(30 * var(--ratio));
                }
                .l-banner__ico {
                    width: calc(100 * var(--ratio));
                    margin-right: calc(31 * var(--ratio));
                }
            }
        }
    }
}

/**************************************************/
/************* // 가전 - 여름 가전 리뉴얼   *************/
/**************************************************/









/**************************************************/
/************* // 가전 - 새로 나온 가전 라인업   *************/
/**************************************************/

.l-article-appliances-new{
    .l-article__inner{
        row-gap: calc(4 * var(--ratio));
        .l-product__left{
            margin-bottom: calc(24 * var(--ratio));
            .c-product__image-wrapper{
                aspect-ratio: unset;
            }
        }
    }
}

/**************************************************/
/************* // 가전 - 새로 나온 가전 라인업   *************/
/**************************************************/




/**************************************************/
/************* // 가전 - 새로 나온 가전 라인업   *************/
/**************************************************/

.l-article-appliances-combination{
    .l-article__inner{
        row-gap: calc(4 * var(--ratio));
        .l-article__content-banner{
            margin: 0 calc(20 * var(--ratio)) calc(20 * var(--ratio));
        }
        .l-article__content-subtext{
            font-size: calc(17 * var(--ratio));
            font-weight: 600;
            margin: 0 calc(20 * var(--ratio)) calc(16 * var(--ratio));
        }
        .c-toggle--normal{
            margin-top: calc(16 * var(--ratio));
            .c-toggle__content {
                row-gap: calc(0 * var(--ratio));
                margin-top: calc(4 * var(--ratio));
            }
        }
        .c-button--text {
            .c-button__inner {
            }
            .c-button__label {
                font-size: calc(14 * var(--ratio));
                font-weight: 600;
            }
        }
        .c-button--text-arrow-down {
            .c-button__label {
                padding-right: calc(24 * var(--ratio));
                &::after {
                    width: calc(20 * var(--ratio));
                    height: calc(20 * var(--ratio));
                    background: url(/kr/event/promotions/images/icon-new-line-chevron-up-black.svg) no-repeat;
                    background-size: contain;
                }   

                .dark-mode &::after {
                    background: url(/kr/event/promotions/images/icon-new-line-chevron-up-white.svg) no-repeat;
                    background-size: contain;
                }
            }
        }
        .c-tab--3depth {
            margin-bottom: 0;
            .c-tab__list {
                margin-top: calc(4*var(--ratio));
            }
        }
        .swiper-slide{
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
            margin-top: calc(4 * var(--ratio));
        }
    }
}

/**************************************************/
/************* // 가전 - 새로 나온 가전 라인업   *************/
/**************************************************/






/**************************************************/
/************* // 가전 - 요즘 많이 찾는 제품   *************/
/**************************************************/
.l-article-sale-rankings{
    .l-article__inner{
        row-gap: calc(4 * var(--ratio));
        .c-title-area{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            .c-tooltip{
                margin-right: calc(20 * var(--ratio));
                font-size: calc(13 * var(--ratio));
                line-height: calc(20 * var(--ratio));
                .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(-257 * var(--ratio)) !important;
                        top: calc(27 * var(--ratio)) !important;
                        right: calc(-76 * var(--ratio)) !important;
                    }
                }
            }
        }
        .c-product__item.is-visible {
            margin-bottom: calc(12 * var(--ratio));
        }
        .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)) calc(0 * var(--ratio));
        }
    }
}

/**************************************************/
/************* // 가전 - 요즘 많이 찾는 제품   *************/
/**************************************************/







/****************************************************/
/******** 혼수이사 가전 랭킹 *********/
/****************************************************/
.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-special{
    .l-banner__ico {
        width: calc(94 * var(--ratio));
        margin-right: calc(21 * var(--ratio));
    }
    .c-timer {
        margin-top: calc(12 * 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;
        }
    }
}
/******************************************************/
/************* // 베스트 랭킹   *************/
/*****************************************************/






/******************************************************/
/************* // 구독 선배들의 리얼 후기   *************/
/*****************************************************/
.l-article-subscribe-review{
    background-color: #F4F4F4;
    .c-swiper{
        .swiper-slide{
            position: relative;
            width: calc(316 * var(--ratio));
            margin-right: calc(20 * var(--ratio));
            &:last-child{
                margin: 0;
            }
            a{
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }
    }
}


.l-article-subscribe-review-v2{
    .relative-area{
        margin: 0 calc(20*var(--ratio));
        a{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }
    /* .c-swiper{
        .swiper-slide{
            position: relative;
            width: calc(316 * var(--ratio));
            margin-right: calc(20 * var(--ratio));
            &:last-child{
                margin: 0;
            }
            a{
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }
    } */
}

/******************************************************/
/************* // 구독 선배들의 리얼 후기   *************/
/*****************************************************/



.l-article-subscribe-qna{
    .c-toggle--qna {
        .c-toggle__btn {
            padding: calc(16 * var(--ratio)) calc(40 * var(--ratio)) calc(16 * var(--ratio)) calc(12 * var(--ratio));
        }
    }
}





/******************************************************/
/************* // 홈스타일 > 혜택 > 리뷰이벤트   *************/
/*****************************************************/
.l-article-homestyle-benefis{
    .l-article__content{
        position: relative;
        .ha-benefits-button{
            position: absolute;
            &.ha-benefits-button01{
                top: 0;
                left: 0;
                width: 32%;
                height: 100%;
            }
            &.ha-benefits-button02{
                top: 0;
                left: 34%;
                width: 32%;
                height: 100%;
            }
            &.ha-benefits-button03{
                top: 0;
                left: 68%;
                width: 32%;
                height: 100%;
            }
        }
    }
}

/******************************************************/
/************* // 홈스타일 > 혜택 > 리뷰이벤트   *************/
/*****************************************************/





/******************************************************/
/************* // 홈스타일 > 혜택 > 리뷰이벤트   *************/
/*****************************************************/

.l-article-homestyle-review{

}

/******************************************************/
/************* // 홈스타일 > 혜택 > 리뷰이벤트   *************/
/*****************************************************/



/******************************************************/
/************* // 홈스타일 > 브랜드데이즈   *************/
/*****************************************************/
.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;
        }
    }
}
/******************************************************/
/************* // 홈스타일 > 브랜드데이즈   *************/
/*****************************************************/



/******************************************************/
/************* // 홈스타일 > 올뉴 위클리 특가   *************/
/*****************************************************/
.l-article-homestyle-weekly{
    .l-article__inner{
        .l-banner__ico {
            width: calc(94 * var(--ratio));
            margin-right: calc(21 * var(--ratio));
        }
        .c-timer {
            margin-top: calc(12 * var(--ratio));   
        }
        .c-button__inner {
            padding: calc(32 * var(--ratio)) calc(20 * var(--ratio)) 0;
        }
    }
}
/******************************************************/
/************* // 홈스타일 > 올뉴 위클리 특가   *************/
/*****************************************************/




/************************************************/
/************* // 홈스타일 > 타임세일 *************/
/************************************************/

.l-article-homestyle-timesale{
    .l-banner__ico {
        width: calc(94 * var(--ratio));
        margin-right: calc(21 * var(--ratio));
    }
    .c-product__badge--time-left{
        font-size: calc(12 * var(--ratio));
        font-weight: 600;
        line-height: calc(12 * var(--ratio));
        padding: calc(3 * var(--ratio)) calc(5 * var(--ratio));
        padding-left: calc(20 * var(--ratio));
        background: url(/kr//event/2026/04/01_all_new_sale/images/ico_red_bg_timer.svg) calc(4 * var(--ratio)) center / calc(14 * var(--ratio)) no-repeat;
        border: 1px solid #FD312E;
        border-radius: calc(4 * var(--ratio));
    }
}



/************************************************/
/************* // 홈스타일 > 타임세일 *************/
/***********************************************/






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

.l-article-homestyle-combination{
    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-combination {
    background-color: #000;
    .c-title__main {
        color: #fff;
        text-align: center;
    }
    .l-article__inner {
        gap: 0;
        padding: calc(64 * var(--ratio)) 0px calc(32 * var(--ratio));
        .l-article__banner {
            margin: 0 auto;
        }
        .l-article__content-banner {
            position: relative;
            margin: calc(12 * var(--ratio)) calc(20 * var(--ratio)) calc(32 * 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));
        }
    }
}


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




.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);
	}

}
