/* BASIC css start */
#overlay_layer { display: none !important; }

/* reset css */
* { box-sizing: border-box; }
ul, li { list-style: none; }
a, span { display: block; }
div, section, main { position: relative; }
a { text-decoration: none; cursor: pointer; }

html {
    overflow-y: hidden;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%; 
    height: auto !important;
    margin-top: 80px;
}
.stylelog__wrap,
.product_wrap {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 800px;
    width: 100%;
}
.stylelog__wrap { max-width: 640px; width: 100%; margin: 0; padding: 0; }
.product_wrap { max-width: calc(100% - 640px); width: 100%; }

header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 80px;
    background-color: #000;
    z-index: 999;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* stylelog contents start */
.stylelog__wrap img { display: block; width: 100%; font-size: 0; }

/* intro img */
.intro_wrap { position: relative; }
.intro_wrap .intro_title { position: absolute; left: 50%; transform: translateX(-50%); z-index: 99; }
.intro_wrap .intro_title:nth-child(2) { top: 56.82%; width: 88%; }
.intro_wrap .intro_title:nth-child(3) { top: 78.36%; width: 56.13%; }

/* section01 */
.stylelog__wrap .sec01 .posiImg {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 63.13%;
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec01 .posiImg.active {
    top: 50%;
    opacity: 1;
    transition: 0.3s;
}

/* section03 scale transform */
.stylelog__wrap .sec03 .posiImg {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
    transition-duration: 0.3s;
}
.stylelog__wrap .sec03 .posiImg.scale {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* section04 */
.stylelog__wrap .sec04 .sec04_txt {
    position: absolute;
    left: 6%; bottom: 6.27%;
    z-index: 99;
    width: 10.13%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec04 .sec04_txt.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
}

/* 섹션5 */
.stylelog__wrap .sec05 .changeImg {
    filter: grayscale(0%);
    transition: 0.3s;
}
.stylelog__wrap .sec05 .changeImg.color {
    filter: grayscale(100%);
}
.stylelog__wrap .sec05 .posiImg {
    width: 58.25%;
    position: absolute;
    top: 46.09%; left: 50%;
    transform: translateX(-50%) scale(2.2);
    transition: 0.3s;
    opacity: 0;
}
.stylelog__wrap .sec05 .posiImg.scale {
    transform: translateX(-50%) scale(1);
    opacity: 1;
}


/* 섹션6 */
.stylelog__wrap .sec06 .landing_wrap {
    z-index: 99;
}
.stylelog__wrap .sec06 .landing_wrap li {
    position: absolute;
    width: 6.25%; height: 4.44%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec06 .landing_wrap li.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
}
.stylelog__wrap .sec06 .landing_wrap li:nth-child(1) {
    top: 22.49%; right: 19.63%;
}
.stylelog__wrap .sec06 .landing_wrap li:nth-child(2) {
    top: 23.41%; left: 21.13%;
}
.stylelog__wrap .sec06 .landing_wrap li:nth-child(3) {
    top: 47.20%; left: 19.75%;
}
.stylelog__wrap .sec06 .landing_wrap li:nth-child(4) {
    bottom: 38.40%; right: 16.50%; 
}

/* 섹션8 */
.stylelog__wrap .sec08 .landing_wrap {

    z-index: 99;
}
.stylelog__wrap .sec08 .landing_wrap li {
    position: absolute;
    width: 6.25%; height: 4.60%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec08 .landing_wrap li.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
}
.stylelog__wrap .sec08 .landing_wrap li:nth-child(1) {
    top: 25.46%; left: 44.50%;
}
.stylelog__wrap .sec08 .landing_wrap li:nth-child(2) {
    top: 29.98%; right: 21.75%;
}
.stylelog__wrap .sec08 .landing_wrap li:nth-child(3) {
    top: 41.31%; right: 11.63%;
}
.stylelog__wrap .sec08 .landing_wrap li:nth-child(4) {
    top: 43.61%; left: 15.63%; 
}
.stylelog__wrap .sec08 .landing_wrap li:nth-child(5) {
    bottom: 20.06%; right: 33.38%; 
}

/* 섹션10 슬라이드 */
.stylelog__wrap .sec10 .swiper {
    width: 62.50%; height: 57.72%;
    position: absolute;
    top: 26.84%; left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

/* 섹션12 */
.stylelog__wrap .sec12 .posiImg {
    width: 40%; height: 74.03%;
    position: absolute;
}
.stylelog__wrap .sec12 .posiImg:nth-child(2) {
    top: 13.15%; left: 7.50%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec12 .posiImg:nth-child(2).active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
}
.stylelog__wrap .sec12 .posiImg:nth-child(3) {
    top: 13.15%; right: 7.50%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.6s;
}
.stylelog__wrap .sec12 .posiImg:nth-child(3).active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.6s;
}

/* 섹션13 슬라이드 */
.stylelog__wrap .sec13 .swiper {
    position: absolute;
    width: 34.75%; height: 99.88%;
    top: 0.13%; left: 59.88%;
    overflow: hidden;
}
.stylelog__wrap .sec13 .landing_wrap li {
    position: absolute;
    width: 6.25%; height: 6.25%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec13 .landing_wrap li.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
}
.stylelog__wrap .sec13 .landing_wrap li:nth-child(1) {
    top: 53.50%; left: 17.88%;
}
.stylelog__wrap .sec13 .landing_wrap li:nth-child(2) {
    bottom: 7.25%; left: 5.63%;
}

/* 섹션14 */
.stylelog__wrap .sec14 .landing_wrap {
    z-index: 99;
}
.stylelog__wrap .sec14 .landing_wrap li {
    position: absolute;
    width: 6.25%; height: 5%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec14 .landing_wrap li.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
}
.stylelog__wrap .sec14 .landing_wrap li:nth-child(1) {
    top: 16.80%; right: 30.63%;
}
.stylelog__wrap .sec14 .landing_wrap li:nth-child(2) {
    top: 30.10%; left: 23.50%;
}
.stylelog__wrap .sec14 .landing_wrap li:nth-child(3) {
    top: 43.60%; right: 20.75%;
}
.stylelog__wrap .sec14 .landing_wrap li:nth-child(4) {
    bottom: 37.20%; left: 23.50%; 
}
.stylelog__wrap .sec14 .landing_wrap li:nth-child(5) {
    bottom: 27%; right: 47.38%; 
}
.stylelog__wrap .sec14 .landing_wrap li:nth-child(6) {
    bottom: 11.20%; right: 19.75%; 
}

/* 섹션15 롤링배너 */
.stylelog__wrap .sec15 { overflow: hidden; }
.stylelog__wrap .sec15 .original {
    animation: rollingOriginal 23s linear infinite normal forwards running;
}
.stylelog__wrap .sec15 .clone {
    animation: rollingClone 23s linear infinite normal none running;
    position: absolute;
    top: 0; left: 100%;
}
@keyframes rollingOriginal {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-100%);
    }
    50.01% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes rollingClone {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

/* 섹션16 */
.stylelog__wrap .sec16 .sec16_txt {
    position: absolute;
    bottom: 6.45%; left: 50%;
    transform: translateX(-50%);
    width: 53.75%;
    z-index: 999;
}
.stylelog__wrap .sec16 .swiper-pagination {
    bottom: 3%;
}
.stylelog__wrap .sec16 .swiper-pagination-bullet {
    width: 10px; height: 10px;
}
.stylelog__wrap .sec16 .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.7);
}

