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

a.btn,
button.btn,
[type=submit].btn,
[type=reset].btn,
[type=image].btn {
  display: inline-block;
  padding: 0.25em 0.75em;
  font-size: clamp(22px, 3vw, 30px);
  color: #ffcc40;
  text-align: center;
  text-decoration: none;
  background-color: #3f3f42;
  border-radius: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: color 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-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
a.btn:hover,
button.btn:hover,
[type=submit].btn:hover,
[type=reset].btn:hover,
[type=image].btn:hover {
  color: #ffcc40;
  background-color: #2c2c2e;
  border-radius: 10px;
}
a.btn:hover.notice,
button.btn:hover.notice,
[type=submit].btn:hover.notice,
[type=reset].btn:hover.notice,
[type=image].btn:hover.notice {
  border-radius: 10px;
}
a.btn.notice,
button.btn.notice,
[type=submit].btn.notice,
[type=reset].btn.notice,
[type=image].btn.notice {
  color: white;
  background-color: #0090ff;
  -webkit-transition: border-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
a.btn.full,
button.btn.full,
[type=submit].btn.full,
[type=reset].btn.full,
[type=image].btn.full {
  width: 100%;
}

.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: 1239px) 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: 1240px) {
  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;
  }
}
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;
}

@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;
  }
}
ul.about-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  margin: 0 auto;
  padding: 2em 1em;
  list-style: none;
  max-width: 1200px;
  font-size: 1.125em;
  line-height: 1.5;
}
ul.about-company > li {
  border: 1px solid transparent;
}
ul.about-company > li > h3 {
  margin: 0;
  padding: 0;
  font-size: 1.875em;
  color: black;
}

ol.department {
  padding: 1em 0 1em 1.25em;
  line-height: 1.75;
}
ol.department > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.about-content {
  padding: 1em;
  background-color: #f0f1f1;
  border-radius: 10px;
}

ul.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
  list-style: none;
  background-image: url(../images/about_us/line-bg.png);
  background-repeat: repeat-y;
  background-position: center;
}
ul.history > li {
  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;
  max-width: 46%;
  width: 100%;
  padding-bottom: 2em;
}
ul.history > li:nth-child(odd) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
ul.history > li:nth-child(odd) h3.history-title {
  text-align: right;
}
ul.history > li:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

h3.history-title {
  margin: 0;
  padding-bottom: 1rem;
  font-size: 2.25em;
  color: black;
}
h3.history-title::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  right: calc(50% - 10px);
  width: 22px;
  height: 22px;
  background-image: url(../images/about_us/yellow_dot.png);
  background-repeat: no-repeat;
  border-radius: 50%;
}

.history-content {
  padding: 1em;
  background-color: #f0f1f1;
  border-radius: 10px;
  line-height: 1.5;
}

ul.history-content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.history-content-list > li {
  padding-left: 1em;
  background-image: url(../images/about_us/black_dot.png);
  background-repeat: no-repeat;
  background-position: left 8px;
}

@media only screen and (min-width: 0) {
  .unit-title {
    background-image: url(../images/about_us/kv-m.png);
    background-position: 24% center;
  }
  ul.about-company > li {
    width: 100%;
  }
  .about-content {
    height: unset;
  }
}
@media only screen and (min-width: 650px) {
  .unit-title {
    background-position: center;
    background-image: url(../images/about_us/kv-table.png);
  }
  ul.about-company > li {
    width: calc(50% - 1em);
  }
  .about-content {
    height: 90%;
  }
}
@media only screen and (min-width: 1240px) {
  .unit-title {
    background-image: url(../images/about_us/kv.png);
  }
}
figure.acc-note {
  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;
  margin: 0 auto;
  padding: 1em;
  background-color: #f0f1f1;
  max-width: 440px;
  border-radius: 20px;
}
figure.acc-note img {
  width: 100%;
  border-radius: 10px;
}
figure.acc-note figcaption {
  padding: 1em;
  background-color: white;
  border-radius: 10px;
}

