@charset "utf-8";

/* Publications: bracketed numbers + 간격 */
.pubs{
  margin: 0;
  padding-left: 2.0em;     /* 번호 자리 여백 */
  font-size: 18px;
  line-height: 1.7;
}
.pubs li{ margin: .45em 0; }

/* 대괄호 번호 표시 */
.pubs li::marker{
  content: "[" counter(list-item) "] ";
  font-weight: 700;
}