@charset "UTF-8";
/*
黑體
font-family: 'Noto Sans TC', sans-serif;

明體
font-family: 'Noto Serif TC', serif;

英文襯線
font-family:'Times New Roman', serif;

*/
*,
*::before,
*::after {
  position: relative;
  box-sizing: border-box;
  /*border: 1px solid red;*/
}

body {
  font-size: 0.9rem;
  font-family: "Noto Serif TC", serif;
  color: #000;
}

/*文字樣式*/
a,
.btn {
  text-decoration: none;
  border-radius: 0;
}
a:hover,
.btn:hover {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none !important;
}

.font-MT {
  font-family: "Noto Serif TC", serif;
}

/*圖片樣式*/
.innerImg {
  width: 100%;
  padding-top: 70%;
}
.innerImg .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.innerImg .infoImg {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: right;
  padding: 5px;
  padding-right: 8px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
}
@media (max-width: 991px) {
  .innerImg .infoImg {
    left: 0;
  }
}

a .infoImg {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 100% !important;
  text-align: right;
  padding: 3px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
}

/*主色系調整區*/
.text-primary {
  color: #BFB38C !important;
}

.bg-primary {
  background-color: #BFB38C !important;
}

.bg-gray {
  background-color: #F6F2E9 !important;
}

.form-check-input:checked {
  background-color: #BFB38C !important;
  border-color: #BFB38C !important;
}

.btn-primary {
  color: #fff;
  background-color: #BFB38C;
  border-color: #BFB38C;
}
.btn-primary:hover {
  background-color: #a67c52;
  border-color: #BFB38C;
  color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #a67c52;
  border-color: #BFB38C;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #a67c52;
  border-color: #a67c52;
}

.slick-prev {
  left: 0px;
  z-index: 10;
}
.slick-prev:before {
  content: "\f284";
}

.slick-next {
  right: 0px;
}
.slick-next:before {
  content: "\f285";
}

.slick-next,
.slick-prev {
  width: auto;
  height: auto;
}

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
}
@media (max-width: 991px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 2.5rem;
  }
}

.slick-dots li {
  border: 1px solid #1D5726;
  background-color: #F6F2E9;
  color: #F6F2E9;
}
.slick-dots li button:before {
  color: #F6F2E9;
}
.slick-dots li.slick-active {
  border: 1px solid #1D5726;
  background-color: #F6F2E9;
  color: #F6F2E9;
}
.slick-dots li.slick-active button:before {
  color: #1D5726;
  background-color: #1D5726;
  border: 1px solid #1D5726;
}

.slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 991px) {
  .slick-dots {
    display: none;
  }
}

/*fancybox*/
.fancybox-navigation {
  height: 100vh;
}

.fancybox-infobar {
  display: none;
}/*# sourceMappingURL=main.css.map */