@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100..900&family=Noto+Serif+SC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100..900&family=Noto+Serif+SC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100..900&family=Noto+Serif+SC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100..900&family=Noto+Serif+SC:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 字體載入 */
/* 全局設定 */
h1, h2, h3, p, span, a {
  font-family: "Noto Serif", "Noto Serif SC", serif;
}

/* 針對簡體中文的特殊設定 */
html {
  font-family: "Noto Serif SC", "Noto Serif", serif;
}

/* 使用 @font-face 分別控制字體 */
@font-face {
  font-family: "Noto Serif SC";
  unicode-range: U+4E00-9FFF; /* 適用於中日韓統一表意文字區 */
}
body {
  /* background-color: #FFFFE8; */
  position: relative;
  background-color: #fff;
}

body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/component/noise.jpg);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* 所有圖片設定 */
img {
  width: 100%;
  vertical-align: bottom;
}

/* 所有連結裝飾消失 */
a {
  text-decoration: none;
}

/* 容器 */
.wrap {
  width: 90%;
  max-width: 1140px;
  margin: auto;
  padding: 60px 0 60px;
  position: relative;
}

/* 各section h2 */
.titleh2 {
  width: 100%;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  font-optical-sizing: auto;
  box-sizing: border-box;
  text-align: center;
  color: #292929;
  letter-spacing: 2px;
}

.pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
}
/* 我要推薦按鈕 */
.recommendbtn {
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
  background-color: transparent;
  border: 1px solid #00488E;
  border-radius: 999px;
  color: #00488E;
  padding: 8px 12px;
  transition: 0.3s;
  margin: 8px auto 0;
}

.recommendbtn:hover {
  background-color: #00488E;
  color: #ffffff;
}

.recommendbtn.active {
  background-color: #00488E;
  color: #ffffff;
}

/* 白色我要推薦按鈕 */
.recommendbtn.white {
  border: 1px solid #fff;
  color: #fff;
}

.recommendbtn.white:hover {
  background-color: #fff;
  color: #00488E;
}

.recommendbtn.white.active {
  background-color: #fff;
  color: #00488E;
}

.recommendbtn.active:before {
  content: "已";
}

/* 字體載入 */
/* 全局設定 */
h1, h2, h3, p, span, a {
  font-family: "Noto Serif", "Noto Serif SC", serif;
}

/* 針對簡體中文的特殊設定 */
html {
  font-family: "Noto Serif SC", "Noto Serif", serif;
}

/* 使用 @font-face 分別控制字體 */
@font-face {
  font-family: "Noto Serif SC";
  unicode-range: U+4E00-9FFF; /* 適用於中日韓統一表意文字區 */
}
body {
  /* background-color: #FFFFE8; */
  position: relative;
  background-color: #fff;
}

body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/component/noise.jpg);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* 所有圖片設定 */
img {
  width: 100%;
  vertical-align: bottom;
}

/* 所有連結裝飾消失 */
a {
  text-decoration: none;
}

/* 容器 */
.wrap {
  width: 90%;
  max-width: 1140px;
  margin: auto;
  padding: 60px 0 60px;
  position: relative;
}

/* 各section h2 */
.titleh2 {
  width: 100%;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  font-optical-sizing: auto;
  box-sizing: border-box;
  text-align: center;
  color: #292929;
  letter-spacing: 2px;
}

.pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
}
/* 我要推薦按鈕 */
.recommendbtn {
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
  background-color: transparent;
  border: 1px solid #00488E;
  border-radius: 999px;
  color: #00488E;
  padding: 8px 12px;
  transition: 0.3s;
  margin: 8px auto 0;
}

.recommendbtn:hover {
  background-color: #00488E;
  color: #ffffff;
}

.recommendbtn.active {
  background-color: #00488E;
  color: #ffffff;
}

/* 白色我要推薦按鈕 */
.recommendbtn.white {
  border: 1px solid #fff;
  color: #fff;
}

.recommendbtn.white:hover {
  background-color: #fff;
  color: #00488E;
}

