.rooms_wrap {
	position: relative;
	max-width: 1410px;
	margin: 130px auto 50px;
	text-align: center;
}
.rooms_wrap .list_wrap {
	margin-bottom: 80px;
}
.rooms_wrap .list_wrap .ttl {
	margin-bottom: 35px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 26px;
	letter-spacing: 0.04em;
	color: #222;
}
.rooms_wrap .list_wrap .ttl span {
	display: inline-block;
	width: 110px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 34px;
	color: #9f81cd;
	text-align: center;
}

.rooms_wrap .list_wrap a {
	position: relative;
	display: inline-block;
	width: calc(30% - 10px);
	margin: 0 5px;
	vertical-align: top;
}
.rooms_wrap .list_wrap a .loader {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.rooms_wrap .list_wrap a .loader::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	border: 0 solid #9f81cd;
	transition: border 0.3s;
}
.rooms_wrap .list_wrap a:hover .loader::after {
	border: 15px solid #9f81cd;
}
.rooms_wrap .list_wrap a .name {
	margin-top: 28px;
	font-size: 22px;
	color: #222;
	transition: color 0.3s;
}
.rooms_wrap .list_wrap a:hover .name {
	color: #9f81cd;
}
.rooms_wrap .list_wrap a .txt {
	margin-top: 18px;
	margin-bottom: 28px;
	font-size: 14px;
	line-height:20px;
	color: #999;
}

.rooms .bImg {
	padding-top: 31.25%;
}


@media ( max-width: 1024px ) {
	.rooms_wrap {
		max-width: calc(100% - 30px);
		margin: 50px auto 30px;
	}
	.rooms_wrap .list_wrap {
		margin-bottom: 50px;
	}
	.rooms_wrap .list_wrap .ttl {
		margin-bottom: 30px;
		font-size: 22px;
	}
	.rooms_wrap .list_wrap .ttl span {
		width: 90px;
		font-size: 28px;
	}
	.rooms_wrap .list_wrap a {
		min-width: 375px;
		margin-bottom: 10px;
	}
	.rooms_wrap .list_wrap a::before {
		content: '';
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
		border: 1px solid #ddd;
	}
	.rooms_wrap .list_wrap a .loader::after {
		display: none;
	}
	.rooms_wrap .list_wrap a .name {
		margin-top: 16px;
		font-size: 16px;
	}
	.rooms_wrap .list_wrap a .txt {
		margin-top: 10px;
		margin-bottom: 16px;
		font-size: 12px;
		color: #666;
	}

	.rooms .bImg {
		padding-top: 45%;
	}
}


@media ( max-width: 420px ) {
	.rooms_wrap .list_wrap a {
		width: 100%;
		min-width: 100%;
		margin: 0 0 15px 0;
	}
}