/*
권장 CSS 속성 선언 순서
1. display : 표시 
2. float : 흐름 
3. position : 위치 
4. width & height : 크기 
5. margin & padding : 간격 
6. border : 보더 
7. font : 폰트 
8. background : 배경 
9. etc : 기타
*/



/* mimg : 메인 배너 */
#content .mimg { width:100%; height:/*539px*/622px; background:url(../oimages/main_banner_bg.jpg) repeat-x;  }
#content #slides { position:relative; /*top:105px;*/ left:50%; width:1287px; height:/*539px*/622px; margin:0 0 0 -643px; text-align:center; /*background:#f7eee5;*/ }
#content #slides .slides_container { width:1287px; height:/*539px*/622px; margin:0 auto; text-align:center; overflow:hidden; }
#content #slides .slides_container a { display:block; width:1287px; height:/*539px*/622px; margin:0 auto; text-align:center; overflow:hidden; }



/*메인 배너 네비게이션 */
#content #slides .pagination { position:absolute; left:50%; width:120px; margin:-50px 0 0 -60px; height:13px; /*border:1px solid #F00;*/ overflow:hidden;  z-index:1000; }
#content #slides .pagination li { float:left; height:13px;  margin:0 2px; padding:0; list-style:none; }
#content #slides .pagination li a { display:block; float:left; width:13px; height:13px; /*padding:13px 0 0 0;*/ padding:13px 0 0 0; text-align:center; font-weight:bold; font:0.8em '돋움', dotum; color:#453a38; background:url(../oimages/main_pagination.png) 0 0 no-repeat; overflow:hidden; }
#content #slides .pagination li.current a { width:13px; color:#FFF; background-position: 0 -13px; }


/* product : 제품분류 */
.product { padding:38px 0; }
.product .ti { display:block; padding:0 0 28px 0;  }
.product li { display:inline; float:left; padding:0 12px 0 0; }
.product li h5 { padding:20px 0 0 0; color:#444; }
.product .spr0 { padding-right:0; }