/* 검정 배경 */
.event-benefit-template .wrap--black {
    background-color:#000;
}
.event-benefit-template .wrap--black .c-title__main-title {
    color: #fff;
}
.event-benefit-template .wrap--black .c-title__main-title--small{
    color: #fff;
}
.event-benefit-template .wrap--black .c-title__desc{
    color: #a9a8a9;
}
.event-benefit-template .wrap--black .custom-scroll-slider__scrollbar-track{
    background-color: #666;
}
.event-benefit-template .wrap--black .custom-scroll-slider__scrollbar-thumb{
    background-color: #fff;
}
.wrap--black .c-custom-accordion__btn{
    color: #fff;    
}
.wrap--black .c-custom-accordion__btn.btn--round{
    width: 260px;
    border-radius: 200px;
    border: 1px solid #818181;
    background: none;
    scroll-margin-top: calc(var(--header-height) + var(--sticky-main-switch-height) + var(--sticky-main-sticky-height) + 58px); /* gt.yang : 58px : 3depth sticky 탭 높이 */
}
.wrap--black .c-button__icon--arrow-down-white{
    width: 16px;
    height: 16px;
    background: url('/kr/event/2026/02/24_living_week/resources/icon-line-chervron-down-white.svg') no-repeat center / cover;
    transform: rotate(0);
}
.event-benefit-template .wrap--black .c-toggle__btn{
    color: #fff;
}
.event-benefit-template .wrap--black .c-toggle__btn--text::after {
    filter: invert(1);
}
.event-benefit-template .wrap--black .c-toggle__btn.c-toggle__btn--no-arr{
    padding:0;
    border-bottom: 1px solid #fff;
}

.event-benefit-template .wrap--black .c-tab--round .c-tab__button{
    color: #fff;
    border-radius: 100px;
    font-weight: 500;
    border: 0.5px solid #ffff;
}
.event-benefit-template .wrap--black .c-tab--round .c-tab__item.active .c-tab__button,
.event-benefit-template .wrap--black .c-tab--round.is-before-area .c-tab__item:first-child .c-tab__button,
.event-benefit-template .wrap--black .c-tab--round.is-after-area .c-tab__item:last-child .c-tab__button{
    background-color: #fff;
    font-weight: 500;
    color: #000;
}
.event-benefit-template .wrap--black .c-tab--switch-small-txt .c-tab__item.active .c-tab__button{
    color: #fff;
}
.event-benefit-template .wrap--black .c-tab--switch-small-txt .c-tab__item + .c-tab__item{
    position: relative;
}
.event-benefit-template .wrap--black .c-tab--switch-small-txt .c-tab__item + .c-tab__item::before{
    content:'';
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #646870;
}
@media screen and (max-width: 767px) {
    .wrap--black .c-custom-accordion__btn.btn--round{
        width: calc(186 / 390 * 100vw);
    }
    .wrap--black .c-button__icon--arrow-down-white{
        width: calc(16 / 390 * 100vw);
        height: calc(16 / 390 * 100vw);
    }
}
/* // 검정 배경 */ 

/* 가전 - 리빙위크 혜택 미리보기 */
.event-benefit-template .ha-benefit-preview .article__inner {
    padding-bottom: 0;
}
.event-benefit-template .ha-benefit-preview__btn {
    position: absolute;
}
.event-benefit-template .ha-benefit-preview__btn--ha-coupon {
    top: 75.9%;
    left: 5.5%;
    width: 22%;
    height: 19%;
}
.event-benefit-template .ha-benefit-preview__btn--coupon-pack {
    top: 75.9%;
    left: 39%;
    width: 22%;
    height: 19%;
    background-color: transparent;
    border: 0 none;
}
.event-benefit-template .ha-benefit-preview__btn--shinhancard {
    top: 75.9%;
    left: 72.9%;
    width: 22%;
    height: 19%;
}

