.contentBox {
  padding: 50px 0;
}
.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;
  }
}
.contentBox .faqList {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .contentBox .faqList {
    padding: 20px;
  }
}
@media (max-width: 425px) {
  .contentBox {
    padding: 20px 0;
  }
}

.faqList {
  width: 100%;
}
.faqList .faqItem {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.faqList .title {
  position: relative;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 15px;
  color: #474747;
  cursor: pointer;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.52px;
  font-weight: 600;
}
.faqList .title b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-style: italic;
  font-size: 16px;
  color: #5f5d5a;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.52px;
  font-weight: 600;
}
@media (max-width: 1180px) {
  .faqList .title b {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .faqList .title b {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .faqList .title a.toggleOpen:hover {
    color: #fff;
    background-color: #d4b22e;
  }
}
@media (max-width: 1180px) {
  .faqList .title {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .faqList .title {
    font-size: 16px;
  }
}

.toggleOpen {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  margin-top: -13px;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  background-color: #5f5d5a;
  cursor: pointer;
}
@media (max-width: 640px) {
  .toggleOpen {
    position: static;
    margin: 0;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
  }
}

.definition {
  display: none;
  margin-top: 10px;
  padding: 15px;
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
}

.bannerArea .bannerItem .Txt {
  margin: 90px 0 0 12px !important;
}
.bannerArea .bannerItem .Txt .title {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 1.2px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .bread {
  background-color: transparent;
  border-bottom: none;
}
.bannerArea .bannerItem .Txt .bread.arrow .wrap a,
.bannerArea .bannerItem .Txt .bread.arrow .wrap a + span {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.bannerArea .bannerItem .Txt .bread.arrow .wrap a:before,
.bannerArea .bannerItem .Txt .bread.arrow .wrap a + span:before {
  border-color: #fff;
  pointer-events: none;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .bread {
    display: block;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    margin: 70px 0 0 0 !important;
  }
}
@media (max-width: 425px) {
  .bannerArea .bannerItem .Txt {
    margin: 80px 0 0 0 !important;
  }
}

.classBoxRow .classLink {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.classBoxRow .classLink li {
  width: 100%;
  margin: 0;
  border-right: 1px solid #5f5d5a;
}
.classBoxRow .classLink li:last-child {
  margin: 0;
  border-right: none;
}
.classBoxRow .classLink a {
  background-color: transparent;
  border-top: 1px solid #5f5d5a;
  border-bottom: 1px solid #5f5d5a;
}
@media (max-width: 1023px) {
  .classBoxRow .classLink a {
    border: none;
  }
}

.mainArea {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px !important;
}
.mainArea .bread {
  display: none;
}

.outerWrap:not(.outerWrap:has(.bannerArea)) {
  margin-top: 100px;
}
@media (max-width: 1180px) {
  .outerWrap:not(.outerWrap:has(.bannerArea)) {
    margin-top: 0;
  }
}
.outerWrap:has(.bannerArea) .titleBox {
  display: none;
}

@media (max-width: 1180px) {
  .titleBox {
    margin-bottom: 0;
  }
}