.commC {
	padding-bottom: 80px;
}
.commC .title {
	padding-top: 70px;
	padding-bottom: 35px;
	text-align: center;
}
.commC .title .name {
	line-height: 44px;
	font-size: 44px;
	font-weight: bold;
	color: #0e1640;
}
.commC .title .txt {
	margin-top: 20px;
	font-size: 20px;
	color: #888;
}
.commC .commC_wrap {
	width: 100%;
	max-width: 1200px;
	margin: 70px auto 35px;
}
.commC .commC_wrap iframe {
	height: auto;
	min-height: 700px;
}


@media (max-width: 1420px) {
	.commC .commC_wrap {
		max-width: 1000px;
	}
}


@media (max-width: 1024px) {
	.commC {
		padding-bottom: 40px;
	}
	.commC .title {
		display: none;
	}
	.commC .commC_wrap {
		max-width: calc(100% - 30px);
		min-height: 370px;
		margin: 0;
	}
}

@media (max-width: 440px) {
	.commC .commC_wrap {
		margin: 20px auto 20px;
	}
	
}