.mainArea {
  padding: 85px 0 0;
}
@media (max-width: 768px) {
  .mainArea {
    padding: 60px 0 0;
  }
}
.mainArea .classBox {
  padding: 0 20px;
  margin-bottom: 35px;
}
.mainArea .classBox .slickBtnBox {
  width: calc(100% - 40px);
}
.mainArea .classBox:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.mainArea .classBox.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s;
}
.mainArea .wrap {
  max-width: 1480px;
}

.aboutArea {
  padding: 0 0 111px;
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 0 0 60px;
  }
}
.aboutArea .itemList {
  margin-right: -22px;
}
.aboutArea .itemList .item::after {
  width: calc(100% - 22px);
}
.aboutArea:not(.show) .left {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.aboutArea:not(.show) .right {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.aboutArea:not(.show) .textEditor {
  opacity: 0;
}
.aboutArea.show .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.6s;
}
.aboutArea.show .right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.4s;
}
.aboutArea.show .textEditor {
  opacity: 1;
  transition: all 0.6s 0.2s;
}

.photoArea {
  background: url("../images/photobg.jpg") no-repeat center top/cover;
  padding: 186px 0;
  position: relative;
  min-height: 51vw;
}
@media (min-width: 1921px) {
  .photoArea {
    min-height: 994px;
  }
}
@media (max-width: 1540px) {
  .photoArea {
    padding: 120px 0;
  }
}
@media (max-width: 1023px) {
  .photoArea {
    min-height: unset;
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .photoArea {
    padding: 60px 0;
  }
}
.photoArea .wrap {
  position: relative;
  z-index: 1;
}
.photoArea .textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  position: relative;
  z-index: 1;
  padding-bottom: 20vw;
}
@media (max-width: 1023px) {
  .photoArea .textBox {
    -ms-flex-pack: start;
        justify-content: start;
    padding-bottom: 0;
  }
}
.photoArea .textBox .textEditor {
  width: 100%;
  max-width: 553px;
  padding-right: 13px;
}
@media (max-width: 1023px) {
  .photoArea .textBox .textEditor {
    max-width: unset;
  }
}
.photoArea .textBox .textEditor .text {
  padding: 14px 0 0;
  letter-spacing: 1.45px;
}
.photoArea .decoBox {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.photoArea .decoBox img {
  width: 100%;
}
.photoArea .decoBox .decoImg {
  position: absolute;
  z-index: 1;
}
.photoArea .decoBox .decoImg1 {
  bottom: 26.3%;
  right: -5.67%;
  width: 14.5%;
}
@media (max-width: 767px) {
  .photoArea .decoBox .decoImg1 {
    width: 20%;
  }
}
.photoArea .decoBox .decoImg2 {
  bottom: 31%;
  right: 31.1%;
  width: 5.8%;
}
@media (max-width: 1023px) {
  .photoArea .decoBox .decoImg2 {
    display: none;
  }
}
.photoArea .decoBox .decoImg3 {
  bottom: 30%;
  right: 12.9%;
  width: 4.8%;
}
@media (max-width: 767px) {
  .photoArea .decoBox .decoImg3 {
    width: 10%;
  }
}
.photoArea .decoBox .decoImg4 {
  top: 25.4%;
  left: 15.8%;
  width: 5.45%;
}
@media (max-width: 767px) {
  .photoArea .decoBox .decoImg4 {
    width: 11%;
  }
}
.photoArea .decoBox .decoImg5 {
  top: 18.4%;
  left: 5.8%;
  width: 6.7%;
}
@media (max-width: 1023px) {
  .photoArea .decoBox .decoImg5 {
    display: none;
  }
}
.photoArea .decoBox .decoImg6 {
  bottom: -1.5%;
  right: 13.1%;
  width: 8.6%;
}
@media (max-width: 767px) {
  .photoArea .decoBox .decoImg6 {
    width: 14%;
  }
}
.photoArea .decoBox .decoImg7 {
  top: 10.5%;
  right: 12.2%;
  width: 9.2%;
}
@media (max-width: 767px) {
  .photoArea .decoBox .decoImg7 {
    width: 15%;
  }
}
.photoArea .decoBox .decoImg8 {
  bottom: 11.3%;
  left: -3.65%;
  width: 9.3%;
}
@media (max-width: 767px) {
  .photoArea .decoBox .decoImg8 {
    width: 15%;
  }
}
.photoArea .albumList {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 624px);
  height: calc(100% - 20vw);
}
@media (max-width: 1023px) {
  .photoArea .albumList {
    width: 100%;
    position: relative;
    margin-top: 40px;
    padding-bottom: 22vw;
  }
}
@media (max-width: 767px) {
  .photoArea .albumList {
    padding-bottom: 50px;
  }
}
.photoArea .albumList .albumItem {
  aspect-ratio: 1;
  position: absolute;
  cursor: pointer;
  box-shadow: 0 119px 33px 0 rgba(158, 158, 158, 0), 0 76px 31px 0 rgba(158, 158, 158, 0.01), 0 43px 26px 0 rgba(158, 158, 158, 0.05), 0 19px 19px 0 rgba(158, 158, 158, 0.09), 0 5px 11px 0 rgba(158, 158, 158, 0.1);
}
.photoArea .albumList .albumItem .Img {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 119px 33px 0 rgba(158, 158, 158, 0), 0 76px 31px 0 rgba(158, 158, 158, 0.01), 0 43px 26px 0 rgba(158, 158, 158, 0.05), 0 19px 19px 0 rgba(158, 158, 158, 0.09), 0 5px 11px 0 rgba(158, 158, 158, 0.1);
}
@media (min-width: 1024px) {
  .photoArea .albumList .albumItem:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.photoArea .albumList .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
}
.photoArea .albumList .albumItem:nth-of-type(1) {
  width: 22.8vw;
  max-width: 438px;
  bottom: -20.5vw;
  left: 3.5%;
  padding: 0.6vw;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .photoArea .albumList .albumItem:nth-of-type(1) {
    position: relative;
    width: 30vw;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .photoArea .albumList .albumItem:nth-of-type(1) {
    bottom: -20px;
    width: 75vw;
  }
}
.photoArea .albumList .albumItem:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 109%;
  aspect-ratio: 1;
  background: url(../images/circle/circle2.png) no-repeat center center/100%;
  z-index: 1;
  -webkit-animation: photoRotateAni 13s linear infinite;
          animation: photoRotateAni 13s linear infinite;
}
.photoArea .albumList .albumItem:nth-of-type(1) .Img {
  border: 6px solid #291f9a;
}
.photoArea .albumList .albumItem:nth-of-type(2) {
  width: 15.3vw;
  max-width: 294px;
  bottom: -1.5vw;
  right: 11.5%;
  padding: 0.7vw;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .photoArea .albumList .albumItem:nth-of-type(2) {
    bottom: auto;
    top: 0;
    right: 40%;
    width: 20vw;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .photoArea .albumList .albumItem:nth-of-type(2) {
    display: none;
  }
}
.photoArea .albumList .albumItem:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 108%;
  aspect-ratio: 1;
  background: url(../images/circle/circle.png) no-repeat center center/100%;
  z-index: 1;
  -webkit-animation: photoRotateAni 10s linear infinite;
          animation: photoRotateAni 10s linear infinite;
}
.photoArea .albumList .albumItem:nth-of-type(2) .Img {
  border: 3px solid #40ABD9;
}
.photoArea .albumList .albumItem:nth-of-type(3) {
  width: 13.4vw;
  max-width: 258px;
  bottom: -18.3vw;
  right: -12.2%;
  padding: 0.5vw;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .photoArea .albumList .albumItem:nth-of-type(3) {
    bottom: auto;
    top: 60px;
    right: 15%;
    max-width: unset;
    width: 15vw;
  }
}
@media (max-width: 767px) {
  .photoArea .albumList .albumItem:nth-of-type(3) {
    display: none;
  }
}
.photoArea .albumList .albumItem:nth-of-type(3)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 108%;
  aspect-ratio: 1;
  background: url(../images/circle/circle.png) no-repeat center center/100%;
  z-index: 1;
  -webkit-animation: photoRotateAni2 13s linear infinite;
          animation: photoRotateAni2 13s linear infinite;
}
.photoArea .albumList .albumItem:nth-of-type(3) .Img {
  border: 3px solid #CFE456;
}
.photoArea .btnBox {
  position: absolute;
  bottom: 6.4vw;
  right: 12.8%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .photoArea .btnBox {
    bottom: 10vw;
    right: 30%;
  }
}
@media (max-width: 767px) {
  .photoArea .btnBox {
    bottom: 20px;
    left: 70vw;
    right: auto;
  }
}
@media (max-width: 580px) {
  .photoArea .btnBox {
    bottom: 20px;
    left: 55vw;
    right: auto;
  }
}
.photoArea:not(.show) .albumList {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.photoArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.photoArea.show .albumList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.4s;
}
.photoArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.6s;
}

