body {
  background-color: #F7F7F9;
}

.section1 {
  position: relative;
}

.section1 .canvas-container {
  top: 0;
  position: absolute;
}

.section1 .wrap {
  padding-top: 110px;
  padding-bottom: 190px;
  width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.section1 .wrap .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.section1 .wrap .top .title h3 {
  color: #111;
  font-size: 32px;
}

.section1 .wrap .top .text {
  color: #687081;
  font-size: 20px;
  line-height: 36px;
  width: 720px;
  text-indent: 2em;
}

html[lang="en"] .section1 .wrap .top .text {
  text-indent: 0em;
}

.section1 .wrap .bottom {
  overflow: hidden;
  border-radius: 10px;
}

.section2 .wrap {
  padding-bottom: 140px;
  width: 1440px;
  margin: 0 auto;
}

.section2 .wrap .main {
  margin-top: 50px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F9 100%);
  border-radius: 10px;
  overflow: hidden;
  padding: 80px 60px 140px 150px;
}

.section2 .wrap .main .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 250px;
}

.section2 .wrap .main .top .left {
  padding-top: 80px;
}

.section2 .wrap .main .top .left .logo {
  width: 180px;
  margin-bottom: 30px;
}

.section2 .wrap .main .top .left .title {
  margin-bottom: 36px;
}

.section2 .wrap .main .top .left .title h4 {
  color: #111;
  font-size: 30px;
  font-weight: 400;
}

.section2 .wrap .main .top .left .text {
  color: #111;
  font-size: 20px;
  width: 370px;
  line-height: 30px;
  text-indent: 2em;
}

html[lang="en"] .section2 .wrap .main .top .left .text {
  text-indent: 0em;
}

.section2 .wrap .main .top .right {
  width: 620px;
}

.section2 .wrap .main .bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.section2 .wrap .main .bottom .title h4 {
  color: #111;
  font-size: 32px;
  line-height: 40px;
}

.section2 .wrap .main .bottom .text {
  width: 620px;
  color: #111;
  font-size: 20px;
  line-height: 34px;
}

.section2 .wrap .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 53px;
  justify-content: space-between;
}

.section2 .wrap .list .item {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section2 .wrap .list .item img {
  transition: all 1s;
  width: 100%;
}

.section2 .wrap .list .item:hover img {
  transform: scale(1.1);
}

.section2 .wrap .list .item .text {
  position: absolute;
  bottom: 44px;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
}

.section3 {
  position: relative;
}

.section3 .bg img {
  width: 100%;
}

.section3 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section3 .wrap .title {
  margin-bottom: 30px;
}

.section3 .wrap .title h3 {
  color: #FFFFFF;
  font-size: 36px;
}

.section3 .wrap .text {
  text-align: center;
  margin-bottom: 70px;
}

.section3 .wrap .text p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
}

.section2 .wrap .list.PE {
  display: none;
}

html[lang="en"] .section1 .canvas-container canvas {
  max-height: calc(100% - 80px);
}

html[lang="en"] footer .footer .bottom p:nth-child(1) a {
  display: none;
}

.section2 .wrap .main .top .left {
  margin-right: 30px;
}

html[lang="en"] .section2 .wrap .main .top .left {
  flex: 1;
}

html[lang="en"] .section2 .wrap .main .top .left .text {
  width: 100%;
}

@media screen and (max-width: 1919px) {
  .section2 .wrap .main .top .left {
    margin-right: 1.5625vw;
  }

  .section1 .wrap {
    padding-top: 5.7291666667vw;
    padding-bottom: 9.8958333333vw;
    width: 75vw;
  }

  .section1 .wrap .top {
    margin-bottom: 3.6458333333vw;
  }

  .section1 .wrap .top .title h3 {
    font-size: 1.6666666667vw;
  }

  .section1 .wrap .top .text {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
    width: 37.5vw;
  }

  .section1 .wrap .bottom {
    border-radius: 0.5208333333vw;
  }

  .section2 .wrap {
    padding-bottom: 7.2916666667vw;
    width: 75vw;
  }

  .section2 .wrap .main {
    margin-top: 2.6041666667vw;
    border-radius: 0.5208333333vw;
    padding: 4.1666666667vw 3.125vw 7.2916666667vw 7.8125vw;
  }

  .section2 .wrap .main .top {
    margin-bottom: 13.0208333333vw;
  }

  .section2 .wrap .main .top .left {
    padding-top: 4.1666666667vw;
  }

  .section2 .wrap .main .top .left .logo {
    width: 9.375vw;
    margin-bottom: 1.5625vw;
  }

  .section2 .wrap .main .top .left .title {
    margin-bottom: 1.875vw;
  }

  .section2 .wrap .main .top .left .title h4 {
    font-size: 1.5625vw;
  }

  .section2 .wrap .main .top .left .text {
    font-size: 1.0416666666vw;
    width: 19.2708333333vw;
    line-height: 1.5625vw;
  }

  .section2 .wrap .main .top .right {
    width: 32.2916666667vw;
  }

  .section2 .wrap .main .bottom .title h4 {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
  }

  .section2 .wrap .main .bottom .text {
    width: 32.2916666667vw;
    font-size: 1.0416666666vw;
    line-height: 1.7708333333vw;
  }

  .section2 .wrap .list {
    gap: 1.5625vw 2.7604166667vw;
  }

  .section2 .wrap .list .item {
    border-radius: 0.5208333333vw;
  }

  .section2 .wrap .list .item .text {
    bottom: 2.2916666667vw;
    font-size: 1.0416666667vw;
  }

  .section3 .wrap .title {
    margin-bottom: 1.5625vw;
  }

  .section3 .wrap .title h3 {
    font-size: 1.875vw;
  }

  .section3 .wrap .text {
    margin-bottom: 3.6458333333vw;
  }

  .section3 .wrap .text p {
    font-size: 1.04166666vw;
    line-height: 1.875vw;
  }
}