.recommendbtn.white.active {
  background-color: #fff;
  color: #00488E;
}

.recommendbtn.active:before {
  content: "已";
}

/* <<<<<<<<<<<HEADER>>>>>>>>>>> */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fdfdff;
  box-shadow: 0px 1px 8px -8px #292929;
}

header .wrap {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px;
  position: relative;
  box-sizing: border-box;
  background: none;
}

/* HEADER LOGO*/
header .logo .pic {
  width: 100%;
  max-width: 180px;
}

header .logo .pic a {
  cursor: none;
}

@media (min-width: 768px) {
  header .logo .pic {
    max-width: 300px;
  }
}
/* HEADER MENU*/
header .wholemenu {
  display: flex;
  align-items: center;
}

/* HEADER HAMBURGER*/
header .wholemenu .hamburger {
  cursor: pointer;
}

header .wholemenu .hamburger .pic {
  max-width: 36px;
}

header .wholemenu .menu_item {
  list-style: none;
}

header .wholemenu .menu_item.isobtn {
  margin-right: 8px;
}

header .wholemenu .menu_item.isobtn a {
  font-size: 18px;
}

header .wholemenu .menu_item.isobtn a:hover {
  color: #004588;
}

header .wholemenu .menu_item a {
  display: flex;
  font-size: 14px;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  color: #292929;
}

/* HEADER MENU*/
header .menu {
  display: none;
  list-style: none;
  /* padding:16px 0 32px; */
}

header .menu.open {
  display: block;
  width: 100%;
  max-height: 60vh;
  overflow: auto;
  background-color: #ffffff;
  /* border-radius:8px; */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}

header .menu .menu_item {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
  justify-content: center;
}

header .menu .menu_item:not(:last-child) {
  border-bottom: 1px solid rgb(221, 221, 221);
}

header .menu .menu_item:hover {
  background-color: #00488E;
}

header .menu .menu_item a {
  width: 100%;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 24px 0 24px 16px;
}

header .menu .menu_item:hover a {
  color: #fff;
}

@media (min-width: 480px) {
  header .wholemenu .menu_item a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  header .wholemenu .menu_item a {
    font-size: 18px;
  }
}
/*<<<<<<<<<<< footer >>>>>>>>>>>>*/
footer {
  padding: 48px 0;
  background-color: #01324B;
}

footer ul {
  display: flex;
  justify-content: center;
  padding: 0px 0 8px;
}

footer ul li {
  padding: 0 4px;
  transition: 0.5s linear;
}

footer ul li:hover {
  transform: translateY(-2px);
}

footer p {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

/* 字體載入 */
/* 全局設定 */
h1, h2, h3, p, span, a {
  font-family: "Noto Serif", "Noto Serif SC", serif;
}

/* 針對簡體中文的特殊設定 */
html {
  font-family: "Noto Serif SC", "Noto Serif", serif;
}

/* 使用 @font-face 分別控制字體 */
@font-face {
  font-family: "Noto Serif SC";
  unicode-range: U+4E00-9FFF; /* 適用於中日韓統一表意文字區 */
}
body {
  /* background-color: #FFFFE8; */
  position: relative;
  background-color: #fff;
}

body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/component/noise.jpg);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* 所有圖片設定 */
img {
  width: 100%;
  vertical-align: bottom;
}

/* 所有連結裝飾消失 */
a {
  text-decoration: none;
}

/* 容器 */
.wrap {
  width: 90%;
  max-width: 1140px;
  margin: auto;
  padding: 60px 0 60px;
  position: relative;
}

/* 各section h2 */
.titleh2 {
  width: 100%;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  font-optical-sizing: auto;
  box-sizing: border-box;
  text-align: center;
  color: #292929;
  letter-spacing: 2px;
}

.pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
}
/* 我要推薦按鈕 */
.recommendbtn {
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
  background-color: transparent;
  border: 1px solid #00488E;
  border-radius: 999px;
  color: #00488E;
  padding: 8px 12px;
  transition: 0.3s;
  margin: 8px auto 0;
}

