.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem .item > .Txt .title, .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem .item, .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem > .Txt .title, .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem > .Txt, .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem, .treatmentArea .arrowBox .arrow img, .treatmentArea .arrowBox .arrow, .linkListM .Img img, .linkList .Img img, .linkArea .linkBox.mobile .arrowBox .arrow img, .linkArea .linkBox.mobile .arrowBox .arrow, .facList .facItem, .newsArea .plusArrow, .newsArea .textBox .title, .newsArea .Img img, .newsArea .arrowBox .arrow img, .newsArea .arrowBox .arrow, .roomArea .Txt .btnBox, .roomArea .Txt .text, .roomArea .Txt .title, .roomArea .Txt .classTitle, .bannerArea .scrollDown span.line::after, .bannerArea .scrollDown span, .bannerArea .bannerItem .Txt .btnBox .btn img, .bannerArea .bannerBox .arrowBox .arrow img, .bannerArea .bannerBox .arrowBox .arrow, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.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: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 88vh;
  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: #aa876a;
  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: 1181px) {
  .popWin .close:hover {
    background-color: #aa876a;
  }
  .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;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
  z-index: 6;
}
.bannerArea .bannerBox .arrowBox {
  width: 97%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .bannerArea .bannerBox .arrowBox {
    display: none;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerBox .arrowBox {
    width: auto;
    gap: 10px;
    top: 80%;
    left: auto;
    right: 20px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.bannerArea .bannerBox .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  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;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .bannerArea .bannerBox .arrowBox .arrow:hover {
    background-color: #aa876a;
  }
  .bannerArea .bannerBox .arrowBox .arrow:hover img {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}
.bannerArea .bannerBox .arrowBox .arrow.prev img {
  rotate: 180deg;
}
.bannerArea .bannerBox .arrowBox .arrow img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList .slick-slide.slick-current .Img.splitting .cell,
.bannerArea .bannerList .slick-slide.slick-current .Img.splitting .cell__inner {
  -webkit-transition-delay: calc(0.1s * var(--cell-index));
          transition-delay: calc(0.1s * var(--cell-index));
}
.bannerArea .bannerList .slick-slide.slick-current .Img.splitting img {
  opacity: 0.99;
  -webkit-transition-delay: calc(0.1s * var(--cell-total));
          transition-delay: calc(0.1s * var(--cell-total));
}
.bannerArea .bannerList .slick-slide.slick-current .Img.vert-slide .cell {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.bannerArea .bannerList .slick-slide.slick-current .Img.vert-slide.\-fixed.cell__inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.bannerArea .bannerItem .Txt {
  padding: 110px 20px 85px 150px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 70px 20px 50px 100px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 70px 20px 40px 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  max-width: 890px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3.25px;
  opacity: 0;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 900px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 450px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 35px;
    letter-spacing: 2px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 26px;
    letter-spacing: 1.5px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 7.5px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: block;
  line-height: 1.81;
  letter-spacing: 1.43px;
  margin-top: 30px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 20px;
  }
}
.bannerArea .bannerItem .Txt .btnBox .btn {
  background-color: #fff;
  color: #000;
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .Txt .btnBox .btn:hover {
    color: #fff;
    background-color: #aa876a;
  }
  .bannerArea .bannerItem .Txt .btnBox .btn:hover img {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}
.bannerArea .bannerItem .Txt .btnBox .btn img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.bannerArea .bannerItem .Txt .arrowBox.mobile {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  gap: 10px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .arrowBox.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bannerArea .bannerItem .Txt .arrowBox.mobile .arrow {
  position: relative;
}
.bannerArea .bannerItem .Txt .arrowBox.mobile .arrow::before {
  display: none;
}
.bannerArea .bannerItem .Img.splitting .cell,
.bannerArea .bannerItem .Img.splitting .cell__inner,
.bannerArea .bannerItem .Img.splitting img {
  -webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99);
  transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99);
  transition: transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99), opacity 1s linear;
  transition: transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99), opacity 1s linear, -webkit-transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99);
  -webkit-transition-delay: calc(0.1s * var(--cell-index));
          transition-delay: calc(0.1s * var(--cell-index));
  -webkit-transition-delay: calc(0.1s * (var(--cell-total) - var(--cell-index)));
          transition-delay: calc(0.1s * (var(--cell-total) - var(--cell-index)));
}
.bannerArea .bannerItem .Img.splitting img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
  opacity: 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 120%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 140%;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 160%;
  }
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem .Img.splitting .cell,
.bannerArea .bannerItem .Img.splitting .cell__inner,
.bannerArea .bannerItem .Img.splitting img {
  -webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99);
  transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99);
  transition: transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99), opacity 1s linear;
  transition: transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99), opacity 1s linear, -webkit-transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99);
  -webkit-transition-delay: calc(0.1s * var(--cell-index));
          transition-delay: calc(0.1s * var(--cell-index));
  -webkit-transition-delay: calc(0.1s * (var(--cell-total) - var(--cell-index)));
          transition-delay: calc(0.1s * (var(--cell-total) - var(--cell-index)));
}
.bannerArea .bannerItem .Img.splitting img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
  opacity: 0;
}
.bannerArea .bannerItem.slick-current .Img.splitting .cell,
.bannerArea .bannerItem.slick-current .Img.splitting .cell__inner {
  -webkit-transition-delay: calc(0.1s * var(--cell-index));
          transition-delay: calc(0.1s * var(--cell-index));
}
.bannerArea .bannerItem.slick-current .Img.splitting img {
  opacity: 0.99;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: calc(0.1s * var(--cell-total));
          transition-delay: calc(0.1s * var(--cell-total));
}
.bannerArea .bannerItem.slick-current .Img.vert-slide .cell {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.bannerArea .bannerItem.slick-current .Img.vert-slide.\-fixed.cell__inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .arrowBox {
  -webkit-animation: slideUpAnimation 0.8s 1.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.4s ease-in-out forwards;
}
.bannerArea .slick-current .Img img {
  -webkit-animation: zoom 5s ease-in-out forwards;
          animation: zoom 5s ease-in-out forwards;
}
.bannerArea .scrollDown {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 60px;
  right: 70px;
  z-index: 2;
  gap: 10px;
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover span.text {
    color: #aa876a;
  }
  .bannerArea .scrollDown:hover span.line {
    background-color: #aa876a;
  }
  .bannerArea .scrollDown:hover span.line::after {
    background-color: #aa876a;
  }
  .bannerArea .scrollDown:hover .line {
    background-color: #aa876a;
  }
  .bannerArea .scrollDown:hover .line::after {
    background-color: #aa876a;
    bottom: 0%;
  }
}
.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: 1px;
  height: 80px;
  background-color: #fff;
  position: relative;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.bannerArea .scrollDown span.line::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 0.5px));
          transform: translateX(calc(-50% - 0.5px));
  display: block;
  z-index: 4;
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
  .bannerArea .socialBox,
  .bannerArea .scrollDown,
  .bannerArea .slick-dots {
    display: none !important;
  }
}

