@charset "utf-8";


.event-benefit-template .c-tab--main-sticky .c-tab__list{
    padding: 0; column-gap: 0;
}


.event-benefit-template .c-tab--main-sticky .c-tab__item.active .c-tab__button::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #111111;
}


.c-product__badge-container .c-product__badge.type1 {background: #287454; color: white;}
.c-product__badge-container .c-product__badge.type2 {background: #287454; color: white;}
.c-product__badge-container .c-product__badge.type3 {background: #067F9D; color: white;}
.c-product__badge-container .c-product__badge.type4 {background: #978075; color: white;}                                               

.product-list-notice    {margin-top: 24px;}

.event-benefit-template .product-list-section{
    position: relative;
}

.event-benefit-template .product-list-section picture{
    max-width: 1146px;
    margin: 0 auto;
}
.event-benefit-template .product-list-article .product-landing-list{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 22px;
    margin: 8px 30px 0;
}
.event-benefit-template .product-list-article .article__content-area 

.event-benefit-template .product-list-article .product-landing-list li.c-button_two_line{
    height: 20.5%;
}

.event-benefit-template .product-list-article .product-landing-list li{
    position: relative;
    display: block;
    width: calc((100% - 45px) / 4);
    height: 18.8%;
}

.event-benefit-template .product-list-article .product-landing-list li a{
	position: abosolute;
}


.event-benefit-template .product-list-article .product-landing-list li.c-button_two_line a:nth-child(2){
    position: absolute;
    bottom: 13.5%;
    left: 5.7%;
    width: 27%;
    height: 8%;
}

.event-benefit-template .product-list-article .product-landing-list li.c-button_two_line a:nth-child(3){
    position: absolute;
    bottom: 13.5%;
    left: 34.3%;
    width: 38.5%;
    height: 8%;
}

.event-benefit-template .product-list-article .product-landing-list li.c-button_two_line a:nth-child(4){
    position: absolute;
    bottom: 3.9%;
    left: 5.7%;
    width: 42.5%;
    height: 8%;
}


.event-benefit-template .product-list-article .product-landing-list li.c-button_one_line a:nth-child(2){
    position: absolute;
    bottom: 4.8%;
    left: 5.7%;
    width: 27%;
    height: 8.5%;
}

.event-benefit-template .product-list-article .product-landing-list li.c-button_one_line a:nth-child(3){
    position: absolute;
    bottom: 4.8%;
    left: 34.5%;
    width: 38%;
    height: 8.5%;
}

.event-benefit-template .tv-sound-bar-product {
    display: block;
}

.event-benefit-template .tv-sound-bar-product .ha-refrigerator-products__cashback-conetent-wrap {
    display: flex;
}

.event-benefit-template .tv-sound-bar-product .ha-refrigerator-products__cashback-banner {
    flex-basis: 278px;
}

.event-benefit-template .tv-sound-bar-product .ha-refrigerator-products__cashback-conetent-wrap .c-product__list {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.event-benefit-template .tv-sound-bar-product .custom-scroll-slider {
    max-width: calc(100% - 278px - 24px);
    margin-left: 24px;
}

@media screen and (max-width: 767px) {
        
    .event-benefit-template .product-list-article .product-landing-list {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - (40 / 390 * 100vw));
        height: calc(100% - 30px);
        display: flex;
        flex-wrap: wrap;
        column-gap: calc(12 / 390 * 100vw);
        row-gap: calc(24 / 390 * 100vw);
        margin: calc(8 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
    }
    .event-benefit-template .product-list-article .product-landing-list li.c-button_two_line {
        height: 10.16%;
    }
    .event-benefit-template .product-list-article .product-landing-list li{
    position: relative;
    display: inline-block;
    margin: 0;
    width: calc((100% - (12 / 390 * 100vw)) / 2);
    height: 9.25%;
    }



    .event-benefit-template .product-list-article .product-landing-list li.c-button_two_line a:nth-child(2){
        position: absolute;
        bottom: 22.8%;
        left: 9.5%;
        width: 42%;
        height: 8%;
    }

    .event-benefit-template .product-list-article .product-landing-list li.c-button_two_line a:nth-child(3){
        position: absolute;
        bottom: 13.5%;
        left: 9.5%;
        width: 59%;
        height: 8%;
    }

    .event-benefit-template .product-list-article .product-landing-list li.c-button_two_line a:nth-child(4){
        position: absolute;
        bottom: 4.2%;
        left: 9.5%;
        width: 64%;
        height: 8%;
    }


    .event-benefit-template .product-list-article .product-landing-list li.c-button_one_line a:nth-child(2){
        position: absolute;
        bottom: 14.1%;
        left: 9.5%;
        width: 42%;
        height: 8.7%;
    }

    .event-benefit-template .product-list-article .product-landing-list li.c-button_one_line a:nth-child(3){
        position: absolute;
        bottom: 3.9%;
        left: 9.5%;
        width: 59%;
        height: 8.7%;
    }

    .event-benefit-template .product-list-article .product-list-notice    {margin-top: calc(16 / 390 * 100vw);}

    .event-benefit-template .tv-sound-bar-product .ha-refrigerator-products__cashback-conetent-wrap {
        flex-direction: column;
    }

    .event-benefit-template .tv-sound-bar-product .ha-refrigerator-products__cashback-banner {
        flex-basis: initial;
        padding: 0 calc(20 / 390 * 100vw) calc(24 / 390 * 100vw);
    }

    .event-benefit-template .tv-sound-bar-product .ha-refrigerator-products__cashback-conetent-wrap .custom-scroll-slider {
        max-width: 100%;
        margin-left: auto;
    }

    .event-benefit-template .tv-sound-bar-product .ha-refrigerator-products__cashback-conetent-wrap .custom-scroll-slider__content-wrapper {
        margin: 0 calc(20 / 390 * 100vw);
        gap: calc(20 / 390 * 100vw) calc(12 / 390 * 100vw);
        flex-wrap: wrap;
    }

    .event-benefit-template .tv-sound-bar-product .ha-refrigerator-products__cashback-conetent-wrap .custom-scroll-slider__item {
        flex-basis: calc((100% - calc(12 / 390 * 100vw)) / 2);
    }

    .event-benefit-template .tv-sound-bar-product .ha-refrigerator-products__cashback-conetent-wrap .c-product__list {
        grid-template-columns: initial;
        margin: 0;
    }
}

.event-benefit-template .tab-carousel-wrap {
    width: 100%;
    margin: 0.5% auto;
}

/* 탭 메뉴 스타일 */
.event-benefit-template .tab-carousel-wrap .tab-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto 15px auto;
}

.event-benefit-template .tab-carousel-wrap .tab-button {
    border: 1px solid #111111;
    padding: 10px 16px;
    color: #111111;
    cursor: pointer;
    border-radius: 50px;
    margin: 0 4px;
    font-size: 16px;
}

.event-benefit-template .tab-carousel-wrap .tab-button.is-active {
    background-color: #111111; 
    color: #ffffff;
}

/* 탭 콘텐츠 및 스와이퍼 영역 */
.event-benefit-template .tab-carousel-wrap .tab-panel {
    position: relative;
    overflow: hidden;
    padding: 0 0 2% 0;
}

.event-benefit-template .tab-carousel-wrap .tab-panel.is-hidden {
    display: none !important;
}

/* Swiper Wrapper (Swiper 라이브러리 클래스) */
.event-benefit-template .tab-carousel-wrap .swiper-wrapper {
    display: flex;
}

/* 모바일 기본: 모든 탭 1개씩 (100%) */
.event-benefit-template .tab-carousel-wrap .swiper-slide {
    width: 100%; 
    flex-shrink: 0;
    box-sizing: border-box;
}

.event-benefit-template .tab-carousel-wrap .swiper-button-prev::after, .event-benefit-template .tab-carousel-wrap .swiper-button-next::after{display: none;}
.event-benefit-template .tab-carousel-wrap .swiper-pagination {
    position: relative;
    margin: 0 auto;
    background-color: #EBEBEB;
    width: 16%;
    height: 5px;
    position: absolute;
    top: 98%;
    left: 0;
    right: 0;
}
.event-benefit-template .tab-carousel-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: #111111;}


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

    .event-benefit-template .tab-carousel-wrap .tab-button {
        border: 1px solid #111111;
        padding: calc(10/390*100vw) calc(16/390*100vw);
        color: #111111;
        cursor: pointer;
        border-radius: 50px;
        margin: 0 calc(4/390*100vw);
        font-size: calc(14/390*100vw);
    }
    .event-benefit-template .tab-carousel-wrap .swiper-pagination {
        width: 25%;
    }

}






.tab-acodian-section .tab-acodian-wrap{position:relative; left: 50%; transform: translateX(-50%); width: 100%;}
.tab-acodian-section .tab-acodian-wrap .tab-menu{display: flex; flex: 1; border-radius: 100px;}
.tab-acodian-section .tab-acodian-wrap .tab-menu .tabItem{width: 32.8%;}
.tab-acodian-section .tab-acodian-wrap .tab-menu .tabItem button{width: 100%; border: 1px solid #111111; color: #111111; font-size: 26px; padding: 6% 10%; margin: 3%; border-radius: 50px;}
.tab-acodian-section .tab-acodian-wrap .tab-menu .tabItem.active button{color: #fff; background-color: #111111;}
.tab-acodian-section .tab-acodian-wrap .acodian-section{margin: 3% 0; border: 2px solid #E1E2E4; border-radius: 14px;}


@media screen and (max-width: 767px) {
.tab-acodian-section .tab-acodian-wrap{ width: 90%;}
.tab-acodian-section .tab-acodian-wrap .tab-menu{display: flex; flex: 1; gap: calc(6/390*100vw); padding: 0.5%; border-radius: 100px;}
.tab-acodian-section .tab-acodian-wrap .tab-menu .tabItem{width: 32.6%;}
.tab-acodian-section .tab-acodian-wrap .tab-menu .tabItem button{width: 100%; font-size: calc(13/390*100vw); padding: 7% 10%; border-radius: 50px; line-height: 1.3;}
.tab-acodian-section .tab-acodian-wrap .tab-menu .tabItem.active button{color: #fff; background-color: #111111;}
}

/* .event-benefit-template .vod-article{display: none;} */