@charset "utf-8";

/* 빈 댓글 수정/답변 슬롯 — 본문 아래 두 줄 빈 박스 제거 */
.bo_comment .bo_comment_write:empty,
#bo_basic_comment .bo_comment_write:empty,
#bo_vc span.bo_vc_w:empty,
.bo_comment_write.sp-bo-comment-slot--empty,
span.bo_vc_w.sp-bo-comment-slot--empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* 부트스트랩 글보기 상단 액션 — 밝은 원형/흰 배경 방지 */
#bo_v_top a.btn_b01,
#bo_v_top button.btn_b01,
#bo_v_top .btn {
  background: linear-gradient(160deg, rgba(30, 58, 138, 0.55), rgba(15, 23, 42, 0.92)) !important;
  color: #e0f2fe !important;
  border: 1px solid rgba(56, 189, 248, 0.45) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.2) !important;
}
#bo_v_top a.btn_b01 .fa,
#bo_v_top button.btn_b01 .fa {
  color: inherit !important;
  filter: brightness(1.15) drop-shadow(0 0 1px rgba(255, 255, 255, 0.35)) !important;
}
#bo_v_top ul,
#bo_v_top > ul,
#bo_v_top li {
  background: transparent !important;
  box-shadow: none !important;
}

/* basic 스킨 글보기 상단 버튼 줄 — 흰 배경 띠 제거·아이콘 가독 */
.bo_view .view_buttons,
.bo_view .view_buttons > li {
  background: transparent !important;
}
.bo_view .view_buttons .btn_b01,
.bo_view .view_buttons .btn,
.bo_view .view_buttons button.btn_b01 {
  color: #f1f5f9 !important;
  border-color: rgba(148, 163, 184, 0.55) !important;
  background: linear-gradient(160deg, rgba(30, 58, 138, 0.4), rgba(15, 23, 42, 0.82)) !important;
}
.bo_view .view_buttons .btn_b01 .fa,
.bo_view .view_buttons .btn .fa,
.bo_view .view_buttons button .fa {
  color: #f8fafc !important;
  filter: brightness(1.12) drop-shadow(0 0 1px rgba(255, 255, 255, 0.4)) !important;
}

/* 부트스트랩 글보기 작성자 줄 보조(인라인 #888 제거 후) */
#bo_v_info .profile_info_ct strong {
  color: #f1f5f9 !important;
}
#bo_v_info .profile_info_ct a {
  color: #93c5fd !important;
}
#bo_v_top a[title="수정"],
#bo_v_top a.btn[title="수정"] {
  border-color: rgba(251, 191, 36, 0.55) !important;
  color: #fef3c7 !important;
}

/* 댓글 본문 아래 여백 과다(빈 슬롯 제거 후에도 넓게 느껴질 때) */
.bo_comment .comment_contents {
  padding-bottom: 6px !important;
}
.bo_comment .comment_contents .contents {
  margin-bottom: 0 !important;
}

/* 본문 글씨: 드래그해야 보이는 수준(어두운색·text-fill·font color) 무력화 */
.bo_view #article_contents,
.bo_view #article_contents *,
.bo_view #bo_v_con,
.bo_view #bo_v_con * {
  color: #f8fafc !important;
  -webkit-text-fill-color: currentColor !important;
}
.bo_view #article_contents a,
.bo_view #bo_v_con a {
  color: #7dd3fc !important;
  -webkit-text-fill-color: currentColor !important;
}
.bo_view #article_contents font,
.bo_view #article_contents font[color],
.bo_view #bo_v_con font,
.bo_view #bo_v_con font[color] {
  color: #e8edf5 !important;
}
.bo_view #article_contents img,
.bo_view #bo_v_con img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}
.bo_view #article_contents p > img:only-child,
.bo_view #article_contents figure > img,
.bo_view #bo_v_con p > img:only-child,
.bo_view #bo_v_con figure > img {
  width: 100% !important;
}
