/*!
 * footer.css
 * Copyright (C) 2015 SmarTools Co. (http://smartools.co.kr)
*/

/** Footer **/
#st-footer { margin-top: 75px; }
#st-footer .content {
	color: #ccc;
	background-color: #000;
    padding: 35px 0 20px;
}
#st-footer .content .col-sm-4 { margin-bottom: 50px; }
#st-footer .content .footer-title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 55px;
}
#st-footer .content .company-name {
	color: #5d5759;
	font-size: 16px;
	font-weight: bold;	
}
#st-footer .content .company-info { color: #fff; }
#st-footer .content .company-info { font-size: 12px; }
#st-footer .content .company-info td { height: 22px; }
#st-footer .content .company-info .title { width: 65px; }
#st-footer .content .company-info .desc { border-bottom: 1px solid #fff; }
#st-footer .content .social-links { margin-bottom: 40px; }
#st-footer .content .copyright { color: #fff; font-size: 12px; }


/* custom css 2016.01.27 */

#st-footer .content .company-info { color: #777; }
#st-footer .content .company-info .desc { border-bottom: 1px solid #777; }