/* BASIC css start */
.disc_in .dc_info{
    color: #5F0080 !important;
    font-weight: 700;
    font-size: 15px;
    padding-left: 8px;
}



/*sec001 */

.sec001{width:100%; margin:0 auto 120px;position:relative;padding: 0 45px; box-sizing: border-box;}
.sec001 h3{color: #1B1B1B;letter-spacing: -0.02em;font-weight: 600;font-size: 27px;line-height: 27px;margin:70px 0 35px; }

.sec001 .normal_item:nth-child(4n){margin-right:20px !important;}
.sec001 .swiper-button-next,.sec001 .swiper-button-prev{width:80px;height:78px;}
.sec001 .swiper-button-next::after,.sec001 .swiper-button-prev::after{display:none;}
.sec001 .swiper-button-next{background:url(/design/jstyle07/wib/img_pc/main/pnext.svg) no-repeat;background-position:center;right:-92px; transform: translateY(-50%);}
.sec001 .swiper-button-prev{background:url(/design/jstyle07/wib/img_pc/main/pprev.svg) no-repeat;background-position:center;left:-92px; transform: translateY(-50%);}

.sec001 .list{font-size:0; display: flex; flex-wrap: wrap;}
.sec001 .list>div{width:calc(33.33% - 15px);margin-right:20px;} 
.sec001 .list>div:nth-child(3n){margin-right:0 !important;}

#overlay_layer{display: none !important;}

/* 공통 상품 기본폼 */
.normal_prod_wrap{font-size:0;letter-spacing:0}
.normal_item .prod_thumb{margin-bottom:20px;position:relative}
.normal_item .prod_thumb .thumb_img{width:100%}
.normal_item .prod_thumb .thumb_ov{background:rgba(255,255,255,.75);position:absolute;width:100%;bottom:0;left:0;text-align:center;opacity:0;visibility:hidden;transition:all .35s;-webkit-transition:all .35s;-ms-transition:all .35s}
.normal_item:hover .prod_thumb .thumb_ov{opacity:1;visibility:visible}
.normal_item .prod_thumb .thumb_ov > *{height:12px;display:inline-block;vertical-align:top;padding:0 17px;margin:15px 0}
.normal_item .prod_thumb .thumb_ov a:last-child{border-right:none}
.normal_item .prod_thumb .thumb_ov a img{margin-top:-2px}
.normal_item .prod_thumb .prod_icon{position:absolute;bottom:0;left:0;display:block}
.normal_item .prod_color span,.normal_item .prod_thumb .prod_icon img{display:inline-block;vertical-align:top;float:left;}
.normal_item .normal_price{font-size:15px;font-weight:600;padding-right:8px;color: #1B1B1B !important;letter-spacing: 0.02em;}
.normal_item .consumer_price strike{color: #9C9C9C;}
.normal_item .consumer_price1 strike{color: #9C9C9C;    padding-right: 8px;}
.normal_item .consumer_price2 {padding-left:5px;}
.normal_item .prod_name,.normal_item .prod_price{margin-bottom:10px;position:relative;}
.normal_item .prod_price .sold_out b{color:red;display: inline-block;margin-left:5px;font-size: 13px;line-height: 13px;margin-top:-2px}
.normal_item .prod_subname{
    width: 320px;
    color:#9C9C9C;
    margin-bottom: 12px;
    word-wrap: break-word;
}
.normal_item .prod_color span{width:20px;height:3px;margin-right:5px;margin-bottom:5px;}
.normal_item .prod_color span.border{border: 1px solid #e2e2e2 !important;;width:20px;height:3px;box-sizing:border-box}
.normal_item .prod_thumb a.link_wrap{vertical-align: top;}

.normal_item{
    width: 31.9%;
    vertical-align: top;
    font-size: 13px;
    margin-bottom: 72px;
}

html .normal_item .prod_thumb .thumb_ov {
    background: rgba(0,0,0,0.7);
}

/* swiper */
      html,
      body {
        position: relative;
        height: 100%;
      }

      body {
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }

      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper-horizontal > .swiper-pagination-progressbar,
      .swiper-pagination-progressbar.swiper-pagination-horizontal {
        top: auto !important;
        bottom: 0;
        background-color: #dfdfdf;
      }

      :root .weSwiper {
        --swiper-theme-color: #3c3c3c;
      }

      :root .profileSwiper {
        --swiper-theme-color: #fff;
      }

      .profileSwiper .swiper-pagination-bullet {
        background-color: #fff;
      }

      .weSwiper .swiper-button-prev {
        left: 4%;
      }

      .weSwiper .swiper-button-next {
        right: 4%;
      }

      .profileSwiper .swiper-button-prev {
        left: 4%;
      }

      .profileSwiper .swiper-button-next {
        right: 4%;
      }

      :root .weSwiper .swiper-button-prev {
        --swiper-theme-color: #fff;
      }
      :root .weSwiper .swiper-button-next {
        --swiper-theme-color: #fff;
      }

      .swiper-button-prev:after {
        width: 34px;
        height: 69px;
      }

      .swiper-button-next:after {
        width: 34px;
        height: 69px;
      }


      /* 추가 분할 페이지 */
    html {
      scroll-behavior: smooth;
    }

    body {
      overflow: hidden;
    }

    .scrollBox {
      overflow: hidden;
    }

    .positionR {
      position: relative;
    }

    .positionA {
      position: absolute;
    }

    #prdBrand {
      padding-left: 41.67vw;
      position: relative;
    }

    .cut_lay {
      width: auto;
    }

    .over {
      position: relative;
    }

    .overBox {
      position: absolute;
      width: 41.67vw;
      height: 100vh;
      overflow-y: scroll;
      overflow-x: hidden;
      left: 0;
      top: 0;
    }

    .overBox::-webkit-scrollbar,
    .item-wrap::-webkit-scrollbar {
      width: 8px;
    }

    .overBox:hover::-webkit-scrollbar-thumb,
    .item-wrap:hover::-webkit-scrollbar-thumb {
      height: 10%;
      background: #000;
      border-radius: 10px;
    }

    .overBox:hover::-webkit-scrollbar-track,
    .item-wrap:hover::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.1);
    }

    .sec3,
    .sec12 {
      pointer-events: none;
    }

    .item-wrap {
      overflow-y: scroll;
      height: 100vh;
      box-sizing: border-box;
    }

    .ffw {
      display: none;
    }

    #contentWrapper {
      padding-top: 0;
    }

    .flexBox {
      width: 100vw;
      flex-wrap: wrap;
      padding-left: 41.67vw;
      position: relative;
      height: 100vh;
    }

    .tb-center {
      width: 29.3%;
    }

    .tb-center .info li a {
      display: block;
    }

    .tb-center .info li .thumb a img {
      width: 100%;
    }

    .tb-center:not(:nth-child(3n)) {
      margin-right: 2%;
    }

    .normal_prod_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .item-wrap h2 {
      padding: 80px 0 30px;
      font-size: 24px;
      font-family: "NanumGothic";
      font-weight: 700;
    }

    .copy {
      cursor: pointer;
    }

    .overBox img {
      display: block;
      width: 100%;
      object-position: top;
      object-fit: cover;
    }

    header {
      position: fixed;
      right: 1%;
      top: 0;
      z-index: 100;
      width: 7%;
      padding: 18px 48% 18px 2%;
      background-color: white;
    }

    header a {
      display: block;
    }

    header a img {
      width: 100%;
    }

    .over {
      max-width: 41.67vw;
      width: 100%;
    }

    .sec1 {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }

    .sec1>img {
      position: absolute;
      opacity: 0;
      transition-duration: 3s;
    }

    .sec1>img.fadeIn {
      opacity: 1;
    }

    .sec1>img:nth-child(1) {
      left: 50%;
      transform: translate(-50%, 30px);
      max-width: 600px;
      width: 75%;
      top: 9.58vh;
      z-index: 15;
      opacity: 0;
    }

    .sec1>img:nth-child(2) {
      right: 11.75%;
      transform: translateY(30px);
      max-width: 286px;
      width: 35.75%;
      top: 30vh;
      z-index: 15;
      opacity: 0;
    }

    .sec1>img:nth-child(1).fadeIn {
      transform: translate(-50%, 0px);
      opacity: 1;
    }

    .sec1>img:nth-child(2).fadeIn {
      transform: translateY(0px);
      opacity: 1;
    }

    .sec1>img:nth-child(3) {
      max-width: 450px;
      width: 67.25%;
      left: 0;
      bottom: 0;
      z-index: 13;
    }

    .sec1>img:nth-child(4) {
      max-width: 146px;
      width: 18.25%;
      top: 33.41%;
      left: 15.875%;
      z-index: 12;
    }

    .sec1>img:nth-child(5) {
      max-width: 337px;
      width: 39.125%;
      top: 37.25vh;
      right: 8%;
      z-index: 11;
    }

    .sec1>img:nth-child(6) {
      max-width: 267px;
      width: 33.37%;
      top: 79.75vh;
      left: 13.375%;
      z-index: 14;
      transform: translateY(30px);
    }

    .sec1>img:nth-child(6).fadeIn {
      transform: translateY(0px);
      opacity: 1;
    }

    .sec1 .secSwiper img {
      height: 100vh;
    }

    .sec1 .scrollBar {
      position: absolute;
      bottom: 3%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 16;
    }

    .sec1 .scrollBar span {
      margin: 0 auto;
      display: block;
      width: 20px;
      height: 20px;
      border-right: 1px solid white;
      border-bottom: 1px solid white;
      animation: 2.3s linear 0s infinite normal none running scrollBar;
    }

    .sec1 .scrollBar img {
      animation: 2.3s linear 0s infinite normal none running scrollImg;
    }

    @keyframes scrollBar {
      0% {
        transform: translateY(0px) rotate(45deg);
      }

      50% {
        transform: translateY(10px) rotate(45deg);
      }

      100% {
        transform: translateY(0px) rotate(45deg);
      }
    }

    @keyframes scrollImg {
      0% {
        opacity: 0;
      }

      50% {
        opacity: 1;
      }

      100% {
        opacity: 0;
      }
    }

    .sec1 .bg_img {
      height: 100vh;
    }

    .sec1 .bg_img img {
      height: 100%;
      object-fit: cover;
    }

    [data-title="transform"] {
      opacity: 0;
      z-index: 10;
      transition-duration: 0.5s;
      transform: translateY(20px);
    }

    .fadeIn {
      opacity: 1;
      transform: translateY(0);
    }

    [data-titCenter="transform"] {
      opacity: 0;
      z-index: 10;
      transition-duration: 0.5s;
      left: 50%;
      transform: translate(-50%, 20px);
    }

    .fadeInCenter {
      opacity: 1;
      transform: translate(-50%, 0);
    }

    .sec4 {
      position: relative;
    }

    .sec4 .original {
      animation: 10s linear 0s infinite normal forwards running rollingleft1;
    }

    .sec4 .clone {
      animation: 10s linear 0s infinite normal none running rollingleft2;
      position: absolute;
      top: 0;
    }

    @keyframes rollingleft1 {
      0% {
        transform: translateX(0);
      }

      50% {
        transform: translateX(-100%);
      }

      50.01% {
        transform: translateX(100%);
      }

      100% {
        transform: translateX(0);
      }
    }

    @keyframes rollingleft2 {
      0% {
        transform: translateX(100%);
      }

      100% {
        transform: translateX(-100%);
      }
    }

    .sec3 .titleBox .positionA:nth-child(1) {
      width: 83.375%;
      top: 8.68%;
      left: 9.625%;
    }

    .sec3 .titleBox .positionA:nth-child(2) {
      width: 60.375%;
      top: 23.65%;
      left: 9.125%;
    }

    .sec3 .titleBox .positionA:nth-child(3) {
      width: 47.625%;
      top: 47.31%;
      left: 8.875%;
    }

    .sec3 .swiper img:nth-child(2) {
      width: 23.625%;
      top: 26.11%;
      left: 3.5%;
    }

    .sec3 .swiper img:nth-child(3) {
      width: 20.625%;
      top: 78.64%;
      right: 5%;
    }

    .sec5 {
      position: sticky;
      top: 0;
      left: 0;
      z-index: 100;
      color: white;
      background-color: #03a9f4;
      list-style: none;
      display: flex;
      justify-content: space-evenly;
      margin: 0;
    }

    .sec5 li {
      width: 25%;
    }

    .sec5 li a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 18px 0;
      font-size: 16px;
      text-decoration: none;
      color: #fff;
      font-weight: 500;
    }

    [data-title="transform"] {
      position: absolute !important;
    }

    .sec6 img:nth-child(2) {
      width: 70.75%;
      top: 7.29%;
    }

    .sec6 img:nth-child(3) {
      width: 69.625%;
      top: 11.66%;
    }

    .sec6 img:nth-child(4) {
      width: 81.625%;
      left: 3.75%;
      top: 41.875%;
    }

    .sec6 div:nth-child(5) {
      width: 49.625%;
      height: 24.04%;
      right: 3.5%;
      top: 72.875%;
      z-index: 10;
    }

    .video-container {
      position: relative;
      height: 0;
      padding-bottom: 177%;
      width: 100%;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .sec8 img:nth-child(2) {
      bottom: 5.7%;
      width: 84.25%;
    }

    .sec10 img:nth-child(2) {
      width: 82.125%;
      top: 6.66%;
    }

    .sec10 img:nth-child(3) {
      width: 48.75%;
      top: 10.91%;
    }

    .sec12 .img01 {
      width: 84.25%;
      height: 28.34%;
      top: 3.15%;
      position: absolute;
    }

    .sec12 .img02 {
      width: 40.375%;
      right: 4.25%;
      top: 48.06%;
    }

    .sec12 .img03 {
      width: 47.5%;
      left: 2.875%;
      top: 52.82%;
    }

    .sec12 .img04 {
      width: 81%;
      bottom: 2.66%;
    }

    .sec14 img:nth-child(2) {
      width: 86.25%;
      top: 8.515%;
    }

    .sec14 img:nth-child(3) {
      width: 78.125%;
      top: 13.722%;
    }

    .sec14 div:nth-child(4) {
      width: 40.375%;
      height: 20.145%;
      right: 3.5%;
      bottom: 26.32%;
      z-index: 10;
    }

    .sec15 .img01 {
      width: 40.375%;
      top: 19.75%;
      left: 1.875%;
    }

    .sec15 .img02 {
      width: 77.25%;
      height: 47.493%;
      left: 50%;
      bottom: 5.2%;
      position: absolute;
    }

    .sec15 .img03 {
      width: 47.5%;
      left: 2.875%;
      top: 52.82%;
    }

    .sec15 .img04 {
      width: 81%;
      bottom: 2.66%;
    }

    .sec17 img:nth-child(2) {
      width: 67.875%;
      left: 50%;
      top: 14.583%;
    }

    .sec17 img:nth-child(3) {
      width: 47.375%;
      left: 50%;
      top: 23.083%;
    }

    .sec18 .positionA {
      width: 100%;
      left: 50%;
      bottom: 6.521%;
    }

    .sec20 .positionA {
      width: 54.125%;
      left: 8.625%;
      bottom: 13.33%;
    }

    .sec21 > div:nth-child(2) {
      top: 39.768%;
      width: 84.25%;
      height: 26.664%;
      position: absolute;
    }

    .sec22 img:nth-child(2) {
      width: 63.375%;
      left: 6.625%;
      top: 52.041%;
      z-index: 11;
    }

    .sec22 img:nth-child(3) {
      width: 81.625%;
      right: 3.125%;
      top: 61.29%;
    }

    .sec23 .positionA {
      width: 81.625%;
      left: 20.5%;
      top: 45.35%;
    }


    @media screen and (max-width: 1700px) {
      .sec1>img:nth-child(5) {
        right: 3%;
      }

      .sec1>img:nth-child(1) {
        left: 50%;
        transform: translate(-50%, 30px);
        max-width: 600px;
        width: 75%;
        top: 11.58vh;
        z-index: 15;
        opacity: 0;
      }
    }
/* BASIC css end */

