.processList .Txt .btnBox, .processList .processItem > .item, .featureList .Txt .btnBox, .featureList .Img img, .featureList .featureItem > .item, .linkList .Txt .btnBox, .linkList .Img img, .linkList .linkItem > .item, .facList .facItem, .newsArea .plusArrow, .roomArea .Txt .btnBox, .roomArea .Txt .text, .roomArea .Txt .title, .roomArea .Txt .classTitle, .bannerArea .scrollDown span::after, .bannerArea .scrollDown span, .bannerArea .scrollDown svg, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .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: #0563c9;
  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: #0563c9;
  }
  .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 {
  position: relative;
  overflow: visible;
}
.bannerArea .deco {
  position: absolute;
  z-index: 2;
  top: 44.9%;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1840px) {
  .bannerArea .deco {
    top: 44.2%;
  }
}
@media (max-width: 640px) {
  .bannerArea .deco {
    top: 0%;
    left: -50%;
    display: none;
  }
}
.bannerArea .decom {
  position: absolute;
  bottom: -60px;
  left: 0;
  display: none;
}
@media (max-width: 640px) {
  .bannerArea .decom {
    display: block;
    z-index: 2;
  }
}
.bannerArea .bannerBox {
  position: relative;
}
@media (max-width: 640px) {
  .bannerArea .bannerBox .slick-arrow {
    top: 45%;
    z-index: 5;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  .bannerArea .bannerBox .slick-arrow::before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
  }
  .bannerArea .bannerBox .slick-arrow.slick-prev {
    left: 35px;
  }
  .bannerArea .bannerBox .slick-arrow.slick-prev::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .bannerArea .bannerBox .slick-arrow.slick-next {
    right: 50px;
  }
  .bannerArea .bannerBox .slick-arrow.slick-next::before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 540px) {
  .bannerArea .bannerBox .slick-arrow {
    top: 40%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerBox .slick-arrow {
    top: 35%;
  }
  .bannerArea .bannerBox .slick-arrow.slick-prev {
    left: 25px;
  }
  .bannerArea .bannerBox .slick-arrow.slick-next {
    right: 20px;
  }
}
.bannerArea .controlBox {
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1600px) {
  .bannerArea .controlBox {
    bottom: 80px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .controlBox {
    bottom: 50px;
  }
}
@media (max-width: 640px) {
  .bannerArea .controlBox {
    display: none;
  }
}
.bannerArea .controlBox .slick-dots {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  bottom: 0px;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  max-width: 1500px;
  padding: 110px 0 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 135px;
  z-index: 5;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt {
    padding: 110px 90px 85px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerItem .Txt {
    padding: 110px 75px 85px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 110px 50px 85px;
    gap: 80px;
  }
}
@media (max-width: 900px) {
  .bannerArea .bannerItem .Txt {
    padding: 60px 50px 85px;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 60px 30px 85px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 30px 30px;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt {
    padding: 30px 20px 30px;
  }
}
.bannerArea .bannerItem .Txt .ImgBox {
  max-width: 765px;
  opacity: 0;
  width: 50%;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .ImgBox {
    width: 85%;
  }
}
.bannerArea .bannerItem .Txt .ImgBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.5));
}
.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;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .textBox {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 57px;
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: 2.85px;
  max-width: 560px;
  opacity: 0;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 35px;
  }
}
@media (max-width: 900px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 440px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 20px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #2c373f;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 20px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Txt .subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 14px;
  }
}
.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;
  margin-top: 55px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 30px;
  }
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #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: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
@media (max-width: 540px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 110%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 125%;
  }
}
@media (max-width: 380px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 130%;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -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 .btnBox {
  -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 .ImgBox {
  -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 .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #0563c9;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #0563c9;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 120px;
  right: 50px;
  z-index: 2;
  -webkit-animation: scrollAni 1.5s ease-in-out infinite alternate;
          animation: scrollAni 1.5s ease-in-out infinite alternate;
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover span.text {
    color: #0563c9;
  }
  .bannerArea .scrollDown:hover span::after {
    border-color: #0563c9;
  }
  .bannerArea .scrollDown:hover svg {
    color: #0563c9;
  }
}
.bannerArea .scrollDown svg {
  width: 18px;
  height: 27px;
  margin-bottom: 12px;
  color: #fff;
}
.bannerArea .scrollDown span {
  display: block;
  position: relative;
}
.bannerArea .scrollDown span::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 1px)) rotate(-225deg);
          transform: translateX(calc(-50% - 1px)) rotate(-225deg);
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 300;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
  display: none;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #0563c9;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none !important;
  }
}

