/* 측면 게시판  부분수정*/
.table-left-bg td textarea {   max-height:200px;min-height:140px;
}

.table-left-bg td {
    padding:7px;
}

.table-left-bg th {
    
    background-color: #f9f9f9;
  
}

.section-header2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
.section-header2 .big-heading {

	margin-bottom: 0;
	float: left;
	margin-right: 58px;
}





.section-header2 img {
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	
.table-basic thead {
    height:10px;
    line-height: 10px;border-bottom: 0px solid #e74c3c;
   
}  

/* 측면 게시판  부분수정*/
.table-left-bg td textarea {
       max-height:120px;min-height:100px;
}


.section-header2{ font-size: 12px;
		margin-bottom:0px;
	}
	.section-header2 .big-heading small{font-size:16px;
	}
	
	

	.section-header2 img {
		display: none;
	}
		
	.big-heading {
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-left:10px;
	margin-top:0px;
	border-left: 6px solid #7b8eb1;
}


}  

