body {
  background: transparent;
}
.back_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.game_content {
  position: relative;
  height: 100%;
}
.game_content ul {
  position: relative;
  height: 50%;
}
.game_content ul li {
  position: absolute;
  bottom: 0.8%;
  left: 26%;
  width: 22%;
  cursor: pointer;
}
.game_content ul li img {
  width: 2.8125vw;
}
.game_content ul li:nth-child(2) {
  left: 52%;
}
.btn_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_box .gameBox_btn {
  width: 19.1vw;
  height: 6.875vw;
  margin-top: 6%;
  margin-right: 0;
}

