.titleBox.innerPage {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .titleBox.innerPage {
    margin-bottom: 60px;
  }
}

.contentBox > .textEditor {
  padding-bottom: 120px;
}
.contentBox > .textEditor .aboutBoard_1 {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.contentBox > .textEditor .aboutBoard_1.active {
  opacity: 1;
}
.contentBox > .textEditor .aboutBoard_2.active .box {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.contentBox > .textEditor .aboutBoard_2 .box {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.contentBox > .textEditor .aboutBoard_2 .box:last-child {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.contentBox > .textEditor .aboutBoard_3.active .box,
.contentBox > .textEditor .aboutBoard_4.active .box {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.contentBox > .textEditor .aboutBoard_3 .box,
.contentBox > .textEditor .aboutBoard_4 .box {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.contentBox > .textEditor .aboutBoard_3 .box:last-child,
.contentBox > .textEditor .aboutBoard_4 .box:last-child {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.videoBox {
  height: 690px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.videoBox .aboutVideo {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.videoBox .videoBtn {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.videoBox .videoBtn.hide {
  opacity: 0;
}
.videoBox .videoBtn button {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-bottom: 15px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.videoBox .videoBtn button i {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent;
  border-left-color: #ffffff;
}
.videoBox .videoBtn p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.linkArea {
  padding: 120px 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .linkArea {
    padding: 60px 0;
  }
}
.linkArea.active .linkBox {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.linkArea .titleBox {
  margin-bottom: 60px;
}
.linkArea .titleBox.active .subtitle,
.linkArea .titleBox.active .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.linkArea .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.linkArea .titleBox .title {
  font-size: 35px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 600px) {
  .linkArea .titleBox .title {
    font-size: 20px;
  }
}
.linkArea .linkBox {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.linkArea .linkList .swiper-slide {
  max-width: 395px;
}
.linkArea .linkList .item {
  width: 100%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (min-width: 1181px) {
  .linkArea .linkList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .linkArea .linkList .item:hover .Txt .title {
    color: #857874;
  }
}
.linkArea .linkList .item .Img {
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}
.linkArea .linkList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.linkArea .linkList .item .Txt {
  text-align: center;
}
.linkArea .linkList .item .Txt .title_en {
  margin-bottom: 10px;
  color: #3e3a39;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 50 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Microsoft JhengHei", sans-serif;
}
.linkArea .linkList .item .Txt .title {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.linkArea .linkList .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.linkArea .barBox {
  width: 100%;
  height: 2px;
  margin: 100px auto 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .linkArea .barBox {
    width: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  .linkArea .barBox {
    width: calc(100% - 100px);
  }
}
.linkArea .barBox .swiper-scrollbar {
  background: #dcdcdc;
}
.linkArea .barBox .swiper-scrollbar .swiper-scrollbar-drag {
  background: #535353;
}
.linkArea .bg {
  background: url("../images/about_link_BG.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  pointer-events: none;
  overflow: hidden;
}