<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  transition: all 0.5s;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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;
  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;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #f1bc1e;
  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: #f1bc1e;
  }
  .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;
  background-color: #f9f8f3;
}

.bannerArea {
  position: relative;
  /*
  	.slick-current {
  		.bannerItem{
  			.Txt {
  				.classTitle{
  					animation: slideUpAnimation 0.8s ease-in-out forwards;
  				}
  				.subtitle {
  					animation: slideUpAnimation 0.8s ease-in-out forwards;
  				}

  				.title {
  					animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
  				}

  				.text {
  					animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
  				}

  				.btnBox {
  					animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
  				}

  				.bannerVideo {
  					animation: slideUpAnimation 0.8s 1.5s ease-in-out forwards;
  					// &amp;::after {
  					// 	animation: rotate 50s linear forwards;
  					// }
  				}
  			}
  		}
  	}
  	*/
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem &gt; .Txt {
  max-width: 1454px;
  padding: 9.25% 20px 38px;
  width: calc(100% - 140px);
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem &gt; .Txt {
    padding: 38px 20px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem &gt; .Txt {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem &gt; .Txt {
    display: block;
    text-align: center;
    padding: 60px 0;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem &gt; .Txt {
    padding: 45px 0;
  }
}
.bannerArea .bannerItem &gt; .Txt .textBox {
  width: 100%;
  max-width: 580px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem &gt; .Txt .textBox {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem &gt; .Txt .textBox {
    margin: 0 auto;
  }
}
.bannerArea .bannerItem &gt; .Txt .title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-left: -2px;
  line-height: 1.37;
  letter-spacing: 0.5px;
  margin-bottom: 23px;
  opacity: 0;
  max-height: 140px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem &gt; .Txt .title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 990px) {
  .bannerArea .bannerItem &gt; .Txt .title {
    font-size: 25px;
    max-height: 70px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem &gt; .Txt .title {
    font-size: 34px;
    max-height: unset;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem &gt; .Txt .title {
    font-size: 25px;
  }
}
@media (max-width: 350px) {
  .bannerArea .bannerItem &gt; .Txt .title {
    font-size: 20px;
  }
}
.bannerArea .bannerItem &gt; .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem &gt; .Txt .subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem &gt; .Txt .subtitle {
    font-size: 12px;
  }
}
.bannerArea .bannerItem &gt; .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.7;
  letter-spacing: 1.9px;
  margin-left: -1px;
  padding-right: 8px;
  opacity: 0;
  font-size: 15px;
  max-height: 95px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem &gt; .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem &gt; .Txt .text {
    font-size: 12px;
  }
}
.bannerArea .bannerItem &gt; .Txt .buttons {
  padding-top: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem &gt; .Txt .buttons {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem &gt; .Txt .buttons {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.bannerArea .bannerItem &gt; .Txt .btnBox {
  opacity: 0;
  margin-right: 52px;
  margin-left: -4px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem &gt; .Txt .btnBox {
    width: 100%;
    margin: 0;
  }
}
.bannerArea .bannerItem &gt; .Txt .btnBox .btn {
  width: 201px;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem &gt; .Txt .btnBox .btn {
    margin: 20px auto;
  }
}
.bannerArea .bannerItem &gt; .Txt .bannerVideo {
  position: relative;
  opacity: 0;
}
.bannerArea .bannerItem &gt; .Txt .bannerVideo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px dashed #fff;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: videoAni 20s linear infinite;
          animation: videoAni 20s linear infinite;
}
.bannerArea .bannerItem &gt; .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
}
@media (min-width: 1201px) {
  .bannerArea .bannerItem &gt; .Txt .bannerVideo .videoBtn:hover circle {
    -webkit-animation: videoCircleAni 4s linear infinite;
            animation: videoCircleAni 4s linear infinite;
  }
}
.bannerArea .bannerItem &gt; .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem &gt; .Txt .bannerVideo .videoBtn svg circle {
  transition: all 0.5s;
}
.bannerArea .bannerItem &gt; .Txt .bannerVideo .videoBtn svg.path {
  width: 77px;
  display: block;
  height: 77px;
  fill: none;
  opacity: 1;
  stroke: #fff;
  stroke-dashoffset: 360;
  stroke-dasharray: 360;
  stroke-width: 3px;
  -webkit-transform: translate(0, 1px) rotate(-90deg);
          transform: translate(0, 1px) rotate(-90deg);
}
.bannerArea .bannerItem &gt; .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.6;
  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 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bannerArea .bannerItem.hide &gt; .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 0.6s;
}
.bannerArea .bannerItem.hide &gt; .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 0.4s;
}
.bannerArea .bannerItem.hide &gt; .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 2s;
}
.bannerArea .bannerItem.hide &gt; .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 0.1s;
}
.bannerArea .bannerItem.hide &gt; .Txt .bannerVideo {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s;
}
.bannerArea .bannerItem.hide &gt; .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.1s 1s;
}
.bannerArea .bannerItem.show &gt; .Txt .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.bannerArea .bannerItem.show &gt; .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.bannerArea .bannerItem.show &gt; .Txt .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.4s;
}
.bannerArea .bannerItem.show &gt; .Txt .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.bannerArea .bannerItem.show &gt; .Txt .bannerVideo {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.7s;
}
.bannerArea .bannerItem.show &gt; .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 5s;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  bottom: 8.5%;
  left: 68px;
  z-index: 2;
}
@media (max-width: 1660px) {
  .bannerArea .socialBox {
    left: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .socialBox {
    display: none;
  }
}
.bannerArea .socialBox .title {
  display: none;
}
.bannerArea .socialBox .socialList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -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: #fff;
  display: block;
  font-size: 26px;
  line-height: 37px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
}
.bannerArea .socialBox .socialList li a svg {
  width: 26px;
  height: 24px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #f1bc1e;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #f1bc1e;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #f1bc1e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  bottom: 41.7%;
  left: 79px;
}
@media (max-width: 1660px) {
  .bannerArea .slick-dots {
    left: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bannerArea .slick-dots.vertical {
    width: 100%;
    -ms-flex-direction: unset;
        flex-direction: unset;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bannerArea .slick-dots.vertical li {
    margin: 0 5px;
  }
}
.bannerArea .bannerCatalogBox {
  position: absolute;
  top: 12.8vw;
  right: 9.6vw;
  z-index: 2;
  width: 408px;
}
@media (max-width: 1660px) {
  .bannerArea .bannerCatalogBox {
    top: 10%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerCatalogBox {
    width: 300px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 860px) {
  .bannerArea .bannerCatalogBox {
    display: none;
  }
}
.bannerArea .bannerCatalogBox .imgBox {
  height: 295px;
  background-color: #eee;
}
@media (max-width: 1180px) {
  .bannerArea .bannerCatalogBox .imgBox {
    height: 191px;
  }
}
.bannerArea .bannerCatalogBox img {
  width: 100%;
}
.bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem {
  padding: 50px;
}
.bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem .item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 15px 15px 49px rgba(0, 0, 0, 0.23);
}
.bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem .Txt {
  height: 98px;
  background: #fff;
  padding: 16px 21px;
}
@media (max-width: 1270px) {
  .bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem .Txt {
    height: auto;
    padding: 16px 15px;
  }
}
.bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem .Txt .classTitle {
  font-size: 16px;
  color: #9f9378;
  letter-spacing: 2px;
  margin-bottom: 13px;
}
@media (max-width: 1270px) {
  .bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem .Txt .classTitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem .Txt .title {
  margin-left: -1px;
  font-size: 22px;
  line-height: 1;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d382e;
  letter-spacing: 1.4px;
}
@media (max-width: 1270px) {
  .bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem .Txt .title {
    font-size: 16px;
  }
}
.bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem.hide .Txt .classTitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 0.2s;
}
.bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem.hide .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s;
}
.bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem.show .Txt .classTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.bannerArea .bannerCatalogBox .bannerCatalogList .bannerCatalogItem.show .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.bannerArea .bannerCatalogBox .buttons {
  margin-top: -31px;
  padding: 0 37px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
}
.bannerArea .bannerCatalogBox .buttons .numberBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 500;
  font-size: 17px;
  width: calc(100% - 80px);
}
.bannerArea .bannerCatalogBox .buttons .numberBox .numberList {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .bannerCatalogBox .buttons .numberBox .numberItem {
  pointer-events: none;
  color: #f1bc1e;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  position: relative;
}
.bannerArea .bannerCatalogBox .buttons .numberBox .numberItem.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s;
}
.bannerArea .bannerCatalogBox .buttons .numberBox .numberItem.hide {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.5s;
}
.bannerArea .bannerCatalogBox .buttons .numberBox .lineBox {
  margin: 0 11px;
  background-color: rgba(237, 241, 239, 0.7);
  width: calc(100% - 40px);
  height: 5px;
}
.bannerArea .bannerCatalogBox .buttons .numberBox .lineBox .line {
  background-color: #f1bc1e;
  height: 5px;
  width: 0;
  transition: all 0.5s;
}
.bannerArea .bannerCatalogBox .buttons .numberBox .total {
  color: #fff;
}
@media (min-width: 1201px) {
  .bannerArea .bannerCatalogBox .buttons .slickBtn:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .bannerArea .bannerCatalogBox .buttons .slickBtn:hover::before {
    border-color: #3d382e;
  }
}

.linkArea {
  padding: 120px 0 274px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .linkArea {
    padding: 60px 0 150px;
  }
}
.linkArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/servicebg.png) bottom center/1920px no-repeat;
  z-index: 0;
}
@media (max-width: 1180px) {
  .linkArea::before {
    height: 111.7%;
  }
}
.linkArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f2eee7;
  z-index: 0;
}
.linkArea .wrap {
  padding: 0;
  position: relative;
  z-index: 2;
}
.linkArea svg, .linkArea img {
  width: 100%;
  height: auto;
}
.linkArea .decoItem {
  position: absolute;
  top: 8.7vw;
  left: 7px;
  width: 15.625vw;
  z-index: 3;
}
@media (max-width: 1180px) {
  .linkArea .decoItem {
    top: 5vw;
  }
}
@media (max-width: 1023px) {
  .linkArea .decoItem {
    top: -11vw;
    left: -52vw;
    width: 69.625vw;
  }
}
.linkArea .decoItem .heart {
  position: absolute;
  top: 50%;
  right: -35%;
  width: 4.9vw;
}
@media (max-width: 1180px) {
  .linkArea .decoItem .heart {
    top: 4vw;
  }
}
@media (max-width: 1023px) {
  .linkArea .decoItem .heart {
    width: 10vw;
    right: -10vw;
    top: 20vw;
  }
}
.linkArea .decoItem .line {
  position: relative;
}
.linkArea .decoItem .line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #f3eee8;
  z-index: 1;
}
.linkArea .decoBottomItem {
  position: absolute;
  bottom: 97px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  margin-left: 2.9%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1180px) {
  .linkArea .decoBottomItem {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .linkArea .decoBottomItem {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.linkArea .decoBottomItem .left {
  width: 213px;
}
@media (max-width: 767px) {
  .linkArea .decoBottomItem .left {
    width: 33.28vw;
    margin: 0 29vw 0 0;
  }
}
@media (max-width: 480px) {
  .linkArea .decoBottomItem .left {
    width: 40.28vw;
    margin: 0 21vw 0 -8vw;
  }
}
.linkArea .decoBottomItem .left .flower {
  width: 100%;
}
.linkArea .decoBottomItem .right {
  width: 540px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .linkArea .decoBottomItem .right {
    width: 33.2vw;
  }
}
@media (max-width: 480px) {
  .linkArea .decoBottomItem .right {
    width: 43.2vw;
  }
}
.linkArea .decoBottomItem .right .tree {
  width: 42px;
  margin: 89px 0 0 -13px;
}
@media (max-width: 767px) {
  .linkArea .decoBottomItem .right .tree {
    display: none;
  }
}
.linkArea .decoBottomItem .right .car {
  display: -ms-flexbox;
  display: flex;
  margin: 39px 0 3px 22px;
  -ms-flex-align: end;
      align-items: end;
  position: relative;
  z-index: 1;
}
.linkArea .decoBottomItem .right .car .carbody {
  width: 160px;
}
@media (max-width: 767px) {
  .linkArea .decoBottomItem .right .car .carbody {
    width: 100%;
  }
}
.linkArea .decoBottomItem .right .car .tool {
  width: 56px;
  margin: 0 0 18px -9px;
}
.linkArea .decoBottomItem .right .human {
  width: 91px;
  margin: 5px 0 0px 13px;
}
@media (max-width: 767px) {
  .linkArea .decoBottomItem .right .human {
    display: none;
  }
}
.linkArea .decoBottomItem .right .building {
  width: 144px;
  margin: 0 0 0 22px;
}
@media (max-width: 767px) {
  .linkArea .decoBottomItem .right .building {
    display: none;
  }
}
.linkArea .decoBottomItem:not(.show) .left {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.linkArea .decoBottomItem:not(.show) .right .tree {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.linkArea .decoBottomItem:not(.show) .right .car {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.linkArea .decoBottomItem:not(.show) .right .human {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.linkArea .decoBottomItem:not(.show) .right .building {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.linkArea .decoBottomItem.show .left {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.linkArea .decoBottomItem.show .right .tree {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.linkArea .decoBottomItem.show .right .car {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
@media (min-width: 768px) {
  .linkArea .decoBottomItem.show .right .car .tool {
    -webkit-animation: carToolAni 11s 0.6s infinite;
            animation: carToolAni 11s 0.6s infinite;
  }
}
.linkArea .decoBottomItem.show .right .human {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
@media (min-width: 768px) {
  .linkArea .decoBottomItem.show .right .human .humanImg {
    -webkit-animation: humanAni 11s 0.6s infinite;
            animation: humanAni 11s 0.6s infinite;
  }
}
.linkArea .decoBottomItem.show .right .building {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.linkArea .buttons {
  max-width: 800px;
  margin: 0 auto 46px;
  padding: 0 37px;
}
@media (min-width: 1141px) {
  .linkArea .buttons {
    display: none;
  }
}
.linkArea .buttons .numberBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 500;
  font-size: 17px;
}
.linkArea .buttons .numberBox .numberList {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.linkArea .buttons .numberBox .numberItem {
  pointer-events: none;
  color: #f1bc1e;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  position: relative;
}
.linkArea .buttons .numberBox .numberItem.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s;
}
.linkArea .buttons .numberBox .numberItem.hide {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.5s;
}
.linkArea .buttons .numberBox .lineBox {
  margin: 0 26px;
  background-color: rgba(159, 147, 120, 0.15);
  width: calc(100% - 40px);
  height: 5px;
}
.linkArea .buttons .numberBox .lineBox .line {
  background-color: #f1bc1e;
  height: 5px;
  width: 0;
  transition: all 0.5s;
}
.linkArea .buttons .numberBox .total {
  color: #999999;
}
.linkArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.linkArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.linkArea:not(.show) .decoItem .line::after {
  width: 100%;
  height: 100%;
}
.linkArea:not(.show) .decoItem svg .frameLine {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.linkArea:not(.show) .decoItem svg .dot {
  opacity: 0;
  -webkit-transform: translate(30px, 41px) scale(0.9);
          transform: translate(30px, 41px) scale(0.9);
}
.linkArea:not(.show) .decoItem svg .bg {
  opacity: 0;
}
.linkArea:not(.show) .linkBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.linkArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.linkArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.linkArea.show .decoItem .line::after {
  width: 0;
  height: 100%;
  transition: all 1.3s 0.2s;
}
.linkArea.show .decoItem svg .frameLine {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.linkArea.show .decoItem svg .dot {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  transition: all 0.5s 1.1s;
}
.linkArea.show .decoItem svg .bg {
  opacity: 1;
  transition: all 0.5s 0.8s;
}
.linkArea.show .linkBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.4s;
}

@media (max-width: 767px) {
  .linkList {
    padding-bottom: 60px;
  }
}
.linkList .linkItem {
  position: relative;
  padding: 23px;
  height: 411px;
}
@media (max-width: 1280px) {
  .linkList .linkItem {
    padding: 10px;
    height: 400px;
  }
}
@media (max-width: 1140px) {
  .linkList .linkItem {
    padding: 3vw;
    height: 48vw;
  }
}
@media (max-width: 767px) {
  .linkList .linkItem {
    padding: 1vw;
    height: 49vw;
  }
}
@media (max-width: 550px) {
  .linkList .linkItem {
    padding: 0;
    max-width: 80vw;
    height: 80vw;
  }
}
.linkList .linkItem .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.linkList .linkItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  background-color: #f1bc1e;
  opacity: 1;
  z-index: -1;
}
@media (min-width: 1201px) {
  .linkList .linkItem:hover .number {
    opacity: 0.1;
    transition: all 0.3s;
  }
  .linkList .linkItem:hover::before {
    -webkit-animation: linkItemAni 1.5s infinite;
            animation: linkItemAni 1.5s infinite;
  }
  .linkList .linkItem:hover .item {
    background-color: #f1bc1e;
  }
  .linkList .linkItem:hover .item .textEditor, .linkList .linkItem:hover .item .title {
    color: #fff;
  }
}
.linkList .item {
  text-align: center;
  padding: 96px 49px 0 46px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  height: 100%;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .linkList .item {
    padding: 10% 5% 0 5%;
  }
}
.linkList .number {
  font-size: 180px;
  font-weight: bold;
  color: #f9f8f3;
  position: absolute;
  top: 51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .linkList .number {
    font-size: 100px;
  }
}
.linkList .Txt {
  position: relative;
  z-index: 1;
}
.linkList .Txt .title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 25px;
  letter-spacing: 2px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .linkList .Txt .title {
    padding: 0 31px;
  }
}
@media (max-width: 550px) {
  .linkList .Txt .title {
    padding: 20px 31px;
  }
}
@media (max-width: 480px) {
  .linkList .Txt .title {
    padding: 10px 31px;
  }
}
.linkList .Txt .textEditor {
  color: #9f9378;
  font-size: 16px;
  letter-spacing: 0.7px;
  height: 140px;
}
@media (max-width: 767px) {
  .linkList .Txt .textEditor {
    padding: 10px 8px;
  }
}

.catalogClassArea {
  padding: 52px 0 94px 0;
}
.catalogClassArea .titleBox {
  margin-bottom: 59px;
}
.catalogClassArea .wrap {
  max-width: 1290px;
  position: relative;
}
.catalogClassArea .catalogClassList:not(.slick-slider) {
  overflow: hidden;
}
.catalogClassArea .catalogClassList:not(.slick-slider) .catalogClassItem:not(:first-child) {
  display: none;
}
.catalogClassArea .catalogClassList.ph {
  display: none;
}
@media (max-width: 1023px) {
  .catalogClassArea .catalogClassList.pc {
    display: none;
  }
  .catalogClassArea .catalogClassList.ph {
    display: block;
  }
}
.catalogClassArea .catalogClassItem img {
  width: 100%;
}
.catalogClassArea .catalogClassItem .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
@media (max-width: 1023px) {
  .catalogClassArea .catalogClassItem .item {
    display: block;
    padding: 0 10px;
  }
}
.catalogClassArea .catalogClassItem .item img, .catalogClassArea .catalogClassItem .item .link {
  border-radius: 16px;
  overflow: hidden;
}
.catalogClassArea .catalogClassItem .item .content {
  position: relative;
}
.catalogClassArea .catalogClassItem .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: end;
      align-items: end;
  z-index: 2;
  transition: all 0.5s;
}
.catalogClassArea .catalogClassItem .item .link .btnBox .btn {
  min-width: unset;
  padding: 15px;
  width: 51px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 51px;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.catalogClassArea .catalogClassItem .item .link .btnBox .btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f1bc1e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.catalogClassArea .catalogClassItem .item .link .btnBox .btn .txt {
  opacity: 0;
  position: absolute;
  left: -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  transition: opacity 0.5s, left 0.5s;
}
.catalogClassArea .catalogClassItem .item .link .btnBox .btn .arrow {
  transition: all 0.5s;
}
.catalogClassArea .catalogClassItem .item .Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 47px 37px;
  max-width: 350px;
}
@media (max-width: 1180px) {
  .catalogClassArea .catalogClassItem .item .Txt {
    padding: 20px;
  }
}
.catalogClassArea .catalogClassItem .item .Txt .title {
  font-size: 24px;
  color: #393939;
  letter-spacing: 2.3px;
  margin-bottom: 16px;
}
@media (max-width: 1180px) {
  .catalogClassArea .catalogClassItem .item .Txt .title {
    font-size: 20px;
  }
}
.catalogClassArea .catalogClassItem .item .Txt .text {
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  padding: 0 0 0 2px;
  letter-spacing: 0.65px;
}
@media (min-width: 1201px) {
  .catalogClassArea .catalogClassItem .item .left:hover .link, .catalogClassArea .catalogClassItem .item .rightTop:hover .link, .catalogClassArea .catalogClassItem .item .rightBottom:hover .link {
    background-color: rgba(241, 188, 30, 0.6);
    transition: all 0.5s;
  }
  .catalogClassArea .catalogClassItem .item .left:hover .link .btnBox .btn, .catalogClassArea .catalogClassItem .item .rightTop:hover .link .btnBox .btn, .catalogClassArea .catalogClassItem .item .rightBottom:hover .link .btnBox .btn {
    background-color: #fff;
    border-color: #fff;
    transition: all 0.5s;
    width: 221px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  }
  .catalogClassArea .catalogClassItem .item .left:hover .link .btnBox .btn::before, .catalogClassArea .catalogClassItem .item .rightTop:hover .link .btnBox .btn::before, .catalogClassArea .catalogClassItem .item .rightBottom:hover .link .btnBox .btn::before {
    opacity: 0;
    transition: all 0.5s;
  }
  .catalogClassArea .catalogClassItem .item .left:hover .link .btnBox .btn .txt, .catalogClassArea .catalogClassItem .item .rightTop:hover .link .btnBox .btn .txt, .catalogClassArea .catalogClassItem .item .rightBottom:hover .link .btnBox .btn .txt {
    opacity: 1;
    left: 0;
    position: relative;
    color: #f1bc1e;
    transition: all 0.5s 0.2s;
  }
  .catalogClassArea .catalogClassItem .item .left:hover .link .btnBox .btn .arrow, .catalogClassArea .catalogClassItem .item .rightTop:hover .link .btnBox .btn .arrow, .catalogClassArea .catalogClassItem .item .rightBottom:hover .link .btnBox .btn .arrow {
    background-color: #f1bc1e;
    transition: all 0.5s 0.2s;
  }
}
.catalogClassArea .catalogClassItem .item .link {
  top: 0;
  left: 0;
  padding: 51px 39px;
}
.catalogClassArea .catalogClassItem .item .left {
  width: 50%;
  padding-right: 15px;
  position: relative;
}
.catalogClassArea .catalogClassItem .item .rightTop {
  width: 25%;
  padding-left: 20px;
  position: relative;
}
.catalogClassArea .catalogClassItem .item .rightTop .link {
  top: 0;
  right: 0;
  padding: 37px 28px;
}
.catalogClassArea .catalogClassItem .item .rightTop .Txt {
  left: 20px;
  width: calc(100% - 20px);
  padding: 25px 31px;
  max-width: 270px;
}
@media (max-width: 1180px) {
  .catalogClassArea .catalogClassItem .item .rightTop .Txt {
    padding: 20px;
  }
}
.catalogClassArea .catalogClassItem .item .rightTop .Txt .title {
  margin-bottom: 10px;
}
.catalogClassArea .catalogClassItem .item .rightTop .Txt .text {
  letter-spacing: 1.4px;
}
.catalogClassArea .catalogClassItem .item .rightTop:nth-of-type(3) .Txt {
  padding: 25px 25px;
  max-width: 205px;
}
.catalogClassArea .catalogClassItem .item .rightTop:nth-of-type(3) .Txt .title {
  margin-bottom: 8px;
}
.catalogClassArea .catalogClassItem .item .rightTop:nth-of-type(3) .Txt .text {
  letter-spacing: 2.3px;
}
.catalogClassArea .catalogClassItem .item .rightBottom {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 20px;
}
.catalogClassArea .catalogClassItem .item .rightBottom .Txt {
  left: 20px;
  width: calc(100% - 20px);
  padding: 25px 28px;
  margin-bottom: 15px;
  max-width: 290px;
}
@media (max-width: 1180px) {
  .catalogClassArea .catalogClassItem .item .rightBottom .Txt {
    padding: 20px;
    max-width: 270px;
  }
}
.catalogClassArea .catalogClassItem .item .rightBottom .Txt .title {
  padding: 0 0 0 3px;
  letter-spacing: 1.2px;
  line-height: 1.75;
}
.catalogClassArea .catalogClassItem .item .rightBottom .link {
  top: 0;
  right: 0;
  padding: 37px 28px;
}
.catalogClassArea .slickBtn {
  position: absolute;
  top: calc(50% + 59px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.catalogClassArea .slickBtn.ph {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .catalogClassArea .slickBtn.ph {
    opacity: 1;
    pointer-events: auto;
  }
  .catalogClassArea .slickBtn.pc {
    opacity: 0;
    pointer-events: none;
  }
}
.catalogClassArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.catalogClassArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.catalogClassArea:not(.show) .catalogClassList, .catalogClassArea:not(.show) .slickBtn {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.catalogClassArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.catalogClassArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.catalogClassArea.show .catalogClassList, .catalogClassArea.show .slickBtn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.4s;
}

.catalogArea {
  padding: 97px 0 222px 0;
  position: relative;
}
@media (max-width: 1540px) {
  .catalogArea {
    padding: 142px 0 222px 0;
  }
}
.catalogArea .items {
  position: absolute;
  z-index: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: -63px;
  left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .catalogArea .items {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.catalogArea .items img {
  width: 100%;
}
.catalogArea .items .left {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1680px) {
  .catalogArea .items .left {
    width: 62%;
  }
}
@media (max-width: 1023px) {
  .catalogArea .items .left {
    width: 45vw;
    margin: 0 0 0 -44px;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .left {
    width: 50vw;
  }
}
.catalogArea .items .left .light {
  margin: 68px 0 0 0;
  width: 199px;
}
@media (max-width: 1023px) {
  .catalogArea .items .left .light {
    display: none;
  }
}
.catalogArea .items .left .stairs {
  margin: 2px 0 0 45px;
  width: 219px;
}
@media (max-width: 1023px) {
  .catalogArea .items .left .stairs {
    width: 19.4vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .left .stairs {
    width: 31vw;
  }
}
.catalogArea .items .left .building {
  margin: 31px 0 0 12px;
  width: 144px;
}
@media (max-width: 1023px) {
  .catalogArea .items .left .building {
    width: 11.5vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .left .building {
    width: 20vw;
    position: absolute;
    bottom: 4vw;
    right: -12vw;
    z-index: 1;
  }
}
.catalogArea .items .left .human {
  position: relative;
}
.catalogArea .items .left .human .flower1 {
  position: absolute;
  top: 45.35%;
  left: 11.9%;
  width: 54px;
}
@media (max-width: 1023px) {
  .catalogArea .items .left .human .flower1 {
    width: 5.8vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .left .human .flower1 {
    display: none;
  }
}
.catalogArea .items .left .human .flower2 {
  position: absolute;
  top: 9.5%;
  right: 9.6%;
  width: 25px;
}
@media (max-width: 1023px) {
  .catalogArea .items .left .human .flower2 {
    width: 2.3vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .left .human .flower2 {
    width: 3.5vw;
  }
}
.catalogArea .items .left .human .elder {
  position: absolute;
  top: -21%;
  left: 18%;
  width: 69px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .catalogArea .items .left .human .elder {
    width: 6.6vw;
    left: 65%;
    top: 35%;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .left .human .elder {
    width: 11.4vw;
  }
}
.catalogArea .items .left .human .elder img {
  will-change: tranform;
}
.catalogArea .items .right {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 28px 0 0;
  width: 50%;
  -ms-flex-align: start;
      align-items: start;
}
@media (max-width: 1680px) {
  .catalogArea .items .right {
    width: 38%;
  }
}
@media (max-width: 1023px) {
  .catalogArea .items .right {
    width: 41vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .right {
    width: 50vw;
  }
}
.catalogArea .items .right .flower3 {
  margin: 8px 29px 0 0px;
  width: 38px;
}
@media (max-width: 1023px) {
  .catalogArea .items .right .flower3 {
    width: 5vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .right .flower3 {
    margin: 8px 13px 0 0px;
  }
}
.catalogArea .items .right .man {
  margin: 23px 0px 0 0;
  width: 76px;
  position: relative;
}
@media (max-width: 1023px) {
  .catalogArea .items .right .man {
    width: 7vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .right .man {
    width: 10vw;
  }
}
.catalogArea .items .right .man::before, .catalogArea .items .right .man::after {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1023px) {
  .catalogArea .items .right .man::before, .catalogArea .items .right .man::after {
    width: 0.8vw;
    height: 0.68vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .right .man::before, .catalogArea .items .right .man::after {
    width: 1.1vw;
    height: 0.9vw;
  }
}
.catalogArea .items .right .man::before {
  top: 52%;
  left: 28%;
}
.catalogArea .items .right .man::after {
  top: 41%;
  left: 62%;
}
.catalogArea .items .right .hand {
  margin: 11.4% 0px 0 -2px;
  width: 83px;
  position: relative;
}
@media (max-width: 1023px) {
  .catalogArea .items .right .hand {
    width: 7.3vw;
    margin: 35.4% 0px 0 -2px;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .right .hand {
    width: 11.3vw;
    margin: 40.4% 0px 0 -2px;
  }
}
.catalogArea .items .right .hand .heart {
  position: absolute;
  top: -15px;
  left: 0px;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}
@media (max-width: 400px) {
  .catalogArea .items .right .hand .heart {
    top: -8px;
  }
}
.catalogArea .items .right .hand .heart svg {
  width: 100%;
  height: 100%;
}
.catalogArea .items .right .woman {
  margin: 25px 0 0px 8px;
  width: 83px;
  position: relative;
}
@media (max-width: 1023px) {
  .catalogArea .items .right .woman {
    width: 7.2vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .right .woman {
    width: 11.3vw;
    margin: 25px 0 0px 0;
  }
}
.catalogArea .items .right .woman::before, .catalogArea .items .right .woman::after {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.catalogArea .items .right .woman::before {
  width: 9px;
  height: 5px;
  top: 55%;
  left: 18%;
}
@media (max-width: 1023px) {
  .catalogArea .items .right .woman::before {
    width: 0.8vw;
    height: 0.68vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .right .woman::before {
    width: 1.1vw;
    height: 0.9vw;
  }
}
.catalogArea .items .right .woman::after {
  width: 9px;
  height: 7px;
  top: 61%;
  left: 50%;
}
@media (max-width: 1023px) {
  .catalogArea .items .right .woman::after {
    width: 0.8vw;
    height: 0.68vw;
  }
}
@media (max-width: 767px) {
  .catalogArea .items .right .woman::after {
    width: 1.1vw;
    height: 0.9vw;
  }
}
.catalogArea .items .right .flower4 {
  position: absolute;
  bottom: 4.9%;
  right: 36.6%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 58px;
}
@media (max-width: 1023px) {
  .catalogArea .items .right .flower4 {
    width: 6vw;
    bottom: 10.9%;
    right: 9.6%;
  }
}
.catalogArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: url(../images/productbg.png) top center/1920px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.catalogArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: url(../images/productbg.png) bottom center/1920px no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.catalogArea .wrap {
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .catalogArea .wrap {
    background-color: #fff;
  }
}
.catalogArea .titleBox {
  margin-bottom: 44px;
}
.catalogArea .titleBox .decoTitle {
  letter-spacing: 0.6px;
  margin-bottom: 4px;
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .catalogBox {
  transition: all 0.4s;
  position: relative;
  width: 75%;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .catalogArea .catalogBox {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .catalogArea .catalogBox {
    width: 100%;
    padding: 0 28px;
  }
}
@media (max-width: 480px) {
  .catalogArea .catalogBox {
    padding: 0;
  }
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  transition: all 0.2s;
}
.catalogArea .slickBtn {
  position: absolute;
  top: 48.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 1023px) {
  .catalogArea .slickBtn {
    display: none;
  }
}
.catalogArea .slickBtn.arrowPrev {
  left: -39px;
}
.catalogArea .slickBtn.arrowNext {
  right: -39px;
}
.catalogArea .buttons {
  max-width: 800px;
  margin: 23px auto 0;
  padding: 0 37px;
  width: 80%;
}
@media (max-width: 1023px) {
  .catalogArea .buttons {
    width: 100%;
  }
}
.catalogArea .buttons .numberBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 500;
  font-size: 17px;
}
.catalogArea .buttons .numberBox .numberList {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.catalogArea .buttons .numberBox .numberItem {
  pointer-events: none;
  color: #f1bc1e;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  position: relative;
}
.catalogArea .buttons .numberBox .numberItem.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s;
}
.catalogArea .buttons .numberBox .numberItem.hide {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.5s;
}
.catalogArea .buttons .numberBox .lineBox {
  margin: 0 26px;
  background-color: rgba(237, 241, 239, 0.7);
  width: calc(100% - 40px);
  height: 5px;
}
.catalogArea .buttons .numberBox .lineBox .line {
  background-color: #f1bc1e;
  height: 5px;
  width: 0;
  transition: all 0.5s;
}
.catalogArea .buttons .numberBox .total {
  color: #999999;
}
.catalogArea:not(.show) .items .left {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.catalogArea:not(.show) .items .left .light {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.catalogArea:not(.show) .items .right .flower3 {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.catalogArea:not(.show) .items .right .man {
  opacity: 0;
}
.catalogArea:not(.show) .items .right .hand {
  opacity: 0;
}
.catalogArea:not(.show) .items .right .hand svg .frameLine {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.catalogArea:not(.show) .items .right .hand svg .bg {
  opacity: 0;
}
.catalogArea:not(.show) .items .right .woman {
  opacity: 0;
}
.catalogArea:not(.show) .items .right .flower4 {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.catalogArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.catalogArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.catalogArea:not(.show) .catalogBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.catalogArea.show .items .left {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s;
}
.catalogArea.show .items .left .light {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s 0.4s;
}
.catalogArea.show .items .left .human .elder {
  -webkit-animation: elderAni 13s 0.6s linear infinite;
          animation: elderAni 13s 0.6s linear infinite;
}
@media (max-width: 1023px) {
  .catalogArea.show .items .left .human .elder {
    -webkit-animation: elderAnipad 13s 0.6s linear infinite;
            animation: elderAnipad 13s 0.6s linear infinite;
  }
}
.catalogArea.show .items .right .flower3 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 0.2s;
}
.catalogArea.show .items .right .man {
  opacity: 1;
  transition: all 0.8s 0.6s;
  -webkit-animation: manAni 1s 0.6s linear infinite;
          animation: manAni 1s 0.6s linear infinite;
}
.catalogArea.show .items .right .man::before, .catalogArea.show .items .right .man::after {
  -webkit-animation: eyesAni 2s 0.8s linear infinite;
          animation: eyesAni 2s 0.8s linear infinite;
}
.catalogArea.show .items .right .hand {
  opacity: 1;
  transition: all 0.8s 0.4s;
}
.catalogArea.show .items .right .hand svg {
  -webkit-animation: handAni 2s 0.4s linear infinite;
          animation: handAni 2s 0.4s linear infinite;
}
@media (max-width: 400px) {
  .catalogArea.show .items .right .hand svg {
    -webkit-animation: handAniph 2s 0.4s linear infinite;
            animation: handAniph 2s 0.4s linear infinite;
  }
}
.catalogArea.show .items .right .hand svg .frameLine {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.catalogArea.show .items .right .hand svg .dot {
  -webkit-animation: dotAni 2s 0.4s linear infinite;
          animation: dotAni 2s 0.4s linear infinite;
}
.catalogArea.show .items .right .hand svg .bg {
  opacity: 1;
  transition: all 0.5s 0.8s;
}
.catalogArea.show .items .right .woman {
  opacity: 1;
  transition: all 0.8s 0.6s;
  -webkit-animation: womanAni 1s 0.6s linear infinite;
          animation: womanAni 1s 0.6s linear infinite;
}
.catalogArea.show .items .right .woman::before, .catalogArea.show .items .right .woman::after {
  -webkit-animation: eyesAni 2s 0.8s linear infinite;
          animation: eyesAni 2s 0.8s linear infinite;
}
.catalogArea.show .items .right .flower4 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 0.2s;
}
.catalogArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.catalogArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.catalogArea.show .catalogBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.4s;
}

.catalogList {
  margin: 0 -30px;
  position: relative;
}
.catalogList:not(.slick-slider) {
  overflow: hidden;
}
.catalogList .catalogItem {
  padding: 0 0 30px;
}
.catalogList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.catalogList .item {
  position: relative;
}
@media (max-width: 1023px) {
  .catalogList .item {
    padding: 20px;
  }
}
.catalogList .imgBox {
  position: relative;
  padding: 22px 25px;
}
.catalogList .imgBox .Img {
  border-radius: 16px;
  overflow: hidden;
}
.catalogList .imgBox .Img.noHover {
  position: relative;
  z-index: 2;
  transition: all 0.8s 0.3s;
}
.catalogList .imgBox .Img.noHover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2eee7;
  z-index: 1;
  opacity: 0;
  transition: all 0.8s;
  pointer-events: none;
}
.catalogList .imgBox .Img.hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 90px);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(10.35deg);
          transform: translate(-50%, -50%) rotate(10.35deg);
  border: 1px solid rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.8s, border 0.8s 0.3s, -webkit-transform 0.8s 0.3s;
  transition: opacity 0.8s, transform 0.8s 0.3s, border 0.8s 0.3s;
  transition: opacity 0.8s, transform 0.8s 0.3s, border 0.8s 0.3s, -webkit-transform 0.8s 0.3s;
}
.catalogList .imgBox .Img.hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2eee7;
  z-index: 1;
  opacity: 1;
  transition: all 0.8s;
  pointer-events: none;
}
@media (min-width: 1201px) {
  .catalogList .imgBox:hover .Img.noHover {
    -webkit-transform: rotate(10.35deg);
            transform: rotate(10.35deg);
    opacity: 1;
    z-index: 1;
  }
  .catalogList .imgBox:hover .Img.noHover::before {
    opacity: 1;
  }
  .catalogList .imgBox:hover .Img.hover {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) translateZ(0) rotate(0);
            transform: translate(-50%, -50%) rotate(0deg) translateZ(0) rotate(0);
    border: 1px solid #f1bc1e;
    opacity: 1;
    z-index: 2;
    transition: all 0.8s 0.65s;
  }
  .catalogList .imgBox:hover .Img.hover::before {
    opacity: 0;
  }
}
.catalogList .Txt {
  position: relative;
  padding: 46px 32px 20px;
  text-align: center;
}
@media (max-width: 1180px) {
  .catalogList .Txt {
    padding: 10px 0 0px;
  }
}
.catalogList .Txt .title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px;
}
.catalogList .Txt .title a {
  display: block;
}
@media (max-width: 1180px) {
  .catalogList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .catalogList .Txt .title {
    font-size: 20px;
  }
}
.catalogList .Txt .text {
  font-size: 15px;
  line-height: 1.6;
}
.catalogList .Txt .text.ellipsis {
  height: 75px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalogList .Txt .text {
    font-size: 14px;
  }
  .catalogList .Txt .text.ellipsis {
    height: 70px;
  }
}
.catalogList#second, .catalogList#third {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 308px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .catalogList#second, .catalogList#third {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  .catalogList#second, .catalogList#third {
    width: 50vw;
  }
}
.catalogList#second .item, .catalogList#third .item {
  padding: 40px 0;
}
.catalogList#second .imgBox, .catalogList#third .imgBox {
  padding: 0 45px;
  width: 100%;
}
@media (max-width: 1180px) {
  .catalogList#second .imgBox, .catalogList#third .imgBox {
    padding: 0 20px;
  }
}
.catalogList#second .Txt, .catalogList#third .Txt {
  padding: 18px 22px 20px;
  width: 100%;
}
@media (max-width: 1023px) {
  .catalogList#second .Txt, .catalogList#third .Txt {
    display: none;
  }
}
.catalogList#second .Txt .classTitle, .catalogList#second .Txt .textEditor, .catalogList#second .Txt .btnBox, .catalogList#third .Txt .classTitle, .catalogList#third .Txt .textEditor, .catalogList#third .Txt .btnBox {
  display: none;
}
.catalogList#third {
  left: -304px;
  top: 297px;
}
.catalogList#third .Txt {
  width: 100%;
}
@media (max-width: 1023px) {
  .catalogList#third {
    left: -38vw;
    top: 41vw;
  }
}
@media (max-width: 767px) {
  .catalogList#third {
    top: 50vw;
  }
}
@media (max-width: 480px) {
  .catalogList#third {
    left: -34vw;
    top: 60vw;
  }
}
@media (max-width: 350px) {
  .catalogList#third {
    left: -30vw;
    top: 55vw;
  }
}
.catalogList#first {
  margin: 0 0;
}
.catalogList#first .Txt {
  width: 50%;
  text-align: left;
}
@media (max-width: 1023px) {
  .catalogList#first .Txt {
    width: 100%;
  }
}
.catalogList#first .Txt .classTitle {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 18px;
}
.catalogList#first .Txt .classTitle .txt {
  padding: 5px 15px;
  font-size: 16px;
  color: #9f9378;
  letter-spacing: 2px;
  border: 1px solid #c3b390;
  border-radius: 25px;
  margin-bottom: 13px;
}
.catalogList#first .Txt .title {
  color: #3d382e;
  padding: 5px 17px;
  max-width: 314px;
  letter-spacing: 3px;
  font-size: 32px;
  position: relative;
  margin-bottom: 21px;
}
@media (max-width: 1180px) {
  .catalogList#first .Txt .title {
    font-size: 26px;
  }
}
.catalogList#first .Txt .title a {
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalogList#first .Txt .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  background-color: #f1bc1e;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1180px) {
  .catalogList#first .Txt .title::before {
    height: 15px;
  }
}
.catalogList#first .Txt .textEditor {
  color: #605847;
  margin-left: -14px;
  font-size: 18px;
  max-height: 270px;
  min-height: 221px;
}
@media (max-width: 1180px) {
  .catalogList#first .Txt .textEditor {
    font-size: 16px;
  }
}
.catalogList#first .Txt .textEditor ul {
  padding-left: 27px;
}
.catalogList#first .Txt .textEditor ul li {
  list-style-type: "．";
}
.catalogList#first .Txt .textEditor ul .text {
  font-size: inherit;
  padding: 0 0 0 2px;
  letter-spacing: 2.1px;
  line-height: 1.76;
}
.catalogList#first .Txt .btnBox {
  padding: 0 0 0 14px;
}
.catalogList#first .Txt .btnBox .btn {
  width: 221px;
}
.catalogList#first .imgBox {
  padding: 0 45px;
  width: 50%;
}
@media (max-width: 1180px) {
  .catalogList#first .imgBox {
    padding: 0 20px;
  }
}
.catalogList#first .imgBox .Img.noHover {
  margin: 22px 0 0 0;
}
.catalogList#first .imgBox .Img.hover {
  margin: 12px 0 0 0;
}
.catalogList#first .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 22px;
}
@media (max-width: 1023px) {
  .catalogList#first .item .imgBox {
    width: 100%;
    margin: 0 auto;
  }
}
.catalogList#first .catalogItem.hide {
  opacity: 0;
  transition: all 0.3s 0.9s;
}
.catalogList#first .catalogItem.hide .Txt .classTitle {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: all 0.3s 0.7s;
}
.catalogList#first .catalogItem.hide .Txt .title {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: all 0.3s 0.6s;
}
.catalogList#first .catalogItem.hide .Txt .title::before {
  width: 0;
  transition: all 0.3s 0.3s;
}
.catalogList#first .catalogItem.hide .Txt .textEditor {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: all 0.3s 0.2s;
}
.catalogList#first .catalogItem.hide .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: all 0.3s;
}
.catalogList#first .catalogItem.hide .imgBox {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  transition: all 0.3s 0.7s;
}
.catalogList#first .catalogItem.show {
  opacity: 1;
  transition: all 0.5s 0.1s;
}
.catalogList#first .catalogItem.show .Txt .classTitle {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.4s;
}
.catalogList#first .catalogItem.show .Txt .title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.5s;
}
.catalogList#first .catalogItem.show .Txt .title::before {
  width: 100%;
  transition: all 0.7s 0.4s;
}
.catalogList#first .catalogItem.show .Txt .textEditor {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.7s;
}
.catalogList#first .catalogItem.show .Txt .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 1s;
}
.catalogList#first .catalogItem.show .imgBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.4s;
}
.catalogList#second {
  right: -307px;
  top: 330px;
}
@media (max-width: 1023px) {
  .catalogList#second {
    right: -38vw;
    top: 41vw;
  }
}
@media (max-width: 767px) {
  .catalogList#second {
    top: 50vw;
  }
}
@media (max-width: 480px) {
  .catalogList#second {
    right: -34vw;
    top: 60vw;
  }
}
@media (max-width: 350px) {
  .catalogList#second {
    right: -30vw;
    top: 55vw;
  }
}

