:root {
  --w: white;
  --100: #f2f2f2;
  --800: #535353;
  --mian: #ff057d;
  --bg--lg: #f5f9ed;
  --bg--ly: #fdfef1;
  --main--grey: #615f5f;
  --title--g: #95b80b;
  --title--dg: #577637;
  --1000: #000;
  --600: #757575;
  --400: #bdbdbd;
  --200: #e7e7e7;
  --white: white;
  --black: black;
  --main--g: #a6cb12;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: var(--w);
  outline-color: var(--100);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.container {
  width: 928px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  margin-top: 16px;
  margin-bottom: 16px;
}

.nav-link {
  color: var(--800);
  margin-left: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 20px;
}

.nav-link:hover {
  color: var(--mian);
}

.nav-link.nav-button {
  background-color: var(--800);
  color: var(--w);
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link.nav-button:hover {
  background-color: var(--mian);
}

.nav-menu {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbutton {
  color: var(--800);
  margin-left: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 20px;
}

.navbutton:hover {
  color: var(--mian);
}

.navbutton.nav-button {
  background-color: var(--800);
  color: var(--w);
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbutton.nav-button:hover {
  background-color: var(--mian);
}

.container-4 {
  width: 928px;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
  display: flex;
}

.section-2 {
  border-top: 1px solid var(--100);
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.infobutton {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--800);
  display: flex;
}

.info:hover {
  color: var(--mian);
}

.link-block {
  text-decoration: none;
}

.body {
  margin-bottom: 20px;
}

.infotxt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--800);
  display: flex;
}

.html-embed, .icon {
  height: 26px;
  color: var(--800);
}

.icon:hover {
  color: var(--mian);
}

.html-embed-2 {
  color: var(--800);
}

.container-5 {
  width: 928px;
  max-width: 928px;
}

.bookwrapper {
  max-width: 928px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.button {
  height: 320px;
  flex-flow: column;
  margin-top: 0;
  margin-right: 62px;
  padding-top: 84px;
  padding-bottom: 84px;
  display: block;
}

.text-block {
  text-align: center;
}

.div-block-2, .div-block-3, .div-block-4 {
  flex: 0 auto;
}

.grid-2 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
}

.div-block-5 {
  background-color: var(--mian);
  flex: 0 auto;
}

.container-6 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.cover {
  height: 420px;
  background-image: url('../images/bg_cover.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 420px;
}

.coverwrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.text-block-2 {
  width: 550px;
  color: var(--w);
  text-align: center;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.image-3 {
  width: 566px;
  height: 70px;
}

.sec {
  background-image: url('../images/bg_sec2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1800px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec._01 {
  background-color: var(--bg--ly);
  background-image: url('../images/bg_sec1.jpg');
  background-size: 1800px;
}

.sec._02 {
  background-color: var(--bg--lg);
}

.sec._03 {
  background-color: var(--bg--ly);
  background-image: url('../images/bg_sec3.jpg');
  background-position: 50% 100%;
}

.sec._04 {
  background-color: var(--bg--lg);
  background-image: url('../images/bg_sec4.jpg');
}

.container-7 {
  width: 940px;
  max-width: none;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.seccontent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.bookwrappers {
  width: 900px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.bookwrappers._2 {
  margin-bottom: 0;
}

.sectitle {
  width: auto;
  height: 69px;
}

.secbody {
  color: var(--main--grey);
  text-align: center;
  font-family: Noto Sans TC, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.genre {
  width: 80px;
  height: 300px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 3px solid var(--title--g);
  background-color: var(--bg--ly);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.genre:hover {
  transform: scale(.9);
}

.genre._02 {
  border-color: var(--title--dg);
  background-color: var(--bg--lg);
}

.book {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.genrename {
  color: var(--title--g);
  flex-flow: column;
  font-family: Noto Sans TC, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.genrename._02 {
  color: var(--title--dg);
}

.bookname {
  color: var(--main--grey);
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.bookimage {
  height: 320px;
}

.bookimage:hover {
  transform: scale(.9);
}

.html-embed-3 {
  width: 32px;
  height: 32px;
  color: var(--title--g);
}

.html-embed-3._02 {
  color: var(--title--dg);
}

.genre-link {
  text-decoration: none;
}

.bookwrappers2 {
  width: 900px;
  justify-content: space-between;
  display: flex;
}

.image-4 {
  height: 56px;
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .navbar {
    background-color: var(--w);
    outline-color: var(--100);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: solid;
  }

  .container {
    width: 1200px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .nav-link {
    color: var(--800);
    margin-left: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link:hover {
    color: var(--mian);
  }

  .nav-link.nav-button {
    background-color: var(--800);
    color: var(--w);
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.nav-button:hover {
    background-color: var(--mian);
  }

  .nav-menu {
    align-items: center;
    display: flex;
  }

  .navbutton {
    color: var(--800);
    margin-left: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .navbutton:hover {
    color: var(--mian);
  }

  .navbutton.nav-button {
    background-color: var(--800);
    color: var(--w);
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbutton.nav-button:hover {
    background-color: var(--mian);
  }

  .container-4 {
    width: 1200px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
  }

  .logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .section-2 {
    border-top: 1px solid var(--100);
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .infobutton {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0;
    display: flex;
  }

  .info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--800);
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    display: flex;
  }

  .link-block {
    text-decoration: none;
  }

  .bookwrapper {
    max-width: 1040px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-3 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .button {
    margin-right: 0;
  }

  .div-block-2, .div-block-3, .div-block-4 {
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    flex: 1;
  }

  .title {
    max-width: 1040px;
    justify-content: center;
    display: flex;
  }

  .container-6 {
    height: 515px;
    max-width: 1200px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cover {
    height: auto;
    background-image: url('../images/bg_cover.jpg');
    background-position: 50% 0;
    background-size: auto;
  }

  .coverwrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
    display: flex;
  }

  .text-block-2 {
    width: 650px;
    color: var(--w);
    text-align: center;
    font-family: Noto Sans TC, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
  }

  .image-3 {
    width: auto;
    height: 84px;
  }

  .sec {
    background-color: var(--bg--ly);
    background-image: url('../images/bg_sec2.jpg');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sec._01 {
    background-image: url('../images/bg_sec1.jpg');
  }

  .sec._03 {
    background-image: url('../images/bg_sec3.jpg');
    background-position: 50% 100%;
  }

  .sec._04 {
    background-image: url('../images/bg_sec4.jpg');
  }

  .container-7 {
    width: 1200px;
    max-width: none;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .seccontent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
  }

  .bookwrappers {
    width: 1040px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
  }

  .bookwrappers._2 {
    margin-bottom: 0;
  }

  .sectitle {
    height: 69px;
  }

  .secbody {
    color: var(--main--grey);
    text-align: center;
    font-family: Noto Sans TC, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }

  .genre {
    width: 80px;
    height: 320px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border: 3px solid var(--title--g);
    background-color: var(--bg--ly);
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .genre:hover {
    transform: scale(.9);
  }

  .genre._02 {
    border-color: var(--title--dg);
    background-color: var(--bg--lg);
  }

  .book {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .genrename {
    color: var(--title--g);
    font-family: Noto Sans TC, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }

  .genrename._02 {
    color: var(--title--dg);
  }

  .bookname {
    color: var(--main--grey);
    font-family: Noto Sans TC, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .bookimage {
    height: 350px;
    transform: translate(0);
  }

  .bookimage:hover {
    transform: scale(.9);
  }

  .html-embed-3 {
    width: 32px;
    height: 32px;
    color: var(--title--g);
  }

  .html-embed-3._02 {
    color: var(--title--dg);
  }

  .booklink {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .bookwrappers2 {
    width: 1040px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-4 {
    height: auto;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    width: 1920px;
    outline-color: var(--100);
    outline-offset: 0px;
    background-color: #fff;
    outline-width: 1px;
    outline-style: solid;
  }

  .container {
    max-width: 1200px;
  }

  .div-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .nav-link {
    color: var(--800);
    margin-left: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link:hover {
    color: var(--mian);
  }

  .nav-link.nav-button {
    background-color: var(--800);
    color: var(--w);
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.nav-button:hover {
    background-color: var(--mian);
  }

  .nav-menu {
    align-items: center;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .navbutton {
    color: var(--w);
    margin-left: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .navbutton:hover {
    color: var(--mian);
  }

  .navbutton.nav-button {
    background-color: var(--800);
    color: var(--w);
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbutton.nav-button:hover {
    background-color: var(--mian);
  }

  .container-3 {
    width: 1200px;
    max-width: none;
  }

  .section {
    outline-offset: 0px;
    outline: 3px #555;
  }

  .container-4 {
    width: 1200px;
    max-width: none;
    margin-top: 0;
  }

  .logo-wrapper {
    height: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .section-2 {
    outline-offset: -1px;
    outline: 1px #333;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .infobutton {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--800);
    margin-top: 0;
    display: flex;
  }

  .info {
    width: auto;
    color: var(--800);
    flex-flow: row;
    line-height: 22px;
    display: block;
  }

  .infotxt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image {
    z-index: 2;
    position: relative;
  }

  .image-2 {
    z-index: 1;
    position: relative;
  }

  .bookwrapper {
    width: 1040px;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-3 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-5 {
    flex: 0 auto;
  }

  .container-6 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .cover {
    height: auto;
    background-color: var(--bg--lg);
    background-image: url('../images/bg_cover.jpg');
  }

  .coverwrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
    margin-top: 45px;
    display: flex;
  }

  .text-block-2 {
    width: 650px;
    color: var(--w);
    text-align: center;
    font-family: Noto Sans TC, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
  }

  .sec {
    height: auto;
    background-image: url('../images/bg_sec2.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sec._01 {
    padding-bottom: 70px;
  }

  .container-7 {
    width: 1200px;
    height: auto;
    max-width: 1200px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .seccontent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
  }

  .bookwrappers {
    width: 1040px;
    height: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
  }

  .sectitle {
    height: 69px;
  }

  .secbody {
    color: var(--main--grey);
    text-align: center;
    font-family: Noto Sans TC, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }

  .genre {
    width: 80px;
    height: 320px;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border: 3px solid var(--title--g);
    background-color: var(--bg--ly);
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .genre:hover {
    transform: scale(.9);
  }

  .genre._02 {
    border-color: var(--title--dg);
    background-color: var(--bg--lg);
  }

  .book {
    width: auto;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .book:hover {
    transform: scale(1);
  }

  .genrename {
    direction: ltr;
    color: var(--title--g);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }

  .genrename._02 {
    color: var(--title--dg);
  }

  .bookname {
    color: var(--main--grey);
    letter-spacing: 1px;
    font-family: Noto Sans TC, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .bookimage {
    width: auto;
    height: 350px;
    transform: scale(1);
  }

  .bookimage:hover {
    transform: scale(.9);
  }

  .html-embed-3 {
    width: 32px;
    height: 32px;
    color: var(--title--g);
  }

  .html-embed-3._02 {
    color: var(--title--dg);
  }

  .image-4 {
    height: auto;
    margin-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .container {
    width: auto;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    width: 80px;
    margin-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link.nav-button {
    width: 100px;
    margin-top: 6px;
  }

  .nav-menu {
    width: 200px;
    background-color: #fff2f2;
    padding-top: 16px;
    padding-bottom: 28px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    color: var(--800);
    padding: 18px;
  }

  .menu-button:hover {
    color: var(--mian);
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbutton {
    width: 80px;
    margin-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbutton.nav-button {
    width: 100px;
    margin-top: 6px;
    margin-left: 24px;
  }

  .container-4 {
    width: 704px;
    max-width: none;
  }

  .section-2 {
    border-top: 1px solid var(--100);
    padding-top: 6px;
    padding-bottom: 6px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .info:hover {
    color: var(--mian);
  }

  .infotxt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--800);
    flex-flow: column;
    display: flex;
  }

  .cover {
    height: 296px;
    background-size: auto 300px;
  }

  .coverwrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .text-block-2 {
    width: 450px;
    font-size: 14px;
    line-height: 26px;
  }

  .image-3 {
    width: auto;
    height: 54px;
  }

  .sec {
    background-color: var(--bg--ly);
    background-image: url('../images/bg_sec2_768.jpg');
    background-repeat: no-repeat;
    background-size: 1200px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sec._01 {
    background-image: url('../images/bg_sec1_768.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 1200px;
  }

  .sec._02 {
    background-color: var(--bg--lg);
    background-image: url('../images/bg_sec2_769.jpg');
  }

  .sec._03 {
    background-image: url('../images/bg_sec3_768.jpg');
    background-position: 50% 100%;
    background-size: 1200px;
  }

  .sec._04 {
    background-color: var(--bg--lg);
    background-image: url('../images/bg_sec4_768.jpg');
    background-repeat: no-repeat;
    background-size: 1200px;
  }

  .container-7 {
    width: auto;
    max-width: none;
  }

  .seccontent {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 32px;
  }

  .bookwrappers {
    width: 768px;
    grid-column-gap: 48px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 32px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .bookwrappers._2 {
    margin-bottom: 0;
  }

  .sectitle {
    height: 42px;
  }

  .secbody {
    font-size: 14px;
    line-height: 26px;
  }

  .genre {
    width: 500px;
    height: 60px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .genre:hover {
    transform: scale(.9);
  }

  .genrename {
    font-size: 24px;
  }

  .bookname {
    font-size: 14px;
  }

  .bookimage {
    height: 240px;
  }

  .html-embed-3 {
    width: 28px;
    height: 28px;
  }

  .genrewidth {
    width: auto;
    flex: 1;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .bookwrappers2 {
    width: auto;
    flex-flow: wrap;
  }

  .image-4 {
    height: 40px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: auto;
    flex: 1;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block {
    width: 114px;
  }

  .nav-link {
    width: 80px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    padding-right: 0;
  }

  .navbutton {
    width: 80px;
  }

  .container-4 {
    width: auto;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .logo-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .info:hover {
    color: var(--mian);
  }

  .brand {
    width: 114px;
    padding-left: 0;
    position: relative;
  }

  .infotxt {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: var(--800);
    flex-flow: column;
    display: flex;
  }

  .cover {
    height: 400px;
    background-image: url('../images/bg_cover_320.jpg');
    background-size: 900px;
  }

  .coverwrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 40px;
  }

  .text-block-2 {
    width: 340px;
    font-size: 16px;
    line-height: 28px;
  }

  .image-3 {
    height: 48px;
  }

  .sec {
    background-image: url('../images/bg_sec2_568.jpg');
    background-position: 50% 0;
    background-size: 768px;
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .sec._01 {
    background-image: url('../images/bg_sec1_568.jpg');
    background-size: 768px;
    padding-bottom: 32px;
  }

  .sec._02 {
    background-color: var(--bg--lg);
    background-image: url('../images/bg_sec2_569.jpg');
    background-position: 50% 100%;
    padding-bottom: 32px;
  }

  .sec._03 {
    background-image: url('../images/bg_sec3_568.jpg');
    background-size: 768px;
    padding-bottom: 32px;
  }

  .sec._04 {
    background-color: var(--bg--lg);
    background-image: url('../images/bg_sec4_568.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 768px;
  }

  .container-7 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bookwrappers {
    width: auto;
    flex-flow: wrap;
    flex: 0 auto;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .sectitle {
    width: auto;
    height: 36px;
  }

  .secbody {
    line-height: 24px;
  }

  .genre {
    width: 380px;
    height: 50px;
  }

  .book {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .genrename {
    font-size: 22px;
  }

  .genrewidth {
    width: 568px;
    max-width: none;
    flex: 0 auto;
  }

  .image-4 {
    height: 44px;
    margin-top: 26px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: auto;
    flex: 1;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-link {
    width: 40%;
  }

  .nav-menu {
    width: auto;
    max-width: none;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .menu-button {
    padding-right: 0;
  }

  .navbutton {
    width: 40%;
  }

  .container-4 {
    width: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .logo-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .infobutton {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .info {
    width: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .info:hover {
    color: var(--mian);
    -webkit-text-stroke-color: var(--mian);
  }

  .link-block {
    width: auto;
  }

  .brand {
    padding-left: 0;
  }

  .infotxt {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--800);
    flex-flow: column;
    font-size: 10px;
    line-height: 16px;
    display: flex;
  }

  .infotxt:hover {
    color: var(--800);
  }

  .cover {
    height: 266px;
    background-color: var(--bg--lg);
    background-image: url('../images/bg_cover_320.jpg');
    background-size: 600px;
  }

  .coverwrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 24px;
  }

  .text-block-2 {
    width: 250px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
  }

  .image-3 {
    height: 34px;
  }

  .sec {
    background-image: url('../images/bg_sec2_320.jpg');
    background-position: 50% 0;
    background-size: 568px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sec._01 {
    background-image: url('../images/bg_sec1_320.jpg');
    background-size: 600px;
    padding-top: 32px;
  }

  .sec._02 {
    background-color: var(--bg--lg);
    background-image: url('../images/bg_sec2_321.jpg');
    padding-top: 32px;
  }

  .sec._03 {
    background-image: url('../images/bg_sec3_320.jpg');
    background-position: 50% 100%;
    background-size: 568px;
    padding-top: 32px;
  }

  .sec._04 {
    background-color: var(--bg--lg);
    background-image: url('../images/bg_sec4_320.jpg');
    background-position: 50% 0;
    background-size: 568px;
  }

  .container-7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .seccontent {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .bookwrappers {
    width: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    object-fit: fill;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .sectitle {
    height: 28px;
    margin-bottom: 12px;
  }

  .secbody {
    letter-spacing: normal;
    font-size: 12px;
    line-height: 22px;
  }

  .genre {
    width: auto;
    height: 46px;
    border-width: 2px;
    flex: 1;
    align-self: center;
  }

  .book {
    width: auto;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .genrename {
    text-align: left;
    text-indent: 0;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
  }

  .bookname {
    width: 110px;
    text-align: center;
    align-self: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .bookimage {
    height: 190px;
  }

  .html-embed-3 {
    width: 24px;
    height: 24px;
  }

  .genrewidth {
    width: 320px;
    max-width: none;
    min-width: auto;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-7 {
    flex: 0 auto;
  }

  .div-block-8 {
    align-self: stretch;
  }

  .genre-link {
    flex: 1;
  }

  .image-4 {
    height: 30px;
    margin-top: 16px;
  }
}


