@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap);
.pd-1 {
  padding: 1em 0;
}
.pd-2 {
  padding: 2em 0;
}
.pd-3 {
  padding: 3em 0;
}
.pd-4 {
  padding: 4em 0;
}
.pd-5 {
  padding: 5em 0;
}
.pt-1 {
  padding-top: 1em;
}
.pt-2 {
  padding-top: 2em;
}
.pt-3 {
  padding-top: 3em;
}
.pt-4 {
  padding-top: 4em;
}
.pt-5 {
  padding-top: 5em;
}
.pb-1 {
  padding-bottom: 1em;
}
.pb-2 {
  padding-bottom: 2em;
}
.pb-3 {
  padding-bottom: 3em;
}
.pb-4 {
  padding-bottom: 4em;
}
.pb-5 {
  padding-bottom: 5em;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
}
#contents {
  min-height: 100%;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
a {
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 500;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #fff;
}
.fone {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}
#top {
  position: fixed;
  bottom: 24%;
  right: 2%;
  background-color: #fbb03b;
  border: 2px solid #f2f2f2;
  z-index: 120;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
@media screen and (max-width: 575px) {
  #top {
    bottom: 26%;
    right: 5%;
  }
}
#top i {
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 20px;
}
#top:hover {
  background-color: #fbb03b;
  box-shadow: 0 0 15px #fff;
}
#top:hover i {
  color: #fff;
}
.mt0 {
  margin-top: 0 !important;
}
.title {
  background: url(../img/bg-title.png) repeat-x center 25px;
  text-transform: uppercase;
  font: 20px/46px Oswald-Light, 'Trebuchet MS', Arial, Sans-Serif;
  color: #adad99;
  text-align: center;
  margin: 30px 0;
}
span {
  vertical-align: baseline;
}
.border {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  min-width: 40%;
  margin: 25px 0 10px 0;
  border-top: 1px #333 solid;
}
.border span {
  position: relative;
  background-color: #fff;
  margin-left: 2%;
  padding: 0 5px;
  top: -18px;
  z-index: 5;
}
.border small {
  font-size: 0.9em;
}
.navbar {
  z-index: 10;
  background-color: #c69c6d;
}
@media screen and (max-width: 575px) {
  .navbar {
    background-color: #fff;
  }
}
.nav_bgc {
  background-color: #c69c6d;
}
@media screen and (max-width: 575px) {
  .nav_bgc {
    background-color: #fff;
  }
}
nav .navbar-nav .nav-link {
  color: #fff !important;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  nav .navbar-nav .nav-link {
    color: #000 !important;
  }
}
.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-item:active {
  color: #c69c6d;
  text-decoration: none;
  text-align: center;
}
.dropdown-menu li {
  border-bottom: 1px solid rgba(39, 39, 39, 0.3);
}
.dropdown-menu.show {
  background-color: #e5e5e5;
}
@media screen and (max-width: 575px) {
  .dropdown-menu.show {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.dropdown-item.active,
.dropdown-item:active {
  color: #c69c6d;
  text-decoration: none;
  background-color: #fdddb8 !important;
}
nav .navbar-nav .nav-item.active a {
  color: #ffc107 !important;
  font-weight: 600 !important;
}
nav .navbar-nav .nav-link:focus,
nav .navbar-nav .nav-link:hover {
  color: #5a5a5a !important;
}
nav button.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.navbar-brand {
  display: inline-block;
  color: #fff !important;
  height: 60px;
  width: 230px;
  margin-right: 0 !important;
  background: url(../img/header_logo.png) no-repeat;
  background-position: center center;
  max-width: 100%;
  background-size: contain;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .navbar-brand {
    height: 60px;
    width: 300px;
  }
}
nav button.navbar-toggler span {
  display: block;
  position: absolute;
  background: #aaa !important;
}
.dropdown-menu {
  margin: 0.46rem 0 0 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #404040;
}
.btco-menu li > a {
  padding: 10px 15px;
  color: #000;
}
.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus {
  background: 0 0;
  outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-light .navbar-toggler {
  background: 0 0;
}
.navbar-toggler {
  cursor: pointer;
  position: relative;
  width: 2.5rem;
  height: 2rem;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1rem;
  border-radius: 0.25rem;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #ddd;
  border-radius: 3px;
  opacity: 1;
  left: 25%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
  top: 34.5%;
}
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
  top: 50%;
}
.navbar-toggler span:nth-child(4) {
  top: 65.5%;
}
.navbar-toggler.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navbar-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
footer {
  position: absolute;
  z-index: 100;
  font-family: '微軟正黑體';
  font-weight: 400;
  font-size: 1em;
  font-weight: Regular;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 15px 0 20px 0;
  color: #999 !important;
}
footer a[class='Dgm_logo'] img {
  margin: 0 auto;
  padding-top: 5px;
}
footer a {
  color: #999;
}
footer a i {
  color: #fff;
}
footer a:focus,
footer a:hover {
  text-decoration: none;
  color: #fff;
}
footer a:hover .fa-inverse {
  color: #2491c1;
}
footer p {
  padding: 0;
  margin: 0;
  border: 0;
  color: #fff;
}
footer ul {
  margin-bottom: 0;
  padding: 0;
}
footer ul a {
  color: #fff !important;
  padding: 5px 6px;
}
footer ul a:hover {
  color: #404040 !important;
}
footer ul li {
  display: inline-block;
  color: #ffe97f;
}
.rwd_table-primary {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 10px;
  display: table;
}
.rwd_table-primary .tr {
  display: table-row;
  background-color: #fff;
}
.rwd_table-primary .tr:hover:nth-child(n) {
  background-color: rgba(0, 132, 234, 0.3);
}
.rwd_table-primary .td,
.rwd_table-primary .th {
  display: table-cell;
  padding: 5px;
}
.rwd_table-primary .thead {
  display: table-header-group;
}
.rwd_table-primary .thead .th {
  background: #428bca;
  color: #fff;
  border: 1px solid #3071a9;
  text-align: center;
}
.rwd_table-primary .tbody {
  display: table-row-group;
}
.rwd_table-primary .tbody .td {
  border: 1px solid #3071a9;
}
.rwd_table-primary .tbody .td a[href*='down'] {
  padding: 5px 10px;
}
.rwd_table-primary .tbody .td:first-child {
  text-align: left;
}
.rwd_table-primary .tbody .td:last-child {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .rwd_table-primary {
    width: 100%;
    font-size: 1em !important;
    border-collapse: collapse;
    margin-bottom: 10px;
    display: table;
  }
  .rwd_table-primary .tr {
    display: block;
    margin-bottom: 10px;
  }
  .rwd_table-primary .tr:nth-child(odd) {
    background-color: #a6c8e6;
  }
  .rwd_table-primary .tr:nth-child(even) {
    background-color: #b9d4ec;
  }
  .rwd_table-primary .tr:hover:nth-child(n) {
    background-color: rgba(0, 132, 234, 0.2);
  }
  .rwd_table-primary .td,
  .rwd_table-primary .th {
    display: block;
    padding: 5px;
  }
  .rwd_table-primary .thead {
    display: none;
  }
  .rwd_table-primary .thead .th {
    background: #428bca;
    color: #fff;
    border: 1px solid #3071a9;
    text-align: center;
  }
  .rwd_table-primary .tbody {
    display: table-row-group;
  }
  .rwd_table-primary .tbody .td {
    border: 0 solid #3071a9;
    border-bottom: 1px solid #3071a9;
  }
  .rwd_table-primary .tbody .td:last-child {
    text-align: left;
  }
  .rwd_table-primary .tbody .td:nth-last-child(2) {
    text-align: left;
  }
  .rwd_table-primary .tbody .td:nth-last-child(3) {
    text-align: left;
  }
  .rwd_table-primary .before:before {
    content: attr(data-th) ' :  ';
    font-weight: 700;
    font-size: 1.1em;
    color: #000;
  }
}
.rwd_table-info {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 10px;
  display: table;
}
.rwd_table-info .tr {
  display: table-row;
  background-color: #fff;
}
.rwd_table-info .tr:hover:nth-child(n) {
  background-color: rgba(0, 132, 234, 0.3);
}
.rwd_table-info .td,
.rwd_table-info .th {
  display: table-cell;
  padding: 5px;
}
.rwd_table-info .thead {
  display: table-header-group;
}
.rwd_table-info .thead .th {
  background: #5bc0de;
  color: #fff;
  border: 1px solid #31b0d5;
  text-align: center;
}
.rwd_table-info .tbody {
  display: table-row-group;
}
.rwd_table-info .tbody .td {
  border: 1px solid #31b0d5;
}
.rwd_table-info .tbody .td a[href*='down'] {
  padding: 5px 10px;
}
.rwd_table-info .tbody .td:first-child {
  text-align: left;
}
.rwd_table-info .tbody .td:last-child {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .rwd_table-info {
    width: 100%;
    font-size: 1em !important;
    border-collapse: collapse;
    margin-bottom: 10px;
    display: table;
  }
  .rwd_table-info .tr {
    display: block;
    margin-bottom: 10px;
  }
  .rwd_table-info .tr:nth-child(odd) {
    background-color: #c5e9f3;
  }
  .rwd_table-info .tr:nth-child(even) {
    background-color: #daf1f8;
  }
  .rwd_table-info .tr:hover:nth-child(n) {
    background-color: rgba(0, 132, 234, 0.2);
  }
  .rwd_table-info .td,
  .rwd_table-info .th {
    display: block;
    padding: 5px;
  }
  .rwd_table-info .thead {
    display: none;
  }
  .rwd_table-info .thead .th {
    background: #5bc0de;
    color: #fff;
    border: 1px solid #31b0d5;
    text-align: center;
  }
  .rwd_table-info .tbody {
    display: table-row-group;
  }
  .rwd_table-info .tbody .td {
    border: 0 solid #31b0d5;
    border-bottom: 1px solid #31b0d5;
  }
  .rwd_table-info .tbody .td:last-child {
    text-align: left;
  }
  .rwd_table-info .tbody .td:nth-last-child(2) {
    text-align: left;
  }
  .rwd_table-info .tbody .td:nth-last-child(3) {
    text-align: left;
  }
  .rwd_table-info .before:before {
    content: attr(data-th) ' :  ';
    font-weight: 700;
    font-size: 1.1em;
    color: #000;
  }
}
.rwd_table-success {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 10px;
  display: table;
}
.rwd_table-success .tr {
  display: table-row;
  background-color: #fff;
}
.rwd_table-success .tr:hover:nth-child(n) {
  background-color: rgba(0, 132, 234, 0.3);
}
.rwd_table-success .td,
.rwd_table-success .th {
  display: table-cell;
  padding: 5px;
}
.rwd_table-success .thead {
  display: table-header-group;
}
.rwd_table-success .thead .th {
  background: #5cb85c;
  color: #fff;
  border: 1px solid #449d44;
  text-align: center;
}
.rwd_table-success .tbody {
  display: table-row-group;
}
.rwd_table-success .tbody .td {
  border: 1px solid #449d44;
}
.rwd_table-success .tbody .td a[href*='down'] {
  padding: 5px 10px;
}
.rwd_table-success .tbody .td:first-child {
  text-align: left;
}
.rwd_table-success .tbody .td:last-child {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .rwd_table-success {
    width: 100%;
    font-size: 1em !important;
    border-collapse: collapse;
    margin-bottom: 10px;
    display: table;
  }
  .rwd_table-success .tr {
    display: block;
    margin-bottom: 10px;
  }
  .rwd_table-success .tr:nth-child(odd) {
    background-color: #b5dfb5;
  }
  .rwd_table-success .tr:nth-child(even) {
    background-color: #c7e6c7;
  }
  .rwd_table-success .tr:hover:nth-child(n) {
    background-color: rgba(0, 132, 234, 0.2);
  }
  .rwd_table-success .td,
  .rwd_table-success .th {
    display: block;
    padding: 5px;
  }
  .rwd_table-success .thead {
    display: none;
  }
  .rwd_table-success .thead .th {
    background: #5cb85c;
    color: #fff;
    border: 1px solid #449d44;
    text-align: center;
  }
  .rwd_table-success .tbody {
    display: table-row-group;
  }
  .rwd_table-success .tbody .td {
    border: 0 solid #449d44;
    border-bottom: 1px solid #449d44;
  }
  .rwd_table-success .tbody .td:last-child {
    text-align: left;
  }
  .rwd_table-success .tbody .td:nth-last-child(2) {
    text-align: left;
  }
  .rwd_table-success .tbody .td:nth-last-child(3) {
    text-align: left;
  }
  .rwd_table-success .before:before {
    content: attr(data-th) ' :  ';
    font-weight: 700;
    font-size: 1.1em;
    color: #000;
  }
}
.rwd_table-warning {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 10px;
  display: table;
}
.rwd_table-warning .tr {
  display: table-row;
  background-color: #fff;
}
.rwd_table-warning .tr:hover:nth-child(n) {
  background-color: rgba(0, 132, 234, 0.3);
}
.rwd_table-warning .td,
.rwd_table-warning .th {
  display: table-cell;
  padding: 5px;
}
.rwd_table-warning .thead {
  display: table-header-group;
}
.rwd_table-warning .thead .th {
  background: #f0ad4e;
  color: #fff;
  border: 1px solid #ec971f;
  text-align: center;
}
.rwd_table-warning .tbody {
  display: table-row-group;
}
.rwd_table-warning .tbody .td {
  border: 1px solid #ec971f;
}
.rwd_table-warning .tbody .td a[href*='down'] {
  padding: 5px 10px;
}
.rwd_table-warning .tbody .td:first-child {
  text-align: left;
}
.rwd_table-warning .tbody .td:last-child {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .rwd_table-warning {
    width: 100%;
    font-size: 1em !important;
    border-collapse: collapse;
    margin-bottom: 10px;
    display: table;
  }
  .rwd_table-warning .tr {
    display: block;
    margin-bottom: 10px;
  }
  .rwd_table-warning .tr:nth-child(odd) {
    background-color: #fae3c4;
  }
  .rwd_table-warning .tr:nth-child(even) {
    background-color: #fceedb;
  }
  .rwd_table-warning .tr:hover:nth-child(n) {
    background-color: rgba(0, 132, 234, 0.2);
  }
  .rwd_table-warning .td,
  .rwd_table-warning .th {
    display: block;
    padding: 5px;
  }
  .rwd_table-warning .thead {
    display: none;
  }
  .rwd_table-warning .thead .th {
    background: #f0ad4e;
    color: #fff;
    border: 1px solid #ec971f;
    text-align: center;
  }
  .rwd_table-warning .tbody {
    display: table-row-group;
  }
  .rwd_table-warning .tbody .td {
    border: 0 solid #ec971f;
    border-bottom: 1px solid #ec971f;
  }
  .rwd_table-warning .tbody .td:last-child {
    text-align: left;
  }
  .rwd_table-warning .tbody .td:nth-last-child(2) {
    text-align: left;
  }
  .rwd_table-warning .tbody .td:nth-last-child(3) {
    text-align: left;
  }
  .rwd_table-warning .before:before {
    content: attr(data-th) ' :  ';
    font-weight: 700;
    font-size: 1.1em;
    color: #000;
  }
}
.rwd_table-lavende {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 10px;
  display: table;
}
.rwd_table-lavende .tr {
  display: table-row;
  background-color: #fff;
}
.rwd_table-lavende .tr:hover:nth-child(n) {
  background-color: rgba(0, 132, 234, 0.3);
}
.rwd_table-lavende .td,
.rwd_table-lavende .th {
  display: table-cell;
  padding: 5px;
}
.rwd_table-lavende .thead {
  display: table-header-group;
}
.rwd_table-lavende .thead .th {
  background: #9768b9;
  color: #fff;
  border: 1px solid #7e4ba3;
  text-align: center;
}
.rwd_table-lavende .tbody {
  display: table-row-group;
}
.rwd_table-lavende .tbody .td {
  border: 1px solid #7e4ba3;
}
.rwd_table-lavende .tbody .td a[href*='down'] {
  padding: 5px 10px;
}
.rwd_table-lavende .tbody .td:first-child {
  text-align: left;
}
.rwd_table-lavende .tbody .td:last-child {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .rwd_table-lavende {
    width: 100%;
    font-size: 1em !important;
    border-collapse: collapse;
    margin-bottom: 10px;
    display: table;
  }
  .rwd_table-lavende .tr {
    display: block;
    margin-bottom: 10px;
  }
  .rwd_table-lavende .tr:nth-child(odd) {
    background-color: #d3bfe1;
  }
  .rwd_table-lavende .tr:nth-child(even) {
    background-color: #dfd1e9;
  }
  .rwd_table-lavende .tr:hover:nth-child(n) {
    background-color: rgba(0, 132, 234, 0.2);
  }
  .rwd_table-lavende .td,
  .rwd_table-lavende .th {
    display: block;
    padding: 5px;
  }
  .rwd_table-lavende .thead {
    display: none;
  }
  .rwd_table-lavende .thead .th {
    background: #9768b9;
    color: #fff;
    border: 1px solid #7e4ba3;
    text-align: center;
  }
  .rwd_table-lavende .tbody {
    display: table-row-group;
  }
  .rwd_table-lavende .tbody .td {
    border: 0 solid #7e4ba3;
    border-bottom: 1px solid #7e4ba3;
  }
  .rwd_table-lavende .tbody .td:last-child {
    text-align: left;
  }
  .rwd_table-lavende .tbody .td:nth-last-child(2) {
    text-align: left;
  }
  .rwd_table-lavende .tbody .td:nth-last-child(3) {
    text-align: left;
  }
  .rwd_table-lavende .before:before {
    content: attr(data-th) ' :  ';
    font-weight: 700;
    font-size: 1.1em;
    color: #000;
  }
}
.rwd_table-danger {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 10px;
  display: table;
}
.rwd_table-danger .tr {
  display: table-row;
  background-color: #fff;
}
.rwd_table-danger .tr:hover:nth-child(n) {
  background-color: rgba(0, 132, 234, 0.3);
}
.rwd_table-danger .td,
.rwd_table-danger .th {
  display: table-cell;
  padding: 5px;
}
.rwd_table-danger .thead {
  display: table-header-group;
}
.rwd_table-danger .thead .th {
  background: #d9534f;
  color: #fff;
  border: 1px solid #c9302c;
  text-align: center;
}
.rwd_table-danger .tbody {
  display: table-row-group;
}
.rwd_table-danger .tbody .td {
  border: 1px solid #c9302c;
}
.rwd_table-danger .tbody .td a[href*='down'] {
  padding: 5px 10px;
}
.rwd_table-danger .tbody .td:first-child {
  text-align: left;
}
.rwd_table-danger .tbody .td:last-child {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .rwd_table-danger {
    width: 100%;
    font-size: 1em !important;
    border-collapse: collapse;
    margin-bottom: 10px;
    display: table;
  }
  .rwd_table-danger .tr {
    display: block;
    margin-bottom: 10px;
  }
  .rwd_table-danger .tr:nth-child(odd) {
    background-color: #f0b9b8;
  }
  .rwd_table-danger .tr:nth-child(even) {
    background-color: #f4cecd;
  }
  .rwd_table-danger .tr:hover:nth-child(n) {
    background-color: rgba(0, 132, 234, 0.2);
  }
  .rwd_table-danger .td,
  .rwd_table-danger .th {
    display: block;
    padding: 5px;
  }
  .rwd_table-danger .thead {
    display: none;
  }
  .rwd_table-danger .thead .th {
    background: #d9534f;
    color: #fff;
    border: 1px solid #c9302c;
    text-align: center;
  }
  .rwd_table-danger .tbody {
    display: table-row-group;
  }
  .rwd_table-danger .tbody .td {
    border: 0 solid #c9302c;
    border-bottom: 1px solid #c9302c;
  }
  .rwd_table-danger .tbody .td:last-child {
    text-align: left;
  }
  .rwd_table-danger .tbody .td:nth-last-child(2) {
    text-align: left;
  }
  .rwd_table-danger .tbody .td:nth-last-child(3) {
    text-align: left;
  }
  .rwd_table-danger .before:before {
    content: attr(data-th) ' :  ';
    font-weight: 700;
    font-size: 1.1em;
    color: #000;
  }
}
nav ol.breadcrumb {
  background-color: #fff !important;
}
.team h1 {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 3rem;
  font-weight: 700;
  color: #333;
}
.team p {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 2.5rem;
  font-weight: 500;
  color: #666;
}
.team span {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 900;
  color: #c3996d;
}
.team span.font {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700;
  color: #999;
}
.team ul li {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
}
.team .btn_font {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 300;
  color: #999;
}
.team03_title {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #000;
}
.team03_name {
  font-family: '標楷體';
  font-size: 4.5rem;
  color: #000;
}
.treatment h1 {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 3rem;
  font-weight: 700;
  color: #534741;
}
.treatment h2 {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 2rem;
  font-weight: 700;
  color: #534741;
}
.treatment h5 {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700;
  color: #999;
}
.treatment p {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
.treatment p.color {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: #999;
}
.treatment p.color2 {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: #c3996d;
}
.treatment ol li,
.treatment ul li {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
.news h1 {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 2.5rem;
  font-weight: 700;
  color: #666;
}
.news span {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: #999;
}
.news p {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: #666;
}
.news a {
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: #999 !important;
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0.25rem;
}
.breadcrumb a {
  color: #999;
}
ul#myTab a {
  color: #999;
}
hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card-header {
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -webkit-appearance: none;
  border-radius: 0;
}
.carousel-caption {
  position: absolute;
  right: auto !important;
  bottom: 60px !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
}
.btn_xiong {
  background-color: #c69c6d !important;
  color: #fff !important;
  padding: 10px !important;
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 2rem !important;
  font-weight: 900 !important;
}
.map_font {
  font-family: '微軟正黑體';
  font-weight: 400;
  font-size: 1em;
}
.map_font .map_h {
  margin-top: 10em;
}
@media screen and (max-width: 575px) {
  .map_font .map_h {
    margin-top: 1.5em;
  }
}
[class*='paralax_image_bg'] {
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.services_bg1 {
  position: relative;
  padding: 0 0 111px 0;
}
.services_bg2 {
  width: 100%;
  position: relative;
  padding: 0 0 10px 0;
  z-index: 100;
  right: 2;
  bottom: -121px;
  left: 0;
}
.separator01 {
  width: 100%;
  position: absolute;
  bottom: 11px;
  left: 0;
  z-index: 1;
  padding: 0;
}
.separator01.btm {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(3.14159rad);
  -ms-transform: rotate(3.14159rad);
  transform: rotate(3.14159rad);
}
.posrelative {
  position: relative;
}
.separator01.separator02 {
  width: 100%;
  position: absolute;
  top: 1px;
  left: 0;
}
.owl-nav {
  position: absolute;
  bottom: calc(100% + 25px);
  right: 10px;
}
.itemBox {
  padding: 25px 15px 30px 15px;
  background-color: #fff !important;
}
.itemBox h2 {
  font-size: 1.4em;
}
.itemBox h2 a {
  color: #272627;
  margin: 0;
  padding: 0;
  outline: 0;
  background: 0 0;
  vertical-align: baseline;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.itemBox .fa-tags {
  color: #43b4ae;
}
.itemBox:hover a {
  color: #43b4ae !important;
}
.item {
  position: relative;
}
.data {
  position: absolute;
  background-color: #43b4ae;
  height: 175px;
  width: 140px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 90px;
  left: 0;
  padding: 55px 10px;
}
.data i {
  display: block;
  margin-bottom: 5px;
}
span.h5 {
  color: #534741 !important;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.5rem !important;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  span.h5 {
    font-size: 1.6rem !important;
  }
}
.border01 {
  display: inline-block;
  margin: 5px 0 15px 0;
  border: 1px #8d8d8d solid;
  width: 25%;
}
@media screen and (max-width: 575px) {
  .border01 {
    width: 10%;
    margin: 0 0 10px 0;
  }
}
.box-01 {
  display: inline-block;
  width: 16%;
  background-color: #8d6604;
  color: #ffb350;
  border: 1px #ffb350 solid;
  padding: 5px 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.box_online {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: fixed;
  display: block;
  z-index: 250;
  padding: 2px 0;
  text-align: center;
  right: 0;
  top: 17%;
  width: 120px;
  height: 248px;
  background-color: #fbb03b;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .box_online {
    top: 10%;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .box_online {
    top: 12%;
  }
}
@media screen and (max-width: 575px) {
  .box_online {
    top: 17%;
    padding: 0;
    width: 90px;
    height: 178px;
  }
}
.box_online a {
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  letter-spacing: 4px;
  padding-bottom: 15px;
  padding-top: 10px;
}
@media screen and (max-width: 575px) {
  .box_online a {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 1rem !important;
  }
}
.box_online a.border_no {
  border-bottom: none !important;
}
.box_online a img {
  padding: 0 10px;
}
@media screen and (max-width: 575px) {
  .box_online a img {
    padding: 0 10px;
  }
}
.box_online a:focus,
.box_online a:hover {
  text-decoration: none;
  color: #fff;
}
.box_font {
  display: block;
}
h2.font {
  display: inline-block;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #c69c6d;
}
h2.font ~ i {
  color: #999;
}
.new {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #999;
}
.new a {
  color: #999 !important;
}
h1.font {
  color: #c69c6d !important;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 3rem !important;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  h1.font {
    font-size: 1.6rem !important;
  }
}
h1.font ~ i {
  color: #c69c6d;
}
@media screen and (max-width: 575px) {
  h1.font ~ i {
    font-size: 1rem !important;
  }
}
.project_title {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  color: #534741;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 575px) {
  .project_title {
    font-size: 1.6rem !important;
  }
}
.project_p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #534741;
}
@media screen and (max-width: 575px) {
  .project_p {
    font-size: 1.2rem !important;
  }
}
.map_title {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #534741;
}
@media screen and (max-width: 575px) {
  .map_title {
    font-size: 2rem !important;
  }
}
.map_a {
  border-radius: 16px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  border: 1px solid #bbb;
  width: 250px;
  display: block;
  text-align: left;
}
hr.no {
  border-top: none !important;
}
.map_h {
  height: 510px;
  font-family: '微軟正黑體';
  color: #534741;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}
.map_h span {
  color: #534741;
  font-weight: 700;
  font-size: 1.5rem;
}
.map_h li a {
  font-family: '微軟正黑體';
  font-size: 1rem;
  font-weight: 400;
  color: #534741;
}
.map_h ul li:first-child {
  font-family: '微軟正黑體';
}
.map_h ul li:first-child a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #534741 !important;
}
.vertical_i {
  vertical-align: middle !important;
  text-align: center !important;
}
.table-responsive #tab001 th:first-child {
  width: 120px;
}
@media screen and (max-width: 575px) {
  .table-responsive {
    overflow: auto;
  }
  .table-responsive .table {
    width: 400% !important;
  }
  .table-responsive thead tr th {
    position: sticky !important;
    top: 0;
    background-color: #17a2b8;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .table-responsive {
    overflow: auto;
    height: 450px;
  }
  .table-responsive .table {
    width: 300% !important;
  }
  .table-responsive thead tr th {
    position: sticky !important;
    top: 0;
    background-color: #17a2b8;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .table-responsive {
    overflow: auto;
  }
  .table-responsive .table {
    width: 200% !important;
  }
  .table-responsive thead tr th {
    position: sticky !important;
    top: 0;
    background-color: #17a2b8;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .table-responsive {
    overflow: auto;
    height: 450px;
  }
  .table-responsive .table {
    width: 150% !important;
  }
  .table-responsive thead tr th {
    position: sticky !important;
    top: 0;
    background-color: #17a2b8;
  }
}
@media screen and (max-width: 575px) {
  .table-sm td,
  .table-sm th {
    padding: 0.1rem !important;
  }
  #tab001 th:first-child {
    position: -webkit-sticky;
    position: sticky;
    width: 95px;
    left: 0;
    z-index: 2;
    table-layout: auto;
  }
  #tab001 td:first-child {
    position: -webkit-sticky;
    position: sticky;
    width: 95px;
    left: 0;
    z-index: 2;
    table-layout: auto;
  }
  #tab001 tr.none td {
    position: inherit !important;
  }
  #tab001 td {
    width: calc(100% - 95px) !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .table-sm td,
  .table-sm th {
    padding: 0.1rem !important;
  }
  #tab001 th:first-child {
    position: -webkit-sticky;
    position: sticky;
    width: 105px;
    left: 0;
    z-index: 2;
    table-layout: auto;
  }
  #tab001 td:first-child {
    position: -webkit-sticky;
    position: sticky;
    width: 105px;
    left: 0;
    z-index: 2;
    table-layout: auto;
  }
  #tab001 tr.none td {
    position: inherit !important;
  }
  #tab001 td {
    width: calc(100% - 105px) !important;
  }
}

.bg_img_dm {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    max-width: 320px;
    padding-bottom: 400px;
}





/*# sourceMappingURL=screen.css.map */
