/* BASIC css start */
/* scrolling gently */
html, body { overflow-x: hidden; }

/* 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: calc(100vh - 100px); */ 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 {
    /* overflow-y: scroll; */
    overflow-x: hidden;
    max-width: 900px;
    width: 100%;
    /* height: calc(100vh - 128px); */ height: 100%;
}
.stylelog__wrap { max-width: 900px; width: 100%; margin: 0 auto; }
.stylelog__wrap img { width: 100%; vertical-align: top; }
.product__wrap { max-width: calc(100% - 750px); width: 100%; background-color: #fff; padding: 0 30px; display: none; }

/* 상품연동 */
/* 상품연동 */
.proSection .product_wrap_section .list {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 1%;
    padding: 0 0 0 2%;
}
.proSection .product_wrap_section .list .normal_item { width: 23%; margin-right: 0; }
.proSection .product_wrap_section h2 { padding: 40px 0 30px 2%; font-size: 20px; font-weight: 700; font-family: "Pretendard Variable"; }
.prod_icon img { width: auto; }

/* scrollbar custom */
.stylelog__wrap::-webkit-scrollbar, 
.product__wrap::-webkit-scrollbar { width: 6px; }
.stylelog__wrap::-webkit-scrollbar-thumb, 
.product__wrap::-webkit-scrollbar-thumb { height: 10%; border-radius: 10px; background-color: #000; }
.stylelog__wrap::-webkit-scrollbar-track, 
.product__wrap::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, .1); }

/* 섹션 공통 */
.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: 16px; height: 16px;
    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; display: none; }

.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; }


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

