
.contents.exhibition.ex-module-wrap .ev-detail-con .ev-cont .component-wrap.layer-btn {
	right: 23px !important;
}
@media screen and (max-width: 767px) {
    .contents.exhibition.ex-module-wrap .ev-detail-con .ev-cont .component-wrap.layer-btn {
        right: 14px !important;
    }
}



/* sticky tab */
.event-benefit-template .content-wrap .tab_wrap {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    height: 96px;
    z-index: 20;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.event-benefit-template .tab_wrap .tab_inner {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #fff;
}

.event-benefit-template .tab_wrap .tab_inner::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
}

.event-benefit-template .tab_wrap .tab_inner ul {
    display: flex;
    width: 100%;
    height: 96px;
    overflow-x: auto;
}
.event-benefit-template .tab_wrap .tab_inner ul li{
    width: 100%;
}

.event-benefit-template .tab_wrap .tab_inner li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
    color: #696969;
    text-align: center;
    letter-spacing: -1.12px;
    transition: color 0.3s;
}

.event-benefit-template .tab_wrap .tab_inner li.active a {
    color: #2e2e33;
}

.event-benefit-template .tab_wrap .tab_inner li.active a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    background-color: #000;
}

@container article-area (max-width: 999px) {
    .event-benefit-template .tab_wrap .tab_inner li a {
        padding: 0 calc(40 / 999 * 100vw);
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .content-wrap .tab_wrap {
        top: 46px;
    height: calc(108 / 720 * 100vw);
    }

    .header.helloBar
        ~ .container
        .event-benefit-template
        .content-wrap
        .tab_wrap {
        top: 88px;
    }

    .event-benefit-template .tab_wrap .tab_inner ul {
        width: 100%;
        height: calc(108 / 720 * 100vw);
    }

    .event-benefit-template .tab_wrap .tab_inner li {
        flex-basis: calc(100% / 2);
    }

    .event-benefit-template .tab_wrap .tab_inner li a {
        justify-content: center;
        width: 100%;
        padding: 0 calc(32 / 720 * 100vw);
        font-size: calc(28 / 720 * 100vw);
        font-weight: 600;
        line-height: 1.4;
        color: #696969;
        text-align: center;
        letter-spacing: calc(-1.12em / 28);
    }

    .event-benefit-template .tab_wrap .tab_inner li.active a::after {
        height: calc(8 / 720 * 100vw);
    }
}
/* // sticky tab */

/* KV */
.event-benefit-template .main-kv-video {
    display: block;
    width: 100%;
}

.event-benefit-template .main-kv {
    position: relative;
}

.event-benefit-template .main-kv__img {
    width: 100%;
}



/* 혜택의 장점 */
.event-benefit-template .live_broadcasting__notice {
    display: flex;
    justify-content: center;
    margin-top: calc(50 / 1000 * 100%);
    flex-direction: column;
}

/* 20250825 2100 예약배포로 안보이게 할 예정 */
.event-benefit-template .article.live_broadcasting{
    background-color: #fff;
}
.event-benefit-template .article.live_broadcasting .article__inner{
    padding: 80px 10px 0 10px;
}
.event-benefit-template .article.live_broadcasting .c-title__desc-area{
    display: none;
}
.event-benefit-template .article.live_broadcasting .live_broadcasting__content{
    display: none;
}
.event-benefit-template .article.special-coupon .article__inner{
    padding: 0px 10px 80px 10px;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .article.live_broadcasting .article__inner{
    padding: calc(80 / 720 * 100%) 0 0 0;
}
    .event-benefit-template .article.special-coupon .article__inner{
    padding: 0 0 calc(80 / 720 * 100%) 0;
}
}
/* 20250825 2100 예약배포로 안보이게 할 예정 */


@media screen and (max-width: 767px) {
    .event-benefit-template .live_broadcasting picture{
        padding: 0 calc(48 / 720 * 100vw);
    }
    .event-benefit-template .live_broadcasting__notice {
        margin: calc(30 / 720 * 100vw) calc(48 / 720 * 100vw) 0;
    }
}
/* // 혜택의 장점 */




/* 단독 구매 혜택 */
.event-benefit-template .only-purchase {
    background-color: #fff;
}
.event-benefit-template .only-purchase .article__inner{
    padding-top: 0;
}
.event-benefit-template .only-purchase-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(calc((100% - 20px) / 2), auto));
    gap: 20px;
}
.event-benefit-template .only-purchase-swiper .swiper-slide {
    background-color: transparent;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .only-purchase picture{
        padding: 0 calc(48 / 720 * 100vw);
}
    .event-benefit-template .only-purchase-swiper {
        padding: 0 calc(48 / 720 * 100vw);
    }
    .event-benefit-template .only-purchase-swiper .swiper-wrapper {
        display: flex;
        gap: initial;
    }

    .event-benefit-template .only-purchase-swiper .swiper-slide {
        width: calc(610 / 720 * 100vw);
        margin-left: calc(16 / 720 * 100vw);
    }

    .event-benefit-template .only-purchase-swiper .swiper-slide:first-child {
        margin-left: 0;
    }
    .event-benefit-template .only-purchase-swiper .swiper-pagination {
        padding-bottom: 0;
    }
}
/* // 단독 구매 혜택 */

