@charset "utf-8";
/* ==========================================================================
   웹스톤 게시판 스킨 — 브랜드 보정 (style.css 뒤에 적용됩니다)
   기본 골격은 그누보드5 basic 스킨 그대로이므로 기능은 100% 동일합니다.
   ========================================================================== */

#bo_list, #bo_v, #bo_w, #bo_vc { font-family:var(--sans); color:var(--text); }
#bo_list a, #bo_v a, #bo_w a { color:inherit; }

/* ---------- 목록 상단 ---------- */
#bo_btn_top{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;
  margin-bottom:16px;padding:0}
#bo_list_total{font-size:14px;color:var(--mute);font-family:var(--lat);letter-spacing:.02em}
#bo_list_total span{color:var(--ink);font-weight:700;margin-right:6px}
.btn_bo_user{display:flex;gap:6px;list-style:none;margin:0;padding:0}
.btn_bo_user li{margin:0}
.btn_bo_user .btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;
  border:1px solid var(--line);background:#fff;color:var(--mute);border-radius:var(--r);transition:.2s}
.btn_bo_user .btn:hover{border-color:var(--ink);color:var(--ink);background:var(--stone)}
.btn_bo_user .btn_admin{background:var(--bronze);border-color:var(--bronze);color:#1B1305}

/* ---------- 목록 표 ---------- */
.tbl_head01{border-radius:var(--rr);overflow:hidden;border:1px solid var(--line);background:#fff}
.tbl_head01 table{width:100%;border-collapse:collapse;margin:0}
.tbl_head01 caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.tbl_head01 thead th{background:var(--stone);border-bottom:1px solid var(--line);border-top:0;
  padding:15px 14px;font-size:13.5px;font-weight:600;color:var(--mute);text-align:center;letter-spacing:0}
.tbl_head01 thead th:nth-child(2),.tbl_head01 thead th[scope="col"]:nth-of-type(2){text-align:left}
.tbl_head01 thead a{color:var(--mute)}
.tbl_head01 tbody td{padding:15px 14px;border-bottom:1px solid var(--line);border-top:0;
  font-size:14.5px;color:var(--text);text-align:center}
.tbl_head01 tbody tr{transition:background .18s}
.tbl_head01 tbody tr:hover{background:var(--stone)}
.tbl_head01 tbody tr.even{background:transparent}
.tbl_head01 tbody tr.bo_notice{background:#FBF8F1}
.tbl_head01 tbody tr.bo_notice:hover{background:#F7F2E6}
.tbl_head01 tbody tr:last-child td{border-bottom:0}
.td_subject{text-align:left!important}
.td_num,.td_num2,.td_datetime,.td_date{font-family:var(--lat);font-size:13px;color:var(--mute);font-variant-numeric:tabular-nums}
.td_name{font-size:13.5px;color:var(--mute)}
.bo_tit{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}
.bo_tit a{font-weight:500}
.bo_tit a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.notice_icon{display:inline-block;background:var(--bronze);color:#1B1305;font-family:var(--lat);
  font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:2px}
.new_icon{display:inline-block;background:var(--blue);color:#fff;font-family:var(--lat);
  font-size:10px;font-weight:700;padding:2px 6px;border-radius:2px;line-height:1.5}
.cnt_cmt{display:inline-block;background:var(--stone-2);color:var(--mute);font-family:var(--lat);
  font-size:11px;font-weight:700;padding:1px 7px;border-radius:999px}
.bo_current{color:var(--blue);font-weight:700;font-size:12.5px}
.bo_cate_link{display:inline-block;margin-right:6px;font-size:12.5px;color:var(--bronze);font-weight:600}
.empty_table{padding:70px 0!important;color:var(--mute);font-size:15px}
.bo_fx{margin-top:20px;display:flex;justify-content:flex-end}
#bo_cate_ul{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px;list-style:none;padding:0}
#bo_cate_ul li{margin:0}
#bo_cate_ul a{display:inline-block;padding:8px 18px;border:1px solid var(--line);border-radius:999px;
  background:#fff;font-size:14px;color:var(--mute);transition:.2s}
#bo_cate_ul a:hover{border-color:var(--ink);color:var(--ink)}
#bo_cate_ul #bo_cate_on{background:var(--ink);border-color:var(--ink);color:#fff;font-weight:600}

/* ---------- 검색 ---------- */
.bo_sch_wrap{position:fixed;inset:0;z-index:1000;display:none}
.bo_sch{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;
  width:min(440px,90vw);background:#fff;border-radius:var(--rr);padding:30px 28px;
  box-shadow:0 40px 80px -30px rgba(8,21,44,.6)}
.bo_sch h3{font-size:18px;margin:0 0 18px;font-weight:800}
.bo_sch select{width:100%;margin-bottom:10px;padding:12px;border:1px solid var(--line);border-radius:var(--r);font-family:var(--sans)}
.bo_sch .sch_bar{display:flex;border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.bo_sch .sch_input{flex:1;border:0;padding:12px 14px;font-family:var(--sans);font-size:15px}
.bo_sch .sch_input:focus{outline:none}
.bo_sch .sch_btn{width:52px;border:0;background:var(--blue);color:#fff;cursor:pointer}
.bo_sch_cls{position:absolute;right:12px;top:12px;width:34px;height:34px;border:0;background:transparent;color:var(--mute);cursor:pointer}
.bo_sch_bg{position:absolute;inset:0;background:rgba(8,21,44,.6);backdrop-filter:blur(3px)}

/* ---------- 글 보기 ---------- */
#bo_v{border:1px solid var(--line);border-radius:var(--rr);background:#fff;padding:0;overflow:hidden}
#bo_v_title{padding:30px 32px 0;font-size:clamp(20px,2.4vw,27px);font-weight:800;letter-spacing:-.03em;line-height:1.45}
.bo_v_cate{display:inline-block;margin-bottom:10px;font-size:12.5px;color:var(--bronze);font-weight:700;letter-spacing:.06em}
#bo_v_info{padding:16px 32px 20px;margin:18px 0 0;border-bottom:1px solid var(--line);
  color:var(--mute);font-size:13.5px;display:flex;flex-wrap:wrap;gap:6px 18px}
#bo_v_info strong{font-weight:500;color:var(--text)}
#bo_v_info .sv_member,#bo_v_info .sv_guest{color:var(--text);font-weight:600}
#bo_v_file{padding:0 32px;margin:18px 0 0}
#bo_v_file ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
#bo_v_file li{border:1px solid var(--line);border-radius:var(--r);padding:12px 16px;background:var(--stone)}
#bo_v_file a{font-size:14px;color:var(--text)}
#bo_v_file a:hover{color:var(--blue)}
#bo_v_atc{padding:30px 32px 36px;min-height:180px}
#bo_v_con{font-size:16px;line-height:1.95;color:var(--text);word-break:keep-all}
#bo_v_con img{max-width:100%;height:auto;border-radius:var(--r)}
#bo_v_con a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
#bo_v_top,#bo_v_bot{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;padding:0 0 16px;list-style:none;margin:0}
#bo_v_bot{padding:18px 0 0}
#bo_v_top li,#bo_v_bot li{margin:0}
.bo_v_nb{margin-top:18px;border-top:1px solid var(--line);list-style:none;padding:0}
.bo_v_nb li{border-bottom:1px solid var(--line);padding:14px 4px;font-size:14.5px}
.bo_v_nb a{color:var(--text)}
.bo_v_nb a:hover{color:var(--blue)}

/* ---------- 댓글 ---------- */
#bo_vc{margin-top:28px;border:1px solid var(--line);border-radius:var(--rr);background:#fff;padding:26px 28px}
#bo_vc h2{font-size:17px;font-weight:800;margin:0 0 18px;position:static;width:auto;height:auto;clip:auto}
#bo_vc article{border-bottom:1px solid var(--line);padding:18px 0}
#bo_vc article:last-of-type{border-bottom:0}
#bo_vc header{display:flex;flex-wrap:wrap;gap:6px 14px;align-items:center;font-size:13.5px;color:var(--mute);margin-bottom:8px}
#bo_vc .cmt_name,#bo_vc .sv_member,#bo_vc .sv_guest{font-weight:700;color:var(--text)}
#bo_vc p{font-size:15px;line-height:1.85;color:var(--text)}
#bo_vc_w{margin-top:22px;padding-top:22px;border-top:1px dashed var(--line)}
#bo_vc_w textarea{width:100%;min-height:110px;border:1px solid var(--line);border-radius:var(--r);
  padding:13px 14px;font-family:var(--sans);font-size:15px;background:#FAFBFE;resize:vertical}
#bo_vc_w textarea:focus{border-color:var(--blue);background:#fff;outline:none;box-shadow:0 0 0 3px rgba(46,98,224,.13)}

/* ---------- 글쓰기 ---------- */
#bo_w{border:1px solid var(--line);border-radius:var(--rr);background:#fff;padding:30px 32px 34px}
#bo_w .write_div{margin-bottom:18px}
#bo_w label,#bo_w .bo_w_tit label{font-size:13.5px;font-weight:600;color:var(--text)}
#bo_w input[type=text],#bo_w input[type=password],#bo_w input[type=email],#bo_w select,#bo_w textarea{
  width:100%;border:1px solid var(--line);border-radius:var(--r);padding:13px 14px;
  font-family:var(--sans);font-size:15px;background:#FAFBFE;transition:.2s}
#bo_w input:focus,#bo_w select:focus,#bo_w textarea:focus{
  border-color:var(--blue);background:#fff;outline:none;box-shadow:0 0 0 3px rgba(46,98,224,.13)}
#bo_w textarea{min-height:280px;resize:vertical;line-height:1.8}
#bo_w .btn_confirm{display:flex;gap:10px;justify-content:center;margin-top:26px}
#bo_w .bo_w_flie,#bo_w .bo_w_link{margin-bottom:12px}
#char_count_desc,#char_count_wrap{font-size:12.5px;color:var(--mute)}

/* ---------- 모바일 ---------- */
@media (max-width:760px){
  .tbl_head01 thead{display:none}
  .tbl_head01 tbody td{display:none}
  .tbl_head01 tbody td.td_subject{display:block;text-align:left!important;padding:16px 14px 6px;border-bottom:0}
  .tbl_head01 tbody td.td_name{display:inline-block;padding:0 0 14px 14px;border-bottom:0;font-size:12.5px}
  .tbl_head01 tbody td.td_datetime,.tbl_head01 tbody td.td_date{display:inline-block;padding:0 0 14px 10px;border-bottom:0;font-size:12.5px}
  .tbl_head01 tbody tr{display:block;border-bottom:1px solid var(--line)}
  .tbl_head01 tbody tr:last-child{border-bottom:0}
  #bo_v_title,#bo_v_info,#bo_v_atc,#bo_v_file{padding-inline:20px}
  #bo_w,#bo_vc{padding:22px 20px}
  #bo_btn_top{flex-direction:column;align-items:flex-start}
}
