.lotto_wrap{
  width: 100%;
  height: 100%;
  min-width: 300px;
}

.lotto_number_wrap{
  margin-top: 20px;
}
.lotto_number_title{
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}
#lotto_title_num{
  color:#f1ffa7;
}
.lotto_number_sub_title{
  margin-top:10px;
  text-align: center;
  font-size: 20px;
  line-height: 21px;
}
.lotto_number_con{
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.lotto_number{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #000;
  border-radius: 50%;
}

.lotto_menu_wrap{
  margin-top: 20px;
  text-align: center;
}
.lotto_menu_con{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.lotto_menu_item{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
}