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

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

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

/* LANDING */
.landing__wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.landing__wrap .landing { position: absolute; width: 3.89%; }
.landing__wrap .landing a { display: block; width: 100%; height: 100%; padding: 10px; }
.landing.pick { width: 25.89%; }
/* LANDING - LOOK1 */
.look1 .landing { height: 3.76%; }
.look1 .landing.pick { height: 2.9%; }
.look1 .landing.landing--look1.fir { top: 29.78%; left: 30.11%; }
.look1 .landing.landing--look1.sec { top: 52.04%; right: 29.56%; }
.look1 .landing.landing--look1.pick { top: 70%; left: 6.11%; }
/* LANDING - LOOK2 */
.look2 .landing { height: 3.83%;}
.look2 .landing.pick { height: 2.95%; }
.look2 .landing.landing--look2.fir { top: 42.3%; left: 41.44%; }
.look2 .landing.landing--look2.sec { top: 55.41%; right: 28.33%; }
.look2 .landing.landing--look2.thi { top: 49.51%; right: 1.22%; }
.look2 .landing.landing--look2.pick { top: 73.33%; left: 5.89%; }
/* LANDING - LOOK3 */
.look3 .landing { height: 1.63%;}
.look3 .landing.pick { height: 1.26%; }
.look3 .landing.landing--look3.fir { top: 17.86%; left: 50%; }
.look3 .landing.landing--look3.sec { top: 10.49%; right: 13.67%; }
.look3 .landing.landing--look3.pick { top: 24.29%; right: 7.22%; }
/* LANDING - LOOK4 */
.look4 .landing { height: 3.13%;}
.look4 .landing.landing--look4.fir { top: 30.45%; right: 38.11%; }
/* LANDING - LOOK5 */
.look5 .landing { height: 4%;}
.look5 .landing.landing--look5.fir { top: 37.33%; left: 34.22%; }
/* LANDING - LOOK6 */
.look6 .landing { height: 3.83%;}
.look6 .landing.pick { height: 2.95%; }
.look6 .landing.landing--look6.fir { top: 29.29%; left: 35.78%; }
.look6 .landing.landing--look6.sec { top: 44.26%; right: 26.56%; }
.look6 .landing.landing--look6.thi { top: 36.07%; right: 2.89%; }
.look6 .landing.landing--look6.pick { top: 13.88%; left: 5.78%; }
/* LANDING - LOOK7 */
.look7 .landing { height: 3.07%; }
.look7 .landing.landing--look7.fir { top: 37.49%; left: 26%; }
.look7 .landing.landing--look7.sec { top: 45.48%; right: 35.89%; }
/* LANDING - LOOK8 */
.look8 .landing { height: 3.13%;}
.look8 .landing.pick { height: 2.41%; }
.look8 .landing.landing--look8.fir { top: 54.46%; left: 34.44%; }
.look8 .landing.landing--look8.pick { top: 1.7%; left: 1.67%; }
/* LANDING - LOOK9 */
.look9 .landing { height: 5.65%;}
.look9 .landing.landing--look9.fir { top: 63.71%; left: 20.78%; }
.look9 .landing.landing--look9.sec { top: 39.84%; left: 33.11%; }
.look9 .landing.landing--look9.thi { top: 49.68%; right: 17.56%; }

/* 상품연동 */
.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;
}

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

[data-aos="fade-up-small"] {
    opacity: 0;
    transform: translateY(30px);
    transition-property: opacity, transform;
    transition-duration: 800ms;
    transition-timing-function: ease-in-out;
}

[data-aos="fade-up-small"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}
/* BASIC css end */

