
    /* list 커스텀 */
    .event-benefit-template .c-list--type02 {
        margin-top: 72px;
    }
    .event-benefit-template .c-list--type02 .c-list__item {
        word-break: keep-all;
    }
    .event-benefit-template .c-list--type02 .c-list__item::before {
        content: "*";
        color: #727780;
        position: absolute;
        top: 0;
        left: 0;
        width: initial;
        height: initial;
        border-radius: initial;
        background-color: transparent;
    }
    @media screen and (max-width: 767px) {
        .event-benefit-template .c-list--type02 {
            margin-top: calc(24 / 390 * 100vw);
        }
        .event-benefit-template .c-list--type02 .c-list__item {
            margin-left: 0;
        }
    }
    /* // list 커스텀 */
    
    
    .event-benefit-template .custom-scroll-slider__content-wrapper  {column-gap: 18px;}
    .event-benefit-template .llf-cont01-inner1 ul  {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .event-benefit-template .memebership-tip   {position: relative;}

    
    .code-zero-simple-product   {margin-bottom: 80px;}
    .code-zero-simple-product .custom-scroll-slider__item  {flex: 0 0 100%;}

    .event-benefit-template .code-zero-cont03 .article__inner   {padding-bottom: 73px;}
    .event-benefit-template .code-zero-cont03 .c-title  {text-align: center;}
    .event-benefit-template .code-zero-cont03 .c-title h2.c-title__main-title {font-size: 32px;}
    .event-benefit-template .code-zero-cont03 .c-tab    {margin: 0 auto 32px;}
    .event-benefit-template .code-zero-cont03 .c-tab__panel   {position: relative;}
    .event-benefit-template .code-zero-cont03 .c-tab__panel a   {position: absolute; left: 30.7%; top: 92.9%; width: 38.7%; height: 7.2%;}

    .event-benefit-template .code-zero-cont04   {width: fit-content; margin: 0 auto;}

    .event-benefit-template .code-zero-cont05 .code-zero-cont05__product-area {position: relative;}
    .event-benefit-template .code-zero-cont05 a {position: absolute;width: 23.9%;height: 7.3%;}

    .event-benefit-template .code-zero-cont05 a:nth-of-type(1)  {top: 93.9%;left: -0.9%;}
    .event-benefit-template .code-zero-cont05 a:nth-of-type(2)  {top: 93.9%;left: 25.14%;}

    .c-tab__panel:focus {outline-offset: -4px;}

    .code-zero-cont03 .c-title-area .c-title__desc{color:#444;}

    @media screen and (max-width: 767px)    {
        .event-benefit-template .llf-cont01 .custom-scroll-slider--shadow .custom-scroll-slider__scrollbar   {margin-top: calc(6 / 390 * 100vw); padding-bottom: calc(6 / 390 * 100vw);}
        .event-benefit-template #scroll-tab-content-01 .custom-scroll-slider__scrollbar {padding: calc(26 / 390 * 100vw) 0 0;}
        .event-benefit-template .custom-scroll-slider__item {flex: 0 0 100%;}

        .event-benefit-template .llf-cont01-inner1 ul   {display: flex;}

        .code-zero-simple-product   {margin-bottom: calc(46 / 390 * 100vw);}

        .event-benefit-template .c-tab--main-switch .c-tab__list    {padding: 0; column-gap:0;}

        .event-benefit-template .code-zero-cont03 .article__inner   {padding-bottom: calc(40 / 390 * 100vw);}
        .event-benefit-template .code-zero-cont03 .c-tab__panel a   {left: 5.2%; top: 94.6%; width: 89.8%; height: 5.5%;}
        .event-benefit-template .code-zero-cont03 .c-title h2.c-title__main-title {font-size: calc(22 / 390 * 100vw);}

        .event-benefit-template .code-zero-cont05 .code-zero-cont05__product-area {padding: 0 calc(24 / 390 * 100vw);}
        .event-benefit-template .code-zero-cont05 a {width: 44.3%;height: 6.1%;}

        .event-benefit-template .code-zero-cont05 a:nth-of-type(1)  {top: 94.4%;left: 5.2%;}
        .event-benefit-template .code-zero-cont05 a:nth-of-type(2)  {top: 94.4%;left: 50.4%;}
    }

    .event-benefit-template .c-product__list--subscription {
        margin-top: 25px;
    }

    @media screen and (max-width: 767px)    {
        .event-benefit-template .c-product__list--subscription {
        margin: calc(25 / 390 * 100vw ) calc(20 / 390 * 100vw);
    }
    }


/* 뱃지 추가*/
/*
.c-product__badge--subscription-first : 첫구독 x만P
.c-product__badge--discount-half : x개월 반값할인
.c-product__badge--promotion-limited : 프로모션 한정 x만P
.c-product__badge--review-reward : 리뷰 시 x만P 추가
.c-product__badge--membership-benefit : 멤버십 x만P
*/

.event-benefit-template .c-product__badge--subscription-first {
	background-color: #EA1917;
	color: #fff;
}
.event-benefit-template .c-product__badge--discount-half {
	background-color: #978075;
	color: #fff;
}
.event-benefit-template .c-product__badge--promotion-limited {
	background-color: #111111;
	color: #fff;
}
.event-benefit-template .c-product__badge--review-reward {
	background-color: #F3F5F7;
	color: #111111;
}
.event-benefit-template .c-product__badge--membership-benefit {
	background-color: #FDF2F0;
	color: #EA1917;
}
/* // 뱃지 추가*/
