#main {
  margin-top: 80px;
}

.title-section {
  margin-top: 4rem;
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 0.25rem;
}
.title-section .title {
  color: var(--main-color);
}

.article-title-section {
  border-bottom: 1px solid var(--bs-gray-400);
}

.carousel-section {
  margin-bottom: 160px;
}
.carousel-section .carousel-item {
  height: 600px;
}
.carousel-section .carousel-indicators {
  bottom: -40px;
}
.carousel-section .carousel-indicators [data-bs-target] {
  width: 100px;
}

.reply-content pre {
  font-family: inherit;
}

.board-card-section .card .card-img-top {
  height: 300px;
  width: auto;
  object-fit: cover;
  border: none;
}
.board-card-section .card .card-body {
  height: 150px;
}
.board-card-section .card .card-body .card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/*# sourceMappingURL=content.css.map */
