.row {
	margin-right: 0px;
	margin-left: 0px;
}

.area-div {
	display: inline-block;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.top-link-div {
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 20px 20px 0 20px !important;
}

.top-link-parts-div {
	padding: 20px;
}

.top-link {
	margin: auto;
	min-height: 435px;
	border: solid 1px #d4d4e1;
	border-radius: 10px;
	transition: 0.2s;
	text-align: center;
	background-color: white;
	padding: 20px;
}

.top-link.disabledInfo {
	background-color: #E7E6E6;
}

.top-link:not(.disabledInfo):hover {
	opacity: 0.5;
	cursor: pointer;
}

.top-link-icon-div {
	height: 100px;
	width: 100px;
	margin: auto;
	align-items: center;
	display: flex;
	justify-content: center;
	background-color: #195C31;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 20px;
}

.top-link-icon {
	height: 50px;
	width: 50px;
}

.top-logo {
	height: 180px;
	margin: 15px 0 10px;
}

.top-link-text {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.top-link-text-detail {
	font-size: 11pt;
	text-align: left;
}

.authentication {
	color: red;
	height: 25px;
	width: 40px;
	font-size: 50px;
	position: relative;
	top: 4px;
}

#rentalAuctionList {
	padding: 20px;
}

.rentalAuctionBtn {
	margin:20px 50px;
	padding: 10px;
	text-align: center;
	color: #FFF;
	background-color: #0C70A6;
}

.rentalAuctionBtn:hover {
	opacity: 0.5;
	cursor: pointer;
}

@media only screen and (max-width: 1391px) {
	.top-link-text-detail {
		font-size: 13pt;
	}
}

@media only screen and (max-width: 1199px) {
	.top-link {
		font-size: 30px;
		min-height: 340px;
	}
}

@media only screen and (max-width: 1023px) {
	.top-link-div {
		background-color: #f0f4f8;
		background-image: none;
		padding: 5px !important;
	}
	.top-link-parts-div {
		padding: 5px;
	}
}

@media only screen and (max-width: 991px) {
	.top-link {
		font-size: 30px;
		min-height: auto;
	}

	.rentalAuctionBtn {
		margin:20px 0;
	}
}