.bn-block-group {
	all: initial; /* ← 모든 상속 스타일 초기화 */
  font-family: inherit;
}
.bn-editor {
	height:100%;
	background-color: white !important;
	color: black !important;
	padding-top:54px;
}
.bn-editor table {
  width: 100% !important;
  table-layout: auto !important;
}
.bn-editor [data-content-type=table] table {
	width: 100% !important;
}
	/* 셀 내용도 꽉 차게 */
.bn-editor table td, 
.bn-editor table th {
  width: auto !important;
  text-align: left;
  vertical-align: middle
}
.bn-editor [data-content-type=table] .tableWrapper {
	overflow-x: hidden !important;
}
