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 .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%;
}

.eveCont.cont02 .eventLink.btn01 {
  width: 74%;
  height: 4%;
  bottom: 68.4%;
}
.eveCont.cont02 .eventLink.btn02{
  width: 74%;
  height: 4%;
  bottom: 8.4%;
}
.eveCont.cont03 .eventLink.btn03 {
  width: 90%;
  height: 88%;
  bottom: 3%;
}
.eveCont.cont04 .eventLink.btn04 {
  width: 90%;
  height: 69%;
  bottom: 31%;
}
.eveCont.cont04 .eventLink5 {
  width: 90%;
  height: 16%;
  bottom: 11%;
}

/* 네비게이션 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;
}

.evtNavi.fixed {
  position: fixed;
}

.evtNavi button {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: -0.15rem;
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 1px solid #9999997e;
  opacity: 1;
  text-decoration: none;
}

.evtNavi button.on {
  color: #000;
  background-color: #fff;
  border-color: #fff !important;
}

.eve_detail .evtSwiper {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0px, -50%);
}



/* 
  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: 6rem;
  font-size: 1.5rem;
  line-height: 1.7rem;
  border: 1px solid #9999997e;
}

#container.mo .eve_detail .swiper01 .evtSwiper {
  position: absolute;
  top: 7.4rem;
  left: 0;
  width: 100%;
}

#container.mo .eve_detail .swiper01 .evtSwiper .swiper-slide {
  width: 24rem;
  margin: 0 1.5rem;
}
