/* 이벤트 기본 설정 */
.mdevice {
	--width: 720;
}
.evt-func {
	position: relative;
}

/* 이벤트 상세*/
html {
	scroll-behavior: smooth;
}

.event-btn {
	position: absolute;
}
.event-btn01 {
	bottom: 28.6%;
	left: 28.5%;
	width: 26.9%;
	height: 5.9%;
}
.event-btn02 {
	bottom: 37.9%;
	left: 20.5%;
	width: 27.4%;
	height: 3.5%;
}
.event-btn03 {
	bottom: 10.1%;
	left: 20.5%;
	width: 27.4%;
	height: 3.7%;
}

@media screen and (max-width: 767px) {
	.event-btn01 {
		bottom: 28.9%;
		left: 24.8%;
		width: 49.7%;
		height: 5.5%;
	}
	.event-btn02 {
		bottom: 37.3%;
		left: 10%;
		width: 47.3%;
		height: 4.1%;
	}
	.event-btn03 {
		bottom: 10.4%;
		left: 10%;
		width: 47.3%;
		height: 4.1%;
	}
}
