@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 카테고리 스타일 */
#bo_cate h2 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_cate ul {
  margin: 20px 0;
  padding-left: 1px;
  zoom: 1;
  text-align: center;
}
#bo_cate ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_cate li {
  display: inline-block;
  margin: 3px;
}
#bo_cate a {
  display: block;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 30px;
  background: #f1f3f5;
  color: #555;
  font-size: 14px;
  border: 1px solid #e9ecef;
}
#bo_cate #bo_cate_on {
  background: #004a99;
  color: #fff;
  border-color: #004a99;
  font-weight: 600;
}
/* 하단 영역 래퍼 */
.qna_footer_bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

/* 선택관리 버튼 영역 */
.bo-admin-select-wrap {
    position: relative;
    display: inline-block;
}

/* 선택관리 토글 버튼 */
.btn-bo-admin-select {
    background: #444;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}

/* 팝업 메뉴 (ul) */
.more-opt.btn_list_op {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 5px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    min-width: 130px;
    z-index: 100;
}

/* 팝업 메뉴 리스트 (li) */
.more-opt.btn_list_op li {
    margin-bottom: 15px;
	
}
.more-opt.btn_list_op li:last-child {
    margin-bottom: 0;
}

/* 팝업 메뉴 내부 버튼 (button) */
.more-opt.btn_list_op button {
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
/* 게시판 버튼 영역 */
.bo_btn {
  position: relative;
  text-align: right;
  padding: 0;
  height: auto;
}
.bo_btn li {
  display: inline-block;
  vertical-align: top;
}
.bo_btn li a {
  color: #768a94;
  line-height: 40px;
  display: block;
  text-align: center;
  width: 30px;
  vertical-align: top;
}
.bo_btn li a:hover {
  color: #4a5ba9;
}
.bo_btn li i {
  font-size: 15px;
}
.bo_btn li a.btn_admin {
  color: #ff0000;
  background: none;
}
.edit_op_btn {
  background: none;
  border: 0;
  height: 40px;
  width: 30px;
  color: #768a94;
  font-size: 15px;
}

.btn_edit {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 100px;
  background: #fff;
  border: 1px solid #d4d4d4;
  z-index: 599;
  box-shadow: 0 2px 3px #eee;
}
.btn_edit li {
  line-height: 40px;
  width: 100%;
  float: none;
  border-top: 1px solid #f1f1f1;
  font-size: 12px !important;
  text-align: left;
  padding: 0 10px;
  position: relative;
}
.btn_edit li button {
  width: 100%;
  font-size: 12px !important;
  text-align: left;
  color: #6b757c !important;
  height: 40px;
  background: none;
  border: 0;
}
.btn_edit li i {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 40px;
  font-size: 14px !important;
  color: #92a1af;
}
.btn_edit li:hover {
  background: #f8f8f8;
}

/* 게시판 리스트 구조 */
#bo_list {
  margin: 10px 0;
  position: relative;
}
.board_wr {
  background: #fff;
  border-top: 2px solid #2f3e4e;
  border-bottom: 1px solid #2f3e4e;
  margin: 10px 0 30px;
  position: relative;
}
.al_chk {
  background: #f9f9f9;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 15px;
}

.bo_ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}
.bo_ul li:last-child {
  border-bottom: 0;
}
.bo_ul .bo_notice {
  background: #f8f9fb;
  border-bottom: 1px solid #dcdcdc;
}
.bo_ul li:hover {
  background: #fbfbfc;
}

/* 제목 영역 */
.bo_subject {
  float: none;
  width: auto;
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: left;
  padding-right: 20px;
  word-break: keep-all;
}
.bo_cate_link {
  display: inline-block;
  color: #0054a6 !important;
  font-weight: 600;
  text-decoration: none;
  margin-right: 5px;
}

