/* Career Layout */
.container {
  max-width: 720px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: sans-serif;
}

.title {
    text-align: center;
}

.career-container h1 {
  font-size: 2.2rem;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: left;
}

/* Markdown에서 ul/li가 들어오므로 그 스타일만 다듬어주면 끝 */
.career-list ul {
  list-style-type: disc;
  padding-left: 24px;
  margin: 0;
}

.career-list li {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 1.05rem;
}