/* CSS Document */
.banquetItem .imgBox .mask, .banquetItem .imgBox .Img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea {
  padding-bottom: 0;
}

.contentBox > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banquetList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .banquetList {
    margin: 30px -25px 30px -15px;
  }
}
@media (max-width: 768px) {
  .banquetList {
    margin: 30px 0 20px;
  }
}

.banquetItem {
  width: 33.333%;
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .banquetItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .banquetItem {
    width: 100%;
    margin: 0 0 50px;
  }
}
@media (max-width: 320px) {
  .banquetItem {
    margin: 0;
  }
}
.banquetItem .imgBox {
  position: relative;
}
.banquetItem .imgBox .Img {
  overflow: hidden;
}
.banquetItem .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.banquetItem .imgBox .mask {
  width: 95%;
  height: 95%;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(198, 174, 145, 0.85);
  color: #fff;
  z-index: 5;
  opacity: 0;
}
.banquetItem .imgBox .mask .btn {
  padding: 15px 10px;
  border: 1px solid #fff;
}
.banquetItem .Txt .title {
  margin-top: 15px;
}
.banquetItem .Txt .title a {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: calc(20 / 20);
  letter-spacing: 0.8px;
  font-weight: 400;
  color: #000;
}
.banquetItem .Txt .text {
  height: 20px;
  margin-top: 10px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: calc(20 / 15);
  letter-spacing: 0.45px;
  font-weight: 400;
  color: #666666;
}
@media (max-width: 320px) {
  .banquetItem .Txt .text {
    height: 40px;
  }
}
.banquetItem .link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
@media (min-width: 1181px) {
  .banquetItem:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .banquetItem:hover .Txt .title a {
    color: #a31d40;
  }
  .banquetItem:hover .mask {
    opacity: 1;
  }
}

.BG .top:before {
  display: none;
}

.mainArea.share > .wrap .formTitle {
  position: relative;
}
.mainArea.share > .wrap .formTitle .titleBox {
  border-top: 1px solid rgba(102, 102, 102, 0.1);
  position: relative;
  padding-top: 50px;
  margin-top: 100px;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  margin-bottom: 30px;
}
.mainArea.share > .wrap .formTitle .titleBox .decoTitle {
  font-size: 18px;
}
.mainArea.share > .wrap .formTitle .titleBox .title {
  font-size: 32px;
}
.mainArea.share > .wrap .formTitle .titleBox .note {
  font-size: 15px;
  display: block;
  margin-top: 30px;
}
/*# sourceMappingURL=banquet.css.map */