@charset "utf-8";

/* 게시판 넓이 설정 */
.board_list table .b_num { width:8%; }
.board_list table .b_subject { width:auto;  }
.board_list table .b_date { width:12%; }
.board_list table .b_charge { width:12%; }
.board_list table .b_writer { width:12%; }

.board_list table .b_subject a + img { position:relative; top:4px; display:inline-block; margin-left:5px; }

.memberBoard .board_list table .b_date { width:14%; }

.board_list table td b.mobileTxt { display:none; }

@media (max-width:768px){	
	.board_list table .b_num { width:0%; display:none; }
	.board_list table .b_subject { width:100%; padding-bottom:0px; padding-right:10px; background:none; font-family:pgovb; font-weight:normal; font-size:115%; letter-spacing:-1px; color:#000;  }
	.board_list table .b_subject a { font-weight:normal !important; }
	.board_list table .b_writer { width:auto; padding-bottom:0; background:none; }
	.board_list table .b_date { clear:both; width:auto; }
	.board_list table .b_charge { width:auto; background:none; }	
	
	.memberBoard .board_list table .b_date { clear:both; width:auto; }

	.board_list table td b.mobileTxt { color:#888; font-weight:normal; display:inline-block; margin-right:5px;}
	
}



/* 회원사관리 */
.board_list table .b2_num { width:7%; }
.board_list table .b2_name { width:auto;  }
.board_list table .b2_charge { width:15%; }
.board_list table .b2_cell { width:15%; }
.board_list table .b2_id { width:15%; }
.board_list table .b2_btn { width:10%; }

@media (max-width:1560px){
	.board_list table .b2_btn { width:15%; }
}

@media (max-width:990px){
	.board_list table .b2_btn { width:18%; }
}

@media (max-width:820px){
	.board_list table .b2_btn { width:20%; }
}

@media (max-width:768px){	
	.board_list table .b2_num { display:none; }
	.board_list table .b2_name { width:auto; padding-bottom:0; background:none; font-family:pgovb; font-weight:normal; font-size:115%; letter-spacing:-1px; color:#000; }
	.board_list table .b2_name a { font-weight:normal !important; } 
	.board_list table .b2_charge { clear:both; width:auto; padding-bottom:0; }
	.board_list table .b2_cell { width:auto; padding-bottom:0; background:none; }
	.board_list table .b2_id { clear:both; width:auto; padding-bottom:0; background:none; }
	.board_list table .b2_btn { width:100%; clear:both; width:auto; background:none; }
}




/* 온라인문의 */
.board_list table .b3_num { width:7%; }
.board_list table .b3_subject { width:auto;  }
.board_list table .b3_company { width:11%; color:#113d8e; font-weight:bold; letter-spacing:-1px; }
.board_list table .b3_writer { width:8%; }
.board_list table .b3_tel { width:11%; }
.board_list table .b3_date1 { width:12%; color:#888; }
.board_list table .b3_date2 { width:12%; }
.board_list table .b3_delete { width:7%; }

@media (max-width:768px){	
	.board_list table .b3_num { display:none; }
	.board_list table .b3_subject { width:100%; padding-bottom:0; background:none; font-family:pgovb; font-weight:normal; font-size:115%; letter-spacing:-1px; color:#000; }
	.board_list table .b3_company { width:auto; padding-bottom:0; }
	.board_list table .b3_writer { width:auto; padding-bottom:0; background:none; }
	.board_list table .b3_tel { clear:both; width:auto; padding-bottom:0; background:none; }
	.board_list table .b3_date1 { clear:both; width:auto; padding-bottom:0; }
	.board_list table .b3_date2 { width:auto; padding-bottom:0; background:none; }
	.board_list table .b3_delete { clear:both; width:auto; background:none; }
}




