@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.1rem;
  font-family: "Noto Serif TC", serif;
  background-image: url(../images/img/page-layer.png);
  background-size: contain;
  color: #3e3a39;
}
@media (max-width: 1600px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 0.8rem;
    background-image: url(../images/img/page-layer-m.png);
  }
}

/*文字樣式*/
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: 77%;
}
.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;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  font-size: 0.9rem;
  letter-spacing: 2px;
  z-index: 5;
  text-align: right;
  font-family: "Noto Serif TC", serif;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.678);
}
@media (max-width: 991px) {
  .infoImg {
    font-size: 0.6rem;
    padding: 5px 10px;
  }
}
.infoImg::after {
  content: "";
  background-image: url(../images/img/deco-pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 230px;
  height: 56px;
  z-index: -1;
}
@media (max-width: 991px) {
  .infoImg::after {
    width: 130px;
    height: 36px;
  }
}

.infoImg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 40px;
  color: #fff;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-align: right;
  z-index: 5;
  font-family: "Noto Serif TC", serif;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.678);
}
@media (max-width: 991px) {
  .infoImg-right {
    font-size: 0.7rem;
    padding: 7px 10px;
  }
}
.infoImg-right::after {
  content: "";
  background-image: url(../images/img/deco-pic-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 232px;
  height: 62px;
  z-index: -1;
}
@media (max-width: 991px) {
  .infoImg-right::after {
    width: 121px;
    height: 32px;
  }
}

.infoTxt {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 5px;
  text-align: right;
  color: #fff;
  font-size: 0.7rem;
}
@media (max-width: 991px) {
  .infoTxt {
    font-size: 0.5rem;
  }
}

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

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

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

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

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

.btn-primary {
  color: #fff;
  background: linear-gradient(to right, #149967 0, #149967 40%, #216a54 70%);
  border-color: transparent;
  border-radius: 40px;
  letter-spacing: 4px;
}
.btn-primary:hover {
  color: #000;
  background-color: linear-gradient(to right, #149967 0, #149967 40%, #216a54 70%);
  border-color: transparent;
}
.btn-primary.focus, .btn-primary:focus {
  color: #000;
  background-color: linear-gradient(to right, #149967 0, #149967 40%, #216a54 70%);
  border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: linear-gradient(to right, #149967 0, #149967 40%, #216a54 70%);
  border-color: transparent;
}

.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;
}/*# sourceMappingURL=main.css.map */