
.pc{display: block;}
.mo{display: none;}


@media screen and (max-width: 767px) {
    .pc{display: none;}
    .mo{display: block;}

}

.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: 90px;
    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: 90px;
    overflow-x: auto;
}
.event-benefit-template .tab_wrap .tab_inner ul li{
    width: 100%;
}
.event-benefit-template .tab_wrap .tab_inner ul li span.pc{display: inline-block !important;}

.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: 24px;
    font-weight: 500;
    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: 45px;
    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 ul li span.pc{display: none !important;}

    .event-benefit-template .tab_wrap .tab_inner li a {
        justify-content: center;
        width: 100%;
        padding: 0 calc(0 / 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%;  
    }
}




.tab-ui-container .swiper-button-disabled{display: none;}
.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"] {
    cursor: pointer;
    padding: 6% 1% ;
    border-radius: 8px;
    font-size: 20px;
    margin: 0% 0.5%;
}

.tab-ui-container [role="tab"][aria-selected="true"] {
    /* 활성화된 탭 스타일 */
    background-color: #111;
    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_menu_section{background-color: #FFFFFF;}
.tab_menu_section .c-title-subtitle{ font-size: 16px;  color: #0F0F10; text-align: center;}
.tab_menu_section .c-title__main-title{line-height: 1.5; font-size: 36px; font-weight: 600; text-align: center;}

@media screen and (max-width: 767px) {
    
.tab_menu_section .c-title-subtitle{ font-size: calc(16 / 390 * 100vw);  color: #0F0F10; }
.tab_menu_section .c-title__main-title{
    font-size: calc(20 / 390 * 100vw);
    }
}

.swiper-tab-ui .tab-menu {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    margin:3% 0;
    background-color: #F3F5F7;
    width: 44%;
    border-radius: 8px;
}

.swiper-tab-ui .tab-item {
    padding: 0.6% 0.6%;
    margin: 0.5%;
    cursor: pointer;
    font-size: 20px;
    width: 50%;
    line-height: 1.35;
    text-align: center;
}
.swiper-tab-ui .tab-item button{
    width: 100%;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    color: #43474D;
}

.swiper-tab-ui .tab-item.active {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.swiper-tab-ui .tab-item.active button{
    font-size: 20px;
    color: #fff;
    line-height: 1.35;
    font-weight: 500;
}

/* Swiper 화살표 스타일 */
.swiper-tab-ui .swiper-button-prev,
.swiper-tab-ui .swiper-button-next {
    /* 기본 Swiper 스타일 유지 또는 커스텀 */
    display: none;
    color: #000;
    text-indent: -999px;
}

.swiper-tab-ui{position:relative; left: 50%; transform: translateX(-50%); width: 100%;}
.swiper-tab-ui{position:relative; left: 50%; transform: translateX(-50%); width: 100%;}
.swiper-tab-ui .swiper-slide{width: 100%; }
.swiper-tab-ui .swiper-slide .slide-content{position: relative; display: flex; width: 100%; background-color: #fff; border-radius: 25px; overflow: hidden; }
.swiper-tab-ui .swiper-slide .slide-content .text-area{max-width: 50%; padding: 13% 4% 0% 4%; font-size: min(2vw, 22px);  line-height: 1.5; text-align: left; color: #7E7C77; }
.swiper-tab-ui .swiper-slide .slide-content .text-area .title-area{display: block; padding: 0 0 5% 0; font-size: min(2vw, 28px); font-weight: 600; color: #18181A;}
.swiper-tab-ui .custom-fraction {
	position: absolute;
	bottom: 17%;
	right: 5%;
	border: 1px solid #E1E2E4;
	border-radius: 50px;
	z-index: 5;
    margin-left: 10px; /* 점과 숫자 사이 간격 */
    font-size: 16px;
    font-weight: bold;
    color: #000;
	padding: 12px 15px;
	background-color: #fff;
}
.swiper-tab-ui .custom-fraction .color_first{color:#EA1917}


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

.swiper-tab-ui{width: 100%;}
.swiper-tab-ui .tab-menu{width: 90%; margin: 5% 0% 4% 0;}
.swiper-tab-ui .tab-item {
    padding: 0.4% 0.4%;
    margin: 1.2%;
    border-radius: 8px;
    cursor: pointer;
    font-size: calc(28/720*100vw);
    width: 50%;
    line-height: 1.35;
}

.swiper-tab-ui .tab-item button{
    font-size: calc(28/720*100vw);
    padding: 6% 0;
}

.swiper-tab-ui .tab-item.active {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.swiper-tab-ui .tab-item.active button{
    font-size: calc(28/720*100vw);
}

/* Swiper 화살표 스타일 */
.swiper-tab-ui .swiper-button-prev,
.swiper-tab-ui .swiper-button-next {
    display: none;
}

.swiper-tab-ui .swiper-slide .slide-content{ display: flex; flex-direction: column; }
.swiper-tab-ui .swiper-slide .slide-content .iamge-area{}
.swiper-tab-ui .swiper-slide .slide-content .text-area{max-width: 100%; max-height: calc(350 / 720 *100vw); padding: 8% 8% 20% 8%; font-size: calc(28/720*100vw); line-height: 1.5; text-align: left; color: #7E7C77; }
.swiper-tab-ui .swiper-slide .slide-content .text-area .title-area{display: block; padding: 0 0 5% 0; font-size: calc(34/720*100vw); font-weight: bold; color: #1A1A1A;}
.swiper-tab-ui .custom-fraction {
	position: absolute;
	bottom: 14.5%;
	right: 10%;
	border: 1px solid #E1E2E4;
	border-radius: 50px;
	z-index: 5;
    font-size: calc(24/720*100vw);
    font-weight: bold;
    color: #000;
	padding: 2% 3%;
	background-color: #fff;
}

}


.coupon_section{background-color: #F8F7F5;}

.only_photo_review{background-color: #F8F7F5;}
.only_purchase_benefit .benefits-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2개의 동일한 너비 열 생성 */
  gap: 20px; /* 열과 행 사이의 간격 설정 */
  list-style: none; /* 목록 기호 제거 */
  padding: 0;
  margin: 0;}

@media screen and (max-width: 767px) {
    .only_photo_review picture{
    padding: 0 calc(46/720*100vw);
    }
}
  
@media screen and (max-width: 767px) {
    .only_purchase_benefit .benefits-list{
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    list-style: none; /* 목록 기호 제거 */
    padding: 0 calc(46/720*100vw);
  gap: calc(20/720*100vw);
    margin: 0;
    }
}

  .photo_review_section{
    background-color: #F7F7F8;
  }
  
@media screen and (max-width: 767px) {
    .photo_review_section picture{
    padding: 0 calc(46/720*100vw);
    }
}



.event-benefit-template .only_purchase_benefit{background-color: #F7F7F8;}


.tab-menu-container .tab-menu-list {
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.tab-menu-container .tab-menu-list li{
 width: 13%;
margin-right: 1%;}
.tab-menu-container .tab-menu-list button {
    width: 100%;
    padding: 10% 15%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #18181A;
    border: 1px solid #18181A;
    transition: color 0.3s;
    border-radius: 50px;
}
.tab-menu-container .tab-menu-list button[aria-selected="true"] {
    color: #fff;
    background-color: #1A1A1A;
}
.tab-menu-container .tab-panels {
    padding: 0 0 3% 0;
}


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

.tab-menu-container .tab-menu-list {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 90%;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.tab-menu-container .tab-menu-list li{
    width: 25%;
    margin-right: 2%;}

    .tab-menu-container .tab-menu-list button {
        width: 100%;
        padding: 10% 15%;
        background-color: transparent;
        border: none;
        cursor: pointer;
        font-size: calc(28/720*100vw);
        font-weight: 500;
        color: #18181A;
        border: 1px solid #18181A;
        transition: color 0.3s;
        border-radius: 50px;
    }
    .tab-menu-container .tab-menu-list button[aria-selected="true"] {
        color: #fff;
        background-color: #1A1A1A;
    }
    .tab-menu-container .tab-panels {
        margin: 0 0 6% 0;
    }
    .tab-menu-container .tab-panels{overflow-x: auto;}
    .tab-menu-container .tab-panels #panel-1{width: 155%; padding: 0 6%;}
    .tab-menu-container .tab-panels #panel-2{width: 155%; padding: 0 6%;}
    .tab-menu-container .card-list-notice{padding: 0 0 0 6%;}

}



/* 최하단 카카오톡 채널 추가 쿠폰 영역 */
@media screen and (max-width: 767px) {
    .event-benefit-template .kakao_wrap .benefit{position: absolute;top: 34%;width: 90%;left: 50%; transform: translateX(-50%); height: 55%;z-index: 3;}
    .event-benefit-template .kakao_wrap .kakao{position: absolute;top: 69.7%;width: 43%;left: 51.1%;height: 18.3%;z-index: 4;}
}