.projectArea {
  padding: 91px 0 98px 0;
  position: relative;
}
.projectArea &gt; .item {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  top: -110px;
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .projectArea &gt; .item {
    top: -85px;
  }
}
@media (max-width: 350px) {
  .projectArea &gt; .item {
    top: -70px;
  }
}
.projectArea &gt; .item img {
  width: 100%;
}
.projectArea &gt; .item .building {
  width: 340px;
  margin: -11px 0 0px 63px;
}
@media (max-width: 640px) {
  .projectArea &gt; .item .building {
    width: 55vw;
  }
}
@media (max-width: 350px) {
  .projectArea &gt; .item .building {
    margin: -11px 0 0px 0;
  }
}
.projectArea &gt; .item .tree {
  margin: 50px 0px 0 21px;
  width: 100px;
}
@media (max-width: 640px) {
  .projectArea &gt; .item .tree {
    width: 15vw;
  }
}
@media (max-width: 350px) {
  .projectArea &gt; .item .tree {
    margin: 25px 0px 0 21px;
  }
}
.projectArea .wrap {
  padding: 0;
}
.projectArea .titleBox {
  margin-bottom: 49px;
  position: relative;
}
.projectArea .titleBox .heart {
  position: absolute;
  top: -15%;
  left: 28.6%;
  width: 67px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .projectArea .titleBox .heart {
    top: -67px;
    left: 21.6%;
  }
}
.projectArea .titleBox .heart svg {
  width: 100%;
  height: 67px;
}
.projectArea .projectList {
  max-width: 1330px;
  margin: 0 auto;
}
.projectArea .projectList:not(.slick-slider) {
  overflow: hidden;
}
.projectArea .projectList:not(.slick-slider) .projectItem {
  width: 32.4vw;
}
.projectArea .projectList:not(.slick-slider) .projectItem:not(:first-child) {
  display: none;
}
.projectArea .projectList .slick-list {
  overflow: visible;
}
.projectArea .projectList .projectItem {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .projectArea .projectList .projectItem {
    padding: 0 8px;
  }
}
.projectArea .projectList .projectItem.vertical {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .projectArea .projectList .projectItem.vertical {
    margin-top: 20px;
  }
}
.projectArea .projectList .projectItem img {
  width: 100%;
}
.projectArea .projectList .projectItem .item {
  position: relative;
}
.projectArea .projectList .projectItem .item .Img {
  border-radius: 16px;
  overflow: hidden;
}
.projectArea .projectList .projectItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.projectArea .projectList .projectItem .item .Txt {
  padding: 46px 32px 20px;
  text-align: center;
}
.projectArea .projectList .projectItem .item .Txt .title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px;
}
.projectArea .projectList .projectItem .item .Txt .title a {
  display: block;
}
.projectArea .projectList .projectItem .item .Txt .text {
  font-size: 15px;
  line-height: 1.6;
}
.projectArea .projectList .projectItem .item .Txt .text.ellipsis {
  height: 75px;
  overflow: hidden;
}
.projectArea:not(.show) &gt; .item .building {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.projectArea:not(.show) &gt; .item .tree {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.projectArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.projectArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.projectArea:not(.show) .titleBox .heart {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.projectArea:not(.show) .projectList {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.projectArea.show &gt; .item .building {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.projectArea.show &gt; .item .tree {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.projectArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.4s;
}
.projectArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.projectArea.show .titleBox .heart {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.projectArea.show .titleBox svg {
  -webkit-animation: womanAni 1.5s 0.8s linear infinite;
          animation: womanAni 1.5s 0.8s linear infinite;
}
.projectArea.show .titleBox svg .frameLine {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}
.projectArea.show .titleBox svg .dot {
  -webkit-animation: dotAni 1.5s 0.6s linear infinite;
          animation: dotAni 1.5s 0.6s linear infinite;
}
.projectArea.show .titleBox svg .bg {
  opacity: 1;
  transition: all 0.5s 1s;
}
.projectArea.show .projectList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}

.aboutArea {
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.aboutArea .wrap {
  max-width: 1300px;
  width: 100%;
}
.aboutArea .aboutBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 65px 114px 40px 114px;
  background-color: #f1bc1e;
  border-radius: 32px;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    padding: 65px 40px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox {
    padding: 30px 20px;
  }
}
.aboutArea .aboutBox .titleBox {
  text-align: left;
}
.aboutArea .aboutBox .titleBox .decoTitle {
  color: #fff;
}
.aboutArea .aboutBox .titleBox .title {
  margin-bottom: 30px;
  color: #fff;
}
.aboutArea .aboutBox .titleBox .btnBox .btn {
  width: 221px;
}
.aboutArea .aboutBox .Txt {
  width: 100%;
  max-width: calc(100% - 221px);
  padding-left: 30px;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .Txt {
    padding: 0;
    max-width: unset;
  }
}
.aboutArea .aboutBox .Txt .textEditor {
  max-width: 630px;
  width: 100%;
  margin-top: -2px;
  color: #fff;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .Txt .textEditor {
    margin-top: 0;
    max-width: unset;
  }
}
.aboutArea .aboutBox .Txt .textEditor .text {
  font-size: 22px;
  letter-spacing: 2.9px;
  line-height: 1.5;
  margin-bottom: 19px;
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem {
  padding: 22px 0;
  font-size: 16px;
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(1) {
  width: 24%;
  padding-left: 3px;
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(1) .title, .aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(1) .txt {
  letter-spacing: 4px;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(1) {
    width: 50%;
    padding-left: 0;
  }
}
@media (max-width: 420px) {
  .aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(1) {
    width: 100%;
  }
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(2) {
  width: 39%;
  padding-left: 10.5%;
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(2) .title {
  letter-spacing: 1.1px;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(2) {
    width: 50%;
    padding-left: 0;
  }
}
@media (max-width: 420px) {
  .aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(2) {
    width: 100%;
  }
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(3) {
  width: 37%;
  padding-left: 11%;
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(3) .title {
  letter-spacing: 2px;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(3) {
    width: 50%;
    padding-left: 0;
  }
}
@media (max-width: 420px) {
  .aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem:nth-of-type(3) {
    width: 100%;
  }
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem .title {
  margin-bottom: 1px;
}
.aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem .txt a {
  color: #fff;
}
@media (min-width: 1201px) {
  .aboutArea .aboutBox .Txt .textEditor .contactInfoBox .contentList .contentItem .txt a:hover {
    color: #605847;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
.aboutArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.aboutArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.aboutArea:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.aboutArea:not(.show) .Txt {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.aboutArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.4s;
}
.aboutArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.aboutArea.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 0.6s;
}
.aboutArea.show .Txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}</pre></body></html>