/* BASIC css start */
/* scrolling gently */
html, body { overflow: 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: row;
    justify-content: flex-start;
    width: 100%;
    height: calc(100vh - 100px);
    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);
}
.stylelog__wrap { max-width: 750px; width: 100%; }
.stylelog__wrap img { width: 100%; vertical-align: top; }
.product__wrap { max-width: calc(100% - 750px); width: 100%; background-color: #fff; padding: 0 30px; }

/* 상품연동 */
/* 상품연동 */
.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); }

[data-aos="fade-up-small"] {
    opacity: 0;
    transform: translateY(30px);
    transition-property: opacity, transform;
    transition-duration: 800ms;
    transition-timing-function: ease-in-out;
}

[data-aos="fade-up-small"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* intro */
.intro .intro__tit { position: absolute; }
.intro .intro__tit.tit1 { width: 46.11%; top: 69.67%; left: 13.44%; }
.intro .intro__tit.tit2 { width: 56.11%; top: 77.42%; left: 30.56%; }
.intro .intro__tit.tit3 { width: 36.44%; top: 84.67%; left: 50.67%; }

/* sec1 */
.sec1 .sec1__tit.tit1 { position: absolute; top: 77.28%; left: 8.33%; width: 74.89%; }
.sec1 .sec1__tit.tit2 { position: absolute; top: 94%; left: 8.33%; width: 22.89%; }
/* sec2 */
.sec2 .sec2__img { position: absolute; width: 100%; top: 36.13%; left: 0; }
/* sec3 */
.sec3 .sec3__img { position: absolute; }
.sec3 .sec3__img.img1 { width: 55.56%; top: 62.01%; right: 0; }
.sec3 .sec3__img.img2 { width: 33.33%; top: 74.92%; left: 8%; }
/* sec4 */
.sec4 .sec4__img { position: absolute; }
.sec4 .sec4__img.img1 { width: 41.33%; top: 61.37%; left: 0; }
.sec4 .sec4__img.img2 { width: 2.44%; top: 70.88%; left: 45.56%; }
.sec4 .sec4__img.img3 { width: 47.89%; top: 61.37%; right: 0; }
/* sec5 */
.sec5 .sec5__img { position: absolute; }
.sec5 .sec5__img.img1 { width: 43.33%; top: 66.53%; left: 6.78%; }
.sec5 .sec5__img.img2 { width: 43.33%; top: 66.53%; right: 6.67%; }
.sec5 .sec5__img.img3 { width: 83.56%; top: 92.74%; left: 7%; }
/* sec6 */
.sec6 .sec6__img { position: absolute; }
.sec6 .sec6__img.img1 { width: 28.11%; top: 19.89%; left: 6.67%; }
.sec6 .sec6__img.img2 { width: 28.11%; top: 19.89%; left: 35.89%; }
.sec6 .sec6__img.img3 { width: 28.11%; top: 19.89%; left: 65.22%; }

/* 카텍고리 이동 */
.btnCate { width: 86.44%; height: 4.73%; position: absolute; bottom: 7.16%; left: 6.78%; }
/* BASIC css end */