.coupon-benefits-list{
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 2.09vw, 24px) calc(18/1146 * 100%);
}
.coupon-benefits-list li{
    width: calc(369/1146 * 100%);
    position: relative;
}
.coupon-benefits-list li .coupon-benefits__btn{
    position: absolute;
    display: block;
    top:0;
    right:0;
    width: 19%;
    height: 100%;
    background-color: transparent;
    border:0 none;
}
.payment-benefits__btn{position:absolute;}
.payment-benefits__btn.shinhan-benefit-preview__btn{
    left: 4.5%;
    bottom: 0;
    margin-bottom: calc(60 / 1380 * 100%);
    width: 3%;
    height: 9%;
}
.payment-benefits__btn.shinhan-more__btn{
    left: 14.5%;
    bottom: 0;
    margin-bottom: calc(60 / 1380 * 100%);
    width: 5%;
    height: 9%;
}
.payment-benefits__btn.digiroca-more__btn{
    left: 32.8%;
    bottom: 0;
    margin-bottom: calc(60 / 1380 * 100%);
    width: 5%;
    height: 9%;
}
.payment-benefits__btn.hyundai-more__btn{
    left: 50.8%;
    bottom: 0;
    margin-bottom: calc(60 / 1380 * 100%);
    width: 5%;
    height: 9%;
}

@media screen and (max-width: 767px) {
    .event-benefit-template .ha-benefit-preview__btn--ha-coupon {
        top: 75%;
        left: 6.5%;
        width: 25%;
        height: 20%;
    }
    .event-benefit-template .ha-benefit-preview__btn--limited-price {
        top: 33.9%;
        left: 52.5%;
        width: 41%;
        height: 14%;
    }
    .event-benefit-template .ha-benefit-preview__btn--coupon-pack {
        top: 75%;
        left: 37%;
        width: 25%;
        height: 20%;
    }
    .event-benefit-template .ha-benefit-preview__btn--shinhancard {
        top: 75%;
        left: 68%;
        width: 25%;
        height: 20%;
    }

    .event-benefit-template .living-week-guide .custom-scroll-slider__content-wrapper {
        margin: 0;
        column-gap: 0;
    }
    .event-benefit-template .living-week-guide .custom-scroll-slider__item {
        min-width: calc(320 / 390 * 100vw);
        padding: 0;
    }
    .event-benefit-template .living-week-guide .custom-scroll-slider__item {
        padding-left: calc(20 / 390 * 100vw);
    }
    .event-benefit-template .living-week-guide .custom-scroll-slider__item:last-child {
        padding-right: calc(20 / 390 * 100vw);
        min-width: calc(340 / 390 * 100vw);
    }
    .event-benefit-template .living-week-guide .custom-scroll-slider__nav-button--next {
        right: calc(54 / 390 * 100vw);
    }
    
    .coupon-benefits-list{
       flex-direction: row;
        gap:calc(8 / 390 * 100vw) 0;
        margin: 0 calc(20 / 390 * 100vw);
    }
    .coupon-benefits-list li{
        width: 100%;
    }
    .coupon-benefits-list li .coupon-benefits__btn{
        width: 22%;
    }
    .payment-benefits__btn.shinhan-benefit-preview__btn{
        left: 34%;
        bottom: calc(320 / 390 * 100vw);
        margin-bottom: 0;
        width: 14%;
        height: 6%;
    }
    .payment-benefits__btn.shinhan-more__btn{
        left: 50%;
        bottom: calc(320 / 390 * 100vw);
        margin-bottom: 0;
        width: 24%;
        height: 6%;
    }
    .payment-benefits__btn.digiroca-more__btn{
        left: 34%;
        bottom: calc(220 / 390 * 100vw);
        margin-bottom: 0;
        width: 17%;
        height: 6%;
    }
    .payment-benefits__btn.hyundai-more__btn{
        left: 34%;
        bottom: calc(120 / 390 * 100vw);
        margin-bottom: 0;
        width: 17%;
        height: 6%;
    }
}
/* // 가전 - 리빙위크 혜택 미리보기  */

