@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');


.main_wrap {
	position: relative;
	width: 1280px;
	height: 7011px;
	margin: 50px auto;
	background: url('/event/marketing/202511/MO01/images/main_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	letter-spacing: -3px;
}

.score_wrap {
	position: absolute;
	top: 910px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	color: #000;
	font-size: 70px;
	font-weight: 500;
	font-family: "Black Han Sans", sans-serif;
	text-decoration: 3px #fff;
	text-align: center;
}

.rock_scissors_paper_wrap {
	position: absolute;
	top: 990px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 630px;
}

.result_txt_wrap {
	position: absolute;
	top: 1085px;
	left: 50%;
	transform: translateX(-50%);
}

.rock_scissors_paper_btn_wrap {
	position: absolute;
	top: 1385px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 600px;
}

.rock_scissors_paper_btn_wrap a {
	cursor: pointer;
}

.point_wrap {
	position: absolute;
	top: 1566px;
	left: 25.3%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	font-size: 38px;
	font-weight: 500;
	font-family: "Black Han Sans", sans-serif;
	color: #edff90;
	text-align: center;
}

.reset_wrap {
	position: absolute;
	top: 1548px;
	left: 76%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.mid_btn {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

a.coupon_bundle {
  top: 4100px;
  width: 394px;
}

.event_wrap {
  position: absolute;
  top: 4630px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.event_wrap>a {
  display: block;
  width: 508px;
  border-radius: 30px;
  transition: all .3s;
}

.event_wrap>a:hover {
  box-shadow: 25px 20px 16px 0px rgba(19, 26, 17, 0.23);
  transform: translate(-10px, -10px);
}

.event_wrap>a:first-child {
  margin-right: 30px;
}

.go_kanu {
  top: 6055px;
}

.go_doubleA {
  top: 6850px;
}

.main_wrap #first_section {
  position: absolute;
  top: 1375px;
  left: 50%;
  transform: translateX(-50%);
  text-indent: -9999px;
}

.main_wrap #second_section {
  position: absolute;
  top: 3220px;
  left: 50%;
  transform: translateX(-50%);
  text-indent: -9999px;
}
