.download li {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 15px;
	background: #fafafa;
	overflow: hidden;
	line-height: 53px;
}

.download li .download-title {
	font-size: 16px;
	color: #666;
	padding-left: 0;
}

.download li .download-size {
	text-align: center;
	color: #999;
}

.download li .download-btn {
	text-align: right;
	height: 50px;
	line-height: 50px;
}

.download li .download-btn a {
	background-color: transparent;
	display: block;
	height: 100%;
}

.download .icon {
	width: 30px;
	height: 30px;
	fill: var(--text-black-color);
}

.download .icon:hover {
	fill: var(--high-light-color);
}

.pdf-inquiry-wrap {
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.pdf-inquiry-wrap h2 {
	padding: 15px 0;
	font-size: 30px;
	line-height: 1.6;
	text-align: center;
	background-color: var(--primary-color);
	color: #fff;
}

.pdf-inquiry-wrap .inquiry-content {
	padding: 30px 35px;
	background-color: #fff;
	font-size: 16px;
	line-height: 14px;
}

.pdf-inquiry-wrap .inquiry-content h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

.pdf-inquiry-wrap .form .form-group {
	width: 100%;
	margin-bottom: 5px;
}

.download-wrap {
	padding: 20px;
	background: #fff;
	height: 100%;
}

.download-wrap h2 {
	font-size: 30px;
	color: var(--text-black-color);
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

@media (max-width:768px) {
	.download li .download-size {
		text-align: left;
	}

	.col-md-6.download-title {
		line-height: 2;
		margin-top: 10px;
	}
}