/* 정보 영역 (작성자, 조회수, 날짜) */
.bo_info {
  float: none;
  width: auto;
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bo_info span {
  display: inline-flex;
  align-items: center;
}
.bo_info i {
  color: #a0a0a0;
  margin-right: 5px;
  font-size: 14px;
}
.bo_writer {
  width: 80px;
  justify-content: center;
}
.bo_view {
  width: 60px;
  justify-content: flex-start;
  margin-left: 10px;
}
.bo_date {
  width: 80px;
  justify-content: flex-end;
  margin-left: 10px;
}

/* 공지 아이콘 */
.notice_icon {
  background: #eef2ff;
  color: #0054a6;
  border: 1px solid #d9e2ef;
  font-weight: 600;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 8px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

/* 기타 아이콘들 */
.bo_ul .fa-download,
.bo_ul .fa-link,
.bo_ul .fa-heart,
.bo_ul .fa-lock {
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
  margin-left: 3px;
  display: inline-block;
}
.bo_ul .fa-download {
  background: #ecaa30;
}
.bo_ul .fa-link {
  background: #2aa974;
}
.bo_ul .fa-heart {
  background: #ff0000;
}
.bo_ul .fa-lock {
  background: #d8e7e1;
  color: #7db099;
}
.bo_ul .new_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #c56bed;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
  margin-left: 3px;
}

/* 검색창 스타일 (하단 고정) */
#bo_sch {
  display: block;
  padding: 20px;
  background: #f4f7fa;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  text-align: center;
  margin-top: 10px;
}
#bo_sch legend {
  display: none;
}
.sch_inner_wr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  max-width: 600px;
  margin: 0 auto;
}
#bo_sch select {
  height: 42px;
  border: 1px solid #ccc;
  padding: 0 10px;
  background: #fff;
  color: #333;
  outline: none;
}
#bo_sch .sch_input {
  flex: 1;
  height: 42px;
  border: 1px solid #ccc;
  padding: 0 15px;
  outline: none;
}
#bo_sch .sch_btn {
  height: 42px;
  padding: 0 25px;
  background: #343a40;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
#bo_sch .sch_btn:hover {
  background: #212529;
}
@media (max-width: 1200px) {
  #bo_list {
    margin: 10px 0;
    padding: 0 20px;
    position: relative;
  }
  .container {
    padding: 0 20px;
  }
}
/* 모바일 반응형 처리 */
@media (max-width: 969px) {
  .bo_ul li {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .bo_subject {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .bo_info {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }
  .bo_writer {
    width: auto;
    justify-content: flex-start;
    text-align: left;
  }
  .bo_view {
    width: auto;
    margin-left: 0;
  }
  .bo_date {
    width: auto;
    margin-left: 0;
  }
  .sch_inner_wr {
    flex-direction: row;
  }
}

/* 게시판 쓰기 */
#bo_w #wr_email,
#bo_w #wr_homepage,
#bo_w #wr_subject {
  width: 100%;
}
#char_count_desc {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}
#char_count_wrap {
  margin: 5px 0 0;
  text-align: right;
}
#char_count {
  font-weight: bold;
}
#wr_email,
#wr_homepage,
#wr_subject,
.wr_link {
  width: 100%;
}

/* 게시판 읽기 */
#bo_v_table {
  padding: 10px;
  color: #999;
  font-size: 0.9em;
  font-weight: bold;
}

.bo_v_cate {
  display: inline-block;
  color: #7d8dff;
  font-weight: normal;
  text-decoration: none;
  font-size: 0.92em;
  margin: 5px 0;
}
.bo_v_tit {
  display: block;
  font-size: 1.5em;
  margin: 5px 0;
}

#bo_v_info h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#bo_v_info strong {
  display: inline-block;
  font-weight: normal;
  margin: 0 5px;
}
#bo_v_info .profile_img img {
  border-radius: 50%;
  vertical-align: top;
}
#bo_v_info .icon_view {
  display: inline-block;
  background: url(./img/icon_view.png) no-repeat 50% 50%;
  background-size: 80%;
  height: 15px;
  width: 20px;
  overflow: hidden;
  text-indent: -999px;
  vertical-align: middle;
  margin: 0 3px 0 5px;
}
#bo_v_info .icon_comment {
  display: inline-block;
  background: url(./img/icon_comment.png) no-repeat 50% 50%;
  background-size: 70%;
  height: 15px;
  width: 20px;
  overflow: hidden;
  text-indent: -999px;
  vertical-align: middle;
  margin: 0 3px 0 5px;
}

