/* Q&A 목록 */
.qna_wrap {
	font-family: 'Pretendard', sans-serif;
	background-color: #ffffff;
}

.qna_header {
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 15px;
}

.qna_header h2 {
	font-size: 24px;
	font-weight: 700;
	color: #1c3879;
	margin: 0 0 5px 0;
}

.qna_header_manual {
	color: #c52929;
	font-size: 18px;
	margin: 0;
	display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.manual_download_badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #185fa5;
  background-color: #e6f1fb;
  padding: 4px 10px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

.qna_header_p {
	color: #64748b;
	font-size: 13px;
	margin: 0;
}

/* 검색 영역 */
.qna_search_box {
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 18px 20px;
	margin-bottom: 20px;
	background: #f8fafc;
}

.qna_list_box {
	margin: 1rem;
}

.qna_search_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px 16px;
	margin-bottom: 12px;
}

.qna_search_grid.qna_task_row {
	margin-bottom: 0;
	grid-template-columns: 1fr 1fr;
}

.qna_search_item label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #475569;
}

.qna_search_item select,
.qna_search_item input[type="text"] {
	width: 100%;
	padding: 6px 10px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	font-size: 12px;
	height: 36px;
	box-sizing: border-box;
	background: #ffffff;
}

.qna_search_item_date .bx_calendar03 {
	display: flex;
	align-items: center;
	gap: 6px;
}

.qna_search_item_date .bx_calendar03 input[type="date"] {
	width: 100%;
	height: 36px;
	font-size: 12px;
	padding: 6px 30px 6px 10px;
}

.qna_search_item input[type="text"]:disabled {
	background: #f1f5f9;
	color: #64748b;
	cursor: not-allowed;
}

.qna_search_actions {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e2e8f0;
}

.qna_search_actions .btn_search,
.qna_search_actions .btn_reset {
	padding: 8px 20px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	height: 36px;
}

.qna_search_actions .btn_search {
	background: #1c3879;
	color: #ffffff;
	border: none;
}

.qna_search_actions .btn_reset {
	background: #ffffff;
	color: #475569;
	border: 1px solid #cbd5e1;
}

@media (max-width: 1024px) {
	.qna_search_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.qna_search_grid {
		grid-template-columns: 1fr;
	}
}

/* 카테고리 탭 */
.qna_category_tabs {
	display: flex;
	border-bottom: 2px solid #1c3879;
	margin-bottom: 16px;
}

.qna_category_tabs .tab_btn {
	padding: 10px 20px;
	border: none;
	background: #f1f5f9;
	color: #475569;
	font-weight: 500;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
	margin-right: 2px;
	font-size: 13px;
}

.qna_category_tabs .tab_btn:hover {
	background: #e2e8f0;
}

.qna_category_tabs .tab_btn.active {
	background: #1c3879;
	color: #ffffff;
	font-weight: 600;
}

/* TOTAL */
.qna_count_area {
	font-size: 13px;
	color: #64748b;
	margin-bottom: 12px;
}

.qna_count_area strong {
	color: #1c3879;
}

/* 테이블 */
.qna_table_wrap {
	width: 100%;
	overflow-x: auto;
}

.qna_table caption {
	caption-side: bottom;
	font-size: 0;
	visibility: hidden;
}

.qna_table {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #111111;
	font-size: 11px;
	table-layout: fixed;
}

.qna_table thead tr {
	background-color: #f8fafc;
	border-bottom: 1px solid #cbd5e1;
	font-weight: 600;
}

.qna_table th {
	padding: 10px 6px;
	text-align: center;
	color: #1e293b;
}

.qna_table th.tl {
	text-align: left;
	padding-left: 15px;
}

.qna_table td {
	padding: 10px 6px;
	text-align: center;
	border-bottom: 1px solid #e2e8f0;
	color: #64748b;
	vertical-align: middle;
}

.qna_table td.tl {
	text-align: left;
	padding-left: 15px;
	color: #1e293b;
	word-break: break-all;
}

