#mh-board, #mh-board-write input{
	outline:none;
}

#mh-board a.btn, #mh-board-write a.btn{
	color:#777;
	border:1px solid #ccc;
	background:#F3F3F3;
	text-decoration: none;
}
#mh-board{
	margin:15px;
	font-size:12px;
	position:relative;
}
.mh_board_form th{
	background:#F3F3F3;
}
#mh-board span.new{
	background:#0F558A;
	font-size:5pt;
	padding:1px 5px;
	color:#fff;
	margin-left:5px;
}
#mh-board a{
	text-decoration: none;
}
#mh-board a:hover{
	text-decoration: underline;
}
#mh-board div.mh_search{
	text-align:right;
	margin-bottom:10px;
}
#mh-board div.mh_search input,#mh-board div.mh_search select{
	padding:2px;
}
#mh-board div.btnarea{
	text-align:right;
}
#mh-board div.btnarea .alignleft{
	width:50%;
	text-align:left;
	float:left;
	margin:0;
	padding:0;
}
#mh-board div.btnarea .alignright{
	width:50%;
	text-align:right;
	float:right;
	margin:0;
	padding:0;
}
#mh-board a.btn:hover,
#mh-board-write a.btn:hover,
#mh-board-delete a.btn:hover,{
	text-decoration:none;
}
#mh-board-write div.btnarea{
	text-align:center;
	
}

#mh-board div.btnarea a,
#mh-board-write div.btnarea a{
	padding:5px 10px 5px 10px;
	margin-left:10px;
}
#mh-board .button,
#mh-board-write .button{
	padding:5px 10px;
}
#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%;
	border-spacing:0;
	border-collapse:0;
}
#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;
	font-size:6pt;
}
/* 싱글 콘텐츠 */
#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-comment form{
	padding:10px;
	background:#f3f3f3;
}
.mh-comment h2{
	font-size:14px;
}
.mh-comment ol.mh-commentlist{
	width:100%;
	list-style:none;
	margin:0 !important;
	list-style:none;
}
.mh-comment ol.mh-commentlist li{
	clear:both;
	border-top:1px solid #dfdfdf;
	padding:10px 0;
	list-style:none;
}
.mh-comment ol.mh-commentlist li.depth-1{
	border-top:1px solid #dfdfdf;
	padding:10px 0;
}
.mh-comment ol.mh-commentlist span{
	font-size:12px;
	font-style:normal;
}
.mh-comment ol.mh-commentlist .commentmetadata{
	font-size:11px;
	float:right;
	margin-top:-24px;
}
.mh-comment ol.mh-commentlist span.comment-author{
	margin-right:15px;
	font-style:normal;
}
.mh-comment ol.mh-commentlist img.avatar{
	background:$fff;
	margin-bottom:10px;
	float:left;
	margin-right:12px;
	border-radius:2px;
}
.mh-comment ol.mh-commentlist ul.children{
	margin:0;
	padding:0 0 0 40px;
}
.mh-comment ol.mh-commentlist > li{
	background:none;
	border:none;
}

.mh-board-list td{
	border-bottom:1px solid #e6e6e6;
}
.mh-comment ul li.comment-item{
	
}
.mh-comment .mh-comment-item{
	position:relative;
}
.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:95%;
	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:#f3f3f3;color:#777;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:1px solid #ccc;
}
#mh-board table.view td{
	text-align:left;
}
#mh-board table.view td.content{
	padding:15px;
}
#wp-post_content-wrap td{
	padding:0;
	margin:0;
}
#mh-board-delete table{
	width:200px;
	text-align:center;
	margin:10px auto 10px auto;
}
#mh-board-delete table th{
	background-color:#f3f3f3;
	padding:5px 10px 5px 10px;
}
#mh-board-delete table td{
	padding:5px 10px 5px 10px;
	
}
#mh-board-delete .btnarea{
	text-align:center;
}
#mh-board .clearfix::after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#mh-board-write  ul.mh_attachment,
#mh-board ul{
	margin:0;
}
#mh-board-write  ul.mh_attachment li,#mh-board ul.mh_attachment li{
	text-align:left;
	padding:3px 0;
	list-style:none;
	margin:0;
}
#mh-board-write  ul.mh_attachment li a.btn,#mh-board ul.mh_attachment li a.btn{
	text-decoration: none;
	padding:2px;
	margin-left:5px;
}