.bbsview {
	margin: 5px;
	padding: 8px;
	background-color:#fff;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	font-family:'malgun gothic';
	font-size:14px;
	line-height:130%;
}
.bbsview img, .bbsview iframe {max-width:100%;}
.bbsview table{ width:100%;}
.bbsview .subject { font-size: 15px; font-family:'malgun gothic'; }
.bbsview .info { text-align: right;}
.bbsview .content { padding-top: 7px;text-align:left;word-break: break-all;}
