body {
    margin: 0;
    padding: 0;
    font-family: 微軟正黑體;
    font-size: 13px;
    background: #f1f1f1;
    color: #333;
    background: url('../img/bg.png') top center no-repeat;
    background-size: 150%;
}

p {
    margin: 0 0 10px
}

a {
    text-decoration: none;
}

.nav1 {
    width: 49%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    background: rgb(255 255 255 / 0.9);
    box-shadow: 0px 0px 10px #d0d0d0;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
}

a {
    text-decoration: none !important
}

.nav-pills > li + li {
    margin-left: 0;
}

table {
    font-size: inherit
}

h1 {
    font-size: 17px;
    color: #1459b6;
    font-weight: bold;
    margin: 15px 0;
}

.content {
    max-width: 720px;
    margin: 0 auto;
    padding: 10px;
}

.nav1 img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

td {
    vertical-align: top
}

a {
    color: #333
}

.news img {
    width: 100px;
    margin-right: 10px;
}

.news {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgb(255 255 255 / 0.9);
    box-shadow: 0px 0px 10px #d0d0d0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.title {
    font-size: 14pt;
    font-weight: bold;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #005bac;
}

.news table {
    width: 100%
}

.nav > li > a {
    padding: 5px 0px 3px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}

.nav-link > div {
    font-size: 18px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
    border-bottom: 3px solid #005bac;
    color: #005bac;
}

.nav-pills > li > a {
    border-radius: 0px;
    border-bottom: 3px solid rgb(255 255 255 / 0);
}

.nav > li {
    width: 25%;
}

.wh {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgb(255 255 255 / 0.9);
    box-shadow: 0px 0px 10px #d0d0d0;
    border-radius: 10px;
    margin-bottom: 10px;
}


table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}

.table-bordered {
    border: 1px solid #464646;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #464646;
        padding: 5px
    }

td p {
    margin: 0
}

.pro-table td {
    padding: 8px;
    vertical-align: middle;
}

.time {
    background: #2b81ce;
    font-weight: bold;
    color: #fff;
}

.time2 {
    background: #9cb7d0;
    font-weight: bold;
    color: #fff;
}

.pro-table img {
    width: 35px;
    height: auto
}

.pro-table td span {
    font-size: 13px;
    border: 1px solid #005bac;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: 5px;
    color: #005bac;
    margin-right: 5px;
}

.pro-table .program td:first-child {
    width: 70px;
    color: #929292;
}

.pro-table .program td:nth-child(2) {
    font-weight: bold;
    font-size: 15px;
}

.pro-table .program td:last-child {
    width: 60px;
    text-align: center
}

.pro-table.program {
    border-bottom: 1px solid #9cb7d0;
}

.program .fa {
    color: #FF5722;
    font-size: 24px;
}



.loading-modal {
    position: fixed;
    z-index: 1999;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loading-center {
    text-align: center;
    z-index: 2000;
    margin: 300px auto;
    margin-top: 15vh;
    padding: 10px;
    width: 150px;
    background-color: transparent;
    color: white;
    /*background-color: White;
            border-radius: 10px;*/
    /*filter: alpha(opacity=100);
            opacity: 1;*/
    /*            -moz-opacity: 1;*/
}

    .loading-center img {
        height: 100px;
        width: 100px;
    }
