.ani_icon_abox:hover .ani_icon,
.i03_main_1 .abox:hover .text_item_1 .text_1 {
  animation-name: ani_1;
  transform-origin: center;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes ani_1 {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.imgabox {
  overflow: hidden;
}
.imgabox > .img, .imgabox > .img_1 {
  transition: all 1s;
}
.imgabox .imgbox {
  overflow: hidden;
}
.imgabox .imgbox .img_1 {
  transition: all 1s;
}
.imgabox:hover > .img, .imgabox:hover > .img_1 {
  transform: scale(1.1, 1.1);
}
.imgabox:hover .imgbox .img_1 {
  transform: scale(1.1, 1.1);
}/*# sourceMappingURL=animate.css.map */