<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
ul.rumitab { margin: 0; padding: 0; list-style: none; height: 70px;background:#f1f1f1; width: 100%; }
ul.rumitab li {margin: 0; display:inline-block; text-align:center; cursor: pointer; width:32.7%; height: 70px; line-height: 70px; border-bottom:1px solid #dfdfdf; border-left: none; font-weight: bold; overflow: hidden; position: relative;left:0;  font-size:18px; box-sizing:border-box; background:#f1f1f1;}/* 탭 - 메뉴 */
ul.rumitab li:hover { color:red;} 
ul.rumitab li.active { background: #FFFFFF; color:#f05801; border-right:1px solid #dfdfdf; border-top:3px solid #ff823b; border-bottom: 1px solid #FFFFFF; line-height:70px; } /* 선택된 탭 스타일 */
 ul.rumitab li.active a { color:#f05801; _pointer-events:none; }
.rumitab_container { border: 1px solid #dfdfdf; padding:10px 8px 8px 8px; border-top: none; clear: both; float: left; width: 100%; background: #FFFFFF; height:305px!important;}/* 탭 내용 박스 */
.rumitab_content { padding: 5px; font-size: 15px; 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}/* 탭 전체 크기 */
</pre></body></html>