@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://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: 100;
  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/admin2018/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 引導列
-----------------------------*/
.navbar {
  z-index: 100; }

@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 {
  display: inline-block;
  width: 150px;
  background: url("../../img/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: #fff;
  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 #dae3e9; }

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: #F27900; }

.navbar-ff .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #F27900; }

.navbar_br {
  border-bottom: solid 3px #D8D8D8; }

.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: #c8c8c8;
  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: white;
  box-shadow: inset 1px 0px 1px 0px #262626; }

/*----------------------------
     Header
-----------------------------*/
/*----------------------------
     Banner輪播
-----------------------------*/
/*----------------------------
      Footer
-----------------------------*/
footer {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-top: 1px solid #dae3e9;
  background: url("../../img/admin2018/escheresque_ste.png");
  padding: 15px 0 20px 0px;
  color: #404040 !important;
  background-color: #404040;
  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: 63px;
  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 {
  position: relative; }

body.menu #sidebar-nav {
  left: 0;
  top: 0px;
  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; }

/* responsive */
@media (max-width: 767px) {
  .sidebar-nav {
    width: 0px; }
  #contents {
    padding-left: 15px; }
  #sidebar-nav {
    z-index: 10;
    left: -210px;
    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: -40px;
    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; } }

/*----------------------------
     news -
-----------------------------*/
.news {
  display: inline-block;
  width: 100%;
  margin: 5px 0; }
  .news [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
    @media screen and (min-width: 576px) and (max-width: 768px) {
      .news [class*="col-"] {
        padding-left: 2px;
        padding-right: 2px; } }
  .news span {
    color: #006942;
    font-size: 1rem;
    font-weight: 600;
    position: relative; }
    @media screen and (min-width: 576px) and (max-width: 768px) {
      .news span {
        text-align: center; } }
    @media screen and (max-width: 575px) {
      .news span {
        text-align: center; } }
  .news time {
    color: #fff;
    background-color: #333333;
    border-radius: 8px;
    padding: 0;
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
    float: right;
    font-size: 1rem;
    position: static;
    display: block;
    text-align: center; }
    @media screen and (min-width: 576px) and (max-width: 768px) {
      .news time {
        float: none;
        margin: 0 auto; } }
    @media screen and (max-width: 575px) {
      .news time {
        float: none;
        margin: 0 auto; } }
    .news time b {
      padding-top: 2px;
      display: block;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1; }
  .news .time_center {
    border-bottom: dashed 1px #ccc;
    display: block;
    width: 100%;
    margin: 5px 0 0 0; }
    .news .time_center p {
      padding: 0px;
      line-height: 1.5;
      color: #404040; }
      .news .time_center p.font_tw {
        text-align: justify; }
      .news .time_center p.font_en {
        font-family: 'Noto Sans', 'Noto Sans TC', sans-serif;
        word-wrap: break-word; }

/*----------------------------
     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: 2px 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 li a:hover, .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; }
  @media screen and (max-width: 575px) {
    .selected > a::after {
      content: ''; } }

.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-登入頁
-----------------------------*/


/*----------------------------
     Theme 主題
-----------------------------*/
/*----------------------------
      Admin管理
-----------------------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*======  線上客服-側邊欄滑出 ======*/
/*======  線上客服-側邊欄滑出-END ======*/
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 0rem;
  list-style: none;
  background-color: #FFF;
  border-radius: 0.25rem; }

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.box_project {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.card .card-body table th {
  text-align: center; }

.card .card-body table th:last-child {
  width: 10%;
  text-align: center; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .card .card-body table th:last-child {
      width: 20% !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .card .card-body table th:last-child {
      width: 20% !important; } }
  @media screen and (max-width: 575px) {
    .card .card-body table th:last-child {
      width: 20% !important; } }

@media screen and (max-width: 575px) {
  nav.navbar .navbar4 li.hidden {
    display: none; } }

@media screen and (max-width: 575px) {
  .card .card-body table th.hidden,
  .card .card-body table td.hidden {
    display: none; } }

@media screen and (min-width: 576px) and (max-width: 768px) {
  .card .card-body label.text-right {
    text-align: left !important; } }

@media screen and (max-width: 575px) {
  .card .card-body label.text-right {
    text-align: left !important; } }

.box-text {
  width: 100px;
  height: 100px;
  border: 1px solid #3BC6DF;
  position: relative;
  color: #fff;
  position: absolute; }

.table-responsive {
  display: inline-table !important;
  width: 100%; }

#filters {
  margin: 0.5%;
  padding: 0;
  list-style: none; }

#filters li {
  float: left; }

#filters li span {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  font-weight: 600; }

#filters li span.active {
  background: #579FF1;
  color: #fff; }

#portfoliolist {
  min-height: 50vh; }

.clearfix:after {
  clear: both; }

.grid {
  display: none;
  overflow: hidden;
  background-color: #fff; }