.recommendbtn:hover {
  background-color: #00488E;
  color: #ffffff;
}

.recommendbtn.active {
  background-color: #00488E;
  color: #ffffff;
}

/* 白色我要推薦按鈕 */
.recommendbtn.white {
  border: 1px solid #fff;
  color: #fff;
}

.recommendbtn.white:hover {
  background-color: #fff;
  color: #00488E;
}

.recommendbtn.white.active {
  background-color: #fff;
  color: #00488E;
}

.recommendbtn.active:before {
  content: "已";
}

body {
  /* background-color: #FFFFE8; */
  position: relative;
  background-color: #fff;
}

body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/component/noise.jpg);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.quote .wrap {
  padding-top: 8px;
  padding-bottom: 36px;
}

.quote .wrap p {
  font-size: 22px;
  color: #292929;
  line-height: 130%;
  font-weight: 600;
  text-align: start;
  position: relative;
  text-align: start;
  letter-spacing: 4px;
}

.quote .wrap p.quotepc {
  display: none;
}

@media (min-width: 768px) {
  .quote .wrap p {
    font-size: 24px;
    text-align: center;
    line-height: 150%;
  }
}
@media (min-width: 1200px) {
  .quote .wrap p {
    font-size: 28px;
  }
  .quote .wrap p.quotemobile {
    display: none;
  }
  .quote .wrap p.quotepc {
    display: block;
  }
}
/* 專業學科包 */
.subject {
  background-color: #00488E;
}

.subject .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.subject .wrap .titleh2 {
  color: #ffffff;
}

.subject .wrap .subjectcards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.subject .wrap .subjectcards a {
  width: calc((100% - 8px) / 2);
  padding: 24px 12px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #00488E;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 16px;
  transition: 0.3s;
}

.subject .wrap .subjectcards a:before {
  content: " ";
  position: absolute;
  margin: auto;
  width: 92%;
  height: 92%;
  border: 1px solid #292929;
  z-index: 2;
  border-radius: 8px;
}

.subject .wrap .subjectcards a:hover {
  background-color: #FEBE10;
}

.subject .wrap .subjectcards a:hover .txt p,
.subject .wrap .subjectcards a:hover .txt .subjecttags p.tag {
  color: #ffffff;
}

