.reservation_wrap {
	padding-bottom: 120px;
}
.reservation_wrap .top_img {
	background-image: url(http://homepageimg.infotown.kr/bc_015/images/reservation/bg.jpg);
	background-size: cover;
	background-position: center;
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 230px;
}
.reservation_wrap .top_img .top_title {
	font-size: 48.5px;
	color: #fff;
}
.reservation_wrap .r_content {
	margin-bottom: 100px;
}
.reservation_wrap .r_content .s_title {
	font-size: 24px;
	font-family: 'SpoqaHanSansNeo-Regular';
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -0.75px;
	margin-bottom: 35px;
}
.reservation_wrap .r_content .row {
	display: flex;
	margin: 0 -20px;
}
.reservation_wrap .r_content .line_text {
	width: calc(33.33% - 40px);
	margin: 0 20px;
}
.reservation_wrap .r_content .line_text .text {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.reservation_wrap .r_content .line_text .text:first-child {
	font-size: 16px;
}
.reservation_wrap .r_content .text2 {
	font-size: 14px;
	line-height: 2.33;
	letter-spacing: -0.45px;
}
.reservation_wrap .r_content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.55px;
	border: 1px solid rgba(0,0,0,0.7);
	margin-bottom: 50px;
}
.reservation_wrap .r_content table th {
	background-color: #eee;
	border-right: 1px solid rgba(3,2,1,0.3);
	border-bottom: 1px solid rgba(3,2,1,0.3);
}
.reservation_wrap .r_content table td {
	text-align: center;
	border-right: 1px solid rgba(3,2,1,0.3);
}
.reservation_wrap .r_content table th:last-child,
.reservation_wrap .r_content table td:last-child {
	border-right: none;
}
.reservation_wrap .reserve_btn_wrap {
	text-align: center;
}
.reservation_wrap .reserve_btn_wrap .reserve_btn {
	margin: 18px auto 0;
}

@media(max-width:1386px) {
	.glampool_wrap .content_wrap {
		padding: 0 15px;
	}
}
@media(max-width:992px) {
	.reservation_wrap {
		padding-bottom: 100px;
	}
	.reservation_wrap .top_img {
		height: 400px;
		margin-bottom: 70px;
	}
	.reservation_wrap .top_img .top_title {
		font-size: 29.5px;
	}
	.reservation_wrap .r_content {
		margin-bottom: 70px;
	}
	.reservation_wrap .r_content .s_title {
		font-size: 23px;
		letter-spacing: -0.58px;
	}
	.reservation_wrap .r_content .row {
		margin: 0 -8px;
	}
	.reservation_wrap .r_content .line_text {
		width: calc(33.33% - 16px);
		margin: 0 8px;
	}
	.reservation_wrap .r_content .line_text .text {
		font-size: 13px;
	}
	.reservation_wrap .r_content .line_text .text:first-child {
		font-size: 15px;
	}
	.reservation_wrap .r_content .text2 {
		font-size: 14px;
	}
	.reservation_wrap .r_content table {
		font-size: 14px;
	}
	.reservation_wrap .r_content table tr:nth-of-type(3) th {
		border-top: 1px solid rgba(0,0,0,0.3);
	}
	.reservation_wrap .r_content table th,
	.reservation_wrap .r_content table td {
		padding: 5px;
	}
}