/* modal */
#background_div {
	width: 1024px;
	height: 1000px;
	background-color: #FFFFFF;
}


.container {
	border: 1px solid #000000;
	margin-top: 20px;
}


.bb_tab_wrapper {
	position: relative;
	height: 50px;
}


.bb_tab20 {
	width: 20%;
}


.bb_tab25 {
	width: 25%;
}


.bb_tab33 {
	width: 33%;
}


.bb_tab34 {
	width: 34%;
}


.bb_tab50 {
	width: 50%;
}


.bb_tab20, .bb_tab25, .bb_tab33, .bb_tab34, .bb_tab50 {
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}


.bb_tab_selected {
	background-color: #FFFFFF;
}


.bb_tab_unselected {
	background-color: #DDDDDD;
}


.bb_title {
	font-size: 16pt;
	font-weight: bold;
}


.bb_label {
	font-size: 11pt;
	margin-bottom: 5px;
	color: #222222;
}


.bb_input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #AAAAAA;
	color: #222222;
	border-radius: 2px;
	padding-left: 15px;
}


.bb_btn {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #222222;
	border-radius: 5px;
	cursor: pointer;
}


.bb_btn_default {
	color: red;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}


.bb_btn_default:hover {
	color: red;
	background-color: #E6E6E6;
	border: 1px solid #AAAAAA;
}


.bb_btn_darkgray {
	color: #FFFFFF;
	background-color: #445162; /* 명도 78 */
	border: 0px;
}


.bb_btn_darkgray:hover {
	color: #FFFFFF;
	background-color: #55657B; /* 명도 98 */
	border: 0px;
}


.bb_modal_header_left, .bb_modal_header_right {
	background-color: #445162;
	color: #FFFFFF;
	
	height: 50px;
	line-height: 50px;
}


.bb_modal_header_left {
	padding-left: 20px;
}


.bb_modal_header_right {
	padding-left: 0px;
}


.margin-t10 {
	margin-top: 10px;
}


.margin-t20 {
	margin-top: 20px;
}

.div_upper_info {
	background-color: #EEEEEE;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.div_one_building {
	height: 62px;
	
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	
	padding-left: 20px;
	padding-right: 20px;
	
	cursor: pointer;
}

.div_one_building:hover {
	background-color: #EEEEEE;
}


.div_one_building_not_hover {
	height: 62px;
	
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	
	padding-left: 20px;
	padding-right: 20px;
}

.div_one_building_float {
	float: right;
	text-align: right;
}


@media screen and (max-width: 750px) {
	.td_search_left {
		width: 30% !important;
	}
	
	.td_search_right {
		width: 70% !important;
	}
	
	/* 단순검색 이벤트 */
	#select_view_type {
		height: 32px;
		width: 95%;
	}
	
	#select_search_key,
	#input_search_value {
		height: 32px;
		width: 45%;
	}
	
	#input_search_value {
		width: 45%;
	}
}


@media screen and (min-width: 751px) {
	.td_search_left {
		width: 30% !important;
	}
	
	.td_search_right {
		width: 70% !important;
	}
	
	/* 단순검색 이벤트 */
	#select_view_type {
		height: 32px;
		width: 100px;
	}
	
	#select_search_key,
	#input_search_value {
		height: 32px;
		width: 100px;
	}
	
	#input_search_value {
		width: 150px;
	}
}


.table_article {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	
	margin-top: 50px;
}


.table_article td {
	height: 50px;
	border-bottom: 1px solid #EBECED;
}


.table_article th {
	height: 50px;
	border-top: 1px solid #445162;
	border-bottom: 1px solid #445162;
}


.tr_article_link:hover {
	background-color: #F5F9FC;
}


.td_article_link:hover {
	color: #509CCD;
}


.td_article_link {
	cursor: pointer;
}


.td_page {
	width: 30px;
	height: 30px;
	border: 1px solid #EBECED;
	text-align: center;
	cursor: pointer;
}


.please_keyin {
	border: 1px solid #F27935 !important;
	outline: 1px solid #F27935 !important;
}


.cls_error {
	border: 1px solid red !important;
	outline: 1px solid red !important;
}


