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 .eventLink1 {
  width: 90%;
  height: 9%;
  bottom: 3.4%;
}
/* v1,v2 */
.eveCont .eventLink.btn03 {
  width: 89%;
  height: 32.5%;
  top: 26%;
}
.eveCont .eventLink.btn04 {
  width: 89%;
  height: 32%;
  top: 61.6%;
}
/* v3 */
.eveCont .eventLink.btn002.v3 {
  width: 89%;
  height: 24.5%;
  top: 19%;
}
.eveCont .eventLink.btn03.v3 {
  width: 89%;
  height: 24.5%;
  top: 45%;
}
.eveCont .eventLink.btn04.v3 {
  width: 89%;
  height: 24%;
  top: 71.6%;
}


.eveCont .eventLink.btn05 {
  width: 89%;
  height: 27.6%;
  top: 9.6%;
}
.eveCont .eventLink.btn06 {
  width: 44%;
  height: 15.6%;
  top: 37.6%;
  left: 27%;
}
.eveCont .eventLink.btn07 {
  width: 44%;
  height: 15.6%;
  top: 37.6%;
  left: 73%;
}
.eveCont .eventLink.btn08 {
  width: 44%;
  height: 15.6%;
  top: 54%;
  left: 27%;
}
.eveCont .eventLink.btn09 {

  width: 44%;
  height: 15.6%;
  top: 54%;
  left: 73%;
}
.eveCont .eventLink.btn10 {
  width: 89%;
  height: 22.4%;
  top: 70.5%;
}
.eveCont.cont03 .eventLink2 {
  width: 78%;
  height: 8%;
  top: 78%;
}
.eveCont.cont04 .eventLink_Experience {
  width: 78%;
  height: 9%;
  top: 72%;
}
.eveCont.cont06 .eventLink3 {
  width: 89%;
  height: 4%;
  top: 93.5%;

}

/* 네비게이션 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%);
}
.eve_detail .swiper-slide{
  text-align: center;
  width: 84%;
  margin: 0 1.6%;
}
.eve_detail .swiper-slide img{
  width: 99%;
}

/* 
  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;
}
