.commTab {
	position: relative;
	margin-top: 30px;
	text-align: center;
}
.commTab a {
	position: relative;
	display: inline-block;
	width: 270px; height: 60px;
	margin: 0 15px;
	font-size: 18px;
	line-height: 60px;
	border-top: 1px solid #1c3976;
	border-bottom: 1px solid #1c3976;
	color: #1c3976;
	vertical-align: top;
	transition: background 0.35s, color 0.35s;
}
.commTab a:hover,
.commTab a.SEL {
	background: #1c3976;
	color: #fff;
}

@media (max-width: 1417px) {
	.commTab a {
		width: 200px;
		min-width: 50px; height: 50px;
		margin: 0 8px;
		font-size: 16px;
		line-height: 48px;
	}
}

@media (max-width: 1024px) {
	.comm {
		margin-top: 50px;
		height: 40vw;
	}
	.comm .title {
		font-size: 24px;
		letter-spacing: 2.5px;
	}
	.commTab {
		margin-top: 10px;
		height: 50px;
	}
	.commTab a {
		width: auto;
		min-width: 82px; height: 38px;
		margin: 0 2px;
		padding: 0 20px;
		font-size: 14px;
		line-height: 36px;
	}
	.commTab a::after {
		height: 2px;
	}
}

@media (max-width: 320px) {
	.commTab {
		margin-top: 10px;
		height: 38px;
	}
	.commTab a {
	}
	
}