@charset "UTF-8";
.serviceArea .serviceList .Txt .subtitle, .serviceArea .serviceList .Txt .title, .serviceArea .serviceList .num, .serviceArea .serviceList .item::before, .catalogArea .Txt .title, .catalogArea .catalogBox .rightBox .item::after, .catalogArea .catalogBox .rightBox .item::before, .workArea .workBox .anchorBox .anchorItem a::before, .bannerArea .scrollDown span, .bannerArea .videoBox .videoBtn, .bannerArea .videoBox .videoPlay .play::before, .bannerArea .videoBox .videoPlay::before, .bannerArea .videoBox .videoPlay::after, .bannerArea .videoBox .videoPlay, .bannerArea .videoBox .videoClose::before, .bannerArea .videoBox .videoClose::after, .bannerArea .videoBox .videoClose, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.outerWrap {
  padding: 0;
  background: transparent;
}
.outerWrap .headerBox {
  position: relative;
  /*padding-bottom: 75px;*/
}
@media (max-width: 1180px) {
  .outerWrap .headerBox {
    padding: 0;
  }
}

.titleBox {
  padding: 0;
}

.btnBox {
  margin: 0;
}

.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: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -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: #b19365;
  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: #fff;
}
.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: #b19365;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.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 .slick-slide {
  opacity: 1 !important;
}
.bannerArea .bannerItem .item.current .ImgBox .Img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
  transition: all 1s cubic-bezier(0.5, 0, 0, 1);
}
.bannerArea .bannerItem .item.current .ImgBox .Img.ImgLeft, .bannerArea .bannerItem .item.current .ImgBox .Img.ImgRight {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item.current .ImgBox .Img.ImgLeft, .bannerArea .bannerItem .item.current .ImgBox .Img.ImgRight {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media (max-width: 768px) {
.bannerArea .bannerItem .item.current .ImgBox .Img.ImgRight {
    display: none;
  }

}

.bannerArea .bannerItem .item.current .ImgBox .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
  transition: all 1s cubic-bezier(0.5, 0, 0, 1);
}
.bannerArea .bannerItem .ImgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .ImgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bannerArea .bannerItem .ImgBox .Img {
  width: 50%;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .ImgBox .Img {
    width: 100%;
    height: 380px;
  }
}
.bannerArea .bannerItem .ImgBox .Img.ImgLeft {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .ImgBox .Img.ImgLeft {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
.bannerArea .bannerItem .ImgBox .Img.ImgRight {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .ImgBox .Img.ImgRight {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.bannerArea .bannerItem .ImgBox .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .ImgBox .Img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1550px;
  padding: 45px 130px 30px;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 130px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
    /*padding-bottom: 90px;*/
    padding-bottom: 0px;
  }
}
.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;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px #666;
}
.bannerArea .bannerItem .Txt .title {
  display: block;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 11px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    /*font-size: 35px;*/
    font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.5;
  }
}
.bannerArea .bannerItem .Txt .decoTitle {
  display: inline-block;
  padding-top: 6px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 18px;
  }
}
.bannerArea .bannerItem .Txt .decoTitle .deco {
  padding: 0 10px;
  position: relative;
}
.bannerArea .bannerItem .Txt .decoTitle .deco::before, .bannerArea .bannerItem .Txt .decoTitle .deco::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
}
.bannerArea .bannerItem .Txt .decoTitle .deco::before {
  right: 100%;
}
.bannerArea .bannerItem .Txt .decoTitle .deco::after {
  left: 100%;
}
.bannerArea .bannerItem .Txt .subtitle {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
  }
}
.bannerArea .bannerItem .Txt .text {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  color: #fff;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .btnBox {
  padding-top: 30px;
  margin: 0 auto;
  opacity: 0;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .decoTitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
}
.bannerArea .logoImg {
  position: absolute;
  top: 5.5%;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  display: block;
  width: 120px;
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerArea .logoImg {
    display: none;
  }
}
.bannerArea .logoImg img {
  display: block;
  width: 100%;
  height: auto;
}
.bannerArea .arrowBox {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.bannerArea .arrowBox .arrow {
  width: 55px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 3%;
  z-index: 2;
}
@media (max-width: 768px) {
  .bannerArea .socialBox {
    display: none;
  }
}
.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: 3px 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: #fff;
  display: block;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #b19365;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #b19365;
  }
}
.bannerArea .videoBox .videoClose {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1201px) {
  .bannerArea .videoBox .videoClose:hover::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .bannerArea .videoBox .videoClose:hover::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.bannerArea .videoBox .videoClose.show {
  opacity: 1;
  pointer-events: all;
}
.bannerArea .videoBox .videoClose::before, .bannerArea .videoBox .videoClose::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 2px;
  background: #b19365;
}
.bannerArea .videoBox .videoClose::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.bannerArea .videoBox .videoClose::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.bannerArea .videoBox .videoPlay {
  position: absolute;
  bottom: 22%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .bannerArea .videoBox .videoPlay {
    bottom: 10%;
  }
}
@media (min-width: 1201px) {
  .bannerArea .videoBox .videoPlay:hover {
    background: #b19365;
  }
  .bannerArea .videoBox .videoPlay:hover::before, .bannerArea .videoBox .videoPlay:hover::after {
    background: #b19365;
  }
  .bannerArea .videoBox .videoPlay:hover .play::before {
    border-color: transparent transparent transparent #fff;
  }
}
.bannerArea .videoBox .videoPlay::before, .bannerArea .videoBox .videoPlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
  pointer-events: none;
}
.bannerArea .videoBox .videoPlay::before {
  -webkit-animation: videoAnimation 3s linear infinite;
          animation: videoAnimation 3s linear infinite;
}
.bannerArea .videoBox .videoPlay::after {
  -webkit-animation: videoAnimation 3s 1s linear infinite;
          animation: videoAnimation 3s 1s linear infinite;
}
.bannerArea .videoBox .videoPlay .play {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  pointer-events: none;
}
.bannerArea .videoBox .videoPlay .play::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 7px);
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #000;
}
.bannerArea .videoBox .videoBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  aspect-ratio: 48/47;
  pointer-events: none;
  opacity: 0;
}
.bannerArea .videoBox .videoBtn.show {
  pointer-events: all;
  opacity: 1;
}
.bannerArea .videoBox .videoBtn iframe {
  height: 100%;
  width: 100%;
}
.bannerArea .scrollDown {
  position: absolute;
  bottom: 60px;
  right: 45px;
  z-index: 2;
  padding: 0 10px;
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
@media (min-width: 1201px) {
  .bannerArea .scrollDown:hover .text {
    color: #b19365;
  }
  .bannerArea .scrollDown:hover .line {
    background: #b19365;
  }
}
.bannerArea .scrollDown span {
  position: relative;
  display: block;
}
.bannerArea .scrollDown span.text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  padding-bottom: 38px;
}
.bannerArea .scrollDown span.line {
  position: absolute;
  bottom: 0;
  right: 17px;
  z-index: 1;
  width: 1px;
  height: 30px;
  background-color: #fff;
}

