#mh-board{
	margin:15px;
	font-size:12px;
	position:relative;
}
#mh-board .button,
#mh-board-write .button{
	background-color:#F3F3F3;
	
	border:1px solid #ccc;
	color:#777;
	line-height:27px;
}
#mh-board a.button{
	padding:5px 10px;
}
#mh-board input.button{
	padding:0px 10px;
}
#mh-board input.button:hover,
#mh-board-write input.button:hover{
	cursor:pointer;
}
#mh-board a.button:hover,
#mh-board-write a.button:hover{
	text-decoration:none;
}
#mh-board-write{
	margin:15px;
	font-size:12px;
}
#mh-board #menu ul{
	float:left;
	list-style:none;
	margin:0;
}
#mh-board #menu ul li{
	float:left;
	padding:5px 0;
}
#mh-board #menu ul li a{
	padding:0 10px;
	border-left:#ccc solid 1px;
}
#mh-board #menu ul li:first-child a{
	border-left:none;
}
#mh-board .board-search-frm{
	text-align:right;
}
#mh-board table,
#mh-board-write table{
	margin:0;
	text-align:left;
	padding:0 5px;
	width:100%;
}
#mh-board tr{
	border-bottom:1px solid #e4e4e4;
}
#mh-board th{
	background-color:#f3f3f3;
}
#mh-board th,
#mh-board td,
#mh-board-write th{
	vertical-align:middle;
	padding:8px;
	text-align:center;
}
#mh-board-write td{
	text-align:left;
}
#mh-board td.title{
	text-align: left;
}
#mh-board-write textarea{
	width:100%;
	height:260px;
	background-color:#fff;
}
#mh-board thead th{
	font-weight:700;
	color:#777;
	border:none;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding: 10px 5px;
}
#mh-board .action,
#mh-board .pagenavi,
#mh-board-write .action{
	text-align:center;
}
#mh-board .action form,
#mh-board .action .mh-list{
	float:right;
}
#mh-board .pagenavi strong{
	color: #333;
	border: 1px solid;
	border-color: #888 #ddd #ddd #aaa;
}
#mh-board .pagenavi{
	padding:10px 0;
}
#mh-board .pagenavi strong,
#mh-board .pagenavi a{
	padding: 2px 5px 4px 5px;
	text-decoration:none;
	font:bold 10px;
	margin-left:4px;
	border:1px solid #fff;
}
#mh-board .pagenavi a:hover{
	text-decoration:none;
	border:1px solid #ccc;
	color:#333;
}
#mh-board .content{
	text-align:left;
	word-break:keep-all;
	word-wrap:break-word;
	padding:5px;
	min-height:300px;
} 
#mh-board-write .post_title{
	width:100%;
}
#mh-board-write th,
#mh-board-write td{
	border-top:1px solid #ddd;
}
#mh-board #popup{
	position:absolute;
	border:1px solid #d5d5d5;
	left:100px;
	width:200px;
	height:100px;
	background-color:#fff;
}
#mh-board-write #board-error{
	background-color:#ffebe8;
	border:#c00 solid 1px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:12px;
}
#mh-board .copyright,
#mh-board-write .copyright{
	margin-bottom:20px;
	text-align:right;
}
/* 싱글 콘텐츠 */
#mh-board .content{
	padding:5px;
}
/* 첨부 파일 */
#mh-board .attachment_name{
	text-align:left;
	padding-left:10px;
}
/* 리스트 */
#mh-board td.mh_b_title{
	text-align:left;
	padding-left:10px;
}
.mh-comment #respond{
	width:100%;
	border:none;
	background:none;
	margin:0;
	padding:0;
	position:relative;
}
.mh-board-list td{
	border-bottom:1px solid #e6e6e6;
}
.mh-comment ul li.comment-item{
	
}
.mh-comment .mh-comment-item{
	position:relative;
	border-top:1px solid #e8e8e8;
	padding:5px;
}
.mh-comment .mh-comment-item:last-child{
	border-bottom:1px solid #e8e8e8;
}
.mh-comment .comment-content{
	margin-left:78px;
	min-height:80px;
}
.mh-comment .comment-content .form-submit{
	text-align:right;
	width:100%;
	margin:0;
}
.mh-comment .comment-content textarea{
	width:100%;
	height:58px;
}
.mh-comment .comment-content .header img.avatar{
	position:absolute;
	top:5px;
	left:12px;
}
.mh-comment .comment-content small{
	position:relative;
	float:right;
	margin-top:1px;
	margin-right:12px;
	color:#bbb;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.mh_b_no{display:none;}
	.mh_b_category{display:none;}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.mh_b_no{display:none;}
	.mh_b_category{display:none;}
	.mh_b_count{display:none;}
}
#mh-board table.view th{background-color:#ffffff;font-weight:bold;}
#mh-board table.view th,#mh-board table.view td{
	border-bottom:1px solid #ccc;
}
#mh-board table.view tr.thead th,#mh-board table.view tr.thead td{
	border-top:2px solid #ccc;
}
#mh-board table.view td{
	text-align:left;
}
#mh-board table.view td.content{
	padding:15px;
}
#mh-board .clearfix::after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}

