@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);

/*company_01*/
#company_01 .top_img img{
	width: 100%;
}
#company_01 .top_img span{
	position: absolute;
    right: 0;
    color: rgba(255,255,255,0.95);
    top: 35%;
    right: 3%;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	line-height: 40px;
	z-index: 3;
}
#company_01 .ling_box{
	display: block;
    background-color: #ffbe29;
    width: 40px;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#company_01 .top_img .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	top: 0;
}
#company_01 h3{
	font-family: 'Nanum Pen Script';
	font-size: 4.5rem;
	letter-spacing: -0.2rem;
}
#company_01 h3 span{
	color: #ff3a3a;
}
#company_01 p strong{
	display: block;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
@media only screen and (max-width:992px){
	#company_01 h3 {
		line-height: 50px;
	}
	#company_01 h3 span {
		font-size: 6.5rem;
		display: block;
	}
	#company_01 .top_img span{
		font-size: 20px;
		line-height: 20px;
	}	
}