.aboutArea {
  padding: 100px 0;
  background-image: url("../images/aboutbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 170px;
  position: relative;
}
@media (max-width: 1300px) {
  .aboutArea .aboutBox {
    gap: 100px;
  }
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}
.aboutArea .Img {
  width: 100%;
  max-width: 510px;
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
}
.aboutArea .Img.deco {
  width: 100%;
  max-width: 480px;
  top: -90px;
  position: absolute;
  left: -75px;
  border-radius: 0;
}
@media (max-width: 1180px) {
  .aboutArea .Img.deco {
    max-width: 400px;
  }
}
@media (max-width: 960px) {
  .aboutArea .Img.deco {
    max-width: 480px;
  }
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .Txt {
  width: 100%;
  margin-bottom: 40px;
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
}
.aboutArea .Txt .btnBox {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 450px) {
  .aboutArea .Txt .btnBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.aboutArea .Txt .textEditor {
  margin-top: 20px;
}
@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: 1180px) {
  .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: 1180px) {
  .roomArea .Img {
    width: 100%;
    max-width: 630px;
    margin: 0 auto 10px;
  }
}
.roomArea .Txt {
  width: 40%;
  padding: 0px 0px 30px 75px;
}
@media (max-width: 1180px) {
  .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: 1180px) {
  .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: 1180px) {
  .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: 110px 0 50px 0;
  background-image: url("../images/newsbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  .newsArea {
    padding: 50px 0;
  }
}
.newsArea .classBox {
  margin-top: 25px;
}
@media (max-width: 1180px) {
  .newsArea .classBox {
    max-width: 100%;
    margin: 0;
  }
}
.newsArea .classBox .classLink {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .classBox .classLink li {
  margin-bottom: 15px;
  margin-right: 15px;
}
.newsArea .classBox .classLink a,
.newsArea .classBox .classLink span {
  background-color: #3e362e;
  color: #fff;
  display: block;
  padding: 7px 18px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.63px;
  text-align: center;
  border-radius: 30px;
}
.newsArea .classBox .classLink a.current,
.newsArea .classBox .classLink span.current {
  background-color: #fff;
  color: #3e362e;
}
@media (min-width: 1181px) {
  .newsArea .classBox .classLink a:hover,
  .newsArea .classBox .classLink span:hover {
    background-color: #fff;
    color: #3e362e;
  }
}
.newsArea .arrowBox {
  width: 97%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 640px) {
  .newsArea .arrowBox {
    display: none;
  }
}
.newsArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  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;
  cursor: pointer;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .newsArea .arrowBox .arrow:hover {
    background-color: #aa876a;
  }
  .newsArea .arrowBox .arrow:hover img {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}
.newsArea .arrowBox .arrow.slick-hidden {
  display: none;
}
.newsArea .arrowBox .arrow.prev {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.newsArea .arrowBox .arrow.prev img {
  rotate: 180deg;
}
.newsArea .arrowBox .arrow.next {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.newsArea .arrowBox .arrow img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.newsArea .newsBox {
  position: relative;
  padding: 20px 0;
  margin-top: 40px;
}
@media (max-width: 640px) {
  .newsArea .newsBox {
    width: 90%;
    margin: 40px auto;
  }
}
@media (max-width: 640px) {
  .newsArea .newsBox {
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .newsArea .newsBox {
    width: 100%;
  }
}
.newsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsArea .topBox .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 41%;
}
@media (max-width: 1180px) {
  .newsArea .topBox .leftBox {
    width: 100%;
  }
}
.newsArea .topBox .rightBox {
  width: 55%;
}
.newsArea .topBox .rightBox .slick-list {
  padding: 0;
}
@media (max-width: 1180px) {
  .newsArea .topBox .rightBox {
    display: none;
  }
}
.newsArea .slick-list {
  padding: 30px 0;
  overflow: visible;
}
@media (max-width: 1180px) {
  .newsArea .slick-list {
    padding: 0;
  }
}
.newsArea .slick-dots {
  margin-top: 40px;
  bottom: none;
  position: static;
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .newsHotList {
  width: 100%;
}
.newsArea .newsHotList .Img {
  border-radius: 15px;
}
.newsArea .newsHotList .Txt {
  position: absolute;
  bottom: 0;
  background-color: transparent;
}
.newsArea .newsHotList .Txt .title {
  color: #fff;
}
.newsArea .newsHotList .Txt .dateBox .date {
  color: #fff;
}
.newsArea .newsHotList .Txt .classTitle {
  color: #fff;
  border: 1px solid #fff;
}
.newsArea .newsItem {
  position: relative;
  padding: 0 40px;
}
.newsArea .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #aa876a;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 1180px) {
  .newsArea .newsItem {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .newsArea .newsItem {
    padding: 0 15px;
  }
}
.newsArea .item {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .newsArea .item:hover .title {
    color: #aa876a;
  }
  .newsArea .item:hover img {
    scale: 1.1;
  }
}
.newsArea .Img {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newsArea .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.newsArea .Txt {
  position: relative;
  padding: 20px 30px 30px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.newsArea .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.newsArea .newsInfoBox .dateBox {
  text-align: center;
}
.newsArea .newsInfoBox .dateBox .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.24px;
  color: #aa876a;
}
.newsArea .newsInfoBox .classTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #aa876a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 30px;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  color: #aa876a;
}
.newsArea .textBox {
  width: 100%;
}
.newsArea .textBox .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.77px;
  color: #3e362e;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
@media (max-width: 450px) {
  .newsArea .textBox .title {
    font-size: 18px;
  }
}
.newsArea .textBox .text {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 1.5;
}
.newsArea .textBox .text.ellipsis {
  height: 22px;
  overflow: hidden;
}
.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%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  right: 50px;
  top: 50%;
  margin-top: -25px;
  display: none;
}
.newsArea .plusArrow i {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .newsArea .plusArrow {
    right: 0px;
  }
}
@media (max-width: 1180px) {
  .newsArea .plusArrow {
    display: none;
  }
}
.newsArea .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: 1180px) {
  .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: 1180px) {
  .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 {
  padding-bottom: 10px;
  font-size: 24px;
}
.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: 16px;
}
.catalogList .Txt .text.ellipsis {
  height: 75px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalogList .Txt .text {
    font-size: 14px;
  }
  .catalogList .Txt .text.ellipsis {
    height: 70px;
  }
}

.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: 1181px) {
  .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: 1181px) {
  .facList .title a:hover {
    color: #aa876a;
  }
}
@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;
  }
}

.linkArea {
  padding: 110px 0;
  text-align: center;
  overflow: hidden;
  background-image: url("../images/marqueepicbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .linkArea {
    padding: 75px 0;
  }
}
.linkArea .linkBox {
  position: relative;
}
.linkArea .linkBox.mobile {
  display: none;
}
.linkArea .linkBox.mobile .arrowBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 440px) {
  .linkArea .linkBox.mobile .arrowBox {
    display: none;
  }
}
.linkArea .linkBox.mobile .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  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;
  cursor: pointer;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .linkArea .linkBox.mobile .arrowBox .arrow:hover {
    background-color: #aa876a;
  }
  .linkArea .linkBox.mobile .arrowBox .arrow:hover img {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}
