@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.
 */
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;
  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;
}

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

.unit-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;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.unit-title h2 {
  margin: 0;
  padding: 0;
  color: #0084ff;
}

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

.questions-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;
}
.questions-kv h2 {
  margin: 0;
  padding: 0;
  color: #0084ff;
}

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);
  }
}
* {
  -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 {
  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;
}

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

.lay-five-links {
  padding: 2em 1em 3em 1em;
}

ul.five-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75em;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 436px) and (min-width: 0px) {
  .m-hide {
    display: none;
  }
}
.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;
  gap: 1.5rem;
  margin: 0 auto;
  padding: 2.75em 1rem;
  max-width: 700px;
  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);
}

.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;
  gap: 1.5em;
  margin: 0 auto;
  padding: 1em;
  max-width: 1000px;
}

.ai-robot-pic {
  position: relative;
  margin: 0 auto;
  max-width: 333px;
  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: 5px;
  right: -20px;
}
.ai-robot-pic .ai {
  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%;
  backdrop-filter: blur(3em);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1.25em;
}

dl.ai-content {
  margin: 0;
  padding: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
  width: 100%;
}
dl.ai-content dd {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  width: 100%;
}
dl.ai-content dd h3 {
  margin: 0 auto;
  padding: 0 0 0 1.25em;
  min-width: 175px;
  font-size: 1.75em;
  background-repeat: no-repeat;
  background-position: left center;
}
dl.ai-content dd.c2e h3 {
  color: #df822f;
  background-image: url(../images/ai_assistant/h3_bg_yellow.png);
}
dl.ai-content dd.c2e .note em {
  color: #df822f;
}
dl.ai-content dd.write h3 {
  color: #0084ff;
  background-image: url(../images/ai_assistant/h3_bg_pink.png);
}
dl.ai-content dd.write .note em {
  color: #0084ff;
}

ul.red-point {
  margin: 0;
  padding: 1em 1em 1em 2em;
  list-style-image: url(../images/symbol/flag_red_diamond.png);
  background-color: white;
  border-radius: 0.75em;
  line-height: 1.25;
}

.note {
  text-align: center;
}
.note em {
  font-style: normal;
  font-size: 1.12em;
  font-weight: bold;
}

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

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

.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-bottom: 20px;
}
.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-animation: move 0.3s ease-in-out infinite;
          animation: move 0.3s ease-in-out infinite;
}

@-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);
  }
}
.lay-study-plan {
  position: relative;
  padding: 0 1.25em 3em 1.25em;
  background-color: white;
  border: 1px solid transparent;
}

ul.price-plan {
  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 2.5em;
  margin: 0;
  padding: 0 0 2em 0;
  list-style: none;
}
ul.price-plan > li {
  position: relative;
  padding: 0 1em 1em 1em;
  max-width: 310px;
  width: 100%;
  border-radius: 1.5em;
}
ul.price-plan > li .plan-price {
  color: black;
}
ul.price-plan > li.a {
  background-color: #fff6b6;
}
ul.price-plan > li.a dl.choose-plan {
  background-color: #fada8c;
}
ul.price-plan > li.a dl.choose-plan > dt {
  color: #f25d04;
}
ul.price-plan > li.a .plan-price em {
  color: #f25d04;
}
ul.price-plan > li.b {
  background-color: #afdcff;
}
ul.price-plan > li.b dl.choose-plan {
  background-color: #82c6fa;
}
ul.price-plan > li.b dl.choose-plan > dt {
  color: #0084ff;
}
ul.price-plan > li.b .plan-price em {
  color: #0084ff;
}
ul.price-plan > li.c {
  background-color: #c6ffaf;
}
ul.price-plan > li.c dl.choose-plan {
  background-color: #9ff57d;
}
ul.price-plan > li.c dl.choose-plan > dt {
  color: #13a416;
}
ul.price-plan > li.c .plan-price em {
  color: #13a416;
}

.price-item {
  position: relative;
}

dl.choose-plan {
  margin: -30px 0 0 0;
  padding: 1em;
  text-align: center;
  background-image: url(../images/study_plan/price_plan_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #b2e1f4;
  border-radius: 1.5em;
}
dl.choose-plan > dt {
  margin: 0;
  padding: 0 0 0.25em;
  color: #525357;
  font-size: 1.875em;
  font-weight: bold;
}
dl.choose-plan > dd {
  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.15em;
  margin: 0;
  padding: 0;
}

.plan-price {
  padding: 0.35em 0 0.1em;
  font-size: 2.5em;
  font-weight: bold;
  color: #3f3f42;
}
.plan-price em {
  color: #0084ff;
}

.total-price {
  font-size: 1.5em;
  color: #3f3f42;
}

ul.class-content {
  padding: 1em 1em 1em 1.25em;
  font-size: 1.125em;
  line-height: 1.5;
}

.adding {
  margin: 0 auto;
  padding: 2em 0 0 0;
  max-width: 800px;
  background-image: url(../images/study_plan/toy.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 250px) 30px;
  border-radius: 1.5em;
}

table.table-2 {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border-radius: 1em;
}
table.table-2 thead tr {
  background-color: #3bb6fd;
}
table.table-2 thead tr th {
  padding: 0.75em;
  color: white;
  font-size: 1.5em;
  text-align: left;
}
table.table-2 tbody tr {
  font-size: 1.125em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #f0f1f1;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3 ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3 ease-in-out;
}
table.table-2 tbody tr:hover {
  color: #0084ff;
  background-color: white;
}
table.table-2 tbody tr td {
  padding: 0.75em;
}

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

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

@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;
  }
}
@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;
  }
  dl.ai-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 500px) {
  dl.ai-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@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;
  }
}
@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;
  }
}
@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);
  }
  .btn-position {
    bottom: -24px;
  }
}
@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);
  }
  .btn-position {
    bottom: -30px;
  }
}
@media only screen and (min-width: 0px) {
  ul.price-plan {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .adding {
    background-position: center 0px;
  }
}
@media only screen and (min-width: 720px) {
  .adding {
    padding: 0;
    background-position: calc(50% - 250px) 30px;
  }
}
@media only screen and (min-width: 886px) {
  ul.price-plan {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
@media only screen and (min-width: 0) {
  .unit-title {
    padding: 0 1em 200px;
    height: 340px;
    background-image: url(../images/about_us/kv-m.png);
    background-position: 24% center;
  }
  .unit-title h2 {
    font-size: clamp(2.75em, 10vw, 3.75em);
  }
  ul.about-company > li {
    width: 100%;
  }
  .about-content {
    height: unset;
  }
}
@media only screen and (min-width: 650px) {
  .unit-title {
    padding: 0 1em;
    background-position: center;
    background-image: url(../images/about_us/kv-table.png);
  }
  .unit-title h2 {
    font-size: 3.75em;
  }
  ul.about-company > li {
    width: calc(50% - 1em);
  }
  .about-content {
    height: 90%;
  }
}
@media only screen and (min-width: 1240px) {
  .unit-title {
    padding: 80px 1em 0 1em;
    height: 420px;
    background-image: url(../images/about_us/kv.png);
  }
}