.company.company-index{
	text-align:left;	
	padding:20px;
	font-family:'NanumSquare';
	
	background:#fff url( '/resource/img/introduce_back.jpg' ) bottom left no-repeat;
	background-size:140%;
}

.company.company-index p{
	font-size:20px;
	margin-bottom:40px;
	color:#fff;
	font-weight:bolder;
	text-shadow: 1px 1px 20px #666;
	
}

.company.company-index h1{
	font-weight:bolder;
	font-size:30px;
	color:#0055A4 !important;
	margin-bottom:20px;
	text-shadow: 1px 1px 20px #666;
}
.company.company-index h3{
	color:#fff;
	text-shadow: 1px 1px 20px #666;
}

.company.company-index .rects{
	margin-bottom:50px;
}

.company.company-index .rects span{
	display:inline-block;
	height:54px;
	line-height:54px;
	text-align:center;
	font-weight:bolder;
	margin-right:5px;
	font-size:14px;
}

.company.company-index .rects span.rect{
	width:54px;
	color:#fff;
	background-color:#5EBAE9;
	border-radius:10px;
}

.company.company-index .rects span.rect-2{
	background-color:#37C4B1;
}

.company.company-index .rects span.rect-3{
	background-color:#FB82A4;
}

.company.company-index .table{
	border-top:2px solid #333;
	background-color:transparent;
	opacity:0.9;
}

.company.company-index .table th,
.company.company-index .table td{
	background-color:#fff;
}


