/* 이벤트 기본 설정 */
.mdevice {
	--width: 720;
}
.evt-func {
	position: relative;
}

/* 이벤트 상세*/
html {
	scroll-behavior: smooth;
}

.event-btn {
	position: absolute;
}
.event-btn01 {
	bottom: 72.2%;
	left: 20.1%;
	width: 15.5%;
	height: 3.5%;
}
.event-btn02 {
	bottom: 72.2%;
	left: 42.2%;
	width: 15.6%;
	height: 3.5%;
}
.event-btn03 {
	bottom: 72.1%;
	left: 64.5%;
	width: 15.6%;
	height: 3.5%;
}
.event-btn04 {
	bottom: 51.4%;
	left: 20.1%;
	width: 15.6%;
	height: 3.5%;
}
.event-btn05 {
	bottom: 51.4%;
	left: 42.2%;
	width: 15.7%;
	height: 3.5%;
}

.event-btn06 {
	bottom: 51.4%;
	left: 64.5%;
	width: 15.7%;
	height: 3.5%;
}

/* @media screen and (max-width: 1370px) {

    .event-btn01 {
      bottom: 64.2%;
      left: 19.8%;
      width: 16%;
      height: 4.5%;
    }
    .event-btn02 {
      bottom: 64.2%;
      left: 42%;
      width: 16%;
      height: 4.5%;
    }
    .event-btn03 {
      bottom: 64.2%;
      left: 64.3%;
      width: 16%;
      height: 4.5%;
    }  
  } */

@media screen and (max-width: 767px) {
	.event-btn01 {
		bottom: 76.4%;
		left: 15.4%;
		width: 29.5%;
		height: 3.3%;
	}
	.event-btn02 {
		bottom: 76.4%;
		left: 55.5%;
		width: 29%;
		height: 3.6%;
	}
	.event-btn03 {
		bottom: 58.2%;
		left: 15.5%;
		width: 29%;
		height: 3.6%;
	}
	.event-btn04 {
		bottom: 58.2%;
		left: 55.5%;
		width: 29%;
		height: 3.6%;
	}
	.event-btn05 {
		bottom: 40.3%;
		left: 15.5%;
		width: 29.6%;
		height: 3%;
	}
	.event-btn06 {
		bottom: 40.3%;
		left: 55.5%;
		width: 29.6%;
		height: 3%;
	}
}
