/* 이벤트 기본 설정 */
.mdevice {
  --width: 720;
}
.evt-func {
  position: relative;
}

/* 이벤트 상세*/
html {
  scroll-behavior: smooth;
}
.event-btn01 {
  position: absolute;
  bottom: 57%;
  left: 31.5%;
  width: 44%;
  height: 6.5%;
}
.event-btn02 {
  position: absolute;
  bottom: 30.5%;
  left: 31.5%;
  width: 44%;
  height: 6.5%;
}
@media screen and (max-width: 1370px) {
  .event-btn01 {
    left: 31%;
    width: 45%;
  }
  .event-btn02 {
    left: 31%;
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .event-btn01 {
    bottom: 50.5%;
    left: 23%;
    width: 55%;
    height: 8%;
  }
  .event-btn02 {
    bottom: 28.5%;
    left: 23%;
    width: 55%;
    height: 8%;
  }
}