.subject .wrap .subjectcards a .pic {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.subject .wrap .subjectcards a .pic img {
  width: 90%;
  max-width: 250px;
}

.subject .wrap .subjectcards a .txt {
  width: 100%;
  z-index: 3;
}

.subject .wrap .subjectcards a .txt p {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 4px;
  color: #444444;
  text-align: center;
  padding-top: 8px;
  font-weight: 700;
}

@media (min-width: 576px) {
  .subject .wrap .subjectcards a {
    width: calc((100% - 16px) / 3);
  }
  .subject .wrap .subjectcards a .txt p {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .subject .wrap .subjectcards a .txt p {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .subject .wrap .subjectcards a .txt p {
    font-size: 48px;
  }
}
.subject .wrap .subjectcards a .txt .subjecttags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.subject .wrap .subjectcards a .txt .subjecttags p.tag {
  width: -moz-fit-content;
  width: fit-content;
  color: #444444;
  box-sizing: border-box;
  padding: 0px 8px;
  font-size: 12px;
  margin-bottom: 4px;
  background-color: transparent;
  letter-spacing: 1px;
  font-weight: 500;
}

.subject .wrap .subjectcards a .txt .subjecttags p.tag:not(:last-child) {
  margin-right: 4px;
}

@media (min-width: 576px) {
  .subject .wrap .subjectcards a .txt .subjecttags p.tag {
    padding: 0px 16px;
    font-size: 16px;
  }
}
/* 分頁控制 */
.subject .wrap .pagination {
  display: flex;
  justify-content: space-between;
  overflow: auto;
  padding: 8px 0;
  margin-top: 16px;
}

@media (min-width: 576px) {
  .subject .wrap .pagination {
    justify-content: center;
  }
}
.subject .wrap .pagination button {
  font-size: 20px;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
  margin: 0 4px;
  padding: 8px 16px;
  transition: 0.5s;
  color: #ffffff;
  border-radius: 8px;
}

.subject .wrap .pagination button:hover {
  box-shadow: 4px 4px 0px 0px #FEBE10;
  transform: translateX(-4px) translateY(-4px);
}

.subject .wrap .pagination button.active {
  background-color: #FEBE10;
  color: #fff;
}

/* 熱門主題書展 */
.airitireveview {
  background: #ffffff;
}

.airitireveview .wrap .verticalwrap {
  display: flex;
  /* flex-wrap: wrap; */
  overflow: auto;
}

.airitireveview .wrap .verticalwrap a {
  min-width: 310px;
  padding: 0px 12px;
  box-sizing: border-box;
  border: 2px solid #00488E;
  border-top: 24px solid #00488E;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.airitireveview .wrap .verticalwrap a:not(:last-child) {
  margin-right: 8px;
}

.airitireveview .wrap .verticalwrap a .txt h3 {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 150%;
  color: #292929;
  text-align: center;
  padding-top: 4px;
  white-space: pre-wrap;
}

.airitireveview .wrap .verticalwrap a .txt p {
  font-size: 16px;
  line-height: 150%;
  color: #555555;
  padding: 4px 0 28px;
  white-space: pre-wrap;
}

@media (min-width: 576px) {
  .airitireveview .wrap .verticalwrap {
    flex-wrap: wrap;
    overflow: initial;
  }
  .airitireveview .wrap .verticalwrap a {
    display: flex;
    width: 100%;
    align-items: center;
    transition: 0.5s;
    border: 2px solid #00488E;
  }
  .airitireveview .wrap .verticalwrap a:not(:last-child) {
    margin-bottom: 32px;
    margin-right: 0px;
  }
  .airitireveview .wrap .verticalwrap a:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: 36px;
    padding-right: 0px;
    box-shadow: -6px 6px 0px 2px #00488E;
    transform: translateX(8px) translateY(-6px);
  }
  .airitireveview .wrap .verticalwrap a:nth-child(odd) {
    padding-left: 0px;
    padding-right: 36px;
    box-shadow: 6px 6px 0px 2px #00488E;
    transform: translateX(-8px) translateY(-6px);
  }
  .airitireveview .wrap .verticalwrap a:nth-child(even):hover {
    box-shadow: 0px 0px 0px 0px #00488E;
    transform: translateX(0px) translateY(0px);
  }
  .airitireveview .wrap .verticalwrap a:nth-child(odd):hover {
    box-shadow: 0px 0px 0px 0px #00488E;
    transform: translateX(0px) translateY(0px);
  }
  .airitireveview .wrap .verticalwrap a .pic {
    width: 55%;
  }
  .airitireveview .wrap .verticalwrap a .txt {
    width: 45%;
  }
  .airitireveview .wrap .verticalwrap a:nth-child(odd) .txt {
    padding-left: 16px;
  }
  .airitireveview .wrap .verticalwrap a:nth-child(even) .txt {
    padding-right: 16px;
  }
  .airitireveview .wrap .verticalwrap a .txt h3 {
    text-align: start;
    padding-top: 0px;
    position: relative;
    white-space: pre-wrap;
  }
  .airitireveview .wrap .verticalwrap a .txt p {
    padding: 4px 0 0;
    white-space: pre-wrap;
  }
  .airitireveview .wrap .verticalwrap a .txt h3::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #00488E;
    position: absolute;
    bottom: 108%;
    left: 0;
    transition: 0.5s;
  }
  .airitireveview .wrap .verticalwrap a:hover .txt h3::before {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .airitireveview .wrap .verticalwrap a .pic {
    width: 45%;
  }
  .airitireveview .wrap .verticalwrap a .txt {
    width: 55%;
  }
}
.activityrule, .recommandrule {
  background-color: #dadada;
}

/* 活動辦法 */
.activityrule .wrap {
  margin-top: 16px;
}

.activityrule ul {
  width: 100%;
  margin: auto;
  border-radius: 16px;
  padding: 24px 40px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.4784313725);
  border: 1px solid #fff;
}

.activityrule ul li:not(:last-child) {
  margin-bottom: 24px;
}

.activityrule ul li span {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.activityrule ul li span.prizelist {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: #00488E;
}

.activityrule ul li p, .activityrule ul li ol li {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 8px !important;
}

.activityrule ul li ol li span {
  color: #00488E;
  font-size: 24px !important;
}

@media (min-width: 768px) {
  .activityrule ul {
    width: 80%;
  }
}
/* 推薦指南 */
.recommandrule ol {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  box-sizing: border-box;
}

.recommandrule ol li {
  width: 100%;
  margin: 0 auto 16px;
  padding: 12px 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.4784313725);
  border: 1px solid #fff;
  border-radius: 16px;
}

.recommandrule ol li .item {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}

.recommandrule ol li .item .pic {
  max-width: 60px;
}

.recommandrule ol li:hover .pic img {
  filter: invert(66%) sepia(111%) saturate(5306%) hue-rotate(32deg) brightness(182%) contrast(88%);
}

.recommandrule ol li .item .txt {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  align-items: start;
}

.recommandrule ol li .item .txt span {
  display: block;
  font-size: 18px;
  line-height: 120%;
  text-align: start;
}

@media (min-width: 576px) {
  .recommandrule ol li {
    width: calc((100% - 36px) / 4);
  }
  .recommandrule ol li .item {
    display: block;
    justify-items: center;
  }
  .recommandrule ol li .item .pic {
    max-width: 80px;
  }
  .recommandrule ol li .item .txt span {
    text-align: center;
  }
  .recommandrule ol li .item .txt {
    margin-top: 8px;
  }
}
.rule ol {
  list-style: decimal;
}

.rule ol li {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

/* 字體載入 */
/* 全局設定 */
h1, h2, h3, p, span, a {
  font-family: "Noto Serif", "Noto Serif SC", serif;
}

/* 針對簡體中文的特殊設定 */
html {
  font-family: "Noto Serif SC", "Noto Serif", serif;
}

/* 使用 @font-face 分別控制字體 */
@font-face {
  font-family: "Noto Serif SC";
  unicode-range: U+4E00-9FFF; /* 適用於中日韓統一表意文字區 */
}
body {
  /* background-color: #FFFFE8; */
  position: relative;
  background-color: #fff;
}

body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/component/noise.jpg);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* 所有圖片設定 */
img {
  width: 100%;
  vertical-align: bottom;
}

/* 所有連結裝飾消失 */
a {
  text-decoration: none;
}

/* 容器 */
.wrap {
  width: 90%;
  max-width: 1140px;
  margin: auto;
  padding: 60px 0 60px;
  position: relative;
}

/* 各section h2 */
.titleh2 {
  width: 100%;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  font-optical-sizing: auto;
  box-sizing: border-box;
  text-align: center;
  color: #292929;
  letter-spacing: 2px;
}

.pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
}
/* 我要推薦按鈕 */
.recommendbtn {
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
  background-color: transparent;
  border: 1px solid #00488E;
  border-radius: 999px;
  color: #00488E;
  padding: 8px 12px;
  transition: 0.3s;
  margin: 8px auto 0;
}

