/* BASIC css start */
#main_img { width: 1100px; margin:0 auto; }

/* 게시판 2개 */
#main .section {
	padding: 20px 0 50px;
}
#main .section .latest_bbs {
	float:left;
	width:538px;
	height:86px;
}

#main .section .latest_bbs:first-child h2 {
	padding:1px 0 0 23px;
float:left;
}
#main .section .latest_bbs:nth-child(2) h2  {
	padding:1px 0 0 1px;
float:left;
}
#main .section .latest_bbs:first-child {
	background: url(/design/aigppp/9625/bbs_bg1.gif) no-repeat;
}
#main .section .latest_bbs:nth-child(2)  {
	background: url(/design/aigppp/9625/bbs_bg2.gif) no-repeat;
	margin-left:23px;
}

#main .section .latest_bbs table {
     width: 330px;
     margin-top:20px;
}

#main .section .latest_bbs .title a { color: #888; font-size:11px; text-decoration:none; line-height:17px; }
#main .section .latest_bbs .title a:hover { color: #000; }

/* 상품 타이틀 */
#main .prd_list h2 {
	padding: 0 0 10px;
	margin-bottom:20px;
}
/* BASIC css end */

