/* BASIC css start */
/* 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%; }
.stylelog__wrap img { width: 100%; vertical-align: top; }
.product__wrap {
    max-width: calc(100% - 750px);
    width: 100%;
    background-color: #fff;
    padding: 0 30px;
}

/* REELS */
.video__container { position: relative; background-color: #212121; }
.sec_video { position: absolute !important; top: 0; left: 17.1%; width: 65.78%; }
.aspect { aspect-ratio: 9/16; width: 100%; overflow: hidden; margin: 0; }
.aspect iframe { width: 100%; height: 100%; }

/* À¯ÀÇ»çÇ× */    
.notice__wrap--more { cursor: pointer; display: block; padding: 15px 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%; }


/* »óÇ°¿¬µ¿ */
.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; }



/* 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 */

