/* ============================================
   서브페이지 CSS 템플릿
   ============================================ */

/* --- con01 --- */

.store__swiper {
    margin-top: 20rem;
    padding: 3rem 0;

    .swiper-slide {
        width: fit-content;
    }
}

.swiper__deco {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* ============================================
   모바일 (max-width: 599px)
   ============================================ */
@media (max-width: 599px) {
}
