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%;
}

/* 네비게이션 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: #834d19;
}

.evtNavi button.on {
  color: #f47600;
  background-color: #fff;
}

/**************
       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.3rem;
  line-height: 2rem;
}

/**************
   custom 
**************/
.eveCont .eventLink1 {
  width: 43.3%;
  height: 9.2%;
  bottom: 9%;
  left: 5.5%;
  transform: none;
}

.eveCont .eventLink2 {
  width: 43.3%;
  height: 9.2%;
  bottom: 9%;
  left: 51%;
  transform: none;
}

.eveCont .eventLink3 {
  width: 80%;
  height: 9.2%;
  bottom: 9%;
}

.eveCont .swiper {
  position: absolute;
  top: 390px;
  left: 0;
  width: 100%;
}

.eveCont .swiper .swiper-slide {
  width: 630px;
  margin: 0 12px;
}

.eveCont .swiper .swiper-slide .eventLink {
  width: 82.4%;
  height: 10.1%;
  bottom: 5.6%;
}

/**************
   custom mo 
**************/
#container.mo .eveCont .swiper {
  position: absolute;
  top: 7.4rem;
  left: 0;
  width: 100%;
}

#container.mo .eveCont .swiper .swiper-slide {
  width: 24rem;
  margin: 0 1.5rem;
}

#container.mo .eveCont .swiper {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
}

#container.mo .eveCont .swiper .swiper-slide {
  width: 84%;
  margin: 0 0.6rem;
}
