@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* outline: solid #f00 1px !important;
  background: #000 !important;
  color: #fff !important; */
}
html {
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}
body {
  margin: 0px;
  padding: 0px;
  background: url("images/bg.jpg") top fixed;
  /* 　//設定背景圖片的呈現方式.jpg */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.main {
  font-family: "Noto Sans TC", sans-serif;
}
.main-container {
  position: relative;
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  letter-spacing: 0.3rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #000001;
}
.span-inline-block {
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
}
.scaled {
  transition: all 0.3s;
  cursor: pointer;
}
.scaled:hover,
.scaled:active {
  transform: scale(1.1);
}
.scaled2 {
  transition: all 0.3s;
  cursor: pointer;
}
.scaled2:hover,
.scaled2:active {
  transform: scale(1.05);
}
.translate {
  transition: all 0.5s;
  cursor: pointer;
}
.translate:hover,
.translate:active {
  transform: translate(1rem, -2.4rem);
}

/*****************************/
/* SECTION HERO */
/*****************************/
.section-hero {
  width: 100%;
  background-image: url("images/bg-hero.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-color: #3000f0; */
  /* background-position: center top; */
  /* background-repeat: repeat; */
  position: relative;
  padding-bottom: 13rem;
  /* z-index: -2; */
}

.hero {
  position: relative;
  letter-spacing: 0.5rem;
  font-size: 2rem;
  line-height: 1.7;
  padding-top: 3.2rem;
}
.hero-container {
  max-width: 120rem;
}
.hero-flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 12rem;
}
.hero-title-img {
  width: 44rem;
}
.hero-subtitle-img {
  width: 13rem;
  margin-top: 12rem;
}
.hero-subtitle-hori {
  display: none;
}
.hero-intro {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 6.4rem 4rem;
  background: rgb(190, 58, 48);
  background: linear-gradient(
    135deg,
    rgba(190, 58, 48, 0.9) 35%,
    rgba(252, 70, 107, 0.9) 100%
  );
  border-radius: 2rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 1.8;
  transform: rotate(4deg);
  margin-bottom: 8rem;
}
.hero-intro-pic {
  position: absolute;
  bottom: -5rem;
  left: 0;
  z-index: 100;
}
.hero-intro-pic-img {
  width: 39rem;
}
.promotion-section {
  position: relative;
}
.promotion-box {
  background-image: url("images/promotion-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 82rem;
  margin: 0 auto;
  position: relative;
  padding-top: 14rem;
  padding-bottom: 14rem;
  margin-bottom: 10rem;
}
.promotion-date-img {
  width: 39rem;
  margin-bottom: 2rem;
}
.promotion-text {
  font-size: 2.2rem;
  font-weight: 400;
}
.promotion-line-img {
  height: 0.5rem;
  margin-top: 3.2rem;
  margin-bottom: 4.6rem;
}
.dot-1 {
  position: absolute;
  top: 12rem;
  left: 14rem;
}
.dot-2 {
  position: absolute;
  top: 36rem;
  left: 14rem;
}
.dot-3 {
  position: absolute;
  top: 55rem;
  left: 14rem;
}
.dot-img {
  width: 6rem;
}
.promotion-list-item {
  text-align: left;
}
.promotion-dollar-sign {
  color: #be3a30;
}
.promotion-text-big {
  color: #be3a30;
  font-size: 3rem;
  font-weight: 900;
}
.red-bg {
  background-color: #be3a30;
  padding: 0 1rem;
  padding-bottom: 0.3rem;
  padding-left: 1.2rem;
  border-radius: 5rem;
  color: #fff;
}
.promotion-text-sm {
  font-size: 1.4rem;
}
.margin-bottom-sm {
  margin-bottom: 3.2rem;
  padding-bottom: 2rem;
  border-bottom: dashed 0.1rem rgba(255, 255, 255, 0.8);
}
.promotion-list-bottom {
  margin-bottom: 2rem;
}
.promotion-lottery-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.promotion-lottery-pic {
  width: 20rem;
}

/*****************************/
/* SECTION NEW */
/*****************************/
.section-new {
  width: 100%;
  background-image: url(images/bg-01.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #c9b59f;
  /* background-image: linear-gradient(to top left, #e8e6d9 0%, #c9b59f 100%); */
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.section-padding {
  padding-top: 6.4rem;
  padding-bottom: 13rem;
}
.new-title-pic {
  position: absolute;
  top: -9rem;
  left: 48%;
  z-index: -1;
}
.new-title-pic-img {
  width: 48rem;
}
.title-bottom {
  margin-bottom: 4.6rem;
}
.new-title {
  text-align: left;
  margin-left: 14rem;
}
.new-title-img {
  width: 49rem;
}
.content-box {
  max-width: 110rem;
  background-color: rgba(247, 243, 235, 0.85);
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  padding: 4.6rem;
  padding-bottom: 9rem;
}
.content-box-gre {
  /* background-color: rgba(29, 93, 94, 0.8); */
  background: rgb(29, 94, 99);
  background: linear-gradient(
    135deg,
    rgba(29, 94, 99, 0.8) 35%,
    rgba(38, 55, 99, 0.8) 100%
  );
}
.book-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.book-box {
  width: 25rem;
  padding: 2rem 0;
}
.book-img {
  height: 28rem;
}
.book-text-content {
  text-align: left;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.book-title {
  font-size: 1.8rem;
  color: #3d5279;
  margin-bottom: 0.5rem;
}
.book-author {
  font-size: 1.6rem;
  color: #777;
}
.book-price-ori {
  font-size: 1.8rem;
  color: #444;
}
.book-price-dis {
  font-size: 2.4rem;
  font-weight: 700;
  color: #d50000;
}
.book-title-w {
  color: #fff;
}
.book-author-w {
  color: #ccc;
}
.book-price-ori-w {
  color: #ddd;
}
.book-price-dis-y {
  color: #fef200;
}
.bn-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 4.6rem;
}
.bn-long-img {
  width: 100%;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
.bn-pic-img {
  width: 100%;
}

/*****************************/
/* SECTION EBOOK */
/*****************************/
.section-ebook {
  width: 100%;
  background-image: url(images/bg-02.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #064784;
  /* background-image: linear-gradient(to top left, #e8e6d9 0%, #c9b59f 100%); */
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.ebook-title-pic {
  position: absolute;
  top: -11rem;
  left: 30rem;
  z-index: -1;
}
.ebook-title-pic-img {
  width: 56rem;
}
.ebook-title {
  text-align: center;
  margin-left: 40rem;
}
.ebook-title-img {
  width: 48rem;
}

/*****************************/
/* SECTION USEDBOOK */
/*****************************/
.section-usedbook {
  width: 100%;
  /* background-image: url(images/bg-02.jpg); */
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  /* background-color: rgba(254, 251, 236, 0.5); */
  /* background-image: linear-gradiendt(to top left, #e8e6d9 0%, #c9b59f 100%); */
  /* background-position: center top;
  background-repeat: repeat-y; */
  position: relative;
  z-index: 0;
}
.usedbook-title-pic {
  position: absolute;
  top: -8rem;
  left: 48%;
  z-index: -1;
}
.usedbook-title-pic-img {
  width: 45rem;
}
.usedbook-title {
  text-align: left;
  margin-left: 13rem;
}
.usedbook-title-img {
  width: 49rem;
}

/*****************************/
/* SECTION MAGAZINE */
/*****************************/
.section-magazine {
  width: 100%;
  background-image: url(images/bg-03.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-color: #c9b59f; */
  /* background-image: linear-gradient(to top left, #e8e6d9 0%, #c9b59f 100%); */
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.magazine-title-pic {
  position: absolute;
  top: -11rem;
  right: 40%;
  z-index: -1;
}
.magazine-title-pic-img {
  width: 55rem;
}
.magazine-title {
  text-align: right;
  margin-right: 11rem;
}
.magazine-title-img {
  width: 48rem;
}
.bn-grid-21 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4.6rem;
  margin-top: 9rem;
}

/*****************************/
/* SECTION GOODS */
/*****************************/
.section-goods {
  width: 100%;
  background-image: url(images/bg-04.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #c9b59f;
  /* background-image: linear-gradient(to top left, #e8e6d9 0%, #c9b59f 100%); */
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.goods-title-pic {
  position: absolute;
  top: -12rem;
  left: 55%;
  z-index: -1;
}
.goods-title-pic-img {
  width: 32rem;
}
.goods-title {
  text-align: left;
  margin-left: 15rem;
}
.goods-title-img {
  width: 48rem;
}
.good-img {
  height: 24rem;
}

/*****************************/
/* SECTION WECOLLECT */
/*****************************/
.section-wecollect {
  width: 100%;
  background-image: url(images/bg-05.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #c9b59f;
  /* background-image: linear-gradient(to top left, #e8e6d9 0%, #c9b59f 100%); */
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.wecollect-title-pic {
  position: absolute;
  top: -11rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.wecollect-title-pic-img {
  width: 76rem;
}
.wecollect-title {
  text-align: left;
  margin-left: 10rem;
}
.wecollect-title-img {
  width: 48rem;
}
.content-box-wecollect {
  max-width: 90rem;
  margin: 0 auto;
  padding: 4.6rem;
}
.bn-wecollect {
  max-width: 80rem;
  margin: 0 auto;
}
.bn-wecollect-img {
  width: 100%;
}
.pay-title-img {
  width: 47rem;
  margin-top: 8rem;
}
.pay-text {
  font-weight: 700;
  color: #483b4a;
  margin-bottom: 1rem;
}
.pay-bn-margin-bottom {
  margin-bottom: 5.2rem;
}

/*****************************/
/* SECTION ACTIVITY*/
/*****************************/
.activity {
  max-width: 100rem;
  background-color: rgba(247, 243, 235, 0.85);
  padding: 5.2rem;
  border-radius: 1rem;
  margin: 0 auto;
  margin-top: 9rem;
}
.activity-header {
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
  color: #283140;
}
.activity-part {
  list-style: none;
  padding-bottom: 5rem;
  text-align: justify;
}
.activity-date {
  color: #be3a30;
  margin-bottom: 2rem;
  font-weight: 700;
}
.activity_item {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.6;
  margin-bottom: 2rem;
  padding: 0 16px;
  background-color: #eae1c9;
  color: #283140;
  font-size: 1.8rem;
}
.activity-item-context {
  margin-left: 4.4rem;
  font-size: 1.8rem;
}
.activity_list {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 1.6;
  color: #283140;
}
.activity_link {
  color: #eae1c9;
}
.activity-letter-space {
  letter-spacing: 0;
}
.text-align {
  text-align: left;
}
.activity-item-note {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.margin-left-sm {
  margin-left: 1rem;
}

/*****************************/
/* SIDE BAR */
/*****************************/
.side-bar {
  position: fixed;
  width: 5rem;
  bottom: 9rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.sb-01 {
  width: 5rem;
  height: 5.8rem;
  background-image: url(images/sb_01.png);
}
.sb-01:hover {
  background-image: url(images/sb01_01.png);
}
.sb-02 {
  width: 5rem;
  height: 6.7rem;
  background-image: url(images/sb_02.png);
}
.sb-02:hover {
  background-image: url(images/sb01_02.png);
}
.sb-03 {
  width: 5rem;
  height: 6.7rem;
  background-image: url(images/sb_03.png);
}
.sb-03:hover {
  background-image: url(images/sb01_03.png);
}
.sb-04 {
  width: 5rem;
  height: 5.6rem;
  background-image: url(images/sb_04.png);
}
.sb-04:hover {
  background-image: url(images/sb01_04.png);
}
.sb-05 {
  width: 5rem;
  height: 7.9rem;
  background-image: url(images/sb_05.png);
}
.sb-05:hover {
  background-image: url(images/sb01_05.png);
}
.sb-06 {
  width: 5rem;
  height: 6.7rem;
  background-image: url(images/sb_06.png);
}
.sb-06:hover {
  background-image: url(images/sb01_06.png);
}
.sb-07 {
  width: 5rem;
  height: 7.9rem;
  background-image: url(images/sb_07.png);
}
.sb-07:hover {
  background-image: url(images/sb01_07.png);
}
.sb-08 {
  width: 5rem;
  height: 7.9rem;
  background-image: url(images/sb_08.png);
}
.sb-08:hover {
  background-image: url(images/sb01_08.png);
}

/*****************************/
/* HAMBURGER */
/*****************************/
.w3-button,
.w3-xxlarge {
  display: none;
}

/*****************************/
/* TOP */
/*****************************/
.top {
  position: fixed;
  bottom: 0;
  right: 20px;
  cursor: pointer;
}
