* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -1px;
}

.print__body {
	width: 210mm;
	padding: 10px;
}
.broker__Printable,
.broker_dataTable,
.total__dataTable {
	width: 100%;
	border: 1px solid #444;
	border-collapse: collapse;
}

.broker__Printable td,
.broker_dataTable td,
.total__dataTable td {
	border: 1px solid #444;
}
/* table__info 텍스트 정렬 */
h1 {
	text-align: center;
}
h2 {
	text-align: end;
}
.table__number .tableinfo__title {
	letter-spacing: 12px;
}
.table__company .tableinfo__title {
	letter-spacing: 1px;
}

/* 출장우 테이블 정렬*/
.txt_aline_right {
	text-align: right;
	padding-right: 4px;
}

/* 정산 요약  테이블*/
.broker__Printable .account_info {
	display: inline-block;
	margin: 0 10px 0 20px;
}

.broker__Printable .line_1,
.line_2,
.line_4,
.line_5,
.line_9,
.line_10,
.line_11 {
	text-align: center;
}
.broker__Printable .line_1,
.line_2,
.line_3,
.line_4 {
	line-height: 16px;
}
.broker__Printable .line_1,
.line_2 {
	height: 40px;
}
.broker__Printable .line_3 {
	height: 32px;
}
.broker__Printable .line_4 {
	height: 42px;
}
.broker__Printable .line_6 {
	line-height: 40px;
}
.broker__Printable .line_7 {
	line-height: 40px;
}
.broker__Printable .line_8 {
	height: 50px;
}
.broker__Printable .line_9 {
	letter-spacing: -1px;
}
.broker__Printable .row__7 {
	width: 80px;
}

/* 출장우 경매 번호  ~~ 낙찰단가 테이블  */

.broker_dataTable .entryCow_data .row__3 {
	width: 20px;
}
.broker_dataTable .line_10 {
	font-size: 10pt;
}
.broker_dataTable .entryCow_data .row__6,
.broker_dataTable .entryCow_data .row__7 {
	width: 70px;
}
.broker_dataTable .entryCow_data .row__9,
.broker_dataTable .entryCow_data .row__10,
.broker_dataTable .entryCow_data .row__11 {
	width: 100px;
}

/* total__dataTable */
.total__dataTable .total_row__1 {
	width: 34px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
.total__dataTable .total_row__2 {
	width: 376px;
}
.total__dataTable .total_row__10 {
	width: 94px;
}
.total__dataTable .total_row__11,
.total__dataTable .total_row__12,
.total__dataTable .total_row__13 {
	width: 94px;
}
