/** common, list **/
.panel-svcreq .panel-heading {
	font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";
	font-weight: bold;
	border-color: #f5f5f5;
}
.table-svcreq .svcname {
	font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background-color: #fbfbfb;
}
.table-svcreq .title { 
	text-align: center;
	font-weight: bold;
	background-color: #fbfbfb;
}
.table-svcreq .center { text-align: center; }
.table-svcreq th { background-color: #fbfbfb; }
.table-svcreq td.comment { word-break: break-all; }

.panel-svcreq-body { padding: 8px; }
.panel-svcreq-body .content p { margin-bottom: 0; }
@media (max-width: 767px) {
	.panel-svcreq-body .imghead { margin-bottom: 15px; }
}

/* write */
.msg { 
	padding: 0 5px;
	margin-bottom:15px; 
	color: #777;
}
.table-svcreq label { 
	font-weight: normal;
	margin-bottom: 0; 
}
.table-svcreq .sms { padding-top: 5px; }
.table-svcreq .remail { padding-top: 5px; }
.table-svcreq .upload { 
	padding-top:10px;
	color: #777;	
}

/* view */
.table-svcreq .size {
font-size: 90%;
font-family: arial;
color: #999;
}

/* util */
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
