.outerWrap {
  background-color: #fff;
}

.contentBox {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 1180px) {
  .contentBox {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .contentBox {
    margin-bottom: 40px;
  }
}

.bannerArea:not(.show) .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea:not(.show) .textBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea:not(.show) .right {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea.show .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.bannerArea.show .textBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.bannerArea.show .right {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}

.arrowPrev, .arrowNext {
  cursor: pointer;
  width: 130px;
  height: 130px;
  border: 1px solid #988c7a;
  border-radius: 100%;
  position: absolute;
  top: 50%;
}
@media (max-width: 1180px) {
  .arrowPrev, .arrowNext {
    width: 83px;
    height: 83px;
  }
}
.arrowPrev .decoarr, .arrowNext .decoarr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 72px;
  height: 2px;
  background-color: #c5beb4;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1180px) {
  .arrowPrev .decoarr, .arrowNext .decoarr {
    width: 45px;
  }
}
.arrowPrev .decoarr::before, .arrowNext .decoarr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 2px;
  background-color: #a19685;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1180px) {
  .arrowPrev .decoarr::before, .arrowNext .decoarr::before {
    width: 10px;
  }
}
.arrowPrev .decoarr::after, .arrowNext .decoarr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 2px;
  background-color: #a19685;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1180px) {
  .arrowPrev .decoarr::after, .arrowNext .decoarr::after {
    width: 10px;
  }
}
.arrowPrev::before, .arrowNext::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: rgba(190, 138, 58, 0.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (min-width: 1181px) {
  .arrowPrev:hover, .arrowNext:hover {
    border-color: #be8a3a;
  }
  .arrowPrev:hover .decoarr, .arrowNext:hover .decoarr {
    background-color: #be8a3a;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .arrowPrev:hover .decoarr::before, .arrowNext:hover .decoarr::before {
    background-color: #be8a3a;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .arrowPrev:hover .decoarr::after, .arrowNext:hover .decoarr::after {
    background-color: #be8a3a;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .arrowPrev:hover::before, .arrowNext:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.arrowPrev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 360px) {
  .arrowPrev {
    -webkit-transform: scale(0.8) translate(-70%, -50%);
            transform: scale(0.8) translate(-70%, -50%);
  }
}
.arrowPrev .decoarr {
  right: -33px;
}
@media (max-width: 1180px) {
  .arrowPrev .decoarr {
    right: -20px;
  }
}

.arrowNext {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 360px) {
  .arrowNext {
    -webkit-transform: scale(0.8) translate(70%, -50%);
            transform: scale(0.8) translate(70%, -50%);
  }
}
.arrowNext .decoarr {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -33px;
}
@media (max-width: 1180px) {
  .arrowNext .decoarr {
    left: -20px;
  }
}

.textEditor {
  font-size: 17px;
  line-height: 28px;
  color: #404040;
}

.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}

.IntroArea {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 1180px) {
  .IntroArea {
    margin-top: 55px;
  }
}
@media (max-width: 768px) {
  .IntroArea {
    margin-top: 30px;
  }
}
.IntroArea .aboutIntroDeco {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(47%);
          transform: translateY(47%);
  width: 100%;
  max-width: 448px;
  pointer-events: none;
}
.IntroArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .IntroArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.IntroArea .Img {
  width: 59%;
  position: relative;
  display: block;
}
@media (min-width: 1181px) {
  .IntroArea .Img {
    max-width: 875px;
  }
}
@media (max-width: 1180px) {
  .IntroArea .Img {
    width: 100%;
  }
}
.IntroArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.IntroArea .Txt {
  width: 41%;
  padding-left: 65px;
}
@media (min-width: 1181px) {
  .IntroArea .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1180px) {
  .IntroArea .Txt {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .IntroArea .Txt {
    margin-top: 25px;
  }
}
.IntroArea:not(.show) .Img {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.IntroArea:not(.show) .textEditor .texttitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.IntroArea:not(.show) .textEditor p {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.IntroArea.show .Img {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.IntroArea.show .textEditor .texttitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.IntroArea.show .textEditor p {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}

.gloryArea {
  overflow: hidden;
  position: relative;
  margin-top: 75px;
}
.gloryArea .wrap {
  padding: 0 110px;
  max-width: 1720px;
}
@media (max-width: 1180px) {
  .gloryArea .wrap {
    padding: 0 70px;
  }
}
@media (max-width: 768px) {
  .gloryArea .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .gloryArea .arrowPrev, .gloryArea .arrowNext {
    display: none;
  }
}
@media (max-width: 768px) {
  .gloryArea .gloryItem {
    padding-bottom: 30px;
  }
}
.gloryArea .gloryItem .item {
  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;
}
@media (max-width: 1180px) {
  .gloryArea .gloryItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.gloryArea .gloryItem .ImgBox {
  width: 46%;
  position: relative;
  display: block;
}
@media (max-width: 1180px) {
  .gloryArea .gloryItem .ImgBox {
    width: 100%;
  }
}
.gloryArea .gloryItem .ImgBox .Img2 {
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
@media (max-width: 1180px) {
  .gloryArea .gloryItem .ImgBox .Img2 {
    display: block;
  }
}
@media (max-width: 768px) {
  .gloryArea .gloryItem .ImgBox .Img2 {
    display: none;
  }
}
.gloryArea .gloryItem .Img {
  border: 1px solid #cccccc;
}
.gloryArea .gloryItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.gloryArea .gloryItem .Txt {
  width: 54%;
  max-width: 722px;
  padding-right: 150px;
}
@media (max-width: 1180px) {
  .gloryArea .gloryItem .Txt {
    width: 100%;
    padding-right: 0;
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .gloryArea .gloryItem .Txt {
    padding-top: 30px;
  }
}
.gloryArea .gloryItem .Txt .title {
  font-size: 23px;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.gloryArea .gloryItem .Txt .text {
  margin-top: 28px;
  font-size: 17px;
  line-height: 28px;
  color: #404040;
  letter-spacing: 0.5px;
}
.gloryArea .gloryItem .Img2 {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1180px) {
  .gloryArea .gloryItem .Img2 {
    display: none;
  }
}
.gloryArea:not(.show) .gloryBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.gloryArea:not(.show) .arrowPrev, .gloryArea:not(.show) .arrowNext {
  opacity: 0;
}
.gloryArea.show .gloryBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.scenarioArea {
  position: relative;
  margin-top: 155px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(30%, #fff), to(#fff));
  background: linear-gradient(to bottom, #f3f3f3 0%, #fff 30%, #fff 100%);
}
@media (max-width: 1180px) {
  .scenarioArea {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .scenarioArea {
    margin-top: 40px;
  }
}
.scenarioArea .scenariodeco {
  position: absolute;
  top: -220px;
  left: 0;
  width: 30%;
  max-width: 454px;
}
.scenarioArea .wrap {
  position: relative;
  max-width: none;
}
.scenarioArea .scenarioBg {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.scenarioArea .Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 110px 50px 0;
}
@media (max-width: 1180px) {
  .scenarioArea .Txt {
    padding: 70px 30px 0;
  }
}
@media (max-width: 768px) {
  .scenarioArea .Txt {
    padding: 30px 25px 0;
  }
}
.scenarioArea .Txt .title {
  position: relative;
  font-size: 33px;
  line-height: 55px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: white;
}
@media (max-width: 1180px) {
  .scenarioArea .Txt .title {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .scenarioArea .Txt .title {
    font-size: 27px;
    line-height: 42px;
  }
}
.scenarioArea .Txt .decoTxt {
  font-family: "Playfair", "Noto Serif TC", "Microsoft JhengHei", serif;
  position: absolute;
  top: 80px;
  right: 110px;
  color: white;
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 21px;
  text-align: right;
  max-width: 225px;
  padding-top: 20px;
}
@media (max-width: 1440px) {
  .scenarioArea .Txt .decoTxt {
    right: 80px;
  }
}
@media (max-width: 1180px) {
  .scenarioArea .Txt .decoTxt {
    display: none;
  }
}
.scenarioArea .Txt .decoTxt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 1px;
  background-color: white;
  z-index: 1;
}
.scenarioArea:not(.show) .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.scenarioArea:not(.show) .decoTxt {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.scenarioArea.show .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.scenarioArea.show .decoTxt {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}

.serviceArea {
  position: relative;
  margin-top: -645px;
  margin-bottom: 155px;
}
@media (max-width: 1180px) {
  .serviceArea {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .serviceArea {
    margin-bottom: 50px;
  }
}
@media (max-width: 1730px) {
  .serviceArea {
    margin-top: -500px;
  }
}
@media (max-width: 1500px) {
  .serviceArea {
    margin-top: -300px;
  }
}
.serviceArea .wrap {
  max-width: 1660px;
}
@media (min-width: 1181px) {
  .serviceArea .wrap {
    padding: 0 80px;
  }
}
.serviceArea .serviceBox {
  position: relative;
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceBox {
    padding: 0 20px;
  }
}
.serviceArea .serviceItem {
  position: relative;
  display: block;
}
.serviceArea .serviceItem:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1180px) {
  .serviceArea .serviceItem:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceItem:not(:last-child) {
    margin-bottom: 40px;
  }
}
.serviceArea .serviceItem:not(.show) .Img {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.serviceArea .serviceItem:not(.show) .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.serviceArea .serviceItem:not(.show) .text {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.serviceArea .serviceItem:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.serviceArea .serviceItem.show .Img {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.serviceArea .serviceItem.show .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s;
}
.serviceArea .serviceItem.show .text {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.serviceArea .serviceItem.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.serviceArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1181px) {
  .serviceArea .item.flip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .serviceArea .item.flip .Txt {
    padding-left: 0px;
    padding-right: 65px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.serviceArea .Img {
  width: 50%;
  position: relative;
  display: block;
}
@media (max-width: 1180px) {
  .serviceArea .Img {
    width: 100%;
  }
}
.serviceArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceArea .Txt {
  width: 50%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 65px;
}
@media (max-width: 1180px) {
  .serviceArea .Txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.serviceArea .Txt .title {
  position: relative;
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  font-weight: 600;
}
.serviceArea .Txt .text {
  position: relative;
  margin-top: 25px;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #404040;
}
.serviceArea .Txt .btnBox {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 1180px) {
  .serviceArea .Txt .btnBox {
    margin-top: 20px;
  }
}

.contentBox {
  position: relative;
}
.contentBox:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.contentBox.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}