@charset "UTF-8";

.lp_wrap .cause .slider_wrap {
  position: absolute;
  top: -5.5%;
  left: 0%;
  width: 128.133%;
}
.lp_wrap .cause .dot {
  position: absolute;
  top: -6%;
  left: 49.6%;
  width: 0.8%;
}
.lp_wrap .cause .cycle li {
  position: absolute;
}
.lp_wrap .cause .cycle li:nth-child(1) {
  top: 13%;
  left: 1.334%;
  width: 97.333%;
  animation: 12s cause_cycle -9s ease-in-out infinite;
}
.lp_wrap .cause .cycle li:nth-child(2) {
  top: 13%;
  left: 2.6%;
  width: 97.333%;
  animation: 12s cause_cycle -6s ease-in-out infinite;
}
.lp_wrap .cause .cycle li:nth-child(3) {
  top: 14%;
  left: 2.6%;
  width: 97.333%;
  animation: 12s cause_cycle -3s ease-in-out infinite;
}
.lp_wrap .cause .cycle li:nth-child(4) {
  top: 14%;
  left: 1.334%;
  width: 97.333%;
  animation: 12s cause_cycle ease-in-out infinite;
}
@keyframes cause_cycle {
  0%, 24.9% {
    z-index: 1;
    opacity: 0;
  }
  25%, 49.9% {
    z-index: 2;
    opacity: 0;
  }
  50%, 74.9% {
    z-index: 3;
    opacity: 0;
  }
  75% {
    z-index: 4;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    z-index: 4;
    opacity: 0;
  }
}