.title-2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 25px 0 0 0;
  margin: 0;
}
.title-2:before {
  content: "";
  display: block;
  width: 58px;
  height: 5px;
  background-color: #3A9E8A;
  position: absolute;
  top: 0;
  left: calc(50% - 29px);
}
@media screen and (max-width: 991px) {
  .title-2 {
    font-size: 27px;
    line-height: 36px;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  .title-2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.s1 .b1 {
  background-image: url("../../img/article_1/img-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s1 .b1 .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s1 .b1 .container .p1 {
  color: white;
  flex: 1;
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  padding: 25px 50px;
  max-width: 410px;
}
.s1 .b1 .container .p1-1 {
  text-align: right;
}
.s1 .b2 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 75px;
       column-gap: 75px;
  margin-top: 50px;
}
.s1 .b2 .p2 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  max-width: 480px;
}
.s1 .b2 .p2 b {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .s1 .b1 .container .p1 {
    font-size: 24px;
    line-height: 27px;
    max-width: none;
  }
  .s1 .b2 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .s1 .b2 .img1 {
    width: 250px;
  }
  .s1 .b2 .p2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .s1 .b1 .container .p1 {
    font-size: 22px;
    line-height: 24px;
    padding: 15px 30px;
  }
  .s1 .b2 {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .s1 .b1 .container .p1 {
    font-size: 19px;
    line-height: 22px;
    padding: 20px;
  }
  .s1 .b2 {
    margin-top: 40px;
    row-gap: 25px;
  }
  .s1 .b2 .p2 {
    font-size: 14px;
    line-height: 20px;
  }
  .s1 .b2 .p2 b {
    font-size: 16px;
    line-height: 20px;
  }
}

.s2 {
  margin-top: 60px;
  margin-bottom: -95px;
  z-index: 1;
  position: relative;
}
.s2 .b1 {
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 65px 90px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-top: 40px;
  background-color: white;
}
.s2 .b1 .b2 {
  flex: 1;
  text-align: center;
}
.s2 .b1 .b2 .img1-wrapper {
  margin-bottom: 20px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s2 .b1 .b2 .p1 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.s2 .b1 .b2 .p1 b {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .s2 {
    margin-top: 50px;
  }
  .s2 .b1 {
    padding: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s2 .b1 {
    flex-direction: column;
    row-gap: 40px;
  }
  .s2 .b1 .b2 .img1-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .s2 .b1 {
    margin-top: 30px;
    padding: 30px;
    gap: 30px;
  }
  .s2 .b1 .b2 .p1 {
    font-size: 14px;
    line-height: 20px;
  }
}

.s3 {
  padding-top: 145px;
  position: relative;
}
.s3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 75px);
  background-color: #F9F9F9;
  z-index: -1;
}
.s3 .b1 {
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.s3 .b1 .b2 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-top: 30px;
}
.s3 .b1 .b2 .b3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.s3 .b1 .b2 .b3 .img2-wrapper {
  min-width: 61px;
  margin-right: 35px;
}
.s3 .b1 .b2 .b3 .con {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.s3 .b1 .b2 .b3 .con .p1 {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
.s3 .b1 .b2 .b3 .con .p1 b {
  font-weight: 700;
}
.s3 .b1 .b2 .b3 .con .ul1 {
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}
.s3 .b1 .b2 .b3 .con .ul1 li {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding-left: 15px;
}
.s3 .b1 .b2 .b3 .con .ul1 li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  left: 0;
  top: 10px;
}
.s3 .p2 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto 25px;
  max-width: 900px;
}
.s3 .p2 b {
  font-weight: 700;
}
.s3 .b4 {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 660px;
  height: 225px;
  margin: 35px auto 0;
  padding: 40px 20px 30px;
}
.s3 .b4 .spacer1 {
  width: 1px;
  height: 132px;
  background-color: #CCCCCC;
}
.s3 .b4 .b5 {
  flex: 1;
  text-align: center;
}
.s3 .b4 .b5 .img3-wrapper {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.s3 .b4 .b5 .p3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.s3 .b4 .b5 .p4 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
  max-width: 210px;
}
@media screen and (max-width: 991px) {
  .s3 .b1 {
    align-items: center;
    margin-bottom: 30px;
  }
  .s3 .b1 .img1 {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .s3 .b1 {
    flex-direction: column;
  }
  .s3 .b1 .img1 {
    width: auto;
  }
  .s3 .b1 .b2 {
    margin-top: 20px;
    max-width: 430px;
  }
  .s3 .b4 .b5 .p4 {
    max-width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .s3 .b1 .b2 {
    max-width: none;
  }
  .s3 .b1 .b2 .b3 .img2-wrapper {
    margin-right: 20px;
  }
  .s3 .b1 .b2 .b3 .con .p1 {
    font-size: 16px;
    line-height: 20px;
  }
  .s3 .b1 .b2 .b3 .con .ul1 li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 12px;
  }
  .s3 .b1 .b2 .b3 .con .ul1 li:before {
    top: 8px;
  }
  .s3 .p2 {
    font-size: 14px;
    line-height: 20px;
  }
  .s3 .b4 {
    flex-direction: column;
    align-items: center;
    height: auto;
    row-gap: 30px;
    padding: 30px 15px;
  }
  .s3 .b4 .spacer1 {
    width: 80%;
    height: 1px;
  }
  .s3 .b4 .b5 .img3-wrapper {
    height: auto;
    margin-bottom: 15px;
  }
  .s3 .b4 .b5 .p3 {
    font-size: 16px;
    line-height: 20px;
  }
  .s3 .b4 .b5 .p4 {
    font-size: 16px;
    line-height: 20px;
  }
}

.s4 {
  margin-top: 50px;
}
.s4 .b1 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
  transform: translateX(80px);
}
.s4 .b1 .b2 .b3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 30px;
}
.s4 .b1 .b2 .b3 .b4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.s4 .b1 .b2 .b3 .b4 .img2-wrapper {
  min-width: 66px;
  text-align: center;
}
.s4 .b1 .b2 .b3 .b4 .p1 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.s4 .b1 .b2 .b3 .b4 .p1 b {
  font-weight: 700;
}
.s4 .b1 .b2 .b3 .p2 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
@media screen and (max-width: 1299px) {
  .s4 .b1 {
    transform: none;
  }
}
@media screen and (max-width: 1199px) {
  .s4 .b1 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .s4 .b1 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .s4 .b1 .b2 .b3 {
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s4 .b1 {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .s4 .b1 {
    flex-direction: column;
    row-gap: 20px;
  }
  .s4 .b1 .img1 {
    width: 180px;
  }
  .s4 .b1 .b2 .b3 .b4 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .s4 .b1 .b2 .b3 .b4 .img2-wrapper {
    width: 60px;
  }
  .s4 .b1 .b2 .b3 .b4 .img2-wrapper .img2 {
    width: 60px;
  }
  .s4 .b1 .b2 .b3 .b4 .p1 {
    font-size: 14px;
    line-height: 20px;
  }
  .s4 .b1 .b2 .b3 .p2 {
    font-size: 14px;
    line-height: 20px;
  }
}

.s5 {
  margin-top: 60px;
}
.s5 .b1 {
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
}
.s5 .b1 .img1 {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s5 .b1 .con {
  width: 50%;
  padding: 55px;
}
.s5 .b1 .con .p1 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}
.s5 .b1 .con .p1 b {
  font-weight: 700;
}
.s5 .b2 {
  max-width: 1000px;
  margin: 75px auto;
}
.s5 .b2 table tr td {
  font-size: 15px;
  line-height: 18px;
  vertical-align: top;
}
.s5 .b2 table tr td a {
  color: black;
  word-break: break-all;
}
.s5 .b2 table tr td a:hover {
  text-decoration: none;
  color: #E62882;
}
@media screen and (max-width: 1199px) {
  .s5 .b2 {
    margin: 55px auto;
  }
  .s5 .b2 table tr td {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .s5 {
    margin-top: 45px;
  }
  .s5 .b1 .con {
    padding: 35px;
  }
  .s5 .b2 {
    margin: 45px auto;
  }
}
@media screen and (max-width: 767px) {
  .s5 .b1 {
    flex-direction: column;
  }
  .s5 .b1 .img1 {
    width: 100%;
  }
  .s5 .b1 .con {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .s5 .b1 {
    margin-top: 30px;
  }
  .s5 .b1 .con {
    padding: 20px;
  }
  .s5 .b1 .con .p1 {
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 10px;
  }
  .s5 .b2 {
    margin: 40px auto;
  }
  .s5 .b2 table tr td {
    font-size: 13px;
    line-height: 15px;
  }
}/*# sourceMappingURL=article-1.css.map */