@charset "utf-8";

/* =========================================
   bbs-basic - 서브페이지 / 사이트 톤에 맞춤
   ========================================= */

#bo_list.bbs-basic-board,
#bo_v.bbs-basic-view {
  width: 100% !important;
  margin: 0 auto;
  padding: 5rem 0 4rem;
  box-sizing: border-box;
}

/* 카테고리 */
#bo_cate { margin: 0 0 1.5rem; }
#bo_cate h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_cate ul:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_cate li { display: inline-block; padding: 2px; }
#bo_cate a {
  display: block;
  line-height: 1;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #f0f0f0;
  background: #fff;
  color: #667085;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 200ms ease;
}
#bo_cate a:focus,
#bo_cate a:active {
  text-decoration: none;
  background: rgba(245, 130, 0, 0.1);
  color: var(--color-primary, #F58200);
  border-color: rgba(245, 130, 0, 0.35);
}
#bo_cate #bo_cate_on {
  z-index: 2;
  background: var(--color-primary, #F58200);
  color: #fff;
  font-weight: 700;
  border: 1px solid var(--color-primary, #F58200);
  box-shadow: none;
}

/* 체크박스 */
.selec_chk {
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  overflow: hidden;
}
#bo_list .chk_box,
#bo_w .chk_box,
.bo_vc_w .chk_box { display: inline-block; position: relative; }
/* 테이블 셀의 chk_box는 table-cell 유지 (inline-block이면 열 사이 공백 발생) */
#bo_list td.chk_box,
#bo_list th.chk_box {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.chk_box input[type="checkbox"] + label {
  position: relative;
  padding-left: 20px;
  color: #676e70;
  vertical-align: baseline;
}
.chk_box input[type="checkbox"] + label span {
  position: absolute;
  top: 2px; left: 0;
  width: 15px; height: 15px;
  display: block;
  background: #fff;
  border: 1px solid #d0d4df;
  border-radius: 3px;
}
.chk_box input[type="checkbox"]:checked + label { color: #000; }
.chk_box input[type="checkbox"]:checked + label span {
  background: url(./img/chk.png) no-repeat 50% 50% var(--color-primary, #F58200);
  border-color: var(--color-primary, #F58200);
}
.all_chk.chk_box input[type="checkbox"] + label span { top: 0; left: 0; }
#bo_list .td_chk.chk_box input[type="checkbox"] + label,
#bo_list th.all_chk.chk_box input[type="checkbox"] + label {
  display: inline-block;
  padding: 0;
  width: 15px;
  height: 15px;
  margin: 0;
  vertical-align: middle;
}
#bo_list .td_chk.chk_box input[type="checkbox"] + label span,
#bo_list th.all_chk.chk_box input[type="checkbox"] + label span {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
}
@media screen and (max-width: 768px){
  #bo_list .td_chk.chk_box input[type="checkbox"] + label,
  #bo_list th.all_chk.chk_box input[type="checkbox"] + label,
  .chk_box input[type="checkbox"] + label span {
    width: 14px;
    height: 14px;
  }
}

/* 상단 버튼 / 검색 */
#bo_btn_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1.1rem;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
}
#bo_btn_top:after { display: none; }
.bo_btn_top_actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}
.bo_fx { display: none; }
#bo_list_total {
  display: block !important;
  float: none;
  line-height: 1.4;
  font-size: 0.9rem;
  color: #667085;
}
#bo_list_total span {
  font-weight: 600;
  color: var(--color-black, #101010);
}

.btn_bo_user {
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.35rem;
}
.btn_bo_user li {
  float: none;
  width: 40px;
  text-align: center;
  margin: 0;
  background: transparent;
  position: relative;
}
.btn_bo_user .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  color: #667085;
  transition: all 200ms ease;
  line-height: 1;
  padding: 0;
}
.btn_bo_user .material-symbols-rounded { font-size: 22px; line-height: 1; }

.more_opt {
  display: none;
  position: absolute;
  top: 45px; right: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  z-index: 999;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.more_opt:before {
  content: "";
  position: absolute;
  top: -8px; right: 13px;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #e8e8e8 transparent;
}
.more_opt:after {
  content: "";
  position: absolute;
  top: -6px; right: 13px;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}
.more_opt li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  float: inherit;
  width: 100px;
  margin: 0;
  color: #6b757c;
  text-align: left;
  font-size: 0.9rem;
}
.more_opt li:last-child { border-bottom: 0; }
.more_opt li button,
.more_opt li a {
  width: 100%;
  border: 0;
  background: #fff;
  color: #6b757c;
  text-align: left;
  font-size: 1em;
}
.more_opt li .material-symbols-rounded {
  float: right;
  line-height: 20px;
  font-size: 18px;
}

/* 인라인 검색 */
#bo_list #bo_btn_top .bo_sch {
  position: relative;
  display: block;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  max-width: 420px;
  min-width: 0;
}
#bo_list #bo_btn_top .bo_sch form {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  margin: 0;
  padding: 0;
}
#bo_list #bo_btn_top .bo_sch select {
  flex: 0 0 auto;
  width: auto;
  min-width: 6.5rem;
  height: 40px;
  padding: 0 0.6rem;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa;
  color: #445;
  font-size: 0.8125rem;
  box-shadow: none;
}
#bo_list #bo_btn_top .bo_sch .sch_bar {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}
#bo_list #bo_btn_top .bo_sch .sch_input {
  float: none;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 40px;
  border: 0;
  padding: 0 0.75rem;
  background: transparent;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
}
#bo_list #bo_btn_top .bo_sch .sch_btn {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--color-primary, #F58200);
  cursor: pointer;
}
#bo_list #bo_btn_top .bo_sch .sch_btn .material-symbols-rounded { font-size: 22px; }

