@charset "utf-8";

/* 오른쪽 퀵메뉴 */
#floatMenu { position: absolute; top:100px; right:3%; width:; z-index:10; }
#floatMenu li img { width:100%;}	

/*기본코드*/
body.bg { background:url(../images/bg_main2.jpg) top center repeat-x;}
.visual{ width:100%; overflow:hidden; }
.wrap_content{ width:1200px; overflow: hidden; margin: 0 auto; }

.board_wrapper { float:right; margin: 0; width:; overflow:hidden; }
.board_wrapper .title { clear:both;}
.board_wrapper .board { float:left; width:; margin-left:55px;}
.board_wrapper ul li.tit { margin-top:;} 
.board_wrapper ul li.list { margin-top:15px;} 

.customer { float:left; margin: 0;}


/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li {height:; overflow:hidden; background: url(../images/dot_title2.png) no-repeat 0 11px ;} /* ../images/dot_title2.png */
.latestBBS li .title { display: inline-block; padding-left:5px; width:250px; font-size:15px; font-weight:400; color:#272727; line-height:22px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:none; float:right; font-weight:300; color:#8d8d8d; line-height:22px; letter-spacing:0.5px;}