#bo_v_edit {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: -15px;
}
#bo_v_edit .view_btn {
  width: 50px;
  height: 45px;
  background: none;
  border: 0;
  font-size: 15px;
  color: #9ea2a5;
}
#bo_v_edit .view_btn:hover {
  color: #0060ff;
}
#bo_v_edit .bo_v_left {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 100px;
  background: #fff;
  border: 1px solid #d4d4d4;
  z-index: 599;
  box-shadow: 0 2px 3px #eee;
}
#bo_v_edit .bo_v_left li {
  line-height: 40px;
  width: 100%;
  float: none;
  border-top: 1px solid #f1f1f1;
  font-size: 12px !important;
  text-align: left;
  padding: 0 10px;
  position: relative;
}
#bo_v_edit .bo_v_left li button {
  width: 100%;
  font-size: 12px !important;
  text-align: left;
  color: #6b757c !important;
  height: 40px;
  border: none;
  background: none;
}
#bo_v_edit .bo_v_left li i {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 40px;
  font-size: 14px !important;
  color: #92a1af;
}
#bo_v_edit .bo_v_left li:hover {
  background: #f8f8f8;
}
#bo_v_edit .bo_v_left li a {
  color: #6b757c;
  font-size: 12px !important;
}

#bo_v_file {
  margin: 0;
}
#bo_v_file h2 {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_v_file ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bo_v_file li {
  padding: 10px 10px 10px 60px;
  border: 1px solid #e8e8e8;
  color: #aaa;
  margin: 10px 0;
  border-radius: 5px;
  position: relative;
  box-shadow: 1px 2px 8px #e2e4f1;
}
#bo_v_file li i {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 20px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -20px;
}
#bo_v_file a {
  display: block;
  color: #aaa;
  text-decoration: none;
  margin: 0 0 3px;
}
#bo_v_file a strong {
  text-decoration: underline;
}
#bo_v_file span {
  font-size: 0.91em;
}
#bo_v_file li:hover,
#bo_v_file li:hover a {
  color: #5c75c3;
  text-decoration: none;
}

#bo_v_link {
  margin: 0;
}
#bo_v_link h2 {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_v_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bo_v_link li {
  padding: 10px 10px 10px 60px;
  border: 1px solid #e8e8e8;
  color: #aaa;
  margin: 10px 0;
  border-radius: 5px;
  position: relative;
  box-shadow: 1px 2px 8px #e2e4f1;
}
#bo_v_link li i {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 20px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -20px;
}
#bo_v_link a {
  display: block;
  color: #aaa;
  text-decoration: none;
  margin: 0 0 3px;
}
#bo_v_link li:hover,
#bo_v_link li:hover a {
  color: #a629e0;
  text-decoration: none;
}
#bo_v_link a strong {
  text-decoration: underline;
}
#bo_v_link span {
  font-size: 0.91em;
}

#bo_v_top {
  margin: 20px;
}
#bo_v_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_v_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bo_v_top ul li {
  display: inline-block;
}
.bo_v_left {
  float: left;
}
.bo_v_right {
  float: right;
}
#bo_v_bot {
  text-align: right;
  margin: 20px 10px;
}

.bo_v_nb {
  margin: 30px 0;
  background: #fff;
  position: relative;
  border-top: 1px solid #2f3e4e;
  border-bottom: 1px solid #dcdcdc;
}
.bo_v_nb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.bo_v_nb li {
  border-bottom: 1px solid #eee;
}
.bo_v_nb li:last-child {
  border-bottom: 0;
}
.bo_v_nb li a {
  display: block;
  padding: 16px 15px;
  color: #444;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s;
}
.bo_v_nb li a:hover {
  background: #f8f9fa;
  color: #0054a6;
  font-weight: 500;
}
.bo_v_nb li i {
  color: #777;
  width: 30px;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
}

#bo_v_atc {
  min-height: 200px;
  margin: 20px 0;
}
#bo_v_img {
  margin: 0 0 10px;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#bo_v_img img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
#bo_v_con {
  min-height: 200px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.25em;
  line-height: 1.7em;
  word-break: break-all;
  overflow: hidden;
}

#bo_v_act {
  margin-bottom: 30px;
  text-align: center;
}
#bo_v_act .btn {
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 30px;
}
#bo_v_act .bo_v_good {
  border: 1px solid #ff1313;
  color: #ff1313;
  padding: 0 20px;
}
#bo_v_act .bo_v_nogood {
  border: 1px solid #dedede;
  color: #888;
  padding: 0 20px;
}