/* 목록 테이블 */
#bo_list .tbl_head01.tbl_wrap {
  margin: 0 0 1.5rem;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
#bo_list .tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  border: 0;
}
#bo_list .tbl_head01 thead th {
  padding: 1rem 0.5rem;
  height: auto;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  background: var(--color-primary, #F58200);
  border: 0;
  letter-spacing: -0.02em;
}
#bo_list .tbl_head01 thead th a { color: #fff; }
#bo_list .tbl_head01 tbody tr {
  background: #fff;
  transition: background 160ms ease;
}
#bo_list .tbl_head01 tbody td {
  color: #4a5568;
  padding: 1.05rem 0.65rem;
  height: auto;
  border-top: 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.5;
  word-break: break-all;
  background: transparent !important;
  vertical-align: middle;
  text-align: center;
  font-size: 0.95rem;
}
#bo_list .tbl_head01 tbody tr:last-child td { border-bottom: 0; }
#bo_list .tbl_head01 a { text-decoration: none; }

#bo_list .td_board { width: 120px; }
#bo_list .td_chk { width: 40px; }
#bo_list .td_date,
#bo_list .td_datetime { width: 100px; color: #98a2b3; font-size: 0.875rem; }
#bo_list .td_name { width: 100px; text-align: center; padding: 0; }
#bo_list .td_num { width: 60px; color: #98a2b3; }
#bo_list .td_numbig { width: 80px; }
#bo_list .td_subject {
  text-align: left !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
#bo_list .empty_table {
  padding: 4rem 1rem !important;
  color: #667085;
  text-align: center;
}

#bo_list .bo_notice { background: #fff8f0 !important; }
#bo_list .bo_notice td a { font-weight: 700; }
#bo_list .bo_reply { background: var(--bg-primary-light, #fffdfa) !important; }
#bo_list .notice_icon,
#bo_list .reply_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 2.5rem;
  margin-right: 0.1rem;
  padding: 0.2rem 0.5rem;
  line-height: 1.4;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.7rem;
  vertical-align: middle;
}
#bo_list .notice_icon {
  color: #fff;
  background: var(--color-primary, #F58200);
}
#bo_list .reply_icon {
  color: var(--color-primary, #F58200);
  background: rgba(245, 130, 0, 0.12);
}
.bo_current { color: var(--color-primary, #F58200); font-weight: 700; }

.bo_cate_link {
  display: inline-block;
  float: none;
  margin: 0 0.5rem 0.25rem 0;
  background: rgba(245, 130, 0, 0.1);
  color: var(--color-primary, #F58200);
  font-weight: 600 !important;
  height: auto;
  line-height: 1;
  padding: 0.3rem 0.55rem;
  border-radius: 6px;
  font-size: 0.78rem;
  vertical-align: middle;
  text-decoration: none;
}

#bo_list .bo_tit {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 1rem !important;
  font-weight: 600;
  color: var(--color-black, #101010);
  line-height: 1.45;
  letter-spacing: -0.02em;
  white-space: normal;
  text-overflow: unset;
  overflow: visible;
}
#bo_list .bo_tit a {
  color: inherit;
  max-width: 100%;
  transition: color 160ms ease;
}

/* 데스크톱: 제목 말줄임 + 글쓴이/날짜 칸 너비 고정 (모바일 반응형에는 영향 없음) */
@media screen and (min-width: 769px) {
  #bo_list .tbl_wrap table {
    table-layout: fixed;
  }
  #bo_list .col_chk,
  #bo_list .th_chk { width: 40px; }
  #bo_list .col_name,
  #bo_list .th_name,
  #bo_list .td_name {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #bo_list .col_datetime,
  #bo_list .th_datetime,
  #bo_list .td_datetime {
    width: 100px;
    white-space: nowrap;
  }
  #bo_list .col_num,
  #bo_list .th_num { width: 60px; }
  #bo_list .td_subject {
    overflow: hidden;
    word-break: keep-all;
  }
  #bo_list .bo_tit {
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: unset;
  }
  #bo_list .bo_tit > *:not(a) {
    flex: 0 0 auto;
  }
  #bo_list .bo_tit a {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
  }
}

