

    .c-coupon{
        max-width: 350px;
        margin:  auto;        
        .c-coupon--red{
            .c-coupon__title{
                min-width: 190px!important;
            }
            &:has([disabled]){
                background-color: #ccc;
            }
        }
        @media screen and (max-width: 767px) {
            .c-coupon__title{
                min-width: calc(190/390*100vw)!important;
            }
        }
    }
.l-article__banner-container{
    &.banner_txt_type01{
        padding-top: 36px;
        .l-article__banner-content{
            background-color: #F0ECE4;
            border-radius: 40px 40px 0px 0px;
            .l-article__banner-inner{
                max-width: 1186px;
                min-height: 160px;
                margin: 0 auto;
                padding-left: 20px;
                padding-right: 20px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                .l-banner__title{
                    display: flex;
                    flex-direction: column;
                    gap: 2px;
                    .l-banner_title_desc{
                        font-size: 18px;
                        font-weight: 700;
                        line-height: 1.4;
                        letter-spacing: -0.03em;
                        color: #940000;
                    }
                    .l-banner_title_title{
                        font-size: 32px;
                        font-weight: 700;
                        line-height: 1.2;
                        letter-spacing: -0.04em;
                    }
                }
                .l-banner__ico{
                    padding-right: 120px;
                }
            }
        }
    }
    &.banner_txt_type02{
        padding-top: 36px;
        .l-article__banner-content{
            background-color: #F0ECE4;
            border-radius: 40px 40px 0px 0px;
            .l-article__banner-inner{
                max-width: 1186px;
                min-height: 160px;
                margin: 0 auto;
                padding-left: 20px;
                padding-right: 20px;
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                .l-banner__title{
                    display: flex;
                    height: 160px;
                    flex-direction: column;
                    gap: 2px;
                    justify-content: center;
                    .l-banner_title_desc{
                        font-size: 18px;
                        font-weight: 700;
                        line-height: 1.4;
                        letter-spacing: -0.03em;
                        color: #940000;
                    }
                    .l-banner_title_title{
                        font-size: 32px;
                        font-weight: 700;
                        line-height: 1.2;
                        letter-spacing: -0.04em;
                    }
                }
                .l-banner__ico{
                    margin-left: auto;
                    margin-right: 21px;
                    margin-top: 32px;
                }
                .c-timer{
                    margin-top: 65px;
                }
            }
        }
    }
    &.banner_txt_type02_coupon{
        padding-top: 36px;
        .l-article__banner-content{
            background-color: #F0ECE4;
            border-radius: 40px 40px 0px 0px;
            .l-article__banner-inner{
                max-width: 1186px;
                min-height: 160px;
                margin: 0 auto;
                padding-left: 20px;
                padding-right: 20px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                .l-banner__title{
                    display: flex;
                    height: 160px;
                    flex-direction: column;
                    gap: 2px;
                    justify-content: center;
                    .l-banner_title_desc{
                        font-size: 18px;
                        font-weight: 700;
                        line-height: 1.4;
                        letter-spacing: -0.03em;
                        color: #940000;
                    }
                    .l-banner_title_title{
                        font-size: 32px;
                        font-weight: 700;
                        line-height: 1.2;
                        letter-spacing: -0.04em;
                    }
                }
                .l-banner__ico{
                    margin-left: auto;
                    margin-right: 21px;
                    margin-top: unset;
                }
                .c-timer{
                    margin-top: 65px;
                }
            }
        }
    }
    .c-coupon__banner{
        background-color: #2b2b2b;
        mask-image: unset;
        border-radius: 8px;
        margin-left: 0;
        margin-right: 0;
        .c-coupon__benefit {
            width: 51px;
            padding-left: 7px;
        }
        .c-coupon__title{
            min-width: 244px;
            margin: 15.5px 0px;
        }
        .c-coupon__title-main {
            font-size: 15px;
            color: var(--lge-gray-g00);
            line-height: 24px;
        }
        .c-coupon__title-main {
        }

        .c-coupon__title-desc {
            color: var(--lge-gray-g00);
        }
        .c-coupon__button-box {
            width: 55px;
        }
        .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/28px no-repeat;
            @media screen and (max-width: 767px) {
                background: url('/kr/event/2026/04/01_all_new_sale/images/icon-new-black-coupon.svg') center/calc(28/390*100vw) no-repeat;
            }
        }
    }
    @media screen and (max-width: 767px) {
        &.banner_txt_type01{
            padding-top: calc(32/390*100vw);
            .l-article__banner-content{
                border-radius: calc(24/390*100vw) calc(24/390*100vw) 0px 0px;
                .l-article__banner-inner{
                    min-height: calc(120/390*100vw);
                    padding-left: 0;
                    padding-right: 0;
                    .l-banner__title{
                        display: flex;
                        flex-direction: column;
                        gap: calc(2/390*100vw);
                        margin-left: calc(36/390*100vw);
                        .l-banner_title_desc{
                            font-size: calc(16/390*100vw);
                            letter-spacing: -0.04em;
                        }
                        .l-banner_title_title{
                            font-size: calc(26/390*100vw);
                            line-height: 1.4;
                        }
                    }
                    .l-banner__ico{
                        padding-right: 0;
                        width: calc(94/390*100vw);
                        margin-right: calc(28/390*100vw);

                    }
                }
            }
        }
        &.banner_txt_type02{
            padding-top: calc(32/390*100vw);
            .l-article__banner-content{
                border-radius: calc(24/390*100vw) calc(24/390*100vw) 0px 0px;
                .l-article__banner-inner{
                    min-height: calc(206/390*100vw);
                    align-items: center;
                    padding-left: 0;
                    padding-right: 0;
                    display: flex;
                    flex-wrap: wrap;
                    align-content: flex-start;
                    padding-top: calc(13/390*100vw);
                    .l-banner__title{
                        display: flex;
                        height: unset;
                        flex-direction: column;
                        gap: calc(2/390*100vw);
                        margin-left: calc(36/390*100vw);
                        min-width: 0;
                        .l-banner_title_desc{
                            font-size: calc(16/390*100vw);
                            letter-spacing: -0.04em;
                            color: #940000;
                        }
                        .l-banner_title_title{
                            font-size: calc(26/390*100vw);
                            line-height: 1.4;
                        }
                    }
                    .l-banner__ico{
                        padding-right: 0;
                        width: calc(94/390*100vw);
                        margin-right: calc(36/390*100vw);
                        min-width: 0;
                        margin-top: unset;
                    }
                    .c-timer{
                        min-width: calc(350/390*100vw);
                        flex: 0 0 100%;
                        margin-top: calc(13/390*100vw);
                        margin-left: calc(20/390*100vw);
                    }
                }
            }
        }
        .c-coupon__banner{
            height: calc(55/390*100vw);
            border-radius: calc(8/390*100vw);
            margin: auto;
            .c-coupon__benefit {
                width: calc(51/390*100vw);
                padding-left: calc(7/390*100vw);
            }
            .c-coupon__title{
                min-width: calc(239/390*100vw);
                margin: calc(15.5/390*100vw) 0px;
            }
            .c-coupon__title-main {
                font-size: calc(15/390*100vw);
                color: var(--lge-gray-g00);
                line-height: calc(24/390*100vw);
            }
            .c-coupon__button-box {
                width: calc(60/390*100vw);
            }
            .c-coupon__ico--coupon{
                background: url('/kr/event/2026/04/01_all_new_sale/images/icon-new-black-coupon.svg') center/28px no-repeat;
                @media screen and (max-width: 767px) {
                    background: url('/kr/event/2026/04/01_all_new_sale/images/icon-new-black-coupon.svg') center/calc(28/390*100vw) no-repeat;
                }
            }
        }
    }
}






/* ========================= */
/* 버튼 */
/* ========================= */

.c-swiper.c-swiper {
    .swiper-container {
        display: flex;
        flex-direction: column-reverse;
    }
}

.event-benefit-template .c-button-group {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 48px;
}
.event-benefit-template .c-button-group .c-button {
    min-width: 260px;
}
.event-benefit-template .c-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0 0 0;
    column-gap: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.2px;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;

}
.view-more-content{
    .c-button{
        padding-top: 48px;
    }
}
.event-benefit-template .c-button__icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    fill: currentColor;
    justify-content: center;
    align-items: center;
}
.c-button__icon--arrow-down-white {
    background: url('/kr/event/promotions/images/icon-line-chervron-right-white.svg') no-repeat;
    background-size: 7px 12px;
    transform: rotate(90deg);
    background-position: center;
}
.c-button__icon--arrow-white {
    background: url('/kr/event/promotions/images/icon-line-chervron-right-white.svg') no-repeat;
    background-size: 7px 12px;
    background-position: center;
}
@media screen and (max-width: 767px) {

    .event-benefit-template .c-button-group {   
        margin-top: calc(32/390*100vw);
    }
    .event-benefit-template .c-button-group .c-button {
        min-width: initial;
        flex-grow: 1;
        flex-basis: 0;
    }

    .event-benefit-template .c-button {
        width: 100%;
        padding: calc(10 / 390 * 100vw) calc(12 / 390 * 100vw);
        column-gap: calc(4 / 390 * 100vw);
        font-size: calc(15 / 390 * 100vw);
        line-height: 133.333%;
        letter-spacing: calc(-0.2em/15);
        border-radius: calc(8 / 390 * 100vw);
    }
    .c-button-group .linker-icon--white {background-size: calc(14 / 390 * 100vw) calc(14 / 390 * 100vw)}
    .c-button-group .linker-icon--black {background-size: calc(14 / 390 * 100vw) calc(14 / 390 * 100vw)}
    .view-more-content{
        .c-button{
            padding-top: calc(32/390*100vw);
            padding-bottom: 0;
        }
    }
}


