.job-notice .job-notice-content {
  border-radius: 8px;
  border: 1px solid #EAEFFF;
  padding: 1rem;
  font-size: 1rem;
  position: relative;
  max-width: 60rem;
  margin: 2rem auto 1rem;
  z-index: 1;
  background-color: #04084d;
}
@media (min-width: 1024px) {
  .job-notice .job-notice-content {
    padding: 0.5rem 2rem;
  }
}
.job-notice .job-notice-content .job-notice-description {
  color: #fff;
}
.job-notice .job-notice-content .job-notice-description hr {
  border: none;
  height: 1px;
  background-color: #c3d1ff;
  margin: 1.4rem 0;
  width: 100%;
}
.job-notice .job-notice-content .job-notice-description p {
  font-size: 1.11rem;
  margin: 1.4rem 0 1.6rem;
  line-height: 1.5;
}
.job-notice .job-notice-content .job-notice-description ul {
  padding-left: 1.5rem;
  margin: 1.25rem 0;
}
.job-notice .job-notice-content .job-notice-description ul li {
  font-size: 1.11rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

.resultDetailsFooter {
  margin-top: 1.3rem;
  padding-top: 1.8rem;
  border-top: 1px solid #e2e9ff;
}/*# sourceMappingURL=styles.css.map */