@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

footer {
    background: #f7d751;
    font-size: 0.8rem;
    clear: both;
    letter-spacing: 0;
}

@media screen and (max-width: 360px) {
    footer .Box {
        padding: 10px 15px;
    }
}

footer ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

    footer ul li {
        width: 12.5%;
    }

@media screen and (max-width: 768px) {
    footer ul li {
        width: 25%;
    }

        footer ul li:nth-child(4n) a:after {
            display: none;
        }
}

@media screen and (max-width: 360px) {
    footer ul li {
        width: 33.3333%;
    }

        footer ul li:nth-child(4n) a:after {
            display: block;
        }

        footer ul li:nth-child(3n) a:after {
            display: none;
        }

        footer ul li:last-child a:after {
            display: none;
        }
}

footer ul li a {
    padding: 13px 0;
    text-align: center;
    display: block;
    color: #3b3b3b;
    position: relative;
    transition: background 0.2s ease-out;
}

@media screen and (max-width: 360px) {
    footer ul li a {
        padding: 6px 0;
    }
}

footer ul li a:hover {
    background: #e5c441;
}

footer ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 15px;
    background: #000;
    transform: translateY(-50%);
}

footer .copyright {
    font-size: 0.7rem;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
}

    footer .copyright p:first-child {
        margin: 0 0 5px 0;
    }

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

textarea,
select,
input,
button {
  outline: none;
  font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
    color: #3b3b3b;
    font-family: "Noto Sans TC",sans-serif;
    font-size: 20px;
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 18px;
    }
}

body {
    line-height: 1.6;
    letter-spacing: 2px;
}


.box {
    width: 100%;
    max-width: 796px;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

@media (max-width: 820px) {
    .box {
        max-width: inherit;
        padding: 14px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.fixed_right {
    background-color: #FE4544;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 0;
    padding: 15px;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 140px;
    -webkit-box-shadow: 2px 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.fixed_right i {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}

.fixed_right span {
  color: #fff;
  line-height: 1.25rem;
  font-weight: 600;
}

.fixed_right.film_box {
  background-color: #494949;
  bottom: 40px;
}

.tab_box {
  position: relative;
}

.tab_box .top_bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-19.47%, #E8E8E8), color-stop(19.11%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(0deg, #E8E8E8 -19.47%, #FFFFFF 19.11%, #FFFFFF 100%);
}

.tab_box .top_bn .img_box {
  max-width: 190px;
}

@media (max-width: 480px) {
  .tab_box .top_bn .img_box {
    margin-bottom: 20px;
  }
}

.tab_box .top_bn .text_box {
  width: calc(100% - 190px - 25px);
  margin-left: 25px;
}

@media (max-width: 480px) {
  .tab_box .top_bn .text_box {
    width: 100%;
    margin-left: 0;
  }
}

.tab_box .top_bn .text_box h1 {
  font-size: 24px;
}

.tab_box .top_bn .text_box p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2rem;
  color: #534F59;
}

.tab_box .top_bn .text_box p span {
  display: block;
}

.tab_box .top_bn .text_box p span .arrow_r {
  border: solid #333;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 6px;
}

.tab_box .top_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom:90px;
}


.font_red {
  color: #E35E63;
}

.margin40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_row_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.nav_content .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.nav_content .box h2 {
  font-size: 24px;
  margin: 0px 0 30px;
}

.nav_content .box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.nav_content .box h5 .img_box {
  height: 37px;
}

.nav_content .box .button_fee {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  border: none;
  background-color: #fff;
  padding-bottom: 20px;
  position: relative;
}

.nav_content .box .button_fee::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav_content .box .button_fee i {
  background-image: url(/Images/promotion/arrow-down.png);
  background-size: contain;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin-left: 12px;
}

.nav_content .box .button_fee i.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav_content .box .fee_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.nav_content .box .fee_content h4 {
  font-size: 18px;
  color: #018A83;
  margin: 20px 0;
}

.nav_content .box .fee_content span {
  margin: 12px 0;
}

.nav_content .box .fee_content table {
  width: 360px;
}

@media (max-width: 640px) {
  .nav_content .box .fee_content table {
    width: 100%;
  }
}

.nav_content .box .fee_content table tr:first-child td {
  background-color: #FFF7E9;
  padding: 5px;
}

.nav_content .box .fee_content table tr td {
  padding: 10px;
  border: 1px solid #000;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.nav_content .box .fee_content table.w100 {
  width: 100%;
}


.nav_content .box .fee_content table.w100 tr td {
  width: inherit;
}

.nav_content .box .qa_tab ul,
.nav_content .box .coll_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
}

.nav_content .box .qa_tab li,
.nav_content .box .coll_tab li {
  margin-right: 15px;
}

