@charset "UTF-8";
ul.facList li, ul.facList .Txt p {
  box-sizing: border-box;
}

ul.facList .Img::before {
  transition: all .5s ease-out;
}

/******內頁******/
/*640*/
/*480*/
/*480 end*/
.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .leftBox .Img img {
  width: 100%;
}

.contentBox .leftBox h3 {
  margin: 10px 0 20px 0;
  border: none;
}

.contentBox .rightBox {
  padding: 0;
}

.contentBox .rightBox .link {
  margin-bottom: 40px;
}

.contentBox .rightBox .link a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #FFF;
  box-shadow: 2px 2px 2px #CCC;
  border-radius: 3px;
  text-align: center;
  transition: none;
}

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

ul.facList {
  padding-top: 30px;
  margin: 0 -15px;
}

ul.facList li {
  float: left;
  width: 33.33%;
  padding: 0 15px 50px;
}

ul.facList li:hover .Img::before {
  opacity: 1;
}

ul.facList .Img {
  position: relative;
  height: 170px;
  overflow: hidden;
  line-height: 0;
}

ul.facList .Img::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(135deg, rgba(6, 199, 152, 0.7) 0, rgba(78, 167, 77, 0.7) 100%) 0 0 no-repeat;
  pointer-events: none;
  opacity: 0;
}

ul.facList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.facList .Txt {
  padding: 10px 15px;
  text-align: center;
  background: #FFF;
}

ul.facList .Txt h3 a {
  display: block;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: 300;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.facList .Txt p {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  height: 75px;
  text-align: left;
}

ul.facList .Txt p::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 92%;
  top: 4%;
  left: 0;
  border-radius: 5px;
  background: #48ca4b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #48ca4b 0%, #08e8af 46%, #07e7e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48ca4b', endColorstr='#07e7e8',GradientType=0 );
  /* IE6-9 */
}

ul.facList .albumData {
  display: none;
}

.albumData {
  position: absolute;
  max-width: 400px;
  top: 15px;
  left: 15px;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
  z-index: 99999;
  background-color: rgba(15, 15, 17, 0.1);
}

.albumData h3 {
  font-size: 24px;
  font-weight: 500;
}

.albumData p {
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 1520px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1450px) and (min-width: 1180px) {
  ul.facList li {
    width: 50%;
  }
}

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

@media (max-width: 768px) {
  ul.facList li {
    width: 50%;
  }
  .albumData {
    max-width: none;
    top: 0;
    left: 0;
    padding-top: 50px;
    border-radius: 0;
  }
  .albumData h3 {
    font-size: 20px;
  }
}

@media (max-width: 550px) {
  ul.facList li {
    width: 100%;
  }
  ul.facList li .Img {
    height: auto;
  }
  ul.facList li .Img img {
    height: auto;
  }
}
