#check-reward-btn {
  background-image: url(image/Btn_QueryReward_M.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  width: 30vw;
  height: 10vw;
  min-width: 105px;
  min-height: 35px;
  max-width: 180px;
  max-height: 60px;
  top: calc((15vw - 10vw) / 2);
  right: 18%;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

#check-reward-dialog {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

#check-reward-dialog-close-btn {
  position: absolute;
  top: calc(50% - 52vw);
  left: calc(85%);
  z-index: 1010;
  width: 7vw;
  height: 7vw;
  cursor: pointer;
  background-image: url(image/common/Btn_Close.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
}

#check-reward-dialog-panel {
  width: 90vw;
  height: 90vw;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);

  /* transform: scale(1);
  opacity: 1; */
}

#check-reward-dialog-panel-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

#check-reward-dialog-panel-title {
  font-size: 4.5vw;
  line-height: 4.5vw;
  margin-bottom: 2vw;
  display: flex;
  color: #5d5045;
  /* background-color: red; */
}

.check-reward-dialog-row {
  display: flex;
  align-items: center;
  height: 10vw;
  /* background-color: red; */
}

.check-reward-dialog-row-title {
  text-align: center;
  font-size: 3vw;
  width: 20vw;
  color: #886e55;
}

.check-reward-dialog-row-code {
  width: 27vw;
  height: 4.5vw;
  margin-left: 1vw;
  margin-right: 1vw;
  font-size: 3vw;
  padding-left: 1vw;
  color: #928575;
  display: flex;
  align-items: center;
}

.check-reward-dialog-row-copy-code-btn {
  background-image: url(image/Btn_Copy.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  width: 16vw;
  height: 8vw;
  cursor: pointer;
}

.check-reward-dialog-row-to-finish-btn {
  background-image: url(image/Btn_Go.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  width: 16vw;
  height: 8vw;
  cursor: pointer;
}

#check-reward-dialog-confirm-btn {
  background-image: url(image/MainBtn_Confirm.png);
  width: 23.5vw;
  height: 8vw;
  /* aspect-ratio: 470/160; */
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0px;
  margin-top: 1vw;
}