@charset "UTF-8";
/* CSS Document */
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 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 .item {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.facList .Img {
  position: relative;
}
.facList .Img:hover:before {
  opacity: 1;
}
.facList .Img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-size: 1px 23px, 23px 1px;
  background-position: center center;
  pointer-events: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}
.facList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Txt {
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
.facList .Txt h3 a {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.facList .Txt h3 a:hover {
  color: #cc9966;
}
.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 10px;
  border: none;
}
.contentBox .rightBox {
  margin-bottom: 40px;
}
.contentBox .link a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px #ccc;
          box-shadow: 2px 2px 2px #ccc;
  font-size: 16px;
  color: #fff;
  text-align: center;
}