/* 게시판 댓글 */
#bo_vc_w {
  margin: 20px 0;
}
.cmt_btn {
  text-align: left;
  width: 100%;
  border: 0;
  color: #696ae6;
  font-weight: bold;
  font-size: 1.154em;
  padding: 20px;
  background: none;
  position: relative;
}
#bo_vc {
  margin: 20px;
}
#bo_vc article {
  margin: 0 0 20px;
  position: relative;
}
#bo_vc header {
  line-height: 20px;
  color: #888d94;
}

#bo_vc_empty {
  margin: 0;
  padding: 15px !important;
  text-align: center;
}

/*글쓰기*/
#bo_w .form_01 {
  margin: 10px 0;
}
#bo_w .bo_w_select select {
  border: 1px solid #3497d9;
  background: #fff;
  width: 100%;
}
#bo_w .bo_w_link label {
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  text-align: center;
}
#bo_w .bo_w_link .frm_input {
  padding-left: 50px;
}
#bo_w .bo_w_flie .lb_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  text-align: center;
}
#bo_w .bo_w_flie .frm_file {
  padding-left: 50px;
}
#bo_w .bo_w_flie .file_wr {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  height: 40px;
  margin: 0;
}
#bo_w .bo_w_flie .frm_input {
  margin: 5px 0 0;
}
.write_div {
  text-align: right;
  margin: 10px 0;
}

@media (max-width: 969px) {
  #bo_vc header {
    padding-left: 0;
  }
  #bo_vc,
  #bo_vc_w,
  .cmt_btn {
    margin: 20px 0;
  }
  #bo_w .form_01 {
    margin: 10px;
  }
  .write_div {
    text-align: right;
    margin: 10px;
  }
}

/* Q&A 리뉴얼 전용 스타일 */
.qna_renewal_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

/* 1. 상단 주황색 안내 블록 스타일 */
.qna_top_notice_box {
  display: flex;
  align-items: center;
  background: #fff9f2;
  border: 1px solid #ffe3cc;
  border-radius: 6px;
  padding: 20px 25px;
  margin-bottom: 25px;
}

