.banner {
  position: relative;
  background: rgba(21, 46, 86, 0.79);
  height: 295px;
  text-align: center;
}
.banner .min-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner .wrap-h1,
.banner .wrap-desc {
  color: #fff;
}
.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 1;
  width: 230px;
  height: 253px;
  background: url(../../img/public-banner-before.svg) no-repeat;
  background-size: 100% 100%;
}
.banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 45px;
  z-index: 1;
  width: 246px;
  height: 200px;
  background: url(../../img/public-banner-after.svg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .banner {
    height: auto;
    padding: 45rem 0;
  }
  .banner::before,
  .banner::after {
    display: none;
  }
}
.wrap-1 {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    margin-top: 60rem;
  }
}
.wrap-1 .wrap-content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-1 .wrap-content {
    margin-top: 40rem;
  }
}
.wrap-1 .wrap-content .wrap-desc {
  text-align: left;
}
.wrap-1 .wrap-h2 {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  color: #152e56;
  padding-right: 120px;
  line-height: 1.5;
}
.wrap-1 .wrap-desc {
  line-height: 1.8;
}
.wrap-1 .wrap-list {
  padding-left: 20px;
  margin: 10px 0 -10px;
}
.wrap-1 .wrap-list .list-item {
  list-style-type: disc;
  font-size: 18px;
  line-height: 2.5;
  color: #393939;
}
.wrap-1 .wrap-list .list-item::marker {
  color: #f5a253;
}
.wrap-1 .wrap-more-info {
  border-radius: 14px;
  background: rgba(3, 41, 77, 0.05);
  margin-top: 50px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .wrap-1 .wrap-more-info {
    margin-top: 40rem;
  }
}
.wrap-1 .wrap-more-info .wrap-h2 {
  font-size: 26px;
}
.wrap-1 .wrap-more-info .wrap-desc {
  text-align: left;
  padding-right: 60px;
}
.wrap-1 .wrap-more-info .wrap-desc_link {
  color: #f5a253;
  background: linear-gradient(#f5a253, #f5a253) no-repeat;
  background-size: 0 2px;
  background-position: left bottom;
  transition: background-size linear 0.2s;
}
.wrap-1 .wrap-more-info .wrap-desc_link:hover {
  background-size: 100% 2px;
}
.wrap-1 .wrap-more-info .wrap-tips {
  font-size: 14px;
  color: #393939;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 60rem 0;
  }
  .wrap-1 {
    padding-bottom: 50rem;
  }
  .wrap-1 .wrap-h2 {
    padding-right: 0;
  }
  .wrap-1 .wrap-desc {
    font-size: 14rem;
    text-align: left;
  }
  .wrap-1 .wrap-list {
    padding-left: 20rem;
    margin: 10rem 0 -10rem;
  }
  .wrap-1 .wrap-list .list-item {
    font-size: 16rem;
  }
  .wrap-1 .wrap-more-info {
    border-radius: 14rem;
    padding: 18rem 12rem;
  }
  .wrap-1 .wrap-more-info .wrap-h2 {
    font-size: 24rem;
  }
  .wrap-1 .wrap-more-info .wrap-desc {
    font-size: 14rem;
    padding-right: 0;
  }
  .wrap-1 .wrap-more-info .wrap-desc_link {
    background: linear-gradient(transparent, transparent) no-repeat;
  }
  .wrap-1 .wrap-more-info .wrap-tips {
    font-size: 12rem;
    margin-top: 14rem;
  }
}
