@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.mainArea {
  background: #ffffff;
  padding: 0;
}
.mainArea .contentBox {
  position: relative;
  z-index: 20;
}

#banner li {
  position: relative;
  display: block;
}
#banner li img {
  width: 100%;
  display: block;
  min-height: 240px;
}
#banner .Txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#banner .subtitle {
  font-family: "Cabin", sans-serif;
  font-size: 52px;
  letter-spacing: 1px;
  color: #c8a06c;
  font-weight: 600;
}
@media (max-width: 400px) {
  #banner .subtitle {
    font-size: 40px;
  }
}
#banner .title {
  margin-top: 10px;
  font-size: 34px;
  letter-spacing: 0.25px;
  color: white;
  font-weight: 600;
}

.titleBox .title {
  font-size: 34px;
  letter-spacing: 0.25px;
  color: #4c4c4c;
  font-weight: 600;
}
.titleBox .subtitle {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #d3b389;
  font-weight: 500;
  padding-bottom: 12px;
}
.titleBox .subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 1px;
  background-color: #e3cfb5;
}
.titleBox .text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #343434;
  opacity: 0.8;
  font-weight: 400;
}

.decoTxt {
  pointer-events: none;
  font-size: 130px;
  line-height: 100px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #bcbcbc;
  text-stroke: 1px #bcbcbc;
}

.arrnumBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.arrnumBox .arrBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.arrnumBox .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #c8a06c;
  margin-right: 10px;
  border: 1px solid #c8a06c;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.arrnumBox .arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.arrnumBox .arrow.prev::after {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: translate(-35%, -50%) rotate(45deg);
          transform: translate(-35%, -50%) rotate(45deg);
}
.arrnumBox .arrow.next::after {
  border-right: 1px solid white;
  border-top: 1px solid white;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}