@media only screen and (min-width: 0px) {
  .questions-kv {
    background-image: url(../images/questions/questions-kv-m.png);
  }
}
@media only screen and (min-width: 550px) {
  .questions-kv {
    background-image: url(../images/questions/questions-kv.png);
  }
}
.tabs .tab-container {
  padding: unset;
  border-radius: unset;
}
.tabs input[type=radio]:checked + label {
  font-weight: bold;
  color: #004a99;
}

.tab-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;
}

.place-info {
  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: 2em 1em;
}
.place-info h3 {
  margin: 0;
  padding: 0;
  font-size: 2em;
  text-align: center;
}
.place-info ul {
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 1.5em;
  max-width: 520px;
  width: 100%;
}
.place-info ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #e4e5f0;
}
.place-info ul li a {
  color: #004a99;
  text-decoration: none;
}

iframe.google-map {
  width: 100%;
  height: 50vh;
  border: 0;
}

@media only screen and (min-width: 0px) {
  .map-kv {
    background-image: url(../images/taiwan-offices/map-kv.png);
  }
}
@media only screen and (min-width: 660px) {
  .place-info ul::before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: -60px;
    width: 150px;
    height: 118px;
    background-image: url(../images/taiwan-offices/postmark.png);
    background-repeat: no-repeat;
  }
}
.lay-ai-robot {
  padding: 0 0 0 0;
  background-image: url(../images/ai_assistant/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ai-robot-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 1000px;
}

.ai-robot-pic {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  min-height: 250px;
  width: 100%;
}
.ai-robot-pic .ai-robot, .ai-robot-pic .ai-robot-shadow, .ai-robot-pic .reg-point {
  position: absolute;
}
.ai-robot-pic .ai-robot {
  -webkit-animation: jump 0.5s infinite;
          animation: jump 0.5s infinite;
  z-index: 3;
}
.ai-robot-pic .ai-robot-shadow {
  top: 200px;
  -webkit-animation: jumpShadow 0.5s infinite;
          animation: jumpShadow 0.5s infinite;
  z-index: 1;
}
.ai-robot-pic .reg-point {
  z-index: 3;
  top: 100px;
  left: calc(50% - 9vw);
}
.ai-robot-pic .ai {
  position: absolute;
  top: 15px;
  right: 0;
  max-width: 333px;
  width: 100%;
}

@-webkit-keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: -20px;
  }
  100% {
    top: 0;
  }
}