#bo_list .cnt_cmt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  background: rgba(245, 130, 0, 0.12);
  color: var(--color-primary, #F58200);
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 999px;
  vertical-align: middle;
}
#bo_list .bo_tit .new_icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 1.1rem;
  padding: 0 0.3rem;
  line-height: 1.1rem;
  font-size: 0.7rem;
  color: #fff;
  background: var(--color-primary, #F58200);
  border-radius: 4px;
  font-weight: 700;
}
#bo_list .bo_tit .fa-lock,
#bo_list .bo_tit .fa-download,
#bo_list .bo_tit .fa-link,
#bo_list .bo_tit .hot_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1;
  font-size: 0.7rem;
  border-radius: 3px;
  vertical-align: middle;
}
#bo_list .bo_tit .fa-lock { color: #4f818c; background: #e8f3f5; }
#bo_list .bo_tit .fa-download { color: #b8860b; background: #fff4d6; }
#bo_list .bo_tit .fa-link { color: #7c3aed; background: #f3e8ff; }
#bo_list .bo_tit .hot_icon { color: #e52955; background: #ffe4ea; }
#bo_list .bo_tit .fa-caret-right { color: #ccc; }
#bo_list .profile_img img { border-radius: 50%; }

/* 페이지네이션 */
#bo_list .pg_wrap { margin: 1.5rem 0 0; text-align: center; padding-bottom: 0; }
#bo_list .pg_page,
#bo_list .pg_current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  margin: 0 2px;
  border-radius: 8px;
  border: 1px solid #eee;
  background: #fff;
  color: #667085;
  font-weight: 500;
  text-decoration: none;
}
#bo_list .pg_current {
  background: var(--color-primary, #F58200);
  border-color: var(--color-primary, #F58200);
  color: #fff;
  font-weight: 700;
}
/* default.css: GIF 아이콘 + text-indent:-999px → 스킨 background:#fff 와 충돌 시 버튼 비표시 */
#bo_list .pg_page.pg_start,
#bo_list .pg_page.pg_prev,
#bo_list .pg_page.pg_next,
#bo_list .pg_page.pg_end {
  position: relative;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
  padding: 0;
  min-width: 2.25rem;
  background-image: none;
  text-indent: 0;
  white-space: nowrap;
}
#bo_list .pg_page.pg_start::before,
#bo_list .pg_page.pg_prev::before,
#bo_list .pg_page.pg_next::before,
#bo_list .pg_page.pg_end::before {
  font-family: 'Material Symbols Rounded';
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #667085;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
#bo_list .pg_page.pg_start::before { content: 'first_page'; }
#bo_list .pg_page.pg_prev::before { content: 'chevron_left'; }
#bo_list .pg_page.pg_next::before { content: 'chevron_right'; }
#bo_list .pg_page.pg_end::before { content: 'last_page'; }

/* ========== 보기 ========== */
#bo_v.bbs-basic-view { 
  background: transparent;
  padding: 2rem;
  margin: 6rem 0;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
#bo_v_table {
  position: absolute;
  top: 0; right: 16px;
  margin: 0;
  padding: 0 5px;
  height: 25px;
  background: var(--color-primary, #F58200);
  color: #fff;
  font-weight: bold;
  line-height: 2.2em;
}
#bo_v_title {
  margin: 0 0 0.5rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #f0f0f0;
}
#bo_v_title .bo_v_cate {
  display: inline-block;
  line-height: 1;
  padding: 0.35rem 0.7rem;
  border-radius: 6px;
  background: rgba(245, 130, 0, 0.1);
  color: var(--color-primary, #F58200);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
}
#bo_v_title .bo_v_tit {
  display: block;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.4;
  color: var(--color-black, #101010);
  word-break: keep-all;
  margin: 0;
}
#bo_v_title .bo_v_reply_badge,
.bo_origin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.4rem 0 0;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
  vertical-align: middle;
}
#bo_v_title .bo_v_reply_badge {
  color: #fff;
  background: var(--color-primary, #F58200);
}
.bo_origin-badge {
  color: var(--color-primary, #F58200);
  background: rgba(245, 130, 0, 0.12);
}
.bo_origin {
  margin: 0 0 1.35rem;
  padding: 1.15rem 1.25rem 1.2rem;
  background: #fffaf4;
  border: 1px solid #f3e7d8;
  border-radius: 12px;
}
.bo_origin-head {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.bo_origin-tit {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--color-black, #101010);
  word-break: keep-all;
}
.bo_origin-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.85rem;
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
  color: #98a2b3;
}
.bo_origin-meta a {
  color: var(--color-primary, #F58200);
  font-weight: 600;
  text-decoration: none;
}
.bo_origin-con {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(245, 130, 0, 0.35);
  max-height: 12.5rem;
  overflow: auto;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #445;
  word-break: keep-all;
}
.bo_origin-con img {
  max-width: 100%;
  height: auto;
}
.bo_origin-secret {
  margin: 0;
  color: #98a2b3;
}
.bo_reply-wrap {
  margin-top: 0.25rem;
}
.bo_reply-wrap #bo_v_con {
  min-height: 120px;
}
#bo_w .bo_origin {
  margin-bottom: 1.5rem;
}

