@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;
}

body {
  font-size: 1.1rem;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 2;
}
@media (max-width: 1500px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.8rem;
  }
}
@media (max-width: 391px) {
  body {
    font-size: 0.77rem;
  }
}

/*文字樣式*/
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 {
  z-index: 5;
}
.Img a {
  display: block;
}
.Img .innerImg {
  width: 100%;
  padding-top: 75%;
}
.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;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: right;
  padding: 5px 10px;
  font-size: 0.75rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
  z-index: 5;
}
@media (max-width: 991px) {
  .infoImg {
    font-size: 0.5rem;
    padding: 3px 5px;
  }
}

.infoTitle {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  font-size: 0.9rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
}
@media (max-width: 991px) {
  .infoTitle {
    font-size: 0.6rem;
    padding: 10px;
  }
}

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

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

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

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

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

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

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  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;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  background-repeat: no-repeat;
  padding-bottom: 12px;
  background-position: bottom;
  color: #333;
}

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

.slick-next {
  right: 0px;
}
@media (max-width: 991px) {
  .slick-next {
    right: 3%;
  }
}
.slick-next:before {
  content: "next";
  color: #333;
  font-size: 1.2rem;
  font-family: "Noto Serif TC", serif;
  padding-right: 40px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .slick-next:before {
    font-size: 1rem;
  }
}

.slick-next,
.slick-prev {
  width: auto;
  height: auto;
  top: auto;
  bottom: 3rem;
}
@media (max-width: 991px) {
  .slick-next,
  .slick-prev {
    bottom: 0;
  }
}

.slick-dots li button:before {
  font-size: 12px;
  color: #bfbdbd;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #8a6e4b;
  opacity: 1;
}

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

@media (max-width: 767px) {
  .fancybox-caption__body {
    font-size: 0.7rem;
  }
}/*# sourceMappingURL=main.css.map */