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

/* 이벤트 상세*/
html {
	scroll-behavior: smooth;
}
.event-btn01 {
	position: absolute;
	bottom: 21%;
	left: 34.3%;
	width: 23%;
	height: 5%;
}
.event-btn02 {
	position: absolute;
	bottom: 36.3%;
	left: 33%;
	width: 23%;
	height: 4%;
}
.event-btn03 {
	position: absolute;
	bottom: 8.4%;
	left: 33%;
	width: 23%;
	height: 4%;
}
/* @media screen and (max-width: 1370px) {
  .event-btn01 {
    left: 34.3%;
    width: 23%;
  }
  .event-btn02 {
    left: 33%;
    width: 22.5%;
  }
} */

@media screen and (max-width: 767px) {
	.event-btn01 {
		bottom: 19.8%;
		left: 11%;
		width: 47%;
		height: 4%;
	}
	.event-btn02 {
		bottom: 33.7%;
		left: 17%;
		width: 47%;
		height: 4%;
	}
	.event-btn03 {
		bottom: 9.2%;
		left: 17%;
		width: 47%;
		height: 4%;
	}
}
