/**********************************************/
/*  기타 개별 추가 CSS  */
/**********************************************/

.c-custom-scrollbar.c-custom-scrollbar{
    padding: 0;
}

/**********************************************/
/*  // 기타 개별 추가 CSS  */
/**********************************************/





/**********************************************/
/*  신제품 알아보기 > 한 눈에 보는 핵심 기능  */
/**********************************************/

.l-article-function{
    .c-swiper.c-swiper {
        .swiper-container {
            .swiper-slide{
                max-width: calc(270 * var(--ratio));
            }
        }
    }
}

/**********************************************/
/* // 신제품 알아보기 > 한 눈에 보는 핵심 기능  */
/**********************************************/






.l-article-product-big{
    .c-product__image-wrapper{
        aspect-ratio: unset;
    }
}

/**********************************************/
/*  론칭 혜택 > 혜택 미리보기 */
/**********************************************/

.l-article-preview{
    .img_benefits_btn{
        position: absolute;
        &.img_benefits_btn_01{
            top: 0;
            left: 5%;
            width: 44%;
            height: 48.5%;
        }
        &.img_benefits_btn_02{
            top: 0;
            left: 51%;
            width: 44%;
            height: 48.5%;
        }
        &.img_benefits_btn_03{
            top: 52%;
            left: 5%;
            width: 44%;
            height: 48.5%;
        }
        &.img_benefits_btn_04{
            top: 52%;
            left: 51%;
            width: 44%;
            height: 48.5%;
        }
    }
    .c-custom-accordion{
        gap: calc(4*var(--ratio));
    }
}




/**********************************************/
/* // 론칭 혜택 > 혜택 미리보기  */
/**********************************************/