/* CSS Document */
.outerWrap {
  background-color: #e7e6e4;
}

.articleTitle.inbanner {
  border-bottom: none;
  color: white;
  font-size: 45px;
}

.mainArea {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .mainArea {
    margin-top: 30px;
  }
}

.facList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.facList .facItem {
  padding: 0 15px 50px;
  width: 33.33%;
}
@media (max-width: 1180px) {
  .facList .facItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .facList .facItem {
    width: 100%;
    padding: 0 15px 40px;
  }
}
.facList .Img {
  overflow: hidden;
}
.facList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.1, 0.7, 0.1, 1);
  transition: all 1s cubic-bezier(0.1, 0.7, 0.1, 1);
}
.facList .Img a::after {
  content: "";
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1181px) {
  .facList .Img a:hover::after {
    opacity: 1;
  }
  .facList .Img a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.facList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.facList .Txt .title {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #495056;
  letter-spacing: 0.63px;
}
.facList .Txt .title a {
  color: #000;
}
.facList .Txt .title a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #606e7c;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media (min-width: 1181px) {
  .facList .Txt .title a:hover::after {
    width: 20px;
  }
}
.facList .Txt .pattern {
  color: #495056;
  cursor: default;
}

.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemList .item {
  padding: 9px 5px;
  text-align: center;
}
.itemList .title {
  margin-bottom: 6px;
  color: #606e7c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itemList .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.contentBox.insPage .subtitle {
  margin-bottom: 20px;
}
.contentBox.insPage .itemList .item {
  width: 25%;
  border-left: 1px solid #a4a7aa;
}
.contentBox.insPage .tabContent {
  margin-top: 60px;
}

.insIntroBox .albumBox {
  width: 100%;
}
.insIntroBox .albumBox .albumListMain .albumItem {
  height: 480px;
}

.tabContent {
  border: none;
}