body
{
   background-color: #F6F6F6;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 10px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 10px 30px 10px;
   text-align: justify;
}
#wb_Text3 div
{
   text-align: justify;
}
#wb_Text3
{
   display: block;
   margin: 0 10px 30px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 10px 30px 10px;
   text-align: justify;
}
#wb_Text1 div
{
   text-align: justify;
}
#wb_Text1
{
   display: block;
   margin: 0 10px 30px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 10px 30px 10px;
   text-align: justify;
}
#wb_Text2 div
{
   text-align: justify;
}
#wb_Text2
{
   display: block;
   margin: 0 10px 30px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 10px 30px 10px;
   text-align: justify;
}
#wb_Text4 div
{
   text-align: justify;
}
#wb_Text4
{
   display: block;
   margin: 0 10px 30px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 10px 30px 10px;
   text-align: justify;
}
#wb_Text5 div
{
   text-align: justify;
}
#wb_Text5
{
   display: block;
   margin: 0 10px 30px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
.table{
    display: table;
    border-radius: 20px;
    background-color: #fff;
    /* padding:0px 5px; */
    width:100%;
    max-width: 600px;
    font-size: medium;
    overflow: hidden;
    font-weight: 500;
    font-family: 微軟正黑體;
}

.table .tr{
    display: table-row;
}

.table .td,.table .th{
    display: table-cell;
    padding:10px 15px;
    text-align: center;
    vertical-align: middle;
}

.table .td{
    color:#3E3A39;
    border-bottom: 2px solid #eee;
}

.table .item:nth-last-child(even){
    background-color: #f4f4f4;
}

.table .tr:last-child .td{
    border-bottom: none;
}

.table .title{
    background-color: #192B56;
    color:white;
}

.tablearea{
    width:100%;
    display: flex;
    justify-content: center;
}

.table .font1{
    color:#192B56;
    font-weight: 700;
    text-align: left;
    font-size: medium;
}

.table .font2{
    color:#3E3A39;
    font-weight: 600;
    text-align: left;
    font-size: small;
}

.table .font3{
    color:#3E3A39;
    font-weight: 600;
    text-align: left;
    font-size: medium;
    text-align: center;
}

#level .td, #level .th{
   font-size:small; !important;
   font-weight:600;
}

