ul {
	list-style: none;
}

select.select2me{
	height:34px;
}

.product h4  span{
	color:#898989;
	font-size:12px;
}
/** 블로그 등록 시 로딩 보여주기 **/
.blog_loading {
	color:black;
	text-align:center;
	z-index:9999;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    top:50%;
    left:0px;
}

.blog_loading span {
	background-color:#efefef;
	border:1px solid #cacaca;
	padding:35px;
}

.error {
    color: red;
}

body {
  font-size: 13px;
  font-family: '맑은 고딕','돋움',dotum,AppleGothic;;
  padding-top: 50px;
  padding-bottom: 40px;
  letter-spacing:-1px;
}

.vertical-top{
	vertical-align: top !important;
}

.vertical-middle{
	vertical-align: middle !important;
}

.vertical-bottom{
	vertical-align: bottom !important;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  padding-bottom:10px;
  margin-bottom: 10px;
  letter-spacing:-1px;
  text-align:center;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-content {
	overflow:visible;
}

* {
	margin: 0;
	padding: 0;
}

table {
	font-size:13px;
}

table th {
	background-color:#efefef;
}

/** gallery **/
.content_thumb {
	padding-top:5px;
	text-align:center;
}

.content_thumb .content_thumb_detail{
	border:1px solid #cacaca;
	width:35px;
	height:20px;
	overflow:hidden;
	float:left;
	padding:1px;
	margin:1px;
}

.panel{
	background-color:#fafafa;
	font-size:13px;
	/*padding:10px;*/
	border: 1px solid #dce0e0;
	border-radius: 5;
}

.panel select {
	width:150px;
	/*margin-left:10px;*/
	display:inline;
}

#morris-site-hour{height:200px;}
#morris-site-day{height:200px;}
#morris-blog-hour{height:200px;}
#morris-blog-day{height:200px;}

/** layout 2 **/
.page-bar {
	padding: 5px;
	background-color: #f7f7f7;
	margin-bottom: 25px;
}

.page-bar .breadcrumb {
	margin-bottom:0px;
}

.page-bar .page-toolbar {
	text-align:right;
}

.nav-tabs {
	margin-bottom: 10px;
}

.static-info {
	margin-bottom: 10px;
}

.static-info .name {
	font-weight:900;
	text-align:right;
}

/*** 위의 name은 padding-top이 있어서 보기 페이지에서는 열이 안 맞는다 ***/
.static-info .name_plain {
	font-weight:900;
	text-align:right;
}

.static-info .value {
	min-height:30px;
}

.portlet {
	border: 1px solid #dfdfdf;
	padding:10px;
}


.btn-file {
    position: relative;
    overflow: hidden;
	margin-bottom:10px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.gallery_wrapper{
	position:relative;
	border: 1px solid #ddd;
	border: 1px solid rgba(0,0,0,0.15);
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-webkit-transition: border 0.3s ease,box-shadow 0.3s ease;
	transition: border 0.3s ease,box-shadow 0.3s ease;
}

.gallery_cnt a{
	font-size:10px;
	position: absolute;
	bottom:-5px;
	right:-5px;
	padding:3px;
	background-color:#d64635;
	padding: 1px 3px;
	color:white;
	border-radius:10px;
}

#option label {
	margin-bottom:10px;
}

#option input[type='checkbox']
{
  margin-top: 0;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

#list,
#list_admin,
#list_landing,
#list_link,
#list_pyeon{
	margin-top:10px;
	list-style-type:none;
	padding-left:10px;
}

#list li,
#list_admin li,
#list_landing li,
#list_link li,
#list_pyeong li{
	margin:0px;
	padding:5px;
	float:left;
	display:inline;
}

#list .thumbnail,
#list_admin .thumbnail,
#list_landing .thumbnail,
#list_link .thumbnail{
	padding:0px;
	padding-top:4px;
}

#list_pyeong input{
	height:auto !important;
	padding:3px !important;
}

#list_pyeong textarea{
	padding:3px !important;
}

#list_pyeong img {
	margin-bottom:10px;
}

#list_pyeong td:first-child {
	width:90px;
	text-align:center;
}

#list_pyeong .is_label{
	width:90px;
	background-color:#f9f9f9;
	text-align:center;
	vertical-align: middle !important;
}

#list_pyeong .thumbnail {
	padding:10px;
}

.price_slider{
	margin: 10px 8px;
}

