/* CSS Document */
@import url(public/scss/font.css);
.facList .Img .text, .facList .Img img {
  transition: all 0.5s ease-in-out;
}

.classNote {
  color: #726d69;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.facList {
  margin: 0 -30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facList .facItem {
  width: 33.3333333333%;
  padding: 0 30px 30px;
}
@media (max-width: 1023px) {
  .facList .facItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .facList .facItem {
    width: 100%;
  }
}
.facList .Img {
  position: relative;
  overflow: hidden;
}
.facList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.facList .Img .text {
  width: 100%;
  color: #fff;
  padding: 0 20px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  text-align: center;
  opacity: 0;
}
@media (min-width: 1201px) {
  .facList .Img:hover img {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .facList .Img:hover .text {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.facList .text {
  height: 60px;
  color: #726d69;
  font-size: 16px;
  padding-top: 10px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1023px) {
  .facList .text {
    font-size: 15px;
  }
}
.facList .Txt {
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
.facList .Txt .title a {
  display: block;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .facList .Txt .title a {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .introArea {
    padding-top: 60px;
  }
}
.introArea .titleBox {
  margin-bottom: 50px;
}
.introArea .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.introArea .topBox .Img {
  width: 600px;
}
.introArea:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.introArea.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}

.tagArea {
  padding: 5px 0 21px;
}
.tagArea .tagBox {
  padding: 73px 0;
  margin: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .tagArea .tagBox {
    padding: 70px 10px;
  }
}
.tagArea .tagBox .slickBtnBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 50px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.tagArea .tagBox .tagList {
  display: block;
  margin: 0;
}
.tagArea .tagBox .tagList .slick-slide {
  padding: 0 5px;
}
.tagArea .tagBox .tagList .tagItem .circleBox::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.tagArea .tagBox .tagList .tagItem .circle {
  padding: 17px 35px;
  text-align: center;
}
@media (max-width: 1540px) {
  .tagArea .tagBox .tagList .tagItem .circle {
    padding: 17px 28px;
  }
}
@media (max-width: 1350px) {
  .tagArea .tagBox .tagList .tagItem .circle {
    padding: 17px 20px;
  }
}
.tagArea .tagBox .tagList .tagItem .Img {
  width: 115px;
  margin: 0 0 6px;
}
@media (max-width: 1540px) {
  .tagArea .tagBox .tagList .tagItem .Img {
    width: 100px;
  }
}
@media (max-width: 1350px) {
  .tagArea .tagBox .tagList .tagItem .Img {
    width: 80px;
  }
}
@media (max-width: 1180px) {
  .tagArea .tagBox .tagList .tagItem .Img {
    width: 50px;
    margin: 0;
  }
}
.tagArea .tagBox .tagList .tagItem .title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 1540px) {
  .tagArea .tagBox .tagList .tagItem .title {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 1350px) {
  .tagArea .tagBox .tagList .tagItem .title {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 400px) {
  .tagArea .tagBox .tagList .tagItem .title {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
}
.tagArea:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.tagArea.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}

.markArea {
  padding: 84px 0 52px;
  background: url(../images/mark_bg.jpg) repeat center center/100%;
}
.markArea .wrap {
  max-width: 1845px;
}
.markArea .markBox {
  position: relative;
}
.markArea .markBox .slick-track {
  margin: 0 auto;
}
.markArea .markBox .slickBtnBox {
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  width: calc(100% + 140px);
  max-width: calc(100dvw - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.markArea .markBox .markList {
  margin: 0 -35px;
}
@media (max-width: 1540px) {
  .markArea .markBox .markList {
    margin: 0 -20px;
  }
}
@media (max-width: 1350px) {
  .markArea .markBox .markList {
    margin: 0 -10px;
  }
}
.markArea .markBox .markItem {
  padding: 0 35px;
  text-align: center;
}
@media (max-width: 1540px) {
  .markArea .markBox .markItem {
    padding: 0 20px;
  }
}
@media (max-width: 1350px) {
  .markArea .markBox .markItem {
    padding: 0 10px;
  }
}
@media (min-width: 1201px) {
  .markArea .markBox .markItem:hover .Img img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  .markArea .markBox .markItem:hover .title {
    color: #877961;
  }
}
.markArea .markBox .title {
  transition: all 0.5s;
}
.markArea .markBox .Img {
  margin-bottom: 31px;
}
.markArea .markBox .Img img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all 0.5s;
}
.markArea:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.markArea.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}

.certificationArea {
  border-bottom: 1px solid #e5e5e5;
}
.certificationArea .wrap {
  max-width: 1490px;
}
.certificationArea .certificationBox {
  padding: 69px 0 74px;
}
@media (min-width: 1024px) {
  .certificationArea .certificationBox {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
}
.certificationArea:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.certificationArea.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}