#contentsArea {background: linear-gradient(180deg, #F0F7FF 3%, #FFFFFF 0%);}

#contentsArea p.small-noti{
    font-size: 12px;
}

#contentsArea .km-dl-table .table-content th{
    text-align: center;
    background-color: #F0F7FF;
}

#contentsArea .km-dl-table .table-content td:first-child{
    text-align: center;
    text-wrap: nowrap;
}


#contentsArea .km-dl-table .table-content th, #contentsArea .km-dl-table .table-content td{
    vertical-align: middle;
    /* height: 70px; */
}

#contentsArea .km-dl-table .table-content tr:not(:first-child){
    height: 70px;
}


#contentsArea .km-dl-table .table-col-blue th {
    background-color: #F0F7FF;
    font-weight: bold;
}

#contentsArea .km-dl-table .table-col-blue tr {
    height: 65px;
}

#contentsArea .km-dl-table .table-col-gray th {
    background-color: #F7F7F7;
    font-weight: bold;
}


@media only screen and (min-width: 751px) {
    .fs-pc-15{
        font-size: 15px!important;
    }

    #table-fs td, #table-fs th{
        font-size: 15px;
    }

    .video-width {
        width: 85% !important;
    }

}

@media only screen and (max-width: 750px) and (min-width: 600px) {
#contentsArea p.small-noti{
    font-size: 20px;
}
}