.page-btn,
.search-btn {
	margin-top: 15px;
}

.page-input {
	margin-top: 15px;
	text-align: center;
}

.page-click {
	text-align: center;
}

.footer {
	text-align: center;
	font-size: 12px;
	color: #333333;
}

.print {
	display: none;
}

.print-title h1 {
	font-size: 16px;
	text-align: center;
}

.mini-title {
	color: #f56c6c;
}
.line{
	margin: 15px 0;
}
@media print {
	.noprint {
		display: none;
	}

	.print {
		display: block;
	}
	.print-table {
		min-height: 794px;
		margin-bottom: 30px;
	}
	.giveback-table{
		min-height: 930px;
		/* margin-bottom: 200px; */
	}
	
	.print-table h1 {
		text-align: center;
		font-size: 18px;
		font-weight: bolder;
	}
	.print-table h2 {
		text-align: center;
		font-size: 14px;
		font-weight: bolder;
	}
	
	.print-table .sub-title {
		display: flex;
		font-size: 14px;
		justify-content: flex-end;
		margin-bottom: 15px;
	}
	
	.tb-wrap {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	
	.tb-wrap table {
		border-collapse: collapse;
	}
	
	.tb-wrap table,
	th,
	td {
		border: 1px solid black;
	}
	
	.tb-wrap td {
		padding: 8px;
	}
	.tb-wrap-small td {
		padding: 8px 2px;
	}
	.print-table-big td{
		padding: 8px 16px;
	}
	.apply-table td{
		padding: 18px 8px;
	}
	.table-footer{
		margin-top: 30px;
		margin-bottom: 100px;
	}
	.table-footer .first{
		margin-left: 50px;
	}
	.table-footer .second{
		margin-left: 230px;
		
	}
}


