@charset "utf-8";

/* ==============================
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 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;
}

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


/* ==============================
전체 공통
================================= */
@media screen and (min-width: 768px) {
    .event-benefit-template .hidden-pc {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .event-benefit-template .hidden-mo {
        display: none !important;
    }
}


/* ==============================
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 */

/* small tab */
.event-benefit-template .tab_container .tab_con {
    display: none;
    max-width: 1024px;
    margin: 0 auto;
}
.event-benefit-template .tab_container .tab_con:focus {
    outline: none;
}
.event-benefit-template .tab_container .tab_con:focus-visible {
    outline-offset: -3px;
}

.event-benefit-template .tab_container .tab_con.active {
    display: block;
}

.event-benefit-template .small-tab .tab_inner {
    max-width: 1000px;
    padding: 0 0 24px;
    margin: 0 auto;
}
.event-benefit-template .small-tab .tab_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.event-benefit-template .small-tab .tab_inner li {
    position: relative;
    height: 58px;
}
.event-benefit-template .small-tab .tab_inner li:nth-child(1),
.event-benefit-template .small-tab .tab_inner li:nth-child(2) {
    width: calc((100% - 20px) / 2);
}
.event-benefit-template .small-tab .tab_inner li:nth-child(1) {
    text-align: right;
}
.event-benefit-template .small-tab .tab_inner li:nth-child(2) {
    text-align: left;
}
.event-benefit-template .small-tab .tab_inner li button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 18px;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.5px;
    background-color: transparent;
    border: 1px solid #404040;
    border-radius: 32px;
    transition: background-color 0.3s;
}
.event-benefit-template .small-tab .tab_inner li.active button {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .small-tab .tab_inner {
        padding: 0 0 calc(36 / 720 * 100vw);
    }

    .event-benefit-template .small-tab .tab_inner ul {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        gap: calc(16 / 720 * 100vw);
        padding: 0 calc(48 / 720 * 100vw);
    }

    .event-benefit-template .small-tab .tab_inner li {
        height: auto;
    }

    .event-benefit-template .small-tab .tab_inner li:nth-child(1),
    .event-benefit-template .small-tab .tab_inner li:nth-child(2) {
        width: 100%;
    }
    .event-benefit-template .small-tab .tab_inner li:nth-child(1) {
        text-align: initial;
    }
    .event-benefit-template .small-tab .tab_inner li:nth-child(2) {
        text-align: initial;
    }

    .event-benefit-template .small-tab .tab_inner li button {
        padding: calc(16 / 720 * 100vw) calc(24 / 720 * 100vw);
        font-size: calc(28 / 720 * 100vw);
        font-weight: 500;
        line-height: 1.1428;
    }

    .event-benefit-template .tab_container {
        margin: 0 calc(38 / 720 * 100vw);
    }
}
/* // small tab */

/* img accordion */
.event-benefit-template .img-accordion {
    position: relative;
}
.event-benefit-template .img-accordion__open-area {
    display: none;
}
.event-benefit-template .img-accordion__trigger-btn {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event-benefit-template .img-accordion__linker {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 51.7%;
}
.event-benefit-template .img-accordion--open .img-accordion__trigger-btn {
    
}
.event-benefit-template .img-accordion--open .img-accordion__open-area {
    position: relative;
    display: block;
}
.event-benefit-template .img-accordion--open .img-accordion__close-area {
    display: none;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .img-accordion__linker {
        height: 56.7%;
    }
}
/* // img accordion */



/* 내 취향 모니터를 한번에 */
.event-benefit-template .content--monitor-list {
    background-color: #F8F7F5;
    padding: calc(100 / 1380 * 100%) 0;
}
.event-benefit-template .content--monitor-list .main-title {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px 24px;
    padding-bottom: calc(30 / 1380 * 100%);
    color: #2E2E33;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .content--monitor-list {
        padding: calc(64 / 720 * 100vw) 0;
    }
    .event-benefit-template .content--monitor-list .main-title {
        margin: 0 calc(48 / 720 * 100vw);
        padding: 0 0 calc(36 / 720 * 100vw);
        font-size: calc(48 / 720 * 100vw);
        letter-spacing: calc(-2.4em / 48);
    }
}
/* // 내 취향 모니터를 한번에 */