/* 공지/자료 상세 첨부파일 - 본문 하단, 기존 상세 페이지 스타일과 통일 */
.detail-attachments-wrap {
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

.detail-attachments-box__title {
  margin: 0 0 12px 0;
  font-size: 15px;
  font-weight: 600;
  color: #414141;
}

.detail-attachments-box__title i {
  margin-right: 6px;
  color: #414141;
  font-size: 14px;
}

.detail-attachments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.detail-attachment-item {
  border-bottom: 1px solid #eaeaea;
}

.detail-attachment-item:last-child {
  border-bottom: none;
}

.detail-attachment-item__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: #414141;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}

.detail-attachment-item__link:hover {
  color: #175cdd;
}

.detail-attachment-item__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  color: #414141;
  font-size: 14px;
}

.detail-attachment-item__link:hover .detail-attachment-item__icon {
  background: #e8e8e8;
  color: #175cdd;
}

.detail-attachment-item__name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-attachment-item__download {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  color: #404040;
}

.detail-attachment-item__link:hover .detail-attachment-item__download {
  color: #175cdd;
}

@media (max-width: 768px) {
  .detail-attachments-wrap {
    padding-left: 0;
  }
  .detail-attachments-box__title,
  .detail-attachment-item__link {
    font-size: 13px;
  }
}

/* 교육·강좌 상세: 본문 상단 여백 (구분선은 view_tdd 한 줄만) */
.education-detail-body {
  padding-top: 1.25rem;
}

/* 교육·강좌 상세: 썸네일 보기 (덜 튀는 텍스트 링크, 본문 하단) */
.education-detail-thumbnail-wrap {
  margin-top: 0.5rem;
}
.education-detail-thumbnail-link {
  font-size: 13px;
  color: #6c757d;
  text-decoration: none;
}
.education-detail-thumbnail-link:hover {
  color: #175cdd;
  text-decoration: underline;
}

/* 학술대회 상세: 상단 정보 블록(제목·등록일·대회정보)과 본문 구분)
   구분선은 하단 정보 줄의 view_tdd 로만 처리하고, head 자체에는 선을 두지 않는다. */
.conference-detail-head {
}
.conference-detail-body {
  padding-top: 1.25rem;
  margin-top: 0;
}
