/* CSS Document */
.insIntroBox .albumBox .albumList .albumListNav .albumItem img, .insIntroBox .albumBox .albumList .albumItem img, .facList .Txt, .facList .Img img, .facList .Img::before, .facList .Img .overlay .more, .facList .Img .overlay {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.classNote {
  color: #747474;
  padding-bottom: 10px;
  text-align: center;
}

.facList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.facList .facItem {
  width: 100%;
}
@media (min-width: 1181px) {
  .facList .facItem:hover .Img .overlay {
    opacity: 1;
  }
  .facList .facItem:hover .Img .overlay .more {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.facList .facItem:nth-child(even) .Img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 960px) {
  .facList .facItem:nth-child(even) .Img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.facList .facItem:nth-child(even) .Txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 70px;
}
@media (max-width: 960px) {
  .facList .facItem:nth-child(even) .Txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    padding-right: 0;
  }
}
.facList .item {
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facList .Img {
  width: 50%;
  overflow: hidden;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 960px) {
  .facList .Img {
    width: 100%;
  }
}
.facList .Img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(126, 131, 111, 0.7529411765);
  opacity: 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;
}
.facList .Img .overlay .more {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.facList .Img .overlay .more span {
  color: #fff;
  font-family: "Italiana", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  margin-right: 30px;
}
.facList .Img .overlay .more > img {
  max-width: 100%;
  width: auto;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  display: inline-block;
}
.facList .Img::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(35%, transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 35%);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 20px;
  pointer-events: none;
}
.facList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.facList .Img img {
  display: block;
  opacity: 1;
  width: 100%;
}
.facList .Txt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 70px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 960px) {
  .facList .Txt {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.facList .Txt .title a {
  display: block;
  font-size: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .facList .Txt .title a {
    font-size: 22px;
  }
}
.facList .Txt .titleEn {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 1.5;
}
.facList .Txt .text {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #747474;
  margin-top: 20px;
  line-height: 2.2;
  border-top: 1px solid #bfbfbf;
  padding-top: 30px;
}

.insIntroBox .albumBox {
  width: 100%;
  margin: 0 -5px;
}
@media (max-width: 960px) {
  .insIntroBox .albumBox {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
}
.insIntroBox .albumBox .albumList {
  position: relative;
}
.insIntroBox .albumBox .albumList .albumItem {
  cursor: pointer;
  padding: 0 5px;
}
.insIntroBox .albumBox .albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .insIntroBox .albumBox .albumList .albumItem:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.insIntroBox .albumBox .albumList .albumListNav {
  margin: 15px auto 0;
  width: 100%;
  max-width: 440px;
}
@media (max-width: 960px) {
  .insIntroBox .albumBox .albumList .albumListNav {
    max-width: 400px;
  }
}
.insIntroBox .albumBox .albumList .albumListNav .albumItem {
  padding: 0 5px;
  overflow: hidden;
}
.insIntroBox .albumBox .albumList .albumListNav .albumItem img {
  display: block;
  height: 100px;
  width: 100px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 350px) {
  .insIntroBox .albumBox .albumList .albumListNav .albumItem img {
    height: 80px;
  }
}
@media (min-width: 1181px) {
  .insIntroBox .albumBox .albumList .albumListNav .albumItem img:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.insIntroBox .articleTitle {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

.introBox {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 660px) {
  .introBox {
    margin-top: 30px;
  }
}
.introBox .text {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #747474;
  line-height: 2.2;
}

.albumBox {
  width: 100%;
}
.albumBox .albumListNav {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}