.block01 {
  width: 100vw;
  margin: 0 auto;
}
@keyframes crown {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
.spBox {
  display: inline-block;
  width: 30%;
  text-align: center;
  vertical-align: top;
  margin: 6% auto 0 auto;
}
.spBox > div:nth-child(1) {
  width: 60%;
  margin: 0 auto;
}
.spBox > div:nth-child(2) {
  width: 100%;
  background: #7b34c6;
  color: #ffffff;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 900px;
  font-size: 1em;
  line-height: 0.8em;
  box-sizing: border-box;
  padding: 0.2em;
  margin: 0.4em auto 0.6em auto;
}
.spBox > div:nth-child(3) {
  font-size: 0.7em;
  line-height: 1.5em;
}
.margin {
  margin: 6% 1% 0 1%;
}
.table01 {
  position: relative;
  width: 94%;
  margin: 10% auto 0 auto;
}
.table01 > img {
  position: relative;
  z-index: 500;
}
.table01 > div:nth-child(1) {
  position: absolute;
  z-index: 801;
  width: 10%;
  left: 40%;
  top: 26%;
  animation: crown 1s linear 0s infinite;
}
.table01 > div:nth-child(2) {
  position: absolute;
  z-index: 802;
  width: 10%;
  left: 40%;
  top: 52%;
  animation: crown 1s linear 0.5s infinite;
}
.table01 > div:nth-child(3) {
  position: absolute;
  z-index: 803;
  width: 10%;
  left: 40%;
  bottom: 13.8%;
  animation: crown 1s linear 1s infinite;
}
.myLink {
  position: relative;
  z-index: 800;
  display: inline-block;
  color: #9A7FDD;
  text-decoration: none;
  font-size: 0.92em;
  vertical-align: top;
  padding: 0.4em 1em;
  border: 1px solid #9A7FDD;
  border-radius: 300px;
  margin: 2em 0 0 0;
  background: #ffffff;
  cursor: pointer;
}
.myLink > img {
  display: inline-block;
  height: 0.9em;
  width: auto;
  vertical-align: top;
  margin: 0 0 0 0.4em;
}
.myLink:hover {
  text-decoration: none;
  border: 1px solid #9A7FDD;
}
/********************/
.form {
  width: 100%;
  margin: 6% auto;
}
.form .insertBox {
  position: relative;
  width: 90%;
  margin: 0 auto 1em auto;
  background: #ffffff;
  border: 1px solid #707070;
  box-sizing: border-box;
  border-radius: 999px;
  padding: 0.6em 0.6em;
  text-align: left;
}
.form .insertBox::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #7f7f7f;
  left: 42%;
  top: 10%;
}
select {
  position: relative;
  z-index: 500;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  border: 0px;
  font-size: 0.8em;
  outline: none;
  background: #ffffff;
}
option {
  appearance: none;
}
#money,
#month {
  display: inline-block;
  width: 56%;
  font-size: 0.8em;
  text-align: right;
  border: none;
  cursor: pointer;
  outline: none;
  float: right;
}
.monthLabel {
  display: inline-block;
  font-size: 0.8em;
  vertical-align: bottom;
}
.monthLabel > img {
  height: 1.2em;
  width: auto;
  display: inline-block;
  margin: 0 0 0 1em;
  vertical-align: bottom;
}
.calBtn {
  position: relative;
  text-align: center;
  margin: 0 0 8% 0;
  cursor: pointer;
}
.calBtn > button {
  position: relative;
  width: 60%;
  outline: none;
  border: none;
  background: #7b34c6;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  padding: 0.32em 0 0.4em 0;
  cursor: pointer;
}
.total {
  position: relative;
  display: inline-block;
  width: 60%;
  border-radius: 999px;
  background: #efefef;
  text-align: center;
  padding: 2em 0 0.8em 0;
  border-radius: 20px 0 0 20px;
}
.total::after {
  position: absolute;
  content: "存下的本金 + 利息，約";
  width: 100%;
  left: 0;
  top: 1em;
  font-size: 0.64em;
  color: #878787;
}
.total > span {
  font-size: 1.6em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 900;
  color: #7b34c6;
}
.youRate {
  position: relative;
  display: inline-block;
  width: 32%;
  border-radius: 999px;
  background: #efefef;
  text-align: center;
  padding: 2em 0 0.8em 0;
  border-radius: 0 20px 20px 0;
}
.youRate::after {
  position: absolute;
  content: "一年期定存利率";
  width: 100%;
  left: 0;
  top: 1em;
  font-size: 0.64em;
  color: #878787;
}
.youRate > span {
  font-size: 1.6em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 900;
  color: #7b34c6;
}
.youRate > b {
  color: #7b34c6;
  font-size: 1em;
}
.calNote {
  width: 90%;
  margin: 0 auto;
  font-size: 0.5em;
  line-height: 1.6em;
  text-align: justify;
  color: #3f3f3f;
}
.calNote .listDice {
  list-style: disc;
  margin: 0 0 0 1em;
  padding: 0;
}
.calNote .listNum {
  list-style: decimal;
  margin: 0 0 0 1em;
  padding: 0;
}
.calNote li {
  padding: 0 0 1.4em;
}
/********************/
@media screen and (min-width: 451px) and (max-width: 820px) {
  .block01 {
    width: 90vw;
    margin: 0 auto;
  }
  .spBox {
    display: inline-block;
    width: 28%;
    text-align: center;
    vertical-align: top;
    margin: 6% 2% 0 2%;
  }
  .spBox > div:nth-child(1) {
    width: 60%;
    margin: 0 auto;
  }
  .spBox > div:nth-child(2) {
    width: 100%;
    background: #7b34c6;
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    text-align: center;
    border-radius: 900px;
    font-size: 1em;
    line-height: 0.8em;
    box-sizing: border-box;
    padding: 0.2em;
    margin: 0.4em auto 0.6em auto;
  }
  .spBox > div:nth-child(3) {
    font-size: 0.7em;
    line-height: 1.5em;
  }
  .table01 {
    width: 80%;
  }
}
/********************/
@media screen and (min-width: 821px) {
  .block01 {
    width: 90vw;
    margin: 0 auto;
  }
  .spBox {
    display: inline-block;
    width: 16%;
    text-align: center;
    vertical-align: top;
    margin: 0% 6% 0 auto;
  }
  .spBox > div:nth-child(1) {
    width: 50%;
    margin: 0 auto;
  }
  .spBox > div:nth-child(2) {
    width: 100%;
    background: #7b34c6;
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    text-align: center;
    border-radius: 900px;
    font-size: 1.2em;
    line-height: 0.8em;
    box-sizing: border-box;
    padding: 0.6em 0.2em;
    margin: 0.4em auto 0.6em auto;
  }
  .spBox > div:nth-child(3) {
    font-size: 1em;
    line-height: 1.5em;
  }
  .table01 {
    position: relative;
    width: 40%;
    margin: 4% auto 0 auto;
  }
  .blockBorder08 {
    width: 100%;
  }
  .form {
    width: 40%;
  }
  .form .insertBox::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    background: #7f7f7f;
    left: 28%;
    top: 10%;
  }
  .calNote {
    width: 70%;
    margin: 0 auto;
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: justify;
    color: #3f3f3f;
  }
}
