

/* 이벤트 기본 설정 */
.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.9%;
    left: 13.7%;
    width: 72.5%;
    height: 33.2%;
}
.event-btn03 {
    bottom: 15.2%;
    left: 13.7%;
    width: 72.5%;
    height: 33.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: 37.1%;
	}
	.event-btn03 {
        bottom: 11%;
        left: 8.6%;
        width: 83.1%;
        height: 36.4%;
	}
}
