/* 게시판을 위한 BG */
.titleLine {
	background-image: url(../images/textBD/titleLine.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #608bc3;
}

.title {
	text-align: center;
	font-weight: bold;
	color: #608bc3;
}

/* 게시판 타이틀 페딩 */
.titlePadding {
	padding:5px 0 2px 10px;
	word-break:break-all;
}