.recommendbtn:hover {
  background-color: #00488E;
  color: #ffffff;
}

.recommendbtn.active {
  background-color: #00488E;
  color: #ffffff;
}

/* 白色我要推薦按鈕 */
.recommendbtn.white {
  border: 1px solid #fff;
  color: #fff;
}

.recommendbtn.white:hover {
  background-color: #fff;
  color: #00488E;
}

.recommendbtn.white.active {
  background-color: #fff;
  color: #00488E;
}

.recommendbtn.active:before {
  content: "已";
}

.banner .wrap {
  padding: 16px 0;
}

body {
  /* background-color: #FFFFE8; */
  position: relative;
  background-color: #fff;
}

body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/component/noise.jpg);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.intro .wrap {
  padding-top: 0;
}

.intro .wrap p {
  font-size: 22px;
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 150%;
  letter-spacing: 1px;
  color: #292929;
  padding: 16px 0;
  white-space: pre-wrap;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 4px;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}

.intro .wrap .themetag {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 16px 0;
}

.intro .wrap .themetag .tag {
  color: #292929;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 576px) {
  .intro .wrap p {
    font-size: 28px;
    line-height: 150%;
  }
  .intro .wrap .themetag {
    justify-content: start;
  }
  .intro .wrap .themetag .tag {
    font-size: 32px;
  }
}
/* 小學堂 */
.ESIQS .item {
  width: 100%;
  padding: 12px 0px;
  box-sizing: border-box;
  position: relative;
  cursor: help;
}

