/* Separator에 사용하는 글씨 */
.custom-h3 {
  font-size: 1.75em; /* H3 크기와 유사 */
  font-weight: bold !important; /* 굵은 글씨 */
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: inherit; /* 사이트 기본 글씨체 사용 */
  color: inherit; /* 기존 색상 유지 */
}

.gallery .gallery-item img {
  border: none !important;
}
