@charset "utf-8";
#bo_v_atc_title { display: none; }
#container_wr{
  width:1300px;
}
#container{
    padding: 10px !important;;
}
/* ----- 0. 공통 / 폰트 / 리셋 ----- */
#bo_list, #bo_v, #bo_w { font-size:15px; font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif; color: #334155; line-height: 1.6; }
a { text-decoration: none; transition: color 0.2s ease-in-out; }
ul { margin: 0; padding: 0; list-style: none; }

/* ----- 1. 게시판 목록 (List) ----- */
#bo_list { margin-bottom: 40px; }
#bo_list table { width: 100%; border-collapse: collapse; border-spacing: 0; background: #fff; border-top: 3px solid #2c3e50; border-radius: 8px 8px 0 0; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
#bo_list th { padding: 16px 10px; background: #f8fafc; color: #475569; font-weight: 600; text-align: center; border-bottom: 1px solid #e2e8f0; font-size: 14px; }
#bo_list td { padding: 14px 10px; border-bottom: 1px solid #f1f5f9; text-align: center; color: #64748b; font-size: 14px; vertical-align: middle; transition: background 0.2s; }
#bo_list tbody tr:hover td { background: #f8fafc; }

/* 컬럼 가로폭 고정 */
#bo_list .td_board {width:120px} #bo_list .td_chk {width:40px} #bo_list .td_date {width:60px} 
#bo_list .td_datetime {width:60px} #bo_list .td_group {width:100px} #bo_list .td_mb_id {width:100px} 
#bo_list .td_mng {width:80px} #bo_list .td_name {width:100px;text-align:left} #bo_list .td_nick {width:100px} 
#bo_list .td_num {width:60px}

/* 제목 및 아이콘 */
#bo_list .td_subject { text-align: left; padding-left: 20px; }
#bo_list .td_subject a { color: #1e293b; font-weight: 500; font-size: 15px; }
#bo_list .td_subject a:hover { color: #E49735; text-decoration: underline; }
#bo_list .bo_notice td { background: #fffaf4; border-bottom: 1px solid #fce8d5; }
#bo_list .bo_notice .notice_icon { background: #E49735; color: #fff; padding: 3px 8px; border-radius: 4px; font-size: 12px; font-weight: bold; margin-right: 8px; }
#bo_list .bo_tit .new_icon { background: #E49735; color: #fff; padding: 2px 6px; border-radius: 4px; font-size: 11px; margin-left: 5px; font-weight: bold; }
#bo_list .cnt_cmt { background: #f1f5f9; color: #E49735; font-size: 12px; padding: 2px 6px; border-radius: 4px; margin-left: 5px; font-weight: 600; }

/* ----- 2. 카테고리 (Category) ----- */
#bo_cate { margin-bottom: 25px; }
#bo_cate ul { display: flex; flex-wrap: wrap; gap: 8px; }
#bo_cate a { display: inline-block; padding: 8px 18px; background: #f8fafc; color: #64748b; border-radius: 30px; font-size: 14px; font-weight: 500; border: 1px solid #e2e8f0; transition: all 0.2s; }
#bo_cate a:hover { background: #e2e8f0; color: #1e293b; border-color: #cbd5e1; }
#bo_cate #bo_cate_on { background: #2c3e50; color: #fff; border-color: #2c3e50; font-weight: 600; box-shadow: 0 4px 6px rgba(44, 62, 80, 0.2); }

/* ----- 3. 게시글 읽기 (View) Card UI ----- */
#bo_v { background: #fff; padding: 35px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); border: 1px solid #f1f5f9; margin-bottom: 30px; box-sizing: border-box; }
#bo_v_title { padding-bottom: 20px; border-bottom: 2px solid #2c3e50; margin-bottom: 20px; }
#bo_v_title .bo_v_tit { font-size: 26px; color: #1e293b; font-weight: 700; margin: 0; line-height: 1.4; word-break: keep-all; }

/* 작성자 정보 박스 */
#bo_v_info { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background: #f8fafc; border-radius: 8px; border: 1px solid #e2e8f0; margin-bottom: 30px; flex-wrap: wrap; gap: 15px; }
#bo_v_info h2 { display: none; }
#bo_v_info .profile_info { display: flex; align-items: center; gap: 15px; }
#bo_v_info .profile_info .pf_img img { width: 45px; height: 45px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
#bo_v_info .profile_info_ct { font-size: 14px; color: #64748b; line-height: 1.8; }
#bo_v_info .profile_info_ct strong { color: #1e293b; margin-right: 15px; font-weight: 600; }
#bo_v_info .sv_member { color: #E49735 !important; font-weight: 700; }

/* 본문 내용 */
#bo_v_atc { min-height: 250px; }
#bo_v_con { font-size: 16px; line-height: 1.8; color: #334155; padding: 20px 0; word-break: break-all; }
#bo_v_con a { color: #E49735; text-decoration: underline; font-weight: 500; }

