@charset "utf-8";
.rumitab {position: relative; margin: 0; padding: 0; list-style: none; height: 45px; background:#464646;  border: 1px solid #464646; width: 100%; font-size: 0.9rem; border-bottom:2px solid #ff9c00}
.rumitab li { float:left; text-align:center; cursor: pointer;width:20%; height: 42px; line-height: 42px; border-left: none; font-weight: bold; overflow: hidden; position: relative; }/* 탭 - 메뉴 */
.rumitab li > a {color:#ffffff}
.rumitab li:hover {}
.rumitab li.active { background: #ff9c00; color:#000;  line-height:42px; } /* 선택된 탭 스타일 */
.rumitab li.active a { color:#000; _pointer-events:none; }
.rumitab_container { border: 1px solid #464646; padding:5px 10px; border-top: none; clear: both; float: left; width: 100%; background: #2e2e2e; }/* 탭 내용 박스 */
.rumitab_content { padding: 5px; font-size: 12px; display: none; text-align:left; }
.rumitab_container .rumitab_content ul { width:100%; margin:0px; padding:0px; }
.rumitab_container .rumitab_content ul li { padding:5px; list-style:none; height:auto; overflow:hidden; }
.rumitab_box { width: 100%; min-height:150px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); -moz-box-shadow:  0 1px 3px rgba(0,0,0,0.1); overflow:hidden}/* 탭 전체 크기 */


#tab_A .rumitab li {width:100%; padding:0 20px; text-align:left;}
#tab_A .rumitab li.active {background:#464646; color:#fff;}
#tab_A .rumitab li.active  a{color:#fff;}
#tab_A .more {position: absolute; top:10px; right:20px;display:inline-block; font-size: 0.9rem;line-height: 20px;font-weight: 400;color: #1b1b1b !important;background-color: #ff9c00; padding: 0 10px; }

.rumitab_content .dot {
    width: 2px;
    height: 2px;
    background-color: #ff9c00;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: .3rem; margin-right:9px;
}
