.event-benefit-template .blind {top: 0;}

.event-benefit-template .product-list__banner-content {
    padding-top: 80px;
}
.event-benefit-template .product-list__detail-cotent {
    padding-top: 80px;
}
.event-benefit-template .c-list__item {
    margin: 0 20px;
}

@media screen and (max-width: 767px) {
    .event-benefit-template .product-list__main-content {
        margin: 0 calc(20 / 390 * 100vw);
    }
    .event-benefit-template .product-list__banner-content {
        padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
    }
    .event-benefit-template .product-list__detail-cotent {
        padding-top: calc(32 / 390 * 100vw);
    }
    .event-benefit-template .c-list__item {
        margin: 0 calc(10 / 390 * 100vw);
    }
  
  	#switch-tab-2depth-content-01 .c-button-group	{margin-top: calc(32 / 390 * 100vw);}
    .event-benefit-template #switch-tab-2depth-content-01 .c-list--small	{margin: calc(24 / 390 * 100vw) calc(20 / 390 * 100vw) 0;}
    .event-benefit-template .tromm_area02 .c-title-area	{margin: 0 calc(20 / 390 * 100vw) calc(32 / 390 * 100vw);}
}



/* 제품 이미지 링크 */
.event-benefit-template .c-img-product__linker {
    position: absolute;
    display: grid;
    top: calc(763 / var(--user-img-height) * 100%);
    left: 0;
    right: 0;
    bottom: 0;
    gap: calc(40 / 1146 * 100%);
    row-gap: calc(1460 / var(--user-img-height) * 100%);
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(15, calc(120 / var(--user-img-height) * 100%));
}
@media screen and (max-width: 767px) {
    .event-benefit-template .c-img-product__linker {
        left: 0;
        right: 0;
        top: calc(1220 / var(--user-img-height) * 100%);
        bottom: 0;
        column-gap: calc(12 / 390 * 100vw);
        row-gap: calc(1784 / var(--user-img-height) * 100%);
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(15, calc(134 / var(--user-img-height) * 100%));
    }
    .event-benefit-template .c-img-product__linker--02 {
        top: calc(1220 / var(--user-img-height) * 100%);
        column-gap: calc(12 / 390 * 100vw);
        row-gap: calc(1588 / var(--user-img-height) * 100%);
        grid-template-rows: repeat(15, calc(134 / var(--user-img-height) * 100%));
    }
    .event-benefit-template .c-img-product__linker--03 {
        top: calc(1220 / var(--user-img-height) * 100%);
        column-gap: calc(12 / 390 * 100vw);
        row-gap: calc(1588 / var(--user-img-height) * 100%);
        grid-template-rows: repeat(15, calc(134 / var(--user-img-height) * 100%));
    }
}
/* // 제품 이미지 링크 */