/* 이벤트 기본 설정 */
.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: 8.9%;
	width: 15.6%;
	height: 3.5%;
}
.event-btn05 {
	bottom: 51.4%;
	left: 31%;
	width: 15.7%;
	height: 3.5%;
}
.event-btn06 {
	bottom: 51.4%;
	left: 53.2%;
	width: 15.7%;
	height: 3.5%;
}


.event-btn07 {
	bottom: 51.4%;
	left: 75.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: 80.4%;
		left: 15.4%;
		width: 29.5%;
		height: 3.3%;
	}
	.event-btn02 {
        bottom: 80.4%;
        left: 55.2%;
        width: 29.5%;
        height: 3.3%;
	}
	.event-btn03 {
        bottom: 65.5%;
        left: 15.5%;
        width: 29.5%;
        height: 3.3%;
	}
	.event-btn04 {
        bottom: 65.5%;
        left: 55.2%;
        width: 29.5%;
        height: 3.3%;
	}
	.event-btn05 {
        bottom: 50.6%;
        left: 15.5%;
        width: 29.5%;
        height: 3.3%;
	}
	.event-btn06 {
        bottom: 50.6%;
        left: 55.2%;
        width: 29.5%;
        height: 3.3%;
	}
	.event-btn07 {
    bottom: 35.8%;
    left: 35.2%;
    width: 29.5%;
    height: 3.3%;
	}
}