[data-accordion-toggle="true"] {
    .c-custom-accordion__btn {
        width: 350px;
        padding: 16px 0;
        color: #111;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: -0.2px;
        border: solid 1px #000;
    }
    @media screen and (max-width: 767px){
        .c-custom-accordion__btn {
            width: calc(350/390*100vw);
            padding: calc(11/390*100vw) 0;
            font-size: calc(16/390*100vw);
        }
    }
}


.l-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    padding: 17px 0;
    color: #fff!important;
    background-color: #111!important;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.2px;
    border-radius: 60px;
    gap: 2px;
}
@media screen and (max-width: 767px){
    .l-button {
        width: calc(350/390*100vw);
        padding: calc(11/390*100vw) 0;
        font-size: calc(16/390*100vw);
    }
}




/* ========================= */
/* // 버튼 */
/* ========================= */

.l-article{
    &.all_new_sale_banner{
        .l-article__inner{
            padding-bottom: 36px;
            .l-article__content{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                gap: 24px;
            }
        }
    }
    @media screen and (max-width: 767px) {
        &.all_new_sale_banner{
            .l-article__inner{
                padding-bottom: calc(32/390*100vw);
                .l-article__content{    
                    flex-direction: column;
                    gap: calc(12/390*100vw);
                }
            }
        }
        .c-tab--round {
            .c-tab__list {
                padding: calc(12/390*100vw) 0;
            }
        }
    }
}

.c-tab--3depth-type01 {
    .c-tab__inner {
        background-color: var(--lge-gray-g00);
    }
    .c-tab__item {
        border-color: var(--primary-black);
        &.active {
            background-color: var(--primary-black);
            border-color: var(--primary-black);

            .c-tab__button {
                color: var(--lge-gray-g00);
            }
        }
    }
    .c-tab__button {
        color: #000;
    }
}

.c-tab {
    &.c-tab--3depth-type01 {
        &.c-tab__item {
            margin-bottom: 2px;
            &:first-child {
                margin-left: 0;
            }
        }
        .c-tab__inner{
            padding: 12px 0 10px;
            @media screen and (max-width: 767px) {
                padding: calc(12/390*100vw) 0 calc(9/390*100vw);
            }
        }
    }
}
.c-tab--round {
    .c-tab__list {
        flex-wrap: nowrap;
        column-gap: 8px;
        padding: 12px 0;
    }
    @media screen and (max-width: 767px) {
        .c-tab__list {
            flex-wrap: nowrap;
            column-gap: calc(8/390*100vw);
            padding: 12px 0;
        }
    }
}
.c-tab--3depth {
    .c-tab__list {
        column-gap: 8px;
    }
    @media screen and (max-width: 767px) {
        .c-tab__list {
            column-gap: calc(8/390*100vw);
            padding-bottom: calc(3/390*100vw);
        }
    }
}

.c-tab--round-filed-black {
    .c-tab__button {
        border: solid 1px #000;
    }
}


/********************************************/
/************* // 공통 - 탭스타일   ***********/
/********************************************/






/********************************************/
/*************  공통 - 툴팁   *************/
/********************************************/
.c-tooltip{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #111;
    .ui_tooltip-target {
        background: url(/kr/event/2026/04/01_all_new_sale/images/icon_tooltip_notice_gray.svg) center/14px no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        margin-top: 0;
    }
    .tooltip-box {
        left: unset;
        top: 20px;
        right: -80px;
        .title{
            font-size: 18px;
            font-weight: 700;
        }
    }
}
@media screen and (max-width: 767px) {
    .c-tooltip{
        display: flex;
        align-items: center;
        font-size: calc(13/390*100vw);
        color: #111;
        .ui_tooltip-target {
            background: url(/kr/event/2026/04/01_all_new_sale/images/icon_tooltip_notice_gray.svg) center/calc(18/390*100vw) no-repeat;
            background-size: contain;
            width: calc(18/390*100vw);
            height: calc(18/390*100vw);
            margin-top: 0;
        }
        .tooltip-box {
            left: unset;
            top: 20px;
            right: -80px;
            .title{
                font-size: calc(18/390*100vw);
                font-weight: 700;
            }
        }
    }
}

/********************************************/
/************* // 공통 - 툴팁   *************/
/********************************************/






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

.c-title-area{
    .c-title{
        .c-title__sub{
            font-size: 18px;
            font-weight: 600;
            color: #111;
            text-align: center;
        }
        &.c-title--normal {
            .c-title__main {
                font-size: 32px;
                font-weight: 700;
                line-height: 140%;
                letter-spacing: -0.02em;
            }
        }
    }
    .c-title__desc{
        font-size: 18px;
        color: #777;
        line-height: 1.4;
        text-align: left;
    }
    @media screen and (max-width: 767px) {
        .c-title{
            .c-title__sub{
                font-size: calc(17/390*100vw);
                line-height: 1.444;
            }
            &.c-title--normal {
                .c-title__main {
                    font-size: calc(26/390*100vw);
                    font-weight: 700;
                }
            }
        }
        .c-title__desc{
            letter-spacing: -0.02em;
            font-size: calc(16/390*100vw);
        }
    }
}


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






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

