@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 清除浮動 */
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* 清除圖片底部的空白 */
img,
svg,
iframe {
  vertical-align: middle;
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

/* 自定義的通用樣式 */
.root {
  position: relative;
  margin: 0 auto;
  color: #525357;
  background-color: white;
  background-repeat: repeat;
}

.debug {
  border: 1px solid red;
}

.full {
  width: 100%;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*
-----------------------------------------------------------------
* font-family ：設定全站使用的字體家族。                            *
* font-size   ：設定基礎字體大小，常用於計算 rem 或 em 單位。         *
* line-height ：設定基礎行高，影響文字的閱讀舒適度。                  *
* font-weight ：設定全站預設的字體粗細。                            *
* color       ：設定文字的基礎顏色。                               *
-----------------------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Microsoft JhengHei", "微軟正黑體", arial, sans-serif;
}

:focus {
  outline: 0;
}

html, body {
  padding: 0;
  height: 100%;
  color: #0f1419;
  font-family: "Microsoft JhengHei", "微軟正黑體", arial, sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

/*
-----------------------------------------------------------------
* h1~h6 的標題                                                   *
-----------------------------------------------------------------
*/
h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

/*
-----------------------------------------------------------------
* 取消預設的斜體字                                                 *
-----------------------------------------------------------------
*/
i,
em,
cite,
dfn,
var,
address {
  font-style: normal;
}

/*
-----------------------------------------------------------------
* 等寬字設定                                                      *
-----------------------------------------------------------------
*/
code,
pre,
samp,
kbd,
var {
  font-family: "Source Code Pro", monospace;
}

/*
-----------------------------------------------------------------
* A 連結                                                         *
-----------------------------------------------------------------
*/
a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:link {
  color: #004a99;
}
a:visited {
  color: #004a99;
}
a:hover {
  color: #2563eb;
}

/* 漢堡與關閉按鈕（桌面預設隱藏） */
.menu-icon,
.close-icon {
  display: none;
  position: absolute;
  right: 0.75em;
  top: 1em;
  font-size: 24px;
  cursor: pointer;
  color: #2563eb;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* 主選單（桌面橫排） */
ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu > li {
  position: relative;
}
ul.menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 1em;
  text-decoration: none;
  color: #000;
  height: 100%;
}
ul.menu > li > a.active {
  border-bottom: 8px solid #ffcc40;
}
ul.menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 子選單：桌面 hover 展開 */
ul.sub-menu {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 200px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
ul.sub-menu li a {
  display: block;
  padding: 0.75em 1.5em;
  color: #666;
  text-decoration: none;
  -webkit-transition: padding-left 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
ul.sub-menu li a:hover {
  padding-left: 2em;
  color: #2563eb;
  background-color: #f9f9f9;
}

/* 
 * ......................................................... *
 * 手機版 
 * 手機版的尺寸變動時，選單的 menu-2.js 也要跟著改。
 * const mq = window.matchMedia("(max-width: 900px)");
 * ......................................................... *
 */
@media (max-width: 920px) {
  ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    height: 100vh;
    background: #fff;
    padding-top: 60px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    will-change: transform;
  }
  ul.menu.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  ul.menu > li {
    border-bottom: 1px solid #444;
  }
  ul.menu > li > a {
    height: unset;
  }
  body.menu-no-anim .menu {
    -webkit-transition: none;
    transition: none;
  }
  .menu-icon {
    display: block;
  }
  .close-icon {
    display: block;
  }
  ul.sub-menu {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    background-color: unset;
    border-radius: unset;
    border: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
input[type=text], input[type=password] {
  display: inline-block;
  padding: 0.65em 0.75em;
  color: black;
  text-decoration: none;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #e4e5f0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
input[type=text]:focus, input[type=password]:focus {
  color: #2563eb;
  border-color: #2563eb;
}

.btn {
  display: inline-block;
  padding: 0.65em 0.75em;
  color: black;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #e4e5f0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn.primary {
  color: white;
  background-color: #2563eb;
  border-color: #2563eb;
}
.btn:hover {
  color: white;
  background-color: rgb(60.3571428571, 115.7142857143, 237.1428571429);
  border-color: #2563eb;
}
.btn.full {
  width: 100%;
}

.search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #2563eb;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.search-btn:hover {
  background-color: rgb(60.3571428571, 115.7142857143, 237.1428571429);
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin: 0 auto;
  width: 100%;
}
.tabs input[type=radio] {
  display: none;
}
.tabs input[type=radio]:checked + label {
  color: #2563eb;
  background-color: white;
  -webkit-transform: translatey(1px);
          transform: translatey(1px);
}
.tabs input[type=radio]:checked + label + .tab-content {
  display: block;
}
.tabs label {
  padding: 0.5em 0.75em;
  color: #797a80;
  font-size: 1.25em;
  border: 1px solid #e4e5f0;
  border-bottom: unset;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.tabs label:hover {
  color: black;
}
.tabs .tab-content {
  display: none;
  width: 100%;
  border-top: 1px solid #e4e5f0;
  border-radius: 5px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

ul.nav-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-path li a {
  font-size: 0.875em;
  text-decoration: none;
}
ul.nav-path li a::after {
  content: "❯";
  display: inline-block;
  width: 1em;
  color: #aaaab3;
  text-align: right;
}
ul.nav-path li:nth-last-child(1) a::after {
  display: none;
}

/* 閱讀紀錄的查詢欄.......................... */
.query-form {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 70px;
  gap: 0.25em;
  max-width: 600px;
}
.query-form input[type=text] {
  width: 100%;
}

/* 分頁的功能............................................ */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  padding: 0 1em 3em 1em;
  text-align: center;
}
.pager *:nth-child(1) {
  padding: 0 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 36px;
  border-radius: 3em;
  border: 1px solid #ccc;
  -webkit-transition: color 0.3s ease-in-out, 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.pager *:nth-child(1):hover {
  color: white;
  background-color: #2563eb;
  border-color: #2563eb;
}
.pager *:nth-child(1)::after {
  content: "Prev";
}
.pager *:nth-last-child(1) {
  padding: 0 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 36px;
  border-radius: 3em;
  border: 1px solid #ccc;
  -webkit-transition: color 0.3s ease-in-out, 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.pager *:nth-last-child(1):hover {
  color: white;
  background-color: #2563eb;
  border-color: #2563eb;
}
.pager *:nth-last-child(1)::before {
  content: "Next";
}
.pager a {
  text-decoration: none;
}
.pager a:hover {
  color: white;
  background-color: #2563eb;
}
.pager a, .pager .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.pager .current {
  color: white;
  background-color: #2563eb;
}

/* modal的基本樣式...................................... */
.modal {
  visibility: hidden;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  /* 顯示modal的樣式 */
}
.modal.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s;
  transition: opacity 0.3s ease, visibility 0s;
  /* 顯示modal內容的樣式 */
}
.modal.show .modal-content {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* modal內容的樣式 */
.modal-content {
  margin: 1em auto;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  max-width: 800px;
  width: 90%;
  background-color: white;
  border-radius: 1em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.modal-content #modalATitle {
  margin: 0;
  padding: 0.75em 0;
  text-align: center;
  font-size: 1.5em;
  border-bottom: 1px solid #c2c3cc;
}
.modal-content #modalADesc {
  padding-top: 1em;
  padding-bottom: 1em;
}

/* 關閉按鈕的樣式 */
.close-modal {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.root main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.b-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5em;
  text-decoration: none;
  color: #66666b;
}

.logo-img img {
  width: 50px;
}

.b-logo-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25em;
  color: #2563eb;
}
@media (min-width: 0) {
  .b-logo-text {
    display: none;
  }
}
@media (min-width: 550px) {
  .b-logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

h1.b-title {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
}

.b-slogen {
  font-size: 0.75em;
}

.b-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}

.b-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}
.b-login a {
  padding: 0.5em 0.85em;
  color: #2563eb;
  text-decoration: none;
  border: 1px solid #66666b;
  border-radius: 2em;
  border: 1px solid #2563eb;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.b-login a:hover {
  color: white;
  background-color: #2563eb;
}

.search-bar-state {
  position: fixed;
  top: -80px;
  left: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  background-color: white;
  z-index: 99;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.search-bar-state.show {
  top: 0;
}

#search-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#search-close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.search-bar {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  width: max(200px, 60%);
  height: 40px;
  border: 1px solid #2563eb;
  border-radius: 5px;
}
.search-bar input[type=text],
.search-bar button {
  height: 100%;
  border: none;
  outline: none;
  background-color: none;
}
.search-bar input[type=text] {
  padding: 0 0.5em;
  width: 100%;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.search-bar input[type=text]:focus {
  color: #2563eb;
}
.search-bar button {
  padding: 0.5em;
  width: 3em;
  color: white;
  background-color: #2563eb;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.search-bar button:hover {
  background-color: #2563eb;
}

.member-bar-state {
  padding: 2em 1em;
  position: fixed;
  top: -200px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
  background-color: white;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  z-index: 15;
}
.member-bar-state.show {
  top: 0;
}

.member-bar-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
  max-width: 400px;
}

#member-bar-forms-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#member-bar-forms-close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.member-bar-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25em;
  width: 100%;
}
.member-bar-forms > div {
  height: 40px;
}
.member-bar-forms > div input[type=text],
.member-bar-forms > div input[type=password] {
  padding: 0 0.5em;
  width: 100%;
  height: 100%;
  border: 1px solid #2563eb;
  border-radius: 5px;
  outline: none;
  background-color: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.member-bar-forms > div input[type=text]:focus,
.member-bar-forms > div input[type=password]:focus {
  color: #2563eb;
}

.remember-me-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.remember-me-btn .btn {
  padding: 0.5em 0.75em;
  color: white;
  background-color: #2563eb;
  border-color: #2563eb;
  cursor: pointer;
}
.remember-me-btn .btn:hover {
  background-color: rgb(60.3571428571, 115.7142857143, 237.1428571429);
}

header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  padding: 0 3.5em 0 1em;
  width: 100%;
  height: 80px;
  backdrop-filter: blur(3em);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.025);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.025);
  z-index: 10;
}
header .b-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.b-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main {
  padding-top: 80px;
}

section.main {
  min-height: 100%;
  background-color: #f9fafb;
}
section.main article {
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 0) {
  section.main article {
    padding: 1em;
  }
}
@media (min-width: 768px) {
  section.main article {
    padding: 2em 0;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border-top: 1px solid #e4e5f0;
}

.footer-group-links {
  display: grid;
  row-gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 2em 1em;
  max-width: 1200px;
  width: 100%;
}

dl.footer-links {
  margin: 0;
  padding: 0;
  width: 100%;
}
dl.footer-links dt {
  padding-bottom: 1rem;
  font-size: 1.125em;
  font-weight: bold;
  color: #004a99;
}
dl.footer-links dd {
  margin: 0;
  padding: 0;
}

ul.footer-items {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.75;
}
ul.footer-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.footer-items li a {
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  -webkit-transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
}
ul.footer-items li a:hover {
  border-bottom: 1px dotted #0090ff;
}

i.footer-icon {
  margin-right: 0.125em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
i.footer-icon.fb {
  background-image: url(../../assets/images/footer/fb.svg);
}
i.footer-icon.ig {
  background-image: url(../../assets/images/footer/instagram.svg);
}
i.footer-icon.youtube {
  background-image: url(../../assets/images/footer/youtube.svg);
}
i.footer-icon.tiktok {
  background-image: url(../../assets/images/footer/tiktok.svg);
}

.company-info {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  padding: 2em 1em;
  line-height: 1.5;
  border-top: 1px solid #e4e5f0;
}
.company-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}

@media only screen and (min-width: 0) {
  .footer-group-links {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .company-info {
    grid-template-columns: 1fr;
  }
  ul.footer-company-name li {
    text-align: center;
  }
  ul.footer-company-name li span {
    display: block;
  }
  ul.footer-company-info li {
    text-align: center;
  }
  ul.footer-items li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 400px) {
  .footer-group-links {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: unset;
  }
  ul.footer-company-name li span {
    display: unset;
  }
  ul.footer-items li {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media only screen and (min-width: 750px) {
  .footer-group-links {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .company-info {
    grid-template-columns: 3fr auto 3fr;
  }
  ul.footer-company-name li {
    text-align: right;
  }
  ul.footer-company-info li {
    text-align: unset;
  }
}
.kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  padding: 4em 1em;
  text-align: center;
  color: white;
  background-color: #004a99;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#3484ec), color-stop(#732fdf), to(#3484ec));
  background-image: linear-gradient(to bottom right, #3484ec, #732fdf, #3484ec);
}

.kv-title {
  margin: 0;
  padding: 0;
  font-size: 3.75em;
}
@media (min-width: 0) {
  .kv-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .kv-title {
    font-size: 3.75rem;
  }
}

.kv-slogen {
  margin: 0;
  padding: 0.75em 0 1.5em 0;
}
@media (min-width: 0) {
  .kv-slogen {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .kv-slogen {
    font-size: 1.5em;
  }
}

.kv-des {
  padding: 0 0 3em;
  font-size: 1.125em;
  line-height: 1.75;
}

.b-four-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5em;
  max-width: 1300px;
  width: 100%;
}
@media (min-width: 0) {
  .b-four-point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .b-four-point {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.b-point-item {
  margin: 0 auto;
  padding: 1rem;
  max-width: 350px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 1.3rem;
  backdrop-filter: blur(4px);
}
.b-point-item > span {
  font-size: 0.875em;
}

.text-point-number {
  font-size: 1.5em;
  font-weight: bold;
}

section.category-center {
  min-height: 100%;
  background-color: #f9fafb;
}
section.category-center article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  margin: 0 auto;
  padding: 2em 1em;
  max-width: 1280px;
}

hgroup.b-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  text-align: center;
}

.b-main-title {
  margin: 0;
  padding: 0;
  color: #111827;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 2.5rem;
}

.b-sub-title {
  margin: 0;
  color: #4b5563;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.75rem;
}

.b-category-center {
  margin: 0 auto;
  display: grid;
  gap: 1.5em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1248px;
  width: 100%;
  background-image: url(../../assets/images/bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (min-width: 0) {
  .b-category-center {
    padding: 0;
    grid-template-columns: repeat(1, minmax(0, 1000px));
  }
}
@media (min-width: 768px) {
  .b-category-center {
    grid-template-columns: repeat(2, minmax(0, 600px));
  }
}
@media (min-width: 1024px) {
  .b-category-center {
    grid-template-columns: repeat(3, minmax(0, 600px));
  }
}
@media (min-width: 1280px) {
  .b-category-center {
    grid-template-columns: repeat(4, minmax(0, 600px));
  }
}
@media (min-width: 1280px) {
  .b-category-center.three {
    grid-template-columns: repeat(3, minmax(0, 600px));
  }
}
@media (min-width: 1024px) {
  .b-category-center.two {
    grid-template-columns: repeat(2, minmax(0, 600px));
  }
}
@media (min-width: 1280px) {
  .b-category-center.two {
    grid-template-columns: repeat(2, minmax(0, 600px));
  }
}
@media (min-width: 768px) {
  .b-category-center.one {
    grid-template-columns: repeat(1, minmax(0, 600px));
  }
}
@media (min-width: 1024px) {
  .b-category-center.one {
    grid-template-columns: repeat(1, minmax(0, 600px));
  }
}
@media (min-width: 1280px) {
  .b-category-center.one {
    grid-template-columns: repeat(1, minmax(0, 600px));
  }
}

a.b-category-center-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  color: #4b5563;
  font-size: 0.875rem;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1em;
  -webkit-transition: border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
a.b-category-center-item.a .category-center-item-icon {
  background-color: #2563eb;
}
a.b-category-center-item.a .category-center-item-cta {
  color: #2563eb;
}
a.b-category-center-item.b .category-center-item-icon {
  background-color: #7c3aed;
}
a.b-category-center-item.b .category-center-item-cta {
  color: #7c3aed;
}
a.b-category-center-item.c .category-center-item-icon {
  background-color: #059669;
}
a.b-category-center-item.c .category-center-item-cta {
  color: #059669;
}
a.b-category-center-item.d .category-center-item-icon {
  background-color: #d97706;
}
a.b-category-center-item.d .category-center-item-cta {
  color: #d97706;
}
a.b-category-center-item.e .category-center-item-icon {
  background-color: #3b82f6;
}
a.b-category-center-item.e .category-center-item-cta {
  color: #3b82f6;
}
a.b-category-center-item.f .category-center-item-icon {
  background-color: #ef4444;
}
a.b-category-center-item.f .category-center-item-cta {
  color: #ef4444;
}
a.b-category-center-item.g .category-center-item-icon {
  background-color: #eab308;
}
a.b-category-center-item.g .category-center-item-cta {
  color: #eab308;
}
a.b-category-center-item.h .category-center-item-icon {
  background-color: #374151;
}
a.b-category-center-item.h .category-center-item-cta {
  color: #374151;
}
a.b-category-center-item.i .category-center-item-icon {
  background-color: #ec4899;
}
a.b-category-center-item.i .category-center-item-cta {
  color: #ec4899;
}
a.b-category-center-item.j .category-center-item-icon {
  background-color: #16a34a;
}
a.b-category-center-item.j .category-center-item-cta {
  color: #16a34a;
}
a.b-category-center-item.k .category-center-item-icon {
  background-color: #4f46e5;
}
a.b-category-center-item.k .category-center-item-cta {
  color: #4f46e5;
}
a.b-category-center-item.l .category-center-item-icon {
  background-color: #7c2d12;
}
a.b-category-center-item.l .category-center-item-cta {
  color: #7c2d12;
}
a.b-category-center-item.m .category-center-item-icon {
  background-color: #0d9488;
}
a.b-category-center-item.m .category-center-item-cta {
  color: #0d9488;
}
a.b-category-center-item.n .category-center-item-icon {
  background-color: #2eb517;
}
a.b-category-center-item.n .category-center-item-cta {
  color: #2eb517;
}
a.b-category-center-item.o .category-center-item-icon {
  background-color: #c121a5;
}
a.b-category-center-item.o .category-center-item-cta {
  color: #c121a5;
}
a.b-category-center-item.p .category-center-item-icon {
  background-color: #1543f1;
}
a.b-category-center-item.p .category-center-item-cta {
  color: #1543f1;
}
a.b-category-center-item.q .category-center-item-icon {
  background-color: #f115e4;
}
a.b-category-center-item.q .category-center-item-cta {
  color: #f115e4;
}
a.b-category-center-item:hover {
  border-color: #2563eb;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
a.b-category-center-item:hover .flag {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
a.b-category-center-item:hover .category-center-item-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.category-center-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
  color: white;
  border-radius: 1.25rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.category-center-item-photo img {
  width: 100%;
  border-radius: 10px;
}

h3.category-center-item-title {
  margin: 0;
  padding: 1rem 0 1rem 0;
  font-size: 1.25rem;
  color: #111827;
}

p.category-center-item-des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0 0 1rem 0;
  line-height: 1.5;
}

.flag {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.category-title {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  max-width: 720px;
  text-align: center;
}
.category-title h2 {
  margin: 0;
  padding: 0;
  color: #0f1419;
  font-size: 2.25em;
  text-align: center;
}
.category-title h3 {
  margin: 0;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.5;
}

.btn.buy, a.btn.buy {
  color: #2563eb;
  border-radius: 5px;
  border-color: #2563eb;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn.buy:hover, a.btn.buy:hover {
  color: white;
  background-color: #2563eb;
}

dl.d-annua-mag {
  margin: 0;
  padding: 0;
}
dl.d-annua-mag dt {
  border-bottom: 5px solid #2563eb;
}
dl.d-annua-mag dt h2 {
  margin: 0;
  padding: 0.75rem 1rem 0.5rem;
  display: inline-block;
  color: white;
  font-size: 1.25em;
  background-color: #2563eb;
  border-radius: 10px 10px 0 0;
}
dl.d-annua-mag dd {
  margin: 0;
  padding: 1em 0;
  display: grid;
  gap: 2em clamp(1em, 3vw, 1.5em);
}
@media (min-width: 0) {
  dl.d-annua-mag dd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 600px) {
  dl.d-annua-mag dd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  dl.d-annua-mag dd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  dl.d-annua-mag dd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
dl.d-annua-mag dd.five h6:nth-child(1) {
  padding: 0 0 0.5em 0;
  font-size: 0.875em;
  font-weight: 100;
}
dl.d-annua-mag dd.five .mag-name {
  font-size: 1rem;
}
@media (min-width: 0px) {
  dl.d-annua-mag dd.five {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 500px) {
  dl.d-annua-mag dd.five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 800px) {
  dl.d-annua-mag dd.five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  dl.d-annua-mag dd.five {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  dl.d-annua-mag dd.five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.mag-item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  border: 1px solid #e4e5f0;
  border-radius: 10px;
}

figure.mag-cover {
  max-width: 300px;
}
figure.mag-cover img {
  width: 100%;
}

figure.mag-index-cover {
  width: 100%;
  height: 141px;
}
figure.mag-index-cover img {
  width: 100%;
  height: 141px;
  border-radius: 10px;
}

.d-mag {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.75em 1em 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
  background-color: white;
}

.mag-name-date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}

.mag-name {
  margin: 0;
  padding: 0;
  color: #0f1419;
  font-size: 1.2rem;
}

.mag-date {
  font-size: 0.75em;
}

.mag-tel {
  font-size: 0.75em;
}

.mag-range {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  display: inline-block;
  padding: 0.25em 0.5em;
  font-weight: bold;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.mag-range.level-1 {
  color: #eb3b5a;
}
.mag-range.level-2 {
  color: #2563eb;
}
.mag-range.level-3 {
  color: #dc3beb;
}

.mag-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}

/* 加入收藏的按鈕效果 ............................ */
/* 將 checkbox 隱藏 */
.favorite-checkbox {
  display: none;
}
.favorite-checkbox:checked ~ .favorite-label {
  background-color: #ef4444;
  border-color: #ef4444;
  color: white;
}
.favorite-checkbox:checked ~ .favorite-label .un-favorited-text {
  display: none;
}
.favorite-checkbox:checked ~ .favorite-label .favorited-text {
  display: inline-block;
}

.favorite-label {
  padding: 3px 10px;
  color: #ef4444;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; /* 避免文字被選取 */
  cursor: pointer;
  /* 初始狀態：顯示「收藏」的文字，隱藏「已收藏」的文字 */
}
.favorite-label .un-favorited-text {
  display: inline-block;
}
.favorite-label .favorited-text {
  display: none;
}

.mag-template-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}

.mag-template-title {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 1.5em;
  color: black;
  background-color: white;
  border-radius: 5px;
}

.mag-template-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media (min-width: 0) {
  .mag-template-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .mag-template-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mag-template-cover > figure > img {
  width: 100%;
  min-width: 250px;
}

.mag-template-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

dl.mag-template-des-group {
  margin: 0;
  padding: 0;
}
dl.mag-template-des-group dt {
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #e4e5f0;
}
dl.mag-template-des-group dt > h3 {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  color: #2563eb;
  background-color: #e4e5f0;
  border-radius: 10px 10px 0 0;
}
dl.mag-template-des-group dd {
  margin: 0;
  padding: 1em 0;
  line-height: 1.35;
}

ul.dir-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.dir-list > li {
  padding: 0.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
  border-bottom: 1px dotted #e4e5f0;
}
ul.dir-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  text-decoration: none;
}
ul.dir-list > li > a > div {
  padding: 0.25em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.dir-list > li > a > div:nth-child(1) {
  color: black;
  border: 1px solid #e4e5f0;
  border-radius: 5px;
  min-width: 6.5em;
}
ul.dir-list > li > div {
  padding: 0.25em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.dir-list > li > div:nth-child(1) {
  color: black;
  border: 1px solid #e4e5f0;
  border-radius: 5px;
  min-width: 6.5em;
}

.mag-links {
  gap: 0.5em;
}
.mag-links a.btn {
  color: #2563eb;
  background-color: white;
  border-color: #2563eb;
}
.mag-links a.btn.read-it {
  color: white;
  background-color: #2563eb;
}
.mag-links a.btn.read-it:hover {
  background-color: rgb(60.3571428571, 115.7142857143, 237.1428571429);
}
@media (min-width: 0) {
  .mag-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mag-links a.btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mag-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-template-columns: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mag-links a.btn {
    width: unset;
  }
}

.about-our-mag {
  padding: 1.5em;
  background-color: white;
  border-radius: 10px;
}
.about-our-mag h2 {
  margin: 0;
  padding: 0;
  color: #0f1419;
  font-size: 1.5rem;
}

.b-our-mags {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5em;
}
@media (min-width: 0) {
  .b-our-mags {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .b-our-mags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .b-our-mags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.b-mag h3 {
  color: #0f1419;
  font-size: 1.125em;
}

/* 會員專區.................................... */
/* 更新密碼..................................... */
.change-password-1 {
  max-width: 600px;
  width: 100%;
}
.change-password-1 .right > .btn {
  max-width: 150px;
  width: 100%;
}

.change-password-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.change-password-row input[type=password] {
  width: 100%;
}

/* 啟動課程..................................... */
.activity-1 {
  max-width: 600px;
  width: 100%;
}
.activity-1 h3 {
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  border-bottom: 5px solid #e4e5f0;
}
.activity-1 h3 em {
  color: initial;
}
.activity-1 .right > .btn {
  max-width: 150px;
  width: 100%;
}
.activity-1 .activity-row:nth-last-child(1) {
  border-bottom: initial;
}

.activity-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e4e5f0;
}
.activity-row > div {
  padding: 0.75em 0;
}
.activity-row > div:nth-child(1) {
  max-width: 150px;
  width: 100%;
}

ul.activity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
ul.activity-list li {
  padding-bottom: 1em;
  border-bottom: 1px solid #e4e5f0;
}

/* 個人資料..................................... */
.user-data-1 {
  max-width: 600px;
  width: 100%;
}
.user-data-1 .right > .btn {
  max-width: 150px;
  width: 100%;
}

.user-data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-data-row label {
  max-width: 90px;
  width: 100%;
}
.user-data-row input[type=text],
.user-data-row input[type=password] {
  width: 100%;
}

.register-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.register-row {
  display: grid;
  grid-template-columns: 90px 1fr;
}
.register-row > label {
  padding-top: 0.75em;
}
@media (min-width: 0) {
  .register-row {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .register-row {
    grid-template-columns: 90px 1fr;
  }
}

.input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5em;
}
.input-field > input[type=text] {
  width: 100%;
  line-height: 1.5;
}
.input-field > button {
  width: 160px;
  background-color: #e4e5f0;
  border-color: #c2c3cc;
}

.text-message {
  display: none;
}
.text-message.show {
  display: block;
  padding-top: 1em;
  padding-left: 0.75em;
  color: #2563eb;
}

.amc-say-yes {
  cursor: pointer;
  color: #2563eb;
  border-bottom: 1px solid #2563eb;
}

.tabs-container {
  height: 400px;
  overflow-y: auto;
  font-size: 14px;
}
.tabs-container > h3 {
  margin: 0;
  padding: 1em 0 0;
  font-size: 1.5em;
  color: #2563eb;
  text-align: center;
}
.tabs-container ul, .tabs-container ol {
  line-height: 1.5;
}
.tabs-container > ol li {
  padding-bottom: 1em;
}
.tabs-container > ol li > ol {
  padding-left: 1.5em;
}
.tabs-container > ol li > ol li {
  padding-bottom: unset;
  color: #797a80;
}

.tab-content > iframe {
  width: 100%;
  height: 400px;
}

.member-area {
  padding: 2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 1em;
}

.b-field {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  width: 100%;
  border: 1px solid #e4e5f0;
  border-radius: 1em;
}
.b-field legend {
  padding: 0 0.75rem;
  color: #2563eb;
  font-size: 1.25em;
  font-weight: bold;
}

/* 新手上路................................. */
.explain-area {
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border: 1px solid #e4e5f0;
  border-radius: 1em;
}
@media (min-width: 0) {
  .explain-area {
    padding: 1em;
  }
}
@media (min-width: 768px) {
  .explain-area {
    padding: 2em;
  }
}
.explain-area > hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e4e5f0;
}
@media (min-width: 0) {
  .explain-area > hgroup {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .explain-area > hgroup {
    font-size: unset;
  }
}
.explain-area > hgroup > h3 {
  margin: 0;
  padding: 0 0.5em;
  max-width: 4.5em;
  width: 100%;
  font-size: 1.75em;
  text-align: center;
  color: #2563eb;
  border: 3px solid #2563eb;
  border-radius: 3em;
}
.explain-area > hgroup > h5 {
  margin: 0;
  font-size: 1.55em;
}
.explain-area > hgroup > h5 em {
  color: #2563eb;
}

figure.explain-step-pic {
  margin: 0 auto;
  padding: 2em 0;
}
figure.explain-step-pic img {
  width: 100%;
}

.w-446 {
  max-width: 446px;
}

/* 系統需求................................. */
.system-area {
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border: 1px solid #e4e5f0;
  border-radius: 1em;
}
@media (min-width: 0) {
  .system-area {
    padding: 1em;
  }
}
@media (min-width: 768px) {
  .system-area {
    padding: 2em;
  }
}

ul.six-icons {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1em 0;
  max-width: 640px;
  list-style: none;
}
@media (min-width: 0) {
  ul.six-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2em 1em;
  }
}
@media (min-width: 768px) {
  ul.six-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2em 5em;
  }
}
ul.six-icons li:nth-child(odd) figure.system-icon > img {
  border: unset;
}

figure.system-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  max-width: 200px;
}
figure.system-icon > img {
  width: 100%;
  border: 2px solid #f1505b;
  border-radius: 50%;
}
figure.system-icon > figcaption {
  text-align: center;
}

/* 學習紀錄................................. */
.records-area {
  padding: 2em;
  background-color: white;
  border: 1px solid #e4e5f0;
  border-radius: 1em;
}
@media (min-width: 0) {
  .records-area {
    padding: 1em;
  }
}
@media (min-width: 768px) {
  .records-area {
    padding: 2em;
  }
}

.records-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0) {
  .records-group {
    gap: 1em;
  }
}
@media (min-width: 900px) {
  .records-group {
    gap: unset;
  }
}

/* 閱讀紀錄................................................... */
.records-head {
  color: #2563eb;
  font-weight: bold;
  background-color: #e4e5f0;
}
@media (min-width: 0) {
  .records-head {
    display: none;
  }
}
@media (min-width: 970px) {
  .records-head {
    display: grid;
    grid-template-columns: 250px 1fr 80px 60px 60px 1fr 100px 1fr;
  }
  .records-head > div {
    padding: 0.75em 0.25em;
  }
}

@media (min-width: 0) {
  .records-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .records-row > div {
    padding: 0.5em 0;
    border-bottom: 1px solid #e4e5f0;
  }
  .records-row > div::before {
    content: attr(data-label);
    color: block;
    font-weight: bold;
  }
  .records-row > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .records-row > div:nth-child(2) {
    padding: 0.75rem 0.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    color: #2563eb;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    background-color: #e4e5f0;
  }
  .records-row > div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .records-row > div:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .records-row > div:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .records-row > div:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .records-row > div:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .records-row > div:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media (min-width: 970px) {
  .records-row {
    display: grid;
    grid-template-columns: 250px 1fr 80px 60px 60px 1fr 100px 1fr;
    border-bottom: 1px solid #e4e5f0;
  }
  .records-row > div {
    padding: 0.75em 0.25em;
    border-bottom: unset;
  }
  .records-row > div::before {
    content: "";
  }
  .records-row > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .records-row > div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color: unset;
    text-align: unset;
    font-size: unset;
    font-weight: unset;
    background-color: unset;
  }
  .records-row > div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .records-row > div:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .records-row > div:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .records-row > div:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .records-row > div:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .records-row > div:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

/* 閱讀紀錄：叢書............................................. */
.records-book-head {
  color: #2563eb;
  font-weight: bold;
  background-color: #e4e5f0;
}
@media (min-width: 0) {
  .records-book-head {
    display: none;
  }
}
@media (min-width: 970px) {
  .records-book-head {
    display: grid;
    grid-template-columns: 100px 1fr 160px 100px 220px;
  }
  .records-book-head > div {
    padding: 0.75em 0.25em;
  }
}

@media (min-width: 0) {
  .records-book-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .records-book-row > div {
    padding: 0.5em 0;
    border-bottom: 1px solid #e4e5f0;
  }
  .records-book-row > div::before {
    content: attr(data-label);
    color: block;
    font-weight: bold;
  }
  .records-book-row > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .records-book-row > div:nth-child(2) {
    padding: 0.75rem 0.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    color: #2563eb;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    background-color: #e4e5f0;
  }
  .records-book-row > div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .records-book-row > div:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .records-book-row > div:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 970px) {
  .records-book-row {
    display: grid;
    grid-template-columns: 100px 1fr 160px 100px 220px;
    border-bottom: 1px solid #e4e5f0;
  }
  .records-book-row > div {
    padding: 0.75em 0.25em;
    border-bottom: unset;
  }
  .records-book-row > div::before {
    content: "";
  }
  .records-book-row > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .records-book-row > div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color: unset;
    text-align: unset;
    font-size: unset;
    font-weight: unset;
    background-color: unset;
  }
  .records-book-row > div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .records-book-row > div:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .records-book-row > div:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

/* 練習紀錄........................................... */
.practise-head {
  color: #2563eb;
  font-weight: bold;
  background-color: #e4e5f0;
}
@media (min-width: 0) {
  .practise-head {
    display: none;
  }
}
@media (min-width: 970px) {
  .practise-head {
    display: grid;
    grid-template-columns: 80px 130px 100px 100px 1fr 80px 80px 80px 60px 60px;
  }
  .practise-head > div {
    padding: 0.75em 0.25em;
  }
}

@media (min-width: 0) {
  .practise-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .practise-row > div {
    padding: 0.5em 0;
    border-bottom: 1px solid #e4e5f0;
  }
  .practise-row > div::before {
    content: attr(data-label);
    color: block;
    font-weight: bold;
  }
  .practise-row > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .practise-row > div:nth-child(2) {
    padding: 0.75rem 0.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    color: #2563eb;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    background-color: #e4e5f0;
  }
  .practise-row > div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .practise-row > div:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .practise-row > div:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .practise-row > div:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .practise-row > div:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .practise-row > div:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .practise-row > div:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .practise-row > div:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .practise-row > div:nth-child(10) > a {
    padding: 0.15em 0.5em;
    font-size: 14px;
    color: #2563eb;
    text-decoration: none;
    border: 1px solid #2563eb;
    border-radius: 5em;
  }
}
@media (min-width: 970px) {
  .practise-row {
    display: grid;
    grid-template-columns: 80px 130px 100px 100px 1fr 80px 80px 80px 60px 60px;
    border-bottom: 1px solid #e4e5f0;
  }
  .practise-row > div {
    padding: 0.75em 0.25em;
    border-bottom: unset;
  }
  .practise-row > div::before {
    content: "";
  }
  .practise-row > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .practise-row > div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color: unset;
    text-align: unset;
    font-size: unset;
    font-weight: unset;
    background-color: unset;
  }
  .practise-row > div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .practise-row > div:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .practise-row > div:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .practise-row > div:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .practise-row > div:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .practise-row > div:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .practise-row > div:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .practise-row > div:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}