/* 첨부파일 / 링크 디자인 */
#bo_v_file li, #bo_v_link li { padding: 15px 20px; margin-bottom: 10px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; display: flex; align-items: center; gap: 15px; transition: all 0.2s; }
#bo_v_file li:hover, #bo_v_link li:hover { border-color: #E49735; background: #fffaf4; transform: translateY(-2px); box-shadow: 0 4px 6px rgba(228,151,53,0.1); }
#bo_v_file li i, #bo_v_link li i { font-size: 20px; color: #94a3b8; }
#bo_v_file li:hover i, #bo_v_link li:hover i { color: #E49735; }
#bo_v_file a, #bo_v_link a { color: #475569; font-weight: 500; flex-grow: 1; }
#bo_v_file a:hover, #bo_v_link a:hover { color: #E49735; text-decoration: none; }

/* 이전글 / 다음글 */
.bo_v_nb { margin: 30px 0; border-top: 1px solid #e2e8f0; padding-top: 10px; }
.bo_v_nb li { padding: 15px 10px; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; transition: background 0.2s; border-radius: 6px; }
.bo_v_nb li:hover { background: #f8fafc; }
.bo_v_nb li .nb_tit { width: 80px; color: #94a3b8; font-weight: 600; font-size: 13px; }
.bo_v_nb li a { font-size:15px; flex-grow: 1; color: #475569; font-weight: 500; }
.bo_v_nb li a:hover { color: #E49735; }
.bo_v_nb li .nb_date { color: #94a3b8; font-size: 13px; }

/* ----- 4. 버튼 공통 디자인 ----- */
.btn_b03 { background: #fff; border: 1px solid #cbd5e1; color: #475569; padding: 10px 18px; border-radius: 6px; cursor:pointer; }
.btn_b03:hover { border-color: #E49735; color: #E49735; background: #fffaf4; }


.btn_bo_user li { position: relative; }
.more_opt { 
    display: none; 
    position: absolute; 
    top: 100%; right: 0; 
    margin-top: 5px; 
    border-radius: 8px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.15); 
    border: 1px solid #e2e8f0; 
    overflow: hidden; 
    padding: 0; 
    background: #fff; 
    z-index: 9999; 
    min-width: 130px; 
}
.more_opt li { border-bottom: 1px solid #f1f5f9; padding: 0; width: 100%; text-align: left; margin:0; }
.more_opt li:last-child { border-bottom: none; }
.more_opt li a, .more_opt li button { padding: 12px 18px; font-size: 14px; color: #475569; display: block; width: 100%; box-sizing: border-box; text-align: left; background: transparent; border:none; }
.more_opt li:hover a, .more_opt li:hover button { background: #f8fafc; color: #E49735; font-weight: 600; }

/* ----- 5. 입력창 (Forms) ----- */
.frm_input { border: 1px solid #cbd5e1; border-radius: 6px; padding: 10px 14px; font-size: 14px; color: #334155; transition: all 0.2s; box-shadow: inset 0 1px 2px rgba(0,0,0,0.02); }
.frm_input:focus { border-color: #E49735; outline: none; box-shadow: 0 0 0 3px rgba(228, 151, 53, 0.15); background: #fff; }

/* ----- 6. 댓글 영역 (Comments) ----- */
.cmt_btn { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 15px 25px; font-size: 16px; font-weight: 700; text-align: left; width: 100%; color: #1e293b; cursor: pointer; transition: all 0.2s; margin-top: 20px; }
.cmt_btn:hover { border-color: #cbd5e1; background: #f1f5f9; }
.cmt_btn span.total { color: #E49735; margin-left: 10px; }

#bo_vc { margin-top: 20px; }
#bo_vc h2 { display: none; }
#bo_vc article { padding: 25px; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 15px; position: relative; }
#bo_vc header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 1px dashed #e2e8f0; padding-bottom: 15px; }
#bo_vc header .pf_img img { width: 40px; height: 40px; border-radius: 50%; }
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member { font-size: 15px; color: #1e293b; font-weight: 700; }
#bo_vc .cmt_contents { font-size: 15px; color: #334155; line-height: 1.7; }

/* 댓글 쓰기 창 */
.bo_vc_w { background: #f8fafc; padding: 25px; border-radius: 10px; border: 1px solid #e2e8f0; margin-top: 30px; }
.bo_vc_w h2 { display: none; }
.bo_vc_w textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 8px; padding: 18px; font-size: 15px; resize: vertical; min-height: 120px; transition: all 0.2s; box-sizing: border-box; }
.bo_vc_w textarea:focus { border-color: #E49735; outline: none; box-shadow: 0 0 0 3px rgba(228, 151, 53, 0.15); }
.bo_vc_w_wr { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; }

/* ----- 7. 하단 페이징 (Pagination) ----- */
.pg_wrap { text-align: center; margin: 40px 0; }
.pg_page, .pg_current { display: inline-block; width: 38px; height: 38px; line-height: 38px; text-align: center; border-radius: 8px; margin: 0 3px; font-size: 14px; font-weight: 600; transition: all 0.2s; }
.pg_page { background: #fff; border: 1px solid #e2e8f0; color: #64748b; }
.pg_page:hover { border-color: #E49735; color: #E49735; transform: translateY(-2px); box-shadow: 0 4px 6px rgba(228,151,53,0.15); }
.pg_current { background: #E49735; border: 1px solid #d0872c; color: #fff; box-shadow: 0 4px 6px rgba(228,151,53,0.25); }

/* ----- 8. 체크박스 디자인 (공통) ----- */
.chk_box input[type="checkbox"] { display: none; }
.chk_box input[type="checkbox"] + label { position: relative; padding-left: 28px; cursor: pointer; color: #475569; font-size: 14px; user-select: none; }
.chk_box input[type="checkbox"] + label span { position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #cbd5e1; border-radius: 4px; background: #fff; transition: all 0.2s; }
.chk_box input[type="checkbox"]:checked + label span { background: #E49735; border-color: #d0872c; }
.chk_box input[type="checkbox"]:checked + label span::after { content: '\f00c'; font-family: 'FontAwesome'; color: white; position: absolute; top: -2px; left: 2px; font-size: 12px; }



#bo_btn_top { margin: 15px 0; }
.bo_fx { 
    display: flex; align-items: center; justify-content: flex-end; 
    gap: 10px; margin-bottom: 20px; 
    padding:10px;
}


/* 캡슐형 인라인 검색창 본체 */
.inline-sch-wrap form { 
    display: flex; align-items: center; 
    background: #fff; border: 1px solid #cbd5e1; border-radius: 6px; 
    overflow: hidden; margin: 0; height: 38px; /* 🌟 버튼들과 높이 완벽 통일 */
    transition: all 0.2s; box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.inline-sch-wrap form:focus-within {
    border-color: #E49735; box-shadow: 0 0 0 2px rgba(228,151,53,0.15);
}

/* 셀렉트 박스 (구분선 처리) */
.inline-sch-wrap .sch_select {
    height: 100%; padding: 0 10px; border: none; 
    border-right: 1px solid #e2e8f0; 
    border-radius: 0; background: #f8fafc; 
    font-size: 13px; color: #475569; outline: none; cursor: pointer;
}

/* 텍스트 입력창 (클릭 시 가로로 길어짐) */
.inline-sch-wrap .sch_input {
    height: 100%; width: 140px; padding: 0 12px; border: none; 
    background: transparent; font-size: 13px; color: #334155; outline: none;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.inline-sch-wrap .sch_input:focus { width: 180px; }

/* 돋보기 버튼 */
.inline-sch-wrap .sch_btn {
    height: 100%; width: 40px; background: transparent; color: #E49735; 
    border: none; font-size: 16px; cursor: pointer; transition: background 0.2s;
    display: flex; align-items: center; justify-content: center; padding: 0;
}
.inline-sch-wrap .sch_btn:hover { background: #fffaf4; }

/* 우측 액션 버튼들 완벽 일치화 */
.btn_bo_user { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; }
.btn_bo_user li { list-style: none; margin: 0; padding: 0; }

/* 모든 버튼 높이 38px 강제 고정 및 패딩 정리 */
.btn_bo_user .btn, .bo_vc_w .btn_submit {
    display: inline-flex !important; align-items: center; justify-content: center;
    height: 38px !important; min-width: 38px; padding: 0 14px; border-radius: 6px;
    font-size: 14px; font-weight:600; text-decoration: none; box-sizing: border-box; 
    transition: all 0.2s; border: none; cursor: pointer;
}

/* 관리자 (네이비) */
.btn_bo_user .btn_admin { background: #2c3e50 !important; color: #fff !important; border: 1px solid #1a252f !important; }
.btn_bo_user .btn_admin:hover { background: #1e293b !important; transform: translateY(-1px); }

/* 글쓰기, 등록 (주황색) */
.btn_bo_user .btn_b01, .btn_bo_user .btn_b02, .bo_vc_w .btn_submit { background: #E49735 !important; color: #fff !important; border: 1px solid #d0872c !important; }
.btn_bo_user .btn_b01:hover, .btn_bo_user .btn_b02:hover, .bo_vc_w .btn_submit:hover { background: #d0872c !important; transform: translateY(-1px); box-shadow: 0 4px 6px rgba(228,151,53,0.2) !important; }

/* 점 3개 메뉴 버튼 (밝은 회색) */
.btn_bo_user .btn_more_opt { background: #f8fafc !important; color: #475569 !important; border: 1px solid #cbd5e1 !important; padding: 0 12px; }
.btn_bo_user .btn_more_opt:hover { background: #e2e8f0 !important; color: #1e293b !important; }

span.bo_vc_w:empty {
    display: none !important;
}
.btn_cm_opt {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 5px 10px !important;
    cursor: pointer;
    z-index: 10;
}
.bo_vc_act {
    position: absolute !important;
    top: 45px !important;
    right: 15px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    z-index: 999 !important;
    list-style: none;
    padding: 5px 0 !important;
    margin: 0 !important;
    min-width: 80px;
}

.bo_vc_act li {
    padding: 0;
    margin: 0;
}
.bo_vc_act li a {
    display: block;
    padding: 8px 15px;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 13px;
    text-align: center;
}
.bo_vc_act li a:hover {
    background: #f8f9fa !important;
}