.room_wrap {
	padding-top: 125px;
	padding-bottom: 125px;
	max-width: 1356px;
	margin: 0 auto;
}
.room_wrap .sub_title {
	margin-top: 153px;
	margin-bottom: 110px;
}
.type_content {
	display: flex;
	justify-content: space-between;
}
.type_content .text_wrap,
.type_content .features_wrap {
	width: 50%;
}
.type_content .detail_text{
	/* margin-top:50px; */
}
.type_content .detail_text li {
	display: flex;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight:300;
}
.type_content .detail_text li span {
	line-height: 1.64;
	letter-spacing: -0.55px;
	color: #000;
}
.type_content .detail_text li span:first-child {
	padding-right: 18px;
	color: #bc9471;
	min-width: 40px;
	font-weight:600;
}
.type_content .detail_text li .floor_plan,
.type_content .detail_text li .check {
	cursor: pointer;
    margin: 5px 0 10px;
}
.type_content .detail_text li .check {
	padding: 0 25px;
    line-height: 1.5;
    color: #000;
    border-radius: 50px;
    border: 1px solid #000;
    height: 23px;
}
.type_content .features {
	font-size: 20px;
	text-align: center;
	font-family: 'SpoqaHanSansNeo-Bold';
	color: #bc9471;
	margin-bottom: 50px;
	font-weight:600;
}
.type_content .icon_wrap {
	display: flex;
	flex-wrap: wrap;
}
.type_content .icon_wrap .icon {
	width: 20%;
	text-align: center;
	margin-bottom: 40px;
}
.type_content .icon_wrap .icon .img {
	width: 40px;
	height: 40px;
	margin:auto;
	opacity:.5;
	align-items: center;
	justify-content: center;

}
.type_content .icon_wrap .icon p {
	margin-top: 5px;
	font-size: 13px;
	letter-spacing: -0.45px;
	color: #777;
}
.room_wrap .reserve_btn_wrap {
	text-align: center;
	margin-top: 100px;
}
.room_wrap .other_room_wrap {
	max-width: 537px;
	width: 100%;
	margin: 0 auto;
	margin-top: 125px;
	text-align: center;
}
.other_room_wrap .ttl {
	font-size: 17px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.other_room_wrap .room_name {
	font-size: 22px;
	margin-top: 20px;
	font-weight:500;
}
.other_room_wrap .line {
	margin: 10px 0;
}
.other_room_wrap p {
	font-size: 15px;
}
.amenity_popup .close {
	right: -40px;
}
.amenity_popup {
	max-width: 984px;
}
.amenity_wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 100px 80px 50px;
	background-color: #fff;
}
.amenity_wrap .wrap {
	width: 33%;
	text-align: left;
	margin-bottom: 50px;
}
.amenity_wrap .wrap .title {
	color: #bc9471;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
}
.amenity_wrap .wrap ul li {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
@media(max-width:1386px) {
	.room_wrap .content_wrap {
		padding: 0 15px;
	}
}
@media(max-width:992px) {
	.room_wrap {
		padding-top: 82px;
		padding-bottom: 100px;
	}
	.room_wrap .sub_title {
		margin-top: 70px;
		margin-bottom: 80px;
	}
	.type_content {
		display: block;
	}
	.type_content .text_wrap,
	.type_content .features_wrap {
		width: 100%;
	}
	.type_content .features_wrap {
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		padding-top: 50px;
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.type_content .detail_text li {
		font-size: 17px;
	}
	.type_content .features {
		font-size: 18px;
	}
	.type_content .icon_wrap .icon {
		margin-bottom: 30px;
	}
	.type_content .icon_wrap .icon p {
		font-size: 14px;
	}
	.room_wrap .reserve_btn_wrap {
		margin-top: 50px;
	}
	.room_wrap .other_room_wrap {
		margin-top: 80px;
	}
	.amenity_popup .close {
		top: -50px;
		right: 15px;
	}
	.amenity_wrap {
		padding: 30px;
		justify-content: space-between;
	}
	.amenity_wrap .wrap {
		width: 30%;
		margin-bottom: 20px;
	}
	.amenity_wrap .wrap .title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.amenity_wrap .wrap ul li {
		font-size: 13px;
	}
} 