/* 이벤트 기본 설정 */
.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: 35.2%;
	left: 20.5%;
	width: 27.4%;
	height: 3.6%;
}
.event-btn03 {
	bottom: -20.1%;
	left: 13.5%;
	width: 72.9%;
	height: 13.4%;
}

@media screen and (max-width: 767px) {
	.event-btn01 {
		bottom: 28.9%;
		left: 24.8%;
		width: 49.7%;
		height: 5.5%;
	}
	.event-btn02 {
		bottom: 35.3%;
		left: 10%;
		width: 47.3%;
		height: 4.3%;
	}
	.event-btn03 {
		bottom: -23.6%;
		left: 8%;
		width: 84.1%;
		height: 16.1%;
	}
}