.ESIQS .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ESIQS .item .title .pic {
  width: 20px;
  margin-left: 4px;
}

.ESIQS .item .title span {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 150%;
  color: #444444;
  padding: 4px 0;
  white-space: pre-wrap;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 3px;
}

.ESIQS .item:first-child .title:hover::before {
  content: "ESI（Essential Science Indicators）是一個基於學術文獻引用資料的科學研究評價工具。它通過分析全球頂尖學術期刊中的文獻引用情況，為各個學科領域提供了前1%高影響力的學術研究者、機構和國家的排名。ESI關注的是學術影響力，因此在科研領域具有很高的權威性，可供我們更清晰地掌握各學科的前沿發展和科研趨勢。";
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  background: #444444;
  padding: 16px;
  border-radius: 8px;
  z-index: 98;
}

.ESIQS .item:last-child .title:hover::before {
  content: "QS（Quacquarelli Symonds）世界大學排名是一個綜合性的大學評估體系，結合學術聲譽、師生比例、國際師生比例等多項指標，為全球大學進行排名。QS排名不僅反映大學在學術和教學方面的實力，還考慮國際化程度和畢業生就業競爭力，通過此排名，我們可以瞭解世界頂尖大學在各學科領域的表現和優勢。";
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  background: #444444;
  padding: 16px;
  border-radius: 8px;
  z-index: 98;
}

@media (min-width: 768px) {
  .ESIQS {
    display: flex;
  }
}
/* 优质好书排行榜 */
.rank .bookshelf .bookall_area .bookcard:nth-child(1) .bookpic::before,
.rank .bookshelf .bookall_area .bookcard:nth-child(2) .bookpic::before,
.rank .bookshelf .bookall_area .bookcard:nth-child(3) .bookpic::before {
  content: " ";
  background-size: 100% 100%;
  display: inline-block;
  background-repeat: no-repeat;
  aspect-ratio: 2/1;
  width: 80%;
  max-width: 150px;
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.rank .bookshelf .bookall_area .bookcard:nth-child(1) .bookpic::before {
  background-image: url("../images/component/1.svg");
}

.rank .bookshelf .bookall_area .bookcard:nth-child(2) .bookpic::before {
  background-image: url("../images/component/2.svg");
}

.rank .bookshelf .bookall_area .bookcard:nth-child(3) .bookpic::before {
  background-image: url("../images/component/3.svg");
}

.rank .themeshelf .bookall_area a .pic img {
  max-width: 200px;
}

/* 精選書籍、推薦書籍 */
#selectbookshelf {
  background-color: #00488E;
}

#selectbookshelf .titleh2 {
  color: #ffffff;
}

#recommandbookshelf .titleh2,
#goodbookshelf .titleh2 {
  color: #444444;
}

.titletag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.titletag .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  box-sizing: border-box;
  padding: 16px 20px;
  font-size: 20px;
  border-radius: 8px;
  background-color: transparent;
  flex-grow: 1;
}

.titletag .tag .pic {
  max-width: 30px;
  aspect-ratio: 1/1;
}

