@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! 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;
}

/*
-----------------------------------------------------------------
* 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: #525357;
  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: #ffcc40;
}

sup {
  font-size: 1.2em;
  top: -0.33em;
  right: 0.09em;
}

/* 修改預設的 HTML Tag ----------------------------------- */
/* 清除圖片底部的空白 ------------------------------------- */
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;
}

/*
-----------------------------------------------------------------
* btn 的共用樣式                                                  *
-----------------------------------------------------------------
*/
.btn {
  display: inline-block;
  padding: 0.35em 0.75em;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out, border-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, border-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* 修改預設的 HTML Tag ----------------------------- */
/* 主選單中間的導覽 & 登入、註冊 ---------------------- */
.nav-bar {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: 999999999;
}
.nav-bar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-bar > div:nth-child(1) {
  gap: 0.75em;
}
.nav-bar > div:nth-child(1) a {
  padding: 1em 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;
  max-width: calc(297px + 2em);
}
.nav-bar > div:nth-child(1) a img {
  width: 100%;
}
.nav-bar > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-bar > div:nth-child(3) {
  background-color: #06c755;
}
.nav-bar > div:nth-child(3) 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;
  padding: 1em;
}
.nav-bar > div:nth-child(3) a img {
  width: 127px;
}

.nav-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

ul.nav {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 80px;
}
ul.nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  color: black;
  text-decoration: none;
  height: 100%;
  border-bottom: 0px solid transparent;
  -webkit-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
}
ul.nav > li > a:hover, ul.nav > li > a.active {
  position: relative;
  border-bottom: 8px solid #ffcc40;
}
ul.nav > li.loginReg > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  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: #dbdee3;
  border-radius: 5px;
}
ul.nav > li.loginReg > ul li:nth-child(1) {
  border-right: 1px solid white;
}
ul.nav > li.loginReg > ul li a {
  display: block;
  padding: 0.25em 0.5em;
  font-size: 1.125em;
  text-align: center;
  text-decoration: none;
  color: black;
}

label.switch-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: fixed;
  top: 1em;
  right: 1em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0084ff;
  background-image: url(../images/nav/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}
