@charset "utf-8";
ul.rumitab { margin: 0; padding: 0; list-style: none; height: 45px; background:#fafafa;  border-bottom: 1px solid #F2F2F2; width: 100%; font-size:13px; }
ul.rumitab li { display:inline-block; text-align:center; cursor: pointer; min-width:100px; height: 45px; left:-1px; line-height: 45px;  border-left: none; font-weight: bold; overflow: hidden; position: relative; }/* 탭 - 메뉴 */
ul.rumitab li:hover { color:red;} 
ul.rumitab li.active { background: #FFFFFF; color:#333333; border:1px solid #F2F2F2; border-top:3px solid #333333; border-bottom: 1px solid #FFFFFF; line-height:45px; } /* 선택된 탭 스타일 */
 ul.rumitab li.active a { color:#333333; _pointer-events:none; }
.rumitab_container {  padding:10px 8px 8px 8px; border-top: none; clear: both; float: left; width: 100%; background: #FFFFFF; }/* 탭 내용 박스 */

.rumitab_container .rumitab_content ul { width:100%; margin:0px; padding:0px; }
.rumitab_container .rumitab_content ul li { list-style:none; height:auto; overflow:hidden; }

