/*sub CSS*/


/*contents */
.contents {
	position:relative;
	overflow:hidden;
	width:1000px;		
}
.inquiry {
	position:absolute;
	z-index:100;
	top:168px;
	right:11px;
}
.inquiry a {
	display:block;
	width:132px;
	height:51px;	
	text-indent:-99999em;
	background:url('../img/index/inquiry_bt.png') no-repeat left top;
	transition: all 0.2s ease-out 0s;
}
.inquiry a:hover {
	background:url('../img/index/inquiry_bt.png') no-repeat left bottom;
}
.content {
	width:956px;
	padding:50px 23px;
	overflow:hidden;
	float:left;
	background:#f9f9f9 url('../img/sub/content_bg_top.jpg') no-repeat left top;
}
.contents .left_menu {
	width:205px;	
	padding-bottom:50px;
	float:left;	
}
.contents .left_menu dl{
	float:left;
	width:205px;
	overflow:hidden;
	padding-bottom:40px;		
}
.contents .left_menu dt, .contents .left_menu dt.second {
	float:left;
	width:205px;
	height:30px;
	font-size:20px;
	color:#333333;	
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:2px solid #1079ab;
}
.contents .left_menu dt.second {
	height:45px;
	font-size:20px;	
}
.contents .left_menu dd {
	float:left;
	width:205px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #eaeaea;
}
.contents .left_menu dd a{
	display:block;
	width:193px;
	padding-left:13px;
	height:25px;
	line-height:25px;
	color:#333;	
	background: url('../img/sub/left_menu_bar.gif') no-repeat left top;
}
.contents .left_menu dd a:hover {
	color:#fff;
	background: url('../img/sub/left_menu_bar.gif') no-repeat left bottom;
}

/* sub content */
#article {
	float:right;	
	width:706px;		
}
.sub_title {
	float:left;
	width:706px;
	height:76px;	
}
.sub_title li.route {
	float:right;	
	font-size:11px;
	color:#959595;	
}
.sub_title li.title {
	float:left;
	color:#333333;
	font-size:22px;
	width:706px;
	margin-top:15px;	
}
.sub_content {
	float:left;
	clear:both;
	padding:20px 0 50px;
	width:706px;
	text-align:justify;
}

/* greetings */
.ceo_img {
	float:left;
	width:167px;
	margin-right:15px;
}
.greeting_txt {
	float:left;
	width:517px;
}
.sign {
	float:right;
	width:270px;
	margin-top:30px;
	height:50px;	
}
.sign strong {
	display:block;	
}
.sign_img {
	float:right;
	margin-left:15px;
}
/* 130809 History 작업 */
.history{
	float:left;
	width:700px;
	background:url(../img/sub/history_b.png) left center no-repeat;
}
.history .year{
	float:left;
	width:150px;
	height:25px;
	line-height:25px;
	background-color:#7d8ffc;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.history dl{
	float:left;
	width:530px;
	margin:0 0 20px 20px;
	line-height:18px;
}
.history dt{
	float:left;
	width:40px;
	font-weight:bold;
	height:25px;
}
.history dd{
	float:left;
	width:490px;
	height:35px;
}
.history dd.line02{
	float:left;
	margin-left:40px;
}
/* 130812 Main business 작업 */
.main-business{
	float:left;
	width:670px;
	height:250px;
	background:url(../img/sub/business_b.png) 0 0 no-repeat;
	padding:100px 0 0 30px;
}
.main-business ul{
	float:left;
	width:700px;
	font-size:14px;
}
.main-business ul li{
	float:left;
	width:339px;
	line-height:30px;
	font-weight:bold;
}
.main-business ul li.type02{
	float:left;
	width:656px;
}

.sitemap_page{
	float:left;
	width:700px;
}
.sitemap_page dl, .sitemap_page dd{
	float:left;
	width:200px;
}
.sitemap_page dl.aluminum,
.sitemap_page dl.ship{
	float:left;
	height:80px;
}
.sitemap_page dl.upper{
	float:left;
	width:240px;
	height:80px;
}
.sitemap_page dt{
	float:left;
	width:152px;
	background:url(../img/sub/sitemap_icon.png) left top no-repeat;
	height:25px;
	padding:10px 0 0 8px;
	font-weight:bold;
	font-size:14px;
}
.sitemap_page dl.upper dt{
	float:left;
	width:250px;
}
.sitemap_page dd{
	float:left;
	width:190px;
	margin-left:10px;
	line-height:18px;
}
.sitemap_page dl.upper dd{
	float:left;
	width:250px;
}
/* 130812 Certificates 김소정 작업 */
.certificates, .certificates ul{	
	float:left;
	width:700px;
}
.certificates li{
	float:left;
	width:160px;
	margin-right:15px;
	text-align:center;
}
.certificates li span{
	display:block;
	clear:both;
	margin-top:5px;
}