
/*제주롱스테이*/
.longstay_wrap {
	width: 1200px;
	margin: 0 auto;
	overflow:hidden;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom:10px;
	padding-top: 10px;
}
.longstay_wrap .title_wrap { /* 왼쪽영역 */
	float:left;
	background-color: #f0f5fb;
	width: 290px;
	height: 520px;
	margin: 14px 0 14px 17px;
}
.longstay_wrap .title_wrap h3 {
	color: #363948;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 26px 0 0 30px;
}
.longstay_wrap .title_wrap p {
	color: #363948;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -1px;
	padding: 20px 0 0 30px;
}
.longstay_wrap .title_wrap .event {
	text-align: center;
	padding-top: 50px;
}
ul.longstay_tab_menu { /* 왼쪽영역 메뉴 */
	margin-left:25px;
	margin-top:180px;
	padding: 0px;
	list-style: none;

}
ul.longstay_tab_menu li {
	background: none;
	color: #222;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	width: 240px;
	font-size: 16px;
}
ul.longstay_tab_menu li.current_intouch {
	border: 1px solid #0768b5;
	border-radius: 30px;
	color: blue;
	margin: -1px -2px -1px -1px;
} /* 왼쪽영역 메뉴 끝 */
ul.longstay_tab_menu li.current_intouch a {
	color: #0768b5;
}
.tab-content {
	display: none;
	background: white;
	float:right;
	margin-right:10px;
	margin-top:15px;
}
.tab-content .tab-content-ul {
	width: 850px;
}
.tab-content .tab-content-ul .tab-content-li {
	border: 1px solid #e4e4e4;
	height: 170px;
	margin-bottom: 4px;
	cursor: pointer;
	border-radius:10px
}
.tab-content .tab-content-ul .tab-content-li a:after {
	content: '';
    display: block;
    clear: both;
}
.tab-content .tab-content-ul .tab-content-li .thum {
	width: 256px;
	height: 168px;
	float: left;
}
.tab-content .tab-content-ul .tab-content-li a .info span {
	position: relative;
	top: 20px;
	width: auto;
	margin-left: 280px;
	display: block;
}
.tab-content .tab-content-ul .tab-content-li a .info .tit1 {
	white-space: nowrap;
	color: #333;
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	text-overflow: ellipsis;
}
.tab-content .tab-content-ul .tab-content-li a .info .txt1 {
	white-space: nowrap;
	color: orange;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	font-weight: 400;
}
.tab-content .tab-content-ul .tab-content-li a .info .txt2 {
	white-space: nowrap;
	color: #333;
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
	font-weight: 700;
	margin-top: 50px;
}
.tab-content .tab-content-ul .tab-content-li a .info .txt2 .price {
	font-weight: 700;
	font-size: 20px;
	color:#0130d4;
	margin-left:5px;
}

.tab-content.current_intouch {
	display: inherit;
}
.longstay_tab_menu .clearfix {*zoom:1}
.longstay_tab_menu .clearfix:after {
	content:'';
	display:block;
	clear:both;
}