@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@200;400;600;700;900&family=Lato:wght@300;400;600&display=swap');
* {
  margin: 0;
  padding: 0;
}
::selection {
  background: #f09845;
  color: #fff;
}
::-moz-selection {
  background: #f09845;
  color: #fff;
}
:root {
  scroll-padding-top: 4rem;
}
body {
  font-family: 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 20px;
  line-height: 180%;
  background-color: #ECCA41;
  color: #000;
  background-image: url("../../img/bg.jpg");
  background-position: center top;
  background-attachment: fixed;
}
p {
  font-size: 20px;
  line-height: 180%;
}
@media (max-width: 465px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  h1 {
    font-size: 1.3em !important;
  }
  h2 {
    font-size: 1.2em !important;
  }
  h3 {
    font-size: 1.1em !important;
  }
  .fs-1 {
    font-size: 1.3em !important;
  }
  .fs-2 {
    font-size: 1.25em !important;
  }
  .fs-3 {
    font-size: 1.2em !important;
  }
  .fs-4 {
    font-size: 1.1em !important;
  }
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Navbar ***/
.navbar {
  background-color: #009e96;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(82, 49, 32, 1.00);
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: 500;
  margin: 0 10px;
}
.navbar-nav img {
  height: 40px;
  width: auto;
}
@media (max-width: 1440px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 26px;
    margin: 0 8px;
  }
}
@media (max-width: 1280px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 24px;
    margin: 0;
  }
  .navbar-nav img {
    height: 36px;
    width: auto;
  }
}
#logo {
  height: 60px;
}
@media (max-width: 465px) {
  #logo {
    height: 40px;
  }
}
.btn {
  letter-spacing: 0.5rem;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .btn {
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
  }
}
.btn-danger {
  color: #fff;
  background-color: #e25b66;
  border: 0;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active:hover {
  color: #fff;
  background-color: #BD3E48;
  border: 0
}
.btn-success {
  color: #fff;
  background-color: #90c31f;
  border: 0;
}
.btn-success:hover, .btn-success:focus, .btn-success:active:hover {
  color: #fff;
  background-color: #749E15;
  border: 0
}
.btn-primary {
  color: #fff;
  background-color: #00a7df;
  border: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover {
  color: #fff;
  background-color: #0082AD;
  border: 0
}
/*** Footer ***/
#footer {
  margin: 0 auto;
  padding: 16px 0;
  font-size: 0.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 160%;
  background-color: #333;
}
#footer a {
  color: #fff;
}
#footer a:hover, a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  color: #fff000;
}
@media (max-width: 465px) {
  #footer {
    padding: 16px 4px;
  }
}
.letter p {
  font-size: 21px;
  text-indent: 42px;
  line-height: 180%;
}
.num01 {
  background-image: url("../../img/area01.png");
  background-size: cover;
  width: 360px;
  height: 250px;
}
.num02 {
  background-image: url("../../img/area02.png");
  background-size: cover;
  width: 360px;
  height: 250px;
}
.num03 {
  background-image: url("../../img/area03.png");
  background-size: cover;
  width: 360px;
  height: 250px;
}
.num04 {
  background-image: url("../../img/area04.png");
  background-size: cover;
  width: 360px;
  height: 250px;
}
.num05 {
  background-image: url("../../img/area05.png");
  background-size: cover;
  width: 360px;
  height: 250px;
}
.besttitle {
  font-size: 26px;
  font-weight: 600;
  color: #ffe33b;
  padding: 60px 20px 6px 20px;
}
.besttext {
  font-size: 21px;
  color: #fff;
  padding: 0 30px 10px 30px;
}
.besttext02 {
  font-size: 21px;
  color: #fff;
  padding: 80px 20px 6px 20px;
}
@media (max-width: 465px) {
  .num01, .num02, .num03, .num04, .num05 {
    width: 300px;
    height: 208px;
  }
  .besttitle {
    font-size: 21px;
    padding: 50px 20px 6px 20px;
  }
  .besttext {
    font-size: 18px;
    color: #fff;
    padding: 0 20px 10px 20px;
  }
  .besttext02 {
    font-size: 18px;
    color: #fff;
    padding: 70px 20px 6px 20px;
  }
}
.bg_g {
  background-image: url("../../img/bg_g.jpg");
  background-position: center top;
}
.bg_b {
  background-image: url("../../img/bg_b.jpg");
  background-position: center top;
}
.bg_bg {
  background-image: url("../../img/bg_bg.jpg");
  background-position: center top;
}
.bg_y {
  background-image: url("../../img/bg_y.jpg");
  background-position: center top;
}
.bg_o {
  background-image: url("../../img/bg_o.jpg");
  background-position: center top;
}
.texture {
  background-image: url("../../img/texture.jpg");
  background-position: center top;
  max-width: 1200px;
  position: relative;
}
.line {
  max-width: 1200px;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
}
@media (max-width: 465px) {
  .back-to-top {
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    width: 40px;
    height: 40px;
  }
}
.go {
  font-size: 1.2em;
  letter-spacing: 3px;
  border-radius: 6px;
  line-height: 100% !important;
  background-color: rgba(231, 88, 0, 1.00);
  width: 160px;
}
@media (max-width: 465px) {
  .go {
    font-size: 1em;
    width: 120px;
  }
}
.bookpic {
  max-width: 450px;
}
.bookinfo {
  color: #5C3217;
}
.bookprice {
  font-family: 'Lato', 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.bookprice02 {
  font-size: 27px;
  color: #E75800;
}
.bookprice03 {
  font-size: 42px;
  color: #D2000D;
}
.mag {
  font-family: 'Lato', 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #000;
}
.mag02 {
  font-family: 'Lato', 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 27px;
  font-weight: 500;
  color: #000;
}
.magprice03 {
  font-size: 42px;
  color: #E75800;
}
@media (max-width: 465px) {
  .bookprice {
    font-size: 18px;
  }
  .bookprice02 {
    font-size: 22px;
    color: #E75800;
  }
  .bookprice03 {
    font-size: 32px;
  }
  .mag {
    font-size: 24px;
  }
  .mag02 {
    font-size: 24px;
  }
  .magprice03 {
    font-size: 36px;
  }
}
.text-blue {
  color: #009e96;
}
.mky {
  background-color: #76AF00;
}
.mky:hover {
  background-color: #5E8C00;
}
.mjy {
  background-color: #00A3DF;
}
.mjy:hover {
  background-color: #0083B4;
}