.faqList {
  width: 100%;
}
.faqList > li {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.faqList h3 {
  padding: 10px 5px;
  font-weight: 400;
  font-size: 18px;
  color: #3f3f3b;
  cursor: pointer;
}
.faqList h3 b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #40220f;
  font-family: "Baloo 2", sans-serif;
}
@media (max-width: 640px) {
  .faqList > li {
    padding-bottom: 55px;
  }
}

.toggleOpen {
  position: absolute;
  right: 5px;
  top: 25px;
  display: block;
  margin-top: -13px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
  border-radius: 99em;
  font-size: 20px;
  color: #fff;
  background-color: #40220f;
  cursor: pointer;
  font-family: "Noto Sans TC", sans-serif;
}
.toggleOpen.thisopen {
  background-color: #40220f;
}
.toggleOpen:hover {
  background: #40220f;
  color: #fff;
}
@media (max-width: 640px) {
  .toggleOpen {
    width: 100%;
    top: auto;
    right: 0;
    bottom: 10px;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    background: #9cabaa;
  }
}

.definition {
  display: none;
  padding: 0 15px 15px 15px;
  line-height: 1.8;
}