.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;

}
.marginTopCont{margin-top: -20%;}
 .evtSwiper.swiper1 {
  top: 17.5%;
}
 .evtSwiper.swiper2 {
  top: 5%;
}
 .evtSwiper.swiper3 {
  top: 24%;
}
 .evtSwiper.swiper4 {
  top: 24%;
}
.eveCont .evtSwiper .swiper-slide {
  width: 88%;
  margin: 0 1.6%;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.2);
  border-radius: 6.9%;
}


.eveCont .eventLink.btn01 {
  width: 90%;
  height: 6%;
  bottom: 6%;
}
.eveCont .eventLink.btn02 {
  width: 90%;
  height: 8%;
  bottom: 2%;
}

.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: #2329D1;
}
.event_wrap .evtNavi button span{
  font-weight: bold;
}
#container.mo .eve_detail .evtNavi button{
  border: none;
}
.event_wrap .evtNavi {
  background-color: #999;
}
.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: #000;
}
.event_wrap .evtNavi{
  gap: 2px;
}