.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}

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

.classBox {
  width: 100%;
}

.md {
  display: block;
  max-width: 1400px;
}
@media (max-width: 1180px) {
  .md {
    display: none;
  }
}
.md.classLinkArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .md.classLinkArea {
    display: none;
  }
}
.md.classLinkArea .classLinkBox {
  width: calc(100% - 130px);
}
.md.classLinkArea .classLinkBox .classLinkList {
  width: 100%;
}
.md.classLinkArea .classLinkBox .classLinkList .item {
  height: 60px;
  background: #1169aa;
}
.md.classLinkArea .classLinkBox .classLinkList .item .Txt,
.md.classLinkArea .classLinkBox .classLinkList .item .title {
  width: 100%;
  height: 100%;
}
.md.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) {
  .md.classLinkArea .classLinkBox .classLinkList .item:hover {
    background-color: #fff;
  }
  .md.classLinkArea .classLinkBox .classLinkList .item:hover a {
    color: #1169aa;
  }
}
.md.classLinkArea .controlBox {
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.md.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) {
  .md.classLinkArea .controlBox .arrow:hover {
    background-color: #3b8dca !important;
  }
}
.md.classLinkArea .controlBox .arrow span svg {
  width: 13px;
  height: 23px;
  color: #fff;
}
.md.classLinkArea .controlBox .arrowPrev {
  left: 0;
}
.md.classLinkArea .controlBox .arrowNext {
  right: 0;
}

.articleTitle,
.textEditor {
  cursor: default;
}

.rightBox {
  padding-left: 50px;
}
@media (max-width: 1180px) {
  .rightBox {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .rightBox {
    padding: 10px;
  }
}

.titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.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;
}

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