@charset "utf-8";
/****************************************/
/*	Name: Geniezip
/*	PART: LAYOUT STYLE
/*	Version: 1.0
/*	Design: jieun.park
/*	Author: 
/****************************************/


/*** 회사소개 ***/
#company_info_con{width:960px; height:auto; margin:0 auto; overflow:hidden;}

#company_info_con #info_title{width:960px; height:auto; padding:50px 0;}
#company_info_con #info_title h3{font-size:24px; font-weight:bold; text-align:center; margin-bottom:40px;}
#company_info_con #info_title h3 span{color:#fd9820;}
#company_info_con #info_title .sub_title_txt{font-size:14px; text-align:center; line-height:21px;}

#company_info_con #info_con{width:960px; height:auto;}
#company_info_con #info_con .info_visual{float:left; width:550px; margin:0 25px 130px; }
#company_info_con #info_con .info_visual img{display:inline-block;}
#company_info_con #info_con .info_txt{float:right; width:360px; height:auto; margin:15px 0;}
#company_info_con #info_con .info_txt h4{font-size:18px; font-weight:normal; color:#fd9820;}
#company_info_con #info_con .info_txt p{border-left:1px solid #dddddd; box-sizing:border-box; padding-left:15px; margin:15px 0 30px;}