#bo_v_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5rem;
  color: #667085;
}
#bo_v_info:after { display: none; }
#bo_v_info h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_v_info .profile_info {
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  float: none;
}
#bo_v_info .profile_info .pf_img { display: none; }
#bo_v_info .profile_info .profile_info_ct {
  float: none;
  padding: 0;
  line-height: 1.55;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.85rem;
}
#bo_v_info .profile_info .profile_info_ct br { display: none; }
#bo_v_info strong {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  font-weight: 500;
  font-size: 0.9rem;
}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest { font-weight: 700; color: var(--color-black, #101010); }
#bo_v_info .profile_img { display: none; }
#bo_v_info .if_date { color: #98a2b3; font-weight: 400;}
#bo_v_info .material-symbols-rounded { font-size: 18px; color: #98a2b3; }

#bo_v_top {
  float: none;
  margin: 0;
  zoom: 1;
  position: absolute;
  top: -50px;
  right: 0;
}
#bo_v_top:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_v_top h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_v_top ul { padding: 0; list-style: none; background: transparent; }
.bo_v_com { margin: 0; float: none; }
.bo_v_com > li { position: relative; float: none; margin: 0; }

#bo_v_file{
  padding: 0;
}
#bo_v_file h2,
#bo_v_link h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_v_file ul,
#bo_v_link ul { margin: 0; list-style: none; }
#bo_v_link {
  margin: 0 0 1.25rem;
  padding: 0;
}
#bo_v_file li,
#bo_v_link li {
  padding: 0.85rem 1rem;
  position: relative;
  margin: 0 0 0.5rem;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: none;
  transition: border-color 160ms ease;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
#bo_v_link li{
  padding: 0.5rem 0 0.85rem;
  border: 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
}
#bo_v_link li strong{
  font-weight: 400;
}
#bo_v_file li:last-child,
#bo_v_link li:last-child { margin-bottom: 0; }
#bo_v_file li .material-symbols-rounded,
#bo_v_file li i,
#bo_v_link li .material-symbols-rounded,
#bo_v_link li i {
  float: none;
  flex: 0 0 auto;
  color: #b2b2b2;
  font-size: 1.1rem;
  margin: 0;
  line-height: 1;
}
#bo_v_file a,
#bo_v_link a {
  float: none;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  text-decoration: none;
  word-break: break-all;
  color: var(--color-black, #101010);
  font-weight: 400;
  font-size: 0.8rem;
}
#bo_v_file .bo_v_file_cnt {
  display: block;
  clear: both;
  padding-top: 0.35rem;
  color: #98a2b3;
  font-size: 0.85rem;
}
#bo_v_link .bo_v_link_cnt { display: none; }

#bo_v_bot { zoom: 1; }
#bo_v_bot:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_v_bot h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_v_bot ul { padding: 0; list-style: none; }

.bo_v_nb {
  position: relative;
  margin: 2rem 0;
  clear: both;
  text-align: left;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.bo_v_nb:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_v_nb li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 0;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 1.15rem;
}
.bo_v_nb li:last-child { border-bottom: 0; }
.bo_v_nb li > a {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color-black, #101010);
  font-weight: 500;
}
.bo_v_nb li .nb_tit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding-right: 0;
  color: #98a2b3;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}
.bo_v_nb li .nb_date {
  float: none;
  flex: 0 0 auto;
  color: #b0b8c4;
  font-size: 0.85rem;
}
.bo_v_nb li .material-symbols-rounded { font-size: 18px; }

#bo_v_atc {
  min-height: 200px;
  margin: 0 0 1.5rem;
  padding: 1.5rem 0.5rem;
  background-color: #fcfcfc;
  border-radius: 0.5rem;
}
#bo_v_atc_title { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_v_img { width: 100%; overflow: hidden; text-align: center; }
#bo_v_img:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_v_img a.view_image { display: block; }
#bo_v_img img { margin-bottom: 1.25rem; max-width: 100%; height: auto; border-radius: 8px; }

#bo_v_con {
  margin: 0;
  width: 100%;
  line-height: 1.8;
  min-height: 200px;
  word-break: keep-all;
  overflow: hidden;
  font-size: 1rem;
  color: #333;
}
#bo_v_con a { color: var(--color-primary, #F58200); text-decoration: underline; }
#bo_v_con img { max-width: 100%; height: auto; }

#bo_v_act { margin: 2rem 0; text-align: center; }
#bo_v_act .bo_v_act_gng { position: relative; }
#bo_v_act a { margin: 0 0.35rem; vertical-align: middle; color: #4a5158; }
#bo_v_act .bo_v_good,
#bo_v_act .bo_v_nogood {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 1px solid #eee;
  min-width: 4.5rem;
  height: 2.75rem;
  line-height: 1;
  border-radius: 999px;
  padding: 0 1rem;
}
#bo_v_act_good,
#bo_v_act_nogood {
  display: none;
  position: absolute;
  top: 40px; left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 0.5rem 0.75rem;
  background: var(--color-primary, #F58200);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  white-space: nowrap;
}

#bo_v_share { display: none; }

/* default.css 글로벌 숨김 해제 (이 스킨 범위) */
#bo_v.bbs-basic-view button.cmt_btn,
#bo_v.bbs-basic-view section#bo_vc { display: block !important; }
#bo_v.bbs-basic-view .bo_vc_w textarea { display: block !important; }

