﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Patua+One);
@import url(https://fonts.googleapis.com/css?family=Sanchez);
.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; }

/*----------------------------
     匯入外部google font
-----------------------------*/
/*----------------------------
      buttons 自訂案鈕
-----------------------------*/
article:hover .btn:before,
article:hover .btn:after {
  width: calc((100% - 150px)/2); }

article:hover .btn span {
  opacity: 1; }

article .btn {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 99;
  width: 100%;
  text-align: center; }

article .btn:before,
article .btn:after {
  content: '';
  position: absolute;
  bottom: 15px;
  width: 0;
  height: 2px;
  background: rgba(255, 255, 0, 0.9);
  transition: all .4s; }

article .btn:before {
  left: 20px; }

article .btn:after {
  right: 20px; }

article .btn span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all .6s; }

/*----------------------------
     Card 預計新增的模組
-----------------------------*/
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;
  transition: color 0.6s ease-in;
  -webkit-transition: color 0.6s ease-in;
  -o-transition: color 0.6s ease-in;
  -moz-transition: color 0.6s ease-in; }

a:hover,
a:focus {
  text-decoration: none;
  color: #606060; }

.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: 10%;
  right: 5%;
  background-color: #F27900;
  border: 2px solid #F2F2F2;
  z-index: 20;
  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; }
  #top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 20px; }
  #top:hover {
    background-color: #dc4e41;
    box-shadow: 0px 0px 15px white; }
  #top:hover i {
    color: #fff; }

.mt0 {
  margin-top: 0px !important; }

