@charset "utf-8";

 table.official_tbl {border-collapse: collapse; border-spacing:0; word-break:keep-all;}

@media (min-width:1440px) {  
    table.official_tbl {border:1px solid #ddd; text-align:center; width:100%; background-color:#fff;}
    table.official_tbl tbody {}
    table.official_tbl tr th,    table.official_tbl tr td { border:1px solid #ddd; padding:10px 2px;}
    table.official_tbl tr th {color:#000; font-size:18px; background-color:#f4f4f4; font-weight:600;  border-top:2px solid #263996;}
    table.official_tbl tr td {color:#000; font-size:16px; font-weight:400;}

    table.official_tbl .tb_point {position:relative; text-align:left; padding-left:15px; font-size:17px; color:#151515; font-weight:400;}
    table.official_tbl .tb_point + .tb_point {margin-top:10px;}
    table.official_tbl .tb_point::before {content:''; width:8px; height:8px; background-color:#dbdbdb; border-radius:50%; position:absolute; left:0; top:5px;}

    .scroll {margin-top:15px;}
    .scroll .scroll_wd {width:100%;}
    .scroll .scroll_tb {display:none; font-size:14px; font-weight:400; color:#151515; text-align:center; border:1px solid #dbdbdb;}

    table.official_tbl.green_tbl tr th {
        border-top-color:#065c5a;
    }

}


@media  (max-width:1439px) and (min-width:1024px) {

    table.official_tbl {border:1px solid #ddd; text-align:center; width:100%; background-color:#fff;}
    table.official_tbl tbody {}
    table.official_tbl tr th,    table.official_tbl tr td { border:1px solid #ddd; padding:10px;}
    table.official_tbl tr th {color:#000; font-size:17px; background-color:#f4f4f4; font-weight:600;  border-top:2px solid #263996;}
    table.official_tbl tr td {color:#000; font-size:15px; font-weight:400;}

    table.official_tbl .tb_point {position:relative; text-align:left; padding-left:15px; font-size:16px; color:#151515; font-weight:400;}
    table.official_tbl .tb_point + .tb_point {margin-top:10px;}
    table.official_tbl .tb_point::before {content:''; width:8px; height:8px; background-color:#dbdbdb; border-radius:50%; position:absolute; left:0; top:5px;}

    .scroll {margin-top:15px;}
    .scroll .scroll_wd {width:100%;}
    .scroll .scroll_tb {display:none; font-size:14px; font-weight:400; color:#151515; text-align:center; border:1px solid #dbdbdb;}


    table.official_tbl.green_tbl tr th {
        border-top-color:#065c5a;
    }
}


@media  (max-width:1023px) {

    table.official_tbl {border:1px solid #ddd; text-align:center; width:100%; background-color:#fff;}
    table.official_tbl tbody {}
    table.official_tbl tr th,    table.official_tbl tr td { border:1px solid #ddd; padding:10px;}
    table.official_tbl tr th {color:#000; font-size:16px; background-color:#f4f4f4; font-weight:600;  border-top:2px solid #263996;}
    table.official_tbl tr td {color:#000; font-size:14px; font-weight:400; line-height:normal;}

    table.official_tbl .tb_point {position:relative; text-align:left; padding-left:10px; font-size:16px; color:#151515; font-weight:400;}
    table.official_tbl .tb_point + .tb_point {margin-top:10px;}
    table.official_tbl .tb_point::before {content:''; width:5px; height:5px; background-color:#dbdbdb; border-radius:50%; position:absolute; left:0; top:6px;}

    .scroll {margin-top:15px; overflow-x:scroll;}
    .scroll .scroll_wd {width:1100px}
    .scroll .scroll_tb {display:block; font-size:14px; font-weight:400; color:#151515; text-align:center; border:1px solid #dbdbdb;}


    table.official_tbl.green_tbl tr th {
        border-top-color:#065c5a;
    }
}


/**/
@media (max-width:747px) {

    table.official_tbl {border:1px solid #ddd; text-align:center; width:100%; background-color:#fff;}
    table.official_tbl tbody {}
    table.official_tbl tr th,    table.official_tbl tr td { border:1px solid #ddd; padding:10px;}
    table.official_tbl tr th {color:#000; font-size:16px; background-color:#f4f4f4; font-weight:600;  border-top:2px solid #263996;}
    table.official_tbl tr td {color:#000; font-size:14px; font-weight:400; line-height:normal;}

    table.official_tbl .tb_point {position:relative; text-align:left; padding-left:10px; font-size:15px; color:#151515; font-weight:400;}
    table.official_tbl .tb_point + .tb_point {margin-top:10px;}
    table.official_tbl .tb_point::before {content:''; width:5px; height:5px; background-color:#dbdbdb; border-radius:50%; position:absolute; left:0; top:6px;}

    .scroll {margin-top:15px; overflow-x:scroll;}
    .scroll .scroll_wd {width:800px;}
    .scroll .scroll_tb {display:block; font-size:14px; font-weight:400; color:#151515; text-align:center; border:1px solid #dbdbdb;}


    table.official_tbl.green_tbl tr th {
        border-top-color:#065c5a;
    }

}

@media (max-width:500px) {

    table.official_tbl {border:1px solid #ddd; text-align:center; width:100%; background-color:#fff;}
    table.official_tbl tbody {}
    table.official_tbl tr th,    table.official_tbl tr td { border:1px solid #ddd; padding:10px;}
    table.official_tbl tr th {color:#000; font-size:16px; background-color:#f4f4f4; font-weight:600;  border-top:2px solid #263996;}
    table.official_tbl tr td {color:#000; font-size:14px; font-weight:400; line-height:normal;}

    .scroll {margin-top:15px; overflow-x:scroll;}
    .scroll .scroll_wd {width:600px;}
    .scroll .scroll_tb {display:block; font-size:14px; font-weight:400; color:#151515; text-align:center; border:1px solid #dbdbdb;}


    table.official_tbl.green_tbl tr th {
        border-top-color:#065c5a;
    }
    
}