/* 섹션17 */
.stylelog__wrap .sec17 .posiImg {
    position: absolute;
    width: 38%;
    top: 15.09%; left: 7.25%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec17 .posiImg.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
}

/* 섹션18 */
.stylelog__wrap .sec18 .landing_wrap {
    z-index: 99;
}
.stylelog__wrap .sec18 .landing_wrap li {
    position: absolute;
    width: 5.25%; height: 3.89%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec18 .landing_wrap li.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
}
.stylelog__wrap .sec18 .landing_wrap li:nth-child(1) {
    bottom: 24.44%; left: 43.25%;
}
.stylelog__wrap .sec18 .landing_wrap li:nth-child(2) {
    bottom: 20.46%; left: 57.25%;
}

/* 섹션19 */
.stylelog__wrap .sec19 .posiImg {
    position: absolute;
    width: 54.50%;
    bottom: 7.91%; left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

/* 섹션22 */
.stylelog__wrap .sec22 .landing_wrap {
    z-index: 99;
}
.stylelog__wrap .sec22 .landing_wrap li {
    position: absolute;
    width: 6.25%; height: 4.89%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec22 .landing_wrap li.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
}
.stylelog__wrap .sec22 .landing_wrap li:nth-child(1) {
    top: 8.22%; right: 25.75%;
}
.stylelog__wrap .sec22 .landing_wrap li:nth-child(2) {
    top: 26.52%; left: 43%;
}
.stylelog__wrap .sec22 .landing_wrap li:nth-child(3) {
    top: 40.51%; left: 16%;
}
.stylelog__wrap .sec22 .landing_wrap li:nth-child(4) {
    bottom: 45.50%; right: 44.50%; 
}
.stylelog__wrap .sec22 .landing_wrap li:nth-child(5) {
    bottom: 39.73%; right: 18.75%; 
}

/* 섹션23 */
.stylelog__wrap .sec23 .posiImg {
    position: absolute;
    top: 12.10%; 
}
.stylelog__wrap .sec23 .posiImg.left {
    width: 45%;
    left: 5.38%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s;
}
.stylelog__wrap .sec23 .posiImg.left.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
}
.stylelog__wrap .sec23 .posiImg.right {
    width: 44.25%;
    right: 3.75%;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.6s;
}
.stylelog__wrap .sec23 .posiImg.right.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.6s;
}

/* 에디터 */
.stylelog__wrap .edit_wrap {
    width: 100%;
    padding-bottom: 12%;
}
.stylelog__wrap .edit_wrap .swiper {
    position: absolute;
    width: 100%; height: 100%;
}
.stylelog__wrap .edit_wrap .swiper-slide img {
    vertical-align: top;
}


/* scrollbar custom */
.stylelog__wrap::-webkit-scrollbar,
.product_wrap::-webkit-scrollbar {
    width: 12px;
	background-color: #F5F5F5;
}
.stylelog__wrap::-webkit-scrollbar-thumb,
.product_wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.stylelog__wrap::-webkit-scrollbar-track,
.product_wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/* 250120 상품연동 */
.product_wrap { padding: 0 30px; }
.product_wrap_section h2 { padding: 15px 0; font-size: 1.5em; font-weight: bold; }
/* BASIC css end */

