@charset "utf-8";

#tab_menu {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
#tab_menu ul {
	overflow: hidden;
}
#tab_menu ul li:first-child {
	border-left: 1px solid #e5e5e5;
}
#tab_menu ul li {
	float: left;
	width: 11.5%;
	line-height: 75px;
	text-align: center;
	font-size: 0.83vw;
	border-right: 1px solid #e5e5e5;
}
#tab_menu ul li a {
	display: inline-block;
	width: 100%;
	color: #555555;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#tab_menu ul li a:hover {
	background-color: #222831;
	color: #fff;
}
#tab_menu ul li a.active {
	background-color: #222831;
	color: #fff;
}




#tab_menu_wrap {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
#tab_menu_wrap ul {
	overflow: hidden;
}
#tab_menu_wrap ul li:first-child {
	border-left: 1px solid #e5e5e5;
}
#tab_menu_wrap ul li {
	float: left;
	width: 11.5%;
	line-height: 75px;
	text-align: center;
	font-size: 0.83vw;
	border-right: 1px solid #e5e5e5;
}
#tab_menu_wrap ul li a {
	display: inline-block;
	width: 100%;
	color: #555555;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#tab_menu_wrap ul li a:hover {
	background-color: #222831;
	color: #fff;
}
#tab_menu_wrap ul li a.active {
	background-color: #222831;
	color: #fff;
}




#room_list {
	overflow: hidden;
}
#room_list h3 {
	margin: 4.4% 0 1.8% 0;
	font-size: 2.6vw;
	color: #333333;
}
#room_list h3 small {
	font-size: 2.1vw;
}
#room_list .room_img {
	float: left;
	width: 41%;
}
#room_list .room_img img {
	width: 100%;
}
#room_list .room_info {
	float: left;
	width: 54%;
	margin-left: 4.3%;
}
#room_list .room_info .title {
	font-size: 0.83vw;
	margin-bottom: 14px;
}
#room_list .room_info .content {
	font-size: 0.78vw;
	color: #666666;
	margin: 0 0 50px 0;
	line-height: 1.3vw;
}
#room_list .room_info .content span {
	color: #E21515;
}
#room_list table.price_table {
	display: none;
	border-collapse: collapse;
	font-size: 16px;
	color: #666666;
	font-size: 15px;
	margin-bottom: 60px;
}
#room_list table.price_table th {
	font-weight: normal;
	background-color: #FAFAFA;
}
#room_list table.price_table th,
#room_list table.price_table td {
	padding: 0 16px 0 16px;
	border: 1px solid #E3E3E3;
	height: 40px;
}
#room_list table.price_table thead tr th:first-child,
#room_list table.price_table tbody tr td:first-child {
	border-left: none;
}
#room_list table.price_table thead tr th:first-child+th+th,
#room_list table.price_table thead tr th:first-child+th+th+th+th+th+th+th+th,
#room_list table.price_table tbody tr td:first-child+td+td+td+td {
	border-right: none;
}
#room_list table.price_table td {
	text-align: center;
	border-top: none;
}
#room_list p.reservation {
	width: 37%;
	border: 1px solid #343434;
	margin-top: 36%;
}
#room_list p.reservation a {
	font-family:'Malgun Gothic bold';
	display: inline-block;
	width: 100%;
	line-height: 90px;
	font-size: 1.04vw;
	text-align: center;
	color: #343434;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#room_list p.reservation a:hover {
	background-color: #343434;
	color: #fff;
}
#room_list ul.images {
	margin-bottom: 14%;
}
#room_list ul.images img {
	margin-top: 6.3%;
	width: 100%;
}
#room_list .room_wrap {
	display: none;
}
#room_list .room_active {
	display: block;
}
