.scinfo::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 127px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .scinfo::after {
    height: 10px;
    margin-top: 85px;
  }
}
.scinfo__head {
  padding: 0 20px;
  margin: 57px auto 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .scinfo__head {
    margin-top: 52px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }
}
.scinfo__out0, .scinfo__out1 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.scinfo__out0 {
  margin-top: 74px;
  background-image: url("../img/scinfo-img1.png");
}
.scinfo__out1 {
  margin-top: 38px;
  background-image: url("../img/scinfo-img2.png");
}
.scinfo__wrap {
  position: relative;
  display: block;
  max-width: 1020px;
  padding: 31px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .scinfo__wrap {
    padding: 33px 20px 22px;
  }
}
.scinfo__title {
  position: relative;
  padding: 24px 0;
  text-align: center;
}
.scinfo__title span {
  position: relative;
  z-index: 3;
  font-size: 21px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  text-indent: 1.5px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 800px) {
  .scinfo__title span {
    font-size: 16px;
    line-height: 22px;
  }
}
.scinfo__title::before {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto;
  content: "";
  background-image: url("../img/scinfo-tit-bbg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .scinfo__title::before {
    width: 70px;
    height: 70px;
  }
}