.c-timer{

    /* 쿠폰타이머 방식 */
    &.c-timer--type01{
        display: flex;
        flex-direction: row;
        color: #000;
        line-height: 24px;
        font-weight: 600;
        @media screen and (max-width: 767px){
            font-size: calc(14/390*100vw);
            gap: calc(8/390*100vw);
            line-height: calc(20/390*100vw);
        }
        .c-timer__icon{
            @media screen and (max-width: 767px){
                display: flex;
                width: calc(20/390*100vw);
                height: calc(20/390*100vw);
                background: url('/kr/event/2026/04/01_all_new_sale/images/ico_red_timer.svg') center/calc(20/390*100vw) no-repeat ;
                margin-top: calc(1/390*100vw);
            }
        }
        .c-timer__content{
            @media screen and (max-width: 767px){
                display: flex;
                gap: calc(2/390*100vw);
            }
        }
    }
    /* // 쿠폰타이머 방식 */
    

    
    /* 특가 타이머 방식 */
    &.c-timer--type02{
        position: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #fff;
        line-height: 1.3;
        font-weight: 800;
        background-color: #2B2B2B;
        font-size: 18px;
        line-height: 24px;
        bottom: 40px;
        right: 117px;
        padding: 16px 20px;
        border-radius: 8px;
        max-width: 350px;
        width: 100%;
        height: 55px;
        .c-timer__title{
            font-size: 15px;
            font-weight: 600;
        }
        .c-timer__content-wrap{
            display: flex;
            gap: 8px;
            .c-timer__icon{
                display: flex;
                width: 18px;
                height: 18px;
                background: url('/kr/event/2026/04/01_all_new_sale/images/ico_white_timer.svg') center/18px no-repeat ;
                margin-top: 2px;
                }
            .c-timer__content{
                display: flex;
                gap: 2px;
                .c-timer__box{
                    display: flex;
                    flex-direction: row;
                    gap: 1px;
                    &::after{
                        content: ':';
                        line-height: 20px;
                    }
                    &:last-child{
                        &::after{
                            display: none;
                        }
                    }
                }
            }
            .c-timer__unit{
                font-size: 0;
                display: none;
            }
        }
        @media screen and (max-width: 767px){
            font-size: calc(18/390*100vw);
            line-height: calc(20/390*100vw);
            left: calc(20/390*100vw);
            right: calc(20/390*100vw);
            bottom: calc(24/390*100vw);
            padding: calc(16/390*100vw) calc(20/390*100vw);
            border-radius: calc(8/390*100vw);
            max-width: calc(350/390*100vw);
            width: 100%;
            height: auto;
            .c-timer__title{
                font-size: calc(15/390*100vw);
            }
            .c-timer__content-wrap{
                gap: calc(8/390*100vw);
                .c-timer__icon{
                    width: calc(18/390*100vw);
                    height: calc(18/390*100vw);
                    background: url('/kr/event/2026/04/01_all_new_sale/images/ico_white_timer.svg') center/calc(18/390*100vw) no-repeat ;
                    margin-top: calc(1/390*100vw);
                    }
                .c-timer__content{
                    display: flex;
                    gap: calc(2/390*100vw);
                    .c-timer__box{
                        gap: calc(2/390*100vw);
                        &::after{
                            content: ':';
                            line-height: calc(16/390*100vw);
                        }
                        &:last-child{
                            &::after{
                                display: none;
                            }
                        }
                    }
                }
                .c-timer__unit{
                    font-size: 0;
                    display: none;
                }
            }
        }
    }


    
    /* 특가 타이머 방식 */
    &.c-timer--type03{
        position: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #fff;
        line-height: 1.3;
        font-weight: 800;
        background-color: #2B2B2B;
        font-size: 18px;
        line-height: 24px;
        bottom: 40px;
        right: 117px;
        padding: 16px 20px;
        border-radius: 8px;
        max-width: 350px;
        width: 100%;
        height: 55px;
        .c-timer__title{
            font-size: 15px;
            font-weight: 600;
        }
        .c-timer__content-wrap{
            display: flex;
            gap: 8px;
            .c-timer__icon{
                display: flex;
                width: 18px;
                height: 18px;
                background: url('/kr/event/2026/04/01_all_new_sale/images/ico_white_timer.svg') center/18px no-repeat ;
                margin-top: 2px;
                }
            .c-timer__content{
                display: flex;
                gap: 2px;
                .c-timer__box{
                    display: flex;
                    flex-direction: row;
                    gap: 1px;
                    &::after{
                        content: ':';
                        line-height: 20px;
                    }
                    &:last-child{
                        &::after{
                            display: none;
                        }
                    }
                }
            }
            .c-timer__unit{
                font-size: 0;
                display: none;
            }
        }
        @media screen and (max-width: 767px){
            font-size: calc(18/390*100vw);
            line-height: calc(20/390*100vw);
            left: calc(20/390*100vw);
            right: calc(20/390*100vw);
            bottom: calc(24/390*100vw);
            padding: calc(17.5/390*100vw) calc(20/390*100vw);
            border-radius: calc(8/390*100vw);
            max-width: calc(350/390*100vw);
            width: 100%;
            height: auto;
            .c-timer__title{
                font-size: calc(15/390*100vw);
            }
            .c-timer__content-wrap{
                gap: calc(8/390*100vw);
                .c-timer__icon{
                    width: calc(18/390*100vw);
                    height: calc(18/390*100vw);
                    background: url('/kr/event/2026/04/01_all_new_sale/images/ico_white_timer.svg') center/calc(18/390*100vw) no-repeat ;
                    margin-top: calc(1/390*100vw);
                    }
                .c-timer__content{
                    display: flex;
                    gap: calc(2/390*100vw);
                    .c-timer__box{
                        gap: calc(2/390*100vw);
                        &::after{
                            content: ':';
                            line-height: calc(20/390*100vw);
                        }
                        &:last-child{
                            &::after{
                                display: none;
                            }
                        }
                    }
                }
                .c-timer__unit{
                    font-size: 0;
                    display: none;
                }
            }
        }
    }

    
    /* 특가 타이머 방식 */
    &.c-timer--type04{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        line-height: 20px;
        font-weight: 600;
        font-size: 14px;
        max-width: 350px;
        width: 100%;
        height: 40px;
        border: 1px solid #940000;
        border-radius: 8px;
        padding: 10px 20px;
        .c-timer__title{
            font-size: 14px;
            font-weight: 600;
        }
        .c-timer__content-wrap{
            display: flex;
            gap: 4px;
            .c-timer__icon{
                display: flex;
                width: 20px;
                height: 20px;
                background: url('/kr/event/2026/04/01_all_new_sale/images/ico_deep_red_bg_timer.svg') center/20px no-repeat ;
                }
            .c-timer__content{
                display: flex;
                gap: 2px;
                .c-timer__box{
                    display: flex;
                    flex-direction: row;
                    gap: 1px;
                    &::after{
                        content: ':';
                        line-height: 16px;
                    }
                    &:last-child{
                        &::after{
                            display: none;
                        }
                    }
                }
            }
            .c-timer__unit{
                font-size: 0;
                display: none;
            }
        }
        @media screen and (max-width: 767px){
            line-height: calc(20/390*100vw);
            font-size: calc(14/390*100vw);
            max-width: calc(350/390*100vw);
            height:  calc(40/390*100vw);
            border-radius: calc(8/390*100vw);
            padding: calc(10/390*100vw)  calc(20/390*100vw);
            margin: 0 calc(20/390*100vw) calc(12/390*100vw); 
            .c-timer__title{
                font-size: calc(14/390*100vw);
            }
            .c-timer__content-wrap{
                display: flex;
                gap: calc(4/390*100vw);
                .c-timer__icon{
                    display: flex;
                    width: calc(20/390*100vw);
                    height: calc(20/390*100vw);
                    background: url('/kr/event/2026/04/01_all_new_sale/images/ico_deep_red_bg_timer.svg') center/calc(20/390*100vw) no-repeat ;
                    }
                .c-timer__content{
                    display: flex;
                    gap: calc(2/390*100vw);
                    .c-timer__box{
                        display: flex;
                        flex-direction: row;
                        gap: calc(1/390*100vw);
                        &::after{
                            content: ':';
                            line-height: calc(20/390*100vw);
                        }
                        &:last-child{
                            &::after{
                                display: none;
                            }
                        }
                    }
                }
                .c-timer__unit{
                    font-size: 0;
                    display: none;
                }
            }
        }
    }
}

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







/*****************************************************/
/************* // 공통 - 상단 혜택영역     *************/
/****************************************************/

.l-article-appliances-benefis{
    .l-article__inner{
        gap: 12px;
    }
    .ha-benefits-button{
        position: absolute;
        top: 0;
        &.ha-benefits-button01{
            width: 30.5%;
            height: 100%;
            top: 0;
            left: 2.3%;
        }
        &.ha-benefits-button02{
            width: 30.5%;
            height: 100%;
            top: 0;
            left: 34.8%;
        }
        &.ha-benefits-button03{
            width: 30.5%;
            height: 100%;
            top: 0;
            left: 67.1%;
        }
    }
    .c-title__eyebrow{
        color: #777;
    }
}
.l-article-benefits-moreview {
    &.l-article {
        .l-article__inner {
            gap: 0;
            .coupon-benefits-list{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
                row-gap: 10px;
                column-gap: 10px;
            }
        }
        .c-timer__content{
            gap: 2px;
            display: flex;
        }
    }
    .c-toggle__btn{
        font-size: 13px;
        font-weight: 400;
    }
    .l-article__content{
        gap: 0px;
    }
    max-width: 860px;
    margin: 0 auto;
    .c-tab__inner{
        background-color: #fff;
    }
    & .c-custom-accordion__area--fade {
        height: 180px;
        &::after {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 42%, rgba(255, 255, 255, 0.70) 52.13%, #FFF 60.22%);
        }
        #anchor01_end{
            margin: auto;
            max-width: 820px;
            width: 100%;
        }
    }
    .c-custom-accordion__area--none{
        .l-article__inner{
            padding-top: 0;
            padding-bottom: 0;
        }
    }
    .payment-benefits__btn {
        position: absolute;
        &.shinhan-benefit-preview__btn{
            top: 37%;
            left: 16%;
            width: 5%;
            height: 7%;
        }
        &.shinhan-more__btn{
            top: 37%;
            left: 22%;
            width: 8%;
            height: 7%;
        }
        &.digiroca-more__btn{
            top: 37%;
            left: 48%;
            width: 6%;
            height: 7%;
        }
        &.hyundai-more__btn{
            top: 37%;
            left: 79%;
            width: 7%;
            height: 7%;
        }
    }
    .c-timer{
        &.c-timer--type01{
            color: #fff;
            font-weight: 400;
            line-height: 16px;
            padding-left: 20px;
            padding-top: 2px;
            background: url('/kr//event/2026/04/01_all_new_sale/images/ico_white_bg_timer.svg') left center/16px no-repeat;
        }
    }
    .swiper-multiple{
        .swiper-wrapper{
            display: flex;
            flex-direction: row;
            gap: 16px;
            .swiper-slide{
                position: relative;
                width: 402px;
                a{
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                }
            }
        }
    }
    
    .l-article__content_review{
        .c-button-group{
            margin: 12px 0px 16px;
        }
    }

}
@media screen and (max-width: 767px) {
    .l-article-benefits-moreview {
        &.l-article {
            .l-article__inner {
                .coupon-benefits-list{
                    row-gap: calc(10/390*100vw);
                    column-gap: calc(10/390*100vw);
                }
            }
        }
        .c-tab--round {
            .c-tab__list {
                padding: calc(12/390*100vw) 0;
            }
        }
        .c-tab__inner{
            background-color: #fff;
        }
        & .c-custom-accordion__area--fade {
            height: calc(155/390*100vw);
            &::after {
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 37%, rgba(255, 255, 255, 0.70) 62.13%, #FFF 68.22%);
            }
            #anchor01_end{
                margin: 0 calc(20/390*100vw);
                width: auto;
            }
        }
        .c-custom-accordion__area--none{
            .l-article__inner{
                padding-bottom: 0;
            }
        }
        .payment-benefits__btn {
            position: absolute;
            &.shinhan-benefit-preview__btn{
                top: 18%;
                left: 37%;
                width: 12%;
                height: 4%;
            }
            &.shinhan-more__btn{
                top: 18%;
                left: 51%;
                width: 20%;
                height: 4%;
            }
            &.digiroca-more__btn{
                top: 39%;
                left: 37%;
                width: 14%;
                height: 4%;
            }
            &.hyundai-more__btn{
                top: 59%;
                left: 37%;
                width: 14%;
                height: 4%;
            }
        }
        .c-timer{
            &.c-timer--type01{
                color: #fff;
                font-size: calc(11/390*100vw);
                line-height: calc(16/390*100vw);
                padding-left: calc(20/390*100vw);
                padding-top: calc(2/390*100vw);
                background: url('/kr//event/2026/04/01_all_new_sale/images/ico_white_bg_timer.svg') left center/calc(16/390*100vw) no-repeat;
            }
        }
        .swiper-multiple{
            width: calc(350/390*100vw);
            margin: 0 calc(20/390*100vw);
            .swiper-wrapper{
                gap: 0;
                .swiper-slide{
                    margin: 0!important;
                    position: relative;
                    width: calc(350/390*100vw);
                    &:nth-child(2){
                        
                        img{
                            width: calc(350/390*100vw);
                            margin-left: calc(20/390*100vw);
                        }
                    }
                }
            }
        }
        .c-button{
            padding-top: calc(32/390*100vw);
            padding-bottom: 0;
            margin-top: 0!important;
        }
        .c-swiper.c-swiper {
            .c-swiper__controls {
                margin-top: 0;
                padding: calc(20 / 390 * 100vw) 0 0;
            }
        }
    
    .l-article__content_review{
        .relative-area{
            margin: 0 calc(20/390*100vw);
        }
        .c-button-group{
            margin: calc(12/390*100vw) 0px calc(10/390*100vw);
        }
    }

    }

    .l-article-appliances-benefis{
        .l-article__inner{
            gap: calc(12/390*100vw);
        }
        .l-article__content{
            &:nth-child(2){
            }
            .ha-benefits-button{
                &.ha-benefits-button01{
                    width: 31.2%;
                    height: 100%;
                    top: 0;
                    left: 0;
                }
                &.ha-benefits-button02{
                    width: 31.2%;
                    height: 100%;
                    top: 0;
                    left: 34.3%;
                }
                &.ha-benefits-button03{
                    width: 31.2%;
                    height: 100%;
                    top: 0;
                    left: 68.6%;
                }
            }
        }
        
    }
}

