@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
.contentBox .rightBox {
  padding: 0;
}

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

.facList {
  margin: 0 -15px;
}
.facList li {
  padding: 0 15px 30px;
}
.facList .Img {
  position: relative;
  overflow: hidden;
}
.facList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Txt {
  padding: 15px;
  text-align: center;
  background: #fafafa;
}
.facList .Txt h3 {
  margin-bottom: 0;
}
.facList .Txt h3 a {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.facList .Txt h3 a:hover {
  color: #293189;
}
.facList .Txt p {
  height: 60px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.8;
  color: #777;
}

/******內頁******/
.contentBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.contentBox h3 {
  margin: 10px 0 20px;
  border: none;
}
.contentBox .rightBox {
  margin-bottom: 40px;
}
.contentBox .link a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #ccc;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}