.section_1 {
  background-color: #fff;
}
.section_1 .warp {
  width: 1680px;
  margin: 0 auto;
  padding-top: 90px;
}
.section_1 .warp .trem {
  display: flex;
  justify-content: space-between;
}
.section_1 .warp .trem:not(:last-child) {
  margin-bottom: 150px;
}
.section_1 .warp .trem:nth-child(2n) {
  flex-direction: row-reverse;
}
.section_1 .warp .trem .img {
  width: 780px;
}
.section_1 .warp .trem .text {
  width: 780px;
  padding-top: 70px;
}
.section_1 .warp .trem .text .title {
  margin-bottom: 37px;
}
.section_1 .warp .trem .text .title h3 {
  font-size: 50px;
  font-family: MR;
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.section_1 .warp .trem .text .main.aos-animate {
  transition-delay: 0.3s;
}
.section_1 .warp .trem .text .main p {
  color: #111;
  font-size: 24px;
  font-family: MR;
  line-height: 40px;
}
.section_2 {
  background-color: #fff;
}
.section_2 .warp {
  padding-top: 80px;
  width: 1680px;
  margin: 0 auto;
  padding-bottom: 75px;
}
.section_2 .warp .title {
  padding-bottom: 35px;
  border-bottom: 1px solid #E9E9E9;
}
.section_2 .warp .title h3 {
  font-size: 50px;
  font-family: MR;
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.section_2 .warp .main {
  margin-bottom: 75px;
}
.section_2 .warp .main.aos-animate {
  transition-delay: 0.3s;
}
.section_2 .warp .main .item {
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9;
}
.section_2 .warp .main .item .head p {
  color: #111;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  font-family: MR;
}
.section_2 .warp .main .item .body {
  display: none;
}
.section_2 .warp .main .item .body p {
  color: #666666;
  font-size: 20px;
  font-family: MR;
  line-height: 36px;
}
.section_2 .warp .pagebox.aos-animate {
  transition-delay: 0.6s;
}
@media screen and (max-width:1792px){
  .section_1 .warp{
    width: 90%;
  }
  .section_1 .warp .trem .img,
  .section_1 .warp .trem .text{
    width: 48%;
  }
  .section_1 .warp .trem .text .title h3 {
    font-size: 42px;
  }
  .section_1 .warp .trem .text .main p {
    font-size: 20px;
    line-height: 36px;
  }
  .section_1 .warp .trem .text{
    padding-top: 40px;
  }
  .section_2 .warp{
    width: 90%;
  }
  .section_2 .warp .title h3{
    font-size: 42px;
  }
  .section_2 .warp .main .item .head p{
    font-size: 20px;
  }
  .section_2 .warp .main .item .body p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width:1680px){
  .section_1 .warp .trem .text{
    padding-top: 40px;
  }
  .section_1 .warp .trem:not(:last-child) {
    margin-bottom: 100px;
  }
  .section_2 .warp .main {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1440px){
  .section_1 .warp .trem .text .title h3 {
    font-size: 36px;
  }
  .section_1 .warp .trem .text .main p {
    font-size: 18px;
    line-height: 32px;
  }
  .section_1 .warp .trem:not(:last-child) {
    margin-bottom: 60px;
  }
  .section_1 .warp .trem .text .title {
    margin-bottom: 20px;
  }
  .section_2 .warp .title h3{
    font-size: 36px;
  }
  .section_2 .warp .main .item .body p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width:1024px){
  .section_1 .warp .trem .text{
    padding-top: 0;
  }
  .section_1 .warp .trem:nth-child(2n),
  .section_1 .warp .trem{
    flex-direction: column-reverse;
  }
  .section_1 .warp .trem .img, .section_1 .warp .trem .text{
    width: 100%;
  }
  .section_1 .warp .trem .img{
    margin-bottom: 30px;
  }
  .section_1 .warp{
    padding: 60px 0 0;
  }
  .section_1 .warp .trem .text .title h3 {
    font-size: 32px;
  }
  .section_1 .warp .trem .text .main p {
    font-size: 14px;
    line-height: 24px;
  }
  .section_1 .warp .trem .img img{
    width: 100%;
  }
  .section_2 .warp{
    padding: 60px 0;
  }
  .section_2 .warp .title {
    padding-bottom: 20px;
  }
  .section_2 .warp .main .item .head p {
    font-size: 18px;
    line-height: 32px;
  }
  .section_2 .warp .title h3{
    font-size: 32px;
  }
  .section_2 .warp .main .item {
    padding: 10px 0;
  }
  .section_2 .warp .main .item .body p {
    font-size: 14px;
    line-height: 24px;
  }
  .section_2 .warp .main {
    margin-bottom:20px;
  }
}
@media screen and (max-width:540px){
  .section_1 .warp .trem .text .title h3 {
    font-size: 28px;
  }
  .section_1 .warp .trem .img {
    margin-bottom: 20px;
  }
  .section_1 .warp .trem .text .title {
    margin-bottom: 10px;
  }
  .section_1 .warp .trem:not(:last-child) {
    margin-bottom: 30px;
  }
  .section_2 .warp .title h3 {
    font-size: 28px;
  }
  .section_2 .warp .main .item .head p {
    font-size: 16px;
    line-height: 28px;
  }
}