/* 관리자 페이지에서 작성한 게시글 관련 css */
.content--module,
.content--module p,
.content--module li {
  color: var(--color-gray-500);
  line-height: 1.6;
}
.content--module b,
.content--module strong,
.content--module h1,
.content--module h2,
.content--module h3,
.content--module h4,
.content--module h5,
.content--module h6 {
  margin-bottom: 10px;
  color: var(--color-dark);
  font-weight: 600;
}
.content--module h2 {
  font-size: 32px;
}
.content--module h3 {
  font-size: 27px;
}
.content--module h4 {
  font-size: 20px;
}
.content--module a {
  color: var(--color-gray-500);
  text-decoration: underline;
}
.content--module i {
  font-style: italic;
}
.content--module ul,
ol {
  margin-left: 20px;
}
.content--module ul {
  list-style: disc;
}
.content--module ol {
  list-style: decimal;
}

/* bm0101 - 교수진 소개 */
.bm0101 .pr-content,
.bm0101 .pr-content p,
.bm0101 .pr-content li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
