#comm_info {
	background: url(/img/room/room_info_bg.jpg) 0 0 no-repeat;	
	background-size: cover;
	background-attachment: fixed;	
	display: table;
	font-size: 0;
	text-align: center;
}
#comm_info .wrap {
	display: table-cell;
	vertical-align: middle;
}
#comm_info h2 {
	margin-bottom: -17px;
}
#comm_info .info {
	background-color: #fff;
	padding: 32px 0 0 0;
	overflow: hidden;
}
#comm_info .info .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
#comm_info .info .more {
	font-size: 18px;
	color: #fff;
	background-color: #00aaa2;
	display: inline-block;
	width: 19%;
	padding: 1% 0;
	float: right;
	transition: all 0.4s;
}
#comm_info .info .more img {
	margin-left: 5%;
	vertical-align: middle;	
}
#comm_info .info .more:hover {
	background-color: #000;
}
.room_info .info .title {
	font-size: 20px;
	font-weight: bold;
	color: #18cac2;
	margin-bottom: 6px;	
	text-decoration: underline;
}
.room_info .info .text {
	padding-bottom: 2%;
}
.fac_info .info .title {
	font-size: 36px;
	margin-bottom: 1%;	
}
.fac_info .info .text {
	padding-bottom: 6%;
}




#room_detail {
	text-align: center;
}
#room_detail .owl-carousel li {
	width: 100%;
	height: 100%;
}
#room_detail .owl-carousel li div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
#room_detail .title {
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
}
#room_detail .title1 {
	margin-top: 3%;
}
#room_detail .title2 {
	font-size: 18px;
	margin-top: 1%;
	transition-delay: 0.2s;
}
#room_detail .title.active {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity: 1;
}

/* add CSS */

.eco-map{
    width: 100%;
    height: 580px;
}




.reser_tab .p_reser {
	display: block;	
}
.reser_tab .m_reser {
	display: none;
	border: none;
	width: 160px;
	height: 35px;
	background-color: #18CAC2;
	border-radius: 10px;
	margin: 2% auto 8%;
}
.reser_tab .m_reser a {
	color: #fff;
}
.reser_tab .refund_table {
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	width: 70%;
	margin: 2% auto 5%;
}
.reser_tab .refund_table tr {
	border-top: 1px solid #666;
}
.reser_tab .refund_table td,
.reser_tab .refund_table th {
	padding: 9px 4px; 
	border-right: 1px solid #666;
}
.reser_tab .text_group .item .text2 {
	padding-bottom: 0;
}





/*------- ��ü���� ���� --------*/
.groupReserView .container {
	padding: 0 19.5%;
 }
.groupReserView h3 {
	font-size: 36px;
	color: #333333;
	padding: 4.5% 0 1.7% 0;	
}
.groupReserView .text {
	font-size: 18px;
	color: #333333;
	background-color: #eeeeee;
	line-height: 32px;
	padding: 2.5% 0;
	margin-bottom: 4%;
}





