/* 서브레이아웃 */
#wrapper {
	width:1200px;
	margin:0 auto;
}
#wrap {
	float:left;
	width:1200px;
	position:relative;
}

/****************** 컨텐츠 박스 ******************/
#content {
	float:right;
	width:890px;
	padding:60px;
}


/****************** 타이틀박스 ******************/
.title_box {
	float:left;
	width:890px;
	height:50px;
	position:relative;
	margin-bottom:60px;
	border-bottom:solid 1px #505050;
}
.title {
	position:absolute;
	left:0;
	top:0;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-0.4px;
}
.navi {
	position:absolute;
	right:0;
	top:0;
	font-size:13px;
	color:#828282;
	letter-spacing:-0.25px;
}
.navi > span {
	font-weight:bold;
	color:#646464;
}
.navi > img {
	vertical-align:1px;
}


/****************** 내용박스 ******************/
.info_box {
	float:left;
	width:890px;
	min-height:450px;
	position:relative;
}
.s_tit {
	float:left;
	width:100%;
	font-size:20px;
	font-weight:bold;
	background:url(../images/sub/sub_t_icon.gif) no-repeat left center;
	padding-left:23px;
}

/****************** 회사소개 - 인사말 ******************/
.greeting_t1 {
	font-size:24px;	
}
.greeting_t2 {
	font-size:30px;
	font-weight:bold;
	padding-top:13px;
	letter-spacing:-0.25px;
}
.greeting_t3 {
	font-size:14px;
	line-height:26px;
	background:url(../images/01_com/greeting_img.jpg) no-repeat right top;
	color:#505050;
}

/****************** 회사소개 - 연혁 ******************/
.container {float:left; width:230px; height:40px; margin-right:50px;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 40px;
	width: 100%;
}
ul.tabs li {
	float:left; width:230px; height: 40px;
	margin-bottom:5px;
}
ul.tabs li a {
	display: block;
	outline: none;
	width:210px; height: 40px; line-height:40px; background:url(../images/01_com/his_tab_off.gif) no-repeat left top; font-size:16px;
	padding-left:20px;
	color:#d77a7e;
}	
ul.tabs li.active a  {
	width:210px; height: 40px; background:url(../images/01_com/his_tab_on.gif) no-repeat left top; font-weight:bold; line-height:40px; color:#fff; padding-left:20px;
}
.tab_container {
	float: left; 
	width: 600px;
	position:relative;
}
.tab_container dl {
	float:left;
	width:589px;
	border-bottom:solid 1px #e6e6e6;	
	padding-bottom:20px;
	padding-left:10px;
}
.tab_container dl.last {
	border-bottom:none;	
	padding-bottom:0;
}
.tab_container dl dt {
	float:left;
	width:589px;
	font-size:30px;
	color:#ed1c24;
	font-weight:bold;
	padding-bottom:15px;
}
.tab_container dl dd {
	float:right;
	width:589px;
	font-size:14px;
	color:#646464;
	font-weight:lighter;
	line-height:22px;
}

/****************** 회사소개 - 인증/인가/특허 ******************/
.cert {
	float:left;
	width:445px;
	margin-top:20px;
	font-size:13px;
	color:#828282;
	line-height:30px;
}
.cert1 {
	float:left;
	width:890px;
	margin-top:20px;
	font-size:13px;
	color:#787878;
	line-height:30px;
}
.cert span, .cert1 span {
	font-size:16px;
	font-weight:bold;
	color:#3954a5;
}

/****************** 회사소개 - 오시는길 ******************/
.location_tit {
	width:130px;
	font-weight:bold;
	background:#fafafa;
	padding:15px 0;
	font-size:14px;
	text-align:center;
	color:#505050;
}
.location_txt {
	padding-left:25px;
	font-size:14px;
	color:#646464;
}
.location_txt a {
	color:#646464;
}
.location_txt a:hover {
	color:#79c043;
}


/****************** 제품소개 ******************/
.pro_tab {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.pro_tab li {
	float:left;
	width:295px;
	height:30px;
	line-height:30px;
	background-color:#ebebeb;
	border:solid 1px #dcdcdc;
	border-right:none;
	text-align:center;
}
.pro_tab li a {
	color:#d77a7e;
	font-weight:bold;
	font-size:13px;
}
.pro_tab li a:hover {
	text-decoration:underline;
}
.pro_tab li.last {
	border-right:solid 1px #dcdcdc;
}
.pro_tab li.on {
	background-color:#ed2024;
}
.pro_tab li.on a {
	color:#fff;
}

.pro_img {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.pro_img li {
	display:inline-block;
	padding-right:20px;
}
.pro_img li.last {
	padding-right:0;
}
.pro_img li img {
	border:solid 5px #e6e6e6;
}

.pro_info {
	float:left;
	width:828px;
	padding:20px 30px;
	border:solid 1px #dcdcdc;
	background-color:#fafafa;
	font-size:14px;
	line-height:24px;
	color:#505050;
	margin-bottom:50px;
}
.pro_box {
	float:left;
	width:890px;
}
.pro_tit {
	float:left;
	width:150px;
	border-top:solid 1px #505050;
	padding-top:10px;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
.pro_txt {
	float:right;
	width:690px;
	font-size:14px;
	line-height:24px;
	color:#646464;
}
.pro_txt1 {
	float:left;
	width:890px;
	font-size:14px;
	line-height:24px;
	color:#646464;
}
.tab_tit {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding:2px 0;
	background-color:#fafafa;
}
.tab_txt {
	font-size:13px;
	padding:2px 0 2px 20px;
	color:#646464;
}
.tab_txt1 {
	font-size:13px;
	padding:2px 0;
	color:#646464;
	text-align:center;
}	



/****************** 인재채용 - 인재상 ******************/
.talent_txt {
	font-size:18px;
	text-align:center;
	padding-bottom:30px;
	letter-spacing:1px;
}


