
/* a,
button {
  background-color: #ff0000;
  opacity: 0.4;
} */


.eve_detail .evtNavi button{
  flex-basis: calc((100% / 3) - 2px);
}


.eveCont .btnBox {
  position: relative;
}

.eveCont .eventLink {
  position: absolute;
  left: 50%;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
  transform: translateX(-50%);
  /* background-color: #ff0000;
  opacity: 0.4; */
}

.eve_detail .evtNavi button{
  width:100.1%
}
.eveCont .btnBox .eventLink {
  width: 88%;
  height: 43%;
  bottom: 38%;
}

.eveCont .eventLink.btn01 {
  width: 90%;
  height: 6.5%;
  top: 88.5%;
}
/* mo */