.aboutArea {
  padding: 130px 0 160px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 100px 0;
  }
}
@media (max-width: 786px) {
  .aboutArea {
    padding: 90px 0;
  }
}
@media (max-width: 400px) {
  .aboutArea {
    padding: 50px 0;
  }
}
.aboutArea .aboutAni {
  position: absolute;
  bottom: 0;
  left: -23px;
}
@media (max-width: 640px) {
  .aboutArea .aboutAni {
    left: -590px;
  }
}
@media (max-width: 511px) {
  .aboutArea .aboutAni {
    left: -650px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .titleBox .text {
  max-width: 985px;
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media (max-width: 800px) {
  .aboutArea .aboutBox {
    margin-top: 35px;
  }
}
.aboutArea .aboutBox .aboutList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .aboutList {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 800px) {
  .aboutArea .aboutBox .aboutList {
    scale: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 5px;
  }
}
@media (max-width: 511px) {
  .aboutArea .aboutBox .aboutList {
    row-gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .aboutList {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media (max-width: 420px) {
  .aboutArea .aboutBox .aboutList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.aboutArea .aboutBox .aboutList .aboutItem {
  width: 200px;
  height: 200px;
  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: rgb(254, 254, 254);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 254, 254)), to(rgb(231, 231, 231)));
  background: linear-gradient(180deg, rgb(254, 254, 254) 0%, rgb(231, 231, 231) 100%);
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 420px) {
  .aboutArea .aboutBox .aboutList .aboutItem {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 370px) {
  .aboutArea .aboutBox .aboutList .aboutItem {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 330px) {
  .aboutArea .aboutBox .aboutList .aboutItem {
    width: 120px;
    height: 120px;
  }
}
.aboutArea .aboutBox .aboutList .aboutItem:first-of-type::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 161px;
  display: block;
  background-image: url("../images/top1.png");
  background-repeat: no-repeat;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 800px) {
  .aboutArea .aboutBox .aboutList .aboutItem:first-of-type::before {
    display: none;
  }
}
.aboutArea .aboutBox .aboutList .aboutItem:first-of-type::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 145px;
  display: block;
  background-image: url("../images/bottom1.png");
  background-repeat: no-repeat;
  left: -60px;
  bottom: -60px;
}
@media (max-width: 800px) {
  .aboutArea .aboutBox .aboutList .aboutItem:first-of-type::after {
    display: none;
  }
}
.aboutArea .aboutBox .aboutList .aboutItem:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 265px;
  height: 114px;
  display: block;
  background-image: url("../images/top2.png");
  background-repeat: no-repeat;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 800px) {
  .aboutArea .aboutBox .aboutList .aboutItem:nth-of-type(2)::before {
    display: none;
  }
}
.aboutArea .aboutBox .aboutList .aboutItem:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 160px;
  display: block;
  background-image: url("../images/bottom2.png");
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
}
@media (max-width: 800px) {
  .aboutArea .aboutBox .aboutList .aboutItem:nth-of-type(2)::after {
    display: none;
  }
}
.aboutArea .aboutBox .aboutList .aboutItem:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 161px;
  display: block;
  background-image: url("../images/top3.png");
  background-repeat: no-repeat;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 800px) {
  .aboutArea .aboutBox .aboutList .aboutItem:nth-of-type(3)::before {
    display: none;
  }
}
.aboutArea .aboutBox .aboutList .aboutItem:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 144px;
  display: block;
  background-image: url("../images/bottom3.png");
  background-repeat: no-repeat;
  right: -60px;
  bottom: -60px;
}
@media (max-width: 800px) {
  .aboutArea .aboutBox .aboutList .aboutItem:nth-of-type(3)::after {
    display: none;
  }
}
.aboutArea .aboutBox .aboutList .aboutItem::before, .aboutArea .aboutBox .aboutList .aboutItem::after {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
@media (max-width: 800px) {
  .aboutArea .aboutBox .aboutList .aboutItem::before, .aboutArea .aboutBox .aboutList .aboutItem::after {
    display: none;
  }
}
.aboutArea .aboutBox .aboutList .aboutItem .item {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #f2f2f2;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  opacity: 0;
}
@media (max-width: 420px) {
  .aboutArea .aboutBox .aboutList .aboutItem .item {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 370px) {
  .aboutArea .aboutBox .aboutList .aboutItem .item {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 330px) {
  .aboutArea .aboutBox .aboutList .aboutItem .item {
    width: 100px;
    height: 100px;
  }
}
.aboutArea .aboutBox .aboutList .aboutItem.active .item {
  -webkit-animation: opacity 1s ease-in-out forwards;
          animation: opacity 1s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.aboutArea .aboutBox .aboutList .aboutItem.active::before, .aboutArea .aboutBox .aboutList .aboutItem.active::after {
  -webkit-animation: aboutItem 2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: aboutItem 2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.aboutArea .aboutBox .aboutList .aboutItem.noimg::before, .aboutArea .aboutBox .aboutList .aboutItem.noimg::after {
  display: none;
}
@media (max-width: 370px) {
  .aboutArea .Img {
    width: 55px;
  }
}
@media (max-width: 330px) {
  .aboutArea .Img {
    width: 50px;
  }
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .Txt {
  width: 100%;
}
.aboutArea .Txt .title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2a2a2a;
}
@media (max-width: 420px) {
  .aboutArea .Txt .title {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .aboutArea .Txt .title {
    font-size: 12px;
  }
}
@media (max-width: 330px) {
  .aboutArea .Txt .title {
    font-size: 11px;
  }
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}

.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: 50px 0;
}
.newsArea .newsBox {
  position: relative;
  padding: 20px 0;
}
.newsArea .slick-list {
  padding: 30px 0;
}
@media (max-width: 1180px) {
  .newsArea .slick-list {
    padding: 0;
  }
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .newsItem {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.newsArea .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #0563c9;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1181px) {
  .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 .title a {
    color: #0563c9;
  }
  .newsArea .newsItem:hover .plusArrow {
    border-color: #0563c9;
    background-color: #0563c9;
  }
  .newsArea .newsItem:hover .plusArrow i {
    color: #fff;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsItem {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .newsArea .newsItem {
    padding: 15px 0;
  }
}
.newsArea .item {
  position: relative;
  cursor: pointer;
}
.newsArea .Img {
  width: 320px;
  display: block;
  position: absolute;
  right: 200px;
  top: -60px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
}
.newsArea .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .newsArea .Img {
    display: none;
  }
}
.newsArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 480px) {
  .newsArea .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsArea .newsInfoBox {
  border-right: 1px solid #ccc;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsArea .newsInfoBox .dateBox {
  text-align: center;
}
.newsArea .newsInfoBox .dateBox .date {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
}
.newsArea .newsInfoBox .dateBox .year {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .newsArea .newsInfoBox {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsInfoBox {
    padding: 0 20px;
  }
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 44px;
  }
  .newsArea .newsInfoBox .dateBox .year {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 640px) {
  .newsArea .newsInfoBox {
    padding: 0 10px;
  }
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 40px;
  }
  .newsArea .newsInfoBox .dateBox .year {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsInfoBox {
    width: 100%;
    border: none;
    padding: 0 10px 5px;
  }
  .newsArea .newsInfoBox .dateBox {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 500;
  }
  .newsArea .newsInfoBox .dateBox .date::before {
    content: ".";
  }
  .newsArea .newsInfoBox .dateBox .year {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
  }
}
.newsArea .textBox {
  height: 110px;
  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;
  padding-left: 50px;
}
@media (max-width: 1440px) {
  .newsArea .textBox {
    padding: 0 60px 0 30px;
  }
}
@media (max-width: 1180px) {
  .newsArea .textBox {
    height: 100px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .newsArea .textBox {
    height: 95px;
    padding: 0 0px 0 20px;
  }
}
@media (max-width: 480px) {
  .newsArea .textBox {
    height: 90px;
    padding: 0 10px;
  }
}
.newsArea .textBox .classTitle {
  min-width: 86px;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0563c9;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (max-width: 1180px) {
  .newsArea .textBox .classTitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .newsArea .textBox .classTitle {
    margin-bottom: 0px;
  }
}
.newsArea .textBox .title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-right: 100px;
}
.newsArea .textBox .title.ellipsis {
  height: 45px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsArea .textBox .title {
    padding-right: 0;
  }
}
@media (max-width: 1180px) {
  .newsArea .textBox .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .newsArea .textBox .title.ellipsis {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .newsArea .textBox .title {
    font-size: 20px;
  }
  .newsArea .textBox .title.ellipsis {
    height: 36px;
  }
}
.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;
}
.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;
  }
}

.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: #0563c9;
  }
}
@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 .btnBox {
  margin-top: 20px;
}
@media (min-width: 1181px) {
  .facList .btnBox {
    display: none;
  }
}

.linkArea {
  padding: 110px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .linkArea {
    padding: 60px 0 70px;
  }
}
@media (max-width: 400px) {
  .linkArea {
    padding: 50px 0;
  }
}
.linkArea .wrap {
  position: relative;
  z-index: 1;
}
.linkArea .controlBox {
  position: relative;
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: none;
}
@media (max-width: 640px) {
  .linkArea .controlBox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.linkArea .controlBox .slick-dots {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  bottom: 0px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.linkArea .controlBox .slick-arrow.slick-prev {
  left: -20px;
}
.linkArea .controlBox .slick-arrow.slick-prev::before {
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.linkArea .controlBox .slick-arrow.slick-next {
  right: -20px;
}
.linkArea .controlBox .slick-arrow.slick-next::before {
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.linkArea .linkAni {
  position: absolute;
  top: 0;
  pointer-events: none;
}
@media (max-width: 640px) {
  .linkArea .linkAni {
    left: -710px;
  }
}
.linkArea .decom {
  position: absolute;
  left: 0;
  top: -110px;
  display: none;
}
@media (max-width: 640px) {
  .linkArea .decom {
    display: block;
  }
  .linkArea .decom.active {
    -webkit-animation: fade 0.5s linear;
            animation: fade 0.5s linear;
  }
}
.linkArea::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: url("../images/linkbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.linkArea .linkBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .linkArea .linkBox {
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
  }
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 640px) {
  .linkList {
    display: none;
  }
}
.linkList.mobile {
  display: none;
}
@media (max-width: 640px) {
  .linkList.mobile {
    display: block;
  }
  .linkList.mobile .slick-slide {
    margin: 0 10px;
    padding: 10px 0;
  }
}
.linkList .linkItem {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
.linkList .linkItem > .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 446px;
  height: 223px;
  background-color: #fff;
  -webkit-mask-image: url("../images/link.png");
          mask-image: url("../images/link.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  padding: 30px;
  border-bottom: 8px inset transparent;
}
@media (max-width: 768px) {
  .linkList .linkItem > .item {
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
  }
}
@media (max-width: 470px) {
  .linkList .linkItem > .item {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 313px;
  }
}
@media (min-width: 1181px) {
  .linkList .linkItem > .item:hover {
    border-bottom: 12px inset #55bc66;
  }
  .linkList .linkItem > .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .linkList .linkItem > .item:hover .btnBox a {
    color: #0563c9;
    border-bottom: 1px solid #0563c9;
  }
  .linkList .linkItem > .item:hover .btnBox a::after {
    border-right: 1px solid #0563c9;
    border-bottom: 1px solid #0563c9;
  }
}
.linkList .linkItem > .item .picBox {
  width: 170px;
  height: 170px;
}
@media (max-width: 768px) {
  .linkList .linkItem > .item .picBox {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 470px) {
  .linkList .linkItem > .item .picBox {
    width: 80%;
    height: auto;
    max-width: 170px;
    margin: 0 auto;
  }
}
.linkList .linkItem > .item .picList {
  width: 100%;
}
.linkList .Img {
  width: 100%;
  overflow: hidden;
}
.linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkList .Txt {
  width: calc(100% - 170px);
  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: start;
      align-content: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .linkList .Txt {
    width: calc(100% - 150px);
    padding: 0 0 0 15px;
  }
}
@media (max-width: 470px) {
  .linkList .Txt {
    width: 100%;
    padding: 10px 0 0;
  }
}
.linkList .Txt .title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a2a;
  letter-spacing: 1px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 470px) {
  .linkList .Txt .title {
    font-size: 16px;
    max-height: 54px;
    height: 54px;
  }
}
.linkList .Txt .title a {
  display: block;
}
.linkList .Txt .btnBox {
  text-align: left;
}
.linkList .Txt .btnBox a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #686868;
  padding-bottom: 7px;
  border-bottom: 1px solid transparent;
}
.linkList .Txt .btnBox a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-right: 1px solid #686868;
  border-bottom: 1px solid #686868;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.featureArea {
  padding: 60px 0 80px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .featureArea {
    padding: 50px 0;
  }
}
.featureArea::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 1913px;
  height: 98.5%;
  background-image: url("../images/featurebg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.featureArea .deco {
  position: absolute;
  right: -5px;
  top: 0;
  width: 72.5vw;
  pointer-events: none;
}
@media (max-width: 640px) {
  .featureArea .deco {
    width: 100%;
  }
}
.featureArea .decoAni {
  position: absolute;
  top: 0;
  left: 90px;
  pointer-events: none;
}
@media (max-width: 640px) {
  .featureArea .decoAni {
    left: -450px;
  }
}
.featureArea .controlBox {
  position: relative;
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: none;
}
@media (max-width: 640px) {
  .featureArea .controlBox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.featureArea .controlBox .slick-dots {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  bottom: 0px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.featureArea .controlBox .slick-arrow.slick-prev {
  left: -20px;
}
@media (max-width: 503px) {
  .featureArea .controlBox .slick-arrow.slick-prev {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.featureArea .controlBox .slick-arrow.slick-prev::before {
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.featureArea .controlBox .slick-arrow.slick-next {
  right: -20px;
}
@media (max-width: 503px) {
  .featureArea .controlBox .slick-arrow.slick-next {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.featureArea .controlBox .slick-arrow.slick-next::before {
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.featureArea .featureBox {
  position: relative;
  z-index: 3;
  margin-top: 80px;
}
@media (max-width: 640px) {
  .featureArea .featureBox {
    margin-top: 50px;
  }
}

.featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
@media (max-width: 1600px) {
  .featureList {
    gap: 50px;
  }
}
@media (max-width: 860px) {
  .featureList {
    -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;
  }
}
@media (max-width: 640px) {
  .featureList {
    display: none;
  }
}
.featureList.mobilef {
  display: none;
}
@media (max-width: 640px) {
  .featureList.mobilef {
    display: block;
  }
  .featureList.mobilef .slick-slide:has(.featureItem) {
    margin: 0 30px;
    padding: 20px 0;
  }
}
.featureList .featureItem {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  width: 30%;
  max-width: 400px;
}
@media (max-width: 860px) {
  .featureList .featureItem {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .featureList .featureItem:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.featureList .featureItem > .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 640px) {
  .featureList .featureItem > .item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.featureList .featureItem > .item .picBox {
  width: 100%;
  height: auto;
  -webkit-mask-image: url("../images/feature.png");
          mask-image: url("../images/feature.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: relative;
  z-index: 3;
}
@media (max-width: 640px) {
  .featureList .featureItem > .item .picBox {
    width: 100%;
    max-width: 400px;
    height: 0;
    padding-bottom: 110%;
  }
}
.featureList .featureItem > .item .picList {
  width: 100%;
}
.featureList .featureItem > .item .picList.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.featureList .Img {
  width: 100%;
  overflow: hidden;
}
.featureList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.featureList .Txt {
  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: start;
      align-content: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 30px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .featureList .Txt {
    padding: 25px;
  }
}
.featureList .Txt .title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  color: #3a3a3a;
  letter-spacing: 1px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
  max-height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1180px) {
  .featureList .Txt .title {
    font-size: 16px;
    max-height: 54px;
    height: 54px;
  }
}
@media (max-width: 640px) {
  .featureList .Txt .title {
    font-size: 20px;
    height: 66px;
    max-height: 66px;
  }
}
@media (max-width: 470px) {
  .featureList .Txt .title {
    font-size: 16px;
    max-height: 54px;
    height: 54px;
  }
}
.featureList .Txt .title a {
  display: block;
}
.featureList .Txt .btnBox {
  text-align: left;
}
.featureList .Txt .btnBox a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #686868;
  padding-bottom: 7px;
  border-bottom: 1px solid transparent;
}
.featureList .Txt .btnBox a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-right: 1px solid #686868;
  border-bottom: 1px solid #686868;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.processArea {
  padding: 50px 0 70px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .processArea {
    padding: 30px 0 50px;
  }
}
.processArea .deco {
  position: absolute;
  bottom: -3px;
  left: 0;
}
.processArea .controlBox {
  position: relative;
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: none;
}
@media (max-width: 1024px) {
  .processArea .controlBox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.processArea .controlBox .slick-dots {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  bottom: 0px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.processArea .controlBox .slick-arrow.slick-prev {
  left: -20px;
}
.processArea .controlBox .slick-arrow.slick-prev::before {
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.processArea .controlBox .slick-arrow.slick-next {
  right: -20px;
}
.processArea .controlBox .slick-arrow.slick-next::before {
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.processArea .processBox {
  position: relative;
  z-index: 3;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .processArea .processBox {
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
  }
}

:root {
  --before-color: #33cc00;
}

.processList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1600px) {
  .processList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .processList {
    display: none;
  }
}
.processList.mobilep {
  display: none;
}
@media (max-width: 1024px) {
  .processList.mobilep {
    display: block;
  }
  .processList.mobilep .slick-list {
    padding-top: 20px;
  }
  .processList.mobilep .Txt {
    width: 85%;
  }
  .processList.mobilep .Txt .title {
    font-size: 18px;
    max-height: 52px;
  }
  .processList.mobilep .slick-slide:nth-child(1n) .processItem {
    --before-color: #33cc00;
  }
  .processList.mobilep .slick-slide:nth-child(1n) .processItem .Img {
    background-color: #d8f7cd;
  }
  .processList.mobilep .slick-slide:nth-child(2n) .processItem {
    --before-color: #0563c9;
  }
  .processList.mobilep .slick-slide:nth-child(2n) .processItem .Img {
    background-color: #c4e0fd;
  }
}
.processList .processItem {
  border-right: 1px solid rgba(41, 41, 41, 0.2);
}
.processList .processItem:last-child {
  border-right: none;
}
.processList .processItem:nth-of-type(1n) {
  --before-color: #33cc00;
}
.processList .processItem:nth-of-type(1n) .Img {
  background-color: #d8f7cd;
}
.processList .processItem:nth-of-type(2n) {
  --before-color: #0563c9;
}
.processList .processItem:nth-of-type(2n) .Img {
  background-color: #c4e0fd;
}
@media (max-width: 1600px) {
  .processList .processItem:nth-child(4) {
    border-right: none;
  }
}
@media (max-width: 1368px) {
  .processList .processItem:nth-last-child(2) {
    border-right: 1px solid rgba(41, 41, 41, 0.2);
  }
}
@media (max-width: 1368px) {
  .processList .processItem:nth-child(3) {
    border-right: none;
  }
}
.processList .processItem > .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;
  gap: 35px;
  width: 300px;
}
@media (max-width: 1024px) {
  .processList .processItem > .item {
    width: 100%;
  }
}
.processList .Img {
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.processList .Img::before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 2px;
  left: 0;
  top: 0;
  background-color: var(--before-color);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 110px 0 0 var(--before-color), 0 110px 0 var(--before-color), 110px 110px 0 var(--before-color);
          box-shadow: 110px 0 0 var(--before-color), 0 110px 0 var(--before-color), 110px 110px 0 var(--before-color);
}
.processList .Img::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 17px;
  left: 0;
  top: 0;
  background-color: var(--before-color);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 110px 0 var(--before-color), 110px 0 0 var(--before-color), 110px 110px 0 var(--before-color);
          box-shadow: 0 110px 0 var(--before-color), 110px 0 0 var(--before-color), 110px 110px 0 var(--before-color);
}
.processList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 260px;
}
.processList .Txt .index {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #292929;
}
.processList .Txt .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #292929;
  letter-spacing: 0.4px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 470px) {
  .processList .Txt .title {
    font-size: 16px;
    max-height: 54px;
    height: 54px;
  }
}
.processList .Txt .title a {
  display: block;
}
.processList .Txt .btnBox {
  text-align: left;
}
.processList .Txt .btnBox a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #686868;
  padding-bottom: 7px;
  border-bottom: 1px solid transparent;
}
.processList .Txt .btnBox a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-right: 1px solid #686868;
  border-bottom: 1px solid #686868;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

:root {
  --marquee-width: 1920px;
  --marquee-height: 145px;
  /* --marquee-elements: 12; */
  /* defined with JavaScript */
  --marquee-elements-displayed: 7;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.cooperateArea .wrap {
  max-width: 100%;
  padding: 0;
}
.cooperateArea .marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  background-color: #fff;
  color: #eee;
  overflow: hidden;
  position: relative;
}
.cooperateArea .marquee:before,
.cooperateArea .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.cooperateArea .marquee-content {
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scrolling var(--marquee-animation-duration) linear infinite;
          animation: scrolling var(--marquee-animation-duration) linear infinite;
}
.cooperateArea .marquee-content:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
@keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
.cooperateArea .marquee-content li {
  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;
  /* text-align: center; */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  /* 5rem; */
  white-space: nowrap;
}
.cooperateArea .marquee-content li img {
  -o-object-fit: cover;
     object-fit: cover;
  /* height: 100%; */
}
@media (max-width: 600px) {
  .cooperateArea html {
    font-size: 12px;
  }
  .cooperateArea :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .cooperateArea .marquee:before,
  .cooperateArea .marquee:after {
    width: 5rem;
  }
}