.aboutArea {
  position: relative;
  padding: 295px 0 325px;
  min-height: 1115px;
  background-image: url("../images/about_bg.jpg");
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 1368px) {
  .aboutArea {
    min-height: 980px;
    padding: 255px 0 250px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 180px 0;
    min-height: 910px;
  }
}
.aboutArea::before, .aboutArea::after {
  content: "CHUAN YANG DESIGN";
  position: absolute;
  bottom: 165px;
  z-index: 2;
  padding: 0 60px;
  display: block;
  font-size: 125px;
  letter-spacing: 8px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  pointer-events: none;
  -webkit-animation: scroll 100s linear infinite;
          animation: scroll 100s linear infinite;
}
@media (max-width: 1368px) {
  .aboutArea::before, .aboutArea::after {
    bottom: 70px;
  }
}
@media (max-width: 1180px) {
  .aboutArea::before, .aboutArea::after {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .aboutArea::before, .aboutArea::after {
    bottom: 80px;
    font-size: 70px;
  }
}
.aboutArea::after {
  -webkit-animation-delay: -50s;
          animation-delay: -50s;
}
.aboutArea .ImgBox .Img {
  position: absolute;
  z-index: 1;
}
.aboutArea .ImgBox .Img1 {
  top: 31.3%;
  left: 0;
  width: 522px;
}
@media (max-width: 1368px) {
  .aboutArea .ImgBox .Img1 {
    top: auto;
    bottom: 5%;
    width: 422px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .ImgBox .Img1 {
    opacity: 0.8;
    width: 322px;
  }
}
@media (max-width: 768px) {
  .aboutArea .ImgBox .Img1 {
    width: 230px;
  }
}
.aboutArea .ImgBox .Img1 img {
  -webkit-animation: aboutImgAnimation 10s ease-in-out infinite;
          animation: aboutImgAnimation 10s ease-in-out infinite;
}
.aboutArea .ImgBox .Img2 {
  top: 0;
  left: 50%;
  width: 255px;
}
@media (max-width: 1368px) {
  .aboutArea .ImgBox .Img2 {
    width: 200px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .ImgBox .Img2 {
    opacity: 0.8;
    font-size: 150px;
  }
}
@media (max-width: 768px) {
  .aboutArea .ImgBox .Img2 {
    width: 107px;
  }
}
.aboutArea .ImgBox .Img2 img {
  -webkit-animation: aboutImgAnimation 7s -0.8s ease-in-out infinite;
          animation: aboutImgAnimation 7s -0.8s ease-in-out infinite;
}
.aboutArea .ImgBox .Img3 {
  top: 18.8%;
  right: 5.3%;
  width: 395px;
}
@media (max-width: 1368px) {
  .aboutArea .ImgBox .Img3 {
    right: 3%;
    width: 350px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .ImgBox .Img3 {
    opacity: 0.8;
    top: 30%;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .aboutArea .ImgBox .Img3 {
    right: 0;
    width: 172px;
    display: none;
  }
}
/*.aboutArea .ImgBox .Img3::before {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 30px;
  background-image: url("../images/about_people.png");
  display: block;
  width: 223px;
  height: auto;
  aspect-ratio: 38/37;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .aboutArea .ImgBox .Img3::before {
    bottom: -15px;
    width: 105px;
  }
}*/
.aboutArea .ImgBox .Img4 {
  bottom: 136px;
  right: 29.2%;
  width: 280px;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1368px) {
  .aboutArea .ImgBox .Img4 {
    bottom: 90px;
  }
}
@media (max-width: 768px) {
  .aboutArea .ImgBox .Img4 {
    width: 135px;
    right: 5%;
  }
}
.aboutArea .ImgBox .Img img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutArea .wrap {
  position: relative;
  z-index: 3;
}
.aboutArea .titleBox .title {
  font-size: 45px;
  line-height: 1.5;
  letter-spacing: 3.5px;
}
@media (max-width: 768px) {
  .aboutArea .titleBox .title {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .aboutArea .titleBox .title {
    font-size: 30px;
  }
}
.aboutArea .titleBox .subtitle {
  padding: 0;
  margin-top: -5px;
}
.aboutArea .textEditor {
  padding-top: 33px;
  font-size: 15px;
  text-align: center;
  line-height: 2.18;
  letter-spacing: 1.5px;
  color: #353535;
}
.aboutArea .btnBox {
  padding-top: 50px;
}

.workArea {
  position: relative;
  overflow: hidden;
}
.workArea .wrap {
  max-width: 100%;
  padding: 0;
}
.workArea .workBox {
  position: relative;
}
@media (max-width: 1180px) {
  .workArea .workBox {
    display: none;
  }
}
.workArea .workBox .anchorBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 63px;
  z-index: 3;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  max-width: 1230px;
  width: 100%;
}
.workArea .workBox .anchorBox::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: calc(100% + 60px);
  height: 1px;
  background: rgba(249, 249, 249, 0.35);
}
.workArea .workBox .anchorBox .anchorList {
  margin: 0 -29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.workArea .workBox .anchorBox .anchorItem {
  padding: 0 19px;
}
.workArea .workBox .anchorBox .anchorItem.current a::before {
  width: calc(100% - 20px);
}
@media (min-width: 1201px) {
  .workArea .workBox .anchorBox .anchorItem:hover a::before {
    width: calc(100% - 20px);
  }
}
.workArea .workBox .anchorBox .anchorItem a {
  position: relative;
  padding: 5px 10px;
  display: block;
  letter-spacing: 1px;
  color: #fff;
}
.workArea .workBox .anchorBox .anchorItem a::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
}
.workArea .workBox .workItem {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 792px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.workArea .workBox .workItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.workArea .workBox .workItem.current {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.workArea .workBox .workItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.workArea .workBox_m {
  padding-bottom: 40px;
}
@media (min-width: 1181px) {
  .workArea .workBox_m {
    display: none;
  }
}
.workArea .workItem {
  position: relative;
}
.workArea .workItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.workArea .item {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1230px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px) {
  .workArea .item {
    position: relative;
    padding: 0;
  }
}
.workArea .item .Img {
  position: relative;
  height: 700px;
}
@media (max-width: 768px) {
  .workArea .item .Img {
    height: 600px;
  }
}
.workArea .item .Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.workArea .item .Img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.workArea .item .Txt {
  padding: 130px 0 40px;
  text-shadow: 0px 0px 5px #333;
}
@media (max-width: 1180px) {
  .workArea .item .Txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 130px 20px 40px;
  }
}
@media (max-width: 768px) {
  .workArea .item .Txt {
    /*padding: 30px 20px;*/
  }
}
.workArea .item .Txt .textEditor {
  padding-top: 25px;
  font-weight: 600;
  /*line-height: 2.23;*/
  letter-spacing: 0.6px;
  color: #fff;
}
.workArea .item .btnBox {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .workArea .item .btnBox {
    padding-top: 30px;
  }
}

.catalogArea {
  position: relative;
  z-index: 0;
  padding: 105px 0 120px;
}
@media (max-width: 768px) {
  .catalogArea {
    padding: 60px 0 80px;
  }
}
.catalogArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 28%;
  height: 100%;
  background-image: url(../images/profolio_bg_dots.jpg);
  background-position: center center;
}
.catalogArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/profolio_bg.jpg);
  background-position: center center;
}
.catalogArea .peopleImg {
  pointer-events: none;
}
@media (max-width: 768px) {
  .catalogArea .peopleImg {
    display: none;
  }
}
.catalogArea .peopleImg .people {
  position: absolute;
  z-index: -1;
}
.catalogArea .peopleImg .people1 {
  top: 70px;
  right: 105px;
  width: 200px;
}
.catalogArea .peopleImg .people2 {
  bottom: -10px;
  right: 17.8%;
  width: 225px;
}
.catalogArea .peopleImg .people3 {
  bottom: -90px;
  right: 9.9%;
  width: 220px;
}
.catalogArea .peopleImg .people img {
  display: block;
  width: 100%;
}
.catalogArea .wrap {
  position: relative;
  width: 100%;
  max-width: 1630px;
  margin: 0 auto 0 0;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 1180px) {
  .catalogArea .wrap {
    padding: 0 20px;
  }
}
.catalogArea .topBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 36.2%;
}
@media (max-width: 1180px) {
  .catalogArea .topBox {
    position: static;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
  }
}
.catalogArea .topBox .titleBox {
  padding: 0 20px;
}
@media (max-width: 1180px) {
  .catalogArea .topBox .titleBox {
    padding: 0;
  }
}
.catalogArea .bottomBox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36.2%;
}
@media (max-width: 1180px) {
  .catalogArea .bottomBox {
    display: none;
  }
}
.catalogArea .bottomBox .btnBox {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
}
.catalogArea .classBoxRow {
  margin: 15px 0 50px;
}
@media (max-width: 1180px) {
  .catalogArea .classBoxRow {
    display: none;
  }
}
.catalogArea .classBoxRow .classLink {
  display: block;
  width: 100%;
  margin: 0 -5px;
}
.catalogArea .classBoxRow .classLink li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  display: block;
  width: 1px;
  height: 15px;
  background: #dcdcdc;
}
.catalogArea .classBoxRow .classLink a, .catalogArea .classBoxRow .classLink span {
  padding: 6px 10px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .catalogBox {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1180px) {
  .catalogArea .catalogBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.catalogArea .catalogBox .leftBox {
  padding-right: 75px;
  width: 63.8%;
}
@media (max-width: 1440px) {
  .catalogArea .catalogBox .leftBox {
    padding-right: 0;
  }
}
@media (max-width: 1180px) {
  .catalogArea .catalogBox .leftBox {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
  }
}
.catalogArea .catalogBox .rightBox {
  padding: 194px 0 105px;
  width: 36.2%;
}
@media (max-width: 1180px) {
  .catalogArea .catalogBox .rightBox {
    padding: 40px 0 50px;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catalogArea .catalogBox .rightBox {
    padding: 20px 0 50px;
  }
}
.catalogArea .catalogBox .rightBox .catalogList {
  padding-left: 32px;
}
@media (max-width: 1180px) {
  .catalogArea .catalogBox .rightBox .catalogList {
    padding: 0;
  }
}
.catalogArea .catalogBox .rightBox .item {
  position: relative;
  padding: 43px 60px 12px 70px;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .catalogArea .catalogBox .rightBox .item {
    padding-left: 40px;
  }
}
.catalogArea .catalogBox .rightBox .item::before {
  content: "";
  position: absolute;
  bottom: 27px;
  right: 13px;
  display: block;
  background-image: url("../images/arrow.png");
  width: 35px;
  height: 5px;
  pointer-events: none;
}
.catalogArea .catalogBox .rightBox .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 2px;
  background: #b19365;
}
@media (min-width: 1201px) {
  .catalogArea .catalogBox .rightBox .item:hover::before {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-filter: invert(47%) sepia(98%) saturate(303%) hue-rotate(138deg) brightness(88%) contrast(87%);
            filter: invert(47%) sepia(98%) saturate(303%) hue-rotate(138deg) brightness(88%) contrast(87%);
  }
  .catalogArea .catalogBox .rightBox .item:hover::after {
    width: 100%;
  }
  .catalogArea .catalogBox .rightBox .item:hover .Txt .title {
    color: #b19365;
  }
}
.catalogArea .catalogBox .rightBox .item.current::before {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-filter: invert(47%) sepia(98%) saturate(303%) hue-rotate(138deg) brightness(88%) contrast(87%);
          filter: invert(47%) sepia(98%) saturate(303%) hue-rotate(138deg) brightness(88%) contrast(87%);
}
.catalogArea .catalogBox .rightBox .item.current::after {
  width: 100%;
}
.catalogArea .catalogBox .rightBox .item.current .Txt .title {
  color: #b19365;
}
.catalogArea .catalogBox .rightBox .item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.catalogArea .catalogBox .rightBox .btnBox {
  padding-top: 40px;
}
@media (min-width: 1181px) {
  .catalogArea .catalogBox .rightBox .btnBox {
    display: none;
  }
}
.catalogArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogArea .num {
  position: absolute;
  top: 15px;
  left: 0;
  color: #888;
}
.catalogArea .Txt {
  position: relative;
}
.catalogArea .Txt .textBox {
  position: relative;
}
.catalogArea .Txt .subtitle {
  position: absolute;
  top: -30px;
  left: 0;
  font-weight: 600;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalogArea .Txt .title {
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalogArea .slick-dots {
  bottom: -30px;
}
@media (min-width: 1181px) {
  .catalogArea .slick-dots {
    display: none !important;
  }
}

.serviceArea {
  padding-top: 105px;
  background-image: url("../images/service_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .serviceArea {
    background-size: 1903px;
  }
}
@media (max-width: 1180px) {
  .serviceArea {
    padding-bottom: 250px;
  }
}
@media (max-width: 768px) {
  .serviceArea {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.serviceArea .wrap {
  max-width: 1280px;
}
.serviceArea .serviceBox .Txt {
  text-align: center;
}
.serviceArea .serviceBox .textEditor {
  padding-top: 22px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 2px;
  color: #353535;
}
.serviceArea .serviceBox .btnBox {
  padding-top: 35px;
}
.serviceArea .serviceList {
  padding-top: 78px;
}
@media (max-width: 768px) {
  .serviceArea .serviceList {
    padding-top: 50px;
  }
}
.serviceArea .serviceList .slick-track {
  margin-bottom: 290px;
}
@media (max-width: 1180px) {
  .serviceArea .serviceList .slick-track {
    margin-bottom: 0;
  }
}

/*
.serviceArea .serviceList .slick-slide:first-child .item::after {
  top: 91%;
  left: 20px;
  width: 14px;
  height: 303px;
  background-image: url("../images/service_line1.png");
}
.serviceArea .serviceList .slick-slide:nth-child(2) .item::after {
  top: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 309px;
  background-image: url("../images/service_line2.png");
}
.serviceArea .serviceList .slick-slide:nth-child(3) .item::after {
  top: 85%;
  left: 2px;
  width: 71px;
  height: 313px;
  background-image: url("../images/service_line3.png");
}
.serviceArea .serviceList .slick-slide:nth-child(4) .item::after {
  top: 80%;
  left: -82px;
  width: 117px;
  height: 322px;
  background-image: url("../images/service_line4.png");
}
.serviceArea .serviceList .slick-slide:nth-child(5) .item::after {
  top: 88%;
  left: 15px;
  width: 60px;
  height: 312px;
  background-image: url("../images/service_line5.png");
}
.serviceArea .serviceList .slick-slide:nth-child(6) .item::after {
  top: 90%;
  left: -38px;
  width: 115px;
  height: 310px;
  background-image: url("../images/service_line6.png");
}
*/

.serviceArea .serviceList .serviceItem {
  padding: 0 10px;
}
.serviceArea .serviceList .item {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  aspect-ratio: 1/1;
  border: 1px solid #b19365;
  border-radius: 100%;
}
@media (min-width: 1201px) {
  .serviceArea .serviceList .item:hover::before {
    -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
  }
  .serviceArea .serviceList .item:hover .num {
    background: #fff;
    color: #b19365;
  }
  .serviceArea .serviceList .item:hover .Txt .title {
    color: #fff;
  }
  .serviceArea .serviceList .item:hover .Txt .subtitle {
    color: #fff;
  }
}
.serviceArea .serviceList .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: #b19365;
  border-radius: 100%;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
}
.serviceArea .serviceList .item::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .serviceArea .serviceList .item::after {
    display: none;
  }
}
.serviceArea .serviceList .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
}
.serviceArea .serviceList .num {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
  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;
  width: 40px;
  height: 40px;
  background: #b19365;
  border: 1px solid #b19365;
  border-radius: 100%;
  color: #fff;
  pointer-events: none;
}
.serviceArea .serviceList .Txt {
  position: relative;
  z-index: 2;
  padding: 10px;
  text-align: center;
}
.serviceArea .serviceList .Txt .title {
  font-size: 22px;
}
.serviceArea .serviceList .Txt .subtitle {
  color: #666;
}
.serviceArea .serviceList a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.serviceArea .serviceList .slick-dots {
  bottom: -30px;
}
@media (min-width: 1181px) {
  .serviceArea .serviceList .slick-dots {
    display: none !important;
  }
}

.contactArea {
  padding: 105px 0 120px;
  background-image: url("../images/contact_bg.jpg");
}
@media (max-width: 768px) {
  .contactArea {
    padding: 60px 0;
  }
}
.contactArea .contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .contactArea .contactBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contactArea .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 90px;
  padding-bottom: 20px;
}
@media (max-width: 1180px) {
  .contactArea .leftBox {
    padding: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.contactArea .leftBox .textEditor {
  padding-top: 25px;
  letter-spacing: 0.5px;
  color: #666;
}
.contactArea .leftBox .textEditor .introduction {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #353535;
}
.contactArea .leftBox .textEditor .text {
  padding-top: 13px;
}
.contactArea .btnBox {
  padding-top: 50px;
}
.contactArea .rightBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 15px;
  flex-shrink: 0;
  width: 64.2%;
}
@media (max-width: 1180px) {
  .contactArea .rightBox {
    padding-top: 50px;
    width: 100%;
  }
}
.contactArea .rightBox .googleMapBox iframe {
  width: 100%;
  aspect-ratio: 83/43;
}
@media (max-width: 640px) {
  .contactArea .rightBox .googleMapBox iframe {
    height: 340px;
  }
}
.contactArea .rightBox #map {
  width: 100%;
  aspect-ratio: 83/43;
}
@media (max-width: 640px) {
  .contactArea .rightBox #map {
    height: 340px;
  }
}