.notice_badge {
  background: #ff8a00;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 4px;
  margin-right: 20px;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.notice_text_content p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.notice_main_txt {
  font-size: 15px;
  color: var(--text_dark);
  font-weight: 500;
}

.notice_sub_txt {
  font-size: 14px;
  color: #ff5c00;
  margin-top: 3px !important;
}

.notice_sub_txt strong {
  font-weight: 700;
  text-decoration: underline;
}

/* 2. 상단 드롭박스 및 검색창 통합 스타일 */
.qna_search_box {
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.search_flex_container {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  max-width: 1200px;
}

.search_select {
  height: 45px;
  padding: 0 15px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 14px;
  color: var(--text_dark);
  background-color: #fff;
  outline: none;
  cursor: pointer;
  min-width: 120px;
  box-sizing: border-box;
}

.search_select:focus {
  border-color: var(--main_blue);
}

.search_input_group {
  display: flex;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
}

.search_input_group:focus-within {
  border-color: var(--main_blue);
}

.search_input {
  flex: 1;
  border: none;
  height: 43px;
  padding: 0 15px;
  font-size: 14px;
  color: var(--text_dark);
  outline: none;
  width: 100%;
}

.search_btn {
  background: var(--main_blue);
  color: #fff;
  border: none;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.search_btn:hover {
  background: var(--point_blue);
}

/* 3. 상단 카테고리 탭 스타일 */
.qna_category_tabs {
  margin: 0 0 35px 0;
  width: 100%;
  display: block !important;
}

.qna_category_tabs ul {
  display: flex !important;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #cbd5e1;
  border-top: 1px solid #cbd5e1;
  background: #fff;
}

.qna_category_tabs ul li {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.qna_category_tabs ul li a {
  display: block;
  padding: 15px 10px;
  background: var(--bg_light);
  color: var(--text_dark);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-right: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.qna_category_tabs ul li:hover a {
  background: #fff;
  color: var(--point_blue);
}

.qna_category_tabs ul li.is_active a {
  background: var(--main_blue) !important;
  color: #fff !important;
  font-weight: 700;
  border-bottom-color: var(--main_blue) !important;
}

/* 4. 리스트 메타 정보 및 테이블 스타일 */
.qna_meta_info {
  margin-bottom: 15px;
}

.qna_meta_info .total_count {
  font-size: 14px;
  color: var(--text_gray);
}

.qna_meta_info .total_count strong {
  color: var(--point_blue);
}

.qna_list_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid var(--text_dark);
}

.qna_list_table th {
  background: var(--bg_light);
  color: var(--text_dark);
  font-weight: 700;
  font-size: 15px;
  padding: 16px 10px;
  border-bottom: 1px solid #cbd5e1;
}

.qna_list_table td {
  padding: 16px 10px;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
  color: var(--text_dark);
  font-size: 15px;
}

.qna_list_table tbody tr:hover {
  background: #fafafa;
}

.qna_list_table .reply_row {
  background: var(--bg_light);
}

.qna_list_table .td_subject {
  text-align: left;
}
.new_badge {
  display: none;
}
.qna_list_table .td_subject a {
  color: var(--text_dark);
  text-decoration: none;
}
.notice_badge_txt {
  background: #ffffff;
  color: var(--point_blue);
  border: 1px solid #0054a6;
  font-weight: 700;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 8px;
  display: inline-block;
}
.notice_status {
  color: #555 !important;
  font-weight: normal !important;
}
.qna_list_table .td_subject a:hover {
  color: var(--point_blue);
  text-decoration: underline;
}
.qna_list_table tr.notice_row {
  background-color: #f8f9fb !important;
}

.qna_list_table tr.notice_row .td_subject a:hover {
  color: #004a99 !important;
}
.qna_list_table .reply_row .td_subject a {
  padding-left: 10px;
  color: var(--text_gray);
}

.td_cate .cate_text {
  background: var(--bg_light);
  color: var(--text_dark);
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 3px;
}

/* 5. 처리상태 뱃지 */
.status_tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  min-width: 55px;
  text-align: center;
}

.status_tag.waiting {
  background: var(--bg_light);
  color: var(--text_gray);
}

.status_tag.complete {
  background: var(--main_blue);
  color: #fff;
}

.status_tag.reply {
  background: #fff;
  border: 1px solid var(--point_blue);
  color: var(--point_blue);
}

.empty_table {
  padding: 60px 0 !important;
  color: var(--text_gray) !important;
}

/* 6. 하단 버튼 바 */
.qna_footer_bar {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.btn_write_qna {
  background: var(--point_blue);
  color: #fff !important;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.btn_write_qna:hover {
  background: var(--main_blue);
}
.qna_list_table .th_num,
.qna_list_table .td_num {
  width: 80px;
  text-align: center;
}
.qna_list_table .th_cate,
.qna_list_table .td_cate {
  width: 130px;
  text-align: center;
}
.qna_list_table .th_name,
.qna_list_table .td_name {
  width: 120px;
  text-align: center;
}
.qna_list_table .th_date,
.qna_list_table .td_date {
  width: 110px;
  text-align: center;
}
.qna_list_table .th_status,
.qna_list_table .td_status {
  width: 90px;
  text-align: center;
}
.qna_list_table .th_subject,
.qna_list_table .td_subject {
  width: auto;
  text-align: left;
}
/* 7. 모바일 반응형 최적화 */
@media (max-width: 768px) {
  .qna_top_notice_box {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .notice_badge {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 3px 10px;
    font-size: 12px;
  }

  .notice_main_txt {
    font-size: 14px;
  }

  .notice_sub_txt {
    font-size: 13px;
  }

  .search_flex_container {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .search_select {
    width: 100%;
    height: 42px;
  }

  .search_input_group {
    max-width: 100%;
  }

  .search_input {
    height: 40px;
  }

  .qna_category_tabs ul li {
    flex: none !important;
    width: 50% !important;
  }

  .qna_category_tabs ul li a {
    font-size: 14px;
    padding: 12px 5px;
  }

  .qna_list_table th.th_num,
  .qna_list_table td.td_num,
  .qna_list_table th.th_date,
  .qna_list_table td.td_date,
  .qna_list_table th.th_cate,
  .qna_list_table td.td_cate {
    display: none;
  }

  .qna_list_table th,
  .qna_list_table td {
    padding: 12px 6px;
    font-size: 14px;
  }

  .qna_list_table .td_subject {
    padding-left: 5px;
  }

  .btn_write_qna {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/*글쓰기*/

.qna_write_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  color: #333;
  box-sizing: border-box;
}
.qna_write_wrap *,
.qna_write_wrap *::before,
.qna_write_wrap *::after {
  box-sizing: border-box;
}

/* 관리자 공지사항 영역 */
.qna_admin_notice {
  background-color: #fdf2f2;
  border: 1px solid #f5baba;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
  color: #d11818;
}
.qna_admin_notice input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.qna_admin_notice label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

/* 테이블 레이아웃 정의 */
.write_table {
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.write_row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  min-height: 65px;
}

.write_row.row_textarea {
  align-items: flex-start;
  padding: 15px 0;
}

.row_title {
  width: 180px;
  min-width: 180px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding-left: 20px;
}

.row_title .required {
  color: #e53935;
  margin-left: 3px;
}

.row_content {
  flex-grow: 1;
  padding: 10px 20px;
}

/* 인풋 박스 통합 스타일 지정 (통일감 구현) */
.form_input {
  width: 100%;
  max-width: 450px; /* 제목 제외 전체적인 인풋 박스 크기 고정 */
  height: 45px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

/* 제목 필드만 예외적으로 100% 넓게 사용해 밸런스 유지 */
#wr_subject.form_input {
  max-width: 100%;
}

.form_input:focus,
.form_textarea:focus {
  border-color: #1e5bb8;
}

.form_input.width_half,
.select_box {
  width: 100%;
  max-width: 450px;
}

.form_textarea {
  width: 100%;
  height: 250px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  outline: none;
  resize: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

/* 파일 업로드 정렬 */
.file_upload_box {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  width: 100%;
}
.form_file {
  font-size: 14px;
}
.file_del_label {
  margin-left: 20px;
  color: #e53935;
  cursor: pointer;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}
.file_del_label input {
  margin-right: 5px;
}

/* 개인정보 처리방침 (하단 정렬) */
.qna_agree_section {
  margin-bottom: 30px;
}

.agree_textarea {
  width: 100%;
  height: 110px;
  background-color: #f8f9fa;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  font-size: 13px;
  line-height: 1.6;
  color: #444;
  overflow-y: auto;
  white-space: pre-line;
  box-sizing: border-box;
}

.agree_check_area {
  text-align: left;
  margin-top: 10px;
}

.check_label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.check_label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

/* 안내 문구 박스 */
.qna_notice_box {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 20px 25px;
  margin-bottom: 40px;
}

.notice_title {
  font-size: 14px;
  font-weight: 700;
  color: #444;
  margin: 0 0 10px 0;
}

.notice_text {
  font-size: 13px;
  color: #666;
  margin: 5px 0 0 0;
  position: relative;
  padding-left: 12px;
}

.notice_text::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #888;
}

/* 하단 제어 버튼 */
.write_btn_area {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.btn_cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  background-color: #fff;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
}

.btn_cancel:hover {
  background-color: #f5f5f5;
}

.btn_submit {
  width: 140px;
  height: 50px;
  background-color: #1e5bb8;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

.btn_submit:hover {
  background-color: #154594;
}

/* 반응형 모바일 모드 대응 */
@media (max-width: 768px) {
  .write_row {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px;
  }
  .row_title {
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
  }
  .row_content {
    width: 100%;
    padding: 0;
  }
  .form_input,
  .form_input.width_half,
  .select_box {
    width: 100%;
    max-width: none; /* 모바일에서는 화면 너비에 맞춤 */
  }
  .file_upload_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .file_del_label {
    margin-left: 0;
  }
  .write_btn_area .btn_cancel,
  .write_btn_area .btn_submit {
    flex: 1;
    height: 45px;
  }
  .qna_notice_box{padding: 15px;}
}

.qna_view_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.qna_view_wrap #bo_v {
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.qna_question_section {
  padding: 20px;
}

.qna_view_header {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.qna_view_title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
}

.qna_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.qna_badge_q {
  background: #5e7a98;
}

.qna_badge_a {
  background: #1e5bb8;
}

.qna_view_meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #666;
}

.qna_view_meta strong {
  color: #222;
  font-weight: 500;
  margin-right: 5px;
}

.meta_split {
  width: 1px;
  height: 12px;
  background: #e0e0e0;
}

.qna_view_files {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 12px 18px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.qna_view_files ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qna_view_files li {
  font-size: 14px;
  margin: 4px 0;
}

.qna_view_files a {
  color: #495057;
  text-decoration: none;
}

.qna_view_files a:hover {
  text-decoration: underline;
}

.content_text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  word-break: break-all;
  min-height: 150px;
}

#bo_v_img {
  margin-bottom: 20px;
}

#bo_v_img img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 10px 0;
}

.qna_answer_section {
  background: #fafafa;
  border-top: 1px solid #e9ecef;
  padding: 35px 30px;
}

.qna_answer_header {
  margin-bottom: 20px;
}

.qna_answer_title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.no_answer {
  color: #888;
  font-size: 15px;
  font-style: italic;
}

.qna_view_btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.qna_view_btn_box .btn_left,
.qna_view_btn_box .btn_right {
  display: flex;
  gap: 7px;
}

.qna_view_btn_box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  cursor: pointer;
}

.btn_qna_edit {
  background: #fff;
  color: #444;
  border: 1px solid #ccc;
}

.btn_qna_edit:hover {
  background: #f5f5f5;
}

.btn_qna_del {
  background: #fff;
  color: #1e5bb8;
  border: 1px solid #1e5bb8;
}

.btn_qna_del:hover {
  background: #1e5bb8;
  color: #fff;
}

.btn_qna_list {
  background: #5e7a98;
  color: #fff;
  border: 1px solid #5e7a98;
}

.btn_qna_list:hover {
  background: #4a637d;
  border-color: #4a637d;
}

.btn_qna_reply {
  background: #1e5bb8;
  color: #fff;
  border: 1px solid #1e5bb8;
}

.btn_qna_reply:hover {
  background: #164691;
  border-color: #164691;
}

@media (max-width: 768px) {
  .qna_question_section {
    padding: 20px;
  }
  .qna_answer_section {
    padding: 25px 20px;
  }
  .qna_answer_content {
    padding-left: 0;
    margin-top: 15px;
  }
  .qna_view_title {
    font-size: 18px;
  }
  .qna_view_meta {
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 13px;
  }
  .meta_split {
    display: none;
  }
  .qna_view_btn_box {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: stretch;
  }
  .qna_view_btn_box .btn_left,
  .qna_view_btn_box .btn_right {
    justify-content: center;
  }
  .qna_view_btn_box a {
    flex: 1;
    text-align: center;
  }
}
#bo_v {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  font-family: "Noto Sans KR", sans-serif;
  box-sizing: border-box;
}

#bo_v header {
  border-top: 2px solid #111;
  border-bottom: 1px solid #f0f0f0;
  padding: 25px 20px;
  background: #fff;
}

#bo_v_title {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 12px;
}

#bo_v_info {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #666;
}