.div_room_condition {
	color: #FFFFFF;
	border-radius: 8px;
	width: 80%;
	margin: 0 auto;
}


.div_room_condition_vacancy {
	background-color: #509CCD;
}


.div_room_condition_occupancy {
	background-color: #F27935;
}


.table_vacancy {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
	
.table_vacancy th,
.table_vacancy td {
	border: 1px solid #DDDDDD;
	height: 40px;
}

.table_vacancy tr:nth-child(even) {
	background-color: #FFFFFF;
}

.table_vacancy tr:nth-child(odd) {
	background-color: #EEEEEE;
}


/* modal_add_customer css 및 modal_add_tenant css 시작 */
.bddd_div {
	float: left;
	background-color: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	text-align: center;
	padding-top: 15px;
	
	height: 56px;
}


.div_tenant_cell,
.div_customer_cell {
	float: left;
	/* background-color: #FFFFFF; */
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	text-align: center;
	padding-top: 10px;
	
	height: 56px;
}


@media screen and (max-width: 750px) {
	.div1 {
		float: left;
		width: 0%;
			padding-left: 20px;
		height: 55px;
		line-height: 55px;
		display: none;
	}
	
	.div2 {
		float: left;
		width: 50%;
		height: 55px;
		line-height: 55px;
	}
	
	.div3 {
		float: left;
		width: 100%;
		height: 55px;
		line-height: 55px;
	}
	
	.div3 input,
	.div3 textarea,
	.div3 select {
		width: 96%;
	}
	
	.div4 {
		float: left;
		width: 100%;
		height: 55px;
		line-height: 55px;
	}
	
	.div1 input, .div1 select,
	.div2 input, .div2 select {
		width: 96%;
		height: 35px;
	}
	
	.div3 input, .div3 select {
		width: 98%;
		height: 35px;
	}
}


@media screen and (min-width: 751px) {
	.div1 {
		float: left;
		width: 20%;
			padding-left: 20px;
		height: 55px;
		line-height: 55px;
	}
	
	.div2 {
		float: left;
		width: 30%;
		height: 55px;
		line-height: 55px;
	}
	
	.div3 {
		float: left;
		width: 80%;
		height: 55px;
		line-height: 55px;
	}
	
	.div3 input,
	.div3 textarea,
	.div3 select {
		width: 96%;
	}
	
	.div4 {
		float: left;
		width: 100%;
		height: 55px;
		line-height: 55px;
	}
}


.elem_in_cell {
	width: 90%;
	height: 35px;
	line-height: 35px;
	margin: 0px;
}


.btn1_in_cell {
	width: 75%;
	height: 35px;
	
	margin: 0px;
	
	padding-left: 0px;
	padding-right: 0px;
}


.btn4_in_cell {
	/* width: 22%; */ /* 전세 버튼까지 4개 버튼 사용하는 경우 */
	width: 30%; /* 전세 버튼 제외 3개 버튼 사용하는 경우 */
	height: 35px;
	
	margin: 0px;
	
	padding-left: 0px;
	padding-right: 0px;
}


input[type="text"],
textarea,
select,
option {
	border: 1px solid #DDDDDD;
	color: #454545;
	background-color: #FFFFFF;
	outline: none;
}

input {
	outline: none;
}

.btn_selected {
	border: 1px solid #3687BC !important;
	background-color: #509CCD !important;
	color: #FFFFFF;
}

.table_add_tenant td,
.table_add_customer td {
	border: 1px solid #000000;
}

.table_add_tenant,
.table_add_customer {
	width: 100%;
}

.table_add_tenant tr,
.table_add_customer tr {
	width: 100%;
}
/* modal_add_customer css 및 modal_add_tenant css 끝 */


.div_room_image_list_wrapper::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: #F3F3F3;
	position: relative;
	border-radius:50px;
}
.div_room_image_list_wrapper::-webkit-scrollbar-thumb {
	background: #55657B;
	border-radius: 50px;
}

.div_room_image {
	width: 140px;
	height: 100px;
	background-color: #FFFFFF;
	background-size: cover;
	margin-right: 10px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	cursor: pointer;
}