#welfare .mircenter {
  padding: 100px 40px 0 40px;
}
#welfare #welfare_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
#welfare #welfare_wrap .welfare_title .spo_vol_guide_tit span {
  font-size: 1.7rem;
}
#welfare #welfare_wrap .welfare_bar {
  width: 77px;
  height: 3px;
  background: var(--color-primary_main, #00b4cd);
}
#welfare #welfare_wrap .welfare_des {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: url("../img/bg_logo.svg") center no-repeat;
}
#welfare #welfare_wrap .welfare_des p {
  color: var(--gray-800, #111);
  text-align: center;
  /* font/lg_pc/body_regular */
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#welfare #welfare_wrap .welfare_des .point {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 23px;
  position: relative;
}
#welfare #welfare_wrap .welfare_des .point::after {
  content: "";
  display: block;
  width: 417px;
  height: 6px;
  position: absolute;
  left: calc(50% - 208.5px);
  bottom: -6px;
  background: #b3f6ff;
}
#welfare #welfare_wrap .welfare_des .footprint {
  text-align: right;
}
#welfare #welfare_wrap .welfare_img {
  margin-top: -50px;
  margin-bottom: -6px;
  width: 100%;
  text-align: center;
}
#welfare #welfare_wrap .welfare_img img {
  width: 100%;
}

@media (max-width: 1440px) {
  #welfare #welfare_wrap .welfare_des .point::after {
    width: 400px;
    left: calc(50% - 200px);
  }
}
@media (max-width: 1023px) {
  #welfare #welfare_wrap .welfare_des .point::after {
    width: 350px;
    left: calc(50% - 175px);
  }
  #welfare #welfare_wrap .welfare_des .footprint {
    text-align: center;
  }
  #welfare #welfare_wrap .welfare_des .footprint img {
    width: 200px;
  }
  #welfare #welfare_wrap .welfare_img {
    margin-top: 0;
  }
}