/* 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 [tabindex='0']:focus {
    outline: none;
}

.event-benefit-template [tabindex='0']:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

/* KV 우측에 있는 공유하기 아이콘 KV 안에 들어오기 위함. */
.contents.event .ev-detail-wrap .ev-detail-con .ev-cont {
    max-width: 1380px;
    margin: 0 auto;
}

/* // KV 우측에 있는 공유하기 아이콘 KV 안에 들어오기 위함. */

.event-benefit-template * {
    font-family: Pretendard, sans-serif;
}

/* 신규 기획전인 경우 */
.event-benefit-template picture {
    display: block;
}

.event-benefit-template img {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* // 신규 기획전인 경우 */

@media screen and (width <= 767px) {
    .event-benefit-template a,
    .event-benefit-template input {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .event-benefit-template a:focus,
    .event-benefit-template a:active,
    .event-benefit-template input:focus {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .event-benefit-template div:focus {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .event-benefit-template button:focus {
        -webkit-tap-highlight-color: transparent;
    }
}

/* // 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;

    /* 신규 기획전인 경우 */
    text-align: initial;

    /* 기존 기획전인 경우 */
    /* text-align: center; */
}

.event-benefit-template .l-article {
    width: 100%;
    container-name: article-area;
    container-type: inline-size;
}

/* // layout */

/* 변수 */
.event-benefit-template .relative-area {
    position: relative;
}
@media screen and (width >= 768px) {
    .event-benefit-template .hidden-pc {
        display: none !important;
    }

    .event-benefit-template .pc {
        display: block;
    }

    .event-benefit-template .mobile {
        display: none;
    }
}

@media screen and (width <= 767px) {
    .event-benefit-template .hidden-mo {
        display: none !important;
    }

    .event-benefit-template .pc {
        display: none;
    }

    .event-benefit-template .mobile {
        display: block;
    }
}

/* // 변수 */


/* components */

/* swiper */
/* swiper common */
.event-benefit-template .swiper-container {
    overflow: hidden;
    position: relative;
}
.event-benefit-template .swiper-wrapper {
    display: flex;
}
.event-benefit-template .swiper-slide {
    flex-shrink: 0;
    background-color: transparent;
}

.event-benefit-template .swiper-container-wrap .swiper-pagination-bullets{
    position: initial;
    display: flex;
    gap: 16px;
    justify-content: center;
    width: 100%;
    padding-top: 80px;
}

.event-benefit-template .swiper-container-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin:0;
    cursor: pointer;
    background-color: #D3D3D3;
    border-radius: 50px;
    opacity: 1;
}
.event-benefit-template .swiper-container-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #18181D;
    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-wrap .swiper-pagination-bullets{
        gap: calc(16 / 720 * 100vw);
        padding-top: calc(40 / 720 * 100vw);
    }
}
/* // swiper common */

/* fade type 01 */
.event-benefit-template .content02 .article__inner {
    margin: calc(120 / 1380 * 100%) 0;
}
.event-benefit-template .swiper-container-wrap--fade-type {
    position: relative;
    margin: calc(80 / 1380 * 100%) 0 0;
}
.event-benefit-template .swiper-container-wrap--fade-type .swiper-slide{
    position: relative;
    width: calc(800 / 1380 * 100%);
    margin: 0 calc(20 / 1380 * 100%);
    overflow: hidden;
    border-radius: 40px;
}
.event-benefit-template .swiper-container-wrap--fade-type .swiper-slide::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #FFF;
    opacity: 0.6;
    transition: background-color.3s, opacity.3s;
}
.event-benefit-template .swiper-container-wrap--fade-type .swiper-slide::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    backdrop-filter: blur(8px);
    transition: backdrop-filter.3s;
}
.event-benefit-template .swiper-container-wrap--fade-type .swiper-slide.swiper-slide-active::before{
    background-color: transparent;
    opacity: 1;
}
.event-benefit-template .swiper-container-wrap--fade-type .swiper-slide.swiper-slide-active::after{
    backdrop-filter: blur(0px);
}
.event-benefit-template .swiper-container-wrap--fade-type .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 13.9%;
    display: block;
    width: calc(80 / 1380 * 100%);
    height: auto;
    aspect-ratio: 1/1;
    margin: 0;
    cursor:pointer;
    content:'';
    background: url(/kr/event/2025/06/26_emotional_stay/images/icon-swiper-next-btn.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.event-benefit-template .swiper-container-wrap--fade-type .swiper-button-next:after {
    display: none;
}

.event-benefit-template .swiper-container-wrap--fade-type .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 13.9%;
    display: block;
    width: calc(80 / 1380 * 100%);
    height: auto;
    aspect-ratio: 1/1;
    cursor:pointer;
    content:'';
    background: url(/kr/event/2025/06/26_emotional_stay/images/icon-swiper-prev-btn.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.event-benefit-template .swiper-container-wrap--fade-type .swiper-button-prev:after {
    display: none;
}

.event-benefit-template .swiper-container-wrap--fade-type .swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .content02 .article__inner {
        margin: calc(80 / 720 * 100%) 0;
    }

    .event-benefit-template .swiper-container-wrap--fade-type {
        width: 100%;
        padding: 0;
    }

    .event-benefit-template .swiper-container-wrap--fade-type .swiper-container {
    }
    
    .event-benefit-template .swiper-container-wrap--fade-type .swiper-slide{
        width: 100%;
        border-radius: calc(40 / 720 * 100%);
        padding: 0 calc(60 / 720 * 100vw);
        margin: 0;
    }
    
    .event-benefit-template .swiper-container-wrap--fade-type .swiper-button-next {
        right: 1%;
        width: calc(90 / 720 * 100%);
        aspect-ratio: 1/1;
        background: url(/kr/event/2025/06/26_emotional_stay/images/icon-swiper-next-btn.png) no-repeat;
        background-size: contain;
    }
    
    .event-benefit-template .swiper-container-wrap--fade-type .swiper-button-prev {
        left: 1%;
        width: calc(90 / 720 * 100%);
            background: url(/kr/event/2025/06/26_emotional_stay/images/icon-swiper-prev-btn.png) no-repeat;
    background-size: contain;
    }
}
/* // fade type 01 */
/* // swiper */


/* // components */
