/* reset */
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    src: url(../fonts/Pretendard-Black.subset.woff2) format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    src: url(../fonts/Pretendard-ExtraBold.subset.woff2) format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    src: url(../fonts/Pretendard-Bold.subset.woff2) format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    src: url(../fonts/Pretendard-SemiBold.subset.woff2) format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    src: url(../fonts/Pretendard-Medium.subset.woff2) format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    src: url(../fonts/Pretendard-Light.subset.woff2) format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    src: url(../fonts/Pretendard-ExtraLight.subset.woff2) format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    src: url(../fonts/Pretendard-Thin.subset.woff2) format('woff2');
}
.event-benefit-template * {
    font-family: 'Pretendard', sans-serif;
}

.event-benefit-template picture {
    display: block;
}

.event-benefit-template img {
    display: block;
    max-width: 100%;
}

.event-benefit-template .swiper-slide {
    background-color: transparent;
}

.event-benefit-template a,
.event-benefit-template button {
    background-color: rgba(0, 255, 0, 0);
}

.event-benefit-template .content-wrap section article {
    text-align: initial;
}
.contents.exhibition.ex-module-wrap .ev-detail-con.wide {
    max-width: 1380px;
}
.contents.event .ev-detail-wrap {
    min-height: 100vh;
}
.contents.event .ev-detail-wrap .ev-detail-con {
    max-width: inherit;
    padding: 0;
}
.contents.event .ev-detail-wrap .ev-detail-con .ev-cont {
    max-width: 1380px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .event-benefit-template a,
    .event-benefit-template a:active {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }
    .event-benefit-template input {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }
    .event-benefit-template div:focus {
        -webkit-tap-highlight-color: transparent;
    }
    .event-benefit-template button:focus,
    .event-benefit-template button:active {
        -webkit-tap-highlight-color: transparent;
    }
    .event-benefit-template a:focus-visible,
    .event-benefit-template input:focus-visible,
    .event-benefit-template div:focus-visible,
    .event-benefit-template button:focus-visible {
        outline: 2px solid #000;
        outline-offset: 2px;
    }
}
/* // reset */

/* layout */
.event-benefit-template {
    max-width: 1380px;
    min-height: 100vh;
    margin: 0 auto;
    container-name: full-width-area;
    container-type: inline-size;
    font-family: 'Pretendard', sans-serif;
}

.event-benefit-template article {
    width: 100%;
    container-name: article-area;
    container-type: inline-size;
}

.event-benefit-template .article__inner {
    width: 100%;
    max-width: 1020px;
    padding: 80px 10px;
    margin: 0 auto;
    /* overflow: visible; */
}

.event-benefit-template .landscapeSet {
    display: flex;
    gap: 48px;
    width: 100%;
}

.event-benefit-template .landscapeSet .left-contents {
    flex-basis: calc((100% - 48px) / 2);
}

.event-benefit-template .landscapeSet .prdList {
    flex-basis: calc((100% - 48px) / 2);
}

@media screen and (max-width: 767px) {
    .event-benefit-template .landscapeSet {
        flex-direction: column;
        gap: calc(48 / 720 * 100vw);
        padding: 0 calc(48 / 720 * 100vw);
    }

    .event-benefit-template .landscapeSet .prdList.landscape {
        width: 100%;
        padding: 0;
    }
}

@container full-width-area (max-width: 1380px) {
}

@container article-area (max-width: 999px) {
    .event-benefit-template .article__inner {
        padding: calc(80 / 999 * 100%) 10px;
    }
    .event-benefit-template .landscapeSet {
        gap: calc(48 / 1000 * 100%);
    }
    .event-benefit-template .landscapeSet .left-contents {
        flex-basis: calc((100% - (48 / 1000 * 100%)) / 2);
    }

    .event-benefit-template .landscapeSet .prdList {
        flex-basis: calc((100% - (48 / 1000 * 100%)) / 2);
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .article__inner {
        padding: calc(80 / 720 * 100%) 0;
        overflow: hidden;
    }
}
/* // layout */

/* 전체 공통 */
.event-benefit-template .primary-color {
    color: #fd312e;
}

@media screen and (min-width: 768px) {
    .event-benefit-template .hidden-pc {
        display: none !important;
    }
}

.event-benefit-template .pc {
    display: block;
}

.event-benefit-template .mobile {
    display: none;
}

.event-benefit-template .swiper-container .swiper-pagination-bullets {
    position: relative;
    bottom: initial;
    display: flex;
    gap: 16px;
    justify-content: center;
    padding-top: 48px;
}

.event-benefit-template
    .swiper-container
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #d3d3d3;
    border-radius: 50px;
    opacity: 1;
}
.event-benefit-template
    .swiper-container
    .swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #181818;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .hidden-mo {
        display: none !important;
    }

    .event-benefit-template .pc {
        display: none;
    }

    .event-benefit-template .mobile {
        display: block;
    }

    .event-benefit-template .swiper-slide {
        background-color: transparent;
    }

    .event-benefit-template .swiper-container .swiper-pagination-bullets {
        gap: calc(16 / 720 * 100vw);
        padding: calc(40 / 720 * 100vw) 0;
    }
}
/* // 전체 공통 */

