#body img {
  width: 100vw;
}
#body .btn-wrapper {
  position: relative;
}
#body .btn-wrapper img {
  width: 100%;
}
#body .btn-wrapper .btn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  text-align: center;
  font: bold 1.25rem "SourceHanSanSC Bold";
}
#body .btn-wrapper .btn a {
  color: #fff;
}
#body .join-con {
  position: relative;
}
#body .join-con .text-con {
  width: 90vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  bottom: 5vw;
  text-align: justify;
  font-size: 0.875rem;
  font-family: "PingFangSC Regular";
  line-height: 1.5;
}
/*# sourceMappingURL=./joinus.css.map */