.title {
/*
  background: url(../img/bg-title.png) repeat-x center 25px;
  */
  background: url(../../img/2019/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 #333333 solid; }
  .border span {
    position: relative;
    background-color: #FFFFFF;
    margin-left: 2%;
    padding: 0 5px;
    top: -18px;
    z-index: 5; }
  .border small {
    font-size: 0.9em; }

/*----------------------------
      navbar 引導列
-----------------------------*/
@media screen and (max-width: 575px) {
  .xs-hidden {
    display: none; } }

@media screen and (min-width: 576px) and (max-width: 768px) {
  .xs-hidden {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .xs-hidden {
    display: none; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .xs-hidden {
    display: none; } }

.navbar-brand {
    height: 50px;
    display: inline-block;
    width: 50px;
    /*
    background: url("../img/footer-logo.png") no-repeat;
    */
    background: url("../../img/2019/footer-logo.png") no-repeat;
    background-position: right center;
    max-width: 100%;
    background-size: cover;
}
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .navbar-brand {
      width: 150px;
      margin-left: 15px; } }

.navbar4 li > a > .badge {
  position: relative;
  font-size: 12px;
  top: -10px;
  left: 2px;
  padding-right: 5px;
  padding-left: 5px; }

.navbar4 li .badge-grey,
.badge.badge-grey,
.label-grey,
.label.label-grey {
  background-color: #A0A0A0; }

.navbar4 li .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #222222;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.nav-user-photo {
  margin: -4px 5px 0 0;
  border-radius: 100%;
  border: 2px solid #FFF;
  max-width: 30px; }

.user-info {
  font-size: 1.1em;
  max-width: 100px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  line-height: 15px;
  position: relative;
  top: 6px; }

.dropdown-menu {
  margin: 0.98rem 0 0 !important; }

ul.navbar4 .dropdown-menu li {
  padding-bottom: 5px;
  border-bottom: 1px solid #777777; }

ul.navbar4 .dropdown-menu li .fa-lg {
  font-size: 0.75em !important;
  margin-right: 5px; }

.navbar form input {
  width: 80px !important; }

.navbar-ff .navbar-nav .nav-link {
  color: #050505; }

.sm-visible {
  display: none; }
  @media screen and (max-width: 575px) {
    .sm-visible {
      display: block; } }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .sm-visible {
      display: block; } }

ul.navbar4 > li > a {
  padding: 18px 15px 18px;
  border-left: 1px solid #101417;
  color: #3d3d3d;
  outline: 0px;
  height: 30px;
  transition: background .1s linear;
  -moz-transition: background .1s linear;
  -webkit-transition: background .1s linear;
  -o-transition: background .1s linear; }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    ul.navbar4 > li > a {
      padding: 10px 10px;
      border-left: 0px !important; } }
  @media screen and (max-width: 575px) {
    ul.navbar4 > li > a {
      padding: 10px 10px;
      border-left: 0px !important; } }

ul.navbar4 > li > a:hover,
ul.navbar4 > li > a.active {
  background: #404040 !important;
  color: #3a3a3a;
  box-shadow: inset 1px 0px 1px 0px #262626; }

/*----------------------------
     Header
-----------------------------*/
/*----------------------------
     Banner輪播
-----------------------------*/
/*----------------------------
      Footer
-----------------------------*/
footer {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 15px 0 20px 0px;
  color: #404040 !important;
  background-color: #2b2b2b;
  color: #000000; }
  footer a[class="Dgm_logo"] img {
    margin: 0 auto;
    padding-top: 5px; }
  footer a:hover, footer a:focus {
    text-decoration: none;
    color: #FFFFFF; }
  footer a:hover .fa-inverse {
    color: #2491c1; }
  footer p {
    padding: 0;
    margin: 0;
    border: 0; }
  footer ul {
    margin-bottom: 0rem;
    padding: 0; }
  footer ul a {
    color: #F6F6F6 !important;
    padding: 5px 6px; }
  footer ul a:hover {
    color: #404040 !important; }
  footer ul li {
    display: inline-block;
    color: #FFE97F; }

/*----------------------------
     Froms 表單
-----------------------------*/
.pd-044 {
  padding: 0.44em 25px; }
  @media screen and (max-width: 575px) {
    .pd-044 {
      padding: 0.5em 25px; } }

.modal-dialog {
  width: 600px;
  margin: 0 auto;
  top: 20%; }
  @media screen and (max-width: 575px) {
    .modal-dialog {
      width: 90%;
      top: 10%; } }

/*自訂表格色*/
.rwd_table-primary {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 5px;
  display: table; }
  .rwd_table-primary .tr {
    display: table-row; }
    .rwd_table-primary .tr:nth-child(odd) {
      background-color: #9ac1e3; }
    .rwd_table-primary .tr:nth-child(even) {
      background-color: #cde1f1; }
    .rwd_table-primary .tr:hover:nth-child(n) {
      background-color: rgba(0, 132, 234, 0.2); }
  .rwd_table-primary .th,
  .rwd_table-primary .td {
    display: table-cell;
    padding: 5px; }
  .rwd_table-primary .thead {
    display: table-header-group; }
    .rwd_table-primary .thead .th {
      background: #428bca;
      color: #FFFFFF;
      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: center; }
      .rwd_table-primary .tbody .td:last-child {
        text-align: center; }

/* .rwd_table-*/
/*===手機版===*/
@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 .th,
    .rwd_table-primary .td {
      display: block;
      padding: 5px; }
    .rwd_table-primary .thead {
      display: none; }
      .rwd_table-primary .thead .th {
        background: #428bca;
        color: #FFFFFF;
        border: 1px solid #3071a9;
        text-align: center; }
    .rwd_table-primary .tbody {
      display: table-row-group; }
      .rwd_table-primary .tbody .td {
        border: 0px 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: bold;
      font-size: 1em;
      color: #3C3C3C; } }

/*576*/
.rwd_table-info {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 5px;
  display: table; }
  .rwd_table-info .tr {
    display: table-row; }
    .rwd_table-info .tr:nth-child(odd) {
      background-color: #b8e4f1; }
    .rwd_table-info .tr:nth-child(even) {
      background-color: #f0f9fc; }
    .rwd_table-info .tr:hover:nth-child(n) {
      background-color: rgba(0, 132, 234, 0.2); }
  .rwd_table-info .th,
  .rwd_table-info .td {
    display: table-cell;
    padding: 5px; }
  .rwd_table-info .thead {
    display: table-header-group; }
    .rwd_table-info .thead .th {
      background: #5bc0de;
      color: #FFFFFF;
      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: center; }
      .rwd_table-info .tbody .td:last-child {
        text-align: center; }

/* .rwd_table-*/
/*===手機版===*/
@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 .th,
    .rwd_table-info .td {
      display: block;
      padding: 5px; }
    .rwd_table-info .thead {
      display: none; }
      .rwd_table-info .thead .th {
        background: #5bc0de;
        color: #FFFFFF;
        border: 1px solid #31b0d5;
        text-align: center; }
    .rwd_table-info .tbody {
      display: table-row-group; }
      .rwd_table-info .tbody .td {
        border: 0px 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: bold;
      font-size: 1em;
      color: #3C3C3C; } }

/*576*/
.rwd_table-success {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 5px;
  display: table; }
  .rwd_table-success .tr {
    display: table-row; }
    .rwd_table-success .tr:nth-child(odd) {
      background-color: #aadaaa; }
    .rwd_table-success .tr:nth-child(even) {
      background-color: #d8eed8; }
    .rwd_table-success .tr:hover:nth-child(n) {
      background-color: rgba(0, 132, 234, 0.2); }
  .rwd_table-success .th,
  .rwd_table-success .td {
    display: table-cell;
    padding: 5px; }
  .rwd_table-success .thead {
    display: table-header-group; }
    .rwd_table-success .thead .th {
      background: #5cb85c;
      color: #FFFFFF;
      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: center; }
      .rwd_table-success .tbody .td:last-child {
        text-align: center; }

/* .rwd_table-*/
/*===手機版===*/
@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 .th,
    .rwd_table-success .td {
      display: block;
      padding: 5px; }
    .rwd_table-success .thead {
      display: none; }
      .rwd_table-success .thead .th {
        background: #5cb85c;
        color: #FFFFFF;
        border: 1px solid #449d44;
        text-align: center; }
    .rwd_table-success .tbody {
      display: table-row-group; }
      .rwd_table-success .tbody .td {
        border: 0px 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: bold;
      font-size: 1em;
      color: #3C3C3C; } }

/*576*/
.rwd_table-warning {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 5px;
  display: table; }
  .rwd_table-warning .tr {
    display: table-row; }
    .rwd_table-warning .tr:nth-child(odd) {
      background-color: #f9ddb5; }
    .rwd_table-warning .tr:nth-child(even) {
      background-color: #fef9f3; }
    .rwd_table-warning .tr:hover:nth-child(n) {
      background-color: rgba(0, 132, 234, 0.2); }
  .rwd_table-warning .th,
  .rwd_table-warning .td {
    display: table-cell;
    padding: 5px; }
  .rwd_table-warning .thead {
    display: table-header-group; }
    .rwd_table-warning .thead .th {
      background: #f0ad4e;
      color: #FFFFFF;
      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: center; }
      .rwd_table-warning .tbody .td:last-child {
        text-align: center; }

/* .rwd_table-*/
/*===手機版===*/
@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 .th,
    .rwd_table-warning .td {
      display: block;
      padding: 5px; }
    .rwd_table-warning .thead {
      display: none; }
      .rwd_table-warning .thead .th {
        background: #f0ad4e;
        color: #FFFFFF;
        border: 1px solid #ec971f;
        text-align: center; }
    .rwd_table-warning .tbody {
      display: table-row-group; }
      .rwd_table-warning .tbody .td {
        border: 0px 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: bold;
      font-size: 1em;
      color: #3C3C3C; } }

/*576*/
.rwd_table-lavende {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 5px;
  display: table; }
  .rwd_table-lavende .tr {
    display: table-row; }
    .rwd_table-lavende .tr:nth-child(odd) {
      background-color: #ccb5dd; }
    .rwd_table-lavende .tr:nth-child(even) {
      background-color: #ebe2f2; }
    .rwd_table-lavende .tr:hover:nth-child(n) {
      background-color: rgba(0, 132, 234, 0.2); }
  .rwd_table-lavende .th,
  .rwd_table-lavende .td {
    display: table-cell;
    padding: 5px; }
  .rwd_table-lavende .thead {
    display: table-header-group; }
    .rwd_table-lavende .thead .th {
      background: #9768B9;
      color: #FFFFFF;
      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: center; }
      .rwd_table-lavende .tbody .td:last-child {
        text-align: center; }

/* .rwd_table-*/
/*===手機版===*/
@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 .th,
    .rwd_table-lavende .td {
      display: block;
      padding: 5px; }
    .rwd_table-lavende .thead {
      display: none; }
      .rwd_table-lavende .thead .th {
        background: #9768B9;
        color: #FFFFFF;
        border: 1px solid #7e4ba3;
        text-align: center; }
    .rwd_table-lavende .tbody {
      display: table-row-group; }
      .rwd_table-lavende .tbody .td {
        border: 0px 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: bold;
      font-size: 1em;
      color: #3C3C3C; } }

/*576*/
.rwd_table-danger {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 5px;
  display: table; }
  .rwd_table-danger .tr {
    display: table-row; }
    .rwd_table-danger .tr:nth-child(odd) {
      background-color: #edadab; }
    .rwd_table-danger .tr:nth-child(even) {
      background-color: #f9e2e2; }
    .rwd_table-danger .tr:hover:nth-child(n) {
      background-color: rgba(0, 132, 234, 0.2); }
  .rwd_table-danger .th,
  .rwd_table-danger .td {
    display: table-cell;
    padding: 5px; }
  .rwd_table-danger .thead {
    display: table-header-group; }
    .rwd_table-danger .thead .th {
      background: #d9534f;
      color: #FFFFFF;
      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: center; }
      .rwd_table-danger .tbody .td:last-child {
        text-align: center; }

/* .rwd_table-*/
/*===手機版===*/
@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 .th,
    .rwd_table-danger .td {
      display: block;
      padding: 5px; }
    .rwd_table-danger .thead {
      display: none; }
      .rwd_table-danger .thead .th {
        background: #d9534f;
        color: #FFFFFF;
        border: 1px solid #c9302c;
        text-align: center; }
    .rwd_table-danger .tbody {
      display: table-row-group; }
      .rwd_table-danger .tbody .td {
        border: 0px 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: bold;
      font-size: 1em;
      color: #3C3C3C; } }

/*576*/
/*@each */
/* =====自訂-側邊欄 =====*/
.sidebar-nav {
  width: 210px; }

#sidebar-nav {
  left: 0;
  top: 65px;
  bottom: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 0px 5px 0px 0px;
  border-right: 1px solid #dae3e9;
  z-index: 0;
  width: 210px;
  height: auto;
  background-color: #f7f7f7;
  margin: 0em;
  padding: 10px;
  -webkit-transition: left .3s ease;
  -moz-transition: left .3s ease;
  -o-transition: left .3s ease;
  -ms-transition: left .3s ease;
  transition: left .3s ease; }

body.menu #contents {
  z-index: 100; }

body.menu #sidebar-nav {
  top: 111px;
  left: 0;
  bottom: 0;
  border-right: 0px;
  z-index: 10;
  height: auto;
  box-shadow: none;
  display: block;
  -webkit-transition: left .3s ease;
  -moz-transition: left .3s ease;
  -o-transition: left .3s ease;
  -ms-transition: left .3s ease;
  transition: left .3s ease; }
  @media screen and (min-width: 375px) and (max-width: 768px) {
    body.menu #sidebar-nav {
      top: 111px;
      position: absolute; } }
  @media screen and (min-width: 320px) and (max-width: 374px) {
    body.menu #sidebar-nav {
      top: 111px;
      position: absolute; } }

/* responsive */
@media (max-width: 767px) {
  .sidebar-nav {
    width: 0px; }
  #contents {
    padding-left: 15px; }
  #sidebar-nav {
    top: 111px;
    z-index: 10;
    left: -212px;
    overflow: hidden;
    display: block;
    position: absolute;
    background-color: #f7f7f7;
    width: 210px;
    box-shadow: 1px 1px 1px 1px #F2F2F2;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -ms-transition: left .3s ease;
    transition: left .3s ease; }
  /* NAV左邊開-right */
  .navbar.sidebar {
    transition: 0.2s ease;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 0px;
    border-radius: 0;
    margin: 0;
    font-size: 1.1rem; }
  .submenu-open {
    color: #fff !important;
    background-color: #343a40 !important; }
  .sub-menu {
    display: none;
    padding: 0 5px;
    padding-bottom: 10px;
    background-color: #F4F4F4;
    line-height: 1.7;
    list-style: none;
    border-bottom: solid 1px #E0E0E0; }
  .navbar.sidebar .sub-menu li {
    padding: 0 10px; }
  .navbar.sidebar .sub-menu li:focus,
  .navbar.sidebar .sub-menu li:hover {
    background-color: rgba(255, 255, 255, 0.8); }
    .navbar.sidebar .sub-menu li:focus a,
    .navbar.sidebar .sub-menu li:hover a {
      color: #f26522 !important; }
  .navbar-nav.navbar4 {
    display: flex;
    flex-direction: row !important; }
  .navbar-nav.navbar4 .dropdown-menu {
    position: absolute;
    float: none; }
  .navbar4 > li:nth-last-child(1) > .dropdown-menu {
    left: -15px;
    right: auto; }
  .navbar4 > li:nth-last-child(2) > .dropdown-menu {
    left: -30px;
    right: auto; }
  .navbar4 > li:nth-last-child(3) > .dropdown-menu {
    left: -30px;
    right: auto; }
  .navbar4 > li:nth-last-child(4) > .dropdown-menu {
    left: 0px;
    right: auto; } }

/*----------------------------
      lightgallery 燈箱+影片
-----------------------------*/
.item,
.video {
  position: relative; }

a .demo-gallery-poster {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s; }

a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.2); }

a:hover .demo-gallery-poster > img {
  opacity: 1; }

a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.7;
  width: 48px; }

/*----------------------------
     news -最新消息
-----------------------------*/
/*----------------------------
     About
-----------------------------*/
/*----------------------------
     Contact
-----------------------------*/
/*----------------------------
     Projects
-----------------------------*/
/*----------------------------
     Q&A 問答
-----------------------------*/
/*子菜單項目*/
nav .nav li:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.nav .selected a {
  color: #343a40;
  display: block;
  padding: 5px 5px;
  text-align: left;
  border-bottom: 1px solid #C0C0C0;
  box-shadow: 0 2px 1px -1px #FFFFFF; }

.nav .selected a.submenu-open {
  color: #fff !important;
  background-color: #343a40 !important; }

.nav .selected a:hover,
.nav .selected a:focus {
  color: #fff;
  background-color: #343a40; }

.sub-menu {
  display: none;
  padding: 0 0 0px 5px;
  line-height: 1.8;
  list-style: none;
  border-bottom: solid 1px #ECECEC;
  background-color: #fff; }
  .sub-menu li a {
    text-decoration: none; }
  .sub-menu a:focus {
    color: #000; }
  @media screen and (max-width: 575px) {
    .sub-menu {
      padding: 0 0 0px 10px; } }

.selected {
  text-transform: uppercase;
  margin: 0 0 6px 0;
  font-size: 1em; }
  @media screen and (max-width: 575px) {
    .selected {
      margin: 0 0 0px 0;
      font-size: 1em; } }

.selected > a::after {
  content: '\f105';
  /*FontAwesome 符號*/
  font-family: FontAwesome;
  font-size: 1.1em;
  font-weight: 600em;
  position: absolute;
  bottom: auto;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  right: 0.6em;
  padding-right: 5px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.selected > a.submenu-open::after {
  -webkit-transform: translateY(10%) rotate(90deg);
  -moz-transform: translateY(10%) rotate(90deg);
  -ms-transform: translateY(10%) rotate(90deg);
  -o-transform: translateY(10%) rotate(90deg);
  transform: translateY(10%) rotate(90deg);
  right: 0.6em; }

/*----------------------------
     signin-登入頁
-----------------------------*/
.login-bg {
    height: calc(100% - 115px);
    /*
background: url("../img/bgs/8.jpg") no-repeat center center;
*/
    background: url("../../img/2019/bgs/8.jpg") no-repeat center center;
    position: fixed;
    background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/*----------------------------
     nav拖曳
-----------------------------*/
/*----------------------------
     Theme 主題
-----------------------------*/
/*----------------------------
      Admin管理
-----------------------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #f7f9fa !important; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .col-auto {
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .col-auto {
    width: 100% !important; } }

@media screen and (min-width: 576px) and (max-width: 768px) {
  .col-auto {
    width: 100% !important; } }

@media screen and (max-width: 575px) {
  .col-auto {
    width: 100% !important; } }

.badge {
  line-height: 1.5;
  font-weight: 300;
  padding-right: 5px;
  position: relative;
  text-decoration: none;
  background-color: #a51625;
  color: #fff; }
  .badge:before {
    content: "";
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px;
    border-color: transparent #a51625 transparent transparent; }

.logo-text {
  color: #000;
  letter-spacing: 5px;
  font-size: 20px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial;
  font-weight: normal; }

.social li a:hover {
  color: #dc3545 !important; }

.social .facebook {
  color: #c3c3c3; }

.social .instagram {
  color: #c3c3c3; }

.social .line {
  color: #c3c3c3; }

.social .rss {
  color: #c3c3c3; }

.social .email {
  color: #c3c3c3; }

.accordion-toggle:before {
  content: "－"; }

.accordion-toggle.collapsed:before {
  content: "＋"; }

.card-body hr {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.card .btn-link {
  font-weight: 400;
  color: #0a0a0a !important;
  background-color: transparent; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0rem !important;
  margin-bottom: 1rem;
  font-size: 1em;
  text-align: left !important;
  list-style: none;
  background-color: initial;
  border-radius: 0.25rem; }
  .breadcrumb a {
    color: #000;
    font-weight: 400; }
    .breadcrumb a:hover {
      color: blue; }
  .breadcrumb li.item-current {
    line-height: 18px;
    color: #a80000;
    text-decoration: underline; }

.fb_box {
  padding: 15px 10px;
  left: 16vw;
  width: 80px;
  position: fixed;
  background-color: #fff;
  text-align: center;
  top: 40vh;
  display: block;
  z-index: 10; }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .fb_box {
      display: none; } }
  @media screen and (max-width: 575px) {
    .fb_box {
      display: none; } }

.Web-Titl {
width: 100%;
padding: 0px;
margin: 0 auto;
min-height: 100px;
height: auto;
max-width: 100%;
width: 300px;
background-size: contain;
/*
background-image: url("../img/Web-Title@2x.png");
*/
background-image: url("../../img/2019/Web-Title@2x.png");
background-repeat: no-repeat;
background-position: center center;
}
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .Web-Titl {
      min-height: 70px; } }
  @media screen and (max-width: 575px) {
    .Web-Titl {
      min-height: 70px; } }

.bor {
  border-top: 1px solid #c3c3c3;
  height: 1;
  width: 400px;
  margin: 0 auto;
  padding-top: 10px; }
  @media screen and (max-width: 575px) {
    .bor {
      width: 320px; } }
