body {
  background: transparent;
}
.back_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inp_box {
  position: absolute;
  top: 20%;
  left: 4%;
  width: 57%;
  height: 73%;
}
.inp_box .inp_cont {
  position: absolute;
  height: 3vw;
  top: 34.5%;
  left: 13%;
  width: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inp_box .inp_cont:nth-child(2) {
  top: 34.5%;
  left: 80.7%;
}
.inp_box .inp_cont:nth-child(3) {
  top: 61%;
  left: 46.8%;
}
.inp_box .inp_cont:nth-child(4) {
  top: 91.5%;
  left: 14.1%;
}
.inp_box .inp_cont:nth-child(5) {
  top: 91%;
  left: 80.8%;
}
.inp_box .inp_cont>input {
  width: 100%;
  font-size: 1.6vw;
  color: #231815;
  border: none;
  background: transparent;
  text-align: center;
}
.btn_box {
  position: absolute;
  top: 50%;
  left: 63%;
  width: 33%;
  height: 40%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 3.75vw;
}
.gameBox_btn {
  width: 19.1vw;
  height: 6.875vw;
  margin-top: 5%;
}
.btn_box .txt_title {
  font-size: 2.8125vw;
  font-weight: bold;
  display: none;
  position: absolute;
  top: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
   -webkit-appearance: none !important;
   margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}
