@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=EB+Garamond|Noto+Serif+TC:200,300,400|Open+Sans);
.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 15px;
  margin-top: 50px;
}

.facList li:nth-child(2n+1) .Txt {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.facList li:nth-child(2n) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.facList li:nth-child(2n) .Txt {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.facList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.facList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.facList .Txt {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  width: 40%;
  padding: 40px 30px;
  background-color: #fff;
}

.facList .Txt h3 {
  padding-top: 5px;
}

.facList .Txt h3 a {
  display: block;
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

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

.facList .Txt p {
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.8;
  color: #777;
}

.facList .Txt em {
  color: #ae0404;
}

.more {
  margin-top: 20px;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #000;
  position: relative;
}

.more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 8px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 35px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.more:hover {
  border-bottom: 1px solid #ae0404;
  color: #ae0404;
}

.more:hover:before, .more:hover:after {
  background-color: #ae0404;
}

@-webkit-keyframes anti01 {
  0% {
    right: 50px;
    opacity: 0;
  }
  100% {
    right: -5px;
    opacity: 1;
  }
}

@keyframes anti01 {
  0% {
    right: 50px;
    opacity: 0;
  }
  100% {
    right: -5px;
    opacity: 1;
  }
}

/******內頁******/
.contentBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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: 1024px) {
  .contentBox .leftBox {
    padding: 0;
  }
}

@media (max-width: 860px) {
  .facList li:nth-child(2n) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .facList li:nth-child(2n) .Txt {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .facList li:nth-child(2n+1) .Txt {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .facList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .facList .Img {
    width: 100%;
  }
  .facList .Txt {
    width: 100%;
  }
}

/*# sourceMappingURL=fac.css.map */