.breedingCattle_table_wrap {
	margin: 0;
	padding: 0;
	max-width: 210mm;
}
.breedingCattle_infoTable_box h3 {
	display: inline-block;
	position: absolute;
	top: 80px;
	right: 60%;
}

/* 전체 테이블  공통 적용  css  */
.breedingCattle_costTable,
.breedingCattle_dataTable,
.breedingCattle_costTotalTable,
.breedingCattle_countTotalTable {
	width: 100%;
}

.breedingCattle_costTable,
.breedingCattle_costTable td,
.breedingCattle_dataTable,
.breedingCattle_dataTable td,
.breedingCattle_costTotalTable,
.breedingCattle_costTotalTable td,
.breedingCattle_countTotalTable,
.breedingCattle_countTotalTable td,
th {
	border: 1px solid #444;
	border-collapse: collapse;
}

/*  수수료 / 낙찰금액/입금금액 정보 테이블 */
.breedingCattle_costTable {
	font-weight: bold;
}
.breedingCattle_costTable .line01 .rows,
.breedingCattle_costTable .line02 .rows,
.breedingCattle_costTable .line05 .rows {
	text-align: center;
}
.breedingCattle_costTable .line03 .rows,
.breedingCattle_costTable .line06 .rows {
	text-align: right;
	padding-right: 4px;
}
.breedingCattle_costTable .line08 .rows {
	padding-left: 20px;
}

/*번식우 data table*/

.breedingCattle_dataTable .line01 .rows,
.breedingCattle_dataTable .line02 .rows,
.breedingCattle_costTotalTable .line01 {
	background-color: #d3d3d3;
}

.breedingCattle_dataTable .line01,
.breedingCattle_dataTable .line02,
.breedingCattle_dataTable .line03 .dataRow01,
.breedingCattle_dataTable .line03 .dataRow02,
.breedingCattle_dataTable .line03 .dataRow03,
.breedingCattle_dataTable .line03 .dataRow04,
.breedingCattle_dataTable .line03 .dataRow10 {
	text-align: center;
}
.breedingCattle_dataTable .line03 .dataRow05,
.breedingCattle_dataTable .line03 .dataRow06,
.breedingCattle_dataTable .line03 .dataRow07,
.breedingCattle_dataTable .line03 .dataRow11,
.breedingCattle_dataTable .line03 .dataRow12,
.breedingCattle_dataTable .line03 .dataRow13 {
	text-align: right;
	padding-right: 4px;
}

.breedingCattle_dataTable .line01 .dataRow10,
.breedingCattle_dataTable .line03 .dataRow04,
.breedingCattle_dataTable .line03 .dataRow14 {
	letter-spacing: -1px;
}

/*번식우  cost table*/

.breedingCattle_costTotalTable .costRow01,
.breedingCattle_countTotalTable .countRow01 {
	text-align: center;
	width: 100px;
}

.breedingCattle_countTotalTable .line01 .countRow11 {
	text-align: center;
}
.breedingCattle_costTotalTable .costRow11,
.breedingCattle_countTotalTable .line02 .countRow11 {
	text-align: right;
	padding-right: 4px;
	width: 110px;
}
