@charset "utf-8";

/*모바일 리스트 시작*/
#board-search-mobile ul {padding: 0px;}
#board-search-mobile ul li {list-style: none;}
.board-author {width:100%;float: none;text-align:right;}
.board-row {
	background-color: white;
	border: 1px solid #B1B1B1;
	/*css 2.1 
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	*/
	margin-bottom: 12px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;	
}
.board-clear-mobile {clear: both;}
/*모바일 리스트 끝*/

/*모바일 view*/
div#board-wrapper div.board_view_btn_area {height: 15px;}