.titletag .tag .txt {
  margin-left: 8px;
}

.titletag .tag .txt span {
  font-weight: 500;
}

#goodbookshelf .titletag .tag .txt span {
  color: #292929;
}

.popuptoggle {
  position: relative;
}

.popuptoggle:hover::before {
  content: "CNCI為學科規範化引文影響力指標，為Clarivate（科睿唯安）公司產品—InCites資料庫中的獨特相對指標。該指標指的是文章的實際引用數，在所屬學科領域、相同出版年、相同文章類型的平均被引次數之比例關係。若CNCI值>1，則代表該書籍的引用影響力高於全球平均水準。";
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  background: #444444;
  padding: 16px;
  border-radius: 8px;
  z-index: 98;
}

.titletag .tag:last-child .question {
  max-width: 18px;
  margin-left: 4px;
}

.bookshelf {
  display: block;
  position: relative;
}

.bookshelf .bookall {
  display: none;
}

.bookshelf .bookall.active {
  display: block;
}

.bookshelf .bookall .bookall_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bookshelf .bookall .bookall_area .bookcard {
  transition: 0.25s linear;
  width: calc((100% - 8px) / 2);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  filter: grayscale(20%);
  position: relative;
  padding-bottom: 8px;
  z-index: 1;
}

#goodbookshelf .bookshelf .bookall .bookall_area .bookcard {
  margin-top: 80px;
}

.bookshelf .bookall .bookall_area .bookcard:hover {
  z-index: 2;
  transform: scale(1.05);
  transform: translateX(6px) translateY(-6px);
  filter: grayscale(0%);
}

#selectbookshelf .bookshelf .bookall .bookall_area .bookcard:hover {
  box-shadow: -6px 6px 0px 0px #FEBE10;
  z-index: 999;
}

#recommandbookshelf .bookshelf .bookall .bookall_area .bookcard:hover,
#goodbookshelf .bookshelf .bookall .bookall_area .bookcard:hover {
  box-shadow: -6px 6px 0px 0px #00488E;
}

.bookshelf .bookall .bookall_area .bookcard a {
  position: relative;
}

.bookshelf .bookall .bookall_area .bookcard a .txt {
  padding: 0 8px;
  position: relative;
  width: 100%;
}

.bookshelf .bookall .bookall_area .bookcard a .txt p {
  padding-top: 4px;
  margin-bottom: 6px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  height: 3rem;
}

#selectbookshelf .bookshelf .bookall .bookall_area .bookcard a .txt p {
  color: #ffffff;
}

#recommandbookshelf .bookshelf .bookall .bookall_area .bookcard a .txt p,
#goodbookshelf .bookshelf .bookall .bookall_area .bookcard a .txt p {
  color: #292929;
}

#goodbookshelf .bookshelf .bookall .bookall_area .bookcard a .txt.bookname:after,
#selectbookshelf .bookshelf .bookall .bookall_area .bookcard a .txt.bookname:after,
#recommandbookshelf .bookshelf .bookall .bookall_area .bookcard a .txt.bookname:after {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 80%;
  height: 1px;
}

#selectbookshelf .bookshelf .bookall .bookall_area .bookcard a .txt.bookname:after {
  background-color: #ffffff;
}

#goodbookshelf .bookshelf .bookall .bookall_area .bookcard a .txt.bookname:after,
#recommandbookshelf .bookshelf .bookall .bookall_area .bookcard a .txt.bookname:after {
  background-color: #292929;
}

.bookshelf .bookall .bookall_area .bookcard .booktag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 8px 0;
  margin-top: 12px;
  position: relative;
  z-index: 999;
}

.bookshelf .bookall .bookall_area .bookcard .booktag .tag {
  display: flex;
  align-items: center;
  width: 100%;
}

.bookshelf .bookall .bookall_area .bookcard .booktag .tag:not(:last-child) {
  margin-bottom: 12px;
}

.bookshelf .bookall .bookall_area .bookcard .booktag .tag .pic img {
  max-width: 30px;
  min-width: 30px;
  aspect-ratio: 1/1;
}