/* 선착순 사은품 증정 */
.event-benefit-template .first-served {
    background-color: #f3f1ed;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .first-served__content {
        padding: 0 calc(48 / 720 * 100vw);
    }
}
/* // 선착순 사은품 증정 */

/* 선착순 사은품 증정 */
.event-benefit-template .photo-review {
    background-color: #F8F7F5;
}
.event-benefit-template .efficiency_banner_content{
	margin-top: 80px;  
}

@media screen and (max-width: 767px) {
    .event-benefit-template .photo-review__content {
        padding: 0 calc(48 / 720 * 100vw);
    }
  
    .event-benefit-template .efficiency_banner_content{
        margin: 6%;  
    }
}

/* // NEW lg TV */
/* video_article */
.event-benefit-template .video_article{
    position: relative; background-color: #F8F7F5;
}
.event-benefit-template .video_article video{
    position: relative; top: 10%; left: 50%; transform: translateX(-50%); max-width: 72.5%; border-radius: 20px;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .video_article video{
    position: relative; top: 10%; left: 50%; transform: translateX(-50%); max-width: 87%; border-radius: 20px;
}
}
/* video_article */




.tab_function_article .article__inner{overflow: visible;}
.tab-ui-container .tab_btn_wrap{ display: flex; margin: 2% 0 4% 0;}

/* 탭 버튼의 활성화/비활성화 상태 스타일링 */
.tab-ui-container [role="tab"] {
    /* 기본 스타일 */
    border: 1px solid #1A1A1A;
    background-color: #fff;
    cursor: pointer;
    padding: 1.2% 1.8% ;
    border-radius: 50px;
    font-size: 20px;
    margin: 0% 0.5%;
}

.tab-ui-container [role="tab"][aria-selected="true"] {
    /* 활성화된 탭 스타일 */
    background-color: #1A1A1A;
    color: #fff;
}

/* 탭 메뉴를 화면 상단에 고정 */
.tab-ui-container .sticky-tab-menu {
    position: sticky;
    top: 96px;
    padding: 10px 0 10px 0;
    z-index: 2; /* 다른 콘텐츠 위로 오도록 설정 */
    background-color: #fff;
    display: flex;
}

.tab-ui-container picture {
    padding:0 0 25px 0;
}

@media screen and (max-width: 767px) {
    .tab-ui-container .tab_btn_wrap{ margin: 2% 0 8% 5%;}
    .tab-ui-container [role="tab"] {
    /* 기본 스타일 */
    border: 1px solid #1A1A1A;
    cursor: pointer;
    padding: calc(15/720*100vw) calc(22/720*100vw);;
    border-radius: 50px;
    font-size: calc(28/720*100vw);
    margin: 0 0.7% ;
}

.tab-ui-container [role="tab"][aria-selected="true"] {
    /* 활성화된 탭 스타일 */
    background-color: #1A1A1A;
    color: #fff;
}
.tab-ui-container .sticky-tab-menu {
    position: sticky;
    top: calc( (108/720 * 100vw) + 46px );
    padding: calc(15/720*100vw) 0 calc(15/720*100vw) calc(26/720*100vw);
}

.tab-ui-container picture{
    padding: 0 calc(40 / 720 * 100vw) calc(25 / 720 * 100vw) calc(40 / 720 * 100vw);
}
}