/* 가전 - 더 많은 혜택 보기 */
.ha-more-benefits .c-tab--round{
    padding: 10px 0;
    background-color: #000;
}
.ha-more-benefits .c-custom-accordion__area--fade {
    height: min(226px, calc((266 / 1146) * 100vw));
}
.ha-more-benefits .c-custom-accordion__area--fade::after{
    top: 55%;
    height: 45.3%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 51.13%, #000 85.22%);
}
.ha-more-benefits .c-toggle {
    padding-top: 32px;
}
@media screen and (max-width: 767px) {
    .ha-more-benefits .c-custom-accordion__area--fade {
        height: calc(352 / 390 * 100vw);
    }
    .ha-more-benefits .c-custom-accordion__area--fade::after{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 30%, #000 100%);
    }
    .exclusive-purchase-benefits .c-tab--round{
        margin-bottom: calc(4 / 390 * 100vw);
        padding: calc(10 / 390 * 100vw) 0;
    }
    .custom-scroll-slider__item--multi-item-combined {
        flex: 0 0 100%;
    }
    .exclusive-purchase-benefits .c-toggle {
        padding-top: calc(24 / 390 * 100vw);
    }
}
/* // 가전 - 더 많은 혜택 보기 */

/* 타이틀 */
.event-benefit-template .c-title-area {
    margin-bottom: 24px;
}
.event-benefit-template .c-title__main-title--big {
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.64px;
}
.event-benefit-template .c-title__main-title--small {
    padding-top: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.36px;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-title-area {
        margin-bottom: calc(20 / 390 * 100vw);
    }
    .event-benefit-template .c-title__main-title--big {
        font-size: calc(26 / 390 * 100vw);
        font-weight: 700;
        letter-spacing: calc(-0.52em / 26);
    }
    .event-benefit-template .c-title__main-title--small {
        padding-top: calc(20 / 390 * 100vw);
        font-size: calc(20 / 390 * 100vw);
        font-weight: 700;
        letter-spacing: calc(-0.4em / 18);
    }
    .event-benefit-template .c-title__desc{
        font-weight: 600;
    }
}
/* // 타이틀 */

/* 커스텀 아코디언 */
#sticky-2depth-tab-ha-benefit-preview-panel-01 .c-custom-accordion__area {
    scroll-margin-top: calc(var(--header-height) + var(--sticky-main-switch-height) + var(--sticky-main-sticky-height) + 58px); /* gt.yang : 58은 2depth sticky 높이 */
}
.c-custom-accordion[data-accordion-toggle="true"]:has(.c-custom-accordion__btn[aria-expanded="true"]) {
    padding-bottom: 112px;
}
.c-custom-accordion__area--none {
    display: none !important;
}
.c-custom-accordion__area--active {
    display: block !important;
}
.c-custom-accordion__btn[aria-expanded="true"] .c-button__text--open {
    display: none;
}
.c-custom-accordion__btn[aria-expanded="true"] .c-button__text--close {
    display: block;
}
.c-custom-accordion__btn .c-button__text--close {
    display: none;
}
@media screen and (max-width: 767px) {
    #sticky-2depth-tab-ha-benefit-preview-panel-01 .c-custom-accordion__area {
        scroll-margin-top: calc(var(--header-height) + var(--sticky-main-switch-height) + var(--sticky-main-sticky-height) + calc(34 / 390 * 100vw) + 20px); /* gt.yang : calc(34 / 390 * 100vw) + 20px은 2depth sticky 높이 */
    }
    .c-custom-accordion[data-accordion-toggle="true"]:has(.c-custom-accordion__btn[aria-expanded="true"]) {
        padding-bottom: calc(70 / 390 * 100vw);
    }
    .c-custom-accordion[data-accordion-toggle="true"] .c-custom-accordion__btn-wrap:has(.c-custom-accordion__btn[aria-expanded="true"]) {
        margin-top: calc(30 / 390 * 100vw);
        padding-top: 0;
    }
}
/* // 커스텀 아코디언 */

/* 탭 // */
.event-benefit-template .c-tab--main-sticky.cooking-week-sticky {
    .c-tab__list{
        max-width: 100%;height:50px;margin:0;border-bottom: none;
        @media screen and (max-width: 767px) {
            padding:0;        
            height: calc(44 / 390 * 100vw);
            column-gap: 0;
        }
        .c-tab__item {
            .c-tab__button{
                font-size: 18px;
                @media screen and (max-width: 767px) {
                    font-size: calc(14 / 390 * 100vw);   
                }
            }
            &.active{
                .c-tab__button{
                    background-color: #000;
                    color: #fff;
                }
                &::after{
                    display: none;
                }
            }
        }
    }
}
.event-benefit-template .c-tab--round.line--black .c-tab__item{
    border-color: #000;
}
/* // 탭 */

