@-webkit-keyframes about_sec01_icon {
  0% {
    top:460px;
  }
  100% {
    top:453px;
  }
}
@-webkit-keyframes service_sec01_icon {
  0% {
    top:-20px;
  }
  100% {
    top:-30px;
  }
}

@-webkit-keyframes service_sec02_icon {
  0% {
    top:0;
  }
  100% {
    top:-10px;
  }
}
@-webkit-keyframes service_sec03_icon01 {
  0% {
    top:-10vw;
  }
  100% {
    top:-12vw;
  }
}
@-webkit-keyframes service_sec03_icon02 {
  0% {
    bottom:-1vw;
  }
  100% {
    bottom:1vw;
  }
}



@media (max-width: 1620px) {
}


@media (max-width: 1024px) {
}