@charset "utf-8";

/* ==========================================================================
   ClickBIM Theme Board Skin (style.css)
   Premium Dark Mode & Glassmorphism Bulletproof Styles
   ========================================================================== */

/* 게시판 목록 */
#bo_list { position: relative; margin-bottom: 20px; }
#bo_list:after { display: block; visibility: hidden; clear: both; content: ""; }

/* 테이블 및 셀 백그라운드 오버라이드 (완벽한 다크 글래스 구현) */
.tbl_wrap { background: transparent !important; border: none !important; }
#bo_list .tbl_head01 table,
.tbl_wrap table { width: 100% !important; border-collapse: separate !important; border-spacing: 0 !important; background: var(--cb-glass) !important; border: 1px solid var(--cb-glass-border) !important; border-radius: 12px !important; overflow: hidden !important; margin-bottom: 15px !important; }

#bo_list .tbl_head01 th,
.tbl_wrap th { background: rgba(255, 255, 255, 0.03) !important; color: #fff !important; font-weight: 600 !important; padding: 15px 10px !important; border-bottom: 1px solid var(--cb-glass-border) !important; font-size: 0.95rem !important; border-top: none !important; }
#bo_list .tbl_head01 th a,
.tbl_wrap th a { color: #fff !important; text-decoration: none; }


#bo_list .tbl_head01 td,
.tbl_wrap td { background: transparent !important; border-bottom: 1px solid var(--cb-glass-border) !important; padding: 15px 10px !important; color: #cbd5e1 !important; font-size: 0.92rem !important; vertical-align: middle !important; }

#bo_list .tbl_head01 tr:last-child td,
.tbl_wrap tr:last-child td { border-bottom: none !important; }

#bo_list .td_board { width: 120px; text-align: center; }
#bo_list .td_chk { width: 30px; text-align: center; }
#bo_list .td_date { width: 60px; text-align: center; }
/* 2026-05-15 추가: 날짜 텍스트가 한 줄로 깨짐 없이 잘 보이도록 너비(width)를 100px로 넉넉하게 확대 및 흰색 강제 */
#bo_list .td_datetime { width: 100px !important; text-align: center; color: #fff !important; }
#bo_list .td_group { width: 100px; text-align: center; }
#bo_list .td_mb_id { width: 100px; text-align: center; }
#bo_list .td_mng { width: 80px; text-align: center; }
/* 2026-05-08 추가: 어두운 배경에서 글쓴이 이름과 회원 정보 링크가 잘 보이도록 흰색(#fff) 컬러 강제 연동 및 세부 링크 오버라이드 */
#bo_list .td_name { width: 90px; text-align: left; padding: 10px 0; color: #fff !important; }
#bo_list .td_name a,
#bo_list .td_name .sv_member,
#bo_list .td_name .sv_use,
#bo_list .td_name .member { color: #fff !important; }
#bo_list .td_nick { width: 100px; text-align: center; }
/* 2026-05-08 추가: 조회수 텍스트가 어두운 배경에서도 묻히지 않도록 선명한 흰색(#fff) 컬러 강제 설정 */
#bo_list .td_num { width: 50px; text-align: center; color: #fff !important; }
/* 2026-05-08 추가: 공지 뱃지 등이 좁은 폭으로 인해 두 줄로 밀리는 깨짐 현상을 해결하기 위해 가로폭을 75px로 확대 및 명시성 보장 */
#bo_list .td_num2 { width: 75px !important; text-align: center; }
#bo_list .td_numbig { width: 80px; text-align: center; }
#bo_list .txt_active { color: var(--cb-primary); }
#bo_list .txt_expired { color: rgba(255, 255, 255, 0.3); }
#bo_list tbody tr { border-left: 2px solid transparent; transition: all 0.3s ease; }
#bo_list tbody tr:hover { border-left: 2px solid var(--cb-primary); background: rgba(255, 255, 255, 0.03) !important; }
#bo_list tbody .even td { background: rgba(255, 255, 255, 0.01) !important; }

/* 카테고리 */
#bo_cate { margin: 25px 0; }
#bo_cate h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_cate ul { zoom: 1; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
#bo_cate ul:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_cate li { display: inline-block; padding: 0; }
#bo_cate a { display: block; line-height: 28px; padding: 6px 18px; border-radius: 30px; border: 1px solid var(--cb-glass-border); color: #cbd5e1; background: var(--cb-glass); font-size: 0.9rem; transition: all 0.3s ease; }
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active { text-decoration: none; background: var(--cb-primary); color: #fff; border-color: var(--cb-primary); box-shadow: 0 5px 15px rgba(26, 169, 220, 0.3); }
#bo_cate #bo_cate_on { z-index: 2; background: var(--cb-primary); color: #fff; font-weight: bold; border-color: var(--cb-primary); box-shadow: 0 5px 15px rgba(26, 169, 220, 0.3); }
.td_subject img { margin-left: 5px; }

/* 게시판 목록 공통 */
.selec_chk { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; outline: 0; z-index: -1; overflow: hidden; }
.chk_box { position: relative; }
.chk_box input[type="checkbox"] + label { position: relative; color: #94a3b8; transition: color 0.3s ease; }
.chk_box input[type="checkbox"] + label:hover { color: var(--cb-primary); }
.chk_box input[type="checkbox"] + label span { float: left; width: 16px; height: 16px; display: block; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--cb-glass-border); border-radius: 4px; transition: all 0.3s ease; }
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label { padding-left: 24px; }
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span { position: absolute; top: 2px; left: 0; width: 16px; height: 16px; display: block; margin: 0; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--cb-glass-border); border-radius: 4px; }
.chk_box input[type="checkbox"]:checked + label { color: var(--cb-light); }
.chk_box input[type="checkbox"]:checked + label span { background: url(./img/chk.png) no-repeat 50% 50% var(--cb-primary); border-color: var(--cb-primary); }

#bo_btn_top { margin: 10px 0; }
#bo_btn_top:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_fx { margin-bottom: 15px; float: right; zoom: 1; }
.bo_fx:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_fx ul { margin: 0; padding: 0; list-style: none; }
#bo_list_total { float: left; line-height: 34px; font-size: 0.92em; color: #cbd5e1; }

/* 우측 상단 버튼 그룹 가로 플렉스 레이아웃 강제 지정 */
.btn_bo_user { float: right !important; margin: 0 !important; padding: 0 !important; list-style: none !important; display: flex !important; gap: 8px !important; }
.btn_bo_user li { float: left !important; background: var(--cb-glass) !important; border: 1px solid var(--cb-glass-border) !important; border-radius: 8px !important; transition: all 0.3s ease !important; width: auto !important; height: auto !important; margin: 0 !important; display: block !important; }
.btn_bo_user li:hover { background: var(--cb-primary) !important; border-color: var(--cb-primary) !important; }
.btn_bo_user li a, .btn_bo_user li button { display: block !important; padding: 8px 16px !important; color: #fff !important; text-decoration: none !important; font-size: 0.9rem !important; font-weight: 600 !important; background: transparent !important; border: none !important; border-radius: 8px !important; height: auto !important; line-height: normal !important; width: auto !important; box-shadow: none !important; }
.btn_bo_user > li { position: relative !important; }

.btn_bo_adm { float: left; display: flex; gap: 8px; }
.btn_bo_adm li { float: left; }
.btn_bo_adm input, .btn_bo_adm a, .btn_bo_adm button { padding: 8px 16px; border: 1px solid var(--cb-glass-border); background: var(--cb-glass); color: #fff; text-decoration: none; vertical-align: middle; border-radius: 8px; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
.btn_bo_adm input:hover, .btn_bo_adm a:hover, .btn_bo_adm button:hover { background: var(--cb-primary); border-color: var(--cb-primary); }

.bo_notice td { background: rgba(255, 0, 110, 0.05) !important; border-bottom: 1px solid rgba(255, 0, 110, 0.15) !important; }
.bo_notice td a { font-weight: bold; color: var(--cb-light); }
.bo_notice .notice_icon { display: inline-block; padding: 2px 8px; border-radius: 4px; font-weight: bold; color: #fff; background: var(--cb-accent); font-size: 0.8rem; margin-right: 5px; }

/* 선택옵션 레이어 팝업 고정 */
/* 비개발자 가이드: display: none 뒤에 !important가 있으면 자바스크립트로 메뉴를 보이게 하려고(display: block) 해도 브라우저가 강제로 계속 숨깁니다. 따라서 !important만 지우고 display: none;으로 변경하여 토글 동작이 가능하도록 조치하였습니다. */
.more_opt { display: none; position: absolute !important; top: 45px !important; right: 0 !important; background: rgba(15, 23, 42, 0.95) !important; backdrop-filter: blur(10px) !important; border: 1px solid var(--cb-glass-border) !important; z-index: 999 !important; border-radius: 12px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important; overflow: hidden !important; width: 120px !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }
.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 var(--cb-glass-border) 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 rgba(15, 23, 42, 0.95) transparent; }
.more_opt li { border-bottom: 1px solid var(--cb-glass-border) !important; padding: 12px 18px !important; float: none !important; width: 100% !important; margin: 0 !important; color: #cbd5e1 !important; text-align: left !important; transition: all 0.3s ease !important; display: block !important; box-sizing: border-box !important; }
.more_opt li:last-child { border-bottom: 0 !important; }
.more_opt li button, .more_opt li a { width: 100% !important; border: 0 !important; background: transparent !important; color: #cbd5e1 !important; font-size: 0.85rem !important; text-align: left !important; cursor: pointer !important; transition: color 0.3s ease !important; padding: 0 !important; height: auto !important; line-height: normal !important; display: block !important; }
.more_opt li:hover { background: rgba(26, 169, 220, 0.15) !important; }
.more_opt li:hover a, .more_opt li:hover button { color: #fff !important; }
.more_opt li i { float: right; line-height: 20px; color: var(--cb-primary); }

.td_num strong { color: var(--cb-light); }
.bo_cate_link { float: left; display: inline-block; margin-right: 10px; background: rgba(26, 169, 220, 0.15); color: #8ec5fc; font-weight: normal !important; height: 20px; line-height: 10px; padding: 5px 10px; border-radius: 6px; font-size: 0.85em; transition: all 0.3s ease; border: 1px solid rgba(26, 169, 220, 0.2); }
.bo_cate_link:hover { text-decoration: none; background: var(--cb-primary); color: #fff; }
.bo_tit { display: block; font-weight: 600; font-size: 1.05rem; }
.bo_tit a { color: var(--cb-light) !important; transition: color 0.3s ease; text-decoration: none; }
.bo_tit a:hover { color: var(--cb-primary) !important; }
.bo_current { color: var(--cb-accent); }
#bo_list .profile_img img { border-radius: 50%; }
#bo_list .cnt_cmt { background: rgba(26, 169, 220, 0.2); color: #8ec5fc; font-size: 11px; height: 18px; line-height: 18px; padding: 0 6px; border-radius: 4px; vertical-align: middle; margin-left: 5px; font-weight: bold; border: 1px solid rgba(26, 169, 220, 0.1); }

#bo_list .bo_tit .title_icon { margin-right: 2px; }
#bo_list .bo_tit .fa-heart { color: var(--cb-accent); }
#bo_list .bo_tit .fa-lock { display: inline-block; line-height: 16px; width: 18px; font-size: 0.8em; color: #94a3b8; background: rgba(255,255,255,0.05); text-align: center; border-radius: 4px; border: 1px solid var(--cb-glass-border); vertical-align: middle; }
#bo_list .bo_tit .new_icon { display: inline-block; width: 18px; line-height: 18px; font-size: 0.75em; color: #23db79; background: rgba(35, 219, 121, 0.15); text-align: center; border-radius: 4px; margin-left: 3px; font-weight: bold; vertical-align: middle; border: 1px solid rgba(35, 219, 121, 0.2); }
#bo_list .bo_tit .hot_icon { display: inline-block; width: 18px; line-height: 18px; font-size: 0.75em; color: var(--cb-accent); background: rgba(255, 0, 110, 0.15); text-align: center; border-radius: 4px; vertical-align: middle; border: 1px solid rgba(255, 0, 110, 0.2); }
#bo_list .bo_tit .fa-caret-right { color: rgba(255, 255, 255, 0.2); }
#bo_list .bo_tit .fa-download { display: inline-block; width: 18px; line-height: 18px; font-size: 0.75em; color: #daae37; background: rgba(218, 174, 55, 0.15); text-align: center; border-radius: 4px; margin-left: 5px; vertical-align: middle; border: 1px solid rgba(218, 174, 55, 0.2); }
#bo_list .bo_tit .fa-link { display: inline-block; width: 18px; line-height: 18px; font-size: 0.75em; color: #b451fd; background: rgba(180, 81, 253, 0.15); text-align: center; border-radius: 4px; margin-left: 5px; vertical-align: middle; border: 1px solid rgba(180, 81, 253, 0.2); }

.bo_sch_wrap { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; }
.bo_sch { position: absolute; top: 50%; left: 50%; background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(15px); text-align: left; width: 340px; max-height: 320px; margin-left: -170px; margin-top: -160px; overflow-y: auto; border-radius: 16px; box-shadow: 0 25px 50px rgba(0,0,0,0.6); border: 1px solid var(--cb-glass-border); }
.bo_sch:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_sch h3 { padding: 20px; border-bottom: 1px solid var(--cb-glass-border); color: #fff; font-size: 1.15rem; font-weight: 700; margin: 0; }
.bo_sch legend { display: none; }
.bo_sch form { padding: 20px; display: block; }
.bo_sch select { border: 1px solid var(--cb-glass-border); width: 100%; height: 42px; border-radius: 8px; background: rgba(255,255,255,0.05); color: #fff; padding: 0 10px; outline: none; }
.bo_sch select option { background: var(--cb-dark); color: #fff; }
.bo_sch .sch_bar { display: inline-block; width: 100%; clear: both; margin-top: 15px; border: 1px solid var(--cb-glass-border); border-radius: 8px; background: rgba(255,255,255,0.05); }
.bo_sch .sch_input { width: calc(100% - 50px); height: 40px; border: 0; padding: 0 15px; background-color: transparent; float: left; color: #fff; outline: none; }
.bo_sch .sch_btn { height: 40px; float: right; color: #cbd5e1; background: none; border: 0; width: 50px; font-size: 16px; cursor: pointer; transition: color 0.3s ease; }
.bo_sch .sch_btn:hover { color: var(--cb-primary); }
.bo_sch .bo_sch_cls { position: absolute; right: 10px; top: 12px; color: #94a3b8; border: 0; padding: 8px; font-size: 16px; background: transparent; cursor: pointer; transition: color 0.3s ease; }
.bo_sch .bo_sch_cls:hover { color: #fff; }
.bo_sch_bg { background: rgba(0,0,0,0.5); width: 100%; height: 100%; backdrop-filter: blur(5px); }

/* 게시판 쓰기 */
#char_count_desc { display: block; margin: 0 0 5px; padding: 0; color: #94a3b8; }
#char_count_wrap { margin: 5px 0 0; text-align: right; color: #94a3b8; }
#char_count { font-weight: bold; color: var(--cb-primary); }

#autosave_wrapper { position: relative; }
#autosave_pop { display: none; z-index: 10; position: absolute !important; top: 38px; right: 0; width: 350px; border: 1px solid var(--cb-glass-border); background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(10px); border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); overflow: hidden; }
#autosave_pop:before { content: ""; position: absolute; top: -8px; right: 45px; width: 0; height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent var(--cb-glass-border) transparent; }
#autosave_pop:after { content: ""; position: absolute; top: -7px; right: 45px; width: 0; height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent rgba(15, 23, 42, 0.95) transparent; }
html.no-overflowscrolling #autosave_pop { height: auto; max-height: 10000px !important; }
#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: 15px; border-top: 1px solid var(--cb-glass-border); list-style: none; overflow-y: scroll; height: 130px; border-bottom: 1px solid var(--cb-glass-border); margin: 0; }
#autosave_pop li { padding: 10px; border-bottom: 1px solid rgba(255,255,255,0.03); background: rgba(255,255,255,0.02); zoom: 1; border-radius: 6px; margin-bottom: 5px; }
#autosave_pop li:after { display: block; visibility: hidden; clear: both; content: ""; }
#autosave_pop li:hover { background: rgba(26, 169, 220, 0.15); }
#autosave_pop a { display: block; float: left; color: #fff; text-decoration: none; font-size: 0.9rem; }
#autosave_pop span { display: block; float: right; font-size: 0.82em; font-style: italic; color: #94a3b8; }
.autosave_close { cursor: pointer; width: 100%; height: 36px; background: transparent; color: #94a3b8; font-weight: bold; font-size: 0.92em; transition: all 0.3s ease; }
.autosave_close:hover { background: rgba(255, 255, 255, 0.05); color: var(--cb-primary); }
.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; border-radius: 50%; opacity: 0.6; transition: opacity 0.3s ease; }
.autosave_del:hover { opacity: 1; }

/* 게시판 읽기 */
#bo_v { margin-bottom: 20px; background: var(--cb-glass); border: 1px solid var(--cb-glass-border); border-radius: 16px; padding: 30px; box-sizing: border-box; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }

#bo_v_table { position: absolute; top: 0; right: 16px; margin: 0; padding: 0 10px; height: 26px; background: var(--cb-accent); color: #fff; font-weight: bold; line-height: 26px; border-radius: 0 0 6px 6px; font-size: 0.85rem; }

#bo_v_title {}
#bo_v_title .bo_v_cate { display: inline-block; line-height: 22px; background: rgba(26, 169, 220, 0.15); color: #8ec5fc; padding: 2px 12px; border-radius: 6px; font-size: 0.85rem; border: 1px solid rgba(26, 169, 220, 0.1); }
#bo_v_title .bo_v_tit { display: block; font-size: 1.85em; margin: 10px 0 0; word-break: break-all; color: #fff; font-weight: 700; letter-spacing: -1px; }

#bo_v_info { margin: 0; border-bottom: 1px solid var(--cb-glass-border); color: #cbd5e1; padding-bottom: 15px; }
#bo_v_info:after { display: block; visibility: hidden; clear: both; content: ""; } 
#bo_v_info h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }

#bo_v_info .profile_info { margin: 20px 0 10px; display: inline-block; float: left; }
#bo_v_info .profile_info .pf_img { float: left; margin-right: 12px; }
#bo_v_info .profile_info .pf_img img { border-radius: 50%; width: 48px; height: 48px; border: 2px solid var(--cb-glass-border); }
#bo_v_info .profile_info .profile_info_ct { float: left; padding: 4px 0; line-height: 20px; }

#bo_v_info strong { display: inline-block; margin: 0 10px 0 0; font-weight: normal; color: #94a3b8; }
#bo_v_info .sv_member, #bo_v_info .sv_guest, #bo_v_info .member, #bo_v_info .guest { font-weight: 600; color: #fff; }
#bo_v_info .profile_img { display: none; }
#bo_v_info .sv_member { color: #fff; }
#bo_v_info .if_date { margin: 0; color: #94a3b8; }

#bo_v_file h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_v_file ul { margin: 0; list-style: none; padding: 0; }
#bo_v_file li { padding: 15px 20px; position: relative; margin: 10px 0; border: 1px solid var(--cb-glass-border); border-radius: 12px; background: rgba(255,255,255,0.02); display: flex; align-items: center; justify-content: space-between; transition: all 0.3s ease; }
#bo_v_file li i { float: left; color: #94a3b8; font-size: 2em; margin-right: 15px; }
#bo_v_file a { float: left; display: block; text-decoration: none; word-wrap: break-word; color: #cbd5e1; font-weight: 600; transition: color 0.3s ease; }
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active { text-decoration: none; color: var(--cb-primary); }
#bo_v_file img { float: left; margin: 0 10px 0 0; border-radius: 4px; }
#bo_v_file .bo_v_file_cnt { color: #94a3b8; font-size: 0.85em; }
#bo_v_file li:hover { border-color: rgba(26, 169, 220, 0.4); background: rgba(26, 169, 220, 0.05); }
#bo_v_file li:hover i { color: var(--cb-primary); }
#bo_v_file li:hover .bo_v_file_cnt { color: #8ec5fc; }

#bo_v_link h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_v_link ul { margin: 0; list-style: none; padding: 0; }
#bo_v_link li { padding: 15px 20px; position: relative; margin: 10px 0; border: 1px solid var(--cb-glass-border); border-radius: 12px; background: rgba(255,255,255,0.02); display: flex; align-items: center; justify-content: space-between; transition: all 0.3s ease; }
#bo_v_link li i { float: left; color: #94a3b8; font-size: 2em; margin-right: 15px; }
#bo_v_link a { float: left; display: block; text-decoration: none; word-wrap: break-word; color: #cbd5e1; font-weight: 600; transition: color 0.3s ease; }
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active { text-decoration: none; color: var(--cb-primary); }
#bo_v_link .bo_v_link_cnt { color: #94a3b8; font-size: 0.85em; }
#bo_v_link li:hover { border-color: rgba(26, 169, 220, 0.4); background: rgba(26, 169, 220, 0.05); }
#bo_v_link li:hover i { color: var(--cb-primary); }
#bo_v_link li:hover .bo_v_link_cnt { color: #8ec5fc; }

#bo_v_top { zoom: 1; }
#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; word-break: break-all; background: transparent; }

#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_com { margin: 20px 0; float: right; display: flex; gap: 8px; }
.bo_v_com > li { position: relative; float: left; margin: 0; }

.bo_v_nb { position: relative; margin: 20px 0; clear: both; text-align: left; }
.bo_v_nb:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_v_nb li { border-top: 1px solid var(--cb-glass-border); padding: 15px; background: rgba(255,255,255,0.01); transition: all 0.3s ease; }
.bo_v_nb li:last-child { border-bottom: 1px solid var(--cb-glass-border); }
.bo_v_nb li:hover { background: rgba(255, 255, 255, 0.03); }
.bo_v_nb li i { font-size: 13px; color: #94a3b8; }
.bo_v_nb li .nb_tit { display: inline-block; padding-right: 20px; color: #94a3b8; font-weight: 600; }
.bo_v_nb li .nb_date { float: right; color: #64748b; }

#bo_v_atc { min-height: 200px; height: auto !important; height: 200px; padding: 20px 0; }
#bo_v_atc_title { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }

#bo_v_img { width: 100%; overflow: hidden; zoom: 1; }
#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: 20px; max-width: 100%; height: auto; border-radius: 12px; }

#bo_v_con { margin: 10px 0 30px; width: 100%; line-height: 1.8em; min-height: 200px; word-break: break-all; overflow: hidden; color: #cbd5e1; font-size: 1.05rem; }
#bo_v_con a { color: var(--cb-primary); text-decoration: underline; }
#bo_v_con img { max-width: 100%; height: auto; border-radius: 8px; }

#bo_v_act { margin-bottom: 35px; text-align: center; }
#bo_v_act .bo_v_act_gng { position: relative; display: inline-flex; gap: 15px; justify-content: center; }
#bo_v_act a { margin: 0; vertical-align: middle; color: #fff; transition: all 0.3s ease; }
#bo_v_act a:hover { background-color: var(--cb-primary); color: #fff; border-color: var(--cb-primary); box-shadow: 0 5px 15px rgba(26, 169, 220, 0.3); }
#bo_v_act i { font-size: 1.3em; margin-right: 8px; }
#bo_v_act_good, #bo_v_act_nogood { display: none; position: absolute; top: 55px; left: 50%; transform: translateX(-50%); z-index: 9999; padding: 12px 20px; width: 180px; background: var(--cb-accent); color: #fff; text-align: center; border-radius: 8px; box-shadow: 0 10px 25px rgba(255,0,110,0.4); }
#bo_v_act .bo_v_good { display: inline-block; border: 1px solid var(--cb-glass-border); width: 80px; line-height: 44px; border-radius: 30px; background: rgba(255,255,255,0.03); }
#bo_v_act .bo_v_good:hover { background: var(--cb-primary); border-color: var(--cb-primary); }
#bo_v_act .bo_v_nogood { display: inline-block; border: 1px solid var(--cb-glass-border); width: 80px; line-height: 44px; border-radius: 30px; background: rgba(255,255,255,0.03); }
#bo_v_act .bo_v_nogood:hover { background: var(--cb-accent); border-color: var(--cb-accent); }

#bo_v_sns { padding: 0; list-style: none; zoom: 1; float: left; display: inline-flex; gap: 8px; }
#bo_v_sns:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_v_sns li { float: left; width: 120px; margin: 0; text-align: left; }
#bo_v_sns li a { height: 38px; line-height: 38px; text-align: center; border-radius: 8px; color: #fff; font-size: 0.9em; font-weight: 600; display: block; transition: all 0.3s ease; }
#bo_v_sns li img { vertical-align: middle; margin-right: 6px; }
#bo_v_sns li .sns_f { display: block; background: #3b5997; }
#bo_v_sns li .sns_f:hover { background: #4d70ba; }
#bo_v_sns li .sns_t { display: block; background: #09aeee; }
#bo_v_sns li .sns_t:hover { background: #2cb9f3; }
#bo_v_sns li .sns_g { display: block; background: #ea4026; }
#bo_v_sns li .sns_g:hover { background: #ef6550; }
#bo_v_sns li .sns_k { display: block; background: #fbe300; color: #3c1e1e; }
#bo_v_sns li .sns_k:hover { background: #ffea33; }

#bo_v_share { position: relative; padding: 20px 0; border-top: 1px solid var(--cb-glass-border); margin-top: 20px; }
#bo_v_share:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_v_share .btn { padding: 0 15px; color: #fff; font-weight: 600; font-size: 0.9rem; width: auto; min-width: 90px; line-height: 38px; height: 38px; border: 1px solid var(--cb-glass-border); background: var(--cb-glass); border-radius: 8px; transition: all 0.3s ease; }
#bo_v_share .btn:hover { background: var(--cb-primary); border-color: var(--cb-primary); }
#bo_v_share .btn i { margin-right: 6px; color: #fff; vertical-align: middle; }

/* 게시판 댓글 */
.cmt_btn { width: 100%; text-align: left; border: 0; border-bottom: 1px solid var(--cb-glass-border); background: transparent; font-weight: bold; margin: 30px 0 0px; padding: 0 0 15px; color: #fff; }
.cmt_btn span.total { position: relative; display: inline-block; margin-right: 5px; font-size: 1.05em; color: var(--cb-primary); }
.cmt_btn span.cmt_more { float: right; display: inline-block; width: 15px; height: 10px; background: url(./img/btn_cmt.png) no-repeat right 2px; margin-top: 5px; }
.cmt_btn_op span.cmt_more { background-position: right -8px; }
.cmt_btn b { font-size: 1.25em; color: #fff; font-weight: 700; }
.cmt_btn span.total:after { position: absolute; bottom: -17px; left: 0; display: inline-block; background: var(--cb-primary); content: ""; width: 100%; height: 2px; }
#bo_vc {}
#bo_vc h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_vc article { margin: 20px 0; position: relative; border-bottom: 1px solid var(--cb-glass-border); padding-bottom: 15px; }
#bo_vc article:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_vc article .profile_img img { border-radius: 50%; }
#bo_vc article .pf_img { float: left; margin-right: 12px; }
#bo_vc article .pf_img img { border-radius: 50%; width: 44px; height: 44px; border: 2px solid var(--cb-glass-border); }
#bo_vc article .cm_wrap { float: left; max-width: 870px; width: calc(100% - 60px); }
#bo_vc header { position: relative; width: 100%; margin-bottom: 10px; }
#bo_vc header:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_vc header .profile_img { display: none; }
#bo_vc header .icon_reply { position: absolute; top: 15px; left: -20px; color: var(--cb-primary); }
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest { font-weight: 600; color: #fff; }
.bo_vc_hdinfo { color: #94a3b8; font-size: 0.85rem; }
#bo_vc h1 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_vc .cmt_contents { line-height: 1.8em; padding: 0 0 20px; color: #cbd5e1; font-size: 0.95rem; }
#bo_vc p a { text-decoration: underline; color: var(--cb-primary); }
#bo_vc p a.s_cmt { text-decoration: underline; color: var(--cb-accent); }
#bo_vc_empty { margin: 0; padding: 80px 0 !important; color: #94a3b8; text-align: center; font-size: 1rem; }
#bo_vc #bo_vc_winfo { float: left; }
#bo_vc .bo_vl_opt { position: absolute; top: 0; right: 0; }

.bo_vc_act { display: none; position: absolute; right: 0; top: 40px; width: 64px; text-align: right; border: 1px solid var(--cb-glass-border); margin: 0; list-style: none; background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(10px); zoom: 1; z-index: 9999; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.5); overflow: hidden; }
.bo_vc_act:before { content: ""; position: absolute; top: -8px; right: 5px; width: 0; height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent var(--cb-glass-border) transparent; }
.bo_vc_act:after { content: ""; position: absolute; top: -6px; right: 5px; width: 0; height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent rgba(15, 23, 42, 0.95) transparent; }
.bo_vc_act li { border-bottom: 1px solid var(--cb-glass-border); }
.bo_vc_act li:last-child { border-bottom: 0; }
.bo_vc_act li a { display: block; padding: 10px; color: #cbd5e1; font-size: 0.8rem; text-align: center; transition: all 0.3s ease; }
.bo_vc_act li a:hover { color: #fff; background: rgba(26, 169, 220, 0.15); text-decoration: none; }

.bo_vc_w { position: relative; margin: 20px 0; display: block; background: rgba(255,255,255,0.01); border: 1px solid var(--cb-glass-border); border-radius: 12px; padding: 20px; }
.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 #char_cnt { display: block; margin: 0 0 8px; color: #94a3b8; }
.bo_vc_w textarea { border: 1px solid var(--cb-glass-border); background: rgba(255,255,255,0.03); color: #fff; vertical-align: middle; border-radius: 8px; padding: 12px; width: 100%; height: 120px; box-sizing: border-box; outline: none; transition: border-color 0.3s ease; }
.bo_vc_w textarea:focus { border-color: var(--cb-primary); }
#wr_secret {}
.bo_vc_w_info { margin: 10px 0; float: left; display: flex; flex-wrap: wrap; gap: 8px; }
.bo_vc_w_info:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_vc_w_info .frm_input { float: left; margin: 0; }
.bo_vc_w_info #captcha { padding-top: 10px; display: block; clear: both; }
.bo_vc_w .btn_confirm { clear: both; margin-top: 15px; display: flex; align-items: center; justify-content: space-between; }
.bo_vc_w .btn_confirm label { display: inline-block; margin-right: 10px; border-radius: 4px; font-size: 1.3em; text-align: center; }
.bo_vc_w .btn_submit { height: 42px; padding: 0 25px; border-radius: 8px; font-weight: bold; font-size: 0.95em; border: none; background: var(--cb-primary); color: #fff; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(26, 169, 220, 0.2); }
.bo_vc_w .btn_submit:hover { background: #4a93ff; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(26, 169, 220, 0.4); }
.bo_vc_w .btn_confirm .secret_cm label { font-size: 0.95em !important; cursor: pointer; }
.bo_vc_w_wr:after { display: block; visibility: hidden; clear: both; content: ""; }
.secret_cm { display: inline-block; float: left; margin-top: 8px; }

#bo_vc_send_sns { display: inline-block; float: left; }
#bo_vc_sns { display: inline-block; margin: 0; padding: 0; list-style: none; zoom: 1; }
#bo_vc_sns:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_vc_sns li { float: left; margin: 0 5px 0 0; }
#bo_vc_sns .sns_li_f { border-radius: 4px; background: #3a589b; height: 38px; line-height: 38px; padding: 0 0 0 10px; }
#bo_vc_sns .sns_li_t { border-radius: 4px; background: #00aced; height: 38px; line-height: 38px; padding: 0 0 0 10px; }
#bo_vc_sns .sns_li_off { background: rgba(255,255,255,0.15); border: 1px solid var(--cb-glass-border); }
#bo_vc_sns a { display: inline-block; padding: 0 15px 0 5px; color: #fff; text-decoration: none; }
#bo_vc_sns input { margin: 0 5px 0 0; vertical-align: middle; }

/* 글쓰기 */
#bo_w { background: var(--cb-glass); border: 1px solid var(--cb-glass-border); border-radius: 16px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
#bo_w .bo_v_option { border-bottom: 1px solid var(--cb-glass-border); padding-bottom: 15px; margin-bottom: 20px; }
#bo_w .bo_v_option li { display: inline-block; float: left; text-align: left; margin: 0 15px 0 0; }
#bo_w .bo_v_option li label { vertical-align: middle; cursor: pointer; color: #cbd5e1; }
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span { margin-left: 0; margin-right: 8px; }
#bo_w .write_div { margin: 15px 0; position: relative; }
#bo_w .write_div:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_w .bo_w_info { display: flex; gap: 15px; margin-bottom: 15px; }
#bo_w .bo_w_info:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_w .bo_w_info .frm_input { float: left; margin: 0; flex: 1; }
#bo_w #wr_password, #bo_w #wr_homepage { margin-left: 0; }
#bo_w .wr_content.smarteditor2 iframe { background: #fff; border-radius: 8px; }
#bo_w .bo_w_tit { position: relative; }
#bo_w .bo_w_tit .frm_input { padding-right: 130px; }
#bo_w .bo_w_tit #btn_autosave { position: absolute; top: 4px; right: 4px; line-height: 32px; height: 32px; border: 1px solid var(--cb-glass-border); background: rgba(255,255,255,0.08); color: #fff; padding: 0 12px; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; }
#bo_w .bo_w_tit #btn_autosave:hover { background: var(--cb-primary); border-color: var(--cb-primary); }
#bo_w .bo_w_link label { position: absolute; top: 1px; left: 1px; border-radius: 7px 0 0 7px; height: 38px; line-height: 38px; width: 40px; font-size: 1.2em; text-align: center; color: #cbd5e1; background: rgba(255,255,255,0.03); border-right: 1px solid var(--cb-glass-border); }
#bo_w .bo_w_link .frm_input { padding-left: 55px; }
#bo_w .bo_w_flie .lb_icon { position: absolute; top: 1px; left: 1px; border-radius: 7px 0 0 7px; height: 38px; line-height: 38px; width: 40px; font-size: 1.2em; text-align: center; color: #cbd5e1; background: rgba(255,255,255,0.03); border-right: 1px solid var(--cb-glass-border); }
#bo_w .bo_w_flie .frm_file { padding-left: 55px; margin-top: 0px; height: 38px; line-height: 38px; background: transparent; color: #fff; width: 100%; border: none; }
#bo_w .bo_w_flie .file_wr { position: relative; border: 1px solid var(--cb-glass-border); background: rgba(255,255,255,0.03); color: #fff; vertical-align: middle; border-radius: 8px; padding: 0px; height: 40px; margin: 0; box-sizing: border-box; }
#bo_w .bo_w_flie .frm_input { margin: 10px 0 0; }
#bo_w .bo_w_flie .file_del { position: absolute; top: 10px; right: 15px; font-size: 0.85em; color: var(--cb-accent); font-weight: bold; }
#bo_w .bo_w_select select { border: 1px solid var(--cb-glass-border); background: rgba(255,255,255,0.03); color: #fff; width: 100%; height: 40px; border-radius: 8px; padding: 0 10px; outline: none; }
#bo_w .bo_w_select select option { background: var(--cb-dark); color: #fff; }
#bo_w .btn_submit { padding: 0 25px; font-size: 1.1em; height: 44px; border-radius: 8px; font-weight: bold; border: none; background: var(--cb-primary); color: #fff; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(26, 169, 220, 0.2); }
#bo_w .btn_submit:hover { background: #4a93ff; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(26, 169, 220, 0.4); }
#bo_w .btn_cancel { border-radius: 8px; font-size: 1.1em; height: 44px; padding: 0 25px; border: 1px solid var(--cb-glass-border); background: var(--cb-glass); color: #fff; cursor: pointer; transition: all 0.3s ease; }
#bo_w .btn_cancel:hover { background: rgba(255,255,255,0.1); }

/* 그누보드 기본 인풋 호환성 오버라이드 */
.frm_input { border: 1px solid var(--cb-glass-border) !important; background: rgba(255, 255, 255, 0.03) !important; color: #fff !important; border-radius: 8px !important; height: 40px !important; padding: 0 15px !important; box-sizing: border-box !important; outline: none !important; transition: border-color 0.3s ease !important; }
.frm_input:focus { border-color: var(--cb-primary) !important; box-shadow: 0 0 10px rgba(26, 169, 220, 0.1) !important; }