/* BASIC css start */
/* scrolling gently
html { scroll-behavior: smooth; transition: all .3s; }
 */

/* 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: center;
    width: 100%; height: auto;
    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;
    margin-bottom: 100px;
}
.stylelog__wrap,
.product__wrap { max-width: 900px; width: 100%; }

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

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

/* SWIPER */
.stylelog__container .mySwiper { 
    width: 92.89%;
    display: flex; flex-direction: row;
    /* margin-left: 7.11%; */
    /* padding: 10px 0 22px; */
}
.stylelog__container .mySwiper .swiper-wrapper { align-items: baseline; }
.stylelog__container .mySwiper .swiper-slide { width: 27.44%; }

/* .look1 .mySwiper { margin-top: 15%; }
.look2 .mySwiper { margin-top: 2%; }
.look3 .mySwiper { margin-bottom: 10%; } */

.stylelog__wrap .list_shopping2x li { margin-bottom: 0; }

/* »óÇ°¿¬µ¿ */
.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: "NanumGothic";
    font-weight: 700;
    padding-left: 3%;
}

.prod_color { display: flex; }
.MK-product-icons img { width: auto; }
.pro_icons img { width: auto; }

/* ½º¿ÍÀÌÆÛ »óÇ°¿¬µ¿ */
.stylelog__container .mySwiper .list_shopping2x li { 
    width: 100%; 
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    gap: 1%;
    padding-left: 1%;
}

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

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

.scroll_btn a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    position: fixed;
    bottom: 80px;
    text-align: center;
    z-index: 99;
    background: #333;
    border: #333;
    box-sizing: border-box;
    right: 12px;
    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: 13px !importante; */
    margin-left: 0 !important;
}

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


/* °øÅë */
.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 */

