/* event */
.eve_detail .eveCont .naviBtns {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  width: 89.5%;
  height: 30.2%;
  position: absolute;
  left: 50%;
  top: 41.2%;
  transform: translateX(-50%);
  flex-direction: column;
}

.eve_detail .eveCont .naviBtns button.naviBtn {
  font-size: 0;
  height: 46%;
}

.eventLink.btn01 {
  width: 90%;
  height: 16%;
  bottom: 6%;
}

.eventLink.btn02 {
  width: 90%;
  height: 11.5%;
  bottom: 3.6%;
}
.box.type02{
  background-color: #1a1a1a;
}
#container .box.type02 button{
  background-color: #fff!important;
}
#container-category .box.type02 button{
  background-color: #fff!important;
}
#container-category .box.type02 button em{
  color: #000!important;
}
.eventLink.btn03 {
  width: 90%;
  height: 8.5%;
  bottom: 3.5%;
}

.eveCont.bannBox {
  padding: 40px 40px 80px;
}

.eveCont.bannBox.last {
  margin-top: -80px;
}

.eventLink.btn04 {
  width: 100%;
  height: 70%;
  top: 10%;
}
.box h3{
  text-align: left!important;
}
/* mo */
.mo .eveCont.bannBox {
  padding: 2rem 2rem 4rem;
}

.mo .eveCont.bannBox.last {
  margin-top: -4rem;
}
