@import
  url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&family=Roboto&display=swap')
  ;

* {
  font-family: -apple-system, "Noto Serif TC", BlinkMacSystemFont, "Segoe UI",
    Roboto, FontAwesome !important;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.help-error {
  color: #f00 !important;
}

.rwd-container {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.rwd-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.rwd-col-16p {
  width: 16%;
  flex: 0 0 16%;
  padding-left: 15px;
  padding-right: 15px;
}

.rwd-col-5p {
  width: 5%;
  flex: 0 0 5%;
  padding-left: 15px;
  padding-right: 15px;
}

.rwd-col-3 {
  width: 25%;
  flex: 0 0 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.rwd-col-4 {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.rwd-col-6 {
  width: 50%;
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.bg-active {
  background-color: #FA6678;
}

.text-white {
  color: #fff;
}

.text-active, a.text-active {
  color: #FA6678;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-2 {
  margin-top: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.75rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.75rem;
}

.fs-one {
  font-size: 1em;
  word-break: break-all;
}

.h5 {
  font-size: 17px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.h6 {
  font-size: 16px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.my-label {
  display: inline-block;
  width: 15rem;
  text-align: right;
}

.post-introduction {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.2px;
  color: #777474;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.order-method {
  line-height: 1.75;
}

.w-100 {
  width: 100%;
}

#map-canvas {
  height: 956px;
}

.navbar-custom ul.nav li a {
  font-size: 1.1em;
}

@media ( min-width : 1px) and (max-width: 768px) {
  .mobileAndTabletDNone {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .rwd-col-3, .rwd-col-4, .rwd-col-20p {
    width: 50%;
    flex: 0 0 auto;
  }
  .rwd-col-16p, .rwd-col-5p {
    width: 100%;
    flex: 0 0 auto;
  }
  .to-rotate {
    transform: rotate(90deg);
    font-size: 1.25em;
  }
  #map-canvas {
    height: 450px;
  }
}

@media screen and (max-width: 576px) {
  #map-canvas {
    height: 300px;
  }
  .rwd-col-3, .rwd-col-4, .rwd-col-20p {
    width: 100%;
    flex: 0 0 auto;
  }
  .menu-item-description p {
    font-size: 1.3rem;
  }
  .uldd>li {
    font-size: 14px;
  }
  .navbar-custom ul.nav li a {
    font-size: 0.9em;
  }
  .h5 {
    font-size: 14px;
  }
  .my-label {
    width: 45%;
    text-align: right;
  }
  .rwd-col-6 {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 400px) {
  #owl-icons {
    width: 100%;
  }
  .owl-prev, .owl-next {
    display: none !important;
  }
}

#map-canvas iframe {
  height: 100%;
}

a.accordion-toggle {
  display: inline;
}

a.no-active {
  color: #333
}

;
.panel-heading a.active-library {
  color: #F7717D;
}

.page-title {
  background-color: transparent;
}

.page-title h1, .page-title ul li, .page-title ul li a, .page-title ul li a,
  .breadcrumb>li+li::before {
  color: #613c41
}

.breadcrumb>li.active {
  color: #999;
}

#blog-main .jumbotron {
  background-image: none;
  height: 125px;
}

.mobileAndTabletDShow {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobileAndTabletDShow {
    display: block;
  }
  .mobileAndTabletDShow li a{
    line-height: 48px;
  }
  #navbar-brand-centered.collapse.in {
    display: block !important;
    padding-bottom: 40px;
    max-height: 576px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
}
/*#613c41*/
.mt-5{margin-top:2.5em;}