#bo_v_info h2 {
  display: none;
}

#bo_v_info .bo_v_hdinfo,
#bo_v_info strong,
#bo_v_info .ip {
  color: #666;
  font-weight: 400;
}

#bo_v_info i {
  margin-right: 3px;
  color: #888;
}

#bo_v_edit {
  margin-left: auto;
}

#bo_v_atc {
  padding: 30px 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

#bo_v_atc_title,
#bo_v_share {
  display: none !important;
}

#bo_v_con {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  word-break: break-all;
  min-height: 150px;
  padding: 0;
}

#bo_v_img img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 15px 0;
}

#bo_v_file {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 20px 25px 20px;
}

#bo_v_file h2 {
  display: none;
}

#bo_v_file ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bo_v_file li {
  font-size: 14px;
  padding: 4px 0;
  border: 0;
  color: #666;
}

#bo_v_file a {
  color: #495057;
  text-decoration: none;
}

#bo_v_file a:hover {
  text-decoration: underline;
}

#bo_v_file .bo_v_file_cnt {
  display: none;
}

.cmt_btn {
  display: none !important;
}

#bo_vc {
  display: block !important;
  background: #fafafa;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #ddd;
  padding: 35px 0;
  margin: 0;
  max-width: 100%;
}

#bo_vc h2 {
  display: none !important;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0 0 25px 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

