.event-benefit-template{

/* ================ */
/* 컴포넌트 */
/* ================ */
[class*="-mode"].c-toggle__content{
    padding: calc(20 * var(--ratio)) calc(16 * var(--ratio));
    border-radius: calc(8 * var(--ratio));
}
.gray-mode{
    background: #f6f6f6;
}
.white-mode{
    background: #fff;
}
/* ================ */
/* // 컴포넌트 */
/* ================ */


/* ================ */
/* 개별 영역 */
/* ================ */
.summary-benefits-wrap ul{
    display: flex;
    gap: calc(8 * var(--ratio));
}
.product-info--list ul{
    display: flex;
    flex-direction: column;
    gap: calc(16 * var(--ratio));

}
/* ================ */
/* // 개별 영역 */
/* ================ */
}