@font-face {
  font-family: "Noto_Sans_TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Poppins Bold";
  src: url("fonts/Poppins/Poppins-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Righteous";
  src: url("fonts/Righteous/Righteous-Regular.ttf") format("opentype");
}
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  border: 2px solid white;
}

html {
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #333 !important;
  counter-reset: num;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif !important;
}
body.modal-open {
  overflow: hidden;
}
@media (min-width: 769px) {
  body {
    font-size: 18px;
  }
}
body p, body ul, body li {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.07rem;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark, body .mark {
  color: #cc0000 !important;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2rem;
}
body .imp {
  color: red;
  font-size: 1.25rem;
}
body .block-caption {
  font-size: 1.6rem;
  display: flex;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
body .block-caption:before {
  display: inline-flex;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #ff0000;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 10px;
}
body .text-danger {
  color: red !important;
}
body .btn {
  padding: 0.8rem 1.3rem;
  border-radius: 8px;
  font-size: 1rem;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
body .btn-sm {
  padding: 0.6rem 1.3rem !important;
}
body .btn-none {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
body .btn-primary {
  background-color: #ff0000 !important;
  color: white !important;
  padding: 0.65rem 3rem;
  font-size: 1.1rem;
  border: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
}
body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
  background-color: #f0f0f0 !important;
  color: #ff0000 !important;
}
body .btn-outline-primary {
  background-color: transparent !important;
  color: #333 !important;
  padding: 0.65rem 3rem;
  font-size: 1.1rem;
  border: 1px solid #333;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
}
body .btn-outline-primary:hover, body .btn-outline-primary:active, body .btn-outline-primary:focus {
  background-color: #333 !important;
  color: white !important;
  border: 1px solid #333;
}
body .btn-secondary {
  background-color: #666;
  color: white;
  border: 0;
}
body .btn-secondary:hover, body .btn-secondary:active, body .btn-secondary:focus {
  background-color: #222 !important;
  color: white !important;
}
body .btn-send {
  color: #ff0000;
  border: 0;
}
body .btn-send i {
  font-size: 1.5rem;
}
body .btn-send:hover, body .btn-send:active, body .btn-send:focus {
  background-color: #ff0000;
  color: white;
  border: 0;
}
body .btn-refresh {
  font-size: 1.6rem;
  color: #999;
  padding: 0 !important;
  border: 0 !important;
  transition: all 0.3s linear;
}
body .btn-refresh:hover, body .btn-refresh:active, body .btn-refresh:focus {
  transform: rotate(180deg);
  transform-origin: center;
  color: #ff0000;
}
body .btn-play {
  border: 0;
  background-color: transparent;
  color: #ff0000;
  display: flex;
  align-items: center;
}
body .btn-play i {
  font-size: 2rem;
  background-color: white;
  border-radius: 50%;
  position: relative;
  width: 31px;
  height: 31px;
  z-index: 0;
}
body .btn-play i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}
body .btn-play i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 50%;
  background-color: white;
  border: 5px solid #ff0000;
  box-shadow: 0 0 15px rgba(180, 1, 59, 0.7);
  z-index: -1;
  transition: all 0.3s linear;
}
body .btn-play:hover i:after {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 3.5) !important;
  }
}

h3 {
  font-family: "Righteous", Arial, "Noto Sans TC", sans-serif !important;
}

.modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.modal .modal-dialog .modal-content {
  border: 0;
}
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.offcanvas-inq {
  padding: 30px;
}
.offcanvas-inq .list {
  padding-bottom: 1rem;
  border-bottom: 1px dotted #cdcdcd;
  margin: 0 0 1rem 0;
}
.offcanvas-inq .list .name {
  color: #333;
  font-size: 0.9rem;
  display: block;
}
.offcanvas-inq .list .btn-delete {
  border: 0;
  background-color: transparent;
  color: #999;
}
.offcanvas-inq .offcanvas-header {
  padding: 0;
  margin-bottom: 1rem;
}
.offcanvas-inq .offcanvas-body {
  position: relative;
  padding: 2.5rem 0 0 0;
}
.offcanvas-inq .offcanvas-body .msg {
  position: absolute;
  left: 0;
  top: 0;
  color: #cc0000;
  font-size: 0.8rem;
}

.inquiry .inq-list {
  width: 100%;
  margin: 0 auto 1rem auto;
  padding: 15px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .inquiry .inq-list {
    width: 60%;
  }
}
.inquiry .inq-list .name {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
@media (min-width: 769px) {
  .inquiry .inq-list .name {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .inquiry .inq-list .name {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .inquiry .inq-list .name {
    margin-bottom: 0;
  }
}
.inquiry .inq-list .btn-delete {
  border: 0;
  background-color: transparent;
  color: #999;
}
.inquiry .inq-list .btn {
  border-radius: 0;
}
.inquiry .inq-list .btn-sm {
  padding: 5px 10px !important;
  height: 35px !important;
}
.inquiry .inq-list #minus-btn {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.inquiry .inq-list #plus-btn {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.inquiry .inq-list .form-control {
  padding: 5px 10px !important;
  height: 35px !important;
  background-color: white;
  border: 0;
  color: #999;
}
.inquiry .inq-list input::-webkit-outer-spin-button,
.inquiry .inq-list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry .inq-list img {
  padding: 1rem;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}

.tips {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .tips {
    font-size: 1.1rem;
  }
}
.tips .keywords {
  margin: 0 10px;
  color: #cc0000;
  font-size: 0.9rem;
}
@media (min-width: 769px) {
  .tips .keywords {
    font-size: 1.3rem;
  }
}
.tips .mark {
  font-weight: normal;
  margin: 0 10px;
  font-size: 0.9rem;
}
@media (min-width: 769px) {
  .tips .mark {
    font-size: 1.3rem;
  }
}

h3 {
  color: #ff0000;
}

h4 {
  font-weight: bold;
  text-decoration: underline;
}

.algins {
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left: -1px;
  top: -1px;
}/*# sourceMappingURL=inquiry.css.map */