/*bt_sec*/
.bt_sec_wrp {
	border-top: 2px solid #174793;
	border-bottom: 1px solid #ddd;
	background-color: #fdfdfd;
	padding: 30px 20px;
}
.bt_sec {
	display: table;
	width: 100%;
	height: 100%;
}
.bt_sec > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.bt_sec .txt_con h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
	color: #1e1e1e;	
}
.bt_sec .txt_con h4 strong {
	color: #174793;	
}
@media (max-width:768px){
	.bt_sec_wrp {
		padding: 15px;
		text-align: center;
	}
	.bt_sec > div {
		display: block;
		width: 100%;
	}
	.bt_sec .img_con {
		margin-bottom: 10px;
	}
	.bt_sec .img_con img {
		width: 80px;
	}
	.bt_sec .txt_con h4 {
		font-size: 13px;
		font-weight: 600;
		line-height: 1.4em;
		margin-bottom: 10px;
		color: #1e1e1e;	
		word-break: keep-all;
	}
	.bt_sec .txt_con h4 strong {
		color: #174793;	
	}	
}