.serviceArea .Img, .serviceArea .item::after, .serviceArea .item::before, .clientsArea .clientsListTxt .text, .clientsArea .clientsListTxt .title, .clientsArea .clientsListTxt .clientsItem, .bannerArea .slick-dots li, .bannerArea .scrollDown span.text, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes bannerImgAnimation {
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes bannerImgAnimation {
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@-webkit-keyframes bannerlogoDecoShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bannerlogoDecoShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #eee;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #C19A6B;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #eee;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList > .bannerItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.bannerArea .bannerItem .Txt {
  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: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1540px;
  padding: 80px 20px 85px;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 420px;
  width: 100%;
  /*margin: 0 0 0 auto;*/
  margin: 0 auto 0 0;
  position: relative;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    margin: 0;
    max-width: 100%;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: rgba(193, 154, 107, 0.9);
  opacity: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.bannerArea .bannerItem .Txt .title em {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-style: normal;
  font-size: 70%;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  margin-top: 10px;
  opacity: 0;
  /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.5px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: rgba(225, 225, 225, 0.9);
  display: block;
  margin-top: 10px;
  opacity: 0;
  /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #eee;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #eee;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  overflow: hidden;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img .pc {
    height: 820px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img .pc {
    display: none;
  }
}
.bannerArea .bannerItem .Img .mb {
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 641px) {
  .bannerArea .bannerItem .Img .mb {
    display: none;
  }
}
.bannerArea .DecoBox {
  width: 100%;
  position: relative;
}
@media (max-width: 1180px) {
  .bannerArea .DecoBox {
    display: none;
  }
}
.bannerArea .DecoBox .lineDeco {
  width: 0;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.5);
  position: relative;
  margin: 30px 0;
  display: block;
  left: 0;
}
.bannerArea .DecoBox .logoDeco {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -28%;
  z-index: 2;
  opacity: 0;
}
.bannerArea .DecoBox .logoDeco img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 175px;
  height: 175px;
}
@media (max-width: 1180px) {
  .bannerArea .DecoBox .logoDeco img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 640px) {
  .bannerArea .DecoBox .logoDeco img {
    width: 70px;
    height: 70px;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerBtn {
  -webkit-animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-current .Txt .lineDeco {
  -webkit-animation: lineDecoShow 1s linear forwards;
          animation: lineDecoShow 1s linear forwards;
}
.bannerArea .slick-current .Txt .logoDeco {
  -webkit-animation: bannerlogoDecoShow 2s 0.4s linear forwards;
          animation: bannerlogoDecoShow 2s 0.4s linear forwards;
}
.bannerArea .slick-current .Txt .logoDeco img {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}
.bannerArea .slick-current .Img img {
  -webkit-animation: bannerImgAnimation 5s linear forwards;
          animation: bannerImgAnimation 5s linear forwards;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #eee;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #eee;
  margin-top: -2px;
  vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #C19A6B;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #C19A6B;
}
.bannerArea .arrowBox {
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 200px;
  width: 50px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 110px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1201px) {
  .bannerArea .scrollDown:hover .text {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  }
  .bannerArea .scrollDown:hover .line {
    -webkit-animation: upDown 0.7s ease-in-out infinite;
            animation: upDown 0.7s ease-in-out infinite;
  }
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #eee;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-size: 14px;
}
.bannerArea .scrollDown span.line {
  background-image: url("../images/scroll.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 37px;
  height: 55px;
}
.bannerArea .slick-dots {
  width: 15px;
  margin: 0;
  top: 50%;
  bottom: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
  z-index: 2;
}
.bannerArea .slick-dots li {
  width: 10px;
  height: 2px;
  margin: 5px 0;
  opacity: 0.5;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active {
  width: 30px;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #eee;
  background-color: #eee;
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
.bannerArea .socialBox,
.bannerArea .scrollDown,
.bannerArea .slick-dots,
.bannerArea .arrowBox {
    display: none !important;
  }
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
}
.titleBox .titleEn {
  text-transform: uppercase;
  color: #C19A6B;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  position: relative;
  display: inline-block;
  padding: 25px 0;
}
@media (max-width: 1180px) {
  .titleBox .titleEn {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 640px) {
  .titleBox .titleEn {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    padding: 15px 0;
  }
}
.titleBox .titleEn::before {
  content: "";
  position: absolute;
  width: 0px;
  width: 30px;
  height: 3px;
  background-color: #C19A6B;
  top: -3px;
  left: 0;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
@media (max-width: 1180px) {
  .titleBox .titleEn::before {
    width: 30px;
  }
}
.titleBox .titleEn::after {
  content: "";
  position: absolute;
  width: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(74, 83, 92, 0.2);
  top: -3px;
  left: 0;
  -webkit-transition: 1.2s 0.4s ease-out;
  transition: 1.2s 0.4s ease-out;
}
@media (max-width: 1180px) {
  .titleBox .titleEn::after {
    width: 100%;
  }
}
.titleBox .titleEn em {
  color: #9ea09f;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  margin: 0 0 0 15px;
}
.titleBox .titleTw {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .titleBox .titleTw {
    margin-bottom: 15px;
  }
}
.titleBox .subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: #C19A6B;
}
.titleBox .subtitle em {
  font-size: 16px;
  font-style: normal;
  color: #b5b5b5;
  margin: 0 10px;
}

.aboutArea {
  padding: 120px 0;
  position: relative;
}
.aboutArea.show::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea::before {
  content: "";
  position: absolute;
  background-image: url("../images/about_bg.png");
  width: 1170px;
  height: 232px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: linear 0.8s 0.2s;
  transition: linear 0.8s 0.2s;
  opacity: 0;
}
@media (max-width: 1180px) {
  .aboutArea::before {
    display: none;
  }
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1710px;
  margin: 0 0 0 auto;
  position: relative;
  padding: 0 0 90px;
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }
}
.aboutArea .titleBox {
  width: 100%;
}
.aboutArea .leftBox {
  width: calc(100% - 1070px);
}
@media (max-width: 1680px) {
  .aboutArea .leftBox {
    width: 40%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.aboutArea .leftBox .Txt {
  font-size: 15px;
  line-height: 1.8;
  width: 100%;
  padding: 0 90px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1536px) {
  .aboutArea .leftBox .Txt {
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .leftBox .Txt {
    padding: 0 20px;
  }
}
.aboutArea .leftBox .Txt .title {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 400;
}
.aboutArea .leftBox .Txt .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.75px;
  color: #191919;
}
.aboutArea .leftBox .btnBox {
  margin-top: 50px;
}
.aboutArea .rightBox {
  max-width: 1070px;
  width: 100%;
  position: relative;
}
@media (max-width: 1680px) {
  .aboutArea .rightBox {
    width: 60%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    z-index: 1;
    margin: 0 0 0 auto;
  }
}
.aboutArea .rightBox::before {
  content: "";
  position: absolute;
  background-image: url("../images/about_bg.png");
  width: 1157px;
  height: 350px;
  background-position: center;
  background-repeat: repeat-y;
  background-size: auto;
  top: -35%;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .aboutArea .rightBox::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .aboutArea .rightBox::before {
    z-index: -1;
  }
}
@media (max-width: 640px) {
  .aboutArea .rightBox::before {
    height: 200px;
  }
}
.aboutArea .rightBox .aboutLogo {
  position: absolute;
  width: 252px;
  height: 252px;
  top: 25%;
  left: -12%;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .aboutLogo {
    display: none;
  }
}
.aboutArea .rightBox .aboutLogo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .rightBox .Img {
  width: 100%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .Img {
    width: 95%;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 640px) {
  .aboutArea .rightBox .Img {
    /*width: 95%;*/
    width: 100%;
    border-radius: 20px 20px 20px 20px;
  }
}
.aboutArea .rightBox .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .aboutListOutBox {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eee;
  max-width: 790px;
  width: 100%;
  border-radius: 20px;
  padding-top: 50px;
  z-index: 3;
}
@media (max-width: 1680px) {
  .aboutArea .aboutListOutBox {
    bottom: -13%;
    left: 5%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutListOutBox {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 30px;
    width: 90%;
    padding: 0;
  }
  /*.aboutArea .aboutListOutBox::after {
    content: "";
    position: absolute;
    background-image: url("../images/about_logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 160px;
    height: 160px;
    bottom: -50%;
    left: 35%;
  }*/
}
@media (max-width: 768px) {
  .aboutArea .aboutListOutBox::after {
    left: 38%;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutListOutBox::after {
    left: 25%;
  }
}
.aboutArea .aboutListOutBox .aboutListBox {
  position: relative;
  width: 100%;
}
.aboutArea .aboutListOutBox .aboutList {
  width: 100%;
}
.aboutArea .aboutListOutBox .aboutList > .aboutItem {
  float: left;
  width: 33.3333333333%;
}
.aboutArea .aboutListOutBox .aboutList > .aboutItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .aboutArea .aboutListOutBox .aboutList > .aboutItem {
    float: left;
    width: 50%;
  }
  .aboutArea .aboutListOutBox .aboutList > .aboutItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}

@media (max-width: 480px) {
  /*.aboutArea .aboutListOutBox .aboutList > .aboutItem {
    width: 100%;
  }
  .aboutArea .aboutListOutBox .aboutList > .aboutItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }*/
}

@media (max-width: 768px) {
  .aboutArea .aboutListOutBox .aboutList .slick-slide.slick-active + .slick-active .item {
    border-left: 1px solid #cccccc;
  }
}
.aboutArea .aboutListOutBox .aboutItem {
  padding: 50px 0;
}
.aboutArea .aboutListOutBox .item {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #ccc;
}
@media (max-width: 768px) {
  .aboutArea .aboutListOutBox .item {
    border-right: 1px solid rgba(204, 204, 204, 0);
  }
}
.aboutArea .aboutListOutBox .Img {
  width: 50px;
  height: 50px;
}
.aboutArea .aboutListOutBox .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .aboutListOutBox .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: #0d0d0d;
  margin-top: 15px;
}
.aboutArea .aboutListOutBox .title a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: #0d0d0d;
}

@media (max-width: 480px) {
  .aboutArea .aboutListOutBox .title {
  font-size: 15px;
  }
}

.aboutArea .arrowBox {
  top: 40%;
}
@media (max-width: 1180px) {
  .aboutArea .arrowBox {
    top: 50%;
  }
}

.clientsArea {
  position: relative;
  margin-bottom: 120px;
  height: 920px;
}
@media (max-width: 1180px) {
  .clientsArea {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .clientsArea {
    height: 640px;
  }
}
.clientsArea .titleBox {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  max-width: 435px;
  width: 100%;
  text-align: center;
}
.clientsArea .titleBox .titleEn {
  color: #eee;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.clientsArea .titleBox .titleEn em {
  color: #eee;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.clientsArea .titleBox .titleEn::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #eee;
  top: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.clientsArea .titleBox .titleTw {
  color: #eee;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.clientsArea .Img {
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
.clientsArea .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .clientsArea .Img img {
    height: 470px;
  }
}
.clientsArea .clientsListBoxImg {
  position: relative;
}
.clientsArea .clientsListBoxImg > .clientsItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.clientsArea .clientsListBoxImg .slick-current .Img img {
  -webkit-animation: bannerImgAnimation 5s linear forwards;
          animation: bannerImgAnimation 5s linear forwards;
}
.clientsArea .clientsListBoxTxt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
.clientsArea .clientsListTxt {
  width: 100%;
  height: 100%;
  padding-bottom: 20%;
}
.clientsArea .clientsListTxt > .clientsItem {
  float: left;
  width: 33.3333333333%;
}
.clientsArea .clientsListTxt > .clientsItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 640px) {
  .clientsArea .clientsListTxt > .clientsItem {
    width: 100%;
  }
  .clientsArea .clientsListTxt > .clientsItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.clientsArea .clientsListTxt .clientsItem {
  border: 1px solid rgba(74, 83, 92, 0);
  border-radius: 0 0 20px 20px;
  padding: 10px 0px;
}
.clientsArea .clientsListTxt .clientsItem.slick-current {
  border: 1px solid #9ea09f;
}
.clientsArea .clientsListTxt .clientsItem.slick-current .Txt .text {
  -webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
@media (max-width: 640px) {
  .clientsArea .clientsListTxt .clientsItem {
    border: 1px solid #9ea09f;
  }
  .clientsArea .clientsListTxt .clientsItem .Txt .title {
    -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
            animation: textSlideUpAnimation 0.8s ease-in-out forwards;
  }
  .clientsArea .clientsListTxt .clientsItem .Txt .text {
    -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
            animation: textSlideUpAnimation 0.8s ease-in-out forwards;
  }
}
@media (min-width: 1201px) {
  .clientsArea .clientsListTxt .clientsItem:hover {
    border: 1px solid #9ea09f;
  }
  .clientsArea .clientsListTxt .clientsItem:hover .Txt .text {
    -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
            animation: textSlideUpAnimation 0.8s ease-in-out forwards;
  }
}
.clientsArea .clientsListTxt .item {
  width: 100%;
  height: 915px;
  position: relative;
  pointer-events: none;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .clientsArea .clientsListTxt .item {
    height: 635px;
  }
}
.clientsArea .clientsListTxt .Txt {
  width: 100%;
  padding: 0 55px 80px;
  text-align: center;
}
@media (max-width: 640px) {
  .clientsArea .clientsListTxt .Txt {
    padding: 0 50px 50px;
  }
}
.clientsArea .clientsListTxt .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .clientsArea .clientsListTxt .title {
    padding-bottom: 10px;
  }
}
.clientsArea .clientsListTxt .title::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #C19A6B;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.clientsArea .clientsListTxt .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.clientsArea .clientsListTxt .title .titleTw {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: #eee;
  padding-bottom: 10px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
.clientsArea .clientsListTxt .title .titleEn {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}
.clientsArea .clientsListTxt .text {
  margin-top: 45px;
  height: 80px;
  width: 100%;
  display: block;
  opacity: 0;
  color: #191919;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
.clientsArea .clientsListTxt .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto;
}
.clientsArea .arrowBox_horizontal_bk {
  width: 95%;
  z-index: 2;
}

.serviceArea {
  padding: 20px 0 0;
  width: 100%;
  position: relative;
}
.serviceArea .serviceBox {
  max-width: 1540px;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /*padding: 75px 0;
  margin: -75px 0 0;*/
  margin: 35px 0 0;
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox {
    overflow: auto;
    margin: 0px 0 0;
    padding: 40px 0 0;
  }
}
.serviceArea .serviceListBox {
  width: 100%;
  position: relative;
  /*-webkit-transform: rotate(-8deg) translateZ(0);
          transform: rotate(-8deg) translateZ(0);*/
}
@media (max-width: 1180px) {
  .serviceArea .serviceListBox {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
}
.serviceArea .slick-list {
  overflow: visible;
}
@media (max-width: 1180px) {
  .serviceArea .slick-list {
    overflow: hidden;
  }
}
.serviceArea .serviceList {
  position: relative;
  margin: 0 -45px;
}
@media (max-width: 1180px) {
  .serviceArea .serviceList {
    margin: 0;
  }
}
.serviceArea .serviceList > .serviceItem {
  float: left;
  width: 33.3333333333%;
}
.serviceArea .serviceList > .serviceItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 960px) {
  .serviceArea .serviceList > .serviceItem {
    float: left;
    width: 50%;
  }
  .serviceArea .serviceList > .serviceItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .serviceArea .serviceList > .serviceItem {
    width: 100%;
  }
  .serviceArea .serviceList > .serviceItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.serviceArea .serviceItem {
  position: relative;
  padding: 30px 45px;
}
@media (max-width: 1180px) {
  .serviceArea .serviceItem {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .serviceArea .serviceItem {
    padding: 30px 0px;
  }
}
@media (min-width: 1201px) {
  .serviceArea .serviceItem:hover .item::before, .serviceArea .serviceItem:hover .item::after {
    height: 100%;
  }
  .serviceArea .serviceItem:hover .Img {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .serviceArea .serviceItem:hover .Img a:before {
    opacity: 1;
  }
  .serviceArea .serviceItem:hover .Img img {
    opacity: 0.4;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .serviceArea .serviceItem:hover .Txt {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin: 0px;
  }
  .serviceArea .serviceItem:hover .Txt .title a {
    color: #C19A6B;
  }
}
.serviceArea .item {
  max-width: 590px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  border-radius: 25px;
  /*-webkit-transform: rotate(8deg) translateZ(0);
          transform: rotate(8deg) translateZ(0);*/
  padding: 20px;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
@media (max-width: 1180px) {
  .serviceArea .item {
    height: auto;
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
}
.serviceArea .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*height: 90%;*/
  border-radius: 20px;
  border: 1px solid #C19A6B;
  z-index: -1;
}
.serviceArea .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*height: 90%;*/
  border-radius: 20px;
  border: 4px solid rgba(74, 83, 92, 0.5);
  z-index: -1;
}
.serviceArea .Img {
  max-width: 470px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.serviceArea .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 300px;
  object-fit: cover;
}
.serviceArea .Txt {
  padding: 20px 0;
}
.serviceArea .Txt .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: #0d0d0d;
  border-left: 2px solid #C19A6B;
  padding: 0 20px;
}
.serviceArea .Txt .title a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: #0d0d0d;
}
.serviceArea .Txt .text {
  width: 100%;
  margin-top: 10px;
  /*height: 80px;*/
  color: #191919;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
.serviceArea .btnBox {
  position: absolute;
  top: 3%;
  left: -11%;
  right: 0;
  margin: 0 auto;
  width: 210px;
}
@media (max-width: 1180px) {
  .serviceArea .btnBox {
    position: relative;
    left: 0;
    top: 0;
    margin: 30px 0 0;
  }
}
.serviceArea .arrowBox {
  position: absolute;
  top: 50%;
  right: 7%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 150px;
  width: 50px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .serviceArea .arrowBox {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: auto;
    width: 150px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    right: 0;
  }
}
@media (max-width: 1180px) {
  .serviceArea .arrowBox .arrowPrev::before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
}
@media (max-width: 1180px) {
  .serviceArea .arrowBox .arrowNext::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.contactArea {
  width: 100%;
  padding: 150px 0 120px;
}
@media (max-width: 1180px) {
  .contactArea {
    padding: 60px 0;
  }
}
.contactArea .wrap {
  max-width: 1800px;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1180px) {
  .contactArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contactArea .TxtBox {
  position: absolute;
  max-width: 470px;
  width: 100%;
  right: 10%;
  background-color: #9ea09f;
  padding: 50px 80px;
  border-radius: 20px;
}
@media (max-width: 1180px) {
  .contactArea .TxtBox {
    position: relative;
    right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: -40px auto 0;
    max-width: 100%;
    width: 90%;
    z-index: 2;
  }
}
@media (max-width: 640px) {
  .contactArea .TxtBox {
    padding: 40px 20px;
  }
}
.contactArea .TxtBox .titleEn {
  color: #eee;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
}
.contactArea .TxtBox .titleEn::before {
  background-color: #eee;
}
.contactArea .TxtBox .titleEn em {
  color: #eee;
}
.contactArea .TxtBox .titleTw {
  color: #eee;
}

.contactArea .TxtBox .titleTw a {
  color: #eee;
}
.contactArea .TxtBox .text {
  width: 100%;
  margin-top: 10px;
  height: 80px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
.contactArea .Img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .contactArea .Img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.contactArea .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .contactArea .Img img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 26% 0;
       object-position: 26% 0;
  }
}
@media (max-width: 640px) {
  .contactArea .Img img {
    height: 300px;
  }
}

.yt1920 {display: block;}
.yt1180 {display: none;}
.yt640 {display: none;}

@media (max-width: 1180px) {
  .yt1920 {display: none;}
  .yt1180 {display: block;}
  .yt640 {display: none;}
}

@media (max-width: 640px) {
  .yt1920 {display: none;}
  .yt1180 {display: none;}
  .yt640 {display: block;}
}