	#rooms{
		padding-left:145px;
		font-size:16px;line-height:26px;color:#979797;
	}
	#rooms .btnWrap{
		width:560px;
	}
	#rooms .bgtxt{
		-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;
		margin-left:-145px;
		width:560px;
		padding-right:10%;padding-top:10%;
		background:url(../images/rooms/bgtxt.png) no-repeat left bottom;background-size:contain;
	}
	#rooms .photoWrap{
		position:absolute;
		right:0;top:0;bottom:0;left:3%;
		margin-left:705px;
		background-position:center;background-size:cover;
	}
	#rooms .photoWrap .controlSlider{
		width:auto;min-width:auto;
		padding:0 25px 0 20px;
	}
	/* 버튼부분 */
	#rooms .btn{
		position:relative;
		display:block;
		padding:15px;
		transition:background-color 0.3s;
	}
	#rooms .btn.SEL{background:#efedee;}
	#rooms .btn .txtWrap{
		display:inline-block;vertical-align:middle;
		margin-left:30px;
	}
	#rooms .btn .base{
		transition:opacity 0.3s;
	}
	#rooms .btn.SEL .base{opacity:0;}
	#rooms .btn .base h6{
		padding-bottom:10px;
		font-size:26px;line-height:26px;color:#595959;
		font-family: 'Montserrat','맑은 고딕', 'Malgun Gothic','Nanum Gothic', sans-serif;
	}
	#rooms .btn .base h5{
		font-size:20px;line-height:20px;color:#b0b0b0;
	}
	#rooms .btn .over{
		display:block;
		position:absolute;top:50%;transform:translateY(-50%);
		opacity:0;
		transition:opacity 0.3s;
	}
	#rooms .btn.SEL .over{opacity:1;}
	#rooms .btn .over h6{
		display:inline-block;
		margin-bottom:10px;
		padding-bottom:5px;
		font-size:20px;line-height:20px;color:#993f70;font-weight:bold;
		font-family: 'Montserrat','맑은 고딕', 'Malgun Gothic','Nanum Gothic', sans-serif;
		border-bottom:1px solid #993f70;
	}