/* 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; }
/* »óÇ°¿¬µ¿ */
.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; }
/* REELS */
.sec_video { position: absolute !important; top: 0; left: 12.78%; width: 56.44%; }
.aspect { aspect-ratio: 9/16; width: 100%; overflow: hidden; margin: 0; border-radius: 3px; }
.aspect iframe { width: 100%; height: 100%; }    
/* À¯ÀÇ»çÇ× */    
.notice__wrap--more { cursor: pointer; display: block; padding: 5px 0; background-color: #000; }
.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%; }
/* SCROLL BTNS */
.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: 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); }
/* BASIC css end */

