.banner {
  width: 100vw;
}
.banner img {
  width: 100%;
  height: 100%;
}
.formbox {
  width: 100vw;
  height: 368/7.5vw;
  border: 1px solid #eeeeee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 100/7.5vw;
}
.formbox form {
  width: 80vw;
  margin: 0 auto;
  padding-top: 28px;
  margin-bottom: 1vw;
}
.formbox form input {
  width: 100%;
  height: 44px;
  background-color: #f6f6f6;
  margin-bottom: 28px;
  font-size: 16px;
  color: #555555;
  padding-left: 14px;
}
.formbox form button {
  width: 240px;
  height: 43px;
  background-color: #f39801;
  cursor: pointer;
  border-radius: 24px;
  color: #ffffff;
  font-size: 16px;
  border: none;
  outline: none;
}
.onlinebtn {
  color: white;
  font-size: 6vw;
  width: 100vw;
  height: 10vw;
  background-color: #0045bd;
  margin-top: 2vw;
  letter-spacing: 1vw;
}
