/* BASIC css start */
/* 테스트 */
#overlay_layer { display: none; }

/* 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%;
}

.product__wrap {
    max-width: calc(100% - 750px);
    width: 100%;
    background-color: #fff;
    padding: 0 30px;
}

.stylelog__wrap img {
    width: 100%;
    vertical-align: top;
}

.look1 .mySwiper { margin-top: 15%; }
.look2 .mySwiper { margin-top: 1%; }
.look3 .mySwiper { margin-bottom: 15%; }
.stylelog__wrap .normal_item { margin-bottom: 0; }

/* SWIPER */
.mySwiper { 
    width: 92.89%;
    display: flex; flex-direction: row;
    margin-left: 7.11%;
}
.mySwiper .swiper-slide { width: 27.44%; }

.mySwiper .swiper-slide .normal_item {
    width: 100% !important;
}
.mySwiper .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%; */
}
.mySwiper .normal_item { width: auto; margin-right: 0; }
.MK-product-icons img { width: auto; }


/* 상품연동 */
.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 3%;
    font-size: 20px;
    font-weight: 700;
}

.prod_icon img { width: auto; }

/* REELS */
.sec_video {
    max-width: 900px;
    /* padding-bottom: 50px; */
    background-color: #f3f3f3;
}

.aspect {
    aspect-ratio: 9/16;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.aspect iframe {
    width: 100%;
    height: 100%;
}

/* 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);
}
/* BASIC css end */

