@charset "utf-8";
ul.rumitab { margin: 0; padding: 0; list-style: none; height: 40px; width: 100%; border-bottom: 1px solid #dcdcdc;}
ul.rumitab li { display:inline-block; text-align:center; cursor: pointer; min-width:80px; height: 40px; left:-1px; line-height: 40px; border: 0px solid #ccc; border-left: none; font-weight: bold; overflow: hidden; position: relative; }/* 탭 - 메뉴 */
ul.rumitab li:hover { color:red;} 
ul.rumitab li.active h2:before { 
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1c4fa2;
  z-index: 1;
}
ul.rumitab li:first-child h2:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: -20px;
  width: 1px;
  height: 18px;
  background: #bbb;
}
ul.rumitab li.active {line-height:35px; } /* 선택된 탭 스타일 */
ul.rumitab li.active a {color:#1c4fa2; _pointer-events:none; }
.rumitab_container {clear: both; float: left; width: 100%; }/* 탭 내용 박스 */
.rumitab_content {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;  overflow:hidden}/* 탭 전체 크기 */