/* ========== 댓글 ========== */
.cmt_btn {
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  font-weight: 700;
  margin: 2rem 0 0;
  padding: 0 0 1rem;
}
.cmt_btn span.total {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-size: 1em;
  color: var(--color-primary, #F58200);
}
.cmt_btn span.total:after {
  position: absolute;
  bottom: -1.05rem; left: 0;
  display: inline-block;
  background: var(--color-primary, #F58200);
  content: "";
  width: 100%;
  height: 2px;
}
#bo_vc article {
  margin: 1.25rem 0;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1rem;
}
#bo_vc article:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_vc article .pf_img { float: left; margin-right: 10px; }
#bo_vc article .pf_img img { border-radius: 50%; width: 44px; height: 44px; }
#bo_vc article .cm_wrap { float: left; max-width: calc(100% - 70px); width: 90%; }
#bo_vc header { position: relative; width: 100%; }
#bo_vc header:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_vc header .profile_img { display: none; }
#bo_vc .cmt_contents { line-height: 1.8; padding: 0.5rem 0 1rem; }
#bo_vc_empty { margin: 0; padding: 4rem 0 !important; color: #667085; text-align: center; }
#bo_vc .bo_vl_opt { position: absolute; top: 0; right: 0; }

.bo_vc_act {
  display: none;
  position: absolute;
  right: 0; top: 40px;
  width: 70px;
  text-align: right;
  border: 1px solid #e8e8e8;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.bo_vc_act li { border-bottom: 1px solid #f0f0f0; }
.bo_vc_act li:last-child { border-bottom: 0; }
.bo_vc_act li a { display: inline-block; padding: 10px 15px; }

.bo_vc_w { position: relative; margin: 1rem 0; display: block; }
.bo_vc_w:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_vc_w h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.bo_vc_w textarea {
  display: block !important;
  border: 1px solid #eee;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  width: 100%;
  height: 120px;
  box-shadow: none;
  box-sizing: border-box;
  resize: vertical;
}
.bo_vc_w_info { margin: 0.75rem 0; float: left; }
.bo_vc_w_info:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_vc_w_info .frm_input { float: left; margin-right: 5px; }
.bo_vc_w .btn_confirm { clear: both; margin-top: 0.75rem; display: block !important; }
.bo_vc_w .btn_submit {
  height: 44px;
  padding: 0 1.5rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  background: var(--color-primary, #F58200);
}

@media screen and (max-width: 768px) {
  #bo_list .td_chk.chk_box{
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent !important;
    padding-left: 1rem;
  }
}

/* ========== 글쓰기 ========== */
#bo_w.bbs-basic-write {
  margin: 0 auto 4rem;
  width: 100%;
  max-width: 100%;
  padding: 5rem 0 0;
  box-sizing: border-box;
}
#bo_w #fwrite {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
  padding: 2rem;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
#bo_w .bo_w_label {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-black, #101010);
}
#bo_w .bo_w_label em {
  margin-left: 0.25rem;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-primary, #F58200);
}
#bo_w .write_div {
  margin: 0 0 1.25rem;
  position: relative;
  max-width: 100%;
}
#bo_w .write_div:last-child { margin-bottom: 0; }
#bo_w .write_div:after { display: none; }

#bo_w .bo_w_option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
}
#bo_w .bo_w_option .bo_w_label { margin: 0; }
#bo_w .bo_v_option {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}
#bo_w .bo_v_option li {
  display: inline-block;
  float: none;
  text-align: left;
  margin: 0;
}
#bo_w .bo_v_option .chk_box {
  display: inline-block !important;
  position: relative;
}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label {
  padding-left: 22px;
  font-size: 0.92rem;
  color: #445;
  cursor: pointer;
}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  width: 15px;
  height: 15px;
}

#bo_w .bo_w_info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
#bo_w .bo_w_info .bo_w_field { min-width: 0; }
#bo_w .bo_w_info .frm_input {
  float: none;
  width: 100%;
  margin: 0;
}

#bo_w .frm_input,
#bo_w .frm_file,
#bo_w textarea,
#bo_w select {
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  color: var(--color-black, #101010);
  box-shadow: none;
  font-size: 0.95rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
#bo_w .frm_input,
#bo_w select {
  height: 46px;
  padding: 0 0.95rem;
}
#bo_w textarea {
  min-height: 220px;
  padding: 0.95rem;
  line-height: 1.7;
  resize: vertical;
}
#bo_w .frm_input:focus,
#bo_w textarea:focus,
#bo_w select:focus {
  outline: none;
  border-color: rgba(245, 130, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(245, 130, 0, 0.12);
}
#bo_w .bo_w_select select { width: 100%; }

#bo_w .bo_w_tit { position: relative; }
#bo_w .bo_w_tit #autosave_wrapper {
  position: relative;
  margin: 0;
}
#bo_w .bo_w_tit .frm_input { padding-right: 7.5rem; }
#bo_w .bo_w_tit #btn_autosave {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  height: 34px;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 8px;
  line-height: 34px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-primary, #F58200);
  background: rgba(245, 130, 0, 0.1);
  cursor: pointer;
}
#bo_w .bo_w_tit #autosave_count {
  display: inline-block;
  min-width: 1.1rem;
  margin-left: 0.15rem;
  font-weight: 700;
}

#bo_w .wr_content {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}
#bo_w .wr_content textarea {
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  font-family: inherit;
}
#bo_w .wr_content.smarteditor2,
#bo_w .wr_content.smarteditor2 iframe,
#bo_w .wr_content.cheditor5 {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  background: #fff;
  box-sizing: border-box;
}
#bo_w .wr_content .cheditor-container {
  border: 0 !important;
}

#bo_w .bo_w_attach {
  display: flex;
  align-items: stretch;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
