@charset "utf-8";


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




.event-benefit-template .product-list-section{
    position: relative;
}
.event-benefit-template .product-list-article .product-landing-list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event-benefit-template .product-list-article .product-landing-list li{
    position: relative;
    display: inline-block;
    margin: 0.5%;
    width: 23.5%;
    
    height: 31.9%;
}
.event-benefit-template .product-list-article .product-landing-list li a{
    position: relative;
    display: block;
    width: 100%;
    height: 9%;
}
.event-benefit-template .product-list-article .product-landing-list li a:nth-child(1){
    margin-top: 110%;
}
.event-benefit-template .product-list-article .product-list-notice{margin: 0 auto;}

@media screen and (max-width: 767px) {
    
.event-benefit-template .product-list-article .product-landing-list li{
    position: relative;
    display: inline-block;
    margin: 0.5%;
    width: 48%;
    
    height: 16.3%;
}
.event-benefit-template .product-list-article .product-landing-list li a{
    position: relative;
    display: block;
    width: 100%;
    height: 9%;
}
.event-benefit-template .product-list-article .product-landing-list li a:nth-child(1){
    margin-top: 145%;
}
}




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