/* event */
.eveCont .eventLink.btn01 {
  width: 90%;
  height: 12%;
  top: 76%;
}
.eveCont .eventLink.btn02 {
  width: 90%;
  height: 5%;
  top: 92%;
}
@keyframes floatItem {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.box.type02{
  background: #3A62EB;
}
.box.type02 button.btn_outline{
  background: #eee!important;
}
.obj{
  position: absolute;
}
.obj.obj1{
  top: 50%;
  left: 7%;
  width: 24%;
  z-index: 2;
  animation: floatItem 2s ease-in-out infinite;
  animation-delay: 0.6s;
}
.obj.obj2{
  top: 39%;
  left: 16%;
  width: 66%;
  animation: floatItem 2s ease-in-out infinite;
}
.obj.obj3{
  bottom: 0;
  left: 50%;
  width: 90%;
  transform: translate(-51.5%, 0);
}
.obj.obj4{
  top: 30%;
  right: 4%;
  width: 24%;
}