label.switch-open + input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1399px) and (min-width: 0) {
  label.switch-open + input[type=checkbox]:checked ~ .nav-bar {
    position: fixed;
    right: 0;
  }
  label.switch-close {
    position: fixed;
    top: 1em;
    right: 1em;
    width: 50px;
    height: 50px;
    background-color: #0084ff;
    background-image: url(../images/nav/close.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .nav-bar {
    position: fixed;
    right: -300px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    height: 100vh;
    -webkit-box-shadow: 1em 0 1em rgba(0, 0, 0, 0.91);
            box-shadow: 1em 0 1em rgba(0, 0, 0, 0.91);
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .nav-bar > div {
    width: 100%;
  }
  .nav-bar > div:nth-child(1) {
    padding-top: 4em;
    padding-left: unset;
  }
  .nav-zone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em;
    border-left: unset;
    border-right: unset;
  }
  ul.nav li {
    margin-right: unset;
    width: 100%;
    border-right: unset;
  }
  ul.nav li a {
    padding: 0.25em 1em;
    width: 100%;
  }
  ul.nav li a.active::before {
    content: "";
    display: none;
  }
  ul.nav li.loginReg > ul {
    width: 70%;
  }
}
@media only screen and (min-width: 1400px) {
  label.switch-open {
    display: none;
  }
  label.switch-close {
    display: none;
  }
  .nav-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .nav-bar > div {
    height: 100%;
  }
  .nav-bar > div:nth-child(1) {
    padding-top: unset;
    padding-left: 2em;
  }
  .nav-zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* 修改預設的 HTML Tag ............................. */
/* footer 設定 .................................... */
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 {
  color: #004a99;
  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 {
  color: #0090ff;
  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;
}

.icon {
  display: inline-block;
}
.icon img {
  width: 24px;
  -webkit-animation: move 0.3s ease-in-out infinite;
          animation: move 0.3s ease-in-out infinite;
}

/* RWD: footer .................................... */
@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 1fr 3fr;
  }
  ul.footer-company-name li {
    text-align: right;
  }
  ul.footer-company-info li {
    text-align: unset;
  }
}
/* KV 設定 ---------------------------------------- */
.kv {
  background-repeat: no-repeat;
}
@media (min-width: 0) {
  .kv {
    height: 175vw;
    background-image: url(../images/kv/kv-m.png);
    background-position: center top;
    background-size: contain;
  }
}
@media (min-width: 700px) {
  .kv {
    height: 683px;
    background-image: url(../images/kv/kv.png);
    background-position: center bottom;
    background-size: auto;
  }
}
.kv article {
  padding: 7em 1em 0;
}
.kv h1 {
  display: none;
}

/* 網站大標題 -------------------------------------- */
.site-title {
  margin: 0 auto;
  max-width: 404px;
}
@media (min-width: 0) {
  .site-title {
    display: none;
  }
}
@media (min-width: 700px) {
  .site-title {
    display: block;
  }
}
.site-title img {
  width: 100%;
}

/* 子標題 ----------------------------------- */
.sub-title {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 3em 0;
  max-width: 600px;
  width: 100%;
  z-index: 5;
}

.sub-title-h2 {
  position: relative;
  margin: 0;
  padding: 0.65rem 1rem;
  width: 100%;
  font-size: clamp(1.75em, 7vw, 3em);
  color: white;
  text-align: center;
  background-color: #435eff;
  border-radius: 5px;
}
.sub-title-h2 em {
  font-style: normal;
  color: #ffca56;
}
.sub-title-h2::before, .sub-title-h2::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) {
  .sub-title-h2::before, .sub-title-h2::after {
    bottom: -20px;
    width: 100px;
    height: 20px;
  }
}
@media (min-width: 700px) {
  .sub-title-h2::before, .sub-title-h2::after {
    bottom: -30px;
    width: 147px;
    height: 30px;
  }
}
.sub-title-h2::before {
  left: 5px;
  background-image: url(../images/slogen/left.png);
}
.sub-title-h2::after {
  right: 5px;
  background-image: url(../images/slogen/right.png);
}
.sub-title-h2.none {
  padding: unset;
}
.sub-title-h2.none::before, .sub-title-h2.none::after {
  display: none;
}

/* sec1 設定 -------------------------------- */
.sec1 {
  margin-top: -3.25em;
}
.sec1 article {
  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;
  padding: 0 1em 2em;
}

.sec1-container {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1500px;
  width: 100%;
}
@media (min-width: 0) {
  .sec1-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1em;
  }
}
@media (min-width: 700px) {
  .sec1-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1040px) {
  .sec1-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.sec1-item {
  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;
  padding: 1em 1em 11em 1em;
  width: 100%;
  background-color: #ffca56;
  background-repeat: no-repeat;
  background-position: center bottom;
  border: 3px solid #ffca56;
  border-radius: 1em;
}
.sec1-item:nth-child(1) {
  background-image: url(../images/section-1/bg.png);
}
.sec1-item:nth-child(2) {
  background-image: url(../images/section-1/bg-2.png);
}
.sec1-item:nth-child(3) {
  background-image: url(../images/section-1/bg-3.png);
}
.sec1-item:nth-child(4) {
  background-image: url(../images/section-1/bg-4.png);
}

/* 項目標題 -------------------------------- */
.item-title {
  color: #435eff;
  text-align: center;
}
.item-title h3, .item-title h4 {
  margin: 0;
  padding: 0;
}
.item-title h3 {
  font-size: 2.375em;
}

ul.item-list {
  margin: 0;
  padding: 0 0 0 1.25em;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.25;
}

/* sec3 設定 -------------------------------- */
.sec2 {
  background-color: #d5f0fd;
  background-repeat: no-repeat;
}
@media (min-width: 0) {
  .sec2 {
    background-image: url(../images/section-2/bg-m.png);
    background-position: center 30vw;
    background-size: 90%;
  }
}
@media (min-width: 500px) {
  .sec2 {
    background-position: center 22vw;
  }
}
@media (min-width: 700px) {
  .sec2 {
    background-image: url(../images/section-2/bg.png);
    background-position: center bottom;
    background-size: unset;
  }
}
.sec2 article {
  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;
  margin: 0 auto;
  padding: 2em 1em;
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 0) {
  .sec2 article {
    gap: 65vw;
  }
}
@media (min-width: 700px) {
  .sec2 article {
    gap: unset;
  }
}

/* sec2 放置內容的容器 ---------------------- */
.sec2-container {
  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: 800px;
  width: 100%;
}

/* 菁英小班課 ------------------------------ */
.sec2-title {
  text-align: center;
}
.sec2-title > h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.25em 0.5em;
  width: 100%;
  font-size: clamp(1.5em, 8vw, 1.875em);
  color: #435eff;
  background-color: #ffca56;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 0) {
  .sec2-title > h3 {
    max-width: 96%;
  }
}
@media (min-width: 700px) {
  .sec2-title > h3 {
    max-width: 300px;
  }
}
.sec2-title > h3::before, .sec2-title > h3::after {
  content: "";
  position: absolute;
  top: -5%;
  display: block;
  width: 10px;
  height: 110%;
  background: #FFCA56;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 202, 86)), to(rgb(229, 175, 58)));
  background: linear-gradient(90deg, rgb(255, 202, 86) 0%, rgb(229, 175, 58) 100%);
  border-radius: 1em;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.sec2-title > h3::before {
  left: 0;
}
.sec2-title > h3::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 202, 86)), to(rgb(229, 175, 58)));
  background: linear-gradient(-90deg, rgb(255, 202, 86) 0%, rgb(229, 175, 58) 100%);
}

