/* sub6_3 */
.tab_menu {width: 100%; height: 66px; }
.tab_menu li a {width: 16.6666%; float: left; margin-right: -1px; text-align: center; display: block; padding: 20px 0; font-size: 20px; font-weight: 500; border: 1px solid #d0d0d0;}
.tab_menu li.on a {font-weight: 900; background-color: #e96f2e; color: #fff; border: 1px solid #e96f2e;}

.tab_cont2 table.basic {width:100%; border-collapse:collapse; border-left: 1px solid #ebebeb; border-bottom: 2px solid #f1a130;}
.tab_cont2 {display: none;}
.tab_cont2.on {display: block;}
table.basic th, table.basic td {padding:15px 10px;}
table.basic td {border-right: 1px solid #ebebeb;}
.tab_cont2 table.basic th {background-color: #f1a130; border-right: 1px solid #fff;}
table.basic th h5 {font-weight: 600; font-size: 20px; color: #fff;}
.tab_cont2 table.basic tr:nth-child(even){background-color: #fcf7f0;}
table.basic .bg_gray {background-color:#f5f5f5;}
table.basic .first { border-left: 0; }