.light-bg {
  position: absolute;
  pointer-events: none;
}

.l-light {
  top: 0;
  left: 0;
}

.l-light.l-bottom-light {
  top: auto;
  bottom: 0;
  left: -5%;
}

.l-light.top-center-light {
  top: 0;
  left: 0;
}

@media (max-width: 800px) {
  .l-light.l-bottom-light {
    top: auto;
    bottom: 0;
  }
}

.r-light {
  top: 10%;
  right: -50px;
}


.r-light.r-bottom-light {
  top: auto;
  bottom: 0;
}
.home-title-box {
  position: relative;
  padding: 9% 0 1%;
  z-index: 101;
}

.product-title-animation-anchor {
  padding-top: 18%;
}

#product {
  background-color: #101010;
  overflow: hidden;
  position: relative;
}

#product .home-middle-box {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /*box-sizing: border-box;*/
  /*font-size: 3.5em;*/

}


/* #product .home-middle-box .bg {
  -webkit-mask: -webkit-linear-gradient(transparent 0, #101010 20%, #101010 80%, transparent 100%);
  mask: linear-gradient(transparent 0, #101010 20%, #101010 80%, transparent 100%);

} */

#product .home-middle-box .title {
  position: relative;
  z-index: 20;
  text-align: center;
}

#product .content {
  position: relative;
  z-index: 8;
  /*background-color: #101010;*/
}

.sec02_tit span {
  word-break: keep-all;
}

@media (max-width: 1024px) {
  #product {
    margin-top: 0;
  }

  #product .home-middle-box {
    height: 400px;
    padding-top: 0;
    transition-delay: 0s;
    top: -15px;
  }

  .sec02_tit span {
    font-size: 32px;
  }
}

@media (max-width: 800px) {
  .home-title-box{
    padding-top: 50px;
  }
  #product .home-middle-box {
    height: 32vh;
   

  }

  .sec02_tit span {
    font-size: 24px;
  }
}

@media (max-width: 376px) {


  .sec02_tit span {
    font-size: 22px;
  }
}

#product .main {
  z-index: 20;
  max-width: 1600px;
}

#product .lists-box {
  position: relative;
  z-index: 4;
  height: 100%;
}

@media (min-width: 1025px) {
  #product .lists-box .li {
    width: 40%;
    position: absolute;
  }

  #product .lists-box .li:nth-of-type(odd) {
    left: 0;
  }

  #product .lists-box .li:nth-of-type(even) {
    right: 0;
  }

  #product .lists-box .li:nth-of-type(1) {
    top: 0;
  }

  #product .lists-box .li:nth-of-type(2) {
    top: 10%;
  }

  #product .lists-box .li:nth-of-type(3) {
    top: 30%;
  }

  #product .lists-box .li:nth-of-type(4) {
    top: 42%;
  }

  #product .lists-box .li:nth-of-type(5) {
    top: 60%;
  }
  #product .lists-box .li:nth-of-type(6) {
    top: 73%;
  }
  #product .lists-box .item {
    transition: all 1s ease-out 0.4s;
    opacity: 0;
  }
  #product .lists-box .item {
    transition: all 1s ease-out 0.4s;
    opacity: 0;
  }

  #product .lists-box .li:nth-of-type(odd) .item {
    transform: translateX(-10%);
  }

  #product .lists-box .li:nth-of-type(even) .item {
    transform: translateX(10%);
  }

  #product .lists-box .li.active .item {
    transform: translateX(0) !important;
    opacity: 1;
  }
}

#product .lists-box .li .title {
  background: linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -webkit-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -moz-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -o-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  color: transparent;
  -webkit-background-clip: text;
}



.same-title .top .bold {
  background: linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -webkit-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -moz-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -o-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  color: transparent;
  -webkit-background-clip: text;
}

@media (max-width: 1280px) {
  .same-title .top {
    margin-bottom: 5px;
  }
}

@media (max-width: 800px) {
  .same-title .top {
    margin-bottom: 5px;
  }

}

.same-title span {
  font-size: 42px;
}


@media (max-width: 1480px) {
  .same-title span {
    font-size: 35px;
  }

}

@media (max-width: 1380px) {
  .same-title span {
    font-size: 32px;
  }
}

@media (max-width: 1280px) {
  .same-title span {
    font-size: 28px;
  }
}

@media (max-width: 800px) {
  .same-title span {
    font-size: 24px;
  }

}

@media (max-width: 376px) {
  .same-title span {
    font-size: 22px;
  }

}

#product .lists-box .li .top {
  margin-top: 10px;
}

#product .lists-box .li .top .icon-box {
  position: relative;
  width: 72px;
  height: 72px;
}


#product .lists-box .li .top .icon-box .circle {
  animation: circle 20s linear infinite;
}

#product .lists-box .li .top .icon-box .icon-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#product .lists-box .li .oppress {
  width: 100%;
  border-radius: 16px;
  margin: 28px 0 35px;
  box-sizing: border-box;
  height: 430px;

}




#product .lists-box .li .bottom-line {
  margin-top: 20px;
}


#product .wrap {
  width: 10%;
  margin: 0 auto;
  z-index: 9;
  pointer-events: none;
  position: relative;
  left: 3px;
}

#product .wrap .long-svg-line {
  width: 100%;
  height: auto;
  overflow: visible;
}

#product .wrap .long-svg-line .cls-1,
#product .wrap .long-svg-line .cls-2 {
  fill: none;
  stroke: url(#line-gradient);
  stroke-width: 1px;
  fill-rule: evenodd;
}

#product .wrap .long-svg-line2 .cls-2 {

  stroke: #289c84;
  opacity: .7;
}

#product .wrap .long-svg-line2 .cls-3 {
  stroke: #3374b6;
}

/*#product .wrap .long-svg-line2{*/
/*    z-index: 2;*/
/*}*/
#product .wrap .long-svg-line .cls-1 {
  stroke-dasharray: 0, 3312;
}

#product .wrap .long-svg-line .cls-2 {
  stroke-dasharray: 4 7;
}

#product .wrap .long-svg-line .lt {
  transition: all 0.6s ease-out;
  opacity: 0;
}

#product .wrap .long-svg-line .lt.active {
  opacity: 1;
}

@media (max-width: 1680px) {
  #product .main {
    max-width: 85%;
  }
}
@media (max-width: 1480px) {
  #product .lists-box {
    margin-top: -10vh;
  }
  #product .main {
    max-width: 90%;
  }
  #product .lists-box .li .oppress {
    height: 320px;
    margin: 25px 0 30px;
  }
  #product .lists-box .li .bottom-line {
    margin-top: 10px;
  }
}
@media (max-width: 1380px) {
  #product .lists-box .li .oppress {
    height: 280px;
  }
}

@media (max-width: 1280px) {
  #product .lists-box .li .oppress {
    height: 240px;
  }
}

@media (max-width: 1080px) {
  #product .lists-box .li .oppress {
    height: 220px;
    margin: 25px 0 ;
  }


}

@media (max-width: 1024px) {
  #product .main {
    max-width: 100%;
    position: static;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  #product {
    height: auto;
  }

  #product .wrap {
    display: none;
  }

  #product .lists-box {
    margin: 10px auto;
  }

  #product .content {
    padding: 0 0 30px;
  }

  #product .lists-box .li {
    width: 100%;
    margin-top: 50px;
  }

  #product .lists-box .li:first-child {
    margin-top: 0;
  }

  #product .lists-box .li:nth-of-type(2n) {
    margin-top: 40px;
  }

  


}