@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 {
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  font-size: calc(6px + 0.65vw);
}
@media (max-width: 991px) {
  body {
    font-size: calc(11px + 0.85vw);
  }
}

/*文字樣式*/
@font-face {
  font-family: SweiSpringCJKtc;
  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-face {
  font-family: SweiSpringCJKtc;
  font-weight: bold;
  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");
}
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 {
  overflow: hidden;
}
.Img a {
  display: block;
}
.Img .innerImg {
  width: 100%;
  padding-top: 70%;
}
.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: 7px;
  z-index: 3;
  font-size: calc(6px + 0.4vw);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.753);
}
@media (max-width: 991px) {
  .infoImg {
    letter-spacing: 0;
    font-size: calc(7px + 0.4vw);
  }
}

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

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

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

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

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

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

/*fancybox 跳出選單箭頭設定高度*/
.fancybox-navigation {
  height: 100vh;
}/*# sourceMappingURL=main.css.map */