/* BASIC css start */
/* Å×½ºÆ® */
#overlay_layer { display: none; }

/* 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: 900px;
    width: 100%;
}


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

.last { position: relative; }
.last .landing--category { position: absolute; width: 88.89%; height: 14.82%; left: 5.56%; top: 58.01%; }

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

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

/* °øÅë */
.notice__wrap { position: relative; }
.notice__wrap img { width: 100%; }
/* À¯ÀÇ»çÇ× ºÎºÐ css */
.notice__wrap,
.notice__wrap--more { position: inherit; }
.notice__wrap--more { cursor: pointer; display: block; }
.notice__wrap--more img { margin-top: 0; }
.notice__wrap--notice { 
    overflow: hidden;
    height: 0px;
    transition-property: height;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    z-index: -99;
}
.notice__wrap--notice.active { height: 100%; }
/* BASIC css end */

