.topBox.classLinkArea .classLinkBox .classLinkList .item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.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 dashed rgba(0, 0, 0, 0.1);
}
.faqList .title {
  position: relative;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 15px;
  color: #474747;
  cursor: pointer;
}
.faqList .title b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-style: italic;
  font-size: 16px;
  color: #1169aa;
}

.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: #1169aa;
  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;
  background-color: #e7e7e7;
}

.topBoxMobile {
  display: none;
}
@media (max-width: 1023px) {
  .topBoxMobile {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1180px) {
  .topBoxMobile {
    display: block;
  }
}

.classBox {
  width: 100%;
}

.topBox {
  display: block;
  max-width: 1400px;
}
@media (max-width: 1180px) {
  .topBox {
    display: none;
  }
}
.topBox.classLinkArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1180px) {
  .topBox.classLinkArea {
    display: none;
  }
}
.topBox.classLinkArea .classLinkBox {
  width: calc(100% - 130px);
}
.topBox.classLinkArea .classLinkBox .classLinkList {
  width: 100%;
}
.topBox.classLinkArea .classLinkBox .classLinkList .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topBox.classLinkArea .classLinkBox .classLinkList .item {
  height: 60px;
  background: #1169aa;
}
.topBox.classLinkArea .classLinkBox .classLinkList .item .Txt,
.topBox.classLinkArea .classLinkBox .classLinkList .item .title {
  width: 100%;
  height: 100%;
}
.topBox.classLinkArea .classLinkBox .classLinkList .item a {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.96px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1201px) {
  .topBox.classLinkArea .classLinkBox .classLinkList .item:hover {
    background-color: #fff;
  }
  .topBox.classLinkArea .classLinkBox .classLinkList .item:hover a {
    color: #1169aa;
  }
}
.topBox.classLinkArea .controlBox {
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topBox.classLinkArea .controlBox .arrow {
  width: 65px;
  height: 60px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background-color: #1169aa !important;
}
@media (min-width: 1201px) {
  .topBox.classLinkArea .controlBox .arrow:hover {
    background-color: #3b8dca !important;
  }
}
.topBox.classLinkArea .controlBox .arrow span svg {
  width: 13px;
  height: 23px;
  color: #fff;
}
.topBox.classLinkArea .controlBox .arrowPrev {
  left: 0;
}
.topBox.classLinkArea .controlBox .arrowNext {
  right: 0;
}

.titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.titleBox .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.96px;
  font-weight: 400;
  color: #1169aa;
}
.titleBox .title:before {
  display: none;
}
.titleBox .bread .wrap {
  padding: 0;
}

.classLinkList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.classLinkList:not(.slick-slider) .Item {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 650px) {
  .classLinkList:not(.slick-slider) .Item {
    width: 100%;
  }
}

.mainArea.active .titleBox .title {
  -webkit-animation: slideUpAnimation 0.8s linear forwards;
          animation: slideUpAnimation 0.8s linear forwards;
}
.mainArea.active .titleBox .title:before {
  display: none;
}