@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/css?family=Sacramento);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400);
.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 -28px;
  counter-reset: items;
}

.facList li {
  float: left;
  width: 50%;
  padding: 0 28px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.facList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.facList .item:hover {
  background-color: #5b975f;
}

.facList .item:hover .Img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.facList .item:hover .Img svg {
  fill: #5b975f;
}

.facList .item:hover h3 a {
  color: #fff;
}

.facList .item:hover h3 a:before {
  width: 50px;
}

.facList .item:hover p {
  color: #fff;
}

.facList .item:hover .btn02 a {
  padding-left: 0;
  color: #fff;
}

.facList .item:hover .btn02 .icon {
  left: 60px;
}

.facList .item:hover .btn02 .circle {
  -webkit-animation: strokeAni .5s .3s ease-in forwards;
          animation: strokeAni .5s .3s ease-in forwards;
}

.facList .item:hover .btn02 .icon-arrow {
  fill: #fff;
}

.facList .Img {
  position: relative;
  width: 47%;
  overflow: hidden;
}

.facList .Img img {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  min-height: 195px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facList .Img svg {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  fill: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.facList .Txt {
  width: 53%;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.facList h3 a {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.facList h3 a:before, .facList h3 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.facList h3 a:before {
  z-index: 2;
  width: 0;
  background-color: #fff;
}

.facList h3 a:after {
  width: 50px;
  background-color: #5b975f;
}

.facList p {
  height: 50px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #333;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.facList .btn02 .circle {
  stroke: #fff;
}

/******內頁******/
.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;
  -webkit-box-shadow: 2px 2px 2px #ccc;
          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;
  }
}

@media (max-width: 1080px) {
  .facList {
    margin: 0 -14px;
  }
  .facList li {
    padding: 0 14px;
    margin-bottom: 35px;
  }
}

@media (max-width: 900px) {
  .facList li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .facList {
    margin: 0;
  }
  .facList li {
    padding: 0;
  }
  .facList .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .facList .Img {
    width: 100%;
  }
  .facList .Img svg {
    display: none;
  }
  .facList .Txt {
    width: 100%;
    padding: 20px;
  }
}