/* 결제 혜택 회색영역 // */
@media screen and (max-width: 767px) {
    .event-benefit-template .wrap--gray {
        margin:0 calc(24/390 * 100vw);
        padding:calc(4/390 * 100vw) calc(20/390 * 100vw) calc(32/390 * 100vw);
        background: #2B2B2B;
        border-radius: calc(16/390 * 100vw);
        .c-title-area{
            margin-inline: 0;
        }
        .c-toggle--notice{
            margin:0;
        }
        .c-toggle--notice.on .c-toggle__content{margin-top: calc(24 / 390 * 100vw);}
    }
}
/* // 결제 혜택 회색영역 */

/* .video-img-slider{
    .swiper-slide{position: relative;overflow: hidden;}
    .custom-scroll-slider__video-wrap{position: absolute;left:10px;top:10px;width: calc(580/1166 * 100%);height: calc(100% - 20px);overflow:hidden;background:#000;
        video{
            display: block;
            margin:0 auto;
            height: 100%;
        }
        @media screen and (max-width: 767px) {
            top: calc(10 / 390 * 100vw) ;
            left:calc(20 / 390 * 100vw);
            width: calc(100% - (40 / 390 * 100vw));
            height: calc(630/1166 * 100%);
        }
    }
} */
.event-benefit-template .video-img-slider {
        .custom-scroll-slider__item{
        flex: 0 0 100%;
    }
    .custom-scroll-slider__video-wrap{
        position: absolute;left:0px;top:0px;width: calc(591/1166 * 100%);height: 100%;overflow:hidden;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        video{
            display: block;
            margin:0 auto;
            height: 100%;
        }
        @media screen and (max-width: 767px) {
            top: 0%;
            left: 5.1%;
            width: 89.8%;
            height: calc(660 / 1166 * 100%);
            border-top-left-radius: calc(8 / 390 * 100vw);
            border-top-right-radius: calc(8 / 390 * 100vw);
            border-bottom-left-radius: 0;
        }
    }
}
.padding-b--p48{padding-bottom: 48px;}

/* 겹쳐진 아코디언 */
.event-benefit-template .nested-accordion {
    --color-black-bg-01: #282726;
    --color-black-text-01: #fff;
    --color-black-bg-02: #4F4E4A;
    --color-black-text-02: #fff;
    --color-black-bg-03: #77756E;
    --color-black-text-03: #fff;
    --color-black-bg-04: #A8A79D;
    --color-black-text-04: #111;
    --color-black-bg-05: #BBBBB3;
    --color-black-text-05: #111;
    --radius: 24px;
    --font-weight-bold: 700;
    --transition-speed: 0.4s;
    --stack-offset: -21px; /* 카드 겹침 정도 */
    --card-height: 92px; /* 헤더 고정 높이 */
    list-style: none;
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    margin: 0 auto;
    padding: 0;
}

.event-benefit-template .nested-accordion__item {
    position: relative;
    background: var(--item-bg);
    color: var(--item-text);
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    margin-top: var(--stack-offset);
    z-index: 1; 
    transition: transform 0.3s ease, margin 0.3s ease;
    transform-origin: center top;
}

.event-benefit-template .nested-accordion__header{

}

.event-benefit-template .nested-accordion__item:first-child {
    margin-top: 0;
}

