@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato|Noto+Sans+TC|Noto+Serif+TC&display=swap');
body {
  font-family: 'Lato', 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 18px;
  line-height: 180%;
  color: #333333;
  padding: 0;
  margin: 0 auto;
  background-color: #48a498;
  text-align: left;
  vertical-align: top;
  background-image: url("../images/texture.jpg");
  background-repeat: repeat;
}
h1 {
  font-size: 20px;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
#kv {
  background-image: url("../images/kv_01.png");
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 990px) {
  #kv {
    background-position: bottom center;
  }
}
@media (max-width: 767.98px) {
  #kv {
    background-position: top center;
  }
}
#logo {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #logo {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #logo img {
    height: 20px;
    width: auto;
  }
}
#btn {
  position: absolute;
  bottom: 10%;
  left: 4%;
}
#btnarea {
  width: 500px;
  height: 224px;
  position: relative;
}
#btn01 {
  position: absolute;
  top: 35%;
  left: 5%;
}
#btn02 {
  position: absolute;
  top: 2%;
  left: 28%;
}
#btn03 {
  position: absolute;
  top: 45%;
  left: 53%;
}
#btn04 {
  position: absolute;
  top: 6%;
  left: 70%;
}
@media (max-width: 992px) {
  #btn {
    position: absolute;
    bottom: 15%;
    left: 5%;
  }
  #btnarea {
    width: 400px;
    height: 124px;
    position: relative;
  }
  #btn img {
    width: 70%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #title01, #title02, #title03, #title04 img {
    width: 60%;
    height: auto;
  }
}
.content {
  width: 1000px;
  margin: 0 auto;
}
#about {
  color: #fff;
  margin-top: -40px;
  padding: 0 0 40px 0;
}
#about p {
  color: #222;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  #about p {
    font-size: 16px;
  }
}
.bbook {
  margin-left: -0px;
}
@media (max-width: 992px) {
  .bbook {
    margin-left: -60px;
  }
}
@media (max-width: 767.98px) {
  .bbook {
    margin-left: -40px;
  }
}
@media (max-width: 640px) {
  .bbook {
    margin-left: -20px;
  }
}
.eslite {
  color: #ffffff;
  font-size: 15px;
  padding: 4px 6px;
  background-color: #a40000;
}
.buy {
  line-height: 35px;
}
.buy img {
  vertical-align: middle;
}
#best {
  background-image: url("../images/bg02_02.jpg");
  background-position: top center;
  padding: 20px 0 20px 0;
  position: relative;
}
#best::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80px;
  background-image: url('../images/bg02_01.png');
  background-position: center bottom;
  background-size: cover;
  top: -80px;
  left: 0;
}
#best::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 80px;
  background-image: url('../images/bg02_03.png');
  background-position: center top;
  background-size: cover;
  bottom: -80px;
  left: 0;
}
#best h1, #best #bestname {
  color: #834e00;
}
#best #besttext {
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #best {
    padding: 20px 0 20px 0;
  }
  #best::before {
    height: 60px;
    top: -60px;
  }
  #best::after {
    height: 60px;
    bottom: -60px;
  }
}
@media (max-width: 640px) {
  #best {
    padding: 20px 0 20px 0;
    background-color: #F9DA77;
  }
  #best::before {
    height: 30px;
    top: -30px;
  }
  #best::after {
    height: 30px;
    bottom: -30px;
  }
}
#more {
  background-image: url("../images/bg03.jpg");
  background-position: top center;
  padding: 100px 0 30px 0;
}
@media (max-width: 767.98px) {
  #more {
    margin-top: 0px;
    padding: 80px 0 20px 0;
  }
}
@media (max-width: 640px) {
  #more {
    margin-top: 0px;
    padding: 60px 0 20px 0;
    background-color: #242323;
    background-position: -40px;
  }
}
#more #moretext {
  background-color: #ffffff;
  border-radius: 20px;
}
.bookinfo {
  font-size: 15px;
  color: #737373;
}
.bookinfo p {
  margin-bottom: 0;
}
.title04 {
  margin-top: -40px;
}
.myswiper {
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  position: relative
}
.myswiper .swiper-button-next, .myswiper .swiper-button-prev {
  width: 4%;
  height: auto;
  min-width: 40px;
  max-width: 60px
}
.swiper-button-prev {
  left: 1%;
}
.swiper-button-next {
  right: 1%;
}
.itembox {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 5% 2% 3% 3%;
}
.listbox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
}
.b-item {
  width: 30%;
  padding: 0 1%;
  margin-bottom: 1em;
  background-color: #fff;
}
.b-item:nth-child(n+10) {
  margin-bottom: 0em;
}
.card {
  position: relative;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0;
  border-radius: 10px;
  padding: 0 0 .6rem;
  text-align: center;
  position: relative;
  transition: all .2s;
  background-color: #F9D870;
}
.cover-top {
  width: 95%;
  margin: 10px auto 0 auto;
}
.cover-top img {
  width: 100%;
  height: auto;
}
.card-body {
  flex: 1 1 auto;
  padding: 0 10px 20px 10px;
}
.card-title {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}
.card-sale {
  justify-content: center;
  text-align: center;
  align-items: center;
}
.card-sale > :first-child {
  flex-grow: 1;
}
.card-text02 {
  font-size: 15px;
  line-height: 21px;
  color: #333;
  margin-bottom: 0;
  overflow: hidden;
  word-break: break-all;
}
.card-text {
  font-size: 15px;
  line-height: 21px;
  color: #333;
  margin-bottom: 0;
  overflow: hidden;
  word-break: break-all;
}
span.price2 {
  color: #B10000;
  font-size: 24px;
  font-weight: 600;
  margin: 0 2px;
}
.cartbtn {
  text-align: center;
}
.cartbtn img {
  margin-top: 20px;
  width: 32px;
  height: auto;
}
.copyright {
  font-size: 11px;
}