.qna_private_icon { font-size: 11px; color: #c2410c; background: #fff7ed; border: 1px solid #f97316; border-radius: 3px; padding: 1px 5px; vertical-align: middle; margin-left: 5px; display: inline; white-space: nowrap; }

.qna_table td.td_no { font-size: 11px; }
.qna_table td.td_date { font-size: 12px; }
.qna_table td.td_category { font-size: 13px; }
.qna_table td.td_title { font-size: 13px; }
.qna_table td.td_author { font-size: 13px; }
.qna_table td.td_view { font-size: 11px; }

.qna_table td.td_title .qna_file_icon,
.qna_table td.td_title .qna_comment_cnt {
	display: inline;
	vertical-align: middle;
	margin-left: 4px;
}

.qna_table tr.row_pinned {
	background-color: #fffbeb;
}


.qna_badge {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.qna_badge.important {
	background: #ef4444;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
}

.qna_badge.category {
	background: #e2e8f0;
	color: #475569;
}

.qna_badge.category.default {
	background: #f1f5f9;
	color: #475569;
}

.qna_badge.status {
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff !important;
}

.qna_badge.status.wait { background: #f87171 !important; }
.qna_badge.status.in_progress { background: #f6c85f !important; }
.qna_badge.status.done { background: #27a865 !important; }
.qna_badge.status.notice { background: #64748b !important; }

.qna_title_link {
	color: #1e293b;
	text-decoration: none;
	font-weight: 500;
	display: inline;
}

a.qna_title_link:hover {
	text-decoration: underline;
}

.qna_title_link.bold {
	font-weight: bold;
}

.qna_comment_cnt {
	color: #ef4444;
	font-size: 11px;
	margin-left: 4px;
}

.qna_comment_cnt.done {
	color: #10b981;
	font-weight: bold;
}

.qna_file_icon {
	color: #64748b;
	font-size: 11px;
	margin-left: 4px;
}

.qna_author_admin {
	font-weight: 600;
	color: #1c3879;
}

.qna_empty {
	padding: 40px 0 !important;
	text-align: center;
	color: #94a3b8;
}

/* 하단 바 */
.qna_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	min-height: 40px;
}

.qna_footer_spacer {
	width: 90px;
	flex-shrink: 0;
}

.qna_paging {
	flex: 1;
	margin: 0 !important;
	padding: 0;
	text-align: center;
}

.qna_paging a {
	display: inline-block;
	vertical-align: middle;
}

.qna_paging .paging_num {
	display: inline-block;
	vertical-align: middle;
}

.qna_footer .btn_write {
	padding: 8px 16px;
	background: #1c3879;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	flex-shrink: 0;
}

.qna_footer .btn_write:hover {
	background: #152a5e;
}

/* Q&A 등록 */
.qna_write_wrap {
	margin-bottom: 40px;
}

.qna_write_header {
	margin-bottom: 20px;
	border-bottom: 2px solid #1c3879;
	padding-bottom: 10px;
}

.qna_write_header h2 {
	font-size: 20px;
	font-weight: 700;
	color: #1c3879;
	margin: 0;
}

.qna_write_form {
	display: flex;
	flex-direction: column;
	gap: 0;
	font-size: 13px;
}

.qna_write_row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f1f5f9;
	padding: 12px 0;
}

.qna_write_row_top {
	align-items: flex-start;
}

.qna_write_label {
	width: 140px;
	flex-shrink: 0;
	font-weight: bold;
	color: #334155;
}

.qna_write_row_top .qna_write_label {
	margin-top: 8px;
}

.qna_write_label .required {
	color: #ef4444;
}

.qna_write_field {
	flex: 1;
	min-width: 0;
}

.qna_write_field select,
.qna_write_field input[type="text"],
.qna_write_field textarea {
	width: 100%;
	padding: 6px 12px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	font-size: 13px;
	box-sizing: border-box;
}

.qna_write_field select {
	max-width: 280px;
}

.qna_write_field_flex {
	display: flex;
	gap: 10px;
	align-items: center;
}

.qna_write_field_flex select {
	flex: 1;
	max-width: none;
}

.qna_write_field_flex input[disabled] {
	flex: 1;
	background: #f1f5f9;
	color: #64748b;
	cursor: not-allowed;
}

.qna_write_field textarea {
	min-height: 250px;
	resize: vertical;
	outline: none;
}

.qna_write_field_radio {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;  
}

.qna_write_field_radio label {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font-size: 13px;
	color: #334155;
	font-weight: 500;
	transition: color 0.15s ease;
}

.qna_write_field_radio label:hover {
	color: #1c3879;
}

.qna_write_field_radio input[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
	accent-color: #1c3879;
}

.qna_write_hint {
	font-size: 11px;
	color: #94a3b8;
}

.qna_dropzone {
	border: 2px dashed #cbd5e1;
	border-radius: 6px;
	padding: 20px;
	text-align: center;
	background: #f8fafc;
	color: #64748b;
}

.qna_dropzone.is_dragover {
	border-color: #1c3879;
	background: #eff6ff;
}

.qna_dropzone_tit {
	font-size: 13px;
	margin: 0 0 5px;
}

.qna_dropzone_sub {
	font-size: 11px;
	color: #94a3b8;
	margin: 0 0 10px;
}

.qna_dropzone_btn {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	padding: 5px 15px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.qna_dropzone .uploadfile {
	display: none;
}

.qna_file_list {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.qna_file_list li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
	font-size: 12px;
	color: #475569;
	border-bottom: 1px solid #f1f5f9;
}

.qna_file_list .fileMg {
	color: #94a3b8;
}

.qna_file_list .btnFileDel {
	margin-left: auto;
	padding: 2px 8px;
	border: 1px solid #cbd5e1;
	background: #fff;
	border-radius: 3px;
	font-size: 11px;
	cursor: pointer;
}

.qna_write_actions {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 25px;
}

.qna_write_actions .btn_cancel,
.qna_write_actions .btn_save {
	padding: 10px 25px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.qna_write_actions .btn_cancel {
	border: 1px solid #cbd5e1;
	background: #ffffff;
	color: #475569;
}

.qna_write_actions .btn_save {
	background: #1c3879;
	color: #ffffff;
	border: none;
}

.qna_write_actions .btn_save:hover {
	background: #152a5e;
}

/* ===== Q&A 상세 (view) ===== */
.qna_view_wrap {
	font-family: 'Pretendard', sans-serif;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 25px;
	background-color: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
}

.qna_view_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.qna_view_top .qna_badge.status {
	padding: 4px 12px;
	border-radius: var(--border-radius-md);
	font-size: 12px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	line-height: 1;
	vertical-align: middle;
	height: 23px;
}

.qna_view_top .qna_badge.status.wait {
	background: #94a3b8;
	color: #fff;
}

.qna_view_top .qna_badge.status.in_progress {
	background: #3b82f6;
	color: #fff;
}

.qna_view_top .qna_badge.status.done {
	background: #10b981;
	color: #fff;
}

/* 공개/비공개 토글 버튼 */
.btn_public_toggle {
	font-size: 12px;
	padding: 4px 12px;
	border-radius: var(--border-radius-md);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border: 0.5px solid;
	line-height: 1;
	font-weight: bold;
	vertical-align: middle;
}

.btn_public_toggle.is_public {
	border-color: #10b981 !important;
	background: #ecfdf5 !important;
	color: #065f46 !important;
}

.btn_public_toggle.is_private {
	border-color: #f97316;
	background: #fff7ed;
	color: #c2410c;
}

/* Q&A 카테고리 토글 */
.qna_category_wrap {
	align-items: center;
	display: inline-flex;
	vertical-align: middle;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	padding: 1px 5px 1px 5px;
	background-color: #fff;
	margin-right: 2px;
}

.qna_category_toggle {
	background-color: transparent;
	color: #333;
	padding: 1px 2px;
	font-weight: bold;
	font-size: 12px;
	border: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

/* 관리자용 상태 배지 클릭 가능 */
.qna_badge.is_admin_clickable {
	cursor: pointer;
	user-select: none;
}

/* 답변대기 강조 (관리자에게만) */
.qna_badge.is_wait_alert {
	background: #ef4444 !important;
	animation: pulse_wait 1.6s infinite;
}

@keyframes pulse_wait {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.7; }
}


.status_arrow {
	font-size: 13px;
	margin-left: 3px;
}

/* 상태 드롭다운 */
.qna_status_wrap {
	position: static;
	display: inline-block;
}

.qna_status_dropdown {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	z-index: 9999;
	min-width: 130px;
	overflow: hidden;
}

.qna_status_dropdown.is_open {
	display: block;
}

.qna_status_option {
	padding: 8px 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.qna_status_option:hover {
	background: #f1f5f9;
}

.qna_status_option.is_active {
	background: #f8fafc;
	pointer-events: none;
	opacity: 0.6;
}

.qna_view_actions {
	display: flex;
	gap: 4px;
}

.qna_view_btn {
	padding: 5px 10px;
	border: 1px solid #cbd5e1;
	background: #fff;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
}

.qna_post_box {
	border: 1px solid #e2e8f0;
	border-top: 3px solid #1c3879;
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
}

.qna_post_head {
	padding: 20px;
	background-color: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
}

.qna_post_meta {
	font-size: 12px;
	color: #64748b;
	margin-bottom: 5px;
}

.qna_post_title {
	font-size: 18px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 10px 0;
}

.qna_post_info {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 12px;
	color: #64748b;
	justify-content: space-between;
}

.qna_post_info_right-group {
	display: flex;
	gap: 20px;
	font-size: 12px;
	color: #64748b;
}

.qna_post_body {
	padding: 25px;
	font-size: 14px;
	color: #334155;
	line-height: 1.7;
	min-height: 120px;
}

.qna_post_files {
	padding: 12px 20px;
	background-color: #f1f5f9;
	border-top: 1px solid #e2e8f0;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.qna_post_files strong {
	color: #475569;
}

.qna_post_file_link {
	color: #1c3879;
	text-decoration: none;
	font-weight: 600;
}

.qna_comment_section {
	margin-top: 30px;
}

.qna_comment_title {
	font-size: 15px;
	font-weight: 700;
	color: #1c3879;
	border-bottom: 2px solid #1c3879;
	padding-bottom: 8px;
	margin: 0 0 15px 0;
}

.qna_comment_empty {
	font-size: 13px;
	color: #94a3b8;
	text-align: center;
	padding: 20px 0;
}

.qna_comment_item {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding: 15px;
	background: #f8fafc;
	margin-bottom: 12px;
	position: relative;
}

.qna_comment_item.is_admin {
	border-color: #1c3879;
	background: #fff;
	box-shadow: 0 2px 4px rgba(28, 56, 121, 0.03);
}

.qna_comment_item.is_reply {
	/* margin-left는 JS에서 depth * 35px로 동적 적용 */
}

.qna_comment_item.is_reply::before {
	content: '└';
	position: absolute;
	left: -20px;
	top: 15px;
	font-size: 16px;
	color: #94a3b8;
	font-weight: bold;
}

.comment_edit_file_list li{
	display: inline-block; 
	background-color: #f1f3f5; 
	border: 1px solid #dee2e6; 
	border-radius: 4px; 
	padding: 2px 8px; 
	margin: 0 5px 5px 0; 
	font-size: 12px; 
	line-height: 1.5;
}

.commentFileNm {
	color: #343a40; 
	font-weight: 500;
}

.commentBtnFileDel {
	background: none; 
	border: none; 
	color: #909090; 
	font-weight: bold; 
	cursor: pointer; 
	margin-left: 4px; 
	padding: 0 2px; 
	font-size: 14px; 
	vertical-align: middle;
}

/* depth 색상 5가지 순환 */
.qna_comment_item.reply_color_1 { border-color: #bfdbfe; background: #f0f7ff; }
.qna_comment_item.reply_color_1::before { color: #60a5fa; }

.qna_comment_item.reply_color_2 { border-color: #a7f3d0; background: #f0fdf4; }
.qna_comment_item.reply_color_2::before { color: #34d399; }

.qna_comment_item.reply_color_3 { border-color: #ddd6fe; background: #f5f3ff; }
.qna_comment_item.reply_color_3::before { color: #a78bfa; }

.qna_comment_item.reply_color_4 { border-color: #fde68a; background: #fffbeb; }
.qna_comment_item.reply_color_4::before { color: #f59e0b; }

.qna_comment_item.reply_color_5 { border-color: #fbcfe8; background: #fdf2f8; }
.qna_comment_item.reply_color_5::before { color: #ec4899; }

.qna_comment_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
	gap: 10px;
}

.qna_comment_meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.qna_comment_author {
	font-weight: bold;
	font-size: 13px;
	color: #1e293b;
}

.qna_comment_badge {
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 3px;
	font-weight: bold;
	color: #fff;
}

.qna_comment_badge.admin {
	background: #1c3879;
}

.qna_comment_badge.owner {
	background: #64748b;
}

.qna_comment_date {
	color: #94a3b8;
	font-size: 11px;
}

.qna_comment_actions {
	font-size: 11px;
	white-space: nowrap;
}

.qna_comment_actions a {
	text-decoration: none;
	font-weight: bold;
	margin-right: 8px;
}

.qna_comment_actions .btn_reply {
	color: #1c3879;
}

.qna_comment_deleted {
	color: #94a3b8;
	font-style: italic;
	font-size: 13px;
}

.qna_comment_actions .btn_collapse_reply {
	color: #94a3b8;
	font-size: 11px;
}

.qna_comment_actions .btn_comment_edit {
	color: #64748b;
}

.qna_comment_actions .btn_comment_del {
	color: #94a3b8;
	margin-right: 0;
}

/* 댓글 인라인 수정 영역 */
.qna_comment_edit_area {
	margin-top: 8px;
}

.qna_comment_edit_textarea {
	width: 100%;
	min-height: 70px;
	padding: 8px;
	border: 1px solid #93c5fd;
	border-radius: 4px;
	font-size: 14px;
	resize: vertical;
	box-sizing: border-box;
}

.qna_comment_edit_btns {
	margin-top: 6px;
	display: flex;
	gap: 6px;
	justify-content: flex-end;
}

.btn_comment_edit_save {
	padding: 4px 14px;
	background: #1c3879;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
}

.btn_comment_edit_cancel {
	padding: 4px 14px;
	background: #e2e8f0;
	color: #475569;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
}

.qna_comment_body {
	font-size: 13px;
	color: #334155;
	line-height: 1.5;
	margin-bottom: 8px;
}

.qna_comment_file {
	font-size: 11px;
	color: #64748b;
	background: #f8fafc;
	padding: 6px 10px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.qna_comment_file a {
	color: #1c3879;
	text-decoration: none;
	font-weight: 600;
}

.qna_comment_write {
	border: 1px solid #1c3879;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 20px;
	background: #fff;
}

.qna_comment_write_head {
	padding: 8px 15px;
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
	font-size: 12px;
	font-weight: bold;
	color: #1c3879;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn_cancel_reply {
	padding: 2px 8px;
	border: 1px solid #cbd5e1;
	background: #fff;
	border-radius: 3px;
	font-size: 11px;
	cursor: pointer;
	color: #64748b;
}

.qna_comment_write textarea {
	width: 100%;
	border: none;
	padding: 12px;
	font-size: 13px;
	min-height: 60px;
	outline: none;
	box-sizing: border-box;
	resize: vertical;
}

.qna_comment_write_footer {
	padding: 8px 12px;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.qna_comment_file_area {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.qna_comment_file_btn {
	background: white;
	border: 1px solid #cbd5e1;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.qna_comment_file_name {
	font-size: 11px;
	color: #94a3b8;
	margin: 0 0 0 10px;
	padding: 0;
}

.qna_comment_file_name li{
	display: inline-block; 
	background-color: #f1f3f5; 
	border: 1px solid #dee2e6; 
	border-radius: 4px; 
	padding: 2px 8px; 
	margin: 0 5px 5px 0; 
	font-size: 12px; 
	line-height: 1.5;
}

.btn_comment_save {
	padding: 6px 18px;
	background: #1c3879;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.btn_comment_save:hover {
	background: #152a5e;
}

/* 모바일 */
.qna_mo_write_row {
	align-items: center;
	border-bottom: 1px solid #f1f5f9;
	padding: 12px 0;
}

.qna_mo_write_field_radio {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;  
}

.qna_mo_write_field_radio label {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font-size: 13px;
	color: #334155;
	font-weight: 500;
	transition: color 0.15s ease;
}

.qna_mo_write_field_radio label:hover {
	color: #1c3879;
}

.qna_mo_write_field_radio input[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
	accent-color: #1c3879;
}

.qna_mo_write_label {
	width: 140px;
	flex-shrink: 0;
	font-weight: bold;
	color: #334155;
	margin-bottom: 5px;
}

.qna_mo_write_label .required {
	color: #ef4444;
}

.qna_mo_write_field {
	flex: 1;
	min-width: 0;
}

.qna_mo_write_field select,
.qna_mo_write_field input[type="text"],
.qna_mo_write_field textarea {
	width: 100%;
	padding: 6px 12px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	font-size: 13px;
	box-sizing: border-box;
}

.qna_mo_write_field textarea {
	min-height: 250px;
	resize: vertical;
	outline: none;
}
