@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-hero.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 {
  max-width: 120rem;
  padding: 0 4.6rem;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  color: #323733;
}
.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);
}

/*****************************/
/* 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: #ca4532;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 2.4rem;
  padding-bottom: 6.4rem;
}
.hero-title-pic-img {
  width: 120rem;
}
.hero-title {
  margin: 2.4rem auto;
}
.hero-title-img {
  width: 100rem;
}
.hero-grid {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  gap: 5.2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.6rem;
}
.hero-pic-img {
  width: 20.7rem;
}
.hero-intro {
  text-align: left;
  color: #fff;
}
.hero-promotion-link:hover,
.hero-promotion-link:active {
  text-decoration: none;
}
.hero-promotion-flex {
  display: flex;
  align-items: end;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.hero-promotion-flex:hover,
.hero-promotion-flex:active {
  text-decoration: none;
}
.promotion-ion-icon {
  width: 3.2rem;
  height: 3.2rem;
  color: #ffdd0e;
}
.promotion-big {
  font-size: 3.3rem;
  color: #ffdd0e;
  font-weight: 700;
}
.unitas-carousel {
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
.unitas-slide-img {
  max-width: 100rem;
}
.left carousel-control,
.right carousel-control {
  background-color: none;
}
.left carousel-control {
  background-color: none;
  transform: translateX(-20px);
}
.right carousel-control {
  background-color: none;
  transform: translateX(20px);
}

/*****************************/
/* SECTION NEW */
/*****************************/
.chapter-title-img {
  max-width: 70rem;
}
.book-grid {
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
.book-grid3 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4.6rem;
}
.book-img {
  height: 31rem;
  margin-bottom: 2rem;
}
.book-img-horizontal {
  height: 26rem;
}
.book-descrip {
  color: #fff;
}
.margin-bottom {
  margin-bottom: 6.4rem;
}

/*****************************/
/* SECTION GENRE */
/*****************************/
.section-genre {
  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: #238684;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding: 6.4rem 0;
  padding-bottom: 8rem;
}
.genre-box {
  background-color: #22635f;
  border-radius: 1rem;
  padding: 3rem;
}

/*****************************/
/* SECTION KID NEW */
/*****************************/
.section-kid-new {
  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: #ca4532;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding: 6.4rem 0;
}
.margin-bottom-big {
  padding-bottom: 12rem;
}

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