#bo_w .bo_w_attach:focus-within {
  border-color: rgba(245, 130, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(245, 130, 0, 0.12);
}
#bo_w .bo_w_attach_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  color: #98a2b3;
  background: #fafafa;
  border-right: 1px solid #f0f0f0;
}
#bo_w .bo_w_attach_icon .material-symbols-rounded { font-size: 1.2rem; }
#bo_w .bo_w_attach .frm_input {
  flex: 1 1 auto;
  border: 0;
  border-radius: 0;
  height: 46px;
  box-shadow: none;
}
#bo_w .bo_w_attach .frm_input:focus { box-shadow: none; }

#bo_w .bo_w_flie .file_wr {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.35rem 0.75rem 0.35rem 2.75rem;
  min-height: 46px;
  height: auto;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}
#bo_w .bo_w_flie .lb_icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 100%;
  margin: 0;
  border: 0;
  border-right: 1px solid #f0f0f0;
  border-radius: 10px 0 0 10px;
  background: #fafafa;
  color: #98a2b3;
  line-height: 1;
}
#bo_w .bo_w_flie .lb_icon .material-symbols-rounded { font-size: 1.2rem; }
#bo_w .bo_w_flie .frm_file {
  width: 100%;
  padding: 0;
  padding-left: 0.5rem;
  margin: 0;
  border: 0;
  background: transparent;
  font-size: 0.9rem;
}
#bo_w .bo_w_file_help {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  color: #98a2b3;
}
#bo_w .bo_w_flie .frm_input { margin: 0.65rem 0 0; }
#bo_w .bo_w_flie .file_del {
  position: static;
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  color: #667085;
}

#bo_w .bo_w_captcha {
  padding: 1.15rem 1.25rem 1.25rem;
  background: #fffaf4;
  border: 1px solid #f3e7d8;
  border-radius: 12px;
}
#bo_w .bo_w_captcha .bo_w_label { margin-bottom: 0.75rem; }
#bo_w #captcha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
#bo_w #captcha legend { display: none; }
#bo_w #captcha #captcha_img {
  display: block;
  height: 46px;
  width: auto;
  min-width: 130px;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}
#bo_w #captcha #captcha_key {
  width: 8.5rem;
  height: 46px;
  margin: 0;
  padding: 0 0.75rem;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  color: var(--color-black, #101010);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  box-shadow: none;
  vertical-align: middle;
}
#bo_w #captcha #captcha_key:focus {
  outline: none;
  border-color: rgba(245, 130, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(245, 130, 0, 0.12);
}
#bo_w #captcha #captcha_mp3,
#bo_w #captcha #captcha_reload {
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff !important;
  background-image: none !important;
  text-indent: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  transition: border-color 160ms ease, background 160ms ease;
}
#bo_w #captcha #captcha_mp3 span,
#bo_w #captcha #captcha_reload span { display: none; }
#bo_w #captcha #captcha_mp3::before,
#bo_w #captcha #captcha_reload::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Material Symbols Rounded';
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--color-primary, #F58200);
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  text-indent: 0;
}
#bo_w #captcha #captcha_mp3::before { content: 'volume_up'; }
#bo_w #captcha #captcha_reload::before { content: 'refresh'; }
#bo_w #captcha #captcha_info {
  flex: 1 1 100%;
  display: block;
  margin: 0.15rem 0 0;
  font-size: 0.85rem;
  letter-spacing: 0;
  color: #667085;
  word-break: keep-all;
}
#bo_w #captcha.m_captcha audio {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 0 0.35rem;
}
#bo_w #captcha.m_captcha #captcha_img {
  width: 180px;
  height: 68px;
  margin: 0;
}

#bo_w .btn_confirm {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.75rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}
#bo_w .btn_confirm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  height: 48px;
  padding: 0 1.5rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  box-sizing: border-box;
}
#bo_w .btn_submit {
  border: 0;
  background: var(--color-primary, #F58200);
  color: #fff;
}
#bo_w .btn_cancel {
  border: 1px solid #eee;
  color: #667085;
  background: #fff;
}

#char_count_desc {
  display: block;
  margin: 0 0 0.65rem;
  padding: 0;
  font-size: 0.85rem;
  color: #667085;
}
#char_count_wrap { margin: 0.5rem 0 0; text-align: right; color: #98a2b3; font-size: 0.85rem; }
#char_count { font-weight: 700; color: var(--color-primary, #F58200); }

#autosave_wrapper { position: relative; }
#autosave_pop {
  display: none;
  z-index: 10;
  position: absolute !important;
  top: calc(100% + 6px);
  right: 0;
  width: 350px;
  height: auto !important;
  max-height: 220px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