.nav_content .box .qa_tab li.active a,
.nav_content .box .coll_tab li.active a {
  background-color: #018A83;
  color: #fff;
  border: 1px solid #018A83;
}

.nav_content .box .qa_tab li a,
.nav_content .box .coll_tab li a {
  border: 1px solid #000;
  padding: 8px;
  width: 130px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .nav_content .box .qa_tab li a,
  .nav_content .box .coll_tab li a {
    width: inherit;
    min-width: 95px;
  }
}

.nav_content .box .qa_tab li:last-child,
.nav_content .box .coll_tab li:last-child {
  margin-right: 0;
}

.nav_content .box .colltab_box .w60 {
  width: 60%;
  max-width: 400px;
  margin-right: 20px;
}

.nav_content .box .colltab_box .w40 {
  width: 40%;
  max-width: 325px;
}

.nav_content .box .colltab_box h4 {
  margin: 40px 0 20px;
}

.nav_content .box .title {
  background-color: #FFF7E9;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.nav_content .box .notice {
  width: 100%;
  background-color: #FFF1F2;
  border: 1px solid #FFE4E5;
  color: #D23376;
  padding: 15px 30px;
  margin-top: 20px;
}

.nav_content .box .notice span {
  color: #018A83;
}

.nav_content .box .note_tab {
  margin-bottom: 20px;
}

.nav_content .box .note_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
}

