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

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

.event-btn {
	position: absolute;
}


.event-btn01 {
    bottom: 76.6%;
    left: 8.1%;
    width: 16.5%;
    height: 3.5%;
}
.event-btn02 {
    bottom: 76.6%;
    left: 31.1%;
    width: 16.5%;
    height: 3.5%;
}
.event-btn03 {
    bottom: 76.6%;
    left: 53.1%;
    width: 16.5%;
    height: 3.5%;
}
.event-btn04 {
    bottom: 76.6%;
    left: 75.1%;
    width: 16.5%;
    height: 3.5%;
}


.event-btn05 {
    bottom: 59.6%;
    left: 8.1%;
    width: 16.5%;
    height: 3.5%;
}
.event-btn06 {
    bottom: 59.6%;
    left: 31.1%;
    width: 16.5%;
    height: 3.5%;
}
.event-btn07 {
    bottom: 59.6%;
    left: 53.1%;
    width: 16.5%;
    height: 3.5%;
}
.event-btn08 {
    bottom: 59.6%;
    left: 75.1%;
    width: 16.5%;
    height: 3.5%;
}

.event-btn09 {
    bottom: 42.2%;
    left: 31.1%;
    width: 16.5%;
    height: 3.5%;
}
.event-btn10 {
    bottom: 42.2%;
    left: 53.1%;
    width: 16.5%;
    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: 82.6%;
        left: 15.4%;
        width: 29.5%;
        height: 3.3%;
	}
	.event-btn02 {
        bottom: 82.6%;
        left: 55.4%;
        width: 29.5%;
        height: 3.3%;
	}

	.event-btn03 {
        bottom: 69.6%;
        left: 15.4%;
        width: 29.5%;
        height: 3.3%;
	}
	.event-btn04 {
        bottom: 69.6%;
        left: 55.4%;
        width: 29.5%;
        height: 3.3%;
	}

	.event-btn05 {
        bottom: 56.6%;
        left: 15.4%;
        width: 29.5%;
        height: 3.3%;
	}
	.event-btn06 {
        bottom: 56.6%;
        left: 55.4%;
        width: 29.5%;
        height: 3.3%;
	}

	.event-btn07 {
        bottom: 43.9%;
        left: 15.4%;
        width: 29.5%;
        height: 3.3%;
	}
	.event-btn08 {
        bottom: 43.9%;
        left: 55.4%;
        width: 29.5%;
        height: 3.3%;
	}

	.event-btn09 {
        bottom: 30.9%;
        left: 15.4%;
        width: 29.5%;
        height: 3.3%;
	}
	.event-btn10 {
        bottom: 30.9%;
        left: 55.4%;
        width: 29.5%;
        height: 3.3%;
	}
}