@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: -20px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes jumpShadow {
  0% {
    top: 200px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    top: 210px;
    opacity: 0.35;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    top: 200px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jumpShadow {
  0% {
    top: 200px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    top: 210px;
    opacity: 0.35;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    top: 200px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ai-service-content {
  width: 100%;
}

ul.three-ai-block {
  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;
  margin: 0;
  padding: 0 1em 0 0;
  list-style: none;
}
ul.three-ai-block li {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(45deg, rgb(218, 177, 247) 0%, rgb(253, 243, 209) 100%);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
ul.three-ai-block li.coming-soon {
  position: relative;
}
ul.three-ai-block li.coming-soon::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 1em;
  width: 68px;
  height: 41px;
  background-image: url(../../assets/images/ai_assistant/coming-soon.png);
  background-repeat: no-repeat;
  background-position: center;
}

figure.ai-block-icon {
  padding: 8px;
  width: 70px;
  height: 70px;
}
figure.ai-block-icon img {
  width: 100%;
}

.ai-block-des {
  color: black;
  line-height: 1.5;
}
.ai-block-des h4 {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}

h2.ai-h2-title {
  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: 0 0.5em;
}
h2.ai-h2-title em.white {
  display: inline-block;
  width: 71px;
  height: 71px;
  background-image: url(../../assets/images/ai_assistant/ai-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0) {
  h2.ai-h2-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.5;
  }
}
@media (min-width: 660px) {
  h2.ai-h2-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    line-height: unset;
  }
}

ul.reg-start {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin: 0;
  padding: 2em 1rem 3em;
  list-style: none;
}

@media only screen and (min-width: 0px) {
  .ai-robot-zone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.four-ai-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 880px) {
  .ai-robot-zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  ul.four-ai-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.lay-why {
  background-color: #f0f1f1;
  background-image: url(../images/why/woman_yellow_dress.png);
  background-repeat: no-repeat;
}

ul.why-choose {
  display: grid;
  gap: 1em;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1160px;
}
ul.why-choose li {
  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: clamp(1.5em, 3vw, 2em);
  background-color: white;
  background-image: url(../images/why/pink_dot.png);
  background-repeat: no-repeat;
  border-radius: 10px;
}
ul.why-choose li h3 {
  margin: 0;
  padding: 0;
  color: black;
  font-size: clamp(1.65em, 5vw, 1.875em);
}
ul.why-choose li.pink {
  background-color: #e6e6e6;
  background-image: url(../images/why/white_dot.png);
}

@media only screen and (min-width: 0px) {
  .lay-why {
    padding: 0 1em 86vw 1em;
    background-position: center bottom;
    background-size: 80%;
  }
  ul.why-choose {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 500px) {
  .lay-why {
    padding: 0 1em 20em 1em;
    background-position: center 120%;
    background-size: unset;
  }
  ul.why-choose {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 800px) {
  ul.why-choose {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  .lay-why {
    padding: 0 1em 4em 1em;
    background-position: right bottom;
  }
}
@media only screen and (min-width: 1600px) {
  .lay-why {
    background-position: 92% bottom;
  }
}
.lay-all-age {
  padding: 0 1em 6em 1em;
}

ul.age-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4em 2em;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
ul.age-group > li {
  position: relative;
  background-color: white;
  max-width: 320px;
  width: 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;
}
ul.age-group > li:hover {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

.group-des {
  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: 0.5em;
  position: relative;
  margin: 0;
  padding: 0 1em;
  margin-top: -80px;
  z-index: 1;
}
.group-des h3, .group-des h6 {
  margin: 0;
  padding: 0;
}
.group-des h3 {
  position: relative;
  padding: 0 0.25em;
  font-size: 1.75em;
  color: black;
  background-color: white;
  border-radius: 10px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.group-des h3.a {
  color: #06c755;
}
.group-des h3.b {
  color: #dc3beb;
}
.group-des h3.c {
  color: #ff4063;
}
.group-des h3.d {
  color: #ff9340;
}
.group-des h6 {
  padding: 1em;
  font-size: 1rem;
  background-color: #e4e5f0;
  border-radius: 10px;
}

.junior::before {
  content: "Junior";
  padding: 0.15em;
  position: absolute;
  bottom: -1.5em;
  right: -1.5em;
  display: block;
  font-size: 1rem;
  background-color: white;
  border-radius: 5px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.junior-senior::before {
  content: "Senior";
  padding: 0.15em;
  position: absolute;
  bottom: -1.5em;
  right: -1.5em;
  display: block;
  font-size: 1rem;
  background-color: white;
  border-radius: 5px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.this-age-content {
  padding: 20px 0;
}
.this-age-content > ul.red-point {
  background-color: transparent;
  line-height: 1.5;
}

.age-group-photo {
  overflow: hidden;
  max-width: 296px;
}
.age-group-photo img {
  width: 100%;
}

.btn-position {
  padding: 0 10%;
  position: absolute;
  width: 100%;
  text-align: center;
}

.tag {
  display: inline-block;
  padding: 0.1em 0.5em 0.1em 0.5em;
  font-size: 0.8em;
  color: #eb3b5a;
  line-height: 1.15;
  background-color: white;
  border: 1px solid #eb3b5a;
  border-radius: 5em;
}

@-webkit-keyframes move {
  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 move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (min-width: 0px) {
  ul.age-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .age-group-photo {
    border-radius: 1.65em 1.65em 0 0;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@media only screen and (min-width: 1050px) {
  ul.age-group {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .age-group-photo {
    border-radius: 2em;
    -webkit-transform: translateX(-1em) translateY(-1em);
            transform: translateX(-1em) translateY(-1em);
  }
}
/* 第二版學習計劃 .............................. */
.pay-plans {
  margin: 0 auto;
  padding: 0 1em 1em;
  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: 4em 2em;
  }
}
@media (min-width: 768px) {
  .pay-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .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;
}

@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 1em 1em;
}
.pay-plan-btn-zone > .btn {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: white;
  background-color: #0090ff;
}
.pay-plan-btn-zone > .btn:hover {
  color: white;
  background-color: #0090ff;
}

/* 學習資源再加碼的按鈕樣式......................... */
.goto-study-plan a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  padding: 1em 0 0 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;
  padding: 1em 1em 5em 1em;
  max-width: 1400px;
}

.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;
}

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

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

.slider-container {
  overflow: hidden;
  margin: -120px auto 3em;
  position: relative;
  width: 90%;
  /* 調整輪播容器的寬度 */
  max-width: 1200px;
  /* height: 300px; */
  border-radius: 2em;
  border: 10px solid white;
  border-radius: 2.5em;
}

.slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  /* 移除圖片底部的空白 */
}

/* --- 自訂箭頭樣式與修正 --- */
.slick-prev,
.slick-next {
  font-size: 0 !important;
  /* 確保隱藏預設文字 */
  line-height: 0 !important;
  position: absolute !important;
  top: 48% !important;
  display: block !important;
  /* 確保按鈕始終顯示 */
  width: 56px !important;
  /* 箭頭圖片寬度 */
  height: 56px !important;
  /* 箭頭圖片高度 */
  padding: 0 !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  cursor: pointer !important;
  color: transparent !important;
  border: none !important;
  background: transparent !important;
  /* 確保背景透明 */
  z-index: 2 !important;
  /* 確保箭頭在 Banner 上方 */
  opacity: 1 !important;
  /* 確保透明度為完全不透明 */
  -webkit-transition: none !important;
  transition: none !important;
  /* 移除任何可能影響顯示的過渡效果 */
  outline: none !important;
  /* 移除點擊時的預設外框 */
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  /* 移除可能存在的陰影 */
}

/* 針對點擊 (active) 和獲得焦點 (focus) 時，再次強調移除外框和陰影 */
.slick-prev:focus,
.slick-prev:active,
.slick-next:focus,
.slick-next:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 1 !important;
  /* 確保點擊時仍然完全不透明 */
  display: block !important;
  /* 確保點擊時仍然顯示 */
}

.slick-prev {
  left: 20px !important;
  /* 調整左箭頭位置 */
  background: url("../images/symbol/arrow_left.png") no-repeat center center !important;
  background-size: 56px 56px !important;
  /* 確保圖片正確顯示為 56x56 */
}

.slick-next {
  right: 20px !important;
  /* 調整右箭頭位置 */
  background: url("../images/symbol/arrow_right.png") no-repeat center center !important;
  background-size: 56px 56px !important;
  /* 確保圖片正確顯示為 56x56 */
}

/* 隱藏預設箭頭的偽元素 */
.slick-prev:before,
.slick-next:before {
  content: "" !important;
  display: none !important;
  /* 確保偽元素也完全不可見 */
}

/* 當箭頭被禁用時的樣式 (可選，但保持一致性) */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.35 !important;
  /* 將禁用狀態的透明度調低 */
  cursor: not-allowed !important;
  /* 禁用時顯示禁止符號 */
}

@media (max-width: 650px) {
  .slider-container {
    margin: 0 auto;
    width: 100%;
    border: 0px solid transparent;
    border-radius: unset;
  }
  .slick-prev,
  .slick-next {
    width: 30px !important;
    /* 箭頭圖片寬度 */
    height: 30px !important;
    background-size: 30px 30px !important;
  }
  /* ... 其他箭頭尺寸設定 ... */
  .slick-prev {
    left: 5px !important;
    /* 手機版箭頭更靠邊 */
  }
  .slick-next {
    right: 5px !important;
  }
  .event-banners.slick-initialized.slick-slider {
    padding: 0 !important;
    /* 為手機版輪播器調整內邊距 */
  }
}
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  margin: 0 auto;
  padding: 1em 1em 3em 1em;
  max-width: 900px;
  width: 100%;
  font-size: 1.125em;
}
.accordion a {
  color: #0084ff;
  text-decoration: none;
  border-bottom: 1px dotted #74bdf7;
}
.accordion ul {
  line-height: 1.75;
}
.accordion strong {
  padding: 0.1em 0.5em;
  color: #004a99;
  background-color: #f0f1f1;
  border-radius: 20px;
}

.accordion-box {
  padding: 10px;
  border: 1px solid #e4e5f0;
  background-color: white;
  border-radius: 10px;
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  color: black;
  cursor: pointer;
}
.accordion-header > em {
  font-style: normal;
  color: #13a416;
}

.accordion-content {
  padding: 1em 2em 1em 2em;
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus {
  outline: 0;
}

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

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

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

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

figure {
  margin: 0;
}

/* 自定義的通用樣式 */
html,
body {
  word-wrap: break-word;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.root {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  color: #525357;
  background-color: white;
  background-repeat: repeat;
}

.center {
  text-align: center;
}

.h2-title {
  text-align: center;
}
.h2-title h2 {
  margin: 0;
  padding: 2rem 1rem;
  font-size: 3.75rem;
}

.lay-kv {
  position: relative;
}

.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;
  height: 709px;
  background-color: #f5f6f8;
  background-repeat: no-repeat;
}

.kv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}

.kv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kv-title h2 {
  margin: 0;
  padding: 0;
  color: #0084ff;
  text-align: center;
}
.kv-title dl dt, .kv-title dl dd {
  margin: 0;
  padding: 0;
  text-align: center;
  color: black;
}
.kv-title dl dt {
  padding-bottom: 0.25em;
}
.kv-title dl dd {
  font-size: 1.125em;
}

.block-kv {
  padding: 80px 1em 0 1em;
  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: 420px;
  background-repeat: no-repeat;
  background-position: center;
}
.block-kv h2 {
  display: none;
  margin: 0;
  padding: 0;
  color: #0084ff;
}

ul.btn-group {
  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;
  gap: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
ul.btn-group li a {
  display: block;
  padding: 0.25em 0.75em;
  font-size: 1.875em;
  color: #0090ff;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border-radius: 1em;
  -webkit-transition: color 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-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
ul.btn-group li a:hover {
  border-radius: 10px;
}
ul.btn-group li a:hover.notice {
  border-radius: 10px;
  background-color: #0090ff;
}
ul.btn-group li a.notice {
  color: white;
  background-color: #0090ff;
  -webkit-transition: border-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.they-say {
  padding: 3em 0 4em 0;
  background-color: #f0f1f1;
  background-image: url(../images/why/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.lay-title {
  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;
  gap: 1.5rem;
  margin: 0 auto;
  padding: 2.75em 1rem;
  max-width: 800px;
  text-align: center;
}
.lay-title.custom-padding {
  padding: 0 1rem 1rem;
}
.lay-title.pb-2 {
  padding-bottom: 4.75em;
}
.lay-title h2, .lay-title h4 {
  margin: 0;
  padding: 0;
}
.lay-title h2 {
  color: black;
  font-size: clamp(2.35em, 3vw, 2.875em);
}
.lay-title h2 em {
  font-style: normal;
  color: #0090ff;
}
.lay-title h4 {
  font-size: clamp(1.25em, 3vw, 1.5em);
  font-weight: normal;
  color: black;
}

.wrapper {
  width: 100%;
  text-align: center;
}

.carousel {
  width: 90%;
  margin: 0px auto;
}

.carousel-item {
  padding: 2.5em 1.5em 0;
}
.carousel-item a {
  position: relative;
  display: block;
  width: 100%;
  min-height: 260px;
  color: black;
  text-decoration: none;
  backdrop-filter: blur(3em);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  -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;
}
.carousel-item a .user-photo {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -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;
}
.carousel-item a:hover {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.carousel-item a:hover .user-photo {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.carousel-item a h4 {
  position: absolute;
  top: -50px;
  left: 100px;
  display: inline-block;
  padding: 0.25em 0.25em;
  font-size: 1.35em;
  color: #0084ff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  z-index: 2;
}

.user-group {
  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;
}

ul.user-info {
  margin: 0;
  padding: 0.5em 0 0 0.5em;
  list-style: none;
  font-size: 1.125em;
  line-height: 1.25;
}
ul.user-info li {
  font-weight: bold;
  text-align: left;
}
ul.user-info li h5 {
  margin: 0;
  padding: 0 0 0.35em;
  font-size: 1.333em;
  line-height: 1;
}

.user-photo {
  margin: -36px 0 0 -20px;
  max-width: 141px;
  z-index: 3;
}
.user-photo img {
  width: 100%;
}

.user-say-content {
  margin: 0 auto;
  padding: 1.5rem 0;
  width: calc(100% - 2em);
  font-size: clamp(1.35em, 4vw, 1.5em);
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}

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

.amc-app-container {
  margin: 0 auto;
  max-width: 400px;
  border: 1px solid #ccc;
  border-radius: 1em;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.amc-app-download {
  margin: 0 auto;
  padding: 100px 1em 3em;
  max-width: 1200px;
  text-align: center;
}

.amc-app-title {
  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;
  padding: 1.25em 1em;
}
.amc-app-title h2 {
  margin: 0;
  padding: 0;
  color: #0084ff;
}
.amc-app-title h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.amc-app-qrcode {
  padding: 1em 0;
  background-color: #eee;
}
.amc-app-qrcode img {
  width: 100%;
}

ul.amc-app-download-store {
  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;
  margin: 0;
  padding: 1em;
  list-style: none;
}
ul.amc-app-download-store li a {
  display: block;
  text-decoration: none;
  color: #333;
}
ul.amc-app-download-store li a img {
  width: 100%;
}

@media only screen and (min-width: 0px) {
  .root {
    font-size: 15px;
  }
  .kv {
    padding: 1em 1em 10em 1em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 750px;
    background-image: url(../images/kv-m.png);
    background-size: cover;
    background-position: bottom center;
  }
  .kv-title {
    padding-bottom: 1em;
  }
  .kv-title h2 {
    font-size: 3.25em;
  }
  .kv-title dl dt {
    font-size: 2em;
  }
  .kv-title span {
    display: block;
  }
  ul.btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.btn-group li {
    min-width: 70%;
  }
}
@media only screen and (min-width: 650px) {
  .root {
    font-size: 16px;
  }
  .kv {
    gap: 1em;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    height: 709px;
    background-image: url(../images/kv-table.png);
    background-position: bottom center;
  }
  .kv-content {
    gap: 1em;
  }
  .kv-title {
    padding-bottom: unset;
    gap: 1em;
  }
  .kv-title h2 {
    font-size: 4.25em;
  }
  .kv-title dl dt {
    font-size: 2.25em;
  }
  .kv-title span {
    display: unset;
  }
  ul.btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  ul.btn-group li {
    min-width: unset;
  }
}
@media only screen and (min-width: 1240px) {
  .kv {
    padding: 1em 1em 11em 1em;
    background-image: url(../images/kv.png);
  }
  .kv-content {
    gap: 3em;
  }
}