.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 .evtSwiper.evtSwiper03 {
  position: absolute;
  top: 15%;
}
.eveCont .evtSwiper.evtSwiper04 {

}



.eveCont .evtSwiper02 .swiper-slide,
.eveCont .evtSwiper03 .swiper-slide {
  width: 88.8%;
  margin: 0 1.6%;
}

.eveCont .evtSwiper02 {
  position: absolute;
  top: 32%;
}

.eveCont .evtSwiper02_1 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 72.973%;
  height: 13.1%;
}

.eveCont .evtSwiper02_1 .swiper-slide {
  width: 100%;
  height: 100%;
  margin: 0;
}

.eveCont .evtSwiper02_1 .swiper-slide img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.eveCont .eventLink.btn01 {
  width: 90%;
  height: 8%;
  bottom: 1.8%;
}
.eveCont .eventLink.btn02 {
  width: 90%;
  height: 10%;
  bottom: 4.8%;
}
.eveCont .eventLink.btn03 {
  width: 90%;
  height: 10%;
  bottom: 4.8%;
}

.eveCont .eventLink.btn_slide {
  width: 45%;
  height: 14%;
  bottom: 16.8%;

}
.nav_1{
  position: absolute;
  top: 10%;
  left: 3%;
  width: 30%;
  height: 66%;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}
.nav_2{
  position: absolute;
  top: 10%;
  left: 35%;
  width: 30%;
  height: 66%;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}
.nav_3{
  position: absolute;
  top: 10%;
  left: 67%;
  width: 30%;
  height: 66%;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}