﻿/***animation***/

@-webkit-keyframes sec01_icon {
  0% {
    top:0;
  }
  100% {
    top:20px;
  }
}
@-webkit-keyframes sec02_icon {
  0% {
         transform: rotate(-2deg);
  }
  100% {
         transform: rotate(2deg);
  }
}
@-webkit-keyframes sec03_icon {
  0% {
         top:170px;
  }
  100% {
         top: 165px;
  }
}


@media (max-width: 1620px) {

@-webkit-keyframes sec03_icon {
  0% {
         top:125px;
  }
  100% {
         top: 120px;
  }
}




}


@media (max-width: 1024px) {

@-webkit-keyframes sec01_icon {
  0% {
    top:5%;
  }
  100% {
    top:7%;
  }
}

@-webkit-keyframes sec03_icon {
  0% {
         top:17%;
  }
  100% {
         top: 19%;
  }
}



}