@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: 991px) {
  body {
    font-size: 0.9rem;
  }
}

/*文字樣式*/
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;
}

.font-HT {
  font-family: "Noto Sans TC", sans-serif;
}

/*圖片樣式*/
.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: 3px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .infoImg {
    font-size: 0.7rem;
    letter-spacing: 0;
  }
}

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

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

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

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

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

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

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