@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
article, footer, header, nav, section {
  display: block
}
body {
  margin: 0;
  font-family: Ubuntu, 蘋果儷中黑, "Microsoft JhengHei", 微軟正黑體, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: calc(1.025rem + .3515625vw);
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  letter-spacing: .1em
}
@media (min-width:1024px) {
  body {
    font-size: 1.25rem
  }
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5
}
p {
  margin-top: 0;
  margin-bottom: 0
}
p + p {
  margin-top: 1rem
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
ol, ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
strong {
  font-weight: bolder
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #513a1d;
  text-decoration: none
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[role=button], [type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
select {
  word-wrap: normal
}
[type=button], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
textarea {
  overflow: auto;
  resize: none
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
h2 {
  font-size: calc(1.15rem + 2.109375vw)
}
@media (min-width:1024px) {
  h2 {
    font-size: 2.5rem
  }
}
h3 {
  font-size: calc(1.11875rem + 1.669921875vw)
}
@media (min-width:1024px) {
  h3 {
    font-size: 2.1875rem
  }
}
.txt-xl, h4 {
  font-size: calc(1.0875rem + 1.23046875vw)
}
@media (min-width:1024px) {
  .txt-xl, h4 {
    font-size: 1.875rem
  }
}
h5 {
  font-size: calc(1.05625rem + .791015625vw)
}
@media (min-width:1024px) {
  h5 {
    font-size: 1.5625rem
  }
}
.txt-md, h6 {
  font-size: calc(1.025rem + .3515625vw)
}
@media (min-width:1024px) {
  .txt-md, h6 {
    font-size: 1.25rem
  }
}
.txt-sm {
  font-size: 1.09375rem !important
}
.txt-xs {
  font-size: .75rem !important
}
.small, small {
  font-size: 80%;
  font-weight: 400
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.row {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin: 0 -2rem
}
.row > * {
  max-width: 100%;
  padding: 0 2rem
}
.container, .container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto
}
.fill-container {
  margin-right: -2rem;
  margin-left: -2rem
}
.col, [class|=col] {
  position: relative;
  width: 100%
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}
.cols-1 > * {
  flex: 0 0 auto;
  width: 100%
}
.col-3 {
  flex: 0 0 auto;
  width: 25%
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%
}
.col-6 {
  flex: 0 0 auto;
  width: 50%
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%
}
.col-9 {
  flex: 0 0 auto;
  width: 75%
}
.col-12 {
  flex: 0 0 auto;
  width: 100%
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
  .fill-container {
    margin-right: -2rem;
    margin-left: -2rem
  }
  .col-s-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-s-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-s-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-s-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .offset-s-6l {
    margin-left: 50%
  }
  .offset-s-6r {
    margin-right: 50%
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
  .fill-container {
    margin-right: -2rem;
    margin-left: -2rem
  }
  .col-m-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .col-m-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-m-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
  .fill-container, .fill-container-l {
    margin-right: -2rem;
    margin-left: -2rem
  }
  .cols-l-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .col-l-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-l-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-l-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .col-l-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-l-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-l-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
}
@media (min-width:1392px) {
  .container {
    max-width: 1360px
  }
  .fill-container, .fill-container-l {
    margin-right: -2rem;
    margin-left: -2rem
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
}
@media (min-width:1920px) {
  .container {
    max-width: 1520px
  }
  .fill-container, .fill-container-l {
    margin-right: -2rem;
    margin-left: -2rem
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem .9375rem;
  font-size: calc(1.025rem + .3515625vw);
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e7e7e7;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (min-width:1024px) {
  .form-control {
    font-size: 1.25rem
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.form-control:focus {
  color: #495057;
  background-color: #e7e7e7;
  border-color: #404040;
  outline: 0
}
.form-control::placeholder {
  color: #000;
  opacity: 1
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}
input[type=time].form-control {
  appearance: none
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #e7e7e7
}
.col-form-label {
  padding-top: calc(.75rem + 1px);
  padding-bottom: calc(.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}
select.form-control[multiple], select.form-control[size], textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 20px
}
@media (min-width:992px) {
  .form-group {
    margin-bottom: 25px
  }
}
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .375rem) center;
  background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.was-validated textarea.form-control:valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(.375em + .375rem) right calc(.375em + .375rem)
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: calc(1.009375rem + .1318359375vw);
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9)
}
@media (min-width:1024px) {
  .invalid-tooltip {
    font-size: 1.09375rem
  }
}
.was-validated :invalid ~ .invalid-tooltip {
  display: block
}
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .375rem) center;
  background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(.375em + .375rem) right calc(.375em + .375rem)
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: calc(1.025rem + .3515625vw);
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (min-width:1024px) {
  .btn {
    font-size: 1.25rem
  }
}
.btn:hover {
  color: #000;
  text-decoration: none
}
.btn.focus, .btn:focus {
  outline: 0
}
.btn.disabled, .btn:disabled {
  opacity: .65
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: .5rem
}
input[type=button].btn-block, input[type=submit].btn-block {
  width: 100%
}
.fade {
  transition: opacity .15s linear
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s
}
.dropdown {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
  margin-left: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 0;
  margin: .125rem 0 0;
  font-size: calc(1.025rem + .3515625vw);
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15)
}
@media (min-width:1024px) {
  .dropdown-menu {
    font-size: 1.25rem
  }
}
.dropdown-menu[x-placement^=bottom] {
  right: auto;
  bottom: auto
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}
.dropdown-menu.show {
  display: block
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto
}
.btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1
}
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px
}
.dropdown-toggle-split {
  padding-right: .65625rem;
  padding-left: .65625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: block;
  padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}
.navbar h1 {
  margin-bottom: 0
}
.navbar .container, .navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}
.navbar-brand {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .nav-item {
  border-top: 1px solid #fff
}
.navbar-nav .nav-link {
  padding: 1rem .5rem
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  margin: 0 -2rem
}
.navbar-toggler {
  line-height: 1;
  background-color: transparent;
  border: none;
  padding: 0
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none
}
@media (max-width:991.98px) {
  .navbar-expand-l > .container, .navbar-expand-l > .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:992px) {
  .navbar-expand-l {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-l .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-l .navbar-nav .nav-item {
    border-top: none
  }
  .navbar-expand-l .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: 0;
    border: none;
    background-color: transparent
  }
  .navbar-expand-l .navbar-nav .dropdown-menu.show {
    display: flex
  }
  .navbar-expand-l .navbar-nav .dropdown-item {
    padding: 0 .5rem;
    color: #fff
  }
  .navbar-expand-l .navbar-nav .dropdown-item:hover {
    color: #fff;
    background-color: transparent
  }
  .navbar-expand-l > .container, .navbar-expand-l > .container-fluid {
    flex-wrap: nowrap
  }
  .navbar-expand-l .navbar-collapse {
    margin: 0;
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-l .navbar-toggler {
    display: none
  }
}
.navbar-dark .navbar-brand {
  padding: 1rem 0
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand a, .navbar-dark .navbar-brand a:focus, .navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #d9b582
}
.navbar-dark .navbar-nav .dropdown-item, .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .8);
  text-shadow: 0 0 5px rgba(0, 0, 0, .55)
}
.navbar-dark .navbar-nav .dropdown-item:focus, .navbar-dark .navbar-nav .dropdown-item:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(217, 181, 130, .8)
}
.navbar-dark .navbar-nav .dropdown-item.disabled, .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #d9b582
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .8)
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-bottom: 1px solid #fff
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem 0
}
.card-title {
  margin-bottom: .75rem
}
.card-text:last-child {
  margin-bottom: 0
}
.card-footer {
  padding: .75rem 0;
  border-top: 1px solid #fff
}
.card-img-top {
  flex-shrink: 0;
  width: 100%
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #4d4d4d;
  content: "|"
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none
}
.breadcrumb-item.active {
  color: #af7d3f
}
.bg-primary .breadcrumb-item a {
  color: #fff
}
.bg-primary .breadcrumb-item.active {
  color: #d9b582
}
.media {
  position: relative;
  display: flex;
  flex-wrap: wrap
}
.close {
  float: right;
  font-size: calc(1.0875rem + 1.23046875vw);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}
