@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/css?family=Raleway:300,400|Cormorant:400,500);
.contentBox > .bottomBox {
  max-width: 100%;
}

.facList li:not(:last-child) {
  padding-bottom: 40px;
}

.facList li:hover .Txt .ellipsis:before {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  background-color: #7A5B2F;
}

.facList .Img {
  width: 61%;
  max-width: 1160px;
}

.facList .Txt {
  padding-top: 8.5%;
  max-width: 390px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.facList .Txt > h3 a {
  font-size: 15px;
  letter-spacing: 3px;
}

.facList .Txt > h2 {
  margin-bottom: 25px;
}

.facList .Txt > h2 a {
  font-size: 30px;
  letter-spacing: 1.5px;
}

.facList .Txt .ellipsis {
  position: relative;
  font-weight: 300;
}

.insWedding:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(1.05);
      -ms-transform: translate(-50%, -50%) scaleX(1.05);
          transform: translate(-50%, -50%) scaleX(1.05);
  display: block;
  width: 120%;
  height: 400px;
  background: url(../images/icon-shadow.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.txtBox {
  padding-top: 90px;
}

.tabContent {
  padding-top: 30px;
  margin-top: 0;
  border-top: 0;
}

@media (min-width: 1281px) {
  .facList li:nth-of-type(2n+2) .Txt {
    padding-left: unset;
    padding-right: 4.7%;
  }
  .facList li:nth-of-type(2n+2) .Txt .ellipsis:before {
    right: unset;
    left: 110%;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
  }
  .facList .Txt {
    padding-left: 4.7%;
  }
  .facList .Txt .ellipsis:before {
    content: '';
    position: absolute;
    right: 110%;
    top: 0;
    display: block;
    width: 100px;
    height: 1px;
    background-color: #111;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
}

@media (max-width: 1320px) {
  .insWedding:before {
    content: none;
  }
}

@media (max-width: 1280px) {
  .facList .Img {
    width: 100%;
  }
  .facList .Txt {
    padding-top: 4%;
    max-width: 1160px;
  }
}

@media (max-width: 1030px) {
  .insWedding {
    margin-top: 0;
  }
  .txtBox {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .insWedding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
