@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC);
@import url(https://fonts.googleapis.com/earlyaccess/notosansscsliced.css);
.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; }

/* 跑馬燈效果 */

@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

/*----------------------------
     匯入外部google font
-----------------------------*/
/*----------------------------
     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: #E1C495;
  border: 2px solid #F2F2F2;
  z-index: 120;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  display: none; }
  #top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 20px; }
  #top:hover {
    background-color: #e2bf86;
    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;
  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; }

/*----------------------------
        Grid
-----------------------------*/
/*----------------------------
      navbar 引導列
-----------------------------*/
.navbar {
  z-index: 10;
  background-color: #351922; }

.navbar-light .navbar-nav .nav-link {
  color: #98847B !important; }

.navbar-light .navbar-nav .nav-item.active a {
  color: #98847B !important; }

.navbar-brand {
  display: inline-block;
  height: 50px;
  width: 250px;
  background: url("../img/LOGO_B@2x.png") no-repeat;
  background-position: center center;
  max-width: 100%;
  background-size: contain; }
  @media screen and (max-width: 575px) {
    .navbar-brand {
      height: 50px;
      width: 240px;
      margin-right: 0 !important; } }

.navbar-toggler span {
  display: block;
  position: absolute;
  background: #ffffff !important; }

.dropdown-menu {
  margin: 0.78rem 0 0 !important;
  padding: 0.5rem 0.5rem !important;
  background-color: #232323 !important; }

.dropdown-item {
  color: #E1C495 !important; }

.dropdown-item.active,
.dropdown-item:active {
  color: #E1C495 !important;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1) !important; }

.dropdown-item:hover,
.dropdown-item:focus {
  color: #E1C495 !important;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1) !important; }

/*----------------------------
      navbar 引導列 - 多層選單
      Bootstrap 4 dropdown navbar
-----------------------------*/
.navbar-light .navbar-nav .nav-link {
  color: #E1C495; }

.btco-menu li > a {
  padding: 10px 15px;
  color: #E1C495; }

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus {
  background: transparent;
  outline: 0; }

.dropdown-menu .show > .dropdown-toggle::after {
  transform: rotate(-90deg); }

/*----------------------------
      navbar 引導列 -動畫漢堡包導航員
      Bootstrap 4 animated hamburger nav - toggler
-----------------------------*/
/*remove bootstrap default svg background */
.navbar-light .navbar-toggler {
  background: none; }

/* hamburger classes and animation */
.navbar-toggler {
  cursor: pointer;
  position: relative;
  width: 2.5rem;
  height: 2rem;
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1rem;
  border-radius: .25rem; }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #55595c;
    border-radius: 3px;
    opacity: 1;
    left: 25%;
    transform: rotate(0deg);
    transition: .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) {
    transform: rotate(45deg); }
  .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg); }
  .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

/*----------------------------
        Header
-----------------------------*/
/*----------------------------
      Banner輪播
-----------------------------*/
.carousel .carousel-item {
  text-shadow: 3px 3px 2px #000000;
  height: calc(100vh - 300px); }
  @media screen and (max-width: 575px) {
    .carousel .carousel-item {
      height: -webkit-fill-available;
      height: fill-available;
      height: calc(100% - 66px); } }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .carousel .carousel-item {
      height: calc(100% - 66px); } }
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    .carousel .carousel-item {
      height: calc(100% - 66px); } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .carousel .carousel-item {
      height: calc(100% - 66px); } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .carousel .carousel-item {
      height: calc(100% - 66px); } }
  @media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .carousel .carousel-item {
      height: calc(100% - 66px); } }

.carousel .carousel-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: auto;
  background: no-repeat center center scroll;
  background-size: auto; }

span.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E1C495' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  width: 40px;
  height: 40px; }
  @media screen and (max-width: 575px) {
    span.carousel-control-next-icon {
      width: 20px;
      height: 20px; } }

span.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E1C495' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  width: 40px;
  height: 40px; }
  @media screen and (max-width: 575px) {
    span.carousel-control-prev-icon {
      width: 20px;
      height: 20px; } }

.carousel-control-prev i {
  left: -110px;
  border-bottom: 0;
  font-size: 40px;
  color: #7e0235; }

.carousel-control-next i {
  right: -110px;
  border-bottom: 0;
  font-size: 40px;
  color: #7e0235; }

/*----------------------------
      Footer
-----------------------------*/
footer {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 15px 0 20px 0px;
  color: #E1C495 !important;
  background-color: #00827D; }
  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;
    color: #E1C495; }
  footer ul {
    margin-bottom: 0rem;
    padding: 0; }
  footer ul a {
    color: #475656 !important;
    padding: 5px 6px; }
  footer ul a:hover {
    color: #ebebeb !important; }
  footer ul li {
    display: inline-block;
    color: #FFE97F; }

/*----------------------------
        Froms 表單
-----------------------------*/
/*自訂表格色*/
.rwd_table-primary {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 10px;
  display: table; }
  .rwd_table-primary .tr {
    display: table-row; }
    .rwd_table-primary .tr:nth-child(odd) {
      background-color: #a6c8e6; }
    .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: 10px;
  display: table; }
  .rwd_table-info .tr {
    display: table-row; }
    .rwd_table-info .tr:nth-child(odd) {
      background-color: #c5e9f3; }
    .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: 10px;
  display: table; }
  .rwd_table-success .tr {
    display: table-row; }
    .rwd_table-success .tr:nth-child(odd) {
      background-color: #b5dfb5; }
    .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: 10px;
  display: table; }
  .rwd_table-warning .tr {
    display: table-row; }
    .rwd_table-warning .tr:nth-child(odd) {
      background-color: #fae3c4; }
    .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: 10px;
  display: table; }
  .rwd_table-lavende .tr {
    display: table-row; }
    .rwd_table-lavende .tr:nth-child(odd) {
      background-color: #d3bfe1; }
    .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: 10px;
  display: table; }
  .rwd_table-danger .tr {
    display: table-row; }
    .rwd_table-danger .tr:nth-child(odd) {
      background-color: #f0b9b8; }
    .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 */
/*----------------------------
        lightgallery 燈箱+影片
-----------------------------*/
.item,
.video, .card {
  position: relative; }

#custom-transitions .card a[data-src] {
  border: 3px solid #FFFFFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative; }

#custom-transitions .card a[data-src] > img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%; }

#custom-transitions .card a[data-src]:hover > img {
  transform: scale3d(1.1, 1.1, 1.1); }

#custom-transitions .card > a .demo-gallery-poster {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  transition: background-color 0.15s ease 0s; }

#custom-transitions .card > a:hover .demo-gallery-poster {
  background-color: rgba(134, 134, 134, 0.1); }

a#custom-transitions .card > :hover .demo-gallery-poster > img {
  opacity: 1; }

#custom-transitions .card > a .demo-gallery-poster > img {
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease 0s;
  z-index: 5; }

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

.lg-backdrop.in {
  opacity: 0.85; }

.fixed-size.lg-outer .lg-inner {
  background-color: #FFF; }

.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left; }

.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0; }

.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #FFF; }

.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold; }

#custom-transitions .card h4 {
  color: #f8f413; }

div[aria-live="polite"] h4 {
  font-size: 1.5em; }

div[aria-live="polite"] p {
  font-size: 1.2em; }

/*----------------------------
    Home
-----------------------------*/
/*----------------------------
     news -最新消息
-----------------------------*/
/*----------------------------
     About
-----------------------------*/
/*----------------------------
     Contact
-----------------------------*/
/*----------------------------
     projects
-----------------------------*/
/*----------------------------
     projects
-----------------------------*/
.project {
  box-sizing: border-box;
  border-color: #343a40 !important;
  border: 1px solid #dee2e6 !important;
  padding: 10px;
  position: relative; }
  .project p {
    margin-top: 0;
    margin-bottom: 0.1rem; }
    .project p b {
      color: red; }
  .project div b {
    color: red; }
  .project button {
    z-index: 10; }

.project span:first-of-type {
  box-sizing: border-box;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  z-index: 5;
  width: 51px;
  height: 51px;
  padding: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 2px;
  font-variant: small-caps;
  font-size: 1em;
  color: #FFF;
  border-radius: 0 0 6px 0; }
  .project span:first-of-type img {
    overflow: hidden; }
  .project span:first-of-type.hot {
    background-color: rgba(255, 0, 0, 0.678);
    text-shadow: 0px 1px 0px #8f0202; }
  .project span:first-of-type.new {
    background-color: rgba(0, 192, 142, 0.6);
    text-shadow: 0px 1px 0px #03664d; }
  .project span:first-of-type.Promotion {
    background-color: rgba(255, 136, 0, 0.6);
    text-shadow: 0px 1px 0px #965a00; }

#msg {
  width: 250px;
  margin: 0 auto;
  z-index: 100;
  text-align: center;
  display: none; }

.project_page p del {
  color: #6e6c6c; }

.project_page p b {
  color: red; }

/*----------------------------
     signin-登入頁
-----------------------------*/
.login-bg {
  height: calc(100% - 60px);
  background: url("../img/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拖曳
-----------------------------*/
/*----------------------------
     Cart
-----------------------------*/
.dropdown-cart {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 250px;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.cart {
  width: 250px !important;
  overflow: hidden; }
  .cart .media-body span {
    color: red; }
  .cart.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.5rem; }

table.table-rwd thead tr th:nth-child(1) {
  width: 10%;
  text-align: center; }

table.table-rwd thead tr th:nth-child(2) {
  width: 50%;
  text-align: center; }

table.table-rwd thead tr th:nth-child(3) {
  width: 15%;
  text-align: center; }

table.table-rwd thead tr th:nth-child(4) {
  width: 15%;
  text-align: center; }

table.table-rwd thead tr th:nth-child(5) {
  width: 8%;
  text-align: center; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  table.table-rwd thead tr th:nth-child(1) {
    width: 15%; }
  table.table-rwd thead tr th:nth-child(2) {
    width: 35%; }
  table.table-rwd thead tr th:nth-child(3) {
    width: 15%; }
  table.table-rwd thead tr th:nth-child(4) {
    width: 20%; }
  table.table-rwd thead tr th:nth-child(5) {
    width: 8%; } }

table.table-rwd tbody tr td:nth-child(1) {
  display: line-block; }
  table.table-rwd tbody tr td:nth-child(1) img {
    width: 100px; }

table.table-rwd tbody tr td:nth-child(2) {
  text-align: left;
  font-weight: 500; }

table.table-rwd tbody tr td:nth-child(3) {
  text-align: center; }
  table.table-rwd tbody tr td:nth-child(3) p {
    color: red;
    font-weight: 600;
    margin-bottom: 0rem; }
  table.table-rwd tbody tr td:nth-child(3) p b {
    color: #4e4e4e; }

table.table-rwd tbody tr td:nth-child(4) {
  text-align: center; }
  table.table-rwd tbody tr td:nth-child(4) .td-col input.min,
  table.table-rwd tbody tr td:nth-child(4) .td-col input.add {
    width: 30px; }
  table.table-rwd tbody tr td:nth-child(4) .td-col input.num {
    width: calc(100% - 62px - 0.75rem);
    text-align: center; }

table.table-rwd tbody tr td:nth-child(5) {
  text-align: center; }

@media screen and (max-width: 575px) {
  table.table-rwd tbody tr td:nth-child(2) {
    text-align: left; }
  table.table-rwd tbody tr td:nth-child(3) {
    text-align: left; }
  table.table-rwd tbody tr td:nth-child(4) {
    text-align: left; }
    table.table-rwd tbody tr td:nth-child(4) .td-col input.min,
    table.table-rwd tbody tr td:nth-child(4) .td-col input.add {
      width: 30px; }
    table.table-rwd tbody tr td:nth-child(4) .td-col input.num {
      width: calc(100% - 62px - 0.75rem);
      text-align: center; }
  table.table-rwd tbody tr td:nth-child(5) {
    text-align: center; } }

p label {
  color: #000;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  .table-rwd thead {
    display: none; }
  .table-rwd tbody tr {
    display: block;
    margin: 10px 0;
    border: 1px solid #ccc; }
  .table-rwd tbody tr td {
    display: block;
    overflow: hidden; }
  .table-rwd tbody tr td img {
    width: 100%; }
  .table-rwd tbody tr td:before {
    content: attr(data-th) " : ";
    color: black;
    display: block;
    font-weight: 600;
    float: left;
    width: 3.1em;
    text-align: right;
    padding-right: 0.5em; }
  .table-rwd tbody tr td span.td-col {
    float: left;
    display: block;
    width: calc(100% - 3.1em); } }

/*----------------------------
     Theme 主題
-----------------------------*/
/*----------------------------
      Admin管理
-----------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  padding-top: constant(safe-area-inset-top);
  /* iOS 11.0-iOS 11.1 */
  padding-top: env(safe-area-inset-top);
  /*iOS 11.2 */
  padding-bottom: constant(safe-area-inset-bottom);
  /* iOS 11.0-iOS 11.1 */
  padding-bottom: env(safe-area-inset-bottom);
  /*iOS 11.2 */ }

.card-body {
  padding: 0.5rem !important; }

.card-footer .price {
  width: 100%;
  line-height: 30px; }

.card-footer .price span {
  font-size: 1.2em;
  color: #000000; }

.card-footer .price a {
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #E1C495;
  padding: 5px;
  color: #3E3A39; }

.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); }

/* 跑馬燈效果 */
.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000; }

.marquee span {
  display: inline-block;
  padding-left: 100% !important;
  font-size: 1.2em;
  animation: marquee 40s linear infinite;
  color: #fff; }

/* 滑鼠移入文字區自動停止跑馬燈 */
.marquee span:hover {
  animation-play-state: paused; }

/* /.跑馬燈效果 */
/*

*/
/****** 
展覽資訊
******/
.box_img {
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .box_img img {
    transition: transform .3s;
    transform: scale(1);
    overflow: hidden; }
    .box_img img:hover {
      cursor: pointer;
      transform: scale(1.2);
      opacity: 0.8; }
  .box_img p {
    position: absolute;
    font-size: 1.2em;
    z-index: 1;
    margin: 0;
    width: calc(100% - 20px);
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    bottom: 0px; }

/*----------------------------
     Cart
-----------------------------*/
.dropdown-cart {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 250px;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.cart {
  width: 250px !important;
  overflow: hidden; }
  .cart .media-body h6 {
    color: #E1C495; }
  .cart .media-body span {
    color: red; }
  .cart .media-body span {
    color: red; }
  .cart.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.5rem; }

table.table-rwd thead tr th:nth-child(1) {
  width: 10%;
  text-align: center; }

table.table-rwd thead tr th:nth-child(2) {
  width: 50%;
  text-align: center; }

table.table-rwd thead tr th:nth-child(3) {
  width: 15%;
  text-align: center; }

table.table-rwd thead tr th:nth-child(4) {
  width: 15%;
  text-align: center; }

table.table-rwd thead tr th:nth-child(5) {
  width: 8%;
  text-align: center; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  table.table-rwd thead tr th:nth-child(1) {
    width: 15%; }
  table.table-rwd thead tr th:nth-child(2) {
    width: 35%; }
  table.table-rwd thead tr th:nth-child(3) {
    width: 15%; }
  table.table-rwd thead tr th:nth-child(4) {
    width: 20%; }
  table.table-rwd thead tr th:nth-child(5) {
    width: 8%; } }

table.table-rwd tbody tr td:nth-child(1) {
  display: line-block; }
  table.table-rwd tbody tr td:nth-child(1) img {
    width: 100px; }

table.table-rwd tbody tr td:nth-child(2) {
  text-align: left;
  font-weight: 500; }

table.table-rwd tbody tr td:nth-child(3) {
  text-align: center; }
  table.table-rwd tbody tr td:nth-child(3) p {
    color: red;
    font-weight: 600;
    margin-bottom: 0rem; }
  table.table-rwd tbody tr td:nth-child(3) p b {
    color: #4e4e4e; }

table.table-rwd tbody tr td:nth-child(4) {
  text-align: center; }
  table.table-rwd tbody tr td:nth-child(4) .td-col input.min,
  table.table-rwd tbody tr td:nth-child(4) .td-col input.add {
    width: 30px; }
  table.table-rwd tbody tr td:nth-child(4) .td-col input.num {
    width: calc(99% - 62px - 1.75rem);
    text-align: center; }

table.table-rwd tbody tr td:nth-child(5) {
  text-align: center; }

@media screen and (max-width: 575px) {
  table.table-rwd tbody tr td:nth-child(2) {
    text-align: left; }
  table.table-rwd tbody tr td:nth-child(3) {
    text-align: left; }
  table.table-rwd tbody tr td:nth-child(4) {
    text-align: left; }
    table.table-rwd tbody tr td:nth-child(4) .td-col input.min,
    table.table-rwd tbody tr td:nth-child(4) .td-col input.add {
      width: 30px;
      -webkit-appearance: none !important;
      border-radius: 0 !important;
      text-align: inherit !important; }
    table.table-rwd tbody tr td:nth-child(4) .td-col input.num {
      width: calc(99% - 62px - 1.75rem);
      text-align: center; }
  table.table-rwd tbody tr td:nth-child(5) {
    text-align: center; } }

p label {
  color: #000;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  .table-rwd thead {
    display: none; }
  .table-rwd tbody tr {
    display: block;
    margin: 10px 0;
    border: 1px solid #ccc; }
  .table-rwd tbody tr td {
    display: block;
    overflow: hidden; }
  .table-rwd tbody tr td img {
    width: 100%; }
  .table-rwd tbody tr td:before {
    content: attr(data-th) " : ";
    color: black;
    display: block;
    font-weight: 600;
    float: left;
    width: 3.1em;
    text-align: right;
    padding-right: 0.5em; }
  .table-rwd tbody tr td span.td-col {
    float: left;
    display: block;
    width: calc(100% - 3.1em); } }

.index_bgc {
  background: url("../img/SW-BG-pc-100.jpg") no-repeat;
  width: 100%;
  height: 100%;
  min-height: 987px;
  position: static;
  background-position: center left;
  z-index: -2;
  padding-top: 5%; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .index_bgc {
      background: url("../img/SW-BG-mb-100.jpg") no-repeat;
      min-height: 905px;
      background-position: center center; } }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .index_bgc {
      background: url("../img/SW-BG-mb-100.jpg") no-repeat;
      min-height: 905px;
      background-position: center center; } }
  @media screen and (max-width: 575px) {
    .index_bgc {
      background: url("../img/SW-BG-mb-100.jpg") no-repeat;
      min-height: 905px;
      background-position: center center; } }

#tns1-ow button {
  display: none; }

.exhibit01_box h5 {
  color: #E1C495; }

.card-columns#custom-transitions h5 a {
  color: #632d3e !important; }

.flag_box {
  position: relative; }

.flag_box img:first-of-type {
  position: absolute;
  z-index: 1;
  margin-left: 5px;
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex; }

.exhibit_bgc {
  background: url("../img/SW-footer-pc.png") no-repeat;
  width: 100%;
  height: 100%;
  min-height: 705px;
  position: static;
  background-position: center left;
  z-index: 1;
  padding-top: 5%; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .exhibit_bgc {
      background: url("../img/SW-footer-mb.png") no-repeat;
      min-height: 1200px;
      background-position: center center; } }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .exhibit_bgc {
      background: url("../img/SW-footer-mb.png") no-repeat;
      min-height: 1200px;
      background-position: center center; } }
  @media screen and (max-width: 575px) {
    .exhibit_bgc {
      max-width: 100%;
      background: url("../img/SW-footer-mb.png") no-repeat;
      min-height: 1722px;
      background-position: center center; } }

/*# sourceMappingURL=screen.css.map */
