@charset "utf-8";
ul.rumitab { margin: 0; padding: 0; list-style: none; height: 40px; border-bottom: 1px solid #ccc; background:#fff;  width: 100%; font-size:15px; }
ul.rumitab li { padding:0px 18px;display:inline-block; text-align:center; cursor: pointer;height: 40px; line-height: 40px; border: 0px solid #ccc; border-left: none; font-weight: bold; overflow: hidden; position: relative; }/* 탭 - 메뉴 */
ul.rumitab li:hover { color:#748fcb;} 
ul.rumitab li.active { background: #FFFFFF; color:#496ab1; border:1px solid #ccc; border-top:3px solid #748fcb; border-bottom: 1px solid #FFFFFF; line-height:34px; } /* 선택된 탭 스타일 */
 ul.rumitab li.active a { color:#496ab1; _pointer-events:none; }
.rumitab_container {padding:10px 0px 8px 0px; border-top: none; clear: both; float: left; width: 100%; background: #FFFFFF; }/* 탭 내용 박스 */
.rumitab_content { padding:5px 0 0 0; display: none; text-align:left; }
.rumitab_container .rumitab_content ul { width:100%; margin:0px; padding:0px; }
.rumitab_container .rumitab_content ul li { padding:0px 5px; list-style:none; height:auto; overflow:hidden; }
.rumitab_box { width: 100%; overflow:hidden}/* 탭 전체 크기 */

@media all and (max-width:991px) {
	ul.rumitab li { padding:0px 8px;display:inline-block; text-align:center; cursor: pointer;height: 40px; line-height: 40px; border: 0px solid #ccc; border-left: none; font-weight: bold; overflow: hidden; position: relative; }/* 탭 - 메뉴 */
	ul.rumitab li:hover { color:#748fcb;} 
}