/* 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 {
    text-align: initial;
}
.event-benefit-template * {
    font-family: 'Pretendard', sans-serif;
}
.event-benefit-template picture {
    display: block;
}
.event-benefit-template img {
    display: block;
    max-width: 100%;
}

@media screen and (max-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;
    }

    .container .cont-wrap .section {
        padding: 0;
    }
}
/* // reset */


/* layout */
.event-benefit-template .border-none {
    border-bottom: none !important;
}

.event-benefit-template .relative-area {
    overflow: hidden;
    position: relative;
}

.event-benefit-template .section {
    width: 100%;
    background-color: #F7F5F0;
    border-bottom: solid 4px #d9d9d9;
}

.event-benefit-template .section__inner {
    container-type: inline-size;
    container-name: article-inner-area;
    max-width: 1020px;
    margin: 0 auto;
    padding: calc(100 / 1380 * 100%) 10px;
}

.event-benefit-template .section__title {
    padding-bottom: calc(60 / 1000 * 100%);
    color: #1A1A1A;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.8px;
}

.event-benefit-template .section__sub-title {
    padding: calc(80 / 1000 * 100%) 0 calc(24 / 1000 * 100%);
    color: #1A1A1A;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.8px;
}

.event-benefit-template .section__care-product-linker {
    position: absolute;
    display: grid;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    gap: calc(55 / 1000 * 100%);

    row-gap: calc(60 / var(--user-img-height) * 100%);
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(15, calc(836 / var(--user-img-height) * 100%));
}

.event-benefit-template .section__care-product-linker--tooltip-line2 {
    grid-template-rows: repeat(15, calc(835 / var(--user-img-height) * 100%))
}

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

@container article-inner-area (max-width: 999px) {
    .event-benefit-template .section__title {
        font-size: calc(40 / 1000 * 100vw);
        letter-spacing: calc(-0.8em/80);
    }

    .event-benefit-template .section__sub-title {
        font-size: calc(40 / 1000 * 100vw);
        letter-spacing: calc(-0.8em/80);
    }
}


@media screen and (max-width: 767px) {
    .event-benefit-template .section__inner {
        max-width: 1020px;
        margin: 0 auto;
        padding: calc(64 / 720 * 100vw) calc(48 / 720 * 100vw);
    }

    .event-benefit-template .section__title {
        padding: 0 0 calc(48 / 720 * 100vw);
        font-size: calc(48 / 720 * 100vw);
        line-height: 140%;
        letter-spacing: calc(-0.96em / 49);
    }

    .event-benefit-template .section__sub-title {
        padding: calc(64 / 720 * 100vw) 0 calc(30 / 720 * 100vw);
        font-size: calc(40 / 720 * 100vw);
        line-height: 130%;
        letter-spacing: calc(-0.8em / 49);
    }

    .event-benefit-template .sectiopn {
        border-bottom: calc(16/720*100vw) solid #e5e5e5;
    }

    .event-benefit-template .section__care-product-linker {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        gap: calc(30 / 624 * 100%);
        row-gap: calc(60 / var(--user-img-height) * 100%);
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(15, calc(810 / var(--user-img-height) * 100%));
    }

    .event-benefit-template .section__care-product-linker--tooltip-line2 {
        grid-template-rows: repeat(15, calc(810 / var(--user-img-height) * 100%));
    }
}
/* // layout */


/* componenets */

/* small tab */
.event-benefit-template .c-small-tab {
    position: relative;
    z-index: 1;
}

.event-benefit-template .c-small-tab ul {
    display: flex;
    gap: 18px;
    padding-bottom: 8px;
    margin-bottom: calc(52 / 1000 * 100%);
    overflow-x: auto;
}

.event-benefit-template .c-small-tab ul li {
    flex-shrink: 0;
    padding: 15px 30px;
    border-radius: 64px;
    border: 1px solid #1A1A1A;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3333;
    cursor: pointer;
}

.event-benefit-template .c-small-tab ul li.active {
    background: #1a1a1a;
    color: white;
}

@container article-inner-area (max-width: 999px) {
    .event-benefit-template .c-small-tab ul li {
        padding: calc(15 / 1000 * 100vw) calc(30 / 1000 * 100vw);
        border-radius: calc(64 / 1000 * 100vw);
        font-size: calc(24 / 1000 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .c-small-tab ul {
        padding-bottom: calc(44 / 720 * 100vw);
        padding: 0 calc(48 / 720 * 100vw) 4px;
        gap: calc(16 / 720 * 100vw);
    }

    .event-benefit-template .c-small-tab ul li {
        padding: calc(16 / 720 * 100vw) calc(24 / 720 * 100vw);
        text-align: center;
        font-size: calc(28 / 720 * 100vw);
        font-weight: 500;
        line-height: 114.286%;
    }
}

/* // small tab */

/* toggle */
.event-benefit-template .c-toggle__btn+.c-toggle__data {
    display: none;
}

.event-benefit-template .c-toggle__btn.on+.c-toggle__data {
    display: block;
}

/* // toggle */

/* swiper */
.event-benefit-template .event_00_slide .swiper-pagination {
    bottom: 9%;
}

.event-benefit-template .event_00_slide .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

.event-benefit-template .event_00_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 64px;
    background: #838A90;
}

@media screen and (max-width: 767px) {
    .event-benefit-template .event_00_slide .swiper-container {
        padding: 0 calc(32 / 720 * 100vw);
    }
    
    .event-benefit-template .event_00_slide .swiper-container li {
        padding: 0 calc(16 / 720 * 100vw);
    }
    
    .event-benefit-template .event_00_slide .swiper-pagination {
        bottom: 5%;
    }
    
    .event-benefit-template .event_00_slide .swiper-pagination .swiper-pagination-bullet {
        width: calc(24 / 720 * 100vw);
        height: calc(24 / 720 * 100vw);
        border-radius: calc(24 / 720 * 100vw);
    }
    
    .event-benefit-template .event_00_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: calc(64 / 720 * 100vw);
        background: #838A90;
    }
}
/* // swiper */

/* // componenets */


/* 변수 */
@media screen and (min-width: 768px) {
    .event-benefit-template .hidden-pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .hidden-mo {
        display: none;
    }
}

/* // 변수 */