.roomsDong {
	padding: 30px 0 90px;
	font-size: 0;
	text-align: center;
}
.roomsDong a {
	position: relative;
	display: inline-block;
	width: 270px;
	height: 60px;
	margin: 0 10px;
	font-size: 20px;
	line-height: 58px;
	color: #1c3976;
	transition: background 0.35s, color 0.35s;
}
.roomsDong a::before {
	content: '';
	position: absolute;
	top: 0; right: 0; left: 0;
	margin: auto;
	height: 1px;
	background: #1c3976;
}
.roomsDong a::after {
	content: '';
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	height: 1px;
	background: #1c3976;
}
.roomsDong a:hover,
.roomsDong a.SEL {
	color: #fff;
	background: #1c3976;
}


@media (max-width: 1617px) {
	.roomsDong {
		max-width: calc(100% - 60px);
		margin: auto;
	}
}

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

@media ( max-width: 1024px ) {

	.roomsDong {
		padding: 10px 0 50px;
	}
	.roomsDong a {
		width: calc(30% - 2px);
		height: 38px;
		margin: 0 2px;
		padding: 0 20px;
		font-size: 14px;
		line-height: 36px;
	}
}
