/* 이벤트 기본 설정 */
.mdevice {
	--width: 720;
}
.evt-func {
	position: relative;
}

/* 이벤트 상세*/
html {
	scroll-behavior: smooth;
}

.event-btn {
	position: absolute;
}
.event-btn01 {
	bottom: 17%;
	left: 26.6%;
	width: 46.5%;
	height: 3%;
}
.event-btn02 {
	bottom: 51.5%;
	left: 13.7%;
	width: 72.5%;
	height: 32.5%;
}
.event-btn03 {
	bottom: 16.2%;
	left: 13.7%;
	width: 72.5%;
	height: 32.1%;
}

@media screen and (max-width: 767px) {
	.event-btn01 {
		bottom: 15.2%;
		left: 12.3%;
		width: 75.7%;
		height: 2.7%;
	}
	.event-btn02 {
		bottom: 51.6%;
		left: 8.2%;
		width: 83.6%;
		height: 32.1%;
	}
	.event-btn03 {
		bottom: 16%;
		left: 8.6%;
		width: 83.1%;
		height: 32.4%;
	}
}