#bo_vc h2::before {
  content: "A";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #1e5bb8;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}

#bo_vc article {
  border: 0;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 20px 0;
  position: relative;
  background: none;
}

#bo_vc article:last-of-type {
  border-bottom: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

#bo_vc article header {
  border: 0;
  background: none;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #666;
}

#bo_vc article header h2,
#bo_vc article header .comment_profile_img {
  display: none !important;
}

#bo_vc article .bo_vc_hdinfo {
  font-size: 13px;
  color: #888;
}

#bo_vc article .cmt_contents {
  padding: 0;
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

#bo_vc article .cmt_contents p {
  margin: 0;
  padding: 0;
}

#bo_vc .bo_vl_opt {
  margin-left: auto;
}

#bo_vc_empty {
  margin: 0 0 0 40px;
  color: #888;
  font-size: 15px;
  font-style: italic;
}

#bo_vc_w {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}

#bo_vc_w h2 {
  display: none;
}

.bo_vc_w {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bo_vc_w textarea {
  width: 100% !important;
  height: 80px;
  border: 1px solid #eee !important;
  padding: 12px;
  font-size: 14px;
  resize: none;
  outline: none;
  box-sizing: border-box;
  font-family: inherit;
  margin: 0;
}

.bo_vc_w .bo_vc_w_wr {
  border: 0;
  background: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bo_vc_w .btn_confirm {
  margin-left: auto;
}

.bo_vc_w .btn_submit {
  width: 100px;
  height: 40px;
  background: #1e5bb8 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
}

.bo_vc_w .btn_submit:hover {
  background: #164691 !important;
}

#bo_v_bot {
  border: 0;
  padding: 0;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 7px;
}

#bo_v_bot a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  cursor: pointer;
}

