@charset "utf-8";

.container-fluid {
	padding: 0;
	padding-bottom: 30px;
}

/* 목록 : list-content */
/* 목록본문, 질문내용, 답변내용 글씨 크게*/
.list-content {
	--ft-size: 14px;
}
._webEditor_qa_contents, ._webEditor_improve_contents,
._webEditor_ans_action, ._webEditor_ans_procedure,
._webEditor_ans_currentStatus, ._webEditor_ans_cause {
	font-size: 14px;
}

/* 답변내용 webeditor 최소사이즈 없앰. */
._webEditor_ans_action .fr-element.fr-disabled,
._webEditor_ans_procedure .fr-element.fr-disabled,
._webEditor_ans_currentStatus .fr-element.fr-disabled,
._webEditor_ans_cause .fr-element.fr-disabled {
	min-height: auto !important;
}

/* 질문등록 : regist-content */
/* 답변등록 : answer-content */
/* label 크기 맞추기 */
.regist-content .form-col.label-col {flex: 1 0 150px}
.regist-content .group-container .form-col.label-col,
.answer-content .group-container .form-col.label-col {flex: 1 0 140px}

.category_tag {
	background-color: #f2f2f2;
	padding: 4px 10px;
	border-radius: 10px;
}

.default-btn {
	padding-left: 12px;
	padding-right: 12px;
}