/*------- ��ü���� �ۼ��ϱ� --------*/
.groupReserView .essen {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #333333;
}
.groupReserView .essen:before {
	content: '*';	
	font-size: 24px;
	color: #ff2626;
	vertical-align: middle;
	margin-right: 5px;
}
.groupReserView form {
	text-align: left;
}
.groupReserView legend {
	position: absolute;
	left: -9999px;
}
.groupReserView .writeForm {
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 5%;
}
.groupReserView .writeForm .item {
	border-bottom: 1px solid #d9d9d9;
	padding: 1% 0;
	font-size: 16px;
	color: #666666;
	position: relative;
}
.groupReserView .writeForm .item input[type="text"],
.groupReserView .writeForm .item input[type="password"],
.groupReserView .writeForm select {
	height: 40px;
	background-color: #f2f2f2;
	border: none;
}
.groupReserView .writeForm .item input.col1 {
	width: 26%;
}
.groupReserView .writeForm .item input.col2,
.groupReserView .writeForm select {
	width: 13%;
}
.groupReserView .writeForm select {
	padding-left: 1%;
	font-size: 14px;
	color: #333333;
	background: #f2f2f2 url(/img/arrow.png) 90% 50% no-repeat;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.groupReserView .writeForm select::-ms-expand {
	display: none;
}
.groupReserView .writeForm .item input[type="checkbox"] {
	display: none;
}
.groupReserView .writeForm .item input[type="checkbox"] + label {
	font-size: 14px;
	color: #333333;
	vertical-align: middle;
	margin-right: 5%;
	cursor: pointer;
}
.groupReserView .writeForm .item input[type="checkbox"] + label:before {
	content: url('/img/check.png');
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.groupReserView .writeForm .item input[type="checkbox"]:checked + label:before {
	content: url('/img/check_on.png');
}
.groupReserView .writeForm .item .tit {
	display: inline-block;
	width: 21%;
	padding-left: 3%;
}
.groupReserView .writeForm .essenItem label:before {
	content: '*';	
	font-size: 24px;
	color: #ff2626;
	position: absolute;
	top: 26%;
	left: 1.6%;
}
.groupReserView .writeForm textarea {
	width: 73%;
	background-color: #f2f2f2;
	border: none;
	vertical-align: middle;
	resize: none;
}
.groupReserView .writeForm .checkInDate,
.groupReserView .writeForm .checkOutDate {
	display: inline-block;
	width: 74%;
}
.groupReserView .writeForm .checkInDate select,
.groupReserView .writeForm .checkOutDate select {
	width: 17.5%;
}

.groupReserView .privacy .tit {
	font-size: 24px;
	color: #333333;
	font-weight: 100;
	display: inline-block;
	margin-bottom: 1%;
}
.groupReserView .privacy textarea {
	border: 2px solid #d9d9d9;
	width: 97%;
	resize: none;
	font-size: 12px;
	line-height: 18px;
	padding: 1%;
	color: #666;
	outline: none;
}
.groupReserView .privacy input[type="checkbox"] {
	display: none;
}
.groupReserView .privacy input[type="checkbox"] + label {
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	margin-top: 1%;
}
.groupReserView .privacy input[type="checkbox"] + label:before {
	content: url('/img/agree_check.png');
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.groupReserView .privacy input[type="checkbox"]:checked + label:before {
	content: url('/img/agree_check_on.png');
}
.groupReserView .btnWrap {
	text-align: center;
	margin: 3% 0 7% 0;
}
.groupReserView .btnWrap .btn {
	display: inline-block;
	width: 15%;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 14px;
	color: #333333;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	margin: 0 0.5%;
	padding: 0;
	transition: 0.4s;
}
.groupReserView .btnWrap .btn:hover {
	background-color: #000;
	color: #fff;
}
.groupReserView .btnWrap input[type="submit"] {
/*	background-color: #000;*/
/*	color: #fff;*/
}
.groupReserView .viewTable+.btnWrap {
	text-align: right;
}
.groupReserView .viewTable+.btnWrap .btn {
	text-align: center;
}



/*------- ��ü���� ����Ʈ���̺� --------*/
.groupReserView .listTable {
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	margin-bottom: 4%;
}
.groupReserView .listTable thead tr {
	border-bottom: 1px solid #000;
}
.groupReserView .listTable tr {
	border-top: 1px solid #d9d9d9;	
}
.groupReserView .listTable th,
.groupReserView .listTable td {
	padding: 1.7% 0;
	color: #333333;
	font-size: 16px;
}
.groupReserView .listTable td,
.groupReserView .listTable td a {
	color: #666666;
}
.groupReserView .listTable td.name .key {
	vertical-align: middle;
}
.groupReserView .listTable td.name .reply {
	font-size: 12px;
	color: #ff3939;
	display: inline-block;
	margin-left: 5px;
}
.groupReserView .listTable td.date {
	font-size: 14px;
}
.groupReserView .boardPage {
	margin-bottom: 7%;
}
.groupReserView .boardPage .pageNumber {
	display: inline-block;
}
.groupReserView .boardPage .pageNumber a {
	display: inline-block;
	margin: 0 10px;
	color: #666666;
	font-size: 14px;
	vertical-align: top;
}
.groupReserView .boardPage .pageNumber a.on {
	color: #000;
	font-weight: bold;
}



/*------- ��ü���� �����̺� --------*/
.groupReserView .viewTable {
	text-align: left;
}
.groupReserView .viewTable thead {
	background-color: #fafafa;
}
.groupReserView .viewTable td,
.groupReserView .viewTable th {
	padding-left: 5%;
}
.groupReserView .viewTable .right {
	text-align: right;
	padding-right: 5%;
}







.groupReserView .replyTable td span {
	font-size: 12px;
	color: #ff3939;
	display: block;
	margin-bottom: 2.5%;
}











/*------- ��ü���� ��й�ȣ �Է� ������ --------*/
.groupReserView .pwForm {
	border-top: 2px solid #000;
	border-bottom: 1px solid #d9d9d9;
	padding: 4% 0 6%;
	margin-bottom: 8%;
}
.groupReserView .pwForm .row {
	width: 60%;
	margin: 0 auto;
}
.groupReserView .pwForm label {
	font-size: 16px;
	color: #666666;
}
.groupReserView .pwForm input[type="password"] {
	height: 40px;
	background-color: #f2f2f2;
	border: none;
	width: 43%;
	margin: 0 4% 0 5%;	
}
.groupReserView .pwForm .btn {
	display: inline-block;
	width: 28%; 
	border: 1px solid #000; 
	background-color: #fff;
	font-size: 14px;
	color: #333333; 
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	vertical-align: middle;
	transition: 0.4s;
}
.groupReserView .pwForm .btn:hover {
	background-color: #000;
	color: #fff;
}
.groupReserView .pwForm .txt {
	font-size: 14px;
	color: #666666;
	margin: 2% 0 0 21%; 
}






@media (max-width: 1600px) { 
	#comm_info .info .more {
		font-size: 16px;
	}
	.groupReserView .container {
		padding: 0 10%;
	}
	.groupReserView h3 {
		font-size: 30px;
	}
}
@media (max-width: 1280px) {
	#comm_info .info .title {
		font-size: 16px;
	}
	#comm_info .info .text,
	#comm_info .info .more {
		font-size: 14px;
		line-height: 22px;
	}
	.groupReserView .container {
		padding: 0 4%;
	}
	.groupReserView .text {
		font-size: 16px;
		line-height: 28px;
	}
}
@media (max-width: 768px) {
	#comm_info h2 {
		display: none;
	}
	#comm_info .info {
		text-align: left;
		padding: 3%;
	}
	#comm_info .info .title {
		font-size: 14px;
	}
	#comm_info .info .text {
		font-size: 12px;
		line-height: 19px;
		padding-bottom: 17px;
	}
	#comm_info .info .more {
		float: none;
		width: 32%;
		text-align: center;
	}
	#comm_info .info .more img {
		display: none;
	}
	#room_detail {
		display: none;
	}
	.groupReserView h3 {
		font-size: 20px;
	}
	.reser_tab .refund_table {
		width: 97%;
		font-size: 14px;
	}
	.reser_tab .refund_table td, 
	.reser_tab .refund_table th {
		padding: 1px;
	}
	.groupReserView .text {
		font-size: 14px;
		line-height: 24px;
	}
	.groupReserView .writeForm .essenItem label:before {
		left: 0;
	}
	.groupReserView .writeForm .fac_item {
		text-align: center;
	}
	.groupReserView .writeForm .fac_item .tit {
		width: 100%;
		padding-left: 0;
		padding-bottom: 3%; 
	}
	.groupReserView .writeForm .item input[type="checkbox"] + label {
		margin-right: 7%;
	}
	.groupReserView .writeForm .item,
	.groupReserView .privacy input[type="checkbox"] + label {
		font-size: 14px;
	}
	.groupReserView .writeForm .item input[type="text"], 
	.groupReserView .writeForm .item input[type="password"], 
	.groupReserView .writeForm select {
		height: 30px;
	}
	.groupReserView .writeForm .item input.col1,
	.groupReserView .writeForm .checkInDate select, 
	.groupReserView .writeForm .checkOutDate select {
		width: 25%;
	}
	.groupReserView .writeForm .item input.col2, 
	.groupReserView .writeForm select {
		width: 19%;
	}
	.groupReserView .writeForm .item {
		padding: 2% 0;	
	}
	.groupReserView .privacy .tit {
		font-size: 18px;
	}
	.groupReserView .listTable th, .groupReserView .listTable td {
		font-size: 14px;
	}
	.groupReserView .btnWrap .btn {
		height: 38px;
		line-height: 38px;
		width: 19%;
	}
	.groupReserView .pwForm .row {
		width: 80%;
	}
	.groupReserView .pwForm label {
		font-size: 14px;
		width: 26%;
	}
	.groupReserView .pwForm input[type="text"] {
		margin: 0;
	}
	.groupReserView .pwForm .txt {
		font-size: 12px;
	}
	.groupReserView .pwForm .btn {
		height: 38px;
		line-height: 38px;
		width: 21%;
	}
	
}
@media (max-width: 479px) {
	#comm_info .info .more {
		font-size: 12px;
	}
	.reser_tab .p_reser {
		display: none;
	}
	.reser_tab .m_reser {
		display: block;
	}
	.reser_tab .refund_table {
		font-size: 12px;
	}
	.groupReserView .text {
		font-size: 12px;
		line-height: 20px;
	}
	.groupReserView .writeForm .item, 
	.groupReserView .privacy input[type="checkbox"] + label,
	.groupReserView .writeForm select {
		font-size: 12px;
	}
	.groupReserView .privacy .tit {
		font-size: 14px;
	}
	.groupReserView .submit input {
		font-size: 12px;
		height: 40px;
		line-height: 40px;
	}
	.groupReserView .listTable th, .groupReserView .listTable td {
		font-size: 12px;
	}
	.groupReserView .writeForm .item input[type="checkbox"] + label {
		margin-right: 4%;
	}
	.groupReserView .writeForm .item input[type="checkbox"] + label,
	.groupReserView .btnWrap .btn {
		font-size: 12px;
	}
	.groupReserView .writeForm .item input[type="checkbox"] + label:before {
		content: url('/img/m_check.png');
		margin-right: 3px;
	}
	.groupReserView .listTable th, .groupReserView .listTable td {
		padding: 2.7% 0;
	}
	.groupReserView .writeForm .item input[type="checkbox"]:checked + label:before {
		content: url('/img/m_check_on.png')
	}
	.groupReserView .writeForm .fac_item {
		padding: 4% 0;
	}
	.groupReserView .writeForm textarea {
		width: 70%;
	}
	.groupReserView .privacy textarea {
		width: 94%;
	}
	.groupReserView .btnWrap .btn {
		height: 30px;
		line-height: 30px;
	}
	.groupReserView .pwForm .row {
		width: 90%;
	}
	.groupReserView .pwForm label {
		font-size: 12px;
	}
	.groupReserView .pwForm input[type="text"] {
		height: 30px;
	}
	.groupReserView .pwForm .btn {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.groupReserView .pwForm .txt {
		margin: 2% 0 0 10%;
	}
}