@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');


.main_wrap {
	position: relative;
	width: 1280px;
	height: 3179px;
	margin: 50px auto;
	background: url('/event/marketing/202507/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;
}