/* components */
/* c는 components의 약자 */

/* title */
.event-benefit-template .c-title {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    max-width: 1000px;
    padding-bottom: calc(40 / 1000 * 100%);
    margin: 0 auto;
    text-align: left;
}

.event-benefit-template .c-title__main-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    color: #333;
    letter-spacing: -0.4px;
}

.event-benefit-template .c-title__main-title--center {
    text-align: center;
}

.event-benefit-template .c-title__desc-area--center {
    text-align: center;
}

.event-benefit-template .c-title__badge {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 148%;
    color: #fff;
    letter-spacing: -0.48px;
    background: #fd312e;
    border-radius: 120px;
}

.event-benefit-template .c-title__sub-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #111;
    letter-spacing: -0.6px;
}

.event-benefit-template .c-title:has(.c-title__badge) .c-title__sub-title {
    margin-top: calc(16 / 1000 * 100%);
}

.event-benefit-template .c-title__sub-title--gray {
    color: #2e2e33;
}

.event-benefit-template .c-title__sub-desc {
    margin-top: calc(8 / 1000 * 100%);
    font-size: 22px;
    font-weight: 500;
    line-height: 145.455%;
    color: #767676;
    letter-spacing: -0.44px;
}

.event-benefit-template .c-title__sub-desc--gray {
    color: #444;
}

.event-benefit-template .c-title__sub-desc--black {
    color: #1A1A1A;
}

.event-benefit-template .c-title__desc-note {
    margin-top: calc(8 / 1000 * 100%);
    font-size: 18px;
    font-weight: 400;
    line-height: 166.667%;
    color: #767676;
    letter-spacing: -0.72px;
}

.event-benefit-template .c-title__desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: #444;
    letter-spacing: calc(-0.48em / 24);
}

