.record-cont {
	background: #000;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.05em;
	padding: 180px 0 0;
}

.record-cont h2 {
	max-width: 1280px;
	font-size: 15px;
	line-height: 1;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

.record-cont h2 span {
	font-size: 25px;
	margin: 0 0 0 20px;
}

.record-inner {
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 20px;
}

.record-box {
	display: table;
	width: 100%;
	margin: 0 auto 40px;
	table-layout: fixed;
}

/*

.record-box:nth-of-type(3){
	margin: 30px 0 0;
	page-break-before: always;
}

.record-box:nth-of-type(4){
	margin: 30px 0 0;
	page-break-before: always;
}

.record-box:nth-child(3n) {
	margin: 30px 0 0;
	page-break-before: always;
}


*/

.record-box:last-child {
	margin: 0 auto;
}

.record-left {
	width: 20%;
	max-width: 250px;
	min-width: 250px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.record-left h3 {
	font-size: 40px;
	line-height: 1;
	margin: 0 0 20px;
	color: #c3a25e;
}

.record-left h3 span {
	color: #fff;
	font-size: 25px;
	margin: 0 0 0 5px;
}

.record-left h4 {
	font-size: 15px;
	line-height: 1;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.record-date {
	color: #fff;
}

.record-date:last-child {}

.record-date table {
	width: 100%;
}

.record-date table tr td {
	border-bottom: 1px solid #ffffff52;
	padding: 15px 0;
	vertical-align: top;
}

.record-column1 {
	width: 45%;
	white-space: nowrap;
}

.record-column1 {}

.record-column1 p {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 100;
	line-height: 1;
}

.record-column1 p:last-child {
	margin: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
}

.record-column2 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
}

.record-column2 span {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 0 3px;
}

.record-column3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}

.record-column3 span {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 0 3px;
}

.record-right {
	width: 75%;
	display: table-cell;
	vertical-align: middle;
}

.record-right-inner {
	padding: 0 0 0 20px;
}

.record-right .fruits_thum {
	width: 33.3%;
	float: left;
}

.record-copy {
	padding: 100px 0;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	text-align: center;
}

@media print {

	.drawer-navbar {
		position: static;
	}

	.record-cont {
		padding: 20px 0 0;
	}



}
