/*company_04*/
#company_04 h3{
	line-height: 22px;
    font-size: 22px;
	position: relative;
}
#company_04 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_04 ul li {
	font-size: 15px;
    line-height: 32px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 15px 0;
	position: relative;
}
#company_04 ul li span {
	font-size: 17px;
	display: block;
	position: relative;
	padding-left: 10px;
	font-weight: 600;
}
#company_04 ul li span:before {
	content: "";
	position: absolute;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #ffa700;
	top: 15px;
}
#company_04 .root_daum_roughmap .wrap_map {
    height: 400px !important;
}
@media (max-width: 992px) {
	#company_04 .root_daum_roughmap .wrap_map {
    	height: 300px !important;
	}
	#company_04 > ul > li:last-child {
		border-left: 0px;
	}
}
@media (max-width: 768px) {	
	#company_04 ul li {
		font-size: 12px;
	}
	#company_04 ul li span {
		font-size: 13px;
	}
	#company_04 ul li:before {
		top: 7px;
	}
}