.price_label {
	float: left;
}
.price_show {
	text-align: center;
	float: right;
	font-weight: bold;
	color: #555;
}

.price_range{
	display:none;
}

.price {
	color: #333333;
	font-family: Calibri;
	font-size: 22px;
	font-weight: bold;
}

/** 매물 목록 **/
.search-left {
	border-top: 1px solid #e5e5e5;
	box-sizing: content-box;
}


.search-left h3 {
	background: #f3f3f3;
	border: 1px solid #e5e5e5;
	border-top: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 10px 10px 10px 15px;
}

.search-left ul {
	border: 1px solid #e5e5e5;
	border-top: 0;
	padding: 12px 10px 6px 10px;
	list-style-type: none;
	margin: 0;
}

label.strip {
	color: #777;
	cursor: pointer;
	padding: 0 4px;
	margin: 0;
	font-size: 12px;
}

.sorting{
	float:left;
}

.pagination{
	margin:0px;
	float:right;
}

.subway_map {
	white-space:nowrap;
	font-family: '돋움',dotum,sans-serif;
	margin-left:3px;
	position:relative;
	border-radius:10px;
	display: inline;
	color:white;
	font-size:12px;
	padding:3px 6px 3px 4px; 
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
}

.subway {
	white-space:break-all;
	margin-left:3px;
	position:relative;
	border-radius:10px;
	display: inline;
	color:white;
	font-size:10.5px;
	padding:3px 6px 3px 4px; 
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
}

