.contents{
    margin-left: auto;
    width: 1000px;
    margin-right: auto;
    padding-top: 40px;
}
.contents table{
    border-top: 2px solid #0D037A;
    width: 100%;
}
.contents table tr{
    border-bottom: 1px inset #d5d5d5;
}
.contents table th{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 22px 0px 22px 0px;
    vertical-align: middle;
}
.contents table tbody th{
    border-right: 1px inset #d5d5d5;
}
.contents table td{
    text-align: center;
    font-size: 18px;
    padding: 22px 0px 22px 0px;
    vertical-align: middle;
}
.contents table tbody{
    border-top: 1px solid #0D037A;
}

@media all and (max-width:1024px){
    .contents{
        max-width:1000px;
        width:100%;
    }
    .contents table th, .contents table td{
        font-size:13px;
    }
}

@media all and (max-width:499px){
    .contents table th, .contents table td{
        font-size:11px;
    }
}