@charset "UTF-8";


.scroll-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 1921px) {

/* .scroll-wrapper {
  top: 50%;
  left: 50%;
  margin-top: -490px;
  margin-left: -960px;
} */
}


.btn {
  position: fixed;
  top: 10px;
  left: 0;
}

.btn li {
  width: 200px;
  height: 20px;
  margin: 10px;
  background: black;
  border: 1px solid white;
  color: white;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  cursor: pointer;
}

.btn li.move_to { }

.btn li.move_to input {
  width: 70px;
  height: 20px;
  padding: 1px 8px;
  box-sizing: border-box;
  float: left;
}

.btn li.move_to button {
  width: 130px;
  height: 20px;
  float: left;
  font-size: 12px;
}
