@charset "utf-8";
/*  숨김 콘텐츠
.section h3 ,.noticeList h3{
	position:absolute;
	overflow:hidden;
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
}
   */

.bg {background:url(../images/main/bg_main.jpg) no-repeat top center;}

/*  main content layout*/
/*공통*/
.section {float:left;
     position:relative; 
    width:316px;
	
	margin:24px 0 10px 0;
	padding:5px 5px 0 5px;

}

.section h3{	 
	 height:30px;
	
}

/*고객센터*/
.customer {text-align:center;}
.customer ul{padding:10px 0 0 0;}
.customer ul li{display:inline; padding:0 5px}

/*공지사항*/
.notice  {float:left;
    margin:8px 0 0 0;
	width:300px;
}
.notice ul {
	position:relative;
}
.notice ul li {
	letter-spacing:-0.5px;
	height:20px; 
	line-height:24px;
	padding:0 8px 0 10px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	background: url(../images/common/bu_list.jpg) no-repeat 2px 12px;
	
}
.notice ul li .date{	
	font-size:11px;
    color:#999;
	padding:0 8px 0 3px;		
}
.section .more a {
	position:absolute;
	display:block;
	padding:0px 18px 4px 5px;
	top:10px;
    right:0;	
}
	
/*제품소개테이블*/

.product{width:310px; cellpadding:0px; cellspacing:0;  border-collapse:collapse;}
.product td{height:32px;border:1px solid #eaeaea;padding:0 0 0 5px;}

/*기술현황*/
.tech{background: url(../images/main/img_tech.jpg) no-repeat;
            width:297px;height:115px;
} 
.tech p {line-height:26px;height:26px; } 
.tech .pm1 {padding:50px 0 0 0;}

/*빠른메뉴*/
.quick li {display:inline; padding:10px 8px 10px 8px;}


/*슬라이드 제품*/
.slideBox{width:296px;
          height:90px;
         
}
#slider {float:left; position:relative; overflow:auto; width:296px; height:90px; }
#slider ul {
	position:absolute;
	list-style:none;
	top:3px;
	left:-3px
}
#slider li {float:left; width:296px; height:90px; padding-right:10px}

.pagination {width:296px;list-style:none; height:10px;top:10px;right:10px;padding:0 0 0 230px;}
.pagination li {float:left;
                cursor:pointer;
				padding:2px 3px; 
				width:10px;height:10px;
                background:url(../images/common/icon_visual_none.png) no-repeat 0 0;  }
.pagination li:hover {background:url(../images/common/icon_visual_select.png) no-repeat 0 0; color:#000;}
li.current {background:url(../images/common/icon_visual_select.png) no-repeat 0 0;}


	

	