
/* 룸이랑 동일:::시작 */
.cpage{display:none;}
.title{
	position:absolute;z-index:50;
	left:0;bottom:30px;
	width:100%;height:30%;
}
.title .middle{
	position:absolute;
	height:111px;
	top:30px;bottom:0;left:65px;margin:auto 0;
}
/* 룸이랑 동일:::끝 */
.info_txt{
	visibility:hidden;
	position:absolute;bottom:0;left:0;
	display:inline-block;*display:inline;_display:inline;
	min-height:0px;line-height:0px;
	background:#fff;
	border:56px solid #fff;
	border-radius:56px;
	-moz-border-radius : 56px;
	-webkit-border-radius : 56px;
	-ms-border-radius :56px;
	-khtml-border-radius : 56px;
	-o-border-radius :56px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	min-width:111px;
	max-width:1000px;
}
.info_txt .content{
	max-width:950px;
	overflow:hidden;
	line-height:21px;font-size:13px;
	margin:-30px;height:60px;
}
.title_cell{
	display:inline-block;*display:inline;_display:inline;
	vertical-align:bottom;
	font-size:0;line-height:0;
	margin-right:30px;
}
.title_cell b{
	display:inline-block;*display:inline;_display:inline;
	font-size:21px;color:#fff;
	vertical-align:middle;
	padding-left:7px;
}
