html {
  scroll-behavior: smooth;
}

.eve_detail {
  width: 100% !important;
  max-width: 750px !important;
}

.eveCont {
  width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.eveCont .hide {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  color: transparent;
}

.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; */
}

.eveCont .eventLink.btnMO {
  display: none;
}

.eveCont img {
  vertical-align: top;
  width: 100%;
}

/* 네비게이션 s */
.evtNavi {
  z-index: 3;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  width: 750px;
  margin: 0 auto;
  /* background: #000; 
  position: sticky; */
  top: 80px;
  overflow: hidden;
}

.evtNavi.fixed {
  position: fixed;
}

.evtNavi button {
  float: left;
  width: calc(100% / 3);
  height: 110px;
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: -0.15rem;
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 1px solid #464646;
}

.evtNavi button.on {
  color: #ff2886;
  background-color: #fff;
  border-color: #fff;
}
/* 네비게이션 e */

/* 
  mo 
*/
#container.mo .eveCont {
  width: 100%;
}

#container.mo .eveCont .eventLink.btnPC {
  display: none;
}

#container.mo .eveCont .eventLink.btnMO {
  display: block;
}

#container.mo .evtNavi {
  width: 100%;
  top: 5.8rem;
}

#container.mo .evtNavi button {
  height: 5.5rem;
  font-size: 1.3rem;
  line-height: 2rem;
  border: 0.05rem solid #464646;
}

#container.mo .evtNavi button.on {
  border-color: #fff;
}

/* 
custom 
*/
.eveCont .eventLink.btn01 {
  width: 89%;
  height: 6.5%;
  bottom: 5.8%;
}

.eveCont .eventLink.btn02 {
  width: 84.5%;
  height: 8.3%;
  bottom: 5.5%;
}

.eveCont .evtSwiper {
  position: absolute;
  top: 222px;
  left: 0;
  width: 100%;
}

.eveCont .evtSwiper .swiper-slide {
  width: 666px;
  margin: 0 15px;
}

#container.mo .eveCont .evtSwiper {
  position: absolute;
  top: 16%;
  left: 0;
  width: 100%;
}

#container.mo .eveCont .evtSwiper .swiper-slide {
  width: 88.8%;
  margin: 0 4%;
}
