.h2_tit {
    font-size: 30px;
    color: #222;
    margin-bottom: 10px;
    font-family: "맑은 고딕", "Malgun Gothic", "돋움", Dotum, AppleGothic, sans-serif;
}


.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 50%;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    padding: 100px 20px;
    height: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: red;
    display: contents;
}

#Man {
    border-style: solid;
    border-color: green;
    border-width: 10px;
}

#Woman {
    border-style: solid;
    border-color: orange;
    border-width: 10px;
}

#examination,
#additional_exam,
#expense_man,
#examination2,
#additional_exam2,
#expense_woman {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#examination td,
#additional_exam td,
#expense_man td,
#examination th,
#additional_exam th,
#expense_man th,
#examination2 td,
#additional_exam2 td,
#expense_woman td,
#examination2 th,
#additional_exam2 th,
#expense_woman th {
    border: 1px solid #ddd;
    padding: 8px;
}

#examination th,
#additional_exam th,
#expense_man th,
#examination2 th,
#additional_exam2 th,
#expense_woman th {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


#examination tr:nth-child(even),
#additional_exam tr:nth-child(even),
#expense_man tr:nth-child(even),
#examination2 tr:nth-child(even),
#additional_exam2 tr:nth-child(even),
#expense_woman tr:nth-child(even) {
    background-color: #f2f2f2;
}


#examination th,
#additional_exam th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #483D8B;
    color: white;

}




#examination2 th,
#additional_exam2 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #8A2BE2;
    color: white;

}



#examination td,
#additional_exam td,
#expense_man td,
#examination2 td,
#additional_exam2 td,
#expense_woman td {
    font-size: 16px;
    font-weight: bold;
    left: center;
}


#additional_exam td:last-child,
#expense_man td:last-child,
#additional_exam2 td:last-child,
#expense_woman td:last-child {
    text-align: right;
}


#expense_man th,
#expense_woman th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    
    color: white;

}

#expense_man th {

    background-color: #483D8B;
}

#expense_woman th {

    background-color: #8A2BE2;
}