#autosave_pop strong { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#autosave_pop div { text-align: center; margin: 0 !important; }
#autosave_pop button { margin: 0; padding: 0; border: 0; }
#autosave_pop ul {
  padding: 0.75rem;
  border-top: 0;
  list-style: none;
  overflow-y: auto;
  height: 150px;
  border-bottom: 1px solid #f0f0f0;
}
#autosave_pop li {
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  border-radius: 6px;
}
#autosave_pop li:after { display: block; visibility: hidden; clear: both; content: ""; }
#autosave_pop a { display: block; float: left; color: var(--color-black, #101010); }
#autosave_pop span {
  display: block;
  float: right;
  font-size: 0.85rem;
  font-style: normal;
  color: #98a2b3;
}
.autosave_close {
  cursor: pointer;
  width: 100%;
  height: 38px;
  background: none;
  color: #667085;
  font-weight: 700;
  font-size: 0.88rem;
}
.autosave_content { display: none; }
.autosave_del {
  background: url(./img/close_btn.png) no-repeat 50% 50%;
  text-indent: -999px;
  overflow: hidden;
  height: 20px;
  width: 20px;
}

/* 마우스(호버 가능) 기기에서만 호버 효과 */
@media (hover: hover) and (pointer: fine) {
  #bo_cate a:hover {
    text-decoration: none;
    background: rgba(245, 130, 0, 0.1);
    color: var(--color-primary, #F58200);
    border-color: rgba(245, 130, 0, 0.35);
  }
  .chk_box input[type="checkbox"] + label:hover { color: var(--color-primary, #F58200); }
  .btn_bo_user .btn:hover {
    border-color: rgba(245, 130, 0, 0.4);
    color: var(--color-primary, #F58200);
    background: rgba(245, 130, 0, 0.06);
  }
  .more_opt li:hover a,
  .more_opt li:hover button { color: var(--color-primary, #F58200); }
  #bo_list #bo_btn_top .bo_sch .sch_btn:hover { background: rgba(245, 130, 0, 0.08); }
  #bo_list .tbl_head01 tbody tr:hover { background: #fafafa; }
  #bo_list .tbl_head01 tbody tr.bo_notice:hover { background: #fff3e6; }
  #bo_list .tbl_head01 tbody tr.bo_reply:hover { background: var(--bg-primary-light, #fffdfa); }
  #bo_list .bo_tit a:hover { color: var(--color-primary, #F58200); }
  #bo_list .pg_page:hover {
    border-color: rgba(245, 130, 0, 0.4);
    color: var(--color-primary, #F58200);
  }
  #bo_list .pg_page.pg_start:hover::before,
  #bo_list .pg_page.pg_prev:hover::before,
  #bo_list .pg_page.pg_next:hover::before,
  #bo_list .pg_page.pg_end:hover::before {
    color: var(--color-primary, #F58200);
  }
  .bo_origin-meta a:hover { text-decoration: underline; }
  #bo_v_file a:hover,
  #bo_v_link a:hover { color: var(--color-primary, #F58200); }
  #bo_v_file li:hover,
  #bo_v_link li:hover { border-color: rgba(245, 130, 0, 0.35); }
  #bo_v_file li:hover .material-symbols-rounded,
  #bo_v_file li:hover i,
  #bo_v_link li:hover .material-symbols-rounded,
  #bo_v_link li:hover i { color: var(--color-primary, #F58200); }
  .bo_v_nb li:hover { background: #fafafa; }
  .bo_v_nb li > a:hover { color: var(--color-primary, #F58200); }
  #bo_v_act a:hover {
    background-color: #fff;
    color: var(--color-primary, #F58200);
    border-color: var(--color-primary, #F58200);
  }
  .bo_vc_act li a:hover { color: var(--color-primary, #F58200); }
  #bo_w .bo_w_tit #btn_autosave:hover {
    background: rgba(245, 130, 0, 0.16);
  }
  #bo_w #captcha #captcha_mp3:hover,
  #bo_w #captcha #captcha_reload:hover {
    border-color: rgba(245, 130, 0, 0.4);
    background: rgba(245, 130, 0, 0.08) !important;
  }
  #bo_w .btn_submit:hover { background: var(--color-secondary, #e07000); }
  #bo_w .btn_cancel:hover {
    border-color: rgba(245, 130, 0, 0.4);
    color: var(--color-primary, #F58200);
    background: rgba(245, 130, 0, 0.06);
  }
  #autosave_pop li:hover { background: #fafafa; }
  .autosave_close:hover { background: #fafafa; color: var(--color-primary, #F58200); }
}

/* 터치 기기: 전역 default.css 호버가 탭 후 남지 않도록 초기화 */
@media (hover: none) {
  #bo_list.bbs-basic-board .tbl_head01 tbody tr:hover { background: #fff; }
  #bo_list.bbs-basic-board .tbl_head01 tbody tr.bo_notice:hover { background: #fff8f0; }
  #bo_list.bbs-basic-board .tbl_head01 tbody tr.bo_reply:hover { background: var(--bg-primary-light, #fffdfa); }
  #bo_list.bbs-basic-board .tbl_head01 a:hover { text-decoration: none; }
  #bo_list.bbs-basic-board .pg_page:hover,
  #bo_list.bbs-basic-board .pg_start:hover,
  #bo_list.bbs-basic-board .pg_prev:hover,
  #bo_list.bbs-basic-board .pg_end:hover,
  #bo_list.bbs-basic-board .pg_next:hover {
    background-color: #fff;
    color: #667085;
    border-color: #eee;
  }
  #bo_list.bbs-basic-board .pg_page.pg_start:hover::before,
  #bo_list.bbs-basic-board .pg_page.pg_prev:hover::before,
  #bo_list.bbs-basic-board .pg_page.pg_next:hover::before,
  #bo_list.bbs-basic-board .pg_page.pg_end:hover::before {
    color: #667085;
  }
  #bo_list.bbs-basic-board .pg_current:hover {
    background: var(--color-primary, #F58200);
    border-color: var(--color-primary, #F58200);
    color: #fff;
  }
  #bo_w.bbs-basic-write .btn_submit:hover {
    background: var(--color-primary, #F58200);
  }
  #bo_w.bbs-basic-write .btn_cancel:hover {
    background: #fff;
    color: #667085;
    border-color: #eee;
  }
  #bo_w.bbs-basic-write .btn_b01:hover,
  #bo_v.bbs-basic-view .btn_b01:hover,
  #bo_list.bbs-basic-board .btn_b01:hover {
    color: inherit;
    background: transparent;
  }
}

/* ========== 반응형 ========== */
@media screen and (max-width: 768px) {
  #bo_list.bbs-basic-board,
  #bo_v.bbs-basic-view { 
    padding: 2rem; 
  }

  #bo_w.bbs-basic-write {
    margin: 0 auto 2.5rem;
    padding: 2rem 0 0;
  }
  #bo_w #fwrite {
    padding: 1.5rem;
  }
  #bo_w .bo_w_info {
    grid-template-columns: 1fr;
  }
  #bo_w .bo_w_tit .frm_input {
    padding-right: 7.5rem;
  }
  #bo_w .bo_w_flie .file_wr {
    height: auto;
    min-height: 46px;
  }
  #bo_w .btn_confirm .btn {
    flex: 1 1 auto;
    min-width: 0;
  }
  #bo_w .bo_w_captcha {
    padding: 1rem;
  }
  #bo_w #captcha #captcha_key {
    flex: 1 1 auto;
    width: auto;
    min-width: 7rem;
  }

  #bo_btn_top { padding: 0.75rem; }
  .bo_btn_top_actions {
    width: 100%;
    flex-wrap: wrap;
  }
  #bo_list #bo_btn_top .bo_sch {
    max-width: none;
    width: 100%;
    order: -1;
  }
  #bo_list #bo_btn_top .btn_bo_user { margin-left: auto; }

  #bo_list .tbl_head01 thead { display: none; }
  #bo_list .tbl_head01,
  #bo_list .tbl_head01 tbody,
  #bo_list .tbl_head01 tr,
  #bo_list .tbl_head01 td {
    display: block;
    width: 100%;
  }
  #bo_list .tbl_head01 tr {
    position: relative;
    padding: 1.2rem 1rem 1rem;
    border-bottom: 1px solid #f0f0f0;
  }
  #bo_list .tbl_head01 tbody td {
    border: 0;
    padding: 0;
    height: auto;
    text-align: left;
  }
  #bo_list .td_chk {
    position: absolute;
    top: 1rem; left: 1rem;
    width: auto;
  }
  #bo_list .td_subject {
    padding: 0 0 0.65rem !important;
  }
  #bo_list .notice_icon,
  #bo_list .reply_icon {
    line-height: 1.3;
    border-radius: 4px;
  }
  #bo_list .td_name,
  #bo_list .td_datetime {
    display: inline-block;
    width: auto;
    margin-right: 0.75rem;
    font-size: 0.85rem !important;
    color: #a1a1a1 !important;
  }
  #bo_list .td_name .sv_member{
    color: #a1a1a1 !important;
  }
  #bo_list .td_name::before { content: "작성자 "; }
  #bo_list .bo_tit { font-size: 0.98rem !important; }

  .bo_v_nb li {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .bo_v_nb li .nb_tit{
    width: auto;
  }
  .bo_v_nb li > a{
    flex: 1;
  }
  .bo_v_nb li .nb_date {
    width: auto; 
    margin-top: 0.25rem; 
    padding-left: 0.5rem; 
  }
  #bo_v_info .profile_info .profile_info_ct { gap: 0.25rem 0.65rem; }
}

