@charset "utf-8";

/* ==============================
Reset
================================= */
.event-benefit-template * {
    font-family: 'Pretendard', sans-serif;
}

.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: 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;
    }
}

/* ==============================
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;
}

@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;
    }
}

/* ==============================
전체 공통
================================= */

.event-benefit-template .summary-content {
    position: relative;
}

@media screen and (min-width: 768px) {
    .event-benefit-template .hidden-pc {
        display: none !important;
    }
}

.event-benefit-template .swiper-container .swiper-pagination-bullets {
    position: relative;
    bottom: initial;
    display: flex;
    gap: 16px;
    justify-content: center;
    padding-top: 32px;
}

.event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    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 .swiper-slide {
        background-color: transparent;
    }

    .event-benefit-template .swiper-container .swiper-pagination-bullets {
        gap: 0;
        padding-top: calc(26 / 720 * 100vw);
    }

    .event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        padding: 6px;
        background-color: transparent;
        border-radius: 0;
    }
    .event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet::before {
        display: block;
        width: 14px;
        height: 14px;
        content: '';
        background-color: #d3d3d3;
        border-radius: 50px;
    }
    .event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: auto;
        background-color: transparent;
    }
    .event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
        width: 30px;
        background-color: #181818;
    }
}

/* ==============================
components : c는 components의 약자
================================= */
/* divider */
.event-benefit-template .c-divider {
    width: 100%;
    height: 8px;
    background-color: #e5e5e5;
    border: none;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-divider {
        height: calc(16 / 720 * 100vw);
    }
}
/* // divider */

/* toggle */
.c-toggle__data {
    position: relative;
    display: none;
}
.c-toggle__btn.on + .c-toggle__data,
.c-toggle__btn-wrap.on + .c-toggle__data {
    display: block;
}
.c-toggle__data:has(+ .c-toggle__btn.on) {
    display: block;
}
@media screen and (max-width: 767px) {
}
/* // toggle */
