body {
  background-color: #F5F2F2;
}
.sec1 .warp {
  padding-top: 155px;
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.sec1 .warp .title {
  margin-top: 76px;
  padding-bottom: 40px;
  color: #800000;
  font-size: 32px;
  line-height: 1.6;
  border-bottom: 1px solid #000;
}
.sec1 .warp .title.aos-animate {
  transition-delay: 0.3s;
}
.sec1 .warp .main {
  padding-top: 40px;
}
.sec1 .warp .main.aos-animate {
  transition-delay: 0.6s;
}
.sec1 .warp .main p {
  text-indent: 2ch;
  font-size: 18px;
  line-height: 36px;
  color: #555555;
}
.sec1 .warp .main p span {
  color: #111;
}
.sec1 .warp .main h4 {
  color: #111;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 23px;
  margin-top: 40px;
}
.sec1 .warp .tab {
  display: flex;
  flex-direction: column;
  margin-top: 77px;
}
.sec1 .warp .tab .prev,
.sec1 .warp .tab .next {
  font-size: 16px;
}
.sec1 .warp .tab .prev a,
.sec1 .warp .tab .next a {
  color: #333333;
  transition: all 0.7s;
}
.sec1 .warp .tab .prev a:hover,
.sec1 .warp .tab .next a:hover {
  color: #800000;
}
.sec1 .warp .tab .prev span,
.sec1 .warp .tab .next span {
  color: #111;
  font-weight: 700;
}
.sec1 .warp .tab .prev {
  margin-bottom: 23px;
}
.sec1 .warp .main p img{
  height: auto;
}
@media screen and (max-width: 1920px) {
  .sec1 .warp {
    padding-top: 8.07291667vw;
    width: 53.33333333vw;
    padding-bottom: 5.20833333vw;
  }
  .sec1 .warp .title {
    margin-top: 3.95833333vw;
    padding-bottom: 2.08333333vw;
    font-size: 1.66666667vw;
    border-bottom: 0.05208333vw solid #000;
  }
  .sec1 .warp .main {
    padding-top: 2.08333333vw;
  }
  .sec1 .warp .main p {
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }
  .sec1 .warp .main h4 {
    font-size: 0.9375vw;
    margin-bottom: 1.19791667vw;
    margin-top: 2.08333333vw;
  }
  .sec1 .warp .tab {
    margin-top: 4.01041667vw;
  }
  .sec1 .warp .tab .prev,
  .sec1 .warp .tab .next {
    font-size: 0.83333333vw;
  }
  .sec1 .warp .tab .prev {
    margin-bottom: 1.19791667vw;
  }
  
}

@media screen and (max-width: 1024px) {
  .sec1 .warp{
    width: 90%;
    padding-top: 100px;
  }
  .sec1 .warp .main p{
    font-size: 14px;
    line-height: 1.6;
  }
  .sec1 .warp .main{
    padding: 30px 0;
  }
  .sec1 .warp .tab .prev, .sec1 .warp .tab .next{
    font-size: 14px;
  }
  .sec1 .warp .title{
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 1.6;
    margin-top: 30px;
    border-bottom-width: 1px;
  }
  .sec1 .warp .tab .prev{
    margin-bottom: 15px;
  }
}