/* --------------------------- arrow links --------------------------- */
/* --------------------------- career-support-center --------------------------- */
.career__txt-bg {
  padding: 45px 40px 50px 40px;
  background: #f6f6f6;
}

.career__figure-img {
  margin: 0 auto;
}

/* -------------- study -------------- */
/* -------------- development -------------- */
/* -------------- support -------------- */
/* -------------- counseling -------------- */
/* -------------------------------------------------------------------------------- */
/* career-support-center responsive */
/* -------------------------------------------------------------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  /* -------------- study -------------- */
  /* -------------- development -------------- */
  /* -------------- support -------------- */
  /* -------------- counseling -------------- */
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  .career__txt-bg {
    padding: 45px 20px 50px 20px;
  }

  /* -------------- study -------------- */
  /* -------------- development -------------- */
  /* -------------- support -------------- */
  /* -------------- counseling -------------- */
}

/*# sourceMappingURL=career-support-center.css.map */
