*{
  font-family: 'PingFangTC';
}
.home{
  height: 100vh;
  background: #ffffff;
  width: 100%;
  overflow-y: scroll;
}
#exchange-modal, #qualifications-modal, #notice-modal{
  background-color: rgba(78, 78, 78, 0.6);
  height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.modal-content{
  width: 85%;
  border-radius: 22px;
}
.reward-box{
  border-radius: 22px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  width: calc(50% - 8px);
}
.reward-box img{
  border-radius: 22px;
}
.reward-box:nth-child(1){
  width: 100%;
}
.text-first{
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.text-second{
  color: #808080;
  font-size: 12px;
}
.text-third{
  color: #ab692a;
  font-size: 14px;
  font-weight: 700;
}
.btn-qualifications{
  right: 0;
  bottom: 15%;
}
.notice-desc{
  font-size: 12px;
  max-height: 60vh;
  overflow-y: scroll;
  text-align: left;
}
#notice-warning{
  font-size: 14px;
}