@charset "UTF-8";

.lp_wrap .three .deco1 li {
  position: absolute;
}
.lp_wrap .three .deco1 li:nth-child(1) {
  top: 1.8%;
  left: 0;
  width: 28.133%;
  animation: 2s three_deco ease-in-out alternate infinite;
}
.lp_wrap .three .deco1 li:nth-child(2) {
  top: 8.3%;
  left: 0;
  width: 12%;
  animation: 2s three_deco -1s ease-in-out alternate infinite;
}
.lp_wrap .three .deco1 li:nth-child(3) {
  top: 13.1%;
  right: 0;
  width: 21.467%;
  animation: 2s three_deco -0.5s ease-in-out alternate infinite;
}
@keyframes three_deco {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.lp_wrap .three .item1 {
  position: absolute;
  top: 0.09%;
  left: 0%;
  width: 50.933%;
}
.lp_wrap .three .item1.trigger img {
  transition: 0.6s;
  transform: translateY(-20%);
  opacity: 0;
}
.lp_wrap .three .item1.trigger.move img {
  transform: translateY(0);
  opacity: 1;
}
.lp_wrap .three .slider_wrap1 {
  position: absolute;
  top: 22.5%;
  left: 0%;
  width: 100%;
}
.lp_wrap .three .slider_wrap1 img {
  width: 88.89%;
  margin: auto;
}
.lp_wrap .three .deco2 li {
  position: absolute;
}
.lp_wrap .three .deco2 li:nth-child(1) {
  top: 39.2%;
  left: 78.5%;
  width: 19.6%;
  animation: 2s three_deco ease-in-out alternate infinite;
}
.lp_wrap .three .deco2 li:nth-child(2) {
  top: 40.5%;
  right: 0;
  width: 17.2%;
  animation: 2s three_deco3 -1s ease-in-out alternate infinite;
}
.lp_wrap .three .deco2 li:nth-child(3) {
  top: 48.9%;
  left: 0;
  width: 7.333%;
  animation: 2s three_deco -0.5s ease-in-out alternate infinite;
}
.lp_wrap .three .item2 {
  position: absolute;
  top: 33.55%;
  left: 48.2%;
  width: 49.067%;
}
.lp_wrap .three .item2.trigger img {
  transition: 0.6s;
  transform: translateY(-20%);
  opacity: 0;
}
.lp_wrap .three .item2.trigger.move img {
  transform: translateY(0);
  opacity: 1;
}
.lp_wrap .three .slider_wrap2 {
  position: absolute;
  top: 56%;
  left: 0%;
  width: 100%;
}
.lp_wrap .three .slider_wrap2 img {
  width: 88.89%;
  margin: auto;
}
.lp_wrap .three .item3 {
  position: absolute;
  top: 67.2%;
  left: 1.1%;
  width: 51.867%;
}
.lp_wrap .three .item3.trigger img {
  transition: 0.6s;
  transform: translateY(-20%);
  opacity: 0;
}
.lp_wrap .three .item3.trigger.move img {
  transform: translateY(0);
  opacity: 1;
}
.lp_wrap .three .deco3 li {
  position: absolute;
}
.lp_wrap .three .deco3 li:nth-child(1) {
  top: 72.9%;
  left: 2.1%;
  width: 17.2%;
  animation: 2s three_deco3 ease-in-out alternate infinite;
}
.lp_wrap .three .deco3 li:nth-child(2) {
  top: 71.25%;
  right: 0;
  width: 5.333%;
  animation: 2s three_deco3 -1s ease-in-out alternate infinite;
}
.lp_wrap .three .deco3 li:nth-child(3) {
  top: 82.4%;
  right: 0;
  width: 8.133%;
  animation: 2s three_deco3 -0.5s ease-in-out alternate infinite;
}
@keyframes three_deco3 {
  0% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(15%);
  }
}
.lp_wrap .three .slider_wrap3 {
  position: absolute;
  top: 88.96%;
  left: 0%;
  width: 100%;
}
.lp_wrap .three .slider_wrap3 img {
  width: 88.89%;
  margin: auto;
}