@media (min-width:1024px) {
  .close {
    font-size: 1.875rem
  }
}
.close:hover {
  color: #000;
  text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}
a.close.disabled {
  pointer-events: none
}
.modal-open {
  overflow: hidden
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}
.modal.show .modal-dialog {
  transform: none
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
  max-height: calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
  max-height: calc(100vh - 3.5rem)
}
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
  min-height: calc(100% - 3.5rem)
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .5
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem
}
.modal-header .close {
  padding: 2rem;
  margin: -1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom: 1.25rem;
  line-height: 1;
  color: #aa7b3f
}
.modal-text {
  margin-bottom: 1.25rem
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0 2rem 2rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto
}
.modal-dialog-centered::before {
  display: block;
  content: "";
  height: calc(100vh - 3.5rem);
  height: min-content
}
.modal-xl {
  max-width: 800px
}
@media (min-width:1392px) {
  .modal-xl {
    max-width: 1392px
  }
}
@media (min-width:1920px) {
  .modal-header {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem
  }
  .modal-body {
    padding-bottom: 2.2rem
  }
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  touch-action: pan-y
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%)
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #999;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  opacity: .3;
  transition: opacity .6s
}
.carousel-indicators .active {
  opacity: 1
}
.bg-primary, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #000 !important
}
.bg-secondary {
  background-color: #d9b582 !important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #cd9e5b !important
}
.bg-tertiary {
  background-color: #af7d3f !important
}
a.bg-tertiary:focus, a.bg-tertiary:hover, button.bg-tertiary:focus, button.bg-tertiary:hover {
  background-color: #8a6232 !important
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat
}
.bg-cover {
  background-size: cover
}
.bt, .by {
  border-top: 1px solid #000
}
.br {
  border-right: 1px solid #000
}
.by {
  border-bottom: 1px solid #000
}
.fixed-bottom, .fixed-top {
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-top {
  top: 0
}
.fixed-bottom {
  bottom: 0
}
@supports (position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
.top-0 {
  top: 0
}
.bottom-0 {
  bottom: 0
}
.left-0 {
  left: 0
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}
.txt-normal {
  font-weight: 400
}
.txt-bold {
  font-weight: 700
}
.txt-white {
  color: #fff !important
}
a.txt-white:focus, a.txt-white:hover {
  color: #d9d9d9 !important
}
.txt-black {
  color: #000
}
.txt-secondary {
  color: #d9b582 !important
}
a.txt-secondary:focus, a.txt-secondary:hover {
  color: #ebd8bd !important
}
.txt-tertiary {
  color: #af7d3f !important
}
a.txt-tertiary:focus, a.txt-tertiary:hover {
  color: #cba26f !important
}
.hidden {
  display: none
}
.inline {
  display: inline
}
.block {
  display: block
}
.flex {
  display: flex
}
.from-top {
  flex-direction: column
}
.wrap-1 {
  flex-wrap: wrap
}
.justify-center {
  justify-content: center
}
.items-end {
  align-items: flex-end
}
.items-center {
  align-items: center
}
.w-100 {
  width: 100%
}
.h-100 {
  height: 100%
}
.h-auto {
  height: auto
}
.mb-0 {
  margin-bottom: 0
}
.mr-1 {
  margin-right: 1.25rem
}
.mb-1 {
  margin-bottom: 1.25rem
}
.ml-1 {
  margin-left: 1.25rem
}
.mb-2 {
  margin-bottom: 2.5rem
}
.mb-3 {
  margin-bottom: 3.125rem
}
.mb-5 {
  margin-bottom: 6.25rem
}
.pb-1 {
  padding-bottom: 1.25rem
}
.pt-2 {
  padding-top: 2.5rem
}
.px-2 {
  padding-right: 2.5rem
}
.px-2 {
  padding-left: 2.5rem
}
.py-3 {
  padding-top: 3.125rem
}
.py-3 {
  padding-bottom: 3.125rem
}
.pt-4 {
  padding-top: 5rem
}
.py-5 {
  padding-top: 6.25rem
}
.pb-5, .py-5 {
  padding-bottom: 6.25rem
}
.pb-7 {
  padding-bottom: 9.375rem
}
.gx-0 {
  margin-right: 0;
  margin-left: 0
}
.gx-0 > * {
  padding-right: 0;
  padding-left: 0
}
.g-1, .gx-1 {
  margin-right: -.625rem;
  margin-left: -.625rem
}
.g-1 > *, .gx-1 > * {
  padding-right: .625rem;
  padding-left: .625rem
}
.g-1, .gy-1 {
  margin-top: -1.25rem
}
.g-1 > *, .gy-1 > * {
  margin-top: 1.25rem
}
.g-2, .gx-2 {
  margin-right: -1.25rem;
  margin-left: -1.25rem
}
.g-2 > *, .gx-2 > * {
  padding-right: 1.25rem;
  padding-left: 1.25rem
}
.g-2, .gy-2 {
  margin-top: -2.5rem
}
.g-2 > *, .gy-2 > * {
  margin-top: 2.5rem
}
.gy-3 {
  margin-top: -3.125rem
}
.gy-3 > * {
  margin-top: 3.125rem
}
.ml-auto {
  margin-left: auto
}
.txt-center {
  text-align: center
}
.static {
  position: static
}
.rel {
  position: relative
}
.abs {
  position: absolute
}
.fixed, .fixed-bottom, .fixed-top {
  position: fixed
}
@media (min-width:576px) {
  .grow-1-s {
    flex-grow: 1
  }
  .mx-s-0 {
    margin-right: 0
  }
  .mx-s-0 {
    margin-left: 0
  }
  .py-s-0 {
    padding-top: 0
  }
  .py-s-0 {
    padding-bottom: 0
  }
  .gy-s-0, .gy-s-0 > * {
    margin-top: 0
  }
  .-mt-s-4 {
    margin-top: -5rem
  }
  .-mt-s-5 {
    margin-top: -6.25rem
  }
  .-mt-s-8 {
    margin-top: -11.5625rem
  }
  .-mt-s-9 {
    margin-top: -15.625rem
  }
  .txt-s-center {
    text-align: center
  }
}
@media (min-width:768px) {
  .inline-m {
    display: inline
  }
  .gx-m-2 {
    margin-right: -1.25rem;
    margin-left: -1.25rem
  }
  .gx-m-2 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem
  }
  .gy-m-3 {
    margin-top: -3.125rem
  }
  .gy-m-3 > * {
    margin-top: 3.125rem
  }
}
@media (min-width:992px) {
  .to-left-l {
    flex-direction: row-reverse
  }
  .grow-1-l {
    flex-grow: 1
  }
  .justify-l-end {
    justify-content: flex-end
  }
  .items-l-center {
    align-items: center
  }
  .vh-l-100 {
    height: 100vh
  }
  .mb-l-3 {
    margin-bottom: 3.125rem
  }
  .mb-l-4 {
    margin-bottom: 5rem
  }
  .mb-l-5 {
    /*margin-bottom: 6.25rem*/
  }
  .mb-l-7 {
    margin-bottom: 9.375rem
  }
  .pb-l-0 {
    padding-bottom: 0
  }
  .pt-l-4 {
    padding-top: 5rem
  }
  .pt-l-5, .py-l-5 {
    padding-top: 6.25rem
  }
  .pb-l-5, .py-l-5 {
    padding-bottom: 6.25rem
  }
  .pt-l-6 {
    padding-top: 7.5rem
  }
  .py-l-7 {
    padding-top: 9.375rem
  }
  .py-l-7 {
    padding-bottom: 9.375rem
  }
  .pb-l-8 {
    padding-bottom: 11.5625rem
  }
  .pb-l-9 {
    padding-bottom: 15.625rem
  }
  .gy-l-0, .gy-l-0 > * {
    margin-top: 0
  }
  .txt-l-left {
    text-align: left
  }
  .abs-l {
    position: absolute
  }
}
@media (min-width:1392px) {
  .justify-xl-start {
    justify-content: flex-start
  }
  .justify-xl-end {
    justify-content: flex-end
  }
  .mx-xl-auto {
    margin-right: auto
  }
  .mx-xl-auto {
    margin-left: auto
  }
  .txt-xl-left {
    text-align: left
  }
}
.leading-xxl-tight {
  line-height: 1.25
}
@media (max-width:1919.98px) {
  .tracking-xl-wide {
    letter-spacing: .2em
  }
}
@media (max-width:767.98px) {
  .tracking-s-tight {
    letter-spacing: -.025em
  }
}
.img-cover {
  object-fit: cover;
  object-position: center
}
html::-webkit-scrollbar {
  width: 0
}
div::-webkit-scrollbar, p::-webkit-scrollbar {
  width: 8px
}
div::-webkit-scrollbar-thumb, p::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #d9b684;
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .8)
}
div::-webkit-scrollbar-track, p::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #000
}
div::-webkit-scrollbar-track-piece, p::-webkit-scrollbar-track-piece {
  border-radius: 5px;
  background: 0 0;
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .5)
}
div::-webkit-scrollbar-button, p::-webkit-scrollbar-button {
  height: 0
}
.btn-outline-white {
  color: #fff;
  border-color: #fff
}
.btn-outline-white:hover {
  color: #8f8f8f;
  background-color: #fff;
  border-color: #fff
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent
}
.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}
.btn-tertiary {
  color: #fff;
  background-color: #af7d3f;
  border-color: #af7d3f
}
.btn-tertiary.focus, .btn-tertiary:focus, .btn-tertiary:hover {
  color: #fff;
  background-color: #936935
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: #af7d3f;
  border-color: #af7d3f
}
.btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #8a6232;
  border-color: #805c2e
}
.ico {
  padding-left: 1.56rem;
  background-size: 1.25rem;
  background-position-y: .31rem;
  background-repeat: no-repeat
}
.txt-sm .ico {
  padding-left: 1.37rem;
  background-size: 1.09375rem;
  background-position-y: .27rem
}
.slide-down {
  background-color: #000
}
.slide-down .dropdown-item {
  color: #fff
}
.slide-down .dropdown-item:hover, .slide-down .dropdown-menu {
  background: 0 0;
  text-align: center
}
.navbar-nav .form-control {
  border: none;
  background-color: transparent;
  text-align: center
}
.navbar-nav .nav-item .nav-link {
  display: inline-block;
  border-bottom: 2px solid transparent
}
.navbar-nav .nav-item .nav-link:focus-visible {
  outline: 0
}
.navbar-nav .nav-item.show .dropdown-toggle-split, .navbar-nav .nav-item.show .nav-link {
  border-bottom-color: #d9b582;
  color: #d9b582
}
.go-top {
  position: absolute;
  right: 1rem;
  bottom: 100%;
  padding: 0 1.5rem;
  background-color: #d9b582
}
.nav-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.nav-item.btn-group .nav-link {
  padding-right: 0
}
.nav-item .dropdown-menu {
  width: 100%
}
.nav-item .dropdown-toggle-split {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
  outline: 0;
  color: rgba(255, 255, 255, .8);
  text-shadow: 0 0 5px rgba(0, 0, 0, .55)
}
.dropdown-menu .dropdown-item.active {
  color: #d9b582
}
footer {
  line-height: 2
}
footer h4, footer h5 {
  font-size: 1.25rem
}
footer address, footer ul {
  margin-bottom: 0
}
footer h5:hover {
  text-decoration: underline;
  text-underline-offset: .25rem
}
@media (min-width:992px) {
  .dropdown-toggle-split {
    padding-right: .7rem;
    padding-left: .3rem
  }
  header {
    padding: 0
  }
  .header-logo {
    width: auto;
    height: 35px
  }
  .nav-item .dropdown-menu {
    left: 50%;
    width: auto;
    transform: translateX(-50%)
  }
  .footer-logo {
    width: 120px;
    height: 120px
  }
  .go-top {
    right: 55px
  }
  .go-top svg {
    width: 28px;
    height: 28px
  }
  .slide-down.open:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(35px + 2rem);
    background-color: #000
  }
}
.index-banner-content {
  height: 90vw;
  color: #fff
}
.index-banner-content h2 {
  font-size: 22px;
  font-weight: 400
}
.index-prod .bg-blur {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50.85vw;
  -webkit-backdrop-filter: grayscale(.5) brightness(.5);
  backdrop-filter: grayscale(.5) brightness(.5)
}
.index-prod .bg-blur.hover:hover {
  -webkit-backdrop-filter: grayscale(0) brightness(.9);
  backdrop-filter: grayscale(0) brightness(.9)
}
.navbar-toggler .menu-icon, .navbar-toggler.collapsed .close-icon {
  display: none
}
.navbar-toggler.collapsed .menu-icon {
  display: inline
}
@media (min-width:992px) {
  .index-banner-content {
    height: 44.3vw;
    color: #000
  }
  .index-banner-content h2 {
    font-size: 1.75rem
  }
  .col.index-prod .bg-blur {
    height: 814.2857142857px
  }
}
.tl {
  position: relative;
  padding-bottom: 10rem
}
.tl:before {
  content: "";
  position: absolute;
  top: 2.5rem;
  bottom: 0;
  left: calc(2.7rem + 5vw);
  border: 2px solid #af7d3f
}
.tl-content {
  padding-left: 5rem
}
.tl-year {
  background-color: #fff;
  color: #af7d3f;
  font-weight: 700;
  font-size: calc(1.18125rem + 2.548828125vw)
}
@media (min-width:1024px) {
  .tl-year {
    font-size: 2.8125rem
  }
}
.tl-month {
  color: #af7d3f;
  font-weight: 700
}
.tl-month:before {
  content: "";
  position: absolute;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background-color: #af7d3f
}
.tl-left .tl-content, .tl-right .tl-content {
  margin-left: auto
}
.tl-left .tl-month:before, .tl-right .tl-month:before {
  left: calc(2.8rem + 5vw);
  transform: translate(-50%, 50%)
}
@media (min-width:576px) {
  .tl:before {
    left: 50%;
    transform: translateX(-50%)
  }
  .tl-content {
    width: 75%;
    padding-left: 0;
    text-align: left
  }
  .tl-year {
    text-align: center
  }
  .tl-month:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 25%;
    border: 1px solid #af7d3f
  }
  .tl-right .tl-month::before {
    left: 25%
  }
  .tl-left .tl-content {
    margin-right: auto;
    margin-left: 0
  }
  .tl-left .tl-month:before {
    right: 25%;
    left: auto;
    transform: translate(50%, 50%)
  }
  .tl-left .tl-month:after {
    right: 0;
    left: auto
  }
}
@media (min-width:1392px) {
  .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem
  }
  .tl-month:after {
    width: 10rem
  }
  .tl-left .tl-month:before {
    right: 10rem
  }
  .tl-right .tl-month:before {
    left: 10rem
  }
}
.list-dashed {
  margin-bottom: 0;
  list-style-position: inside;
  padding-inline-start: 0
}
.list-dashed li::marker {
  content: "-"
}
.bg-img {
  background-image: var(--bg-img)
}
.mask-gd-gray {
  padding-bottom: 2rem;
  background-image: linear-gradient(rgba(0, 0, 0, .15) 40%, rgba(0, 0, 0, .8)), var(--bg-img)
}
.mask-gd-gray .row {
  height: 350px
}
.mask-gd-gray .row > div {
  min-height: 200px
}
.banner {
  display: flex;
  align-items: center;
  min-height: 285px;
  padding-top: 64px
}
.banner h1 {
  font-size: 26px
}
.banner small {
  font-size: 80%;
  font-weight: 700
}
.google-maps {
  height: 100%;
  min-height: 400px
}
.time-border {
  position: relative;
  padding-top: .5rem;
  color: grey;
  font-size: 1rem
}
.time-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  left: 20%;
  border-top: 1px solid #af7d3f
}
.card-footer time:after {
  right: 40%;
  left: 0
}
.media time:after {
  right: 50%;
  left: 0
}
.rect-size {
  position: relative;
  aspect-ratio: 1.5625
}
.visible-content {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
  transition: background-color .3s
}
.visible-content:hover {
  background-color: rgba(0, 0, 0, .3)
}
.fade-enter {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .3s, transform .4s
}
.fade-enter.fade-enter-active {
  opacity: 1;
  transform: translateY(0)
}
.lab-label {
  margin-bottom: 0;
  padding: .25rem;
  background-color: #000;
  color: #fff
}
.lab-item-num {
  font-size: 5rem;
  font-weight: 700;
  line-height: .7
}
.lab-item-name {
  font-size: 1.75rem
}
.card-text-limited, .card-title-limited {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.card-text-limited {
  -webkit-line-clamp: 4
}
.card-img-ratio {
  aspect-ratio: 1.54;
  object-fit: cover
}
.col-form-label {
  padding-left: .9375rem;
  background-color: #e7e7e7;
  color: #495057
}
.col-form-label + .col-8 .form-control, .col-form-label + .col-9 .form-control {
  padding-left: 0
}
.carousel .carousel .carousel-inner {
  padding-bottom: 0
}
.list-awards {
  margin-bottom: 0
}
.list-awards li {
  margin-top: 1rem
}
.modal-title-black, .modal-title-tertiary {
  display: inline-block;
  padding: .25rem .25rem;
  color: #fff
}
.modal-title-tertiary {
  background-color: #af7d3f
}
.modal-title-black {
  background-color: #000;
  vertical-align: middle
}
.modal-title-num {
  font-size: 3rem;
  line-height: 1;
  vertical-align: middle
}
@media (min-width:992px) {
  .bg-img-l {
    background-image: var(--bg-img-l)
  }
  .banner {
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0
  }
  .banner h1 {
    font-size: 3.15rem
  }
  .card-title-limited {
    height: 8.4375rem
  }
  .card-text-limited, .card-title-limited {
    -webkit-line-clamp: 3
  }
}
@media (min-width:1392px) {
  .mask-gd-gray .row {
    height: calc(100vh - 68px)
  }
  .bg-manufacturing-accordion {
    min-height: 1000px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .6) 25%, transparent), url(../img/manu_0.jpg)
  }
  .google-maps {
    height: 100%
  }
}


.page_link{
	display: flex;
    margin: 0 0 2% 0;
    padding: 0;
	text-align: center;
}
.page_link li{
	list-style-type: none;
    display: block;
    margin: 0 1%;
    border: 1px solid #af7d3f;
    padding: 0 1%;
}
.page_link a {
	font-weight: bold;
	line-height: 2em;
    margin: 0 .5%;
	width:180px;
}
.page_link a.active {
  	font-weight: bold;
    color: #fff;
    background: #af7d3f;
}

.content-section {
    display: none; /* 預設所有區塊隱藏 */
}

.content-section.active {
    display: block; /* 只有被激活的區塊會顯示 */
}