.event-benefit-template .nested-accordion__item:last-child {
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

.event-benefit-template .nested-accordion__item:last-child .nested-accordion__trigger{
    height: auto;
}

.event-benefit-template .nested-accordion__item:last-child .nested-accordion__divider{
    top: 0;
}

.event-benefit-template .nested-accordion__item:last-child .nested-accordion__inner-content{
    padding-top: 24px;
    padding-bottom: 24px;
}

.event-benefit-template .nested-accordion__item--active {
}

.event-benefit-template .nested-accordion__item[data-theme="black-bg-01"] { --item-bg: var(--color-black-bg-01); --item-text: var(--color-black-text-01); }
.event-benefit-template .nested-accordion__item[data-theme="black-bg-02"] { --item-bg: var(--color-black-bg-02); --item-text: var(--color-black-text-02); }
.event-benefit-template .nested-accordion__item[data-theme="black-bg-03"] { --item-bg: var(--color-black-bg-03); --item-text: var(--color-black-text-03); }
.event-benefit-template .nested-accordion__item[data-theme="black-bg-04"] { --item-bg: var(--color-black-bg-04); --item-text: var(--color-black-text-04); }
.event-benefit-template .nested-accordion__item[data-theme="black-bg-05"] { --item-bg: var(--color-black-bg-05); --item-text: var(--color-black-text-05); }

.event-benefit-template .nested-accordion__header { 
    margin: 0; 
}

.event-benefit-template .nested-accordion__trigger {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px;
    height: var(--card-height);
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}
.event-benefit-template .nested-accordion__header:has([aria-expanded="false"]) .nested-accordion__divider{
    display: none;
}

.event-benefit-template .nested-accordion__title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 10px;
    flex: 1;
}

.event-benefit-template .nested-accordion__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.event-benefit-template .nested-accordion__icon svg {
    fill: currentColor;
}

.event-benefit-template .nested-accordion__text { 
    font-size: 21px;
    font-weight: var(--font-weight-bold);
    line-height: 24px;
    letter-spacing: -0.42px;
    word-break: keep-all;
    overflow: hidden;
}

.event-benefit-template .nested-accordion__text--highlight { 
    font-weight: var(--font-weight-bold);
}

.event-benefit-template .nested-accordion__icon-chevron {
    transform: rotate(0deg);
    transition: transform var(--transition-speed) ease;
}

.event-benefit-template .nested-accordion__item--active .nested-accordion__icon-chevron {
    transform: rotate(180deg); 
}

.event-benefit-template .nested-accordion__panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--transition-speed) cubic-bezier(0.25, 0.8, 0.25, 1);
}

.event-benefit-template .nested-accordion__item--active .nested-accordion__panel {
    grid-template-rows: 1fr;
}

.event-benefit-template .nested-accordion__content {
    overflow: hidden;
}

.event-benefit-template .nested-accordion__inner-content {
    padding: 0 24px 46px 24px;
}

.event-benefit-template .nested-accordion__divider {
    position: relative;
    top: min(-20px, calc(-20px + (100vw - 720px) * 0.2)); /* gt.yang : 720px 이상일 때 -38px, 720px 이하일 때 -38px + (100vw - 720px) * 0.2 */
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    height: 1px;
    margin-bottom: 0;
    background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 0%);
    background-position: center;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    opacity: 0.7;
    border: none;
}

