@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
.table {
  width: 100%;
  text-align: center;
  border: #B2B2B2 1px solid;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
}
.table .table {
  border-top: none;
  border-left: none;
}
.table ul {
  margin-bottom: 0;
}
.table .table_content {
  width: 100%;
  display: table;
}
.table .table_column {
  background: #fff;
  padding: 10px;
  border-right: #B2B2B2 1px solid;
  border-bottom: #B2B2B2 1px solid;
}
.table .column_title {
  background: #F2F7FC;
  color: #4f4f4f;
  font-weight: bold;
}
.table .table_title {
  background: #005bac;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-bottom: #B2B2B2 1px solid;
}
.table .table_column:last-child {
  border-right: 0;
  /* border-bottom: 0; */
}
.table .table_row:last-child .table_column {
  border-bottom: 0;
}
.table.column_one h3 {
  margin: 0;
}
.table.column_one.half {
  width: 47%;
  text-align: left;
  margin: 0 1%;
  display: inline-block;
  vertical-align: top;
}
.table.column_one.half .column_title {
  font-size: 18px;
}
.table.column_two .table_content {
  display: table;
}
.table.column_two .table_content .table_row {
  display: table-row;
  width: 100%;
}
.table.column_two .table_content .table_row .table_column {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.table.column_three .table_title {
  border-right: none;
}
.table.column_three .table_content {
  border-right: #B2B2B2 1px solid;
  border-bottom: #B2B2B2 1px solid;
}
.table.column_three .table_column {
  border-right: none;
  border-bottom: none;
}
.table.column_three_oneT, .table.column_two_twoT_half {
  display: table;
}
.table.column_three_oneT .table_row {
  display: table-row;
}
.table.column_three_oneT .table_row .table_column {
  width: 33.3333333333%;
  display: table-cell;
  vertical-align: middle;
}

article .table.column_three_oneT.title20 .table_row .column_title {
  display: table-cell;
  width: 22%;
}

.table.column_two_twoT {
  display: table;
  position: relative;
}
.table.column_two_twoT .table_row {
  display: table-row;
}
.table.column_two_twoT_half .table_row {
  display: table-row;
}
.table.column_two_twoT .table_row .table_column {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.table.column_two_twoT .table_row .column_title {
  width: 20%;
}
.table.column_two_twoT .table_row .column_title.hidden-pc {
  display: none;
}
.table.column_two_twoT .table_row .colspan {
  position: absolute;
  left: 0;
  width: 60%;
}
.table.column_two_twoT .table_row .table_content {
  padding: 10px;
}
.table.column_two_twoT_half .table_row .table_column {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.table.column_two_twoT_half .table_row .column_title {
  width: 35%;
}
.table.column_three_twoT {
  display: table;
}
.table.column_three_twoT .table_row {
  display: table-row;
}
.table.column_three_twoT .table_row .table_column {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.table.column_three_twoT .table_row .column_title {
  width: 20%;
}
.table.column_three_twoT .table_row .table_title {
  border: none;
  border: none;
}
.table.column_three_twoT .table_row .table_content {
  padding: 10px;
}
.table.column_four {
  display: table;
}
.table.column_four .table_row {
  display: table-row;
}
.table.column_four .table_row.table_row_title .column_title {
  background: #005bac;
  color: #fff;
  font-weight: bold;
}
.table.column_four .table_row .table_column {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
}
.table.column_four .table_row .column_title {
  width: 15%;
}
.table.column_four_top .table_row .table_column {
  vertical-align: top;
}
.table.column_four_top .table_row .column_title {
  width: 11%;
}
.table.column_four .table_row .table_column img {
  margin-bottom: 0;
}
.table.column_four .table_row.table_row_title .column_title {
  background: #005bac;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}

.columnConTitle {
  font-weight: bold;
}

article .column_one.half p {
  margin: 0;
  margin-top: 10px;
}

.column_one.half ul {
  margin-top: 10px;
}

#excess .table.column_one.half .table_title {
  height: 150px;
}
#excess .table.column_one.half .table_column {
  border-bottom: 3px solid #005bac;
  height: 160px;
}
#excess .table.column_one.half .table_column.h190 {
  height: 190px;
}
#excess .table.column_one.half .table_column.short {
  height: auto;
}
#excess .table.column_one.half .table_row:last-of-type .table_column {
  border-bottom: 0;
}
#excess .column_one.half ul.li_disc li {
  font-weight: 400;
}

.column_half {
  display: flex;
  gap: 15px;
}
.column_half button {
  width: 60%;
}

