.eveCont .naviBtns {
  position: absolute;
  width: 75.5%;
  height: 40%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.eveCont .naviBtn {
  flex-basis: 48%;
  font-size: 0;

}

.eveCont .evtSwiper {
  position: absolute;

}

 .evtSwiper.swiper1 {
  top: 60%;
}
 .evtSwiper.swiper2 {
  top: 24%;
}
 .evtSwiper.swiper3 {
  top: 24%;
}
 .evtSwiper.swiper4 {
  top: 24%;
}
.eveCont .evtSwiper .swiper-slide {
  width: 82%;
  margin: 0 1.6%;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.2);
  border-radius: 6.9%;
}
.gif_slide{position: relative;}
.eveCont img.gif1{
  position: absolute;
  top: 29%;
  z-index: 1;
  width: 89.2%;
  height: 66.5%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 0px 0px 15px 15px;
}
.eveCont img.gif2{
  position: absolute;
  top: 29%;
  z-index: 1;
  width: 89%;
  height: 66.5%;
  left: 49.95%;
  transform: translate(-50%, 0);
  border-radius: 0px 0px 15px 15px;
}

.eveCont .eventLink.btn01 {
  width: 30%;
  height: 8%;
  bottom: 10%;
}
.eveCont .eventLink.btn02 {
  width: 90%;
  height: 7%;
  bottom: 2%;
}
.eveCont .eventLink.btn03 {
  width: 90%;
  height:5%;
  bottom: 0%;
}
.eveCont .eventLink.btn04 {
  width: 100%;
  height: 14%;
  bottom: 0%;
}
.eveCont .eventLink.btn00 {
  width: 100%;
  height: 100%;
  top: 0;
}
.eveCont .btns.btns01 .eventLink {
  width: 80%;
  height: 5.6%;
  bottom: 9.1%;
}

.eveCont .btns .btnDefault {
  cursor: default;
}

.eve_detail .btnApp {
  display: none;
}

/* mo */
#container.mo .eveCont .evtSwiper .swiper-slide {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
}

/* app */
.eve_detail.app .btnApp {
  display: block;
}

.eve_detail.app .btnDefault {
  display: none;
}
.event_wrap .evtNavi button.on{
  background-color: #fff;
  color: #3c3c3c;
}
.event_wrap .evtNavi button.on span{
  color: #003393;
}
.event_wrap .evtNavi button span{
  font-weight: bold;
  color: #FFDE98;
}
#container.mo .eve_detail .evtNavi button{
  border: none;
}
.event_wrap .evtNavi {
  background-color: #fff;
}
.event_wrap .evtNavi button {
  height: 110px;
  flex-basis: calc((100% / 4) - 2px);
  flex-grow: 1;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: -0.15rem;
  text-align: center;
  font-weight: 500;
background-color: #003393;
}
