@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400);
.contentBox .facList .Img, .contentBox .facList .Img:before {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.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-color: #fff;
}

.facList .Txt h3 a {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}

.facList .Txt h3 a:hover {
  color: #589000;
}

.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 {
  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;
}

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

.mainArea .wrap > .titleBox {
  margin-bottom: 60px;
}

.contentBox .facList .Img {
  position: relative;
}

.contentBox .facList .Img:hover {
  opacity: .8;
}

.contentBox .facList .Img:hover:before {
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.contentBox .facList .Img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -55px;
  display: block;
  width: 110px;
  height: 110px;
  background: url(../images/icon-more.png) no-repeat center;
  border-radius: 50%;
  -webkit-transform: translateY(50px) scale(0.5);
      -ms-transform: translateY(50px) scale(0.5);
          transform: translateY(50px) scale(0.5);
  opacity: 0;
  pointer-events: none;
}

.contentBox > .Img,
.contentBox > .introTxt {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contentBox > .Img {
  padding-right: 20px;
}

.contentBox > .introTxt {
  padding-left: 20px;
}

.contentBox .Txt > h3 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #111;
}

.contentBox .Txt > .ellipsis {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .8px;
  color: #333;
}

.intro {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .8px;
  color: #333;
}

@media (max-width: 1400px) {
  .ins .mainArea {
    padding-bottom: 90px;
  }
  footer .footerTop {
    right: 30px;
    top: -85px;
  }
}

@media (max-width: 1180px) {
  .contentBox > .Img {
    padding-right: 0;
    padding-bottom: 30px;
    width: 100%;
  }
  .contentBox > .introTxt {
    padding-left: 0;
    width: 100%;
  }
  .side_album li {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .side_album li {
    width: 80px;
  }
}
