/* 이벤트 기본 설정 */
.mdevice {
	--width: 720;
}
.evt-func {
	position: relative;
}

/* 이벤트 상세*/
html {
	scroll-behavior: smooth;
}

.event-btn {
	position: absolute;
}
.event-btn01 {
	bottom: 56%;
	left: 28.3%;
	width: 43.5%;
	height: 4.3%;
}
.event-btn02 {
	bottom: 13.2%;
	left: 28.3%;
	width: 43.5%;
	height: 4.3%;
}
.event-btn03 {
	bottom: 11.7%;
	left: 17.4%;
	width: 65.25%;
	height: 59.3%;
}

@media screen and (max-width: 1370px) {
	.event-btn01 {
		bottom: 56%;
		left: 28.3%;
		width: 43.4%;
		height: 4.2%;
	}
	.event-btn02 {
		bottom: 13.2%;
		left: 28.3%;
		width: 43.4%;
		height: 4.2%;
	}
	.event-btn03 {
		bottom: 11.7%;
		left: 17.4%;
		width: 65.25%;
		height: 59.3%;
	}
}

@media screen and (max-width: 767px) {
	.event-btn01 {
		bottom: 54.8%;
		left: 13.1%;
		width: 73.8%;
		height: 2.8%;
	}
	.event-btn02 {
		bottom: 9.2%;
		left: 13%;
		width: 74.2%;
		height: 2.8%;
	}
	.event-btn03 {
		bottom: 14.1%;
		left: 6.6%;
		width: 86.8%;
		height: 49.8%;
	}
}