#bo_v_bot .btn_b03 {
  background: #5e7a98;
  color: #fff;
  border: 1px solid #5e7a98;
}

#bo_v_bot .btn_b03:hover {
  background: #4a637d;
  border-color: #4a637d;
}

#bo_v_bot .btn_b02 {
  background: #1e5bb8;
  color: #fff;
  border: 1px solid #1e5bb8;
}

#bo_v_bot .btn_b02:hover {
  background: #164691;
  border-color: #164691;
}
#bo_vc article .cmt_contents {
  position: relative;
  padding-right: 40px !important;
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin: 0 !important;
}

#bo_vc article .cmt_contents p {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  word-break: break-all;
}

#bo_vc .bo_vl_opt {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  z-index: 5;
}

#bo_vc .cmt_opt {
  background: none !important;
  border: 0 !important;
  color: #999 !important;
  cursor: pointer !important;
  font-size: 16px !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

#bo_vc .cmt_opt:hover {
  color: #333 !important;
}

#bo_vc .cmt_opt i {
  font-size: 16px !important;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
}

#bo_vc .cmt_opt::before,
#bo_vc .cmt_opt::after {
  display: none !important;
}

#bo_vc .bo_vl_act {
  position: absolute !important;
  right: 0 !important;
  top: 30px !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  list-style: none !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  width: 75px !important;
  z-index: 99 !important;
  border-radius: 4px !important;
}

#bo_vc .bo_vl_act li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  list-style: none !important;
}

#bo_vc .bo_vl_act a {
  display: block !important;
  padding: 8px 12px !important;
  color: #555 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  text-align: center !important;
  line-height: 1 !important;
  background: none !important;
  border: 0 !important;
}

#bo_vc .bo_vl_act a:hover {
  background: #f5f5f5 !important;
  color: #111 !important;
}

#bo_vc .bo_vl_act a i {
  margin-right: 4px !important;
  color: #777 !important;
}

#bo_vc_w {
  margin: 25px 0 0 0 !important;
}

@media (max-width: 768px) {
  #bo_vc article .cmt_contents {
    padding-right: 35px !important;
  }
  #bo_vc_w {
    margin-left: 0 !important;
  }
  #bo_v {
    padding: 15px 0;
  }
  #bo_vc {
    padding: 25px 20px;
  }
  #bo_vc article {
    margin-left: 0 !important;
  }
  #bo_vc_empty {
    margin-left: 0;
  }
  #bo_vc_w {
    margin-left: 0;
  }
  #bo_v_title {
    font-size: 18px;
  }
  #bo_v_info {
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 13px;
  }
  #bo_v_bot {
    justify-content: center;
  }
  #bo_v_bot a {
    flex: 1;
    text-align: center;
  }
}
