/*버튼*/
.btn_pack_new {
    background:#fff;
    border: 1px solid #cccccc;
    color: #555555;
	text-shadow: 0 1px 0 #FFFFFF;
	box-shadow: 0 1px 0 0 #FFFFFF;
	-webkit-box-shadow:0 1px 0 0 #FFFFFF;
	padding: 4px 10px 4px;
    border-radius: 3px;
    font-weight: bold;
	font-size: 11px;
}
.btn_pack_new:hover { background:#f2f2f2; }

/*테이블*/
table.bbs_list tbody tr:nth-child(even)	{ background: #f9f9f9; }
table.bbs_list tbody tr:hover, table.bbs_list tbody tr:hover a{color:#348db9; background: #f3fafd; }
 

/*분류코드*/
.delBtn01{font-size:15px;font-weight:900;color:red;}
.GBOX{font-family: NanumGothicWeb, NanumGothic, "나눔고딕", malgunweb, "맑은 고딕", Dotum, "돋움", sans-serif;border:1px solid black; background-color:white; color:black;    font-size: 12px;  padding-left: 5px;  height: 20px;  box-sizing: border-box;width:60%;}
.fr{margin-top:15px; text-align:right;margin-bottom:15px;margin-right:15px;}
.btn_mod{display: inline-block; height: 30px; background-color: #b4001b; font-family: 나눔고딕; font-weight: bold; font-size: 14px; color: rgb(255, 255, 255); cursor: pointer; padding: 0px 10px;line-height : 30px;} 
.btn_add{display: inline-block; height: 30px; background-color: rgb(137, 137, 137); font-family: 나눔고딕; font-weight: bold; font-size: 14px; color: rgb(255, 255, 255); cursor: pointer; padding: 0px 10px;line-height : 30px;}                                                                                                                                    