/* footer > #company {   
		width:100%;   
		height:100px; 
		border-top:2px solid #222;
		text-decoration: none;
	} */
	#company {
		color: #ffffff;
		position: relative;
		color: white;/* rgba(255, 255, 255, 0.25);*/
		cursor: default;
		font-family: NanumGothic, "Source Sans Pro", Helvetica, sans-serif;
		font-size: 0.8rem;
		font-weight: 900;
		letter-spacing: 0.075em;
		line-height: 1.5;
		text-align: left;/*center;*/
		text-decoration: none;
		text-transform: uppercase;
		margin: 4rem auto 8rem auto;
		width: calc(100% - 4rem);
		max-width: 72rem;
		z-index: 2;
	}