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

