/* 1.실시간예약 타이틀 */
.reserNumber{
	position:relative;
	width:100%;height:55px;
	margin:auto;
	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;
}



/*  교통안내 */
.commT {
	overflow: hidden;
}
.comm_title {
	margin-top: 120px;
	font-size: 26px;
	color: #444;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}
.commT .submenu { height: 0; font-size: 0; }
.commT_wrap {
	position: relative;
	width: 100%;
	margin: auto;
}
.commT_wrap .map_wrap {
	position: relative;
	width: 100%;
	max-width: 1520px;
	margin: auto;
}
.commT_wrap .map_wrap .add {
	margin-top: 25px;
	margin-bottom: 60px;
	font-size: 18px;
	color: #444;
	line-height: 28px;
	text-align: center;
}

.commT_wrap .traffic_wrap {
	position: relative;
	width: 100%;
	max-width: 1520px;
	margin: 50px auto 120px;
	text-align: right;
	overflow: hidden;
}
.commT_wrap .traffic_wrap::after {
	content: '';
	position: absolute;
	right: 0; top: 0; bottom: 0;
	margin: auto;
	width: 1020px; height: 1px;
	background: #ccc;
}
.traffic_wrap .content_wrap {
	position: relative;
	display: inline-block;
	width: 1020px;
}
.traffic_wrap .leftImg {
	position: absolute;
	top: 0; right: 1020px;
	width: 500px; height: 660px;
}
.traffic_wrap .frame_wrap {
	display: inline-block;
	width: 890px; height: 330px;
	background: #fff;
	text-align: left;
	z-index: 1;
}
.traffic_wrap .frame_wrap .title {
	position: relative;
	margin-bottom: 10px;
	padding-top: 70px;
	padding-bottom: 20px;
}

.traffic_wrap .frame_wrap .title::after {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	margin: auto;
	width: 41px; height: 1px;
	background: #888;
}
.traffic_wrap .frame_wrap .title h5 {
	font-size: 14px;
	color: #927e6b;
	letter-spacing: 0;
	text-transform: uppercase;
}
.traffic_wrap .frame_wrap .title h6 {
	margin-top: 5px;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	color: #444;
}


/* 실시간예약 */
.commR {
	overflow: hidden;
}
.commR .submenu {
	width: 100%;
	padding: 55px 0;
	background: #fff;
	font-size: 0;
	text-align: center;
	margin-bottom: 65px;
}
.commR .submenu a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	color: #949494!important;
	transition: color 0.4s;
}
.commR .submenu a:hover, .commR .submenu a.sel {
	color: #262626!important;
}
.commR .submenu a::before {
	content: '';
	position: absolute;
	top: 2px; left: 0; bottom: 0;
	margin: auto;
	display: inline-block;
	width: 1px; height: 10px;
	background: #949494;
}
.commR .submenu a:first-child {
	padding-left: 0;
}
.commR .submenu a:first-child::before {
	display: none;
}
.commR .submenu.FIX {
	position: fixed;
	top: 80px;
	padding: 40px 0 20px;
	z-index: 30;
}

.commR_wrap {
	position: relative;
	width: 100%;
	max-width: 1520px;
	margin: auto;
	overflow: hidden;
}
.commR_wrap .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-align: center;
}
.commR_wrap .title::after {
	content: '';
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	width: 41px; height: 1px;
	background: #888;
}
.commR_wrap .title h5 {
	font-size: 12px;
	font-weight: 100;
	color: #927e6b;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.commR_wrap .title h6 {
	margin-top: 7px;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	color: #444;
}
.inner_wrap {
	position: relative;
	width: 825px;
	margin: auto;
}
/* 예약안내 */
.reservation_guide {
	position: relative;
	margin-top: 100px;
	text-align: left;
}
.reservation_guide .title {
	text-align: left;
}
.reservation_guide .title::after {
	margin: 20px 0 0;
}
.reservation_guide .rightImg {
	position: absolute;
	top: 0; right: 0; left: 820px;
	width: 700px; height: 479px;
}

/* 이용안내 */
.use_guide {
	position: relative;
	/*margin-top: 100px;*/
}
.use_guide .leftImg {
	position: absolute;
	top: 0; right: 825px; left: 0;
	width: 26.316%; height: 100%;
}
.use_guide .rightCon {
	position: relative;
	display: inline-block;
	width: 825px; height: 500px;
	margin-left: 34%;
}
.use_guide .title {
	margin-top: 0;
	text-align: left;
}
.use_guide .title::after {
	margin: 20px 0 0;
}

/* 환불규정 */
/*.provision { margin-top: 100px; }*/
.provision .title {
	text-align: left;
}
.provision .title::after {
	margin: 20px 0 0;
}


/* 커뮤니티 */
.commC {
	position: relative;
	width: 100%;
	max-width: 1524px;
	min-height: 440px;
	margin: 150px 0;
	text-align: right;
}
.commC_list {
	position: absolute;
	top: 0; left: 0;
	display: inline-block;
	width: 19vw; height: 100%;
	text-align: center;
	vertical-align: top;
}
.commC_list::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0;
	margin: auto;
	width: 1px;
	background: #dadada;
}
.commC_list .list {
	width: 128px;
	margin: auto;
}
.commC_list a {
	position: relative;
	display: block;
	width: 128px; height: 44px;
	margin-top: 14px;
	font-size: 16px;
	line-height: 44px;
	color: #444;
	background: transparent;
	transition: color 0.3s, background 0.3s;
}
.commC_list a:hover, .commC_list a.sel {
	color: #fff;
	background: #927e6b;
}


.commC .content_wrap {
	display: inline-block;
	width: 1000px;
	margin-left: 155px;
	vertical-align: top;
}
.commC .content_wrap .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 22px;
	color: #444;
	text-align: left;
}
.commC .content_wrap .title::after {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 41px; height: 1px;
	background: #888;
}
.commC .content_wrap .title .ft-js {
	font-size: 14px;
	color: #927e6b;
	letter-spacing: 0;
}
.commC .content_wrap .title h5 {
	margin-top: 6px;
	font-weight: 500;
	color: #444;
}