.bookshelf .bookall .bookall_area .bookcard .booktag .tag .txt {
  align-items: center;
  margin-left: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bookshelf .bookall .bookall_area .bookcard .booktag .tag .txt span {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

#selectbookshelf .bookshelf .bookall .bookall_area .bookcard .booktag .tag .txt span {
  color: #ffffff;
}

#goodbookshelf .bookshelf .bookall .bookall_area .bookcard .booktag .tag .txt span,
#recommandbookshelf .bookshelf .bookall .bookall_area .bookcard .booktag .tag .txt span {
  color: #292929;
}

.bookshelf .bookall .bookall_area .bookcard .booktag .tag:first-child {
  position: relative;
}

.bookshelf .bookall .bookall_area .bookcard .booktag .tag:first-child .txt.hoverbox {
  display: none;
}

.bookshelf .bookall .bookall_area .bookcard .booktag .tag:first-child:hover .txt.hoverbox {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: -8px;
  transform: translateY(-45%);
  background-color: #444444;
  padding: 16px;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 6px;
}

.bookshelf .bookall .bookall_area .bookcard .booktag .tag:first-child:hover .txt.hoverbox span {
  display: block;
  color: #ffffff !important;
}

#recommandbookshelf .bookshelf .bookall .bookall_area .bookcard a .pic .booktag.tagonpic,
#goodbookshelf .bookshelf .bookall .bookall_area .bookcard a .pic .booktag.tagonpic {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: rgba(68, 68, 68, 0.5058823529);
  border-radius: 8px;
  padding: 4px 8px;
}

#recommandbookshelf .bookshelf .bookall .bookall_area .bookcard a .pic .booktag.tagonpic .tag,
#goodbookshelf .bookshelf .bookall .bookall_area .bookcard a .pic .booktag.tagonpic .tag {
  margin: 0 4px;
}

@media (min-width: 576px) {
  .bookshelf .bookall .bookall_area .bookcard {
    width: calc((100% - 24px) / 4);
  }
  #goodbookshelf .bookshelf .bookall .bookall_area .bookcard {
    width: calc((100% - 48px) / 3);
  }
}
/* 分頁控制 */
.bookshelf .bookall .pagination {
  display: flex;
  justify-content: center;
  overflow: auto;
  padding: 8px 0;
}

#recommandbookshelf .bookshelf .bookall .pagination {
  justify-content: start;
}

.bookshelf .bookall .pagination button {
  font-size: 20px;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
  margin: 0 4px;
  padding: 8px 16px;
  transition: 0.5s;
  border-radius: 8px;
}

#selectbookshelf .bookshelf .bookall .pagination button {
  color: #ffffff;
}

#recommandbookshelf .bookshelf .bookall .pagination button {
  color: #444444;
}

.bookshelf .bookall .pagination button:hover {
  transform: translateX(-4px) translateY(-4px);
}

#selectbookshelf .bookshelf .bookall .pagination button:hover {
  box-shadow: 4px 4px 0px 0px #FEBE10;
  background-color: #FEBE10;
}

#recommandbookshelf .bookshelf .bookall .pagination button:hover {
  box-shadow: 4px 4px 0px 0px #00488E;
  color: #ffffff;
  background-color: #00488E;
}

.bookshelf .bookall .pagination button.active {
  color: #fff;
}

#selectbookshelf .bookshelf .bookall .pagination button.active {
  background-color: #FEBE10;
}

#recommandbookshelf .bookshelf .bookall .pagination button.active {
  color: #ffffff;
  background-color: #00488E;
}

.bookall_area .bookcard a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bookall_area .bookcard a .pic {
  display: flex;
  align-items: center;
  aspect-ratio: 1/1.5;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bookall_area .bookcard a .pic img {
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}

.bookall_area .bookcard a .pic .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  filter: brightness(105%) blur(10px);
  z-index: 1;
  transform: scale(2);
}/*# sourceMappingURL=style.css.map */