.sub_1 {background-color:#3B61AB; color:#fff;}
.sub_2 {background-color:#3CB44A; color:#fff;}
.sub_3 {background-color:#EE5A2A; color:#fff;}
.sub_4 {background-color:#6691C9; color:#fff;}
.sub_5 {background-color:#C4A1D8; color:#fff;}
.sub_6 {background-color:#AC774A; color:#fff;}
.sub_7 {background-color:#606D00; color:#fff;}
.sub_8 {background-color:#D81C67; color:#fff;}
.sub_9 {background-color:#AD911D; color:#fff;}
.sub_10 {background-color:#EDB217;color:#fff;}
.sub_11 {background-color:#6691C9;color:#fff;}
.sub_12 {background-color:#A8022D;color:#fff;}
.sub_13 {background-color:#24A77D;color:#fff;}	/** 경춘 **/
.sub_14 {background-color:#06BAB1;color:#fff;}	/** 경의중앙 **/
.sub_15 {background-color:#85DFFF;color:#fff;}	/** 의정부 **/
.sub_16 {background-color:#FF9B24;color:#fff;}	/** 공항 **/
.sub_17 {background-color:#EBAA11;color:#fff;} /** 수인 **/
.sub_18 {background-color:#89D800;color:#fff;} /** 에버라인 **/
.sub_19 {background-color:#2673f2;color:#fff;} /** 경강선 **/
.sub_20 {background-color:#ffb850;color:#fff;} /** 인천2호선 **/
.sub_21 {background-color:#ff9d5a;color:#fff;} /** 자기부상 **/
.sub_22 {background-color:#c6c100;color:#fff;} /** 우이신설 **/
.sub_23 {background-color:#8bc53f;color:#fff;} /** 서해선 **/
.sub_101 {background-color:#EE5A2A;color:#fff;}
.sub_102 {background-color:#3CB44A;color:#fff;}
.sub_103 {background-color:#B6971D;color:#fff;}
.sub_104 {background-color:#426FB5;color:#fff;}
.sub_105 {background-color:#893BB6;color:#fff;}
.sub_106 {background-color:#80a8d8;color:#fff;}
.sub_201 {background-color:#37B42D;color:#fff;}
.sub_301 {background-color:#F85757;color:#fff;} /** 대구지하철 1호선 **/
.sub_302 {background-color:#29C531;color:#fff;} /** 대구지하철 2호선 **/
.sub_303 {background-color:#F7BA21;color:#fff;} /** 대구지하철 3호선 **/
.sub_401 {background-color:#29C531;color:#fff;} /** 광주지하철 1호선 **/

.colorpicker, .colorpicker * {
    z-index: 9999;
}

/** blog **/
.news-items {border-top:1px solid #e5e5e5;}
.news-item{position:relative;	margin:0;padding:0;font-size:13px;border-bottom:1px solid #e5e5e5;padding:10px 0px 10px 0px;}
	.news-item:hover{	background-color:#fdfdfd; }
	.news-item .photo {	position:relative;	float:left;	width:200px;height:150px;	padding-left:5px;padding-right:0px;	background-size: auto 100% ;	background-repeat: no-repeat;}
	.news-item .item {	position:relative;	float:right;width:530px;padding-right:10px;}
	.news-item h3 {font-size: 16px;font-weight: bold;margin-bottom: 0;border:0px;line-height: 1.4;margin: 0;}

h1.page-title a {
	padding-left:10px;
	font-size:15px;
}

h1.page-header span.meta {
	margin-left:10px;
	font-size:14px;
	letter-spacing:-1px;
}

#comment_list a{
	font-size:12px; color:#898989;
	padding-left:10px;
}

.comment-reply-item {
	padding:10px;
	border-bottom:1px dotted #cacaca;
}

.comment-reply-item-reply{
	padding-left:60px;
	background-image:url("/assets/admin/img/reply.gif");
    background-position: 20px 30px;
	background-repeat:no-repeat;
}

.comment-reply-item b {
	color: #2793E6;
}

#profile_msg .alert {
	margin-top:10px;
	margin-bottom:0px;
}

#watermark_msg .alert {
	margin-top:10px;
	margin-bottom:0px;
}

.border-table {
	margin: 10px 5px 10px 5px;
	border: 1px solid #dddddd;
	width:99%;
	border-spacing: 0;
}

.border-table th {background-color: #f4f4f4;padding:5px;color: #222;border-collapse:collapse;border: 1px solid #dddddd;}
.border-table tbody tr.selected td, .border-table tbody tr.selectable:hover td {
	background: #dbdbdb;
}
.border-table tbody td {
	border: 1px solid #dddddd;
	vertical-align: middle;
	padding:5px;
	border-top: 1px solid #dddddd;
}

.checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

ul.ui-autocomplete.ui-menu{
	width:200px;
	border:1px solid #cacaca;
	background-color:#ffffff;
	font-size:12px;
	color:#454545;
	z-index:9999;
}

.ui-menu-item{
	background-color:#ffffff;
}

/** 검색영역 정의 **/

.search-wrapper h3 {
	color: #394041;
	cursor: text;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size:14px;
	font-weight:bold;
}

.search-wrapper {
	border: 1px solid #e5e5e5;
	background-color:#FEFEFE;
	padding: 12px 10px 6px 10px;
	list-style-type: none;
	margin: 0 0 10px 0;
}

#search_tab input, #search_tab select {
  width: 100%;
  font-size: 11px;
  line-height: 15px;
  height: 28px;
}

#search_tab {  margin: 0 0 10px 0; }

#search_tab .nav { overflow: hidden; margin: 0 0 10px 0; border-bottom:1px solid #cacaca;}
#search_tab .nav li { float: left; margin: 0 0 0 0; }
#search_tab .nav li.last { margin-right: 0; }
#search_tab .nav li a { display: block; padding: 5px 10px 5px 10px; background: #959290; color: white; font-size: 12px; text-align: center; border: 0; }
#search_tab .nav li a:hover { background-color: #111; }

#search_tab ul { list-style: none; }
#search_tab ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; border-top-left-radius:5px;border-top-right-radius:5px;}
#search_tab ul li a:hover { background: #fe4902; color: white; }
#search_tab ul li:last-child a { border: none; }

#search_tab ul li.nav-one a.current, #search_tab ul.featured li a:hover { background-color: #0575f4; color: white; }
#search_tab ul li.nav-two a.current, #search_tab ul.core li a:hover { background-color: #d30000; color: white; }
#search_tab ul li.nav-three a.current, #search_tab ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#search_tab ul li.nav-four a.current, #search_tab ul.classics li a:hover { background-color: #FE4902; color: white; }

.search-wrapper .input-append input {width:60%;}
.search-wrapper .btn-group {margin-bottom:5px;}

/** 가격 레인지 검색시 스타일 **/
.price_slider{
	margin: 10px 8px;
}

.price_label {
	float: left;
}
.price_show {
	text-align: center;
	float: right;
	font-weight: bold;
}

.price_range{
	padding:0px 10px 0 10px;
	display:none;
}

.thumbnail.thumb{
	border:4px solid #ddd;
	padding:0px !important;
}

.thumbnail.first_thumb{
	border:4px solid red;
	padding:0px !important;
}

.input-icon > .form-control {
  padding-left: 33px;
}

.input-icon > i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  z-index: 3;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.table-striped-left > tbody > tr > td:first-child{
	background-color:#f9f9f9;
	vertical-align: middle !important;
}

.divider{
	margin:0px !important;
	padding:0px !important;
	background-color: #ddd !important;
}

.gallery_thumb {
	display:none;
	background-color:#f5f5f5;
	position:absolute;
	top:0;
	margin-left:50px;
	border:1px solid #c5c5c5;
	z-index:10;
}

.gallery_thumb img{
	width:100px;
	height:80px;
	margin:10px 0px 0px 10px;
}

.thumb_button {
	position:absolute;
	bottom:0;
	right:0;
}

.area_part{
	padding: 10px 0px;
	background-color: #e7e7e7;
}
.area_part div label{
	width:114px;
}
#sido_section,
#gugun_section,
#dong_section{
	position: relative;
	width: 30%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
}
#sido_section ul li div button,
#gugun_section ul li div button,
#dong_section ul li div button{
	width: 90px;
}
#address_modal .modal-dialog{
	margin-top: 150px;
	width:100%;
	max-width: 350px;
}
.select_label .active{
	color: #337ab7;
}

.datepicker .prev,
.datepicker .next,
.datepicker .day{
	cursor: pointer;
}

.is_print { display: none; }

/*** 매물 로딩 ***/
.loading_content {
  display:none;
}
.loading_content .loading_background{
  width:100%;
  height:100%;
  position:fixed;
  z-index:9998;
  text-align:center;
  background-color:#fff;
  opacity:0;
  top:0px;
  left:0px;
}
.loading_content .loading_image {
  width:100%;
  height:100%;
  position:fixed;
  z-index:9999;
  text-align:center;
  top:50%;
  left:0px;
  margin-left:100px;
}

/*모달창 중앙 정렬 시키기*/
#full_rent_cal_modal,
#deposit_cal_modal,
#mgr_price_cal_modal{
  text-align: center;
}

#full_rent_cal_modal:before,
#deposit_cal_modal:before,
#mgr_price_cal_modal:before{
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 80%;
}
#full_rent_cal_modal > .modal-dialog,
#deposit_cal_modal > .modal-dialog,
#mgr_price_cal_modal > .modal-dialog{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
/*모달창 중앙 정렬 시키기*/
.pointer{cursor: pointer}

.ribbon_red{   
  background: #ce0000 !important;
 
}
.ribbon_green{   
  background: #79A70A !important;
 
}
.ribbon_yellow{ 
  background: #f6d000 !important;
 
}
.ribbon_blue{   
  background: #007aeb !important;
 
}
.ribbon_purple{   
  background: #b400ff !important;
 
}
.ribbon_white{   
  background: #fafafa !important;
 	color:#333 !important;
}
.ribbon_black{   
  background: #2a2a2a !important;
 
}
.ribbon_orange{   
  background: #ffae13 !important;
 
}
.ribbon_gold{   
  background: #e0ce05 !important;
 
}
.price-range {
	font-size:12px;
}

/* 관리자 매물관리에서 매매, 전세, 월세 앞에 도트와 색깔 지정을 위해서 */

.m-badge.m-badge--dot {
    padding: 0;
    line-height: 6px;
    min-height: 6px;
    min-width: 6px;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.m-badge {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #eaeaea;
    color: #444;
    font-size: 0.8rem;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 0px 2px;
}

.m-badge-monthly-rent {
	background-color: #9ccd58;
	color: #ffffff;
}

.m-color-monthly-rent {
	color: #9ccd58;
}

.m-badge-full-rent {
	background-color: #0065b3;
	color: #ffffff;
}

.m-color-full-rent {
	color: #0065b3;
}

.m-badge-installation {
	background-color: #f6910b;
	color: #ffffff;
}

.m-color-installation {
	color: #f6910b;
}

.m-badge-sell {
	background-color: #ee1c25;
	color: #ffffff;
}

.m-color-sell {
	color: #ee1c25;
}

.m-badge-rent {
	background-color: #00a5b3;
	color: #ffffff;
}

.m-color-rent {
	color: #00a5b3;
}

/* 관리자 매물관리에서 멀티셀렉트 상단과 하단의 여백이 너무 없어서 추가함 */

.multiselect-container > li:first-child {
	padding-top:10px;	
} 

.multiselect-container > li:last-child {
	padding-bottom:10px;	
} 