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

/* 이벤트 상세*/
html {
	scroll-behavior: smooth;
}
#copyTxt {
	display: none;
}
.event-btn {
	position: absolute;
}
.copybtn {
	position: absolute;
	bottom: 18%;
	left: 44.5%;
	width: 10.5%;
	height: 2%;
}
.event-btn01 {
	bottom: 64.2%;
	left: 39.3%;
	width: 21.5%;
	height: 4.2%;
}
.event-btn02 {
	bottom: 44.7%;
	left: 39.3%;
	width: 21.5%;
	height: 4.2%;
}
.event-btn03 {
	bottom: 9%;
	left: 39.3%;
	width: 21.5%;
	height: 4.2%;
}
.event-btn04 {
	bottom: 32.9%;
	left: 19%;
	width: 27.5%;
	height: 3.6%;
}

/* @media screen and (max-width: 1370px) {
    .event-btn01 {
      bottom: 64.2%;
      left: 39.3%;
      width: 21.5%;
      height: 4.2%;
    }
    .event-btn02 {
      bottom: 44.7%;
      left: 39.3%;
      width: 21.5%;
      height: 4.2%;
    }
    .event-btn03 {
      bottom: 9%;
      left: 39.3%;
      width: 21.5%;
      height: 4.2%;
    }
    .event-btn04 {
      bottom: 10.1%;
      left: 21%;
      width: 26.5%;
      height: 3.6%;
    }
  } */

@media screen and (max-width: 767px) {
	.event-btn01 {
		bottom: 64.9%;
		left: 25.5%;
		width: 57%;
		height: 4.4%;
	}
	.event-btn02 {
		bottom: 45.7%;
		left: 24.3%;
		width: 56.5%;
		height: 4.3%;
	}
	.event-btn03 {
		bottom: 8.2%;
		left: 24.3%;
		width: 56.5%;
		height: 4.3%;
	}
	.event-btn04 {
		bottom: 30.5%;
		left: 9%;
		width: 46.5%;
		height: 4.2%;
	}
}