/*****************************************************/
/************* // 공통 - 상단 혜택영역     *************/
/****************************************************/





/********************************************/
/************* // 공통 - 컨텐츠 영역   *************/
/********************************************/

.event-benefit-template{
    .l-article{
        .l-article__banner{
            position: relative;
            container-type: inline-size; 
        }
        .l-article__banner_small{
            @media screen and (max-width: 767px){
                padding: 0 calc(20/390*100vw);
            }
        }
        @media screen and (max-width: 767px) {
            max-width: 100%;
        }
    }
}

/********************************************/
/************* // 공통 - 컨텐츠 영역   *************/
/********************************************/




/*****************************************************/
/***************    위클리 특가 영역     ***************/
/****************************************************/

.l-article-appliances-special{
    .l-article__content{
        gap: 0;
    }
    @media screen and (max-width: 767px) {
        .c-title {
            .c-title__main{
                text-align: left;
            }
        }
    }
}

/*****************************************************/
/***************   // 위클리 특가 영역     ***************/
/****************************************************/







/*****************************************************/
/*************** 지금 사기 좋은 가전 DEAL ***************/
/****************************************************/

.l-article-appliances-special-deal{
    .l-article__inner{
        gap: 0;
        .l-article__content{
            gap: 0;
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner:has(.c-product) .c-title {
                text-align: left;
        }
    }
}

/*****************************************************/
/*************** // 지금 사기 좋은 가전 DEAL ***************/
/****************************************************/





/*****************************************************/
/*************** 홈 리뉴얼 특가 ***************/
/****************************************************/

.l-article-appliances-renewal{
    
    .l-article__inner{
        gap: 0;
        .l-article__content{
            gap: 0;
        }
    }
    @media screen and (max-width: 767px) {
        .c-tab {
            margin: 0;
        }
        .l-banner__ico{
            margin-top: calc(18/390*100vw)!important;
            width: calc(101/390*100vw)!important;
        }
        
    }
}

/*****************************************************/
/*************** // 홈 리뉴얼 특가 ***************/
/****************************************************/





/*****************************************************/
/*************** 한 발 빠른 5월 선물 준비 ***************/
/****************************************************/

.l-article-appliances-present{    
    .l-article__inner{
        gap: 0;
        .l-article__content{
            gap: 0;
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner:has(.c-product) .c-title {
            text-align: left;
        }
        .c-tab {
            margin: 0;
        }
    }
}

/*****************************************************/
/*************** // 한 발 빠른 5월 선물 준비 ***************/
/****************************************************/








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

.l-article-appliances-new{
    .l-article__inner{
        gap: 0;
        .l-article__content{
            gap: 0;
        }
        .l-product__right{
            max-width: 552px;
        }
        .l-product{
            gap: 40px;
        }
        .l-banner__bottom{
            display: flex;
            margin-top: 40px;
            align-items: center;
            justify-content: center;
            .l-banner__bottom-box{
                position: relative;
                .l-banner__bottom_link{
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .l-product__left{
            .c-product__image-wrapper{
                aspect-ratio: 350/256;
            }
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner:has(.c-product) .c-title {
            text-align: left;
        }
        .c-tab {
            margin: 0;
        }
        .l-article__inner{
            gap: 0;
            .l-article__content{
                gap: 0;
            }
            .l-product__right{
                max-width: 100%;
            }
            .l-product{
                gap: 0px;
            }
            .l-product__left{
                margin-bottom: calc(24/390*100vw);
            }
            .l-banner__bottom{
                margin: calc(24/390*100vw) calc(20/390*100vw) 0;
            }
            .l-product__left{
                .c-product__image-wrapper{
                    aspect-ratio: 350/236;
                }
            }
        }
    }
}

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







/*****************************************************/
/*************** 함께하면 더 좋은 가전***************/
/****************************************************/

.l-article-appliances-combination{
    .l-article__inner{
        gap: 0;
        .l-article__content{
            gap: 0;
            .l-article__content__flex{
                display: flex;
                flex-wrap: wrap;
                flex-direction: row;
                column-gap: 40px;
                .l-article__content__flex__box{
                    width: calc(50% - 20px);
                    .l-article__content-subtext{
                        font-size: 22px;
                        letter-spacing: -0.04em;
                        line-height: 1.4;
                        color: #111;
                        font-weight: 600;
                    }
                }
            }
        }
        .c-toggle{
            margin-top: 24px;
                .hidden-mo{
                    .hidden-mo_box{
                        min-width: 1186px;
                        margin-left: -10px;
                    }
                }
            .c-toggle__btn-wrap{
                .c-toggle__btn{
                    font-size: 22px;
                    font-weight: 600;
                    color: #111;
                    line-height: 31px;
                    padding-right: 32px;
                    &::after{
                        content: "";
                        position: absolute;
                        width: 24px;
                        height: 24px;
                        top: 50%;
                        right: 0;
                        background: url(/kr/event/2026/04/01_all_new_sale/images/ico_big_down_arrow.svg) center/24px 24px no-repeat;
                        transform: translateY(-50%);
                        transform-origin: center;
                        transition: transform 0.3s;
                    }
                }
            }
            &.on{
                .c-toggle__btn-wrap{
                    .c-toggle__btn{
                        &::after{
                            transform: translateY(-50%) rotate(180deg);
                        }
                    }
                }
            }
        }
        .swiper-container-wrap.c-swiper{
            .swiper-slide{
                padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
                img{
                    box-shadow: 0 0 1px 0 rgba(33, 39, 49, 0.00), 0 2px 10px 0 rgba(33, 39, 49, 0.15);
                }
            }
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner:has(.c-product) .c-title {
            text-align: left;
        }
        .c-tab {
            margin: 0;
        }
        .l-article__inner{
            .l-article__content{
                gap: 0;
                .l-article__content__flex{
                    display: block;
                    .l-article__content__flex__box{
                        width: unset;
                        .l-article__content-banner{
                            padding-right: calc(20/390*100vw);
                            padding-left: calc(20/390*100vw);
                        }
                        .l-article__content-subtext{
                            font-size: calc(17/390*100vw);
                            letter-spacing: -0.3px;
                            padding-right: calc(20/390*100vw);
                            padding-left: calc(20/390*100vw);
                        }
                    }       
                }
            }
            .c-toggle{
                margin-top: 0;
                .c-toggle__btn-wrap{
                    margin: 0 calc(20/390*100vw);
                    text-align: center;
                        .c-toggle__btn {
                        font-size: calc(14/390*100vw);
                        line-height: calc(20/390*100vw);
                        color: #111;
                        padding-right: calc(24/390*100vw);
                        &::after{
                            content: "";
                            position: absolute;
                            width: calc(20/390*100vw);
                            height: calc(20/390*100vw);
                            top: 50%;
                            right: 0;
                            background: url(/kr/event/2026/04/01_all_new_sale/images/ico_big_down_arrow.svg) center/calc(20/390*100vw) calc(20/390*100vw) no-repeat;
                            transform: translateY(-50%);
                            transform-origin: center;
                            transition: transform 0.3s;
                        }
                    }
                }
                .c-toggle__content{
                    margin-top: calc(4/390*100vw);
                }
                &.on{
                    .c-toggle__btn-wrap{
                        .c-toggle__btn{
                            &::after{
                                transform: translateY(-50%) rotate(180deg);
                            }
                        }
                    }
                }
            }
            .swiper-container-wrap.c-swiper{
                .swiper-slide{
                    padding: calc(3 / 390 * 100vw) calc(20 / 390 * 100vw);
                    img{
                        box-shadow: 0 0 1px 0 rgba(33, 39, 49, 0.00), 0 2px 10px 0 rgba(33, 39, 49, 0.15);
                    }
                }
                .c-swiper__controls {
                    margin-top: calc(0 / 390 * 100vw);
                    padding: calc(20 / 390 * 100vw) 0 calc(12 / 390 * 100vw);
                }
            }
            .img_area{
                margin: 0 calc(20/390*100vw);
            }
        }
    }
}

/*****************************************************/
/*************** // 함께하면 더 좋은 가전***************/
/****************************************************/




/*****************************************************/
/***************    번들 할인 영역     ***************/
/****************************************************/

.appliances-combination{
    .c-toggle--normal {
        .c-toggle__btn-wrap {
            text-align: left;
            .c-toggle__btn {
                padding-right: calc(24 / 390 * 100vw);
                font-size: calc(18 / 390 * 100vw);
                line-height: 100%;
                letter-spacing: calc(-0.24 / 390 * 100vw);
                &::after {
                    width: calc(12 / 390 * 100vw);
                    height: calc(7 / 390 * 100vw);
                }
            }
        }
    }
    .c-tab__list{
        padding: 0;
    }
    @media screen and (max-width: 767px) {
        .c-toggle--normal {
            .c-toggle__btn-wrap {
                text-align: left;
                .c-toggle__btn {
                    padding-right: calc(24 / 390 * 100vw);
                    font-size: calc(18 / 390 * 100vw);
                    line-height: 100%;
                    letter-spacing: calc(-0.24 / 390 * 100vw);
                    &::after {
                        width: calc(12 / 390 * 100vw);
                        height: calc(7 / 390 * 100vw);
                    }
                }
            }
        }
        .c-tab__list{
            padding: 0 calc(20/390*100vw);
        }
        .c-tab__item {
            &:first-child {
                margin-left: 0;
            }
        }
    }
}



/*****************************************************/
/***************   // 번들 할인 영역     ***************/
/****************************************************/









/*****************************************************/
/*************** 요즘 많이 찾는 제품 ***************/
/****************************************************/

.l-article-sale-rankings{
    .l-article__inner{
        gap: 0;
        .l-article__content{
            gap: 0;
        }
    }
    .c-tab__panel{
        position: relative;
        .c-title-area{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-end;
            .c-title{
                .c-title__main{
                    font-size: 22px;
                    font-weight: 600;
                    color: #111;
                }
            }
        }
        .c-button{
            width: 100%;
            .c-button__label {
                width: 350px;
                padding: 16px 0;
                color: #111;
                font-size: 20px;
                font-weight: 600;
                line-height: 1.1;
                letter-spacing: -0.2px;
                border: solid 1px #000;
            }
        }
        .j-normal-ha-ranking-more-content{
            .c-product__list {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
                gap: 16px 24px;
                padding: 0;
                margin: 0;
                list-style: none;
                .c-product__item {
                    display: none;
                    &.is-visible{
                        display: block;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner:has(.c-product) .c-title {
            text-align: left;
        }
        .l-article__inner{
            gap: 0;
            .l-article__content{
                gap: 0;
            }
        }
        .c-tab__panel{
            position: relative;
            .c-title-area{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: flex-end;
                .c-title{
                    .c-title__main{
                        font-size: calc(17/390*100vw);
                    }
                }
            }
            .c-button{
                width: 100%;
                .c-button__label {
                    width: calc(350/390*100vw);
                    padding: calc(11/390*100vw) 0;
                    font-size: calc(16/390*100vw);
                }
            }
            .c-title-area{
                padding-left: calc(20/390*100vw);
                padding-right: calc(20/390*100vw);
            }
            .j-normal-ha-ranking-more-content{
                padding: 0 calc(20/390*100vw);
                .c-product__list {
                    display: grid;
                    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
                    gap: 0;
                    padding: 0;
                    margin: 0;
                    list-style: none;
                }
            }
        }
    }
}

/*****************************************************/
/*************** // 요즘 많이 찾는 제품 ***************/
/****************************************************/







/****************************************************/
/******** 당신을 위한 추천 *********/
/****************************************************/

.l-article-personalize-recommended{
    .l-article__inner{
        gap: 0;
        .l-article__content{
            gap: 0;
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner:has(.c-product) .c-title {
            text-align: left;
        }
        .c-tab {
            margin: 0;
            &.c-tab--3depth-type01 {
                .c-tab__inner {
                    padding: calc(12/390*100vw) 0;
                }
            }
        }
        .l-article__inner{
            .l-article__content{
                .l-article__content-banner{
                    padding-right: calc(20/390*100vw);
                    padding-left: calc(20/390*100vw);
                }
            }
        }
    }
}

/****************************************************/
/******** 베스트랭킹 *********/
/****************************************************/





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

.l-article-subscribe-benefits{
    .c-title--white-theme {
        .c-title__eyebrow {
            color: #777;
        }
    }
    .l-article__inner{
        gap: 12px;
        padding: 40px 0px 36px;
    }
    .hs-benefits-button{
        position: absolute;
        top: 0;
        width: 47.2%;
        height: 100%;
        &.hs-benefits-button01{
            left: 2%;
        }
        &.hs-benefits-button02{
            left: 51%;
        }
    }

    @media screen and (max-width: 767px) {
        .l-article__inner{
            gap: calc(12/390*100vw);
            padding: calc(40/390*100vw) calc(20/390*100vw) calc(32/390*100vw);
        }
        .hs-benefits-button{
            position: absolute;
            top: 0;
            width: 47.2%;
            height: 100%;
            &.hs-benefits-button01{
                left: 2%;
            }
            &.hs-benefits-button02{
                left: 51%;
            }
        }
    }
}


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







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

.l-article-subscribe-basic-benefits{
    .l-article__inner{
        gap: 12px;
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .l-article__content{
        gap: 12px;
    }
    .c-toggle__btn{
        font-size: 0;
        &::before{
            content: '유의사항 확인하기';
            font-size: 13px;
            font-weight: 400;
        }
    }
    .c-toggle{
        .c-button{
            padding: 0;
            display: flex;
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner{
            gap: calc(12/390*100vw);
            padding-top: calc(32/390*100vw);
            padding-bottom: calc(32/390*100vw);
        }
        .l-article__content{
            gap: calc(12/390*100vw);
        }
        .c-toggle__btn{
            font-size: 0;
            &::before{
                content: '유의사항 확인하기';
                font-size: calc(12/390*100vw);
            }
        }
    }
}

.nested-accordion__item {
    &[data-theme="black-bg-01"] { background-color: #2C2C2C; color: #fff; }
    &[data-theme="black-bg-02"] { background-color: #4f4f4f; color: #fff; }
    &[data-theme="black-bg-03"] { background-color: #797979; color: #fff; }
    &[data-theme="black-bg-04"] { background-color: #acacac; color: #000; }
    &[data-theme="black-bg-05"] { background-color: #c8c8c8; color: #000; }
}

subscription-basic-benefits {
    .c-title{
        display: none;
    }
}
/****************************************************/
/******** 구독 기본 혜택 *********/
/****************************************************/






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

.l-article-subscribe-reason{
    .l-article__inner{
        gap: 12px;
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .c-tooltip{
        position: absolute;
        top: 72%;
        left: 52.8%;
        .ui_tooltip-target {
            background: url(/kr/event/2026/04/01_all_new_sale/images/ico_gray_tooltip.svg) center / 20px no-repeat;
            background-size: contain;
            width: 20px;
            height: 20px;
            margin-top: 0;
        }
        .tooltip-box {
            left: unset;
            top: 25px;
            right: 0;
            .title{
                font-size: 18px;
                font-weight: 700;
            }
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner{
            gap: calc(12/390*100vw);
            padding-top: calc(32/390*100vw);
            padding-bottom: calc(32/390*100vw);
        }
        .c-tooltip {
            top: 69.4%;
            left: 56.5%;
            .ui_tooltip-target {
                background: url(/kr/event/2026/04/01_all_new_sale/images/ico_gray_tooltip.svg) center / calc(18/390*100vw) no-repeat;
                background-size: contain;
                width: calc(18/390*100vw);
                height: calc(18/390*100vw);
            }
            .tooltip-box {
                left: calc(-206 / 390 * 100vw);
                top: calc(15 / 390 * 100vw);
                right: calc(-125 / 390 * 100vw);
                .title{
                    font-size: calc(18/390*100vw);
                }
            }
        }
    }
}

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







/****************************************************/
/******************* // 관심있는가전 ********************/
/****************************************************/

.l-article-subscribe-care{
    .l-article__inner{
        gap: 0;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .c-tab--3depth {
        .c-tab__inner{
            padding: 12px 0;
            .c-tab__list {
                .c-tab__item{
                    &:first-child{
                        margin-left: auto;
                    }
                    &:last-child{
                        margin-right: auto;
                    }
                }
            }
        }
    }
    .l-article__inner:has(.c-product) .c-title {
        text-align: center;
    }
    .c-title-area {
        .c-title__desc {
            text-align: center;
            color: #777!important;
        }
    }
    img{
        display: block;
        margin: 0 auto;
    }
    @media screen and (max-width: 767px) {
        .l-article__inner{
            padding-top: calc(32/390*100vw);
            padding-bottom: calc(32/390*100vw);
        }
        .c-tab--3depth {
            .c-tab__inner{
            padding: calc(12/390*100vw) 0 calc(9/390*100vw);
                .c-tab__list{
                    padding: 0;
                    padding-bottom: calc(3/390*100vw);
                }
            }
        }   
    }
}


/****************************************************/
/******************* // 관심있는가전 ********************/
/****************************************************/






.l-article-review{
    .l-article__inner{
        padding-top: 0;
        padding-bottom: 36px;
        .l-article__content{
            gap: 0;
            .c-title-area{
                padding: 0 0 8px 0; 
            }
            .c-button-group{
                margin-top: 12px;
            }
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner{
            padding-bottom: calc(32/390*100vw);
            .l-article__content{
                .relative-area{
                    margin: 0 calc(20/390*100vw);
                }
                .c-title-area{
                    padding: 0 0 calc(8/390*100vw) 0; 
                }
                .c-button-group{
                    margin-top: calc(12/390*100vw);
                }
            }
        }
    }
}









/****************************************************/
/******************* 구독 위클리 특가 ********************/
/****************************************************/

.l-article-subscribe-special{
    .l-article__inner{
    }

    @media screen and (max-width: 767px) {
        .l-article__inner{
        }
    }
}

/****************************************************/
/******************* // 구독 위클리 특가 ********************/
/****************************************************/









/****************************************************/
/******************* 구독 데이즈 ********************/
/****************************************************/

.l-article-subscribe-days{
    .l-article__inner{
        gap: 0;
        padding-top: 36px;
        padding-bottom: 36px;
        .l-article__content{
            gap: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .l-article__inner{
            gap: calc(12/390*100vw);
            padding-top: calc(32/390*100vw);
            padding-bottom: calc(32/390*100vw);
        }
        .l-article__inner:has(.c-product) .c-title {
            text-align: left;
        }
    }
}

/****************************************************/
/******************* // 구독 데이즈 ********************/
/****************************************************/








/****************************************************/
/******************* 정수기 반값 SALE ********************/
/****************************************************/

.l-article-subscribe-half-purify{
    .l-article__inner{
        gap: 12px;
        padding-top: 20px;
        padding-bottom: 36px;
        .l-article__content{
            gap: 0;
        }
        .c-title__sub{
            .c-title{
                margin: 0;
                padding-bottom: 16px;
            }
        }
    }
    @media screen and (max-width: 767px) {
        .c-tab--3depth {
            margin: 0;
        }
        .l-article__inner{
            gap: calc(12/390*100vw);
            padding-top: calc(8/390*100vw);
            padding-bottom: calc(32/390*100vw);
            .c-title__sub{
                .c-title{
                    padding-bottom: calc(16/390*100vw);
                    margin: 0 calc(20/390*100vw);
                }
            }
        }
        .l-article__inner:has(.c-product) .c-title {
            text-align: left;
        }
    }
}

/****************************************************/
/******************* // 정수기 반값 SALE ********************/
/****************************************************/






/************************************************************/
/******************* 스템 구독이 좋은 이유  ********************/
/************************************************************/

.l-article-subscribe-stem{
    .l-article__inner{
        gap: 0;
        padding-top: 36px;
        padding-bottom: 36px;
        .l-article__content{
            gap: 0;
        }
    }
    .l-article__banner_small{
        padding: 0;
        padding-bottom: 64px;
        border-bottom: 1px dotted #a7a7a7;
        max-width: 1146px;
        margin: 0 auto 64px;
        width: 100%;
        .c-tooltip {
            position: absolute;
            top: 52.9%;
            left: 13%;
            .ui_tooltip-target {
                background: url(/kr/event/2026/04/01_all_new_sale/images/ico_black_tooltip.svg) center / 20px no-repeat;
                background-size: contain;
                width: 20px;
                height: 20px;
                margin-top: 0;
            }
            .tooltip-box {
                left: unset;
                top: 25px;
                right: 0;
            }
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner{
            gap: 0;
            padding-top: calc(32/390*100vw);
            padding-bottom: calc(32/390*100vw);
        }
        .l-article__inner:has(.c-product) .c-title {
            text-align: left;
        }
        .l-article__banner_small{
            padding: 0 !important;
            padding-bottom: calc(36 / 390 * 100vw) !important;
            border-bottom: 1px dotted #a7a7a7;
            max-width: unset;
            margin: 0 calc(20 / 390 * 100vw) calc(36 / 390 * 100vw);
            width: auto;
            .c-tooltip {
                top: 24.7%;
                left: 41.8%;
                .ui_tooltip-target {
                    background: url(/kr/event/2026/04/01_all_new_sale/images/ico_black_tooltip.svg) center / calc(14/390*100vw) no-repeat;
                    background-size: contain;
                    width: calc(14/390*100vw);
                    height: calc(14/390*100vw);
                }
                .tooltip-box {
                    left: unset;
                    top: calc(15 / 390 * 100vw);
                    right: calc(-182 / 390 * 100vw);
                    width: calc(350 / 390 * 100vw);
                }
            }
        }
    }
}

/****************************************************************/
/******************* // 스템 구독이 좋은 이유 ********************/
/***************************************************************/







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

.l-article-subscribe-recommended{
    .l-article__inner{
        gap: 0;
        padding-top: 36px;
        padding-bottom: 36px;
        .l-article__content{
            gap: 0;
            .l-article__banner_small{
                margin-bottom: 32px;
            }
        }
    }
    @media screen and (max-width: 767px) {
        .c-tab{
            margin-bottom: 0;
        }
        .l-article__inner{
            padding-top: calc(32/390*100vw);
            padding-bottom: calc(32/390*100vw);
            .l-article__content{
                .l-article__banner_small{
                    margin-bottom: calc(10/390*100vw);
                }
            }
        }
        .l-article__inner:has(.c-product) .c-title {
            text-align: left;
        }
    }
}

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








/****************************************************/
/****************** 구독 베스트 랭킹 *******************/
/****************************************************/

.l-article-subscribe-ranking{
    .l-article__inner{
        gap: 0!important;
        padding-top: 36px!important;
        padding-bottom: 36px!important;
        .l-article__content{
            gap: 0;
            .l-article__banner_small{
                margin-bottom: 32px;
            }
        }
    }
    .c-product__list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
        gap: 16px 24px;
        padding: 0;
        list-style: none;
        .c-product__item {
            display: none;
            &.is-visible{
                display: block;
            }
        }
    }

    .c-button{
        width: 100%;
        .c-button__label {
            width: 350px;
            padding: 16px 0;
            color: #111;
            font-size: 20px;
            font-weight: 600;
            line-height: 1.1;
            letter-spacing: -0.2px;
            border: solid 1px #000;
        }
    }
    .c-tooltip {
        justify-content: flex-end;
    }
    @media screen and (max-width: 767px) {
        .l-article__inner{
            gap: calc(12/390*100vw);
            padding-top: calc(32/390*100vw)!important;
            padding-bottom: calc(32/390*100vw)!important;
            .l-article__content{
                .l-article__banner_small{
                    margin-bottom: calc(10/390*100vw);
                }
            }
        }
        .c-product__list{
            gap: 0;
        }
        .l-article__inner:has(.c-product) .c-title {
            text-align: left;
        }
        .c-tooltip{
            padding-left: calc(20/390*100vw);
            padding-right: calc(20/390*100vw);
        }
        .c-button{
            width: 100%;
            .c-button__label {
                width: calc(350/390*100vw);
                padding: calc(11/390*100vw) 0;
                font-size: calc(16/390*100vw);
            }
        }
    }
}

/****************************************************/
/****************** // 구독 베스트 랭킹 *******************/
/****************************************************/







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

.l-article-subscribe-review{
    .l-article__inner{
        gap: 24px;
        padding-top: 72px;
        padding-bottom: 72px;
        background-color: #f4f4f4;
        .swiper-wrapper{
            align-items: center;
            justify-content: center;
            gap: 24px;
            .swiper-slide{
                width: 398px;
                position: relative;
                a{
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                }
            }
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner{
            gap: calc(12/390*100vw);
            padding-top: calc(32/390*100vw);
            padding-bottom: calc(32/390*100vw);
            .swiper-container {
                flex-direction: column;
                .swiper-wrapper{
                    align-items: unset;
                    justify-content: unset;
                    gap: unset;
                    .swiper-slide{
                        width: calc(316/390*100vw);
                    }
                }
                .c-swiper__controls{
                    padding-bottom: 0!important;
                    margin-top: calc(10 / 390 * 100vw);
                    padding: calc(10 / 390 * 100vw) 0;
                }
            }
        }
    }
}

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






/****************************************************/
/********************* 구독 qna *********************/
/****************************************************/

.l-article-subscribe-qna{
    .l-article__inner{
        max-width: 860px;
        gap: 24px;
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .view-more-content{
        min-width: 100%;
    }
    .c-toggle__head-symbol{
        padding-right: 5px;
    }
    .c-title{
        text-align: left;
    }
    @media screen and (max-width: 767px) {
        .l-article__inner{
            gap: calc(16/390*100vw);
            padding-top: calc(32/390*100vw);
            padding-bottom: calc(32/390*100vw);
        }
        .c-toggle__head-symbol{
            padding-right: calc(4/390*100vw);
        }
        .c-toggle__btn{
            font-size: calc(14/390*100vw);
            padding: calc(16/390*100vw) calc(12/390*100vw);
        }
        .c-toggle__content{
            font-size: calc(13/390*100vw);
            padding: calc(16/390*100vw);
        }   
    }
}


/****************************************************/
/******************* // 구독 qna ********************/
/****************************************************/







/*****************************************************/
/*************  홈스타일 - 상단 혜택영역     *************/
/****************************************************/











/*****************************************************/
/************* // 공통 - 상단 혜택영역     *************/
/****************************************************/

.l-article-homestyle-benefis{
    .l-article__inner{
        gap: 12px;
    }
    .ha-benefits-button{
        position: absolute;
        top: 0;
        &.ha-benefits-button01{
            width: 30.5%;
            height: 100%;
            top: 0;
            left: 2.3%;
        }
        &.ha-benefits-button02{
            width: 30.5%;
            height: 100%;
            top: 0;
            left: 34.8%;
        }
        &.ha-benefits-button03{
            width: 30.5%;
            height: 100%;
            top: 0;
            left: 67.1%;
        }
    }
    .c-title__eyebrow{
        color: #777;
    }
}

.l-article-homestyle-moreview {
    &.l-article {
        .l-article__inner {
            gap: 0;
            .coupon-benefits-list{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
                row-gap: 10px;
                column-gap: 10px;
            }
        }
    }
    .l-article__content{
        gap: 0;
    }
    .c-coupon{
        max-width: 350px;
        margin:  auto;
    }
    .c-toggle__btn{
        font-size: 13px;
    }
    max-width: 860px;
    margin: 0 auto;
    .c-tab__inner{
        background-color: #fff;
    }
    & .c-custom-accordion__area--fade {
        height: 180px;
        &::after {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 37%, rgba(255, 255, 255, 0.70) 62.13%, #FFF 75.22%);
        }
        #anchor01_end{
            margin: auto;
            max-width: 820px;
            width: 100%;
        }
    }
    .c-custom-accordion__area--none{
        .l-article__inner{
            padding-bottom: 0;
        }
    }
    .payment-benefits__btn {
        position: absolute;
        &.shinhan-benefit-preview__btn{
            top: 42%;
            left: 16%;
            width: 5%;
            height: 7%;
        }
        &.shinhan-more__btn{
            top: 42%;
            left: 22%;
            width: 8%;
            height: 7%;
        }
        &.digiroca-more__btn{
            top: 42%;
            left: 48%;
            width: 6%;
            height: 7%;
        }
        &.hyundai-more__btn{
            top: 42%;
            left: 79%;
            width: 7%;
            height: 7%;
        }
    }

    .l-article-homestyle-review{
        .l-article__inner{
            padding-top: 16px;
            .c-title-area{
                padding: 0 0 8px 0;
            }
            .c-button-group{
                margin-top: 12px;
                margin-bottom: 16px;
            }
        }
    }

}
@media screen and (max-width: 767px) {
    .l-article-homestyle-benefis{
        .l-article__content{
            &:nth-child(2){
            }
            .ha-benefits-button{
                &.ha-benefits-button01{
                    width: 31.2%;
                    height: 100%;
                    top: 0;
                    left: 0;
                }
                &.ha-benefits-button02{
                    width: 31.2%;
                    height: 100%;
                    top: 0;
                    left: 34.3%;
                }
                &.ha-benefits-button03{
                    width: 31.2%;
                    height: 100%;
                    top: 0;
                    left: 68.6%;
                }
            }
        }
    }
    .l-article-homestyle-moreview {
        &.l-article {
            .l-article__inner {
                .coupon-benefits-list{
                    row-gap: calc(10/390*100vw);
                    column-gap: calc(10/390*100vw);
                }
            }
        }
        .c-coupon{
            max-width: calc(350/390*100vw);
            margin:  auto;
        }
        .l-article__content{
        }
        .c-tab__inner{
            background-color: #fff;
        }
        .c-custom-accordion__area--fade {
            height: calc(180/390*100vw);
            margin: 0 calc(20/390*100vw);
            &::after {
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 37%, rgba(255, 255, 255, 0.70) 62.13%, #FFF 68.22%);
            }
            #anchor02_end{
                margin: 0;
                width: auto;
            }
        }
        .c-custom-accordion__area__new{
            margin: 0 calc(20/390*100vw);
        }
        .c-custom-accordion__area--none{
            .l-article__inner{
                padding-bottom: 0;
            }
        }
        .payment-benefits__btn {
            position: absolute;
            &.shinhan-benefit-preview__btn{
                top: 18%;
                left: 37%;
                width: 12%;
                height: 4%;
            }
            &.shinhan-more__btn{
                top: 18%;
                left: 51%;
                width: 20%;
                height: 4%;
            }
            &.digiroca-more__btn{
                top: 39%;
                left: 37%;
                width: 14%;
                height: 4%;
            }
            &.hyundai-more__btn{
                top: 59%;
                left: 37%;
                width: 14%;
                height: 4%;
            }
        }
        .c-custom-accordion__btn-wrap{
            margin-top: 0!important;
            padding-top: calc(32/390*100vw);
            padding-bottom: 0;
        }
        .l-article-homestyle-review{
            .l-article__inner{
                padding-top: calc(16/390*100vw);
                .c-title-area{
                    padding: 0 0 calc(8/390*100vw) 0;
                }
                .relative-area{
                    margin: 0 calc(20/390*100vw);
                }
                .c-button-group{
                    margin-top: calc(12/390*100vw);
                    margin-bottom: calc(16/390*100vw);
                }
            }
        }

    }
    .c-coupon{
        max-width: calc(350/390*100vw);
    }
    .c-toggle__btn{
        font-size: calc(13/390*100vw);
    }
}

/*****************************************************/
/************* // 공통 - 상단 혜택영역     *************/
/****************************************************/













/************************************************************/
/********************* 홈스타일 > 브랜드 특가 ******************/
/************************************************************/

.l-article-homestyle-branddays{
    .l-article__banner{
        position: relative; 
    }
    .l-article__inner{
        padding-top: 20px;
        padding-bottom: 36px;
        .c-tab{
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }
        .l-article__content{
            gap: 0;
            .c-tab--3depth {
                margin: 0;
                display: flex;
            }
            .c-product--home-style{
            }
        }
    }
    .c-button-group{
        margin-bottom: 72px;
        &:last-child{
            margin-bottom: 0;
        }
    }
    .swiper-brand-logo{
        max-width: 110px;
    }

    @media screen and (max-width: 767px) {
        .l-article__banner{
            .swiper-brand-logo{
                width: calc(80 / 390 * 100vw);
                height: calc(80 / 390 * 100vw);
                top: calc(52 / 390 * 100vw);
                right: calc(28 / 390 * 100vw);
            }
        }
        .l-article__inner{
            padding-top: calc(8/390*100vw);
            padding-bottom: calc(32/390*100vw);
            .c-tab{
                flex-direction: column;
                align-items: flex-start;
            }
            .c-tab--3depth {
                display: block!important;
            }
            .l-article__content{
            }
        }
        .l-banner__ico{
            width: calc(80 / 390 * 100vw);
            height: calc(80 / 390 * 100vw);
        }
        .c-button-group{
            margin-bottom: calc(32/390*100vw);
            margin-top: calc(32/390*100vw);
            &:last-child{
                margin-bottom: 0;
            }
        }
        .swiper-brand-logo{
            max-width: calc(80/390*100vw);
        }
    }
}


/***************************************************************/
/******************* // 홈스타일 > 브랜드 특가 ********************/
/**************************************************************/






/************************************************************/
/********************* 홈스타일 > 특가 ******************/
/************************************************************/

.l-article-homestyle-weekly{
    .l-article__inner{
        gap: 0;
    }
    .l-article__content{
        gap: 0;
    }
    @media screen and (max-width: 767px) {
        &.c-tab--3depth-type01 {
            margin-bottom: 0!important;
        }
        .c-title {
            .c-title__main{
                text-align: left;
            }
        }
        
    }
}


/***************************************************************/
/******************* // 홈스타일 > 특가 ********************/
/**************************************************************/





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

.l-article-homestyle-timesale{
    .l-article__inner{
        padding-top: 32px;
        padding-bottom: 36px;
        .l-article__content{
            gap: 0;
            .c-product__badge--time-left{
                font-size: 12px;
                font-weight: 400;
                line-height: 14px;
                padding: 3px 5px;
                padding-left: 21px;
                background: url('/kr//event/2026/04/01_all_new_sale/images/ico_red_bg_timer.svg') 5px center/16px no-repeat;
                border: 1px solid #FD312E;
                border-radius: 4px;
            }
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner{
            padding-top: calc(20/390*100vw);
            padding-bottom: calc(32/390*100vw);
            .l-article__content{
            .c-product__badge--time-left{
                font-size: calc(12/390*100vw);
                font-weight: 400;
                line-height: calc(14/390*100vw);
                padding: calc(3/390*100vw) calc(4/390*100vw);
                padding-left: calc(21/390*100vw);
                background: url('/kr//event/2026/04/01_all_new_sale/images/ico_red_bg_timer.svg') calc(4/390*100vw) center/calc(14/390*100vw) no-repeat;
                border-radius: calc(4/390*100vw);
            }
            }
        }
    }
}


/***************************************************************/
/******************* // 홈스타일 > 특가 ********************/
/**************************************************************/




/*************************************************************/
/******************* // 홈스타일 가전 리빙 결합 ********************/
/*************************************************************/
.l-article-homestyle-combination{
    background-color: #000;
    .c-title__main{
        color: #fff;
        text-align: center;
    }
    .l-article__inner{
        gap: 0;
        padding: 72px 0px 36px;
        .l-article__banner{
            margin: 0 auto;
        }
        .l-article__content-banner{
            display: inline-block;
            position: relative;
            margin: 0 auto;
            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;
        }
        .c-product__price-item--original{
            color: #a7a7a7
        }
        .c-product__visual{
            border: none;
        }
    }                                        
    .l-article__content{
        row-gap: 0;
    }
    
    .c-tab--3depth-type01 {         
        .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 {
        .c-tab__button {
            padding: 8px 0 16px;
        }
    }
    @media screen and (max-width: 767px) {
        .l-article__inner{
            padding: calc(64/390*100vw) 0px calc(32/390*100vw);
            .l-article__content-banner{
                border-radius: 16px;
                margin: 0 calc(20 / 390 * 100vw);
                overflow: hidden;
            }
        }
        .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: #A7A7A7;
                    }
                }
            }
            .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/390*100vw) 0 calc(12/390*100vw);
            }
        }
    }
}




/*************************************************************/
/******************* // 홈스타일 가전 리빙 결합 ********************/
/*************************************************************/




/*************************************************************/
/******************* 최하단 배너 ********************/
/*************************************************************/



.l-article-homestyle-banner{
    background-color: #000;
}

.bottom_banner{
    position: relative;
    max-width: 1146px;
    margin: 0 auto;
    a{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

/*************************************************************/
/******************* // 최하단 배너 ********************/
/*************************************************************/










/****************************************************/
/******** 혼수이사 가전 랭킹 *********/
/****************************************************/
.rankingList_new {
	display: flex;
	flex-direction: column;
}

.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: 32px;
	line-height: 32px;
}

.ranking__price-flag .box_banner__number {
	display: block;
	width: 32px;
	line-height: 32px;
	background-color: #1a1a1a;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.ranking__price-flag .box_banner__title {
	display: block;
	line-height: 32px;
	background-color: #ea1917;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 11px;
}

.ranking__price-flag .flag-btn {
	display: flex;
	line-height: 32px;
	color: #ea1917;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 34px 0px 12px;
	border: 1px solid #ea1917;
	background: url(/kr/event/2025/08/05_wedding_members/images/arr_right_red.svg) 98% center / 18px no-repeat;
	background-color: #fff;
}

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

.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: 60px;
}

.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 {
	height: 6px;
	background-color: transparent;
}
.ranking__item--package-wrap ul::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 1);
	border-top: 2px solid rgba(255, 255, 255, 1);
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}
.ranking__item--package-wrap ul::-webkit-scrollbar-track {
	background-color: #d9d9d9;
	border-top: 2px solid rgba(255, 255, 255, 1);
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.ranking__item--package-wrap ul li {
	width: 320px;
	min-width: 320px;
}

.ranking__item--package-wrap ul li .img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 320px;
}

.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: 220px;
	height: 220px;
}

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

.ranking__item--package-wrap .prod_badge .badge_box {
	position: relative;
	margin: 6px 0px 4px 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	white-space: nowrap;
	padding: 0 9px 0 8px;
	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: 8px;
	background: #ddd;
}

.ranking__item--package-wrap ul li .item__info {
	position: relative;
	display: block;
	text-align: left;
	min-height: 140px;
	margin-top: 0;
	padding: 0 24px;
	background: #fff;
}

.ranking__item--package-wrap ul li .item__info .item__name {
	font-size: 18px;
	line-height: 27px;
}

.ranking__item--package-wrap ul li .item__info .item__name .main-title {
	font-size: 18px;
	line-height: 24px;
	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 3px;
	line-height: 24px;
	font-weight: 400;
	margin-left: 0;
}

.ranking__item--package-wrap ul li .item__info .item__name .item__model-wrap {
	display: flex;
	margin-top: 2px;
	line-height: 18px;
}

.ranking__item--package-wrap ul li .item__info .item__name .item__model-wrap .item__sku {
	font-size: 12px;
	color: #666;
}

.item__bottom {
	position: absolute;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-height: 58px;
}

.item__bottom .item__discount-wrap {
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-size: 20px;
	line-height: 28px;
	margin-top: 8px;
}

.item__bottom .item__price-wrap {
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-size: 16px;
	color: #ea1917;
	line-height: 24px;
}

.ranking__item__product-benefit {
	text-align: left;
	padding: 9px 24px 1px;
	background-color: #fff;
}

.ranking__item__product-benefit a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}

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

@media screen and (max-width: 1280px) {
	.ranking__item--package-wrap ul li {
		width: calc(100% / 3);
		min-width: calc(100% / 3);
	}

	.ranking__item--package-wrap ul li .img {
		height: 224px;
	}

	.ranking__item--package-wrap ul li .img img {
		width: 140px;
		height: 140px;
	}

	.ranking__item--package-wrap .prod_badge {
		padding: 0;
	}
	.ranking__item--package-wrap ul li .item__info {
		padding: 0;
	}
	.ranking__item__product-benefit {
		padding: 9px 0px 1px;
	}
}

@media screen and (max-width: 767px) {
	.rankingList_new {
		padding: 0 calc(20 / 390 * 100vw);
	}
	.ranking__price-flag {
		height: 20px;
		line-height: 20px;
	}

	.ranking__price-flag .box_banner__number {
		width: 20px;
		line-height: 20px;
		font-size: 12px;
	}

	.ranking__price-flag .box_banner__title {
		line-height: 20px;
		font-size: 12px;
		padding: 0px 8px;
	}

	.ranking__price-flag .flag-btn {
		line-height: 20px;
		font-size: 12px;
		padding: 0px 24px 0px 7px;
		background: url(/kr/event/2025/08/05_wedding_members/images/arr_right_red.svg) 95% center / 12px no-repeat;
		background-color: #fff;
	}

	.benefit-price {
		padding: 0px 0px 0px 5px;
	}
	.ranking__item--package-wrap {
		padding: 0;
	}

	.ranking__item--package-wrap:nth-child(n + 2) {
		margin-top: 30px;
	}

	.ranking__item--package-wrap ul::-webkit-scrollbar {
		appearance: none;
	}
	.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 {
		height: 140px;
	}

	.ranking__item--package-wrap ul li .img img {
		width: 100px;
		height: 100px;
	}

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

	.ranking__item--package-wrap .prod_badge .badge_box {
		margin: 2px 0px 2px 0px;
		font-size: 11px;
		line-height: 16px;
		padding: 0 4px 0 5px;
	}

	.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 ul li .item__info {
		min-height: 100px;
		padding: 0;
	}

	.ranking__item--package-wrap ul li .item__info .item__name {
		font-size: 14px;
		line-height: 20px;
	}

	.ranking__item--package-wrap ul li .item__info .item__name .main-title {
		font-size: 14px;
		line-height: 20px;
		font-weight: 900;
	}

	.ranking__item--package-wrap ul li .item__info .item__name .item__model-wrap {
		line-height: 12px;
	}

	.ranking__item--package-wrap ul li .item__info .item__name .item__model-wrap .item__sku {
		font-size: 11px;
		font-weight: 500;
	}

	.item__bottom {
		min-height: 40px;
	}

	.item__bottom .item__discount-wrap {
		gap: 5px;
		font-size: 15px;
		line-height: 20px;
		margin-top: 0;
	}

	.item__bottom .item__price-wrap {
		display: flex;
		flex-direction: row;
		gap: 2px;
		font-size: 11px;
		color: #ea1917;
		line-height: 16px;
	}

	.ranking__item__product-benefit {
		padding: 3px 0 1px;
	}

	.ranking__item__product-benefit a {
		text-decoration: none;
		font-size: 11px;
		font-weight: 700;
		line-height: 14px;
		padding-right: 12px;
	}

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

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