@media screen and (max-width: 1024px) {
  .section2 .wrap .main .top .left {
    margin-right: 0;
  }

  .section1 .wrap {
    width: 90%;
    padding: 60px 0;
  }

  .section1 .wrap .top {
    flex-direction: column;
  }

  .section1 .wrap .top .title h3 {
    font-size: 20px;
  }

  .section1 .wrap .top .title {
    margin-bottom: 20px;
  }

  .section1 .wrap .top .text {
    width: 100%;
    font-size: 14px;
    line-height: 2;
  }

  .section1 .wrap .top {
    margin-bottom: 20px;
  }

  .section1 .wrap .bottom {
    border-radius: 10px;
  }

  .section2 .wrap {
    width: 90%;
  }

  .section1 .canvas-container {
    display: none;
  }

  .section2 .wrap .main {
    margin-top: 20px;
    padding: 30px;
    border-radius: 10px;
  }

  .section2 .wrap .main .top .left .logo {
    width: 180px;
    margin-bottom: 30px;
  }

  .section2 .wrap .main .top .left .title h4 {
    font-size: 20px;
  }

  .section2 .wrap .main .top .left .text {
    font-size: 14px;
    line-height: 2;
  }

  .section2 .wrap .main .top {
    flex-direction: column;
  }

  .section2 .wrap .main .top .left {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .section2 .wrap .main .top .left .text {
    width: 100%;
  }

  .section2 .wrap .main .top .right {
    width: 100%;
  }

  .section2 .wrap .main .top .right img {
    width: 100%;
  }

  .section2 .wrap .main .top {
    margin-bottom: 30px;
  }

  .section2 .wrap .main .bottom {
    flex-direction: column;
  }

  .section2 .wrap .main .bottom .text,
  .section2 .wrap .main .bottom .title {
    width: 100%;
  }

  .section2 .wrap .main .bottom .title h4 {
    font-size: 18px;
    line-height: 1.6;
  }

  .section2 .wrap .main .bottom .title {
    margin-bottom: 5px;
  }

  .section2 .wrap .main .bottom .text {
    font-size: 14px;
    line-height: 2;
  }

  .section2 .wrap .main {
    background: #fff;
    margin-bottom: 20px;
  }

  .section2 .wrap .list .item {
    border-radius: 10px;
  }

  .section2 .wrap .list .item .text {
    font-size: 16px;
    bottom: 20px;
  }

  .section3 .wrap .title h3 {
    font-size: 24px;
  }

  .section3 .wrap .title {
    margin-bottom: 20px;
  }

  .section3 .wrap .text p {
    font-size: 14px;
    line-height: 2;
  }

  .section3 .wrap .text {
    margin-bottom: 20px;
  }

  .section3 .bg {
    height: 300px;
  }

  .section3 .bg img {
    height: 100%;
  }

  .section2 .wrap {
    padding-bottom: 60px;
  }

  .section2 .wrap .list.PC {
    display: none;
  }

  .section2 .wrap .list.PE {
    display: block;
  }

  .section2 .wrap .main .top .left .title h4 {
    font-weight: 700;
  }

  .section2 .wrap .main .bottom .text,
  .section2 .wrap .main .top .left .text {
    color: #687081;
  }
}


@media screen and (max-width: 767px) {
  .section1 .wrap {
    padding: 50px 0;
  }

  .section2 .wrap {
    padding-bottom: 50px;
  }

  .section2 .wrap .main .top .left .title h4 {
    font-size: 18px;
  }

  .section2 .wrap .main {
    padding: 50px 15px;
  }

  .section2 .wrap .list .item .img img {
    width: 100%;
  }

  .section3 .wrap .title h3 {
    font-size: 20px;
  }

  .section3 .wrap .title {
    margin-bottom: 10px;
  }

  .section3 .wrap {
    width: 90%;
  }

}

@media screen and (max-width: 540px) {
  .section2 .wrap .list .swiper {
    overflow: unset;
    width: 100%;
  }

  .section2 {
    overflow: hidden;
  }

}

@media screen and (max-width: 450px) {
  .section3 .wrap .text p {
    font-size: 12px;
  }

  html[lang="en"] .section1 .wrap .top .title h3 {
    font-size: 15px;
  }
}