@charset "UTF-8";
/*  게시판 상세 페이지 스타일 파일입니다. */
.reply-list__item {
  padding: 16px;
}
.reply-list__item + .reply-list__item {
  border-top: 1px solid var(--default-color);
}
.reply-list__item-link {
  text-decoration: none;
  color: black;
}
.reply-list__item-top {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  height: 20px;
  vertical-align: middle;
  gap: 4px;
}
.reply-list__item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.reply-list__item-bottom {
  display: flex;
  gap: 14px;
  margin-top: 10px;
  padding-left: 24px;
  color: var(--gray-color);
}
.reply-list__item-new-icon {
  background-color: var(--color-point);
}
.reply-list__pagination-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.reply-section-title {
  padding: 10px 16px;
  font-size: 24px;
  font-weight: bold;
}

.reply-section-table {
  border-top: 2px solid var(--color-base-black);
  margin-bottom: 20px;
}

.l-page{
  padding-block-end: 0px;
}
.board__head{
  font-weight: 500;
  font-size:48px;
  margin-top:0; padding:0;
}

.board__head .board__title{
  width: 100%;
  padding: 0; border-bottom: none;text-align: center; justify-content: center;  font-size: 48px;text-align: center;font-weight: 500;line-height: 1; margin: 80px 0 60px;font-family: 'Pretendard Variable'
}

.article-view__btns{margin:0;}
.article-view__table.title-row{border-bottom: 1px solid #e5e5e5;}
.article-view__btns .btn{font-size:14px; border:1px solid #e5e5e5; font-weight: 500;}
.article-view__content{border-bottom:1px solid #e5e5e5;}
.article-view__table.cell-title {
  flex: 1;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  word-break: keep-all;
  width: 750px;
  white-space: normal;
  text-align: left;
}
.article-view__content--text-detail img{
  display: inline-block;
}