@media (max-width: 480px) {
  .nav_content .box .note_tab ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav_content .box .note_tab li a {
  background-color: #979797;
  border: 1px solid #D5D5D5;
  color: #fff;
  padding: 12px 25px;
  width: 160px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-text-decoration: -15px;
          text-decoration: -15px;
}

.nav_content .box .note_tab li a.hot {
  margin-right: 40px;
}

@media (max-width: 480px) {
  .nav_content .box .note_tab li a.hot {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.nav_content .box .note_tab li a.hot i {
  background-image: url(/Images/promotion/tab_hot.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  bottom: 8px;
  left: 15px;
  width: 100%;
  height: 60px;
}

.nav_content .box .note_tab li a.cold i {
  background-image: url(/Images/promotion/tab_cold.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  bottom: 8px;
  left: 15px;
  width: 100%;
  height: 60px;
}

.nav_content .box .note_tab li.active .hot {
  background-color: #E74242;
}

.nav_content .box .note_tab li.active .hot i {
  background-image: url(/Images/promotion/tab_hothr.png);
}

.nav_content .box .note_tab li.active .cold {
  background-color: #2B79F5;
}

.nav_content .box .note_tab li.active .cold i {
  background-image: url(/Images/promotion/tab_coldhr.png);
}

.nav_content .box .notetab_box .img_box {
  width: calc(100% / 2);
}

.nav_content .box .notetab_box .img_box img {
  -o-object-fit: contain;
     object-fit: contain;
}

.nav_content .box .notetab_box .img_box.max {
  width: 100%;
}


.table_box {
  width: 100%;
}

.table_box .tops {
  width: calc(100% - 128px);
  margin-left: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  margin-bottom: -12px;
}

@media (max-width: 640px) {
  .table_box .tops {
    width: calc(100% - 38px);
    margin-left: 38px;
  }
}

.table_box .tops .top_title {
  width: calc(100% / 2 - 4px);
  background-color: #fff;
  border-radius: 8px;
  margin-right: 8px;
  padding: 25px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.table_box .tops .top_title::before {
  content: "";
  background-color: #94A8C0;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.table_box .tops .top_title:last-child {
  margin-right: 0;
}

.table_box .tops .top_title:last-child::before {
  background-color: #7092E8;
}

.table_box .tops .top_title h6 {
  font-size: 28px;
  margin-bottom: 20px;
}

.table_box .tops .top_title span.red {
  color: #FE4544;
}

.table_box .tops .top_title span.whi {
  color: #fff;
}

.table_box .tops .top_title.focus {
  background-color: #224291;
  color: #fff;
}

.table_box .tops .top_title .icon {
  position: absolute;
  right: 10px;
  top: -40%;
  max-width: 100px;
}

@media (max-width: 640px) {
    .table_box .tops .top_title .icon {
        display: none;
    }
}

.table_box .table_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 8px;
  font-weight: 600;
}

.table_box .table_row .title {
  width: 140px;
  background-color: #fff;
  margin: 0;
  margin-right: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640px) {
  .table_box .table_row .title {
    width: 30px;
  }
}

.table_box .table_row .nav_box {
  width: calc(100% - 140px - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .table_box .table_row .nav_box {
    width: calc(100% - 30px - 8px);
  }
}

.table_box .table_row .nav_box .nav_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table_box .table_row .nav_box .nav_icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_box .table_row .nav_box .nav_icon i {
  max-width: 26px;
  display: inline-block;
  margin-right: 4px;
}

.table_box .table_row .nav_box .nav_icon.flex_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

    .table_box .table_row .nav_box .nav_icon a {
        align-items: center;
        font-size: 20px;
        color: #0955b3;
    }

.table_box .table_row .nav_box > div {
  width: calc(100% / 2 - 4px);
  background-color: #fff;
  border-radius: 8px;
  margin-right: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.table_box .table_row .nav_box > div:last-child {
  margin-right: 0;
}

.table_box .table_row .nav_box > div.focus {
  border: 2px solid #224291;
}

.table_box .table_row .nav_box > div.focus i {
  color: #224291;
  font-size: 24px;
}

.table_box .table_row .nav_box > div.focus .flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.table_box .table_row .nav_box > div.focus .flex_row span {
  width: calc(100% / 2 - 8px);
  background-color: #224291;
  color: #fff;
  border-radius: 8px;
  margin: 4px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .table_box .table_row .nav_box > div.focus .flex_row span {
    width: 100%;
  }
}

.table_box .table_row .nav_box > div.focus .flex_row span.blu {
  background-color: #fff;
  border: 2px solid #224291;
  color: #224291;
}

.table_box .table_row .nav_box .s2 {
  width: 100%;
  background-color: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  padding: 0;
  margin-bottom: 8px;
}

.table_box .table_row .nav_box .s2:last-child {
  margin-bottom: 0;
}

.table_box .table_row .nav_box .s2 > div {
  width: calc(100% / 2 - 4px);
  background-color: #fff;
  border-radius: 8px;
  margin-right: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table_box .table_row .nav_box .s2 > div:last-child {
  margin-right: 0;
}

.table_box .table_row .nav_box .s2 > div.focus {
  border: 2px solid #224291;
}

.table_box .table_row .nav_box .blu {
  width: calc(100% / 2 - 8px);
  color: #fff;
  border-radius: 8px;
  margin: 4px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #224291;
  color: #224291;
}

@media (max-width: 640px) {
  .table_box .table_row .nav_box .blu {
    width: 100%;
  }
}

.table_box .table_row .nav_box .black {
    width: calc(100% / 1);
    color: #fff;
    border-radius: 8px;
    margin: 4px;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #444444;
}

@media (max-width: 640px) {
    .table_box .table_row .nav_box .black {
        width: 100%;
    }
}

.table_box .table_row .nav_box .side2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  background-color: inherit;
  margin-bottom: 8px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.table_box .table_row .nav_box .side2 div {
  width: calc(100% / 2 - 4px);
  background-color: #fff;
  border-radius: 8px;
  margin-right: 8px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.table_box .table_row .nav_box .side2 div.focus {
  border: 2px solid #224291;
}

.table_box .table_row .nav_box .side2 div.flex_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table_box .table_row .nav_box .side2 div:last-child {
  margin-right: 0;
}

.table_box .table_row .nav_box .w100 {
  width: 100%;
}

.table_box .table_row .nav_box .RBoxText {
    width: 100%;
    margin-left:150px;
}
@media (max-width: 640px) {
    .table_box .table_row .nav_box .RBoxText {
        margin-left: 0px;
    }
}


.table_box .table_row .nav_box .red {
  border: 1px solid #FE4544;
  color: #FE4544;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}

.table_box .table_row .nav_box.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.int_bn {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 360px !important;
}

@media (max-width: 640px) {
  .int_bn {
    max-width: 250px !important;
  }
}

.int_text {
  width: 100% !important;
  text-align: center;
  margin-left: 360px !important;
}

@media (max-width: 640px) {
  .int_text {
    margin-left: 0px !important;
  }
}

.int_text h1 {
  font-size: 32px !important;
}

.int_text i {
  max-width: 26px;
  display: inline-block;
  margin-left: 4px;
}

.margin_indent {
  margin-top: -50px;
}

@media (max-width: 640px) {
  .margin_indent {
    margin-top: -80px;
  }
}


/*標題*/
.table-button {
    text-decoration: none !important;
}

    .table-button:hover h6 {
        text-decoration: underline;
    }

    .table-button:hover p {
        background-color: #ff6d00;
    }

        .table-button:hover p i {
            color: #ff6d00;
        }

    .table-button p {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: 160px;
        padding: 8px;
        background-color: #ffa500;
        border-radius: 25px;
        transition: background-color .3s;
    }

        .table-button p i {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 36px;
            height: 36px;
            color: #ffa500;
            background-color: #fff;
            border-radius: 50%;
            transition: color .3s;
        }

        .table-button p span {
            display: block;
            margin-left: 5px;
            font-size: 18px;
            color: #fff;
        }