<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.facList .facItem, .beautyArea .Img img, .beautyArea .slickArrowBox .progressBox .progress, .serviceArea .Img img, .serviceArea .serviceItem:hover .title, .serviceArea .serviceItem, .serviceArea .slick-active, .newsArea .plusArrow svg, .newsArea .plusArrow, .newsArea .textBox .title, .newsArea .Img img, .roomArea .Txt .btnBox, .roomArea .Txt .text, .roomArea .Txt .title, .roomArea .Txt .classTitle, .bannerArea &gt; .socialBox .socialList li a svg, .bannerArea &gt; .socialBox .socialList li, .bannerArea .bannerIndexBox .total, .bannerArea .bannerIndexBox .progressBox .progress, .bannerArea &gt; .wrap .circleProcess .text, .bannerArea .linkBox .linkList .slick-arrow, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  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;
  -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: #7cc3ca;
  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: #7cc3ca;
  }
  .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 {
  position: relative;
}
.bannerArea .linkBox {
  width: 620px;
  background-color: #fff;
  position: absolute;
  left: 6%;
  bottom: 5%;
  z-index: 3;
  border-radius: 20px;
  padding: 0 20px;
}
@media (max-width: 1800px) {
  .bannerArea .linkBox {
    left: 8%;
  }
}
@media (max-width: 1400px) {
  .bannerArea .linkBox {
    width: 465px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .linkBox {
    width: 310px;
  }
}
@media (max-width: 920px) {
  .bannerArea .linkBox {
    width: 260px;
    left: 10%;
  }
}
@media (max-width: 768px) {
  .bannerArea .linkBox {
    width: 100%;
    position: relative;
    left: 0;
    margin-top: 10px;
    margin-bottom: 60px;
  }
}
.bannerArea .linkBox .linkList .slick-slide {
  padding: 10px 0;
}
@media (max-width: 1180px) {
  .bannerArea .linkBox .linkList .slick-slide {
    padding: 5px 0;
  }
}
.bannerArea .linkBox .linkList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.bannerArea .linkBox .linkList .item:hover .title a {
  color: #7cc3ca;
}
.bannerArea .linkBox .linkList .item:hover .Img::after {
  -webkit-animation: waveAni 1s infinite ease-in-out;
          animation: waveAni 1s infinite ease-in-out;
}
.bannerArea .linkBox .linkList .item .Txt {
  width: 100%;
  text-align: center;
}
.bannerArea .linkBox .linkList .item .title {
  width: 100%;
  -webkit-animation: none;
          animation: none;
}
.bannerArea .linkBox .linkList .item .title a {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .bannerArea .linkBox .linkList .item .title a {
    font-size: 18px;
  }
}
.bannerArea .linkBox .linkList .item .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.bannerArea .linkBox .linkList .Img {
  width: 70px;
  height: 70px;
  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;
  border: 1px solid #7cc3ca;
  border-radius: 50%;
}
.bannerArea .linkBox .linkList .Img::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: rgba(124, 195, 202, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.bannerArea .linkBox .linkList .Img::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #7cc3ca;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.bannerArea .linkBox .linkList .Img a {
  width: 50px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.bannerArea .linkBox .linkList .Img img {
  position: relative;
  z-index: 3;
}
.bannerArea .linkBox .circleProcess {
  position: absolute;
  top: 50%;
  scale: 0.8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .linkBox .circleProcess.prev {
  left: -20%;
}
@media (max-width: 1400px) {
  .bannerArea .linkBox .circleProcess.prev {
    left: -25%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .linkBox .circleProcess.prev {
    left: -33%;
  }
}
@media (max-width: 920px) {
  .bannerArea .linkBox .circleProcess.prev {
    left: -41%;
  }
}
@media (max-width: 768px) {
  .bannerArea .linkBox .circleProcess.prev {
    left: -81%;
  }
}
.bannerArea .linkBox .circleProcess.next {
  right: -20%;
}
@media (max-width: 1400px) {
  .bannerArea .linkBox .circleProcess.next {
    right: -25%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .linkBox .circleProcess.next {
    right: -33%;
  }
}
@media (max-width: 920px) {
  .bannerArea .linkBox .circleProcess.next {
    right: -41%;
  }
}
@media (max-width: 768px) {
  .bannerArea .linkBox .circleProcess.next {
    right: -81%;
  }
}
.bannerArea &gt; .wrap {
  position: relative;
}
.bannerArea &gt; .wrap .slickArrowBox {
  position: absolute;
  right: 1%;
  top: 50%;
  z-index: 2;
}
@media (max-width: 1400px) {
  .bannerArea &gt; .wrap .slickArrowBox {
    top: 40%;
  }
}
@media (max-width: 1180px) {
  .bannerArea &gt; .wrap .slickArrowBox {
    top: 25%;
  }
}
.bannerArea &gt; .wrap .circleProcess {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .bannerArea &gt; .wrap .circleProcess {
    width: 66px;
    height: 66px;
  }
}
.bannerArea &gt; .wrap .circleProcess .text {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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;
  border: 1px solid #7ec4cb;
}
@media (max-width: 1180px) {
  .bannerArea &gt; .wrap .circleProcess .text {
    width: 66px;
    height: 66px;
  }
}
.bannerArea &gt; .wrap .circleProcess:hover .rightCircle,
.bannerArea &gt; .wrap .circleProcess:hover .leftCircle {
  -webkit-animation: bannerCircleAni 0.5s linear forwards;
          animation: bannerCircleAni 0.5s linear forwards;
}
.bannerArea &gt; .wrap .circleProcess:hover .leftCircle {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bannerArea &gt; .wrap .circleProcess:hover .text {
  color: #fff;
}
.bannerArea &gt; .wrap .circleProcess .wrapper {
  width: 40px;
  height: 80px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .bannerArea &gt; .wrap .circleProcess .wrapper {
    width: 33px;
    height: 66px;
  }
}
.bannerArea &gt; .wrap .circleProcess .right {
  right: 0;
}
.bannerArea &gt; .wrap .circleProcess .left {
  left: 0;
}
.bannerArea &gt; .wrap .circleProcess .circle {
  width: 80px;
  height: 80px;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (max-width: 1180px) {
  .bannerArea &gt; .wrap .circleProcess .circle {
    width: 66px;
    height: 66px;
  }
}
.bannerArea &gt; .wrap .circleProcess .rightCircle {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 0;
}
.bannerArea &gt; .wrap .circleProcess .leftCircle {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 0;
}
.bannerArea &gt; .wrap .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea &gt; .wrap .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea &gt; .wrap .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea &gt; .wrap .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea &gt; .wrap .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerIndexBox {
  position: absolute;
  left: 61%;
  top: 56%;
  z-index: 2;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
}
@media (max-width: 1800px) {
  .bannerArea .bannerIndexBox {
    left: 62%;
  }
}
@media (max-width: 1600px) {
  .bannerArea .bannerIndexBox {
    top: 49%;
    left: 60%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerIndexBox {
    top: 51%;
  }
}
@media (max-width: 840px) {
  .bannerArea .bannerIndexBox {
    left: 55%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerIndexBox {
    left: 60%;
    top: 51%;
  }
}
@media (max-width: 710px) {
  .bannerArea .bannerIndexBox {
    left: 54%;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerIndexBox {
    top: 60%;
    left: 10%;
  }
}
@media (max-width: 580px) {
  .bannerArea .bannerIndexBox {
    top: 61%;
    left: 10%;
  }
}
@media (max-width: 540px) {
  .bannerArea .bannerIndexBox {
    top: 56%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerIndexBox {
    font-size: 14px;
    top: 65%;
  }
}
@media (max-width: 440px) {
  .bannerArea .bannerIndexBox {
    top: 63%;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerIndexBox {
    top: 62%;
  }
}
@media (max-width: 370px) {
  .bannerArea .bannerIndexBox {
    top: 61%;
  }
}
@media (max-width: 340px) {
  .bannerArea .bannerIndexBox {
    top: 60%;
  }
}
.bannerArea .bannerIndexBox .progressBox {
  width: 45px;
  height: 2px;
  background: #999;
  position: relative;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.bannerArea .bannerIndexBox .progressBox .progress {
  height: 2px;
  background-color: #000;
  width: 100px;
}
.bannerArea .bannerIndexBox .total {
  color: #999;
}
.bannerArea .bannerItem .Txt {
  max-width: 1500px;
}
.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;
  position: absolute;
  left: 64%;
  top: 62%;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .textBox {
    left: 60%;
    top: 55%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    top: 60%;
    left: 60%;
  }
}
@media (max-width: 980px) {
  .bannerArea .bannerItem .Txt .textBox {
    left: 60%;
  }
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .Txt .textBox {
    left: 55%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .textBox {
    left: 60%;
  }
}
@media (max-width: 710px) {
  .bannerArea .bannerItem .Txt .textBox {
    left: 54%;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .textBox {
    top: 70%;
    left: 10%;
  }
}
@media (max-width: 540px) {
  .bannerArea .bannerItem .Txt .textBox {
    top: 65%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .textBox {
    top: 69%;
  }
}
.bannerArea .bannerItem .Txt .title {
  max-width: 400px;
  text-wrap: wrap;
  font-size: 70px;
  font-weight: 500;
  line-height: 0.97;
  letter-spacing: 1.4px;
  opacity: 0;
  text-align: left;
  font-family: "Belleza", sans-serif;
}
@media (max-width: 1400px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 52px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
    max-width: 300px;
  }
}
@media (max-width: 980px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 28px;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 48px;
  }
}
@media (max-width: 440px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  display: block;
  font-size: 27px;
  line-height: 3.33;
  letter-spacing: 1.35px;
  opacity: 0;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 300px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: none;
}
@media (max-width: 1400px) {
  .bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
    right: 70%;
  }
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 130%;
  }
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow::before {
  display: none;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-prev::after {
  content: "PREV";
  position: absolute;
  display: block;
  color: #000;
  font-size: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .slick-arrow.slick-next::after {
  content: "NEXT";
  position: absolute;
  display: block;
  color: #000;
  font-size: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bannerArea &gt; .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea &gt; .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 &gt; .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea &gt; .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea &gt; .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea &gt; .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea &gt; .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea &gt; .socialBox .socialList li a:hover {
    color: #7cc3ca;
  }
  .bannerArea &gt; .socialBox .socialList li a:hover svg {
    fill: #7cc3ca;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-animation: goTopAni 2s infinite ease-in-out alternate;
          animation: goTopAni 2s infinite ease-in-out alternate;
}
@media (max-width: 1400px) {
  .bannerArea .scrollDown {
    top: 40%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    top: 30%;
    left: 25px;
  }
}
@media (max-width: 768px) {
  .bannerArea .scrollDown {
    top: 25%;
  }
}
@media (max-width: 600px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  font-size: 14px;
  color: #000;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 1.4px;
}
.bannerArea .scrollDown img {
  rotate: 180deg;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.bannerArea .slick-dots {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
  .bannerArea .socialBox {
    display: none !important;
  }
}

.aboutArea {
  position: relative;
  z-index: 1;
  padding: 200px 0 150px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .aboutArea {
    padding: 80px 0;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 900px) {
  .aboutArea .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.aboutArea .Img {
  width: 50%;
  max-width: 750px;
  position: relative;
}
@media (max-width: 1260px) {
  .aboutArea .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 900px) {
  .aboutArea .Img {
    width: 100%;
  }
}
.aboutArea .Img .imgBox {
  width: 100%;
  height: 100%;
  border-radius: 375px 20px 20px 375px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1260px) {
  .aboutArea .Img .imgBox {
    height: auto;
  }
}
@media (max-width: 480px) {
  .aboutArea .Img .imgBox {
    height: 280px;
  }
}
@media (max-width: 450px) {
  .aboutArea .Img .imgBox {
    height: auto;
  }
}
.aboutArea .Img .door {
  position: absolute;
  top: -25%;
  right: -10%;
  width: 256px;
  z-index: -1;
}
@media (max-width: 1260px) {
  .aboutArea .Img .door {
    top: 10%;
    right: -5%;
  }
}
@media (max-width: 1024px) {
  .aboutArea .Img .door {
    width: 200px;
    right: -5%;
    top: 15%;
  }
}
@media (max-width: 900px) {
  .aboutArea .Img .door {
    top: -25%;
    right: -10%;
    width: 256px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Img .door {
    width: 150px;
    right: -5%;
  }
}
@media (max-width: 500px) {
  .aboutArea .Img .door {
    width: 150px;
    right: -13%;
  }
}
.aboutArea .Img .circleText {
  position: absolute;
  left: 13%;
  bottom: 0%;
  width: 158px;
  -webkit-animation: rotateAni 20s linear infinite;
          animation: rotateAni 20s linear infinite;
  z-index: 2;
}
@media (max-width: 1260px) {
  .aboutArea .Img .circleText {
    bottom: 15%;
  }
}
@media (max-width: 1024px) {
  .aboutArea .Img .circleText {
    bottom: 25%;
    width: 100px;
  }
}
@media (max-width: 900px) {
  .aboutArea .Img .circleText {
    left: 13%;
    bottom: -20%;
    width: 158px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Img .circleText {
    width: 100px;
  }
}
@media (max-width: 520px) {
  .aboutArea .Img .circleText {
    width: 86px;
    left: 50px;
    bottom: -70px;
  }
}
.aboutArea .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .Txt {
  width: 50%;
}
@media (max-width: 900px) {
  .aboutArea .Txt {
    width: 100%;
  }
}
.aboutArea .Txt .titleBox::after {
  content: "";
  width: 1px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.aboutArea .Txt .textEditor {
  max-width: 490px;
  margin: 0 auto;
}
.aboutArea .Txt .textEditor p {
  letter-spacing: 0.9px;
}
.aboutArea .Txt .textEditor p span {
  font-weight: 300;
}
.aboutArea .Txt .textEditor .titleBox::after {
  display: none;
}
.aboutArea .Txt .textEditor .decotitle {
  margin-bottom: 20px;
}
.aboutArea .Txt .textEditor .decotitle span {
  letter-spacing: 1.1px;
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .aboutArea .Txt .btnBox {
    margin-top: 20px;
  }
}

.roomArea {
  padding: 50px 0 100px;
  background-color: #EFEFEF;
}
@media (max-width: 768px) {
  .roomArea {
    padding: 40px 0 60px;
  }
}
.roomArea .roomBox {
  padding-bottom: 20px;
}
.roomArea .roomList {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .roomArea .roomList {
    padding-top: 10px;
  }
}
.roomArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .roomArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.roomArea .Img {
  width: 60%;
}
.roomArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1023px) {
  .roomArea .Img {
    width: 100%;
    max-width: 630px;
    margin: 0 auto 10px;
  }
}
.roomArea .Txt {
  width: 40%;
  padding: 0px 0px 30px 75px;
}
@media (max-width: 1023px) {
  .roomArea .Txt {
    width: 100%;
    max-width: 630px;
    padding: 0 0 20px;
  }
}
.roomArea .Txt .classTitle {
  font-size: 18px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 1023px) {
  .roomArea .Txt .classTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .roomArea .Txt .classTitle {
    font-size: 15px;
  }
}
.roomArea .Txt .title {
  opacity: 0;
  padding-bottom: 10px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (max-width: 768px) {
  .roomArea .Txt .title {
    padding-bottom: 5px;
  }
}
.roomArea .Txt .title a {
  display: block;
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .roomArea .Txt .title a {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .roomArea .Txt .title a {
    font-size: 22px;
  }
}
.roomArea .Txt .text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  padding-top: 15px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .roomArea .Txt .text {
    padding-top: 10px;
  }
}
.roomArea .Txt .btnBox {
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.roomArea .Txt.show .classTitle,
.roomArea .Txt.show .title,
.roomArea .Txt.show .text,
.roomArea .Txt.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.newsArea {
  padding: 150px 0 100px 0;
  background-color: #f0ffff;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .newsArea {
    padding: 30px 0;
  }
}
.newsArea .slickArrowBox {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media (max-width: 1180px) {
  .newsArea .slickArrowBox {
    display: none;
  }
}
.newsArea .slickArrowBox.slickArrowBox2 {
  display: none;
}
@media (max-width: 1180px) {
  .newsArea .slickArrowBox.slickArrowBox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    gap: 30px;
    left: 0;
    top: 0;
    margin-top: 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.newsArea .slickArrowBox .circleProcess:hover .text {
  color: #000;
}
.newsArea .slickArrowBox .circleProcess .rightCircle {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  right: 0;
}
.newsArea .slickArrowBox .circleProcess .leftCircle {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  left: 0;
}
.newsArea .newsBox {
  position: relative;
  width: calc(100% - 235px);
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    width: 100%;
  }
}
.newsArea .titleWrap {
  width: 235px;
}
.newsArea .titleWrap .titleBox {
  text-align: left;
}
.newsArea .titleWrap .titleBox::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -30px;
  left: 0;
}
.newsArea .titleWrap .subtitle {
  font-size: 45px;
}
.newsArea .btnBox {
  margin-top: 60px;
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 1760px) {
  .newsArea .wrap {
    max-width: 1400px;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 1670px) {
  .newsArea .wrap {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 1600px) {
  .newsArea .wrap {
    padding: 0 100px;
  }
}
@media (max-width: 1500px) {
  .newsArea .wrap {
    max-width: 1500px;
    padding: 0 50px 0 150px;
  }
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    padding: 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .newsArea .wrap {
    padding: 0 40px;
  }
}
@media (max-width: 468px) {
  .newsArea .wrap {
    padding: 0 20px;
  }
}
.newsArea .newsItem {
  position: relative;
  padding-right: 110px;
}
@media (max-width: 768px) {
  .newsArea .newsItem {
    padding-right: 85px;
  }
}
@media (max-width: 380px) {
  .newsArea .newsItem {
    padding-right: 75px;
  }
}
.newsArea .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #7cc3ca;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1201px) {
  .newsArea .newsItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .newsArea .newsItem:hover .Img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .newsArea .newsItem:hover .Img img {
    scale: 1.1;
  }
  .newsArea .newsItem:hover .title {
    color: #7cc3ca;
  }
  .newsArea .newsItem:hover .plusArrow {
    border-color: #7cc3ca;
    background-color: rgba(124, 195, 202, 0.6);
  }
  .newsArea .newsItem:hover .plusArrow::before {
    -webkit-animation: waveAni 0.9s infinite ease-in-out;
            animation: waveAni 0.9s infinite ease-in-out;
  }
  .newsArea .newsItem:hover .plusArrow svg {
    color: #fff;
  }
}
.newsArea .item {
  position: relative;
  cursor: pointer;
}
.newsArea .Img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
  border-radius: 20px;
  overflow: hidden;
}
.newsArea .Img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: skewX(45deg) translateX(550px);
          transform: skewX(45deg) translateX(550px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 100px 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 100px 0 0 0 rgba(255, 255, 255, 0.5);
  z-index: 3;
  display: none;
}
@media (max-width: 640px) {
  .newsArea .Img::before {
    -webkit-transform: skewX(45deg) translateX(650px);
            transform: skewX(45deg) translateX(650px);
  }
}
.newsArea .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.newsArea .textBox {
  height: 90px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsArea .textBox .classTitle {
  position: absolute;
  right: -60px;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  letter-spacing: 0.75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
.newsArea .textBox .classTitle::before {
  content: "#";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
  background-color: #7cc3ca;
  color: #fff;
  rotate: 90deg;
  margin-bottom: 7px;
}
.newsArea .textBox .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 480px) {
  .newsArea .textBox .title {
    line-height: 24px;
    max-height: 48px;
  }
}
@media (max-width: 380px) {
  .newsArea .textBox .title {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
}
.newsArea .plusArrow {
  position: absolute;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  right: -70px;
  bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(124, 195, 202, 0.5);
          box-shadow: 0 0 10px rgba(124, 195, 202, 0.5);
}
.newsArea .plusArrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #7cc3ca;
  display: block;
  border-radius: 50%;
  opacity: 1;
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.serviceArea {
  padding: 100px 0 50px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(#f8f9fb), color-stop(#f6fafe), color-stop(#f2fcfe), to(#f0fdfc));
  background: linear-gradient(to bottom, #f9f9f9, #f8f9fb, #f6fafe, #f2fcfe, #f0fdfc);
}
@media (max-width: 768px) {
  .serviceArea {
    padding: 50px 0;
  }
}
.serviceArea .titleBox::after {
  content: "";
  width: 1px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.serviceArea .deco1,
.serviceArea .deco2 {
  position: absolute;
}
.serviceArea .deco1 img,
.serviceArea .deco2 img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceArea .deco1 {
  left: 0;
  top: -250px;
  z-index: 0;
}
@media (max-width: 900px) {
  .serviceArea .deco1 {
    width: 200px;
    top: -150px;
  }
}
@media (max-width: 690px) {
  .serviceArea .deco1 {
    width: 150px;
    top: -100px;
  }
}
@media (max-width: 500px) {
  .serviceArea .deco1 {
    display: none;
  }
}
.serviceArea .deco2 {
  right: 0;
  bottom: -500px;
  z-index: 2;
}
@media (max-width: 900px) {
  .serviceArea .deco2 {
    width: 200px;
    bottom: -300px;
  }
}
@media (max-width: 690px) {
  .serviceArea .deco2 {
    width: 150px;
    bottom: -200px;
  }
}
@media (max-width: 500px) {
  .serviceArea .deco2 {
    display: none;
  }
}
.serviceArea .deco1s,
.serviceArea .deco2s {
  display: none;
  position: absolute;
}
@media (max-width: 500px) {
  .serviceArea .deco1s,
  .serviceArea .deco2s {
    display: block;
  }
}
.serviceArea .deco1s {
  left: 0;
  top: -100px;
}
.serviceArea .deco2s {
  right: 0;
  bottom: -220px;
  z-index: 2;
}
.serviceArea .deco3 {
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 2;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.2;
  width: 100%;
}
@media (max-width: 1180px) {
  .serviceArea .deco3 {
    top: 50%;
  }
}
.serviceArea .deco3 img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.serviceArea .decoCube {
  display: none;
}
@media (max-width: 500px) {
  .serviceArea .decoCube {
    display: block;
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 33px;
    height: 54px;
    background-color: #f0ffff;
    z-index: 3;
  }
}
.serviceArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 930px) {
  .serviceArea .wrap {
    gap: 0;
  }
}
@media (max-width: 640px) {
  .serviceArea .wrap {
    padding: 0;
  }
}
.serviceArea .slickArrowBox {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 1180px) {
  .serviceArea .slickArrowBox {
    display: none;
  }
}
.serviceArea .slickArrowBox.slickArrowBox2 {
  display: none;
}
@media (max-width: 1180px) {
  .serviceArea .slickArrowBox.slickArrowBox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    top: 0;
    margin-top: 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.serviceArea .slickArrowBox .circleProcess:hover .text {
  color: #000;
}
.serviceArea .slickArrowBox .circleProcess .rightCircle {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  right: 0;
}
.serviceArea .slickArrowBox .circleProcess .leftCircle {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  left: 0;
}
.serviceArea .serviceBox {
  position: relative;
  width: 100%;
  z-index: 3;
}
.serviceArea .titleWrap {
  position: relative;
}
@media (max-width: 640px) {
  .serviceArea .slick-slide {
    padding: 30px 0;
  }
}
.serviceArea .slick-slide &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serviceArea .slick-list {
  padding: 30px 0;
}
.serviceArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.serviceArea .odd-slide {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.serviceArea .even-slide {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.serviceArea .serviceItem {
  position: relative;
  background-color: #fff;
  border-radius: 130px;
  max-width: 260px;
  padding: 15px;
}
.serviceArea .serviceItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #7cc3ca;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.serviceArea .serviceItem:hover {
  -webkit-box-shadow: 0 0 20px rgba(124, 195, 202, 0.5);
          box-shadow: 0 0 20px rgba(124, 195, 202, 0.5);
}
.serviceArea .serviceItem:hover .Img {
  visibility: visible;
  opacity: 1;
}
.serviceArea .serviceItem:hover .Img img {
  scale: 1.1;
}
.serviceArea .serviceItem:hover .title {
  color: #7cc3ca;
}
.serviceArea .item {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 130px;
  border: 2px solid #7cc3ca;
  gap: 65px;
  padding: 70px 0 30px;
}
.serviceArea .item .index {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  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;
  z-index: 2;
  top: -17px;
  color: #7cc3ca;
  font-size: 30px;
  font-family: "Belleza", sans-serif;
}
.serviceArea .Img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
  border-radius: 20px;
  width: 75px;
}
.serviceArea .Img::before {
  content: "";
  width: 107px;
  height: 109px;
  background-image: url("../images/serviceitembg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.serviceArea .Img::after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 1px;
  background-color: #000;
  bottom: -40px;
}
.serviceArea .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.serviceArea .Txt {
  width: 100%;
  text-align: center;
  padding: 0 25px;
}
.serviceArea .textBox {
  width: 100%;
  height: 75px;
}
.serviceArea .textBox .title {
  font-size: 23px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  overflow: hidden;
  text-wrap: wrap;
  letter-spacing: 0.46px;
  text-overflow: ellipsis;
  max-height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 480px) {
  .serviceArea .textBox .title {
    font-size: 20px;
    line-height: 24px;
    max-height: 48px;
  }
}
.serviceArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.beautyArea {
  padding: 150px 0 100px 0;
  background-color: #f0fdfc;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1180px) {
  .beautyArea {
    padding: 50px 0;
  }
}
.beautyArea .titleBox::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -30px;
  left: 0;
}
.beautyArea .slickArrowBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media (max-width: 1600px) {
  .beautyArea .slickArrowBox {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .beautyArea .slickArrowBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.beautyArea .slickArrowBox .btnBox {
  margin-top: 0;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media (max-width: 768px) {
  .beautyArea .slickArrowBox .btnBox {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.beautyArea .slickArrowBox .progressBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: #ccc;
  position: relative;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media (max-width: 768px) {
  .beautyArea .slickArrowBox .progressBox {
    width: 50%;
    min-width: 175px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.beautyArea .slickArrowBox .progressBox .progress {
  height: 2px;
  background-color: #7cc3ca;
}
.beautyArea .slickArrowBox .circleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .beautyArea .slickArrowBox .circleProcess {
    margin-bottom: 0;
  }
}
.beautyArea .slickArrowBox .circleProcess:hover .text {
  color: #000;
}
.beautyArea .slickArrowBox .circleProcess .rightCircle {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  right: 0;
}
.beautyArea .slickArrowBox .circleProcess .leftCircle {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  left: 0;
}
.beautyArea .beautyBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0px 0 70px #fff;
          box-shadow: 0 0px 0 70px #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .beautyArea .beautyBox {
    padding-top: 0;
    row-gap: 15px;
  }
}
@media (max-width: 900px) {
  .beautyArea .beautyBox {
    row-gap: 30px;
    -webkit-box-shadow: 0 40px 0 40px #fff;
            box-shadow: 0 40px 0 40px #fff;
  }
}
@media (max-width: 500px) {
  .beautyArea .beautyBox {
    row-gap: 30px;
    -webkit-box-shadow: 0 130px 0 40px #fff;
            box-shadow: 0 130px 0 40px #fff;
  }
}
.beautyArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.beautyArea .beautyWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  position: relative;
}
@media (max-width: 1440px) {
  .beautyArea .beautyWrap {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media (max-width: 900px) {
  .beautyArea .beautyWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.beautyArea .beautyRightBox {
  width: calc(50% - 90px);
}
@media (max-width: 1440px) {
  .beautyArea .beautyRightBox {
    width: calc(50% - 60px);
  }
}
@media (max-width: 900px) {
  .beautyArea .beautyRightBox {
    width: 100%;
  }
}
.beautyArea .beautyRightBox .titleBox {
  text-align: left;
  margin-bottom: 90px;
}
@media (max-width: 1440px) {
  .beautyArea .beautyRightBox .titleBox {
    margin-bottom: 50px;
  }
}
@media (max-width: 1000px) {
  .beautyArea .beautyRightBox .titleBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) {
  .beautyArea .beautyRightBox .titleBox {
    margin-bottom: 60px;
  }
}
.beautyArea .beautyRightBox .titleBox .subtitle {
  font-weight: 500;
}
@media (max-width: 1440px) {
  .beautyArea .beautyRightBox .titleBox .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .beautyArea .beautyRightBox .titleBox .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .beautyArea .beautyRightBox .titleBox .subtitle {
    font-size: 45px;
    letter-spacing: 2.25px;
  }
}
@media (max-width: 450px) {
  .beautyArea .beautyRightBox .titleBox .subtitle {
    font-size: 42px;
  }
}
@media (max-width: 455px) {
  .beautyArea .beautyRightBox .titleBox .subtitle {
    font-size: 35px;
  }
}
.beautyArea .beautyListRight {
  width: 100%;
}
.beautyArea .beautyListRight .name {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.85px;
  font-weight: 700;
}
.beautyArea .beautyListRight .Img {
  width: 115px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .beautyArea .beautyListRight .Img {
    width: 85px;
  }
}
@media (max-width: 900px) {
  .beautyArea .beautyListRight .Img {
    width: 115px;
  }
}
.beautyArea .beautyListLeft {
  width: 50%;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  position: relative;
  z-index: 3;
}
@media (max-width: 1600px) {
  .beautyArea .beautyListLeft {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
@media (max-width: 1180px) {
  .beautyArea .beautyListLeft {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media (max-width: 900px) {
  .beautyArea .beautyListLeft {
    width: 75%;
  }
}
@media (max-width: 540px) {
  .beautyArea .beautyListLeft {
    width: 100%;
  }
}
.beautyArea .beautyListLeft::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20px;
  right: -20px;
  border: 2px solid rgba(124, 195, 202, 0.6);
  border-radius: 30px;
}
@media (max-width: 500px) {
  .beautyArea .beautyListLeft::before {
    top: -10px;
    right: -8px;
  }
}
.beautyArea .beautyItem {
  position: relative;
}
.beautyArea .beautyItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #7cc3ca;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1201px) {
  .beautyArea .beautyItem:hover .Img {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .beautyArea .beautyItem:hover .Img img {
    scale: 1.1;
  }
  .beautyArea .beautyItem:hover .title a {
    color: #7cc3ca;
  }
  .beautyArea .beautyItem:hover .plusArrow {
    border-color: #7cc3ca;
    background-color: #7cc3ca;
  }
  .beautyArea .beautyItem:hover .plusArrow svg {
    color: #fff;
  }
}
.beautyArea .item {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
}
@media (max-width: 1180px) {
  .beautyArea .item {
    gap: 60px;
  }
}
@media (max-width: 481px) {
  .beautyArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.beautyArea .Img {
  display: block;
  opacity: 1;
  z-index: 9;
  border-radius: 20px;
  overflow: hidden;
  max-width: 800px;
}
.beautyArea .Img .glass {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: skewX(45deg) translateX(700%);
          transform: skewX(45deg) translateX(700%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  -webkit-box-shadow: 350px 0px 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 350px 0px 0 0 rgba(255, 255, 255, 0.5);
  display: none;
}
.beautyArea .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.beautyArea .Txt {
  position: relative;
}
.beautyArea .Txt::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #d4d3d3;
  position: absolute;
  left: -45px;
}
@media (max-width: 1180px) {
  .beautyArea .Txt::before {
    left: -30px;
  }
}
@media (max-width: 481px) {
  .beautyArea .Txt::before {
    width: 150px;
    height: 2px;
    top: -30px;
    left: 0;
  }
}
.beautyArea .textBox {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 15px;
}
.beautyArea .textBox .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.beautyArea .textBox .text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 108px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1000px) {
  .beautyArea .textBox .text {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .beautyArea .textBox .text {
    font-size: 18px;
  }
}
.beautyArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.catalogArea {
  padding: 50px 0;
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .catalogBox {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-bottom: 20px;
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.catalogList {
  margin: 0 -30px;
  position: relative;
}
.catalogList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalogList:not(.slick-slider) .catalogItem {
  width: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1023px) {
  .catalogList {
    margin: 0 -20px;
  }
}
@media (max-width: 768px) {
  .catalogList {
    margin: 0 0px;
  }
}
.catalogList .catalogItem {
  padding: 0;
}
.catalogList .item {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 1023px) {
  .catalogList .item {
    padding: 20px;
  }
}
.catalogList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .Txt {
  position: relative;
  padding: 12px 20px 20px;
  text-align: center;
}
@media (max-width: 1180px) {
  .catalogList .Txt {
    padding: 10px 0 0px;
  }
}
.catalogList .Txt .title {
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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;
  }
}

.facArea {
  background-color: #EFEFEF;
  padding: 50px 0 80px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .facArea {
    padding: 30px 0 20px;
  }
}
@media (max-width: 1180px) {
  .facArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .facArea .wrap {
    padding: 0 20px;
  }
}
.facArea .facBox {
  overflow: hidden;
  width: calc(100% + 50vw - 50%);
}
@media (max-width: 768px) {
  .facArea .facBox {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    overflow: visible;
  }
}
.facArea .controlBox {
  width: 100%;
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .facArea .controlBox {
    height: 50px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  .facArea .controlBox {
    height: 20px;
  }
}
.facArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.facArea .arrowBox .slick-arrow {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media (min-width: 769px) {
  .facArea .arrowBox .slick-arrow + .slick-arrow {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .facArea .arrowBox {
    width: 100%;
    position: absolute;
    left: 0;
  }
  .facArea .arrowBox .slick-arrow {
    position: absolute;
    left: -10px;
  }
  .facArea .arrowBox .slick-arrow.slick-next {
    left: auto;
    right: -10px;
  }
}
@media (max-width: 400px) {
  .facArea .arrowBox {
    display: none;
  }
}
.facArea .dotsBox {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .facArea .dotsBox {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .facArea .dotsBox {
    width: 100%;
  }
}
.facArea .slick-dots {
  position: relative;
  bottom: 0;
}
@media (max-width: 768px) {
  .facArea .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.facList {
  width: 100%;
  position: relative;
  padding: 20px 120px 0px 0;
}
@media (max-width: 768px) {
  .facList {
    padding: 20px 0 0;
  }
}
.facList .slick-list {
  overflow: visible;
}
@media (max-width: 400px) {
  .facList .slick-list {
    overflow: hidden;
  }
}
.facList .facItem {
  padding: 0 20px;
}
@media (min-width: 1181px) and (min-width: 1201px) {
  .facList .facItem:hover .Txt {
    background-color: rgba(0, 0, 0, 0.35);
    padding-bottom: 240px;
    -webkit-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
    pointer-events: auto;
  }
  .facList .facItem:hover .Txt .text {
    opacity: 1;
    position: absolute;
    bottom: 165px;
    left: auto;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: opacity 0.3s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
    transition: opacity 0.3s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
    transition: opacity 0.3s 0.3s ease-in-out, transform 0.5s 0.3s ease-in-out;
    transition: opacity 0.3s 0.3s ease-in-out, transform 0.5s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
  }
}
@media (max-width: 1180px) {
  .facList .facItem {
    padding: 0 15px;
  }
}
@media (max-width: 400px) {
  .facList .facItem {
    padding: 0 5px;
  }
}
.facList .item {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.facList .Img {
  position: relative;
  width: 100%;
}
.facList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Txt {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 50px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
  z-index: 1;
}
.facList .Txt a {
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .facList .Txt {
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 20px 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 640px) {
  .facList .Txt {
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.facList .title {
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.facList .title a {
  color: #fff;
  display: block;
}
@media (min-width: 1201px) {
  .facList .title a:hover {
    color: #7cc3ca;
  }
}
@media (max-width: 1180px) {
  .facList .title {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .facList .title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .facList .title {
    font-size: 24px;
    font-weight: 500;
  }
}
.facList .text {
  width: 100%;
  height: 75px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  bottom: 165px;
  left: auto;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
@media (max-width: 1180px) {
  .facList .text {
    width: 100%;
    max-height: 75px;
    height: auto;
    bottom: 0;
    margin-top: 10px;
    padding: 0;
    position: relative;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.facList .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .facList .linkWrap {
    display: none;
  }
}
.facList .btnBox {
  margin-top: 20px;
}
@media (min-width: 1181px) {
  .facList .btnBox {
    display: none;
  }
}

*::before,
*::after {
  pointer-events: none;
}

.videoArea {
  padding: 150px 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.videoArea .titleBox {
  margin-bottom: 60px;
}
.videoArea .titleBox::after {
  content: "";
  width: 1px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .videoArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .videoArea {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .videoArea {
    padding: 30px 0;
  }
}
.videoArea .wrap {
  position: relative;
  z-index: 3;
}
.videoArea .deco1,
.videoArea .deco2 {
  position: absolute;
}
.videoArea .deco1 img,
.videoArea .deco2 img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .videoArea .deco1,
  .videoArea .deco2 {
    display: none;
  }
}
.videoArea .deco1 {
  left: 0;
  bottom: -100px;
  z-index: 0;
}
@media (max-width: 900px) {
  .videoArea .deco1 {
    width: 200px;
  }
}
@media (max-width: 690px) {
  .videoArea .deco1 {
    width: 150px;
  }
}
.videoArea .deco2 {
  right: 0;
  top: -100px;
}
@media (max-width: 900px) {
  .videoArea .deco2 {
    width: 200px;
  }
}
@media (max-width: 690px) {
  .videoArea .deco2 {
    width: 150px;
  }
}
.videoArea .deco1s,
.videoArea .deco2s {
  display: none;
  position: absolute;
}
@media (max-width: 500px) {
  .videoArea .deco1s,
  .videoArea .deco2s {
    display: block;
  }
}
.videoArea .deco1s {
  left: 0;
  bottom: -50px;
}
.videoArea .deco2s {
  right: 0;
  top: -50px;
  z-index: 0;
}
.videoArea .textEditor a {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}</pre></body></html>