/* sec2 六點事項 --------------------------- */
ul.six-point {
  display: grid;
  gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 0) {
  ul.six-point {
    font-size: 14px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 450px) {
  ul.six-point {
    font-size: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 700px) {
  ul.six-point {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
ul.six-point li.six-point-item {
  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;
  gap: 0.75em;
  padding: 10px;
  background-color: white;
  border-radius: 100px 5em 5em 100px;
  -webkit-box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 0) {
  .point-icon {
    max-width: 66px;
  }
}
@media (min-width: 450px) {
  .point-icon {
    max-width: 82px;
  }
}
.point-icon img {
  width: 100%;
}

.point-content {
  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;
}
.point-content h3, .point-content h4 {
  margin: 0;
  padding: 0;
}
.point-content h3 {
  font-size: 1.5em;
  color: #435eff;
}
.point-content h4 {
  font-size: 1.25em;
}

/* sec3 設定 -------------------------------- */
.sec3 {
  overflow: hidden;
  background-color: #99bb4e;
}
.sec3 article {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 0) {
  .sec3 article {
    padding: 2em 1em 0;
  }
}
@media (min-width: 700px) {
  .sec3 article {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec3-container {
  position: relative;
  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;
  max-width: 920px;
  width: 100%;
  background-color: #80c9ff;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.sec3-container > h3 {
  margin: 0;
  padding: 0.5em 1em;
  color: white;
}

/* 大講堂 ----------------------------------- */
.lecture {
  margin-right: -3em;
  background-color: #d5f0fd;
  border-radius: 10px 10px 0 0;
  width: 100%;
}
@media (min-width: 0) {
  .lecture {
    padding: 1em;
  }
}
@media (min-width: 600px) {
  .lecture {
    padding: 2em;
  }
}

/* sec3 插圖 ------------------------------- */
.sec3-picture {
  max-width: 454px;
}
@media (min-width: 0) {
  .sec3-picture {
    margin: 0 auto;
  }
}
@media (min-width: 700px) {
  .sec3-picture {
    position: absolute;
    bottom: 0;
    left: calc(50% - 750px);
  }
}
.sec3-picture img {
  width: 100%;
}

/* sec3 六點說明 --------------------------- */
ul.lecture-point {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 0) {
  ul.lecture-point {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75em;
  }
}
@media (min-width: 600px) {
  ul.lecture-point {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
  }
}
@media (min-width: 900px) {
  ul.lecture-point {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2em 1em;
  }
}
ul.lecture-point li.lecture-point-item {
  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;
  gap: 0.75em;
}
@media (min-width: 0) {
  ul.lecture-point li.lecture-point-item {
    padding-bottom: 1em;
    border-bottom: 2px dashed white;
  }
}
@media (min-width: 600px) {
  ul.lecture-point li.lecture-point-item {
    padding-bottom: unset;
    border-bottom: unset;
  }
}

@media (min-width: 0) {
  .icon-flag {
    max-width: 32px;
  }
}
@media (min-width: 600px) {
  .icon-flag {
    max-width: 40px;
  }
}
@media (min-width: 900px) {
  .icon-flag {
    max-width: 49px;
  }
}
.icon-flag img {
  width: 100%;
}

.lecture-content h3, .lecture-content h4 {
  margin: 0;
  padding: 0;
}
.lecture-content h3 {
  font-size: 1.5em;
  color: #435eff;
}
.lecture-content h4 {
  font-size: 1.25em;
}

/* sec4 設定 -------------------------------- */
.sec4 {
  overflow: hidden;
  position: relative;
  background-color: white;
}
.sec4 article {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 2em 1em 0;
}

/* sec4 內容的容器 -------------------------- */
.sec4-container {
  position: relative;
  padding: 2em 0;
  max-width: 800px;
  width: 100%;
  z-index: 1;
}

/* man & 雜誌 ------------------------------ */
@media (min-width: 0) {
  .man-mag {
    margin: -5em auto 0;
  }
  .man-mag img {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .man-mag {
    position: absolute;
    bottom: 0;
    left: calc(50% + 220px);
    max-width: 520px;
  }
  .man-mag img {
    width: unset;
  }
}

/* sec4 四大要點 --------------------------- */
ul.four-point {
  display: grid;
  gap: 2em;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 0) {
  ul.four-point {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 600px) {
  ul.four-point {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
ul.four-point li.four-point-item {
  position: relative;
  background-color: #d5f0fd;
  border-radius: 10px;
}
@media (min-width: 0) {
  ul.four-point li.four-point-item {
    padding: 2.5em 1em 1em 1em;
    text-align: center;
  }
}
@media (min-width: 600px) {
  ul.four-point li.four-point-item {
    padding: 1em 1em 1em 2em;
    text-align: unset;
  }
}

/* 各要點的內容 ----------------------------- */
dl.sec4-content {
  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;
  font-weight: bold;
}
dl.sec4-content dt, dl.sec4-content dd {
  margin: 0;
  padding: 0;
}
dl.sec4-content dt {
  font-size: 1.5em;
  color: #435eff;
}
dl.sec4-content dd {
  font-size: 1.25em;
}

/* Like icon ------------------------------ */
.icon-like {
  overflow: hidden;
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 0) {
  .icon-like {
    top: -20px;
    left: calc(50% - 27px);
  }
}
@media (min-width: 600px) {
  .icon-like {
    top: -20px;
    left: -20px;
  }
}
.icon-like img {
  width: 100%;
}

/* sec5 設定 -------------------------------- */
.sec5 {
  overflow: hidden;
  background-color: #435eff;
}
.sec5 article {
  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;
  margin: 0 auto;
  padding: 2em 1em;
}

/* slick.js 自訂義的樣式 ---------------------- */
.slider {
  padding: 2em 0 0;
  width: 80%;
  margin: auto;
}

.slider img {
  width: 100%;
}

/* 圖片間距設定 */
.slick-slide {
  margin: 0 10px;
}

/* 修正 slick-slide overflow 讓間距顯示正常 */
.slick-list {
  margin: 0 -10px;
}

/* 自訂箭頭按鈕 - 通用設定 */
.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  z-index: 999;
  opacity: 1;
  /* 避免 hover 時透明 */
}

/* 移除 slick 預設箭頭圖示 */
.slick-prev:before,
.slick-next:before {
  content: "";
  opacity: 0;
}

/* 左右箭頭圖片 - 預設狀態 */
.slick-prev {
  left: -60px;
  background: url("../images/left.png") no-repeat center;
  background-size: contain;
}

.slick-next {
  right: -60px;
  background: url("../images/right.png") no-repeat center;
  background-size: contain;
}

/* 解決方案：確保 hover 時背景圖片不會被覆蓋 */
.slick-prev:hover {
  opacity: 1;
  background: url("../images/left.png") no-repeat center;
  background-size: contain;
}

.slick-next:hover {
  opacity: 1;
  background: url("../images/right.png") no-repeat center;
  background-size: contain;
}

/* 解決方案：確保 focus (按鈕被點擊/選中) 時背景圖片不會被覆蓋 */
.slick-prev:focus {
  opacity: 1;
  background: url("../images/left.png") no-repeat center;
  background-size: contain;
}

.slick-next:focus {
  opacity: 1;
  background: url("../images/right.png") no-repeat center;
  background-size: contain;
}

.slider-item {
  overflow: hidden;
  max-width: 380px;
  width: 100%;
  border-radius: 10px;
}

.slider-banner {
  width: 100%;
}
.slider-banner img {
  width: 100%;
}

.slider-content {
  padding: 0 10px 10px 10px;
  background-color: #fe493c;
}
.slider-content h3 {
  margin: 0;
  padding: 0.65rem 0;
  font-size: 1.6em;
  color: white;
  text-align: center;
}

.slider-des {
  overflow: hidden;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
.slider-des h4 {
  margin: 0;
  padding: 10px;
  font-size: 1.25em;
  text-align: center;
  color: #fe493c;
  background-color: #ffe5e3;
  border-bottom: 1px solid #fe493c;
}

.slider-text {
  padding: 1em;
  min-height: 86px;
}

/* 第二版學習計劃 .............................. */
.study-plan {
  padding: 3em 1em 2em;
}

.lay-study-plan {
  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;
}

.pay-plans {
  margin: 0 auto;
  padding: 0;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1200px;
}
@media (min-width: 0) {
  .pay-plans {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2em;
  }
}
@media (min-width: 768px) {
  .pay-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .pay-plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2em;
  }
}

.pay-plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2em;
}
.pay-plan-item.a {
  background-color: #f5e5ff;
}
.pay-plan-item.a hgroup.pay-plan-name h2 {
  background-color: #a100ff;
}
.pay-plan-item.a .pay-plan-price em {
  color: #a100ff;
}
.pay-plan-item.a .pay-plan-title-zone {
  background-color: #e7bcff;
}
.pay-plan-item.a .content-zone-row {
  border-bottom: 1px solid #e7bcff;
}
.pay-plan-item.a ul.content-zone-note {
  border-left: 5px solid #e7bcff;
}
.pay-plan-item.b {
  background-color: #fff8e5;
}
.pay-plan-item.b hgroup.pay-plan-name h2 {
  background-color: #ef7c00;
}
.pay-plan-item.b .pay-plan-price em {
  color: #ef7c00;
}
.pay-plan-item.b .pay-plan-title-zone {
  background-color: #ffebaf;
}
.pay-plan-item.b .content-zone-row {
  border-bottom: 1px solid #ffebaf;
}
.pay-plan-item.b ul.content-zone-note {
  border-left: 5px solid #ffebaf;
}
.pay-plan-item.c {
  background-color: #e5f4ff;
}
.pay-plan-item.c hgroup.pay-plan-name h2 {
  background-color: #0090ff;
}
.pay-plan-item.c .pay-plan-price em {
  color: #0090ff;
}
.pay-plan-item.c .pay-plan-title-zone {
  background-color: #afdcff;
}
.pay-plan-item.c .content-zone-row {
  border-bottom: 1px solid #afdcff;
}
.pay-plan-item.c ul.content-zone-note {
  border-left: 5px solid #afdcff;
}
.pay-plan-item.d {
  background-color: #edffe5;
}
.pay-plan-item.d hgroup.pay-plan-name h2 {
  background-color: #2fb804;
}
.pay-plan-item.d .pay-plan-price em {
  color: #2fb804;
}
.pay-plan-item.d .pay-plan-title-zone {
  background-color: #c5ffaf;
}
.pay-plan-item.d .content-zone-row {
  border-bottom: 1px solid #c5ffaf;
}
.pay-plan-item.d ul.content-zone-note {
  border-left: 5px solid #c5ffaf;
}

.pay-plan-title-zone {
  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;
  padding: 2em 1em;
  text-align: center;
  border-radius: 2em;
}
.pay-plan-title-zone h3 {
  margin: 0;
  padding: 0;
  font-size: 1.75rem;
  color: black;
}

hgroup.pay-plan-name {
  margin-top: -3.5em;
  width: 100%;
}
hgroup.pay-plan-name h2 {
  display: inline-block;
  margin: 0;
  padding: 0.75rem 2rem;
  color: white;
  border-radius: 20px;
}

.pay-plan-price {
  color: black;
  font-size: 1.75em;
  font-weight: bold;
}
.pay-plan-price .pay-plan-price-des {
  font-size: 1.125rem;
}
.pay-plan-price .pay-plan-price-des > em {
  color: black;
}
.pay-plan-price .pay-plan-price-des > u {
  text-decoration: none;
  border-bottom: 3px solid #ff9340;
}

.pay-plan-content-zone {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

.content-zone-row {
  padding-bottom: 0.5em;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em 1em;
  color: black;
  font-weight: bold;
}
.content-zone-row > div:nth-child(1) {
  width: 65%;
}
.content-zone-row > div:nth-child(2) {
  width: calc(35% - 1em);
  text-align: right;
}
.content-zone-row > div.one-field {
  width: 100%;
}

ul.content-zone-note {
  margin: 0;
  padding: 0 0 0 0.75em;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #525357;
  font-weight: normal;
  line-height: 1.5;
}

.add-animate::after {
  content: "new";
  margin-left: 0.5em;
  padding: 0.2em 0.45em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85em;
  color: red;
  background-color: white;
  border: 1px solid red;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: jump 0.3s infinite;
          animation: jump 0.3s infinite;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pay-plan-btn-zone {
  padding: 0 1em;
}
.pay-plan-btn-zone > .btn {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: white;
  font-size: clamp(1.35em, 6vw, 1.705em);
  font-weight: bold;
  background-color: #df2525;
  border-radius: 50px;
}
.pay-plan-btn-zone > .btn:hover {
  color: white;
  background-color: #df2525;
}

/* 學習資源再加碼的按鈕樣式......................... */
.goto-study-plan a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125em;
  text-decoration: none;
}
.goto-study-plan a::after {
  content: "點我 👇";
  display: inline-block;
  margin-left: 0.25em;
  padding: 0.1em 0.5em 0.15em;
  font-size: 0.85em;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation: move 0.3s ease-in-out infinite;
          animation: move 0.3s ease-in-out infinite;
}
.goto-study-plan.a a {
  color: #f25d04;
}
.goto-study-plan.a a::after {
  color: #f25d04;
  border: 1px solid #f25d04;
}
.goto-study-plan.b a {
  color: #0084ff;
}
.goto-study-plan.b a::after {
  color: #0084ff;
  border: 1px solid #0084ff;
}
.goto-study-plan.c a {
  color: #13a416;
}
.goto-study-plan.c a::after {
  color: #13a416;
  border: 1px solid #13a416;
}
.goto-study-plan.d a {
  color: #9a3beb;
}
.goto-study-plan.d a::after {
  color: #9a3beb;
  border: 1px solid #9a3beb;
}

/* 延伸學習資源................................... */
.adding-container {
  margin: 0 auto;
  max-width: 1200px;
}

.adding-info-zone {
  display: grid;
  gap: 1em;
  padding: 2em;
  background-color: #f0f1f1;
  border-radius: 2em;
}
.adding-info-zone > div {
  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;
}
@media (min-width: 0) {
  .adding-info-zone {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .adding-info-zone {
    grid-template-columns: 1fr 1fr;
  }
}

dl.adding-info-item {
  margin: 0;
  padding: 0;
}
dl.adding-info-item dt, dl.adding-info-item dd {
  margin: 0;
  padding: 0;
}
dl.adding-info-item dt {
  padding-left: 0.5em;
  font-size: 1.35em;
  font-weight: bold;
  color: #0090ff;
  border-left: 5px solid white;
}
dl.adding-info-item dd {
  padding: 1em 0 0 0;
}
dl.adding-info-item dd > h3 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 1em;
  color: black;
  font-size: 1.17em;
}

ul.adding-info-item-list {
  line-height: 1.5;
}

.lay-title {
  text-align: center;
}
.lay-title h2 {
  margin-top: 0;
}
.lay-title h2 em {
  color: #0090ff;
}

.go-top {
  position: fixed;
  display: block;
  right: 16px;
  bottom: 1em;
  overflow: hidden;
  width: 60px;
  height: 60px;
  text-decoration: none;
  background-color: #0090ff;
  background-image: url(../images/fixed/go-top.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  z-index: 5;
}