.event-benefit-template .nested-accordion__item[data-theme="black-bg-04"] .nested-accordion__divider,
.event-benefit-template .nested-accordion__item[data-theme="black-bg-05"] .nested-accordion__divider {
    background-image: linear-gradient(to right, #000 50%, rgba(255, 255, 255, 0) 0%);
}

.event-benefit-template .nested-accordion__desc-title {
    display: block;
    font-weight: var(--font-weight-bold);
    margin-bottom: 4px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
}

.event-benefit-template .nested-accordion__desc-title:first-child { 
    margin-top: 0; 
}

.event-benefit-template .nested-accordion__desc-text {
    display: block;
    word-break: keep-all;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.42px;
}

.event-benefit-template .nested-accordion .c-list {
    margin: 6px 0px 0px 14px;
}
.event-benefit-template .nested-accordion .c-list__item {
    padding-left: 18px;
    color: #fff;
    font-size: 21px;
    line-height: 1.428;
    letter-spacing: -0.42px;
}
.event-benefit-template .nested-accordion .c-list__item::before {
    background-color: #fff;
    top: calc(1.428em / 2);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .event-benefit-template .nested-accordion {
        padding: 0 calc(20 / 390 * 100vw);

        --radius: calc(16 / 390 * 100vw);
        --font-weight-bold: 600;
        --transition-speed: 0.4s;
        --stack-offset: calc(-16 / 390 * 100vw); /* 카드 겹침 정도 */
        --card-height: calc(58 / 390 * 100vw); /* 헤더 고정 높이 */
    }

    .event-benefit-template .nested-accordion__item {
        border-top-left-radius: var(--radius);
        border-top-right-radius: var(--radius);
        margin-top: var(--stack-offset);
    }

    .event-benefit-template .nested-accordion__item:first-child {
        margin-top: 0;
    }

    .event-benefit-template .nested-accordion__header { 
        margin: 0; 
    }

    .event-benefit-template .nested-accordion__trigger {
        padding: calc(8 / 390 * 100vw);
        height: var(--card-height);
        font-size: calc(12 / 390 * 100vw);
        font-weight: 400;
    }

    .event-benefit-template .nested-accordion__title-wrap {
        gap: calc(8 / 390 * 100vw);
        padding-right: calc(8 / 390 * 100vw);
    }

    .event-benefit-template .nested-accordion__icon{
        width: calc(32 / 390 * 100vw);
        height: calc(32 / 390 * 100vw);
    }

    .event-benefit-template .nested-accordion__icon--first img {
        width: 100%;
    }

    .event-benefit-template .nested-accordion__text { 
        font-size: calc(14 / 390 * 100vw);
        line-height: 114.286%;
        letter-spacing: calc(-0.28 / 390 * 100vw);
    }

    .event-benefit-template .nested-accordion__icon-chevron img {
        width: calc(12 / 390 * 100vw);
        height: calc(12 / 390 * 100vw);
    }

    .event-benefit-template .nested-accordion__divider {
        top: calc(-10 / 390 * 100vw);
        width: calc(100% - calc(32 / 390 * 100vw));
        height: 1px;
        background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 0%);
        background-size: calc(8 / 390 * 100vw) calc(2 / 390 * 100vw);
    }

    .event-benefit-template .nested-accordion__item:last-child .nested-accordion__inner-content{
        padding-top: calc(16 / 390 * 100vw);
        padding-bottom: calc(16 / 390 * 100vw);
    }

    .event-benefit-template .nested-accordion__inner-content {
        padding: calc(8 / 390 * 100vw) calc(16 / 390 * 100vw) calc(32 / 390 * 100vw);
        font-size: calc(12 / 390 * 100vw);
        font-weight: 400;
        line-height: 133.333%;
        letter-spacing: calc(-0.24 / 390 * 100vw);
    }

    .event-benefit-template .nested-accordion__desc-title {
        font-weight: var(--font-weight-bold);
        margin-bottom: calc(2 / 390 * 100vw);
        margin-top: calc(8 / 390 * 100vw);
        font-size: calc(12 / 390 * 100vw);
    }

    .event-benefit-template .nested-accordion__desc-text {
        font-size: calc(14 / 390 * 100vw);
        line-height: 142.857%;
        letter-spacing: calc(-0.28 / 390 * 100vw);
    }

    .event-benefit-template .nested-accordion .c-list {
        margin: calc(6 / 390 * 100vw) 0 0 calc(0 / 390 * 100vw);
    }
    .event-benefit-template .nested-accordion .c-list__item {
        margin-left: calc(8 / 390 * 100vw);
        padding-left: calc(12 / 390 * 100vw);
        font-size: calc(14 / 390 * 100vw);
        line-height: 1.428;
        letter-spacing: calc(-0.28 / 390 * 100vw);
    }

    .event-benefit-template .nested-accordion .c-list__item::before {
        top: calc(1.428em / 2);
        transform: translateY(-50%);
    }
}
/* // 겹쳐진 아코디언 */

/* 카카오톡 */

.event-benefit-template .coupon--val-02{
    .l-article__content{row-gap: 16px;}
    .c-title{
        row-gap: 0;
        justify-content: center;
        text-align:center;
        .c-title__main{text-align:center;}
        .c-title__desc{font-weight: 600; color: #000; line-height:140%;letter-spacing: -0.72px;}
    }
    @media screen and (max-width: 767px) {
        .l-article__content{row-gap: calc(16 / 390 * 100vw);}
        .c-title__desc{font-size: calc(18 / 390 * 100vw);letter-spacing: calc(-0.72 / 390 * 100vw);}
    }
    
}