/* BASIC css start */
/* scrolling gently */
html, body { overflow: hidden-x; }
/* reset css */
.stylelog__container ul,
.stylelog__container li { list-style: none; margin: 0; padding: 0; }
.stylelog__container a,
.stylelog__container span { display: block; }
.stylelog__container main,
.stylelog__container section,
.stylelog__container div { position: relative; }
.stylelog__container a { text-decoration: none; cursor: pointer; color: inherit; }
/* STYLELOG CONTAINER */
.stylelog__container {
    display: flex; flex-direction: column; justify-content: flex-start;
    width: 100%; height: 100%;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.stylelog__wrap,
.product__wrap { margin: 0 auto; max-width: 800px; width: 100%; }
.stylelog__wrap img { width: 100%; display: block; }

.sec1 .sec1Swiper,
.sec2 .sec2Swiper,
.sec3 .sec3Swiper,
.sec4 .sec4Swiper,
.sec5 .sec5Swiper { position: absolute; left: 4.89%; top: 14.30%; width: 90.44%; border-radius: 0 10px 0 0; overflow: hidden; }
.stylelog__wrap .swiper .swiper-pagination { 
    position: absolute; bottom: 4%; 
    display: flex; flex-direction: row; gap: 2%; align-items: center; justify-content: center;
}
.stylelog__wrap .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px; height: 12px;
    background-color: #bdb8b5; opacity: 1;
}
.stylelog__wrap .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.sec1 .sec1Swiper { border-right: 1px solid #c7744c; background-color: #c7744c; }
.sec2 .sec2Swiper { border-right: 1px solid #4c5c8a; background-color: #4c5c8a; }
.sec3 .sec3Swiper { border-right: 1px solid #68713b; background-color: #68713b; }
.sec4 .sec4Swiper { border-right: 1px solid #732f51; background-color: #732f51; }
.sec5 .sec5Swiper { border-right: 1px solid #bba685; background-color: #bba685; }

.prod1,
.prod2,
.prod3,
.prod4,
.prod5 { padding: 48px 0; }

.prod1 .prod1Swiper,
.prod2 .prod2Swiper,
.prod3 .prod3Swiper,
.prod4 .prod4Swiper,
.prod5 .prod5Swiper { margin-left: 20px; }

.prod1 .prod1Swiper .swiper-wrapper,
.prod2 .prod2Swiper .swiper-wrapper,
.prod3 .prod3Swiper .swiper-wrapper,
.prod4 .prod4Swiper .swiper-wrapper,
.prod5 .prod5Swiper .swiper-wrapper { align-items: flex-start; justify-content: flex-start; }

.prod1 .prod1Swiper .swiper-slide,
.prod2 .prod2Swiper .swiper-slide,
.prod3 .prod3Swiper .swiper-slide,
.prod4 .prod4Swiper .swiper-slide,
.prod5 .prod5Swiper .swiper-slide { width: auto !important; }

@media (max-width: 767px) {
    .prod1Swiper .swiper-slide,
    .prod2Swiper .swiper-slide,
    .prod3Swiper .swiper-slide,
    .prod4Swiper .swiper-slide,
    .prod5Swiper .swiper-slide {
        max-width: 200px; /* 모바일 화면에 맞춰 제한 */
    }
}

/* 카텍고리 이동 */
.sec6 .btnCate { position: absolute; top: 13.37%; left: 4.89%; width: 90.44%; height: 18.76%; }

/* 상품연동 */
.proSection { max-width: 900px; margin: 0 auto; background-color: #fff; overflow: hidden; }
.proSection .product_wrap_section .list {
    font-size: 0;
    display: flex; flex-wrap: wrap; flex-direction: row; justify-content: start;
    gap: 1%;
    padding-left: 1%;
}
.proSection .product_wrap_section h2 { padding: 40px 0 30px; font-size: 20px; font-family: "Pretendard Variable"; font-weight: 700; padding-left: 1%; }
.prod_color { display: flex; }
.MK-product-icons img { width: auto; }
.pro_icons img { width: auto; }
/* scroll top/btm btn */
.scroll_btn a {
    width: 40px; height: 40px;
    display: block;
    position: fixed; bottom: 80px; right: 12px;
    text-align: center;
    z-index: 99;
    background: #333; 
    border: #333; border-radius: 50%; box-sizing: border-box;
    display: none;
    transition: all .3s;
}
.scroll_btn a.top_btn { bottom: 130px; }
.scroll_btn a.bot_btn { transform: rotate(180deg); -webkit-transform: -webkit-rotate(180deg); }
.scroll_btn a img { width: 14px; padding-top: 15px; margin-left: 0 !important; }
/* BASIC css end */