@media (min-width: 1181px) {
  .arrnumBox .arrow:hover {
    background-color: white;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .arrnumBox .arrow:hover::after {
    border-color: #c8a06c;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.arrnumBox .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans TC", sans-serif;
}
.arrnumBox .numBox .deco {
  margin: 0 5px;
}

@property --gradient-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(16, 48, 59, 0.7);
}
@property --gradient-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(16, 48, 59, 0.7);
}
@property --gradient-rotate {
  syntax: "<angle>";
  inherits: false;
  initial-value: 33%;
}
.aboutArea {
  position: relative;
  z-index: 1;
  padding: 270px 0 160px;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 80px 0 180px;
  }
}
.aboutArea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 680px;
  max-width: 928px;
  background-color: #efefef;
}
.aboutArea .aboutDeco {
  position: absolute;
  top: 50%;
  left: 70px;
}
.aboutArea .wrap {
  max-width: none;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .aboutArea .wrap {
    padding: 0 20px;
  }
}
.aboutArea .aboutTxtBox {
  padding-top: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .aboutArea .aboutTxtBox {
    padding-top: 0;
  }
}
.aboutArea .decoTxt {
  position: absolute;
  width: 150%;
  top: -70px;
  left: -100px;
}
@media (max-width: 1600px) {
  .aboutArea .decoTxt {
    left: 0;
  }
}
@media (max-width: 1250px) {
  .aboutArea .decoTxt {
    right: 20px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .decoTxt {
    top: -30px;
    font-size: 95px;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoTxt {
    top: -70px;
    font-size: 50px;
  }
}
.aboutArea .titleBox {
  max-width: 520px;
  padding-right: 85px;
}
@media (max-width: 1180px) {
  .aboutArea .titleBox {
    max-width: none;
    padding-right: 0px;
  }
}
.aboutArea .titleBox .subtitle {
  margin-top: 30px;
}
.aboutArea .titleBox .text {
  margin-top: 15px;
}
.aboutArea .aboutImgBox {
  position: relative;
  width: 58.2418%;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .aboutArea .aboutImgBox {
    width: 100%;
  }
}
.aboutArea .aboutImgList {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 135%;
}
@media (max-width: 768px) {
  .aboutArea .aboutImgList {
    width: 100%;
  }
}
.aboutArea .aboutImgItem {
  position: relative;
}
@media (min-width: 1181px) {
  .aboutArea .aboutImgItem.hasurl:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (min-width: 769px) {
  .aboutArea .aboutImgItem {
    padding: 0 10px;
  }
  .aboutArea .aboutImgItem.prev .item {
    -webkit-transform: translateX(56%);
            transform: translateX(56%);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .aboutArea .aboutImgItem:not(.current) .item {
    width: 64%;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .aboutArea .aboutImgItem:not(.current) .Txt {
    --gradient-color-1: $mainColor;
    --gradient-color-2: transparent;
  }
  .aboutArea .aboutImgItem:not(.current) .Txt .text {
    margin: 0;
    opacity: 0;
    height: 0;
  }
  .aboutArea .aboutImgItem:not(.current) .Txt .titleDeco {
    width: 17px;
    height: 17px;
    background-color: transparent;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .aboutArea .aboutImgItem:not(.current) .Txt .aboutimgDeco {
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.aboutArea .aboutImgItem .item {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.aboutArea .aboutImgItem .item .linkwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.aboutArea .aboutImgItem .Img {
  position: relative;
  display: block;
  overflow: hidden;
}
.aboutArea .aboutImgItem .Img img {
  position: relative;
  width: 100%;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.aboutArea .aboutImgItem .Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-1)), color-stop(33%, var(--gradient-color-2)));
  background: linear-gradient(to top, var(--gradient-color-1), var(--gradient-color-2) 33%);
  padding: 35px 60px;
  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;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  transition: --gradient-color-1 0.5s, --gradient-color-2 0.5s;
}
.aboutArea .aboutImgItem .Txt .aboutimgDeco {
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 1350px) {
  .aboutArea .aboutImgItem .Txt {
    padding: 35px 20px;
  }
}
.aboutArea .aboutImgItem .Txt .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 0.25px;
}
.aboutArea .aboutImgItem .Txt .title a {
  color: white;
}
@media (min-width: 1181px) {
  .aboutArea .aboutImgItem .Txt .title a:hover {
    color: #c8a06c;
  }
}
.aboutArea .aboutImgItem .Txt .titleDeco {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 9px;
  height: 9px;
  border: 1px solid #c8a06c;
  background-color: #c8a06c;
  margin-right: 15px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  overflow: hidden;
}
.aboutArea .aboutImgItem .Txt .titleDeco::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #c8a06c;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.aboutArea .aboutImgItem .Txt .decoTop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 1px;
  height: 50%;
  background-color: #c8a06c;
}
.aboutArea .aboutImgItem .Txt .decoTop::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 200%;
  background-color: #c8a06c;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.aboutArea .aboutImgItem .Txt .decoTop::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 200%;
  background-color: #c8a06c;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.aboutArea .aboutImgItem .Txt .text {
  margin-top: 20px;
  opacity: 0.8;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.aboutArea .aboutImg2Box {
  pointer-events: none;
  position: absolute;
  bottom: -70px;
  left: 210px;
  width: 260px;
  height: 260px;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.aboutArea .aboutImg2Box.hide {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1700px) {
  .aboutArea .aboutImg2Box {
    left: 110px;
  }
}
@media (max-width: 1480px) {
  .aboutArea .aboutImg2Box {
    left: 50px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutImg2Box {
    bottom: -120px;
    left: 30px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutImg2Box {
    left: 20px;
  }
}
.aboutArea .aboutImg2Box .aboutImg2Deco {
  width: 100%;
  height: 100%;
  border-radius: 0 0 50% 0;
  position: absolute;
  top: 40px;
  left: 40px;
  border: 1px solid #e0c9ac;
}
.aboutArea .aboutImg2Box .aboutImg2Deco::before, .aboutArea .aboutImg2Box .aboutImg2Deco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px; /* 控制線條的粗細 */
  background-color: #e0c9ac;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.aboutArea .aboutImg2Box .aboutImg2Deco::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.aboutArea .aboutImg2Box .aboutImg2Deco::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.aboutArea .aboutImg2Box .Img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0 0 50% 0;
}
@media (max-width: 768px) {
  .aboutArea .aboutImg2Box .Img.pc {
    display: none;
  }
}
.aboutArea .aboutImg2Box .Img.ph {
  display: none;
}
@media (max-width: 768px) {
  .aboutArea .aboutImg2Box .Img.ph {
    display: block;
  }
}
.aboutArea .aboutImg2Box .Img img {
  width: 100%;
  display: block;
}
.aboutArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea:not(.show) .arrnumBox {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea:not(.show) .aboutImgBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea:not(.show) .decoTxt {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea:not(.show) .aboutImg2Box .aboutImg2List {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea:not(.show) .aboutImg2Box .aboutImg2Deco {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s;
}
.aboutArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.aboutArea.show .arrnumBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.aboutArea.show .aboutImgBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}
.aboutArea.show .decoTxt {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.aboutArea.show .aboutImg2Box .aboutImg2List {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.7s;
  transition: all 0.8s 0.7s;
}
.aboutArea.show .aboutImg2Box .aboutImg2Deco {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}

.serviceArea {
  position: relative;
  z-index: 0;
  padding: 235px 0 205px;
  background-image: url("../images/serviceBg.jpg");
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .serviceArea {
    padding: 180px 0px 50px;
  }
}
.serviceArea .titleBox {
  max-width: 465px;
}
@media (max-width: 1180px) {
  .serviceArea .titleBox {
    max-width: none;
    padding: 0 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .serviceArea .titleBox {
    padding: 0 20px;
  }
}
.serviceArea .titleBox .text {
  margin-top: 25px;
}
.serviceArea .serviceBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.serviceArea .decoBlock {
  position: absolute;
  top: -73px;
  left: 36.9792%;
  width: 50%;
  height: 290px;
  border: 1px solid #ebdecd;
  border-bottom: none;
}
@media (max-width: 1660px) {
  .serviceArea .decoBlock {
    left: 40%;
  }
}
@media (max-width: 1520px) {
  .serviceArea .decoBlock {
    left: 45%;
  }
}
@media (max-width: 1320px) {
  .serviceArea .decoBlock {
    left: 49%;
  }
}
@media (max-width: 1180px) {
  .serviceArea .decoBlock {
    display: none;
  }
}
.serviceArea .decoBlock::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #dbc2a0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 8px;
  height: 8px;
}
.serviceArea .serviceImgBox {
  display: block;
  width: 54.6875%;
}
@media (max-width: 1180px) {
  .serviceArea .serviceImgBox {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceImgBox {
    padding: 0 20px;
  }
}
.serviceArea .serviceImgBox .serviceImgList {
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.serviceArea .serviceImgBox .serviceImgList.hide {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.serviceArea .serviceImgBox .serviceImgItem {
  position: relative;
  display: block;
}
.serviceArea .serviceImgBox .serviceImgItem img {
  width: 100%;
  position: relative;
  display: block;
}
.serviceArea .serviceTxtBox {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45.3125%;
  padding-left: 65px;
  padding-top: 30px;
}
@media (max-width: 1180px) {
  .serviceArea .serviceTxtBox {
    width: 100%;
    padding: 0;
  }
}
.serviceArea .serviceTxtBox .serviceTxtList {
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.serviceArea .serviceTxtBox .serviceTxtList.hide {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.serviceArea .TxtListBox {
  position: relative;
  width: calc(100% + 155px);
  left: -155px;
  top: 64px;
}
@media (max-width: 1180px) {
  .serviceArea .TxtListBox {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 60px;
  }
}
.serviceArea .decoTxt {
  position: absolute;
  top: -50px;
  right: 60px;
  z-index: 5;
}
@media (max-width: 1250px) {
  .serviceArea .decoTxt {
    right: 20px;
  }
}
@media (max-width: 640px) {
  .serviceArea .decoTxt {
    font-size: 95px;
  }
}
@media (max-width: 480px) {
  .serviceArea .decoTxt {
    font-size: 60px;
  }
}
.serviceArea .serviceItem {
  position: relative;
  background-color: white;
  padding: 65px 0px;
}
.serviceArea .serviceItem .num {
  position: absolute;
  top: 50%;
  left: -120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 380px;
  letter-spacing: 0.25px;
  color: #343434;
  opacity: 0.06;
}
.serviceArea .serviceItem .title {
  margin-left: 70px;
  font-size: 24px;
  letter-spacing: 0.25px;
  color: #4c4c4c;
}
@media (max-width: 1180px) {
  .serviceArea .serviceItem .title {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceItem .title {
    margin-left: 20px;
  }
}
.serviceArea .itemTitleBox {
  padding-left: 70px;
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1180px) {
  .serviceArea .itemTitleBox {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .serviceArea .itemTitleBox {
    padding-left: 20px;
  }
}
.serviceArea .itemTitleBox::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d3b389;
  opacity: 0.3;
}
.serviceArea .itemTitleBox .itemTitle {
  position: relative;
  padding-bottom: 40px;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #4c4c4c;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
}
.serviceArea .itemTitleBox .itemTitle .txt {
  font-weight: 500;
}
.serviceArea .itemTitleBox .itemTitle:not(:last-child) {
  margin-right: 35px;
}
@media (max-width: 350px) {
  .serviceArea .itemTitleBox .itemTitle:not(:last-child) {
    margin-right: 10px;
  }
}
.serviceArea .itemTitleBox .itemTitle.current {
  color: #d3b389;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.serviceArea .itemTitleBox .itemTitle.current .deco {
  background-color: #d3b389;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (min-width: 1181px) {
  .serviceArea .itemTitleBox .itemTitle:hover {
    color: #d3b389;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .serviceArea .itemTitleBox .itemTitle:hover .deco {
    background-color: #d3b389;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.serviceArea .itemTitleBox .deco {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17px;
  height: 17px;
  border: 1px solid #d3b389;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.serviceArea .itemTitleBox .deco::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 1px;
  background-color: #d3b389;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.serviceArea .itemTitleBox .deco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 1px;
  background-color: #d3b389;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.serviceArea .itemTextBox {
  position: relative;
  margin-left: 70px;
  margin-top: 15px;
  width: 100%;
  max-width: 435px;
  height: 96px;
}
@media (max-width: 1180px) {
  .serviceArea .itemTextBox {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .serviceArea .itemTextBox {
    margin-left: 0px;
    padding: 0 20px;
    max-width: none;
  }
}
.serviceArea .itemTextBox .itemText {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
@media (max-width: 768px) {
  .serviceArea .itemTextBox .itemText {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.serviceArea .itemTextBox .itemText.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.serviceArea:not(.show) .serviceImgBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.serviceArea:not(.show) .titleBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.serviceArea:not(.show) .arrnumBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.serviceArea:not(.show) .TxtListBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.serviceArea:not(.show) .decoTxt {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.serviceArea.show .serviceImgBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.serviceArea.show .titleBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.serviceArea.show .arrnumBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.serviceArea.show .TxtListBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.serviceArea.show .decoTxt {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}

.joinArea {
  position: relative;
  padding: 125px 0 150px;
}
@media (max-width: 1180px) {
  .joinArea {
    padding: 50px 0 50px;
  }
}
@media (max-width: 768px) {
  .joinArea {
    padding: 20px 0 50px;
  }
}
.joinArea .joinDeco {
  position: absolute;
  top: 65px;
  right: 110px;
}
@media (max-width: 1180px) {
  .joinArea .joinDeco {
    display: none;
  }
}
.joinArea .wrap {
  max-width: 1630px;
  padding: 0 65px;
}
@media (max-width: 768px) {
  .joinArea .wrap {
    padding: 0 40px;
  }
}
.joinArea .titleBox {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.joinArea .titleBox .title {
  position: relative;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
@media (max-width: 1180px) {
  .joinArea .titleBox .decoTxt {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .joinArea .titleBox .decoTxt {
    font-size: 70px;
  }
}
@media (max-width: 540px) {
  .joinArea .titleBox .decoTxt {
    font-size: 40px;
  }
}
.joinArea .joinBox {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 1180px) {
  .joinArea .joinBox {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .joinArea .joinBox {
    margin-top: 10px;
  }
}
.joinArea .arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #c8a06c;
  border: 1px solid #c8a06c;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .joinArea .arrow {
    width: 40px;
    height: 40px;
  }
}
.joinArea .arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.joinArea .arrow.prev {
  left: -65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1640px) {
  .joinArea .arrow.prev {
    left: -50px;
  }
}
@media (max-width: 768px) {
  .joinArea .arrow.prev {
    left: -35px;
  }
}
.joinArea .arrow.prev::after {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: translate(-35%, -50%) rotate(45deg);
          transform: translate(-35%, -50%) rotate(45deg);
}
.joinArea .arrow.next {
  right: -65px;
}
@media (max-width: 1640px) {
  .joinArea .arrow.next {
    right: -50px;
  }
}
@media (max-width: 768px) {
  .joinArea .arrow.next {
    right: -35px;
  }
}
.joinArea .arrow.next::after {
  border-right: 1px solid white;
  border-top: 1px solid white;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}
@media (min-width: 1181px) {
  .joinArea .arrow:hover {
    background-color: white;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .joinArea .arrow:hover::after {
    border-color: #c8a06c;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.joinArea .joinItem {
  padding: 0 13px;
}
.joinArea .joinItem .Img {
  position: relative;
  display: block;
}
.joinArea .joinItem .Img img {
  width: 100%;
  display: block;
}
.joinArea .joinItem .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 0.25px;
  margin-top: 15px;
  font-weight: 500;
}
.joinArea .joinItem .title a {
  color: white;
}
@media (min-width: 1181px) {
  .joinArea .joinItem .title a:hover {
    color: #c8a06c;
  }
}
.joinArea .joinItem .title .titleTxt {
  font-weight: 500;
}
.joinArea .joinItem .titleDeco {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 1px solid #c8a06c;
  margin-right: 15px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  overflow: hidden;
}
.joinArea .joinItem .titleDeco::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #c8a06c;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.joinArea .joinItem .decoTop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50%;
  background-color: #c8a06c;
}
.joinArea .joinItem .decoTop::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 200%;
  background-color: #c8a06c;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.joinArea .joinItem .decoTop::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 200%;
  background-color: #c8a06c;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.joinArea:not(.show) .decoTxt {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.joinArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.joinArea:not(.show) .joinBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.joinArea.show .decoTxt {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.joinArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.joinArea.show .joinBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}

.processArea {
  padding: 135px 0 140px;
  background-image: url("../images/serviceBg.jpg");
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 1660px) {
  .processArea {
    padding-top: 100px;
  }
}
@media (max-width: 1180px) {
  .processArea.pc {
    display: none;
  }
}
.processArea.ph {
  display: none;
}
@media (max-width: 1180px) {
  .processArea.ph {
    padding: 60px 0;
    display: block;
  }
}
.processArea .titleBox {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1660px) {
  .processArea .titleBox {
    margin-bottom: 10px;
  }
}
@media (max-width: 1180px) {
  .processArea .titleBox {
    margin-bottom: 30px;
  }
}
.processArea .wrap {
  max-width: 1620px;
  padding: 0 50px;
}
@media (max-width: 1180px) {
  .processArea .wrap {
    padding: 0;
  }
}
.processArea .processBox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .processArea .processBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.processArea .dotBox {
  width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media (max-width: 1180px) {
  .processArea .dotBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.processArea .dotBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: calc(100% - 24px);
  background-color: rgba(211, 179, 137, 0.3);
}
@media (max-width: 1180px) {
  .processArea .dotBox::before {
    width: 100%;
    height: 1px;
    top: 8px;
    left: 0;
  }
}
.processArea .dotItem {
  cursor: default;
  position: relative;
  color: #343434;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 1180px) {
  .processArea .dotItem {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .processArea .dotItem {
    margin: 0 5px;
  }
}
.processArea .dotItem.current {
  color: #c8a06c;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.processArea .dotItem.current .decoBlock {
  background-color: #d3b389;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.processArea .dotItem:not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 1180px) {
  .processArea .dotItem:not(:last-child) {
    margin-bottom: 0px;
  }
}
.processArea .dotItem .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .processArea .dotItem .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.processArea .dotItem .decoBlock {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #d3b389;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-right: 13px;
  transition-duration: 0.5s;
}
@media (max-width: 1180px) {
  .processArea .dotItem .decoBlock {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.processArea .dotItem .decoBlock::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 1px;
  background-color: #d3b389;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.processArea .dotItem .decoBlock::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 1px;
  background-color: #d3b389;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.processArea .dotItem .stepNum {
  font-size: 12px;
  letter-spacing: 0.25px;
  font-family: "Noto Sans TC", sans-serif;
}
.processArea .dotItem .dotTitle {
  margin-top: 8px;
  margin-left: 30px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.25px;
}
@media (max-width: 1180px) {
  .processArea .dotItem .dotTitle {
    margin-left: 0px;
    margin-top: 5px;
  }
}
@media (max-width: 460px) {
  .processArea .dotItem .dotTitle {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
}
.processArea .listBox {
  margin-left: 20px;
  position: relative;
  width: calc(100% - 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1180px) {
  .processArea .listBox {
    margin: 0;
    width: 100%;
    padding: 0 30px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .processArea .listBox {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
}
.processArea .TxtBox {
  position: relative;
  width: 44%;
  margin-bottom: -10px;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.processArea .TxtBox.hide {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1180px) {
  .processArea .TxtBox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .processArea .TxtBox {
    width: 100%;
    margin-bottom: 50px;
  }
}
.processArea .TxtBox .txtDeco {
  position: absolute;
  top: 60px;
  left: 60%;
  width: 240px;
  height: 120px;
  border-top: 1px solid #d3b389;
  border-left: 1px solid #d3b389;
}
@media (max-width: 1500px) {
  .processArea .TxtBox .txtDeco {
    display: none;
  }
}
.processArea .TxtBox .txtDeco::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #d3b389;
}
.processArea .TxtBox .txtDeco .decoBlock {
  position: absolute;
  bottom: 0;
  left: -1px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 1px solid #d3b389;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  overflow: hidden;
}
.processArea .TxtBox .txtDeco .decoBlock::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #d3b389;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.processArea .TxtBox .txtDeco .decoBlock .decoTop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50%;
  background-color: #d3b389;
}
.processArea .TxtBox .txtDeco .decoBlock .decoTop::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 200%;
  background-color: #d3b389;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.processArea .TxtBox .txtDeco .decoBlock .decoTop::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 200%;
  background-color: #d3b389;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.processArea .processTxtList {
  position: relative;
}
.processArea .processTxtItem {
  padding: 10px 30px;
  padding-left: 70px;
}
@media (max-width: 1180px) {
  .processArea .processTxtItem {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .processArea .processTxtItem {
    padding-right: 10px;
  }
}
.processArea .processTxtItem .num {
  position: relative;
  top: 40px;
  left: -70px;
  font-family: "Cabin", sans-serif;
  color: #343434;
  font-size: 280px;
  line-height: 200px;
  letter-spacing: 0.25px;
  opacity: 0.15;
}
@media (max-width: 1180px) {
  .processArea .processTxtItem .num {
    left: -40px;
    top: 100px;
    margin-top: -80px;
  }
}
@media (max-width: 400px) {
  .processArea .processTxtItem .num {
    font-size: 200px;
  }
}
.processArea .processTxtItem .item {
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 60px 50px 46px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
  .processArea .processTxtItem .item {
    padding: 30px;
  }
}
.processArea .processTxtItem .Txt {
  position: relative;
}
.processArea .processTxtItem .title {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  color: #c8a06c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.processArea .processTxtItem .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #c8a06c;
  letter-spacing: 0.25px;
}
.processArea .processTxtItem .text {
  height: 140px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: #343434;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.processArea .ImgBox {
  position: relative;
  width: 56%;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.processArea .ImgBox.hide {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1180px) {
  .processArea .ImgBox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .processArea .ImgBox {
    width: 100%;
  }
}
.processArea .ImgBox .ImgDeco {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 0;
  width: calc(100% - 10px);
  height: 100%;
  background-color: #c69f6b;
}
.processArea .processImgList {
  position: relative;
  z-index: 1;
}
.processArea .processImgItem .Img {
  position: relative;
  display: block;
}
.processArea .processImgItem .Img img {
  width: 100%;
  display: block;
}
.processArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.processArea:not(.show) .dotBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.processArea:not(.show) .TxtBox .processTxtListPC {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.processArea:not(.show) .TxtBox .txtDeco {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.processArea:not(.show) .ImgBox .processImgListPC {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.processArea:not(.show) .ImgBox .ImgDeco {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.processArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.processArea.show .dotBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.processArea.show .TxtBox .processTxtListPC {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.processArea.show .TxtBox .txtDeco {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}
.processArea.show .ImgBox .processImgListPC {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.processArea.show .ImgBox .ImgDeco {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.7s;
  transition: all 0.8s 0.7s;
}

.hotelArea {
  position: relative;
  padding: 160px 0 120px;
}
@media (max-width: 1180px) {
  .hotelArea {
    padding: 60px 0;
  }
}
.hotelArea::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 61.4583%;
  height: 59.1667%;
  background-color: #efefef;
}
@media (max-width: 1400px) {
  .hotelArea::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #c8a06c;
    opacity: 0.3;
    top: 0;
    right: 30px;
  }
}
@media (max-width: 1180px) {
  .hotelArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .hotelArea {
    padding-top: 100px;
  }
  .hotelArea::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #c8a06c;
    opacity: 0.3;
    left: 0;
    top: 30px;
  }
}
.hotelArea .decoTxt {
  text-align: right;
  padding-right: 70px;
  text-wrap: nowrap;
}
@media (max-width: 1440px) {
  .hotelArea .decoTxt {
    padding-right: 0;
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 1110px) {
  .hotelArea .decoTxt {
    font-size: 60px;
  }
}
@media (max-width: 680px) {
  .hotelArea .decoTxt {
    font-size: 40px;
  }
}
@media (max-width: 460px) {
  .hotelArea .decoTxt {
    font-size: 27px;
  }
}
.hotelArea .hotelDeco1 {
  pointer-events: none;
  position: absolute;
  top: 95px;
  left: 65px;
  opacity: 0.6;
}
@media (max-width: 1180px) {
  .hotelArea .hotelDeco1 {
    display: none;
  }
}
.hotelArea .hotelDeco2 {
  pointer-events: none;
  position: absolute;
  bottom: 30px;
  left: 57%;
  opacity: 0.6;
}
.hotelArea .yearBox {
  width: 75px;
  z-index: 10;
  position: absolute;
  top: 60%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .hotelArea .yearBox {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .hotelArea .yearBox {
    width: 100%;
    top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.hotelArea .yearBox .yearArr {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  cursor: pointer;
}
.hotelArea .yearBox .yearArr::after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-top: 1px solid #c8a06c;
  border-right: 1px solid #c8a06c;
}
@media (max-width: 768px) {
  .hotelArea .yearBox .yearArr {
    top: 50%;
  }
}
.hotelArea .yearBox .yearArr.prev {
  top: 0;
  -webkit-transform: translate(-50%, -100%) rotate(-45deg);
          transform: translate(-50%, -100%) rotate(-45deg);
}
@media (max-width: 768px) {
  .hotelArea .yearBox .yearArr.prev {
    left: 10px;
    -webkit-transform: translate(0%, -50%) rotate(-135deg);
            transform: translate(0%, -50%) rotate(-135deg);
  }
}
.hotelArea .yearBox .yearArr.next {
  bottom: 0;
  -webkit-transform: translate(-50%, 100%) rotate(135deg);
          transform: translate(-50%, 100%) rotate(135deg);
}
@media (max-width: 768px) {
  .hotelArea .yearBox .yearArr.next {
    left: auto;
    bottom: auto;
    right: 10px;
    -webkit-transform: translate(0%, -105%) rotate(45deg);
            transform: translate(0%, -105%) rotate(45deg);
  }
}
.hotelArea .yearList {
  margin: 0 -5px;
}
@media (max-width: 768px) {
  .hotelArea .yearList {
    width: 100%;
    margin: -5px 0;
    padding: 0 50px;
  }
}
.hotelArea .hotelYearItem {
  cursor: pointer;
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  text-align: right;
  padding: 20px 0;
  padding-right: 25px;
  font-size: 15px;
  line-height: 18px;
  color: #c8a06c;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 768px) {
  .hotelArea .hotelYearItem {
    text-align: center;
    padding: 0 20px;
    padding-top: 20px;
  }
}
.hotelArea .hotelYearItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 7px;
  height: 7px;
  border: 1px solid #c8a06c;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 768px) {
  .hotelArea .hotelYearItem::after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.hotelArea .hotelYearItem.current {
  font-size: 18px;
  font-weight: 600;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.hotelArea .hotelYearItem.current::after {
  width: 8px;
  height: 8px;
  background-color: #c8a06c;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (min-width: 1181px) {
  .hotelArea .hotelYearItem:hover {
    font-size: 18px;
    font-weight: 600;
    padding-right: 25px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .hotelArea .hotelYearItem:hover::after {
    width: 8px;
    height: 8px;
    background-color: #c8a06c;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.hotelArea .wrap {
  max-width: 1580px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .hotelArea .wrap {
    padding: 0 20px;
  }
}
.hotelArea .hotelBox {
  position: relative;
  display: block;
  margin-top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .hotelArea .hotelBox {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hotelArea .ImgBox {
  position: relative;
  display: block;
  width: 61%;
  max-width: 900px;
}
@media (max-width: 1180px) {
  .hotelArea .ImgBox {
    width: 100%;
    max-width: none;
    padding-right: 70px;
  }
}
@media (max-width: 768px) {
  .hotelArea .ImgBox {
    padding-right: 0px;
  }
}
.hotelArea .ImgBox .slick-current .Img1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.hotelArea .ImgBox .slick-current .Img2 {
  opacity: 1;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}
.hotelArea .ImgBox .slick-current .Img3 {
  opacity: 1;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 0.6s 0.2s;
  transition: all 0.6s 0.2s;
}
.hotelArea .hotelImgItem {
  padding-top: 100px;
}
.hotelArea .hotelImgItem.fullpic .item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hotelArea .hotelImgItem.fullpic .Img {
  padding: 0;
}
.hotelArea .hotelImgItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotelArea .hotelImgItem .Img {
  padding-right: 30px;
  width: 31%;
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.hotelArea .hotelImgItem .Img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hotelArea .TxtBox {
  position: relative;
  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;
  width: 40%;
  max-width: 580px;
  padding-left: 9.46%;
}
@media (max-width: 1400px) {
  .hotelArea .TxtBox {
    padding-left: 4.73%;
  }
}
@media (max-width: 1180px) {
  .hotelArea .TxtBox {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 70px;
  }
}
@media (max-width: 768px) {
  .hotelArea .TxtBox {
    padding-right: 0px;
  }
}
.hotelArea .hotelTxtList {
  position: relative;
}
.hotelArea .hotelTxtList.hide {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hotelArea .hotelTxtList:not(.hide) {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.hotelArea .hotelTxtItem {
  padding-top: 100px;
  padding-right: 100px;
}
@media (max-width: 1180px) {
  .hotelArea .hotelTxtItem {
    padding-top: 50px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .hotelArea .hotelTxtItem {
    padding-top: 20px;
  }
}
.hotelArea .hotelTxtItem .subtitle {
  margin-top: 10px;
  padding-bottom: 8px;
}
.hotelArea .hotelTxtItem .text {
  margin-top: 25px;
  opacity: 1;
}
.hotelArea .moreBtn {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00544b;
  letter-spacing: 0.25px;
}
@media (max-width: 768px) {
  .hotelArea .moreBtn {
    margin-top: 25px;
  }
}
@media (min-width: 1181px) {
  .hotelArea .moreBtn:hover .moreArr {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.hotelArea .moreBtn .moreArr {
  position: relative;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #00544b;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.hotelArea .moreBtn .moreArr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.hotelArea:not(.show) .ImgBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.hotelArea:not(.show) .TxtBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.hotelArea:not(.show) .decoTxt {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.hotelArea.show .ImgBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.hotelArea.show .TxtBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.hotelArea.show .decoTxt {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}

.conditionArea {
  position: relative;
  z-index: 16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conditionArea .Bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.conditionArea .wrap {
  max-width: 1600px;
  padding: 87px 50px;
}
@media (max-width: 1180px) {
  .conditionArea .wrap {
    padding: 80px 30px;
  }
}
@media (max-width: 768px) {
  .conditionArea .wrap {
    padding: 60px 20px 30px;
  }
}
.conditionArea .titleBox {
  max-width: 590px;
}
.conditionArea .titleBox .title {
  color: white;
}
@media (max-width: 350px) {
  .conditionArea .titleBox .title {
    font-size: 30px;
  }
}
.conditionArea .titleBox .subtitle {
  margin-top: 10px;
}
.conditionArea .titleBox .text {
  margin-top: 30px;
  color: white;
}
.conditionArea .joinBtnBox {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .conditionArea .joinBtnBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.conditionArea .joinBtn {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
@media (max-width: 768px) {
  .conditionArea .joinBtn {
    margin-bottom: 30px;
  }
}
.conditionArea .joinBtn:not(:last-child) {
  margin-right: 50px;
}
@media (min-width: 1181px) {
  .conditionArea .joinBtn:hover .btnArr {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.conditionArea .joinBtn .btnArr {
  margin-left: 20px;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid white;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.conditionArea .joinBtn .btnArr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.conditionArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.conditionArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.conditionArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.conditionArea:not(.show) .joinBtnBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.conditionArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.conditionArea.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;
}
.conditionArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.conditionArea.show .joinBtnBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  padding: 60px 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 770px;
  height: 90vh;
  max-height: 540px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .topBox {
  margin: 0 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #cba675;
}
.popWin .topTitle {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #4c4c4c;
  font-weight: 600;
}
.popWin .popContent {
  padding: 0 35px 0 45px;
  max-height: calc(100% - 65px);
  overflow-y: auto;
}
.popWin .close {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  overflow: hidden;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #cba675;
  /* border-radius:  50%; */
}
.popWin .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.popWin .conditionTxtItem {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popWin .conditionTxtItem .Img {
  width: 55px;
  min-width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #c8a06c;
  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;
}
.popWin .conditionTxtItem .Img img {
  display: block;
  width: 30px;
}
.popWin .conditionTxtItem .Txt {
  padding-left: 25px;
}
.popWin .conditionTxtItem .Txt .title {
  font-size: 18px;
  line-height: 18px;
  color: #4c4c4c;
}
.popWin .conditionTxtItem .Txt .text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #4c4c4c;
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 820px) {
  .popWin .topBox {
    margin: 0 30px;
  }
  .popWin .inner {
    padding: 40px 0px;
    width: 100%;
    max-width: calc(100% - 60px);
  }
  .popWin .popContent {
    padding: 0 20px 0 30px;
    max-height: calc(100% - 55px);
  }
}
@media (max-width: 768px) {
  .popWin .topBox {
    margin: 0 20px;
  }
  .popWin .popContent {
    padding: 0 10px 0 20px;
  }
  .popWin .inner {
    max-width: calc(100% - 40px);
  }
}

.brandArea {
  position: relative;
  padding: 85px 0;
  background-color: #10303b;
  border-bottom: 1px solid rgba(200, 160, 108, 0.5);
}
.brandArea .wrap {
  max-width: 1600px;
  padding: 0 50px;
}
@media (max-width: 1180px) {
  .brandArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .brandArea .wrap {
    padding: 0 20px;
  }
}
.brandArea .brandBox {
  position: relative;
}
.brandArea .brandList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brandArea .brandItem {
  padding: 40px 10px;
  width: 14.2857142857%;
}
.brandArea .brandItem:not(.last) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1340px) {
  .brandArea .brandItem {
    width: 16.6666666667%;
  }
}
@media (max-width: 1180px) {
  .brandArea .brandItem {
    width: 20%;
  }
}
@media (max-width: 900px) {
  .brandArea .brandItem {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .brandArea .brandItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 450px) {
  .brandArea .brandItem {
    width: 50%;
  }
}
.brandArea .brandItem .item {
  position: relative;
}
.brandArea .brandItem .Img {
  position: relative;
  display: block;
}
.brandArea .brandItem .Img img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (min-width: 1181px) {
  .brandArea .brandItem.hasUrl:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.brandArea:not(.show) .brandBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.brandArea.show .brandBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}