.joinArea {
  background: url(../images/joinbgi.jpg) no-repeat center top/cover;
  padding: 114px 0 111px;
}
@media (max-width: 768px) {
  .joinArea {
    padding: 60px 0;
  }
}
.joinArea .wrap {
  position: relative;
  max-width: unset;
  padding: 0;
}
.joinArea .wrap .textBox {
  position: absolute;
  left: 11vw;
  top: 0;
  z-index: 1;
  width: 35vw;
  padding: 0 52px;
  height: 100%;
}
@media (min-width: 1921px) {
  .joinArea .wrap .textBox {
    left: 214px;
    width: 672px;
  }
}
@media (max-width: 1540px) {
  .joinArea .wrap .textBox {
    padding: 0 30px;
  }
}
@media (max-width: 1350px) {
  .joinArea .wrap .textBox {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .joinArea .wrap .textBox {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
}
.joinArea .wrap .textBox .Txt {
  padding: 38px 75px 40px 78px;
}
.joinArea .wrap .textBox .Txt::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.joinArea .wrap .textBox .Txt::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.joinArea .wrap .textBox .Txt::-webkit-scrollbar-thumb {
  background: #291f9a;
}
@media (max-width: 1540px) {
  .joinArea .wrap .textBox .Txt {
    padding: 30px;
  }
}
@media (max-width: 1350px) {
  .joinArea .wrap .textBox .Txt {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .joinArea .wrap .textBox .Txt {
    background: #40ABD9;
    height: 100%;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 119px 33px 0 rgba(158, 158, 158, 0), 0 76px 31px 0 rgba(158, 158, 158, 0.01), 0 43px 26px 0 rgba(158, 158, 158, 0.05), 0 19px 19px 0 rgba(158, 158, 158, 0.09), 0 5px 11px 0 rgba(158, 158, 158, 0.1);
    width: 100%;
    max-width: 556px;
  }
}
.joinArea .wrap .textBox .Txt .textEditor {
  min-height: 280px;
}
@media (max-width: 1680px) {
  .joinArea .wrap .textBox .Txt .textEditor {
    min-height: 200px;
  }
}
@media (min-width: 1024px) {
  .joinArea .wrap .textBox .Txt .textEditor {
    color: #fff;
  }
  .joinArea .wrap .textBox .Txt .textEditor .title,
  .joinArea .wrap .textBox .Txt .textEditor .subtitle,
  .joinArea .wrap .textBox .Txt .textEditor .text,
  .joinArea .wrap .textBox .Txt .textEditor .decoTitle {
    color: #fff;
  }
  .joinArea .wrap .textBox .Txt .textEditor .title::after {
    background-color: #fff;
  }
}
.joinArea .wrap .textBox .Txt .textEditor .titleBox {
  margin-bottom: 38px;
}
@media (max-width: 1680px) {
  .joinArea .wrap .textBox .Txt .textEditor .titleBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 1350px) {
  .joinArea .wrap .textBox .Txt .textEditor .titleBox {
    margin-bottom: 20px;
  }
}
.joinArea .wrap .textBox .Txt .textEditor .text {
  letter-spacing: 1.5px;
}
.joinArea .wrap .textBox .Txt .btnBox .btn {
  width: 229px;
}
.joinArea .wrap .albumBox {
  -webkit-mask: url(../images/mask.png) no-repeat center top/100%;
          mask: url(../images/mask.png) no-repeat center top/100%;
}
@media (max-width: 1023px) {
  .joinArea .wrap .albumBox {
    -webkit-mask: none;
            mask: none;
  }
}
.joinArea .wrap .albumList {
  width: 100%;
  max-width: 1635px;
  margin: 0 auto;
}
.joinArea .wrap .albumList .slick-list {
  overflow: visible;
}
.joinArea .wrap .albumList .albumItem {
  padding: 0 13px;
}
@media (max-width: 1023px) {
  .joinArea .wrap .albumList .albumItem {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .joinArea .wrap .albumList .albumItem {
    padding: 0 5px;
  }
}
.joinArea .wrap .albumList .albumItem .Img {
  aspect-ratio: 383/200;
  width: 100%;
  height: 0;
  padding-top: 52.2193211488%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-width: 0;
}
.joinArea .wrap .albumList .albumItem img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@supports not (aspect-ratio: 1/1) {
  .joinArea .wrap .albumList .albumItem .Img {
    height: 0;
    padding-top: 52.2193211488%;
  }
  .joinArea .wrap .albumList .albumItem .Img > img {
    position: absolute;
    inset: 0;
  }
}
.joinArea .wrap .albumList.albumList1 {
  margin-bottom: 44px;
}
@media (max-width: 1023px) {
  .joinArea .wrap .albumList.albumList1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .joinArea .wrap .albumList.albumList1 {
    margin-bottom: 20px;
  }
}
.joinArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.joinArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.4s;
}