@media screen and (max-width: 767px) {
  article .table.column_three_oneT .table_row {
    flex-wrap: wrap;
    display: flex;
  }
  article .table.column_three_oneT .table_row .table_column {
    background: #fff;
    color: #4f4f4f;
    width: 50%;
  }
  article .table.column_three_oneT.title20 .table_row .column_title {
    display: table-cell;
    width: 100%;
    border-right: 0px;
  }
  article .table.column_three_oneT .table_row .column_title {
    background: #E8E8E8;
    color: #4f4f4f;
    width: 100%;
  }
  article .table.column_three_oneT .table_row .table_title {
    background: #005bac;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article .table.column_three_twoT .table_row {
    flex-wrap: wrap;
    display: flex;
  }
  article .table.column_three_twoT .table_row .table_column {
    background: #fff;
    color: #4f4f4f;
    width: 50%;
  }
  article .table.column_three_twoT .table_row .column_title {
    background: #E8E8E8;
    color: #4f4f4f;
    width: 100%;
    padding: 10px;
  }
  article .table.column_two_twoT .table_row {
    flex-wrap: wrap;
    display: flex;
  }
  article .table.column_two_twoT .table_row .table_column {
    width: 50%;
  }
  article .table.column_two_twoT .table_row .colspan {
    position: static;
  }
  article .table.column_two_twoT .table_row .column_title {
    color: #4f4f4f;
    width: 100%;
    padding: 10px;
    border-bottom: #B2B2B2 1px solid;
    border-right: #B2B2B2 0px solid;
  }
  article .table.column_two_twoT .table_row .column_title.hidden-m {
    display: none;
  }
  article .table.column_three_oneT .table_row .column_title.hidden-m {
    display: none;
  }
  article .table.column_two_twoT .table_row .column_title.hidden-pc {
    display: block;
  }
  article .table.column_four .table_row {
    flex-wrap: wrap;
    display: flex;
  }
  article .table.column_four .table_row .table_column {
    background: #fff;
    color: #4f4f4f;
    width: 33.3333333333%;
  }
  article .table.column_four .table_row .column_title {
    background: #E8E8E8;
    color: #4f4f4f;
    width: 100%;
  }
  article .table.column_four .table_row .table_title {
    background: #005bac;
    color: #fff;
  }
  .column_half {
    flex-direction: column;
  }
  .column_half ul {
    height: auto;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  article .table.column_three .table_content {
    display: table-cell;
    width: 33.3333333333%;
  }
  article .table.column_three_oneT {
    display: table;
  }
  article .table.column_three_oneT .table_row {
    display: table-row;
  }
  article .table.column_three_oneT .table_row .column_title {
    display: table-cell;
    width: 33.3333333333%;
  }
  article .table.column_three_oneT .table_row .table_content {
    display: table;
  }
  article .table.column_three_oneT .table_row .table_content .table_column {
    display: table-cell;
    width: 50%;
  }
  article .table.column_four {
    display: table;
  }
  article .table.column_two_twoT .table_row {
    flex-wrap: wrap;
    display: flex;
  }
  article .table.column_two_twoT .table_row .table_column {
    width: 50%;
  }
  article .table.column_two_twoT .table_row .colspan {
    position: static;
  }
  article .table.column_two_twoT .table_row .column_title {
    color: #4f4f4f;
    width: 100%;
    padding: 10px;
    border-bottom: #B2B2B2 1px solid;
    border-right: #B2B2B2 0px solid;
  }
  article .table.column_two_twoT .table_row .column_title.hidden-m {
    display: none;
  }
  article .table.column_two_twoT .table_row .column_title.hidden-pc {
    display: block;
  }
  article .table.column_three_twoT .table_row {
    flex-wrap: wrap;
    display: flex;
  }
  article .table.column_three_twoT .table_row .table_column {
    background: #fff;
    color: #4f4f4f;
    width: 50%;
  }
  article .table.column_three_twoT .table_row .column_title {
    background: #E8E8E8;
    color: #4f4f4f;
    width: 100%;
    padding: 10px;
  }
  article .table.column_four .table_row {
    display: table-row;
  }
  article .table.column_four .table_row .column_title {
    display: table-cell;
    width: 25%;
  }
  article .table.column_four .table_row .table_content {
    display: table;
  }
  article .table.column_four .table_row .table_content .table_column {
    display: table-cell;
    width: 33.3333333333%;
  }
  article .table.column_four .table_row .column_title {
    width: 16%;
  }
}
@media screen and (max-width: 1000px) {
  article .table.column_three .table_content {
    display: table-cell;
    width: 33.3333333333%;
  }
  .table.column_one.half {
    width: 100%;
    margin: 10px auto;
  }
  #excess .table.column_one.half .table_title {
    height: auto;
  }
  #excess .table.column_one.half .table_column {
    height: auto;
  }
  #excess .table.column_one.half .table_column.h190 {
    height: auto;
  }
  .h120,
  .h150,
  .h230 {
    height: auto;
  }
}/*# sourceMappingURL=table.css.map */