.mainArea .wrap {
  padding-top: 55px;
}
.mainArea .wrap.medium {
  padding-top: 0;
}
.mainArea .wrap > .titleBox .title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3.5px;
  margin-bottom: 3px;
}
.mainArea .wrap > .titleBox .decoTitle {
  color: #b00e2f;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 480px) {
  .mainArea .wrap > .titleBox .title {
    font-size: 32px;
  }
  .mainArea .wrap > .titleBox .decoTitle {
    font-size: 28px;
  }
}

.contentBox .leftBox {
  float: right;
  width: 20%;
}
@media (max-width: 640px) {
  .contentBox .leftBox {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.contentBox .rightBox {
  float: left;
  width: 74%;
}
@media (max-width: 640px) {
  .contentBox .rightBox {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

.faqList {
  width: 100%;
}
.faqList .faqItem {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 1px solid rgba(176, 14, 47, 0.25);
}
.faqList .title {
  position: relative;
  padding: 10px 5px;
  font-weight: 700;
  font-size: 24px;
  color: #b00e2f;
  cursor: pointer;
}
.faqList .title b {
  display: inline-block;
  margin-right: 60px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Anton", "Microsoft JhengHei", sans-serif;
  color: #b00e2f;
}
@media (max-width: 640px) {
  .faqList .title b {
    margin-right: 20px;
  }
}

.toggleOpen {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  margin-top: -13px;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 19px;
  color: #b00e2f;
  cursor: pointer;
}

.definition {
  display: none;
  margin: 10px 15px 0 65px;
  padding: 15px;
  font-size: 19px;
  font-weight: 700;
  color: #b00e2f;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .definition {
    margin: 10px 15px 0 30px;
  }
}