/* 공통 */
.b_txt {
	font-size:26px;
	color:#323232;
}
.s_txt {
	font-size:13px;
	color:#646464;
	line-height:20px;
	letter-spacing:-0.25px;
}


/* 제품소개 */
.cer_img {
	padding-top:40px;
	text-align:center;
}
.cer_img li {
	display:inline-block;
	padding:0 35px;
	cursor:pointer;
}
.cer_img li span {
	color:#646464;
	font-size:13px;
	line-height:30px;
	font-weight:bold;
}

.container {width:930px; height:35px;}
ul.tabs {
	float: left;
	height: 36px;
	width: 930px;
	border-bottom:solid 1px #d6d6d6;
}
ul.tabs li {
	float:left; width:150px; height: 35px;
}
ul.tabs li.last a {
	border-right:solid 1px #d6d6d6;
}
ul.tabs li a {
	display:block;
	outline:none;
	width:150px;
	height: 35px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#828282;
	background-color:#f7f7f7;	
	border:solid 1px #d6d6d6; border-right:none;
}
ul.tabs li a:hover{
	color:#71b200;
}	
ul.tabs li.active a  {
	width:150px;
	height:35px;
	color:#fff;
	font-weight:bold;
	background-color:#71b200;	
	border-bottom:solid 1px #71b200;
	border-top:solid 1px #71b200;
}
ul.tabs li.on a  {
	width:150px;
	height:35px;
	color:#fff;
	font-weight:bold;
	background-color:#71b200;	
	border-bottom:solid 1px #71b200;
	border-top:solid 1px #71b200;
}
.tab_container {
	clear: both;
	float: left; 
	width: 930px;
	position:relative;
	padding-top:30px;
}



/* 제조과정 */
.s1_list li {
	float:left;
}


/* 찾아오시는길 */
.location_tit {
	width:130px;
	font-weight:bold;
	background:#fafafa;
	padding:15px 0;
	font-size:13px;
	text-align:center;
	color:#323232;
}
.location_txt {
	padding-left:30px;
	font-size:13px;
	color:#646464;
}























