.bannerArea.ins .Txt .left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .bannerArea.ins .Txt .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bannerArea.ins .Txt .institle {
  font-family: "Playfair", "Noto Serif TC", "Microsoft JhengHei", serif;
  position: relative;
  top: 1px;
  font-size: 53px;
  line-height: 53px;
}
@media (max-width: 1180px) {
  .bannerArea.ins .Txt .institle {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .bannerArea.ins .Txt .institle {
    font-size: 42px;
    line-height: 42px;
  }
}
.bannerArea.ins .Txt .titleDeco {
  position: relative;
  display: block;
  width: 40px;
}
@media (max-width: 768px) {
  .bannerArea.ins .Txt .titleDeco {
    display: none;
  }
}
.bannerArea.ins .Txt .titleDeco::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 31px;
  background-color: rgba(255, 255, 255, 0.5);
}
.bannerArea.ins:not(.show) .left {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea.ins.show .left {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.conferenceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.conferenceArea .conferenceItem {
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .conferenceArea .conferenceItem {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .conferenceArea .conferenceItem.meeting .Txt {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 110px;
  }
}
@media (max-width: 768px) {
  .conferenceArea .conferenceItem.meeting .Txt {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .conferenceArea .conferenceItem.meeting .Img img {
    min-height: 360px;
  }
}
@media (min-width: 1181px) {
  .conferenceArea .conferenceItem.wedding .Txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 110px;
  }
}
@media (min-width: 1181px) {
  .conferenceArea .conferenceItem:hover .Img::after {
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.conferenceArea .Img {
  position: relative;
  display: block;
}
.conferenceArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 500px;
}
@media (max-width: 1180px) {
  .conferenceArea .Img img {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .conferenceArea .Img img {
    min-height: 300px;
  }
}
.conferenceArea .Img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.conferenceArea .Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 30px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
}
@media (max-width: 1180px) {
  .conferenceArea .Txt {
    padding-bottom: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .conferenceArea .Txt {
    padding: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.conferenceArea .Txt .subtitle {
  font-family: "Playfair", "Noto Serif TC", "Microsoft JhengHei", serif;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px #000;
}
.conferenceArea .Txt .title {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0px 0px 2px #000;
}
.conferenceArea .Txt .entitle {
  font-family: "Playfair", "Noto Serif TC", "Microsoft JhengHei", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 2px #000;
}
.conferenceArea .Txt .btnBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wrapHint {
  position: absolute;
  display: none;
  pointer-events: none;
  z-index: 1000;
}
.wrapHint.show {
  display: block;
}

.photoArea {
  position: relative;
  padding: 60px 0 150px;
}
@media (max-width: 1180px) {
  .photoArea {
    padding: 50px 0 50px;
  }
}
@media (max-width: 768px) {
  .photoArea {
    padding: 40px 0 50px;
  }
}
.photoArea .wrap {
  max-width: 1800px;
}
.photoArea .phototitleBox .title {
  position: relative;
  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;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}
.photoArea .phototitleBox .title .titleDeco {
  display: inline-block;
  width: 22px;
  height: 1px;
  margin: 0 9px;
  background-color: #be8a3a;
}
@media (max-width: 450px) {
  .photoArea .phototitleBox .title {
    font-size: 26px;
  }
}
.photoArea .phototitleBox .subtitle {
  position: relative;
  text-align: center;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  line-height: 35px;
  letter-spacing: 0.5px;
  color: #404040;
}
@media (max-width: 450px) {
  .photoArea .phototitleBox .subtitle {
    font-size: 16px;
    line-height: 28px;
  }
}
.photoArea .photoBox {
  position: relative;
  margin: 0 -20px;
  margin-top: 45px;
}
.photoArea .photoItem {
  padding: 0 20px;
}
.photoArea .photoItem .Img {
  position: relative;
  display: block;
}
.photoArea .photoItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid #ccc;
}
.photoArea .photoItem .Txt {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1180px) {
  .photoArea .photoItem .Txt {
    margin-bottom: 30px;
  }
}
.photoArea .photoItem .Txt .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #736858;
}
.photoArea:not(.show) .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.photoArea:not(.show) .subtitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.photoArea:not(.show) .photoBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.photoArea.show .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.photoArea.show .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.photoArea.show .photoBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}

.packageArea {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .packageArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .packageArea {
    padding: 40px 0;
  }
}
.packageArea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: calc(100% - 600px);
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), color-stop(30%, #f2f2f2), to(#f3f3f3));
  background: linear-gradient(to bottom right, #fff 0%, #f2f2f2 30%, #f3f3f3);
}
@media (max-width: 1180px) {
  .packageArea::before {
    width: 95%;
  }
}
.packageArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.packageArea .titleBox {
  margin: 0;
  width: 26%;
}
.packageArea .titleBox .title {
  position: relative;
}
.packageArea .titleBox .subtitle {
  position: relative;
  text-align: left;
  line-height: 60px;
  letter-spacing: 5px;
}
@media (max-width: 1180px) {
  .packageArea .titleBox {
    width: 100%;
  }
}
.packageArea .packageBox {
  position: relative;
  width: 74%;
  padding-left: 40px;
}
@media (max-width: 1180px) {
  .packageArea .packageBox {
    width: 100%;
    margin-top: 50px;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .packageArea .packageBox {
    margin-top: 10px;
  }
}
.packageArea .packageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .packageArea .packageList {
    margin-top: 0px;
  }
}
.packageArea .packageItem {
  background-color: white;
  position: relative;
  width: calc(50% - 10px);
  margin-top: 20px;
  border: 1px solid #be8a3a;
}
@media (max-width: 768px) {
  .packageArea .packageItem {
    margin-top: 30px;
    width: 100%;
  }
}
.packageArea .packageItem::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #be8a3a;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.packageArea .packageItem .item {
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 380px) {
  .packageArea .packageItem .item {
    padding: 20px;
  }
}
.packageArea .packageItem .title {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #605544;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.packageArea .packageItem .btnDeco {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border: 1px solid #b1a189;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.packageArea .packageItem .btnDeco img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.packageArea .packageItem .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1181px) {
  .packageArea .packageItem:hover::before {
    width: 100%;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .packageArea .packageItem:hover .title {
    color: white;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .packageArea .packageItem:hover .entitle {
    color: white;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .packageArea .packageItem:hover .btnDeco {
    border-color: white;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .packageArea .packageItem:hover .btnDeco img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.packageArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.packageArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.packageArea:not(.show) .packageBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.packageArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.packageArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.packageArea.show .packageBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}

.venueArea {
  position: relative;
  padding: 150px 0;
}
@media (max-width: 1180px) {
  .venueArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .venueArea {
    padding: 50px 0;
  }
}
.venueArea .titleBox {
  margin: 0;
}
.venueArea .titleBox .title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.venueArea .titleBox .subtitle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 70px;
}
.venueArea .venueBox {
  margin-top: 10px;
}
.venueArea .venueItem {
  margin-top: 50px;
}
@media (min-width: 1181px) {
  .venueArea .venueItem:nth-child(even) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .venueArea .venueItem:nth-child(even) .item .Txt {
    padding-left: 0px;
    padding-right: 75px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .venueArea .venueItem:nth-child(even) .item .Txt {
    padding-left: 0px;
    padding-right: 30px;
  }
}
.venueArea .venueItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .venueArea .venueItem .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.venueArea .venueItem .ImgBox {
  position: relative;
  width: 65%;
}
@media (max-width: 1180px) {
  .venueArea .venueItem .ImgBox {
    width: 100%;
  }
}
.venueArea .venueItem .ImgBox .btnBox {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.venueArea .venueItem .ImgBox .btnBox .btn {
  cursor: pointer;
}
@media (max-width: 768px) {
  .venueArea .venueItem .ImgBox .btnBox .btn.custom {
    min-width: 100px;
    text-align: center;
    padding: 10px;
  }
  .venueArea .venueItem .ImgBox .btnBox .btn.custom .btnDeco {
    display: none;
  }
}
@media (min-width: 1181px) {
  .venueArea .venueItem .ImgBox .btnBox .btn.custom:hover .btnDeco {
    right: 17px;
  }
}
.venueArea .venueItem .Img {
  position: relative;
  display: block;
}
.venueArea .venueItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid #ccc;
}
.venueArea .venueItem .Txt {
  width: 35%;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 1350px) {
  .venueArea .venueItem .Txt {
    padding-left: 30px;
  }
}
@media (max-width: 1180px) {
  .venueArea .venueItem .Txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.venueArea .venueItem .Txt .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.venueArea .venueItem .Txt .title {
  font-size: 25PX;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}
.venueArea .venueItem .Txt .floar {
  position: relative;
  font-size: 40px;
  line-height: 30px;
  color: #be8a3a;
  font-weight: 600;
  padding-left: 20px;
  margin-left: 20px;
}
.venueArea .venueItem .Txt .floar::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #b3b3b3;
}
.venueArea .venueItem .Txt .text {
  position: relative;
  margin-top: 25px;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #404040;
}
.venueArea .venueItem:not(.show) .ImgBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.venueArea .venueItem:not(.show) .topBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.venueArea .venueItem:not(.show) .text {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.venueArea .venueItem.show .ImgBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.venueArea .venueItem.show .topBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s;
}
.venueArea .venueItem.show .text {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.venueArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.venueArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.venueArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.venueArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}

.specArea {
  position: relative;
}
.specArea .specBox {
  padding-top: 150px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
@media (max-width: 1180px) {
  .specArea .specBox {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .specArea .specBox {
    padding-top: 50px;
  }
}
.specArea .specTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.specArea .specTitleBox .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 27px;
  line-height: 35px;
  color: #605544;
  letter-spacing: 0.5px;
  font-weight: 700;
  border-bottom: 2px solid #be8a3a;
  padding-bottom: 25px;
}
.specArea .specTitleBox .subtitle {
  font-family: "Playfair", "Noto Serif TC", "Microsoft JhengHei", serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.5px;
  color: #be8a3a;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
@media (max-width: 1460px) {
  .specArea .specTitleBox .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .specArea .specTitleBox .subtitle {
    font-size: 22px;
  }
}
.specArea .specItemBox {
  margin-top: 60px;
}
.specArea .specItemBox .textEditor table {
  width: 100%;
  border-collapse: collapse;
  color: #51493d;
  border: none;
}
.specArea .specItemBox .textEditor table th, .specArea .specItemBox .textEditor table td {
  vertical-align: middle;
  text-align: center;
}
.specArea .specItemBox .textEditor table tr th {
  background-color: #b1a189;
  color: white;
  font-size: 25px;
  letter-spacing: 1px;
}
.specArea .specItemBox .textEditor table tr:nth-child(1) th {
  padding: 35px 0;
}
.specArea .specItemBox .textEditor table tr:nth-child(2) th {
  padding: 10px 0;
  font-size: 22px;
}
.specArea .specItemBox .textEditor table td {
  border-color: #d8d0c4;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
  padding: 35px 0;
}
.specArea:not(.show) .specTitleBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.specArea:not(.show) .specItemBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.specArea.show .specTitleBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.specArea.show .specItemBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}

.descArea {
  position: relative;
  margin-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 1180px) {
  .descArea {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .descArea {
    padding-bottom: 50px;
  }
}
.descArea .descTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.descArea .descTitleBox .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 27px;
  line-height: 35px;
  color: #605544;
  letter-spacing: 0.5px;
  font-weight: 700;
  border-bottom: 2px solid #be8a3a;
  padding-bottom: 25px;
}
.descArea .descTitleBox .subtitle {
  font-family: "Playfair", "Noto Serif TC", "Microsoft JhengHei", serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.5px;
  color: #be8a3a;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
@media (max-width: 1460px) {
  .descArea .descTitleBox .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .descArea .descTitleBox .subtitle {
    font-size: 22px;
  }
}
.descArea .descItemBox {
  margin-top: 20px;
}
.descArea .descItemBox .textEditor {
  line-height: 2.1115;
  letter-spacing: 0.5px;
  color: #404040;
}
.descArea .descItemBox .textEditor li::marker {
  width: 7px;
  height: 7px;
  color: #be8a3a;
}
.descArea:not(.show) .descTitleBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.descArea:not(.show) .descItemBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.descArea.show .descTitleBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.descArea.show .descItemBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}

.callArea {
  position: relative;
  padding: 150px 0;
  background-color: #f7f5f1;
}
@media (max-width: 1180px) {
  .callArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .callArea {
    padding: 50px 0;
  }
}
.callArea .calltitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.callArea .calltitleBox .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 27px;
  line-height: 35px;
  color: #605544;
  letter-spacing: 0.5px;
  font-weight: 700;
  border-bottom: 2px solid #be8a3a;
  padding-bottom: 25px;
}
.callArea .calltitleBox .entitle {
  font-family: "Playfair", "Noto Serif TC", "Microsoft JhengHei", serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.5px;
  color: #be8a3a;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
@media (max-width: 1460px) {
  .callArea .calltitleBox .entitle {
    font-size: 30px;
  }
}
.callArea .callBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.callArea .callItem {
  position: relative;
  border: 1px solid #b1a189;
  background-color: white;
  width: calc(33.3333333333% - 16px);
  padding: 12px;
  padding-top: 23px;
  margin: 0 8px;
  margin-top: 35px;
}
@media (max-width: 1180px) {
  .callArea .callItem {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .callArea .callItem {
    width: calc(100% - 16px);
  }
}
.callArea .callItem .item {
  border: 1px solid #b1a189;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0 25px;
}
.callArea .callItem .num {
  font-size: 30px;
  letter-spacing: 0.5px;
  color: #be8a3a;
  font-weight: 600;
}
@media (min-width: 1181px) {
  .callArea .callItem .num:hover {
    color: #605544;
  }
}
.callArea .callItem .title {
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 0 42px;
  background-color: white;
  font-size: 24px;
  color: #605544;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.callArea:not(.show) .calltitleBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.callArea:not(.show) .callBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.callArea.show .calltitleBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.callArea.show .callBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}