/* 이벤트 기본 설정 */
.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.4%;
    left: 20.8%;
    width: 30%;
    height: 3.7%;
}
.event-btn03 {
    bottom: 9.4%;
    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: 12.5%;
        width: 51.3%;
        height: 4.1%;
	}
	.event-btn03 {
        bottom: 9.6%;
        left: 11.5%;
        width: 47.3%;
        height: 4.1%;
	}
}
