.section1 .wrap {
  padding-top: 100px;
  width: 1400px;
  margin: 0 auto;
}

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

.section1 .wrap .top .left {
  width: 550px;
}

.section1 .wrap .top .left .title h3 {
  color: #1a1a1a;
  font-size: 42px;
}

.section1 .wrap .top .right {
  width: 660px;
}

.section1 .wrap .top .right p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 2;
}

.section1 .wrap .top .right p:not(:first-child) {
  margin-top: 60px;
}

.section1 .wrap .bottom {
  display: flex;
  justify-content: space-between;
}

.section1 .wrap .bottom .left {
  width: 552px;
}

.section1 .wrap .bottom .left .line {
  width: 74px;
  height: 1px;
  background-color: #EBEBEB;
}

.section1 .wrap .bottom .left .text {
  margin: 30px auto 40px;
  color: #969696;
  font-size: 20px;
  text-transform: uppercase;
}

.section1 .wrap .bottom .right {
  height: auto;
  width: 655px;
}

.section1 .wrap .bottom .right .img {
  height: 100%;
}

.section1 .wrap .bottom .right .img img {
  height: 100%;
}

.section2 .wrap {
  padding-top: 170px;
  padding-bottom: 120px;
  width: 1400px;
  margin: 0 auto;
}

.section2 .wrap .text {
  position: relative;
}

.section2 .wrap .text .row {
  width: max-content;
  margin: 0 auto;
}

.section2 .wrap .text .row:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section2 .wrap .text .row:nth-child(2) p {
  color: #1a1a1a;
  clip-path: inset(0px 100% 0px 0px);
}

.section2 .wrap .text .row p {
  color: #888888;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.section2 .wrap .img {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 5.2083333333vw;
    width: 72.9166666667vw;
  }

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

  .section1 .wrap .top .left {
    width: 28.6458333333vw;
  }

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

  .section1 .wrap .top .right {
    width: 34.375vw;
  }

  .section1 .wrap .top .right p {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .top .right p:not(:first-child) {
    margin-top: 3.125vw;
  }

  .section1 .wrap .bottom .left {
    width: 28.75vw;
  }

  .section1 .wrap .bottom .left .line {
    width: 3.8541666667vw;
  }

  .section1 .wrap .bottom .left .text {
    margin: 1.5625vw auto 2.0833333333vw;
    font-size: 1.0416666667vw;
  }

  .section1 .wrap .bottom .right {
    width: 34.1145833333vw;
  }

  .section2 .wrap {
    padding-top: 8.8541666667vw;
    padding-bottom: 6.25vw;
    width: 72.9166666667vw;
  }

  .section2 .wrap .text .row p {
    font-size: 1.6666666667vw;
    line-height: 2.3958333333vw;
  }

  .section2 .wrap .img {
    margin-top: 3.125vw;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap {
    width: 90vw;
    padding-top: 60px;
  }

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

  .section1 .wrap .top .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .section1 .wrap .top .right {
    width: 100%;
  }

  .section1 .wrap .top .right p {
    font-size: 14px;
  }

  .section1 .wrap .top .right p:not(:first-child) {
    margin-top: 20px;
  }

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

  .section1 .wrap .bottom {
    flex-direction: column-reverse;
  }

  .section1 .wrap .bottom .left {
    width: 100%;
  }

  .section1 .wrap .bottom .left .img img {
    width: 100%;
  }

  .section1 .wrap .bottom .left .line {
    width: 50px;
  }

  .section1 .wrap .bottom .left .text {
    font-size: 18px;
    margin: 10px auto 20px;
  }

  .section1 .wrap .bottom .right {
    width: 100%;
    margin-bottom: 40px;
  }

  .section1 .wrap .bottom .right img {
    width: 100%;
  }

  .section2 .wrap {
    width: 90vw;
    padding: 60px 0;
  }

  .section2 .wrap .text .row p {
    font-size: 20px;
    line-height: 32px;
  }

  .section2 .wrap .img {
    margin-top: 40px;
  }

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

  
}

@media screen and (max-width: 767px) {
  .banner .img img {
    object-position: 66%;
  }

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

  .section2 .wrap .text .row:nth-child(2) {
    display: none;
  }

  .section2 .wrap .text .row p {
    color: #1a1a1a;
    display: inline;
    clip-path: none !important;
  }

  .section2 .wrap .text .row {
    width: 100%;
    text-align: center;
  }

  .section2 .wrap .text .row p {
    font-size: 18px;
    line-height: 28px;
  }

  .section1 .wrap .bottom .left .text {
    font-size: 16px;
  }

  .section1 .wrap {
    padding-top: 50px;
  }

  .section2 .wrap {
    padding: 50px 0;
  }
}