@container article-area (max-width: 999px) {
    .event-benefit-template .c-title {
        gap: calc(12 / 1000 * 100vw);
        padding-bottom: calc(48 / 1000 * 100vw);
    }

    .event-benefit-template .c-title__main-title {
        font-size: calc(40 / 999 * 100vw);
    }

    .event-benefit-template .c-title__desc {
        font-size: calc(24 / 999 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .c-title {
        row-gap: calc(40 / 720 * 100vw);
        padding: 0 calc(48 / 720 * 100%) calc(48 / 720 * 100%);
        font-size: calc(48 / 720 * 100vw);
        font-weight: 700;
        line-height: normal;
        color: #000;
        letter-spacing: calc(-0.48em / 48);
    }

    .event-benefit-template .c-title__main-title {
        font-size: calc(48 / 720 * 100vw);
        line-height: 1.3;
        letter-spacing: calc(-0.96em / 48);
    }

    .event-benefit-template .c-title__badge {
        padding: calc(8 / 720 * 100vw) calc(20 / 720 * 100vw);
        font-size: calc(28 / 720 * 100vw);
        letter-spacing: calc(-0.56em / 28);
    }

    .event-benefit-template .c-title__sub-title {
        font-size: calc(40 / 720 * 100vw);
        line-height: 148%;
        letter-spacing: calc(-0.8em / 40);
    }

    .event-benefit-template .c-title:has(.c-title__badge) .c-title__sub-title {
        margin-top: calc(12 / 720 * 100vw);
    }

    .event-benefit-template .c-title__sub-desc {
        margin-top: calc(6 / 720 * 100vw);
        font-size: calc(28 / 720 * 100vw);
        line-height: 140%;
        letter-spacing: calc(-0.56em / 28);
    }

    .event-benefit-template .c-title__desc-note {
        margin-top: calc(6 / 720 * 100vw);
        font-size: calc(22 / 720 * 100vw);
        font-weight: 400;
        line-height: 166.667%;
        color: #767676;
        letter-spacing: calc(-0.66em / 22);
    }

    .event-benefit-template .c-title__desc {
        font-size: 24px;
        font-weight: 500;
        line-height: 140%;
        color: #444;
        letter-spacing: calc(-0.48em / 24);
    }

    .event-benefit-template .c-title__desc {
        font-size: calc(32 / 720 * 100vw);
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: calc(-0.64em / 32);
    }
}
/* // title */

/* horizen-scroll-bar */
@media screen and (min-width: 768px) {
    .c-custom-scrollbar {
        -webkit-overflow-scrolling: touch; /* iOS에서 부드러운 스크롤 */
    }

    /* 웹킷 브라우저 스크롤바 트랙 */
    .c-custom-scrollbar::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    /* 웹킷 브라우저 스크롤바 핸들 (실제 움직이는 부분) */
    .c-custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .c-custom-scrollbar::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .c-custom-scrollbar::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
}
/* // horizen-scroll-bar */

/* divider */
.event-benefit-template .c-divider {
    width: 100%;
    height: 4px;
    background-color: #D9D9D9;
    border: none;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-divider {
        height: calc(16 / 720 * 100vw);
    }
}
/* // divider */

/* 아이템 더보기 기능 */
.event-benefit-template .limit-view__wrap .limit-view__list {
    row-gap: 0;
}
.event-benefit-template .limit-view__item {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.5s ease-out,
        opacity 0.5s ease-out,
        margin-bottom 0.5s ease-out;
}

.event-benefit-template .limit-view__item.is-visible {
    max-height: 1000px;
    margin-bottom: 20px;
    opacity: 1;
}

.event-benefit-template .limit-view__item[style*='--item-delay'] {
    transition-delay: var(--item-delay, 0s);
}
/* // 아이템 더보기 기능 */

/* toggle */
.c-toggle__data {
    display: none;
}
.c-toggle__btn.on + .c-toggle__data,
.c-toggle__btn-wrap.on + .c-toggle__data {
    display: block;
    margin-top: 40px;
}
.c-toggle__btn-wrap.on + .c-toggle__data--multi-benefit {
    margin-top: -18px;
}
.c-toggle__btn {
    position: relative;
    padding-right: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    color: #000;
    letter-spacing: -0.2px;
}
.c-toggle__btn::after {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 16px;
    height: 16px;
    content: '';
    background: url(/kr/event/2025/07/24_tv_brand_week/images/icon-arrow-bottom-black.svg)
        no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: transform 0.3s;
}
.c-toggle__btn-wrap.on .c-toggle__btn::after {
    transform: translateY(-50%) rotate(180deg);
}
.c-toggle__data:has(+ .c-toggle__btn.on) {
    display: block;
}
@media screen and (max-width: 767px) {
    .c-toggle__btn-wrap.on + .c-toggle__data--multi-benefit {
        margin-top: -1.6%;
    }
    .c-toggle__btn {
        padding-right: calc(34 / 720 * 100vw);
        font-size: calc(26 / 720 * 100vw);
        letter-spacing: calc(-0.26em / 26);
    }
    .c-toggle__btn::after {
        width: calc(21 / 720 * 100vw);
        height: calc(21 / 720 * 100vw);
        right: calc(-10 / 720 * 100vw);;
    }
    .c-toggle__btn.on + .c-toggle__data,
    .c-toggle__btn-wrap.on + .c-toggle__data {
        margin-top: calc(48 / 720 * 100vw);
    }
}
/* // toggle */


/* // components */


/* 팝업 추가 */
#popupWrap {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#popupWrap.active {
  display: block;
}
.popup{
    background-color: #fff;
    z-index: 9;
}

.popup h3{
    font-size: 32px;
    font-weight: 700;
    color: #18181D;
    letter-spacing: -0.02em;
}

.popup .pop-sub-title{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.04rem;
    color: #2e2e33;
    margin-top: 8px;
}

.popup  ul {margin-top: 16px;}

.popup  ul li{
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #767676;
}

.popup  ul li::before{
    content: "·";
    position: absolute;
    left: 0; 
    top: 0;
    font-size: 20px;
    color: #767676;
    line-height: 20px;
}

.popup ul li:last-child{
margin-top:8px;}

.popup ul li:last-child img{
width:170px;}
.popup ul li:last-child::before{
	content: " "; 
}
.popup .modal-close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}


.popup .pop-table-box{
    width: 100%;
    margin-top: 24px;
}

.popup .pop-table-box table{
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 100%;
}

.popup .pop-table-box table tr th{
    background-color: #f3f1ed;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.popup .pop-table-box table tr th:nth-child(1){
    background-color: #f3f1ed;
}
.popup .pop-table-box table tr th:nth-child(1),
.popup .pop-table-box table tr th:nth-child(3){
    width: 11.8%;
}

.popup .pop-table-box table tr th:nth-child(2),
.popup .pop-table-box table tr th:nth-child(4){
    width: 44.1%;
}

.popup .pop-table-box table tr td{
    font-size: 18px;
    color: #666;
    line-height: 54px;
    font-weight: 500;
    text-align: center;
}

