.eveCont .badge {
  width: 60.534%;
  height: 2.9%;
  position: absolute;
  top: 10.4%;
  left: 50%;
  transform: translateX(-50%);
  animation: blink_basic 1.6s step-end infinite;
}

.eveCont .badge02 {
  width: 15.1%;
  height: 9.9%;
  top: 6%;
  right: 8%;
  left: auto;
  transform: none;
}

@keyframes blink_basic {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.eveCont .evtSwiper.evtSwiper03 img{
  border-radius: 3.5%;
}
.eveCont .evtSwiper03 {
  position: absolute;
  top: 9%;
}

.eveCont .evtSwiper.evtSwiper04 {
  position: absolute;
  top: 23%;
}

.eveCont .evtSwiper02 .swiper-slide,
.eveCont .evtSwiper03 .swiper-slide,
.eveCont .evtSwiper04 .swiper-slide {
  width: 88.8%;
  margin: 0 1.6%;
}

.eveCont .evtSwiper02 {
  position: absolute;
  top:19%;
}
.eveCont .evtSwiper04 {
  position: absolute;
  top:11.5%;
}



.eveCont .eventLink.target1 {
  width: 1%;
  height: 0;
  top: 19%;
}
.eveCont .eventLink.target2 {
  width: 1%;
  height: 0;
  top: 45.3%;
}
.eveCont .eventLink.target3 {
  width: 1%;
  height: 0;
  top: 65%;
}
.eveCont .eventLink.btn01 {
  width: 90%;
  height: 5%;
  bottom: 57.8%;
}

.eveCont .eventLink.btn02 {
  width: 79%;
  height: 6%;
  bottom: 9.8%;

}
.eveCont .eventLink.btn02_2 {
  width: 79%;
  height: 6%;
  bottom: 4.8%;

}
.eveCont .eventLink.btn03 {
  width: 100%;
  height: 100%;
  bottom: 0%;

}
.eveCont .eventLink.btnslide {
  width: 88%;
  height: 7%;
  bottom: 4.8%;

}
.nav_1{
  position: absolute;
  top: 65%;
  left: 6%;
  width: 29%;
  height: 30%;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}
.nav_2{
  position: absolute;
  top: 65%;
  left: 35.5%;
  width: 29%;
  height: 30%;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}
.nav_3{
  position: absolute;
  top: 65%;
  left: 65%;
  width: 29%;
  height: 30%;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}