/*company_03*/
#company_03 h1 {
	margin: 32px 0;
}
#company_03 h1 p{
	font-size: 16px;
    font-weight: 500;
}
#company_03 h3{
	line-height: 22px;
    font-size: 22px;
	position: relative;
}
#company_03 h3.sub_title:before {
	content: "";
    background-color: #555;
    border-top: 11px solid #0d93bb;
    display: inline-block;
    height: 100%;
	position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
}
#company_03 .history-img-area .history_wrp{
	position: relative;
}
#company_03 .history-img-area .history_wrp > p{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #eee;
	font-size: 12px;
}

/*company_03 - history*/
#history > li > h1{
	font-size: 2.7rem;
    font-weight: 500;
    color: #184cc1;
}
#history > li strong,
#history > li span{
	display: block;
}
#history > li strong{
	color: #222;
}
#history > li span{
	border-bottom: 1px solid #ddd;
}