.popup .pop-table-box table tr td.twoline{
    line-height: unset;
}

.popup .pop-table-box table tr td.twoline p{
    line-height: 22px;
    display: block;
    margin: 6px 0px;
}

.popup .pop-table-box table tr td .small{
    font-size: 16px;
    display: block;
}

@media screen and (max-width: 767px) {
    #popupWrap.active {
    display: block;
    }
    .popup{
        /* max-height: 60%; */
        padding: calc(64 / 720 * 100vw) 0;
        /* border-radius: 24px; */
        /* max-width: calc(624 / 720 * 100vw); */
    }

    .popup h3{
        font-size: calc( 32 / 720 * 100vw );
    }

    .popup .pop-sub-title{
        font-size: calc( 28 / 720 * 100vw );
        margin-top: calc( 8 / 720 * 100vw );
    }

    .popup  ul {margin-top: 16px;}

    .popup  ul li{
        padding-left: calc( 20 / 720 * 100vw );
        font-size: calc( 26 / 720 * 100vw );
    }

    .popup  ul li::before{
        content: "·";
        position: absolute;
        left: 0; 
        top: 0;
        font-size: calc( 26 / 720 * 100vw );
        color: #767676;
        line-height: calc( 26 / 720 * 100vw );
    }

    .popup ul li:last-child{
        margin-top: calc(16/720*100vw);
    }    

    .popup ul li:last-child img{
    	width: calc(220/720*100vw);
    }
    .popup ul li:last-child::before{
        content: " "; 
    }

    .popup .modal-close{
        top: calc( 30 / 720 * 100vw );
        right: calc( 30 / 720 * 100vw );
        width: calc( 36 / 720 * 100vw );
        height: calc( 36 / 720 * 100vw );
    }


    .popup .pop-table-box{
        margin-top: calc( 24 / 720 * 100vw );
    }

    .popup .pop-table-box table tr th{ 
        line-height: calc( 54 / 720 * 100vw );
        font-size: calc( 22 / 720 * 100vw );
    }

    .popup .pop-table-box table tr th:nth-child(1){
        background-color: #f3f1ed;
    }
    .popup .pop-table-box table tr th:nth-child(1),
    .popup .pop-table-box table tr th:nth-child(3){
        width: 14.2%;
    }

    .popup .pop-table-box table tr th:nth-child(2){
        width: 39.4%;
    }
    
    .popup .pop-table-box table tr th:nth-child(4){
        width: 32.4%;
    }

    .popup .pop-table-box table tr td{
        font-size: calc( 22 / 720 * 100vw );
        line-height: calc( 54 / 720 * 100vw );
    }
        
    .popup .pop-table-box table tr td.twoline{
        line-height: unset;
    }

    .popup .pop-table-box table tr td.twoline p{
        line-height: 22px;
        display: block;
        margin: calc( 10 / 720 * 100vw ) 0px;
    }
    .popup .pop-table-box table tr td.twoline p{
        line-height: calc( 22/ 720 * 100vw );
        display: block;
        margin: calc( 6/ 720 * 100vw );
    }

    .popup .pop-table-box table tr td .small{
        font-size: calc( 16/ 720 * 100vw );
        display: block;
    }


}




/* toggle */
.faq_benefit__item--sub{
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); */
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border: 1px solid #E0DED2;
}
.faq_benefit__item--sub button{position: relative;}
.faq_benefit__item--sub + .faq_benefit__item--sub{margin-top: 20px;}
#section7 .c-toggle__data {display:none; padding: 0px 32px 32px 32px;}
#section7 .c-toggle__btn.on + .c-toggle__data {display:block; margin-top: 20px;}
#section7 .c-toggle__data:has(+ .c-toggle__btn.on) {display:block}

#section7 .c-toggle__btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%) rotate(0deg);
    width: 36px;
    height: 36px;
    background: url(/kr/event/2025/06/09_juneMegaSale/images/icon-accordion-arrow.svg) no-repeat center center;
    background-size: 100%;
    transition: transform .2s;
}
#section7 .c-toggle__btn.on::after {
    transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 767) {
        
    .faq_benefit__item--sub{border-radius: calc(16/720*100vw); }
    .faq_benefit__item--sub + .faq_benefit__item--sub{margin-top: calc(16/720*100vw);}
    #section7 .c-toggle__data {display:none; padding: 0px calc(32/720*100vw) calc(32/720*100vw) calc(32/720*100vw);}
    #section7 .c-toggle__btn::after { right: calc(32/720*100vw); width: calc(36/720*100vw); height: calc(36/720*100vw); }
    #section7 .c-toggle__btn.on + .c-toggle__data {display:block; margin-top: calc(24/720*100vw);}
}

/* // toggle */
