/* 1.실시간예약 타이틀 */
.reserNumber{
	position:relative;
	margin:auto;
	height:55px;max-width:1000px;
	background:url('http://img.einet.kr/service/title/booking/rt_title_01.jpg') no-repeat 15px top;
}
.reserNumber:after{
	content:"";display:block;
	position:absolute;right:0;top:0;
	width:100px;height:100%;
	background:url('http://img.einet.kr/service/title/booking/rt_title_01.jpg') no-repeat right top;
}
/* 상단이미지 */
.topSlogan{
	height:500px;
}
/* 버튼*/
.submenu {
	margin-bottom:100px;
	padding-right:3%;
	font-size:14px;color:#777777;text-align:right;
	border-bottom:1px solid #d4d6d7;
}
.submenu a{
	position:relative;
	display:inline-block;
	padding:15px 10px;
}
.submenu a:hover{
	color:#e69778;
}
.submenu a::after{
	content:"";display:inline-block;
	position:absolute;left:0;bottom:0;
	width:100%;height:0px;
	background:#e69778;
	transition:height 0.3s;
}
.submenu a:hover::after{
	height:5px;
}
/* 프레임 레이아웃 */
.cpage{font-size:0;}
.cpage.right{text-align:right;}
.cpage .frameWrap{
	position:relative;z-index:5;
	display:inline-block;
	width:65%;min-width:825px;
	padding:50px 0;
	text-align:center;
	background:#fff;
}
.cpage .photo{
	position:absolute;top:0;
	width:35%;height:100%;
	background-position:center;background-size:cover;
}
.cpage.right .photo{left:0;right:825px;}
.cpage.left .photo{right:0;}
