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

.section1 .wrap .title {
  width: 640px;
  margin: 0 auto 80px;
}

.section1 .wrap .title h3 {
  color: #1a1a1a;
  font-size: 32px;
  text-align: center;
}

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

.section1 .wrap .main .item {
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.section2 .wrap {
  padding-bottom: 160px;
  width: 1400px;
  margin: 0 auto;
  border-top: 1px solid #E6E6E6;
}

.section2 .wrap .item {
  border-bottom: 1px solid #E6E6E6;
}

.section2 .wrap .item .head {
  cursor: pointer;
  padding: 50px 0;
}

.section2 .wrap .item .head:hover h4 {
  color: #FFB3AB;
}

.section2 .wrap .item .head h4 {
  color: #1a1a1a;
  font-size: 32px;
  margin-bottom: 30px;
  transition: all 0.6s;
}

.section2 .wrap .item .head .text {
  display: flex;
  justify-content: space-between;
}

.section2 .wrap .item .head .text p {
  color: #1a1a1a;
  font-size: 16px;
}

.section2 .wrap .item .head .text p span:not(:last-child) {
  margin-right: 100px;
}

.section2 .wrap .item .body {
  padding-bottom: 50px;
  display: none;
}

.section2 .wrap .item .body h4 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
}

.section2 .wrap .item .body h4:not(:first-child) {
  margin-top: 30px;
}

.section2 .wrap .item .body p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 2;
}

.section2 .wrap .item .body .button {
  width: 124px;
  height: 48px;
  background-color: #FFB3AB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.section2 .wrap .item .body .button p {
  color: #fff;
}

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

  .section1 .wrap .title {
    width: 33.3333333333vw;
    margin: 0px auto 4.1666666667vw;
  }

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

  .section1 .wrap .main .item {
    width: 13.0208333333vw;
    border-radius: 0.5208333333vw;
  }

  .section2 .wrap {
    padding-bottom: 8.3333333333vw;
    width: 72.9166666667vw;
  }

  .section2 .wrap .item .head {
    padding: 2.6041666667vw 0px;
  }

  .section2 .wrap .item .head h4 {
    font-size: 1.6666666667vw;
    margin-bottom: 1.5625vw;
  }

  .section2 .wrap .item .head .text p {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .item .head .text p span:not(:last-child) {
    margin-right: 5.2083333333vw;
  }

  .section2 .wrap .item .body {
    padding-bottom: 2.6041666667vw;
  }

  .section2 .wrap .item .body h4 {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .item .body h4:not(:first-child) {
    margin-top: 1.5625vw;
  }

  .section2 .wrap .item .body p {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .item .body .button {
    width: 6.4583333333vw;
    height: 2.5vw;
    border-radius: 0.4166666667vw;
    margin-top: 2.6041666667vw;
  }
}

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

  .section1 .wrap .main {
    flex-wrap: wrap;
    grid-gap: 2.929687vw 2%;
    justify-content: center;
  }

  .section1 .wrap .main .item {
    width: 32%;
  }

  .section1 .wrap .main .item img {
    width: 100%;
  }

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

  .section1 .wrap .title {
    width: 560px;
  }
  .section1 .wrap .title{
    margin-bottom: 30px;
  }
  .section2 .wrap{
    width: 90vw;
    padding-bottom: 60px;
  }
  .section2 .wrap .item .head h4{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section2 .wrap .item .head .text p{
    font-size: 14px;
  }
  .section2 .wrap .item .head .text p span:not(:last-child){
    margin-right: 30px;
  }
  .section2 .wrap .item .head{
    padding: 20px 0;
  }
  .section2 .wrap .item .body h4{
    font-size: 16px;
  }
  .section2 .wrap .item .body p{
    font-size: 14px;
  }
  .section2 .wrap .item .body{
    padding: 30px 0;
  }
  .section2 .wrap .item .body .button{
    width: 120px;
    height: 40px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .section2 .wrap .item .body h4:not(:first-child){
    margin-top: 10px;
  }
  .common_mask .box{
    padding:60px 30px 40px;
  }
  .common_mask .box .title h3{
    font-size: 20px;
  }
  .common_mask .close{
    width: 32px;
    height: 32px;
    top: 20px;
    right: 30px;
  }
  .common_mask .close span{
    font-size: 14px;
  }
  .common_mask .box .main .row .item input{
    height: 40px;
    font-size: 14px;
  }
  .common_mask .box .main .row .item .pl{
    font-size: 14px;
    left: 10px;
  }
  .common_mask .box .main .row .item{
    border-radius: 5px;
    padding: 0 10px;
  }
  .common_mask .box .main .row:not(:last-child){
    margin-bottom: 20px;
  }
  .common_mask .box .main .row{
    gap: 20px;
  }
  .common_mask .box .main button{
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
  }
  .common_mask .box .main button{
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
    .section1 .wrap .title h3 {
        font-size: 24px;
    }
    .section1 .wrap .title {
      width: 100%;
    }
    .section1 .wrap{
      padding: 50px 0;
    }
    .section2 .wrap .item .head .text{
      flex-direction: column;
    }
    .section2 .wrap .item .head .text p:not(:last-child){
      margin-bottom: 10px;
    }
    .section2 .wrap{
      padding-bottom: 50px;
    }
    .common_mask .box .main .row{
      flex-direction: column;
    }
    .common_mask .box .title{
      margin-bottom: 30px;
    }
    .common_mask .box{
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .common_mask .close{
      right: 20px;
    }
    .common_mask .box .main .row{
      gap: 10px;
    }
    .common_mask .box .main .row:not(:last-child){
      margin-bottom: 10px;
    }
}

@media screen and (max-width: 540px) {
    .section1 .wrap .title h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 414px) {
    .section1 .wrap .title h3 {
        font-size: 18px;
    }
}