@media screen and (max-width: 500px) {
  #bo_list #bo_btn_top .bo_sch form { flex-direction: column; }
  #bo_list #bo_btn_top .bo_sch select,
  #bo_list #bo_btn_top .bo_sch .sch_bar { width: 100%; }
  #bo_v_title .bo_v_tit { font-size: 1.25rem; }
}

/* 공통 타이틀 (moments와 동일) */
.sub-header{
  text-align: center;
  margin-bottom: 3rem;
}
.sub-eyebrow{
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.sub-header h3{
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.sub-desc{
  color: #667085;
  font-size: 1rem;
  font-weight: 400;
}
#bo_w .sub-header h3 .sub-desc {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
#bo_w .sub-header .write-notice {
  max-width: 36rem;
  margin: 0 auto;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: rgba(245, 130, 0, 0.08);
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.65;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sub-header{
    text-align: left;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 500px) {
  #bo_list.bbs-basic-board { 
    padding: 1rem 0; 
    margin-top: 2rem;
  }
  #bo_v.bbs-basic-view { 
    padding: 1.5rem; 
  }
  #bo_w.bbs-basic-write {
    padding-top: 1rem;
  }
  #bo_w #fwrite {
    padding: 1.15rem;
  }
  #autosave_pop {
    left: 0;
    right: 0;
    width: auto;
  }
}