#news .boxIn h2 {
    height: auto;
    text-indent: inherit;
    display: block;
}

#news .boxIn{
	background-color: #fff8de;	
}

.con{
	margin-top: 40px;
}


.flex{
	display: flex;
	justify-content: space-between;
}

.hyo {
 width: 92%;
margin: 0 4% 40px;
 border-collapse: collapse;
 border-spacing: 0;
 border-top: solid 1px #A38877;
 border-bottom: solid 1px #A38877;	
}
.hyo th {
 padding: 10px 10px;
 background: #EBEBEB;
 border-bottom: solid 1px #A38877;
 border-right: solid 1px #A38877;	
font-weight: normal;
text-align: center;
}

.hyo th{
	color: #311605;
}

.hyo td {
 padding: 10px 15px;
 border-bottom: solid 1px #A38877;
 border-right: solid 1px #A38877;	
background-color: #fff;	
}

.hyo tr th:last-child,
.hyo tr td:last-child{
	border-right: none;
}

.hyo th#t1{
	background-color: #ffebcc;
}

.hyo th#t2{
	background-color: #ffd699;
}

.hyo th#t3{
	background-color: #ffc266;
}

.hyo th#t4{
	background-color: #ffad33;
}

.hyo th#t5{
	background-color: #ff9900;
}
