.commTab {
	position: relative;
	margin-top: 535px;
	padding-top: 85px;
	background: #fff;
	text-align: center;
}
.commTab::after {
	content: '';
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	height: 1px;
	background: #c9c9c9;
}
.commTab .section_title {
	padding-bottom: 35px;
}
.commTab a {
	position: relative;
	display: inline-block;
	min-width: 80px; height: 60px;
	margin: 0 45px;
	font-family: 'Lato';
	font-size: 18px;
	line-height: 60px;
	letter-spacing: -0.025em;
	color: #666;
	text-transform: uppercase;
	vertical-align: top;
	transition: color 0.35s;
}
.commTab a:hover,
.commTab a.SEL {
	color: #104046;
}
.commTab a::after {
	content: '';
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	width: 0; height: 3px;
	background: #104046;
	z-index: 1;
	transition: width 0.35s;
}
.commTab a:hover::after,
.commTab a.SEL::after {
	width: 100%;
}

@media (max-width: 1024px) {
	.commTab {
		margin-top: 0;
		padding-top: 0;
	}
	.commTab .section_title {
		display: none;
	}
	.commTab a {
		min-width: 50px; height: 50px;
		margin: 0 15px;
		padding: 0;
		font-size: 16px;
		line-height: 50px;
	}
	.commTab a::after {
		height: 2px;
	}
}

@media (max-width: 320px) {
	.commTab {
		margin-top: 8px;
		height: 45px;
	}
	.commTab a {
		min-width: 44px; height: 45px;
		margin: 0 8px;
		font-size: 14px;
		line-height: 45px;
	}
	
}