.tab_menu { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; } 
.tab_menu .tab_menu_item { font-size: 20px; font-weight: 600; text-align: center; padding-bottom: 10px; cursor: pointer; } 
.tab_menu .tab_menu_item.active { border-bottom: 3px solid var(--brandColor); color: var(--brandColor); font-weight: 700; } 

.table_wrap table thead th,
.table_wrap table tbody td,
.table_wrap table tfoot td { position: relative; } 

#codeTable th.code { width: 250px; }
#codeTable th.code_name { width: 300px; }
#codeTable th.code_value { width : 300px; }
#codeTable th.code_info { width: 400px; }

.modal_area .input_wrap label { width: 80px; } 

.modal_area .modal_body { padding-right: 35px; } 