/*게시판*/
.table-title {
	background: url("../../../images/logo-icon-15.png") no-repeat left 7px;
	padding-left: 20px;
	font-size: 20px;
	color: #d6006f;
	margin-bottom: 20px;
}
.table>thead {
	border-top: 1px solid #b5b5b5;
	background-color: #eeeeee;
}
.table>thead>tr>th {
	color: #595656;
	font-size: 14px;
	font-weight: 400;
}
.table>tbody>tr>td, .table>tbody>tr>td a, .table>tbody>tr>td a:visited {
	color: #595656;
	font-size: 15px;
	font-weight: 400;
}
.table>tbody>tr>td a:hover, .table>tbody>tr>td a:active {
	color: #e86ea2;
}

/*게시판 보기*/
.board .panel-heading {
	color: #595656;
	font-size: 14px;
	font-weight: 400;
}
.board .panel-heading .title {
	font-size: 18px;
}
.board .panel-body {
	color: #595656;
	font-size: 15px;
	font-weight: 400;
	min-height: 400px;
}
.board .bar {
	vertical-align: top;
	margin: 0 10px;
	font-size: 10px;
	line-height: 17px;
}

/*댓글*/
.btn-primary {
	background-color: #66a9dc;
	border-color: #49acf6;
}
.btn-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #000;
}
.well {background-color: #fff;}

/*attach*/
#attachWrap {min-height: 105px;border-top: 1px solid #ccc; padding-top: 10px;}
#attachWrap .control-label {vertical-align: top; margin-top: 40px;}
#attachWrap .files {border:1px dashed #ddd;overflow:hidden;padding:10px;margin:0;min-height:100px;}
#attachWrap .files .userFile {background: #d3d2d2;float:left;/*width:110px;*/margin-right:10px;padding:5px 5px 7px;cursor:move;list-style:none;position:relative}
#attachWrap .files .userFile .progress{height:5px;margin-bottom:5px;}
#attachWrap .files .userFile button.cancel{margin-left:2px;}
#attachWrap .files .userFile div.st{height:3px;margin:5px 0;}
#attachWrap .files .userFile .preview{/*height:79px;width:100px;*/display:block;}
#attachWrap .files .userFile .preview img{/*max-height:79px;min-width:100px;*/}
#previewWrap .files .userFile .pretext{display:block;min-width:100px;background-color:#fff;height:79px;overflow:hidden;word-break:break-all;}
#attachWrap .files .userFile .btn.delete {position: absolute;bottom:5px;right:5px;}
#attachWrap .files li:first-child{margin-left:0;}
#attachWrap .files li a {color: #337ab7;text-decoration: none;}
#attachWrap .media-left{padding-right:0;}