.linkArea .linkBox.mobile .arrowBox .arrow.slick-hidden {
  display: none;
}
.linkArea .linkBox.mobile .arrowBox .arrow.prev {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.linkArea .linkBox.mobile .arrowBox .arrow.prev img {
  rotate: 180deg;
}
@media (max-width: 640px) {
  .linkArea .linkBox.mobile .arrowBox .arrow.prev {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.linkArea .linkBox.mobile .arrowBox .arrow.next {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 640px) {
  .linkArea .linkBox.mobile .arrowBox .arrow.next {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.linkArea .linkBox.mobile .arrowBox .arrow img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 1024px) {
  .linkArea .linkBox.mobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  .linkArea .linkBox {
    display: none;
  }
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 70px;
}
.linkList .linkItem {
  width: 30%;
  position: relative;
}
.linkList .linkItem:nth-of-type(3n-1)::before {
  content: "";
  width: 1px;
  height: 130px;
  background-color: #6c5a47;
  position: absolute;
  left: -10%;
  bottom: 0;
}
.linkList .linkItem:nth-of-type(3n-1)::after {
  content: "";
  width: 1px;
  height: 130px;
  background-color: #6c5a47;
  position: absolute;
  right: -10%;
  bottom: 0;
}
.linkList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1181px) {
  .linkList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.linkList .Img {
  width: 100%;
  max-width: 100px;
  overflow: hidden;
}
.linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkList .Txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.linkList .Txt .title {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 15px;
  letter-spacing: 0.77px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.linkList .Txt .textEditor {
  color: #b6afa8;
  font-size: 18px;
  letter-spacing: 0.63px;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
}

.linkListM {
  width: 90%;
  margin: 0 auto;
}
.linkListM .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1181px) {
  .linkListM .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.linkListM .Img {
  width: 100%;
  max-width: 100px;
  overflow: hidden;
}
.linkListM .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkListM .Txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.linkListM .Txt .title {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 20px;
  letter-spacing: 0.77px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 350px) {
  .linkListM .Txt .title {
    font-size: 18px;
  }
}
.linkListM .Txt .textEditor {
  color: #b6afa8;
  font-size: 18px;
  letter-spacing: 0.63px;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .linkListM .Txt .textEditor {
    width: 70%;
  }
}
@media (max-width: 440px) {
  .linkListM .Txt .textEditor {
    width: 80%;
  }
}
@media (max-width: 380px) {
  .linkListM .Txt .textEditor {
    width: 90%;
  }
}
@media (max-width: 350px) {
  .linkListM .Txt .textEditor {
    font-size: 16px;
  }
}
.linkListM .slick-dots {
  margin-top: 60px;
  position: static;
}
@media (max-width: 440px) {
  .linkListM .slick-dots {
    margin-top: 40px;
  }
}

:root {
  --transformL: -343px;
}

.treatmentArea {
  background-image: url("../images/treatmentbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.treatmentArea .arrowBox {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
@media (max-width: 920px) {
  .treatmentArea .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 520px) {
  .treatmentArea .arrowBox {
    top: 105%;
  }
}
@media (max-width: 450px) {
  .treatmentArea .arrowBox {
    top: 110%;
  }
}
@media (max-width: 400px) {
  .treatmentArea .arrowBox {
    top: 115%;
  }
}
@media (max-width: 350px) {
  .treatmentArea .arrowBox {
    top: 120%;
    width: 80%;
  }
}
.treatmentArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  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;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .treatmentArea .arrowBox .arrow:hover {
    background-color: #aa876a;
  }
  .treatmentArea .arrowBox .arrow:hover img {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}
.treatmentArea .arrowBox .arrow.prev img {
  rotate: 180deg;
}
@media (max-width: 450px) {
  .treatmentArea .arrowBox .arrow.prev {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
}
@media (max-width: 450px) {
  .treatmentArea .arrowBox .arrow.next {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}
.treatmentArea .arrowBox .arrow img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 768px) {
  .treatmentArea {
    padding: 60px 0;
  }
}
.treatmentArea .titleBox {
  text-align: center;
}
.treatmentArea svg {
  position: absolute;
  color: #fff;
  top: -100px;
  left: 0px;
}
.treatmentArea .wrap {
  max-width: 1370px;
}
.treatmentArea .outWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media (max-width: 1024px) {
  .treatmentArea .outWrap {
    gap: 50px;
  }
}
@media (max-width: 920px) {
  .treatmentArea .outWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
  }
}
@media (max-width: 450px) {
  .treatmentArea .outWrap {
    gap: 90px;
  }
}
@media (max-width: 400px) {
  .treatmentArea .outWrap {
    gap: 110px;
  }
}
.treatmentArea .outWrap .slick-dots {
  position: static;
  margin-top: 50px;
}
@media (max-width: 350px) {
  .treatmentArea .outWrap .slick-dots {
    margin-top: 20px;
  }
}
.treatmentArea .outWrap .treatmentBox {
  width: 60%;
}
.treatmentArea .outWrap .treatmentBox .slick-current .treatmentItem .Img {
  -webkit-animation: scale 0.5s ease-in-out forwards;
          animation: scale 0.5s ease-in-out forwards;
  opacity: 1;
}
@media (max-width: 920px) {
  .treatmentArea .outWrap .treatmentBox {
    width: 100%;
  }
}
.treatmentArea .outWrap .treatmentBox .bigCircle {
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background-color: rgba(240, 233, 227, 0.8);
  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;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1600px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle {
    scale: 0.9;
    width: 720px;
    height: 720px;
  }
}
@media (max-width: 1300px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle {
    scale: 0.8;
  }
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle {
    scale: 1;
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 520px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 450px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 400px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 350px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle {
    width: 270px;
    height: 270px;
  }
}
.treatmentArea .outWrap .treatmentBox .bigCircle .circleImg {
  width: 686px;
  height: 686px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotateAni 60s linear infinite;
          animation: rotateAni 60s linear infinite;
}
.treatmentArea .outWrap .treatmentBox .bigCircle .circleImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .circleImg {
    width: 390px;
    height: 390px;
  }
}
@media (max-width: 520px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .circleImg {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 400px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .circleImg {
    width: 270px;
    height: 270px;
  }
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  width: 20px;
  height: 20px;
  background-color: #444;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:hover {
    background-color: #aa876a;
  }
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem {
    width: 150px;
    height: 150px;
    background-color: #aa876a;
  }
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem.mobile {
  display: none;
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem {
    display: none;
  }
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem.current {
  width: 185px;
  height: 185px;
  background-color: #aa876a;
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem.current {
    width: 150px;
    height: 150px;
  }
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem.current .item {
  scale: 1;
  opacity: 1;
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem.current > .Txt {
  opacity: 0;
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem > .Txt {
  position: absolute;
  width: 100px;
  top: calc(100% + 10px);
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem > .Txt {
    display: none;
  }
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem > .Txt .title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.95px;
  line-height: 1.36;
  text-align: center;
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem .item {
  width: 155px;
  height: 155px;
  background-color: #fff;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  scale: 0;
  opacity: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem .item {
    width: 125px;
    height: 125px;
    scale: 1;
    opacity: 1;
  }
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem .item .Img {
  max-width: 80px;
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem .item .Img {
    max-width: 60px;
  }
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem .item > .Txt .title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.95px;
  line-height: 1.36;
  text-align: center;
  color: #aa876a;
  width: 100px;
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translateY(var(--transformL));
          transform: translate(-50%, -50%) translateY(var(--transformL));
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(1) .Txt {
  top: -30px;
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(72deg) translateY(var(--transformL)) rotate(-72deg);
          transform: translate(-50%, -50%) rotate(72deg) translateY(var(--transformL)) rotate(-72deg);
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(144deg) translateY(var(--transformL)) rotate(-144deg);
          transform: translate(-50%, -50%) rotate(144deg) translateY(var(--transformL)) rotate(-144deg);
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(4) {
  -webkit-transform: translate(-50%, -50%) rotate(216deg) translateY(var(--transformL)) rotate(-216deg);
          transform: translate(-50%, -50%) rotate(216deg) translateY(var(--transformL)) rotate(-216deg);
}
.treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(5) {
  -webkit-transform: translate(-50%, -50%) rotate(288deg) translateY(var(--transformL)) rotate(-288deg);
          transform: translate(-50%, -50%) rotate(288deg) translateY(var(--transformL)) rotate(-288deg);
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(1), .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(2), .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(3), .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(4), .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translateY(220px) scale(0.9);
            transform: translate(-50%, -50%) translateY(220px) scale(0.9);
  }
}
@media (max-width: 400px) {
  .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(1), .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(2), .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(3), .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(4), .treatmentArea .outWrap .treatmentBox .bigCircle .iconItem:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translateY(190px) scale(0.9);
            transform: translate(-50%, -50%) translateY(190px) scale(0.9);
  }
}
.treatmentArea .outWrap .treatmentBox .smallCircle {
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background-color: rgba(205, 186, 169, 0.7);
  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;
}
.treatmentArea .outWrap .treatmentBox .smallCircle .slick-list {
  overflow: visible;
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .smallCircle {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 400px) {
  .treatmentArea .outWrap .treatmentBox .smallCircle {
    width: 270px;
    height: 270px;
  }
}
.treatmentArea .outWrap .treatmentBox .treatmentList {
  width: 100%;
  width: 480px;
  height: 480px;
}
.treatmentArea .outWrap .treatmentBox .treatmentList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.treatmentArea .outWrap .treatmentBox .treatmentList:not(.slick-slider) .treatmentItem {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.treatmentArea .outWrap .treatmentBox .treatmentList .treatmentItem {
  position: relative;
}
.treatmentArea .outWrap .treatmentBox .treatmentList .treatmentItem .item .Img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.treatmentArea .outWrap .treatmentBox .treatmentList .treatmentItem .iconItem .item .Img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .treatmentBox .treatmentList {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 400px) {
  .treatmentArea .outWrap .treatmentBox .treatmentList {
    width: 240px;
    height: 240px;
  }
}
.treatmentArea .outWrap .treatmentBox .Img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 480px;
}
.treatmentArea .outWrap .treatmentBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.treatmentArea .outWrap .TxtBox {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.treatmentArea .outWrap .TxtBox .slick-current .TxtItem {
  -webkit-animation: 0.5s clipPath 0.5s ease-in-out forwards;
          animation: 0.5s clipPath 0.5s ease-in-out forwards;
}
@media (max-width: 920px) {
  .treatmentArea .outWrap .TxtBox {
    width: 100%;
  }
}
.treatmentArea .outWrap .TxtBox .index {
  font-size: 17px;
  font-weight: 500;
  color: #aa876a;
}
.treatmentArea .outWrap .TxtBox .TxtItem {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.treatmentArea .outWrap .TxtBox .TxtList {
  width: 100%;
}
.treatmentArea .outWrap .TxtBox .title {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 3.375px;
  color: #3e362e;
}
.treatmentArea .outWrap .TxtBox .textEditor {
  margin-top: 25px;
  font-size: 19px;
  font-weight: 400;
  color: #3e362e;
  line-height: 1.68;
  width: 75%;
}
@media (max-width: 1180px) {
  .treatmentArea .outWrap .TxtBox .textEditor {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .treatmentArea .outWrap .TxtBox .textEditor {
    margin-top: 20px;
  }
}
.treatmentArea .outWrap .TxtBox .btnBox {
  margin-top: 50px;
}