/*Common :: 공통*/
img {
	max-width: 100%;
}
@media (max-width:992px){
	.m-pn {
		padding: 0px !important;
	}
}
/*company_01*/
#company_01 h3 {
	position: relative;
	margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7em;
}
#company_01 ul {
	max-width: 1150px;
    margin: 0 auto;
    margin-bottom: 80px;
	position: relative;
	background: url(../img/c_logo.png) left center no-repeat;
	padding: 20px 20px 20px 0;
	padding-left: 180px;
}
#company_01 ul:after {
	content: "";
    position: absolute;
    left: 50%;
    bottom: -55px;
    border-right: 1px solid #ddd;
    height: 40px;
}
#company_01 ul li {
	position: relative;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.7em;
	color: #1e1e1e;
	padding-left: 15px;
}
#company_01 ul li:after {
	content: "";
    position: absolute;
	width: 5px;
	height: 5px;
	background-color: #0f85da;
	left: 0;
	top: 20px;
}
#company_01 h2 span {
    color: #6dae03;
}
#company_01 .img_wrp {
	border: 1px solid #ddd;
    border-right: 0px;
    border-left: 0px;
    padding: 30px 0;
	border-radius: 20px;
}
#company_01 .text_range {
	background-color: #f4f4f4;
    padding: 30px;
}
#company_01 .text_range p {
	font-size: 17px;
    line-height: 1.7em;
    color: #333;
}
#company_01 .text_range p span {
	font-size: 19px;
    letter-spacing: 10px;
	display: inline-block;
	margin-left: 5px;
}
@media (max-width:992px){
	#company_01 h3 {
		font-size: 18px;
	}
	#company_01 ul {
		background-size: 50px;
		background-position: center top;
		padding-left: 0px;
		padding: 0px;
		padding-top: 65px;
	}
	#company_01 ul li {
		font-size: 16px;
		padding-left: 10px;
	}
	#company_01 ul li:after {
		content: "";
		position: absolute;
		width: 3px;
		height: 3px;
		background-color: #0f85da;
		left: 0;
		top: 12px;
	}
	#company_01 .text_range {
		padding: 30px 15px;
	}
	#company_01 .text_range p {
		font-size: 13px;
	}
}