@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: 1.2rem;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1500px) {
  body {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 0.9rem;
  }
}

/*文字樣式*/
@font-face {
  font-family: "SweiSpringCJK";
  src: url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20TC/SweiSpringCJKtc-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20TC/SweiSpringCJKtc-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SweiSpringCJK";
  src: url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20TC/SweiSpringCJKtc-SemiBold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20TC/SweiSpringCJKtc-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SweiSpringCJK";
  src: url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20TC/SweiSpringCJKtc-Medium.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20TC/SweiSpringCJKtc-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
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;
}

/*圖片樣式*/
.Img a {
  display: block;
}
.Img .innerImg {
  width: 100%;
  padding-top: 61%;
}
.Img .innerImg .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.infoImg {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: right;
  padding: 5px 14px;
  z-index: 2;
  font-size: 0.9rem;
  font-family: "SweiSpringCJK", "Noto Serif TC", sans-serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.529);
}
@media (max-width: 991px) {
  .infoImg {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
}

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

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

.bg-light {
  background: url(../images/img/bg-light.jpg) !important;
}

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

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

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

.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 button:before {
  color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #B58D62;
}

/*fancybox 跳出選單箭頭設定高度*/
.fancybox-navigation {
  height: 100vh;
}

.fancybox-caption {
  background: transparent;
}

.fancybox-caption__body {
  position: absolute;
  top: 79%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 包裝容器：只定位裡面的 caption，不干擾 fancybox-content */
.custom-caption-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* caption 本體：右下角浮出來 */
.custom-image-caption {
  position: absolute;
  right: 16px;
  bottom: 10px;
  color: white;
  font-size: 0.9rem;
  font-size: 14px;
  border-radius: 4px;
  pointer-events: none;
  font-family: "SweiSpringCJK", "Noto Serif TC", sans-serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.489);
  z-index: 9999;
}
@media (max-width: 991px) {
  .custom-image-caption {
    font-size: 0.7rem;
    right: 10px;
    bottom: 7px;
  }
}/*# sourceMappingURL=main.css.map */