@charset "UTF-8";
/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  line-height: normal;
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", Roboto, "PingFangTC", sans-serif;
}

.rowbox {
  display: flex;
  align-items: center;
}

.wrapper_in {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (min-width: 0) and (max-width: 1200px) {
  .wrapper_in {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 4px;
  border: none;
  background-color: #ff9100;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  transition-duration: 0.5s;
  padding: 7px 31px;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
  outline: none;
}
.btn:hover {
  background-color: #ff7800;
}
.btn-outline {
  border: 1px solid #ff9100;
  background: #fff !important;
  color: #ff9100 !important;
}
.btn-outline:hover {
  box-shadow: 0px 0px 4px 0px #ff9100;
}

@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/loader.gif) center no-repeat #fff;
}

.colorlib-nav {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .colorlib-nav {
    margin: 0;
  }
}
.colorlib-nav .top-menu {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .colorlib-nav .top-menu {
    padding: 8px 0 7px;
    height: 44px;
  }
}
.colorlib-nav .nav-logo img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .colorlib-nav .nav-logo {
    max-width: 139px;
  }
}

.colorlib-nav .btnGroup {
  display: flex;
  margin-left: auto;
  gap: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .colorlib-nav .btnGroup {
    gap: 8px;
  }
}
.colorlib-nav .btnGroup .btn {
  background: #00afb8;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  max-width: 130px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .colorlib-nav .btnGroup .btn {
    display: none;
  }
}
.colorlib-nav .btnGroup .btn-outline {
  border: 1px solid #00afb8;
  color: #00afb8 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  max-width: 100px;
  padding: 8px 22px;
}
.colorlib-nav .btnGroup .btn-outline:hover {
  box-shadow: 0px 0px 4px 0px #00afb8;
}

@media screen and (max-width: 768px) {
  .top-menu .wrapper_in {
    padding-left: 56px;
  }
}

.logo {
  width: 100%;
}

.colorlib-nav .nav-logo a {
  color: #fff;
  display: block;
}

.colorlib-nav .nav-logo a i {
  color: #fff;
  display: block;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 10px;
}

.menu-1 {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .colorlib-nav .menu-1 {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .arrowIcon {
    display: none;
  }
}

.colorlib-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.colorlib-nav ul li {
  list-style: none;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
}
.colorlib-nav ul li:nth-child(3) a {
  background-color: #e6f9fa;
  color: #00afb8;
}

.colorlib-nav ul li a {
  padding: 24px 12px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  color: #292929;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.colorlib-nav ul li {
  position: relative;
}
.colorlib-nav ul li::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease;
}
.colorlib-nav ul li:hover::after {
  background-color: #00afb8;
}

.colorlib-nav ul li.has-dropdown {
  position: relative;
}

.colorlib-nav ul li.has-dropdown .dropdown {
  width: 140px;
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  border-radius: 4px;
  transition: 0s;
}

.colorlib-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}

.colorlib-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 0px;
}

.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}

.colorlib-nav ul li.active > a {
  position: relative;
}

.colorlib-nav ul li.active > a:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  color: #fff;
  background: #1a1a1a;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(270px);
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #colorlib-offcanvas {
    display: block;
  }
}
.offcanvas #colorlib-offcanvas {
  transform: translateX(0px);
}

#colorlib-offcanvas a {
  color: #fff;
}

#colorlib-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
}

#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#colorlib-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0c5";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  transform: rotate(-180deg);
}

@media screen and (max-width: 768px) {
  #colorlib-offcanvas ul li {
    font-size: 16px;
    padding: 6px 4px 6px 16px;
  }
}
.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #303133;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #00afb8;
  transition: all 0.2s ease-out;
  border-radius: 4px;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  border-radius: 4px;
  content: "";
  width: 24px;
  height: 2px;
  background: #00afb8;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white > i {
  background: #00afb8;
}

.colorlib-nav-toggle.colorlib-nav-white > i::before,
.colorlib-nav-toggle.colorlib-nav-white > i::after {
  background: #00afb8;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
  background: #fff;
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
  background: #fff;
}

.colorlib-nav-toggle {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  margin: 0 auto;
  display: none;
  width: 56px;
  height: 44px;
  border-bottom: none;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .colorlib-nav-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  min-height: 100vh;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

section .wrapper_in {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  section .wrapper_in {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.topbanner {
  position: relative;
  margin-top: 70px;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner {
    background-image: url(../images/hero-bg-m.png);
    margin-top: 40px;
  }
}
.topbanner__info {
  justify-content: center;
  min-height: 550px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner__info {
    min-height: 749px;
    align-items: flex-start;
  }
}

.info {
  padding-left: 15%;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .info {
    margin-top: 30px;
    padding-left: 0;
  }
}
.info__title {
  top: -10px;
  left: 30px;
  position: absolute;
  writing-mode: vertical-lr;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 5px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .info__title {
    left: 0;
    top: 8px;
    font-size: 28px;
    line-height: 16px;
  }
}
.info__titleDefault {
  color: #222;
  line-height: 80px;
  display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .info__titleDefault {
    line-height: 60px;
  }
}
.info__titleHighlight {
  color: #e0492f;
  display: inline-block;
}
.info__titleEmphasize {
  font-size: 80px;
  color: #222;
  letter-spacing: 5px;
  display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .info__titleEmphasize {
    font-size: 40px;
    line-height: 50px;
  }
}
.info__titleSmall {
  color: #980d0d;
  font-size: 24px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 8px;
  display: inline-block;
  text-orientation: upright;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .info__titleSmall {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 4px;
    max-height: 120px;
  }
}
.info__img {
  max-width: 750px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .info__img {
    width: auto;
  }
}

.cloud {
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cloud__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #8e1919;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
}
.cloud-1 {
  left: 0px;
  bottom: 150px;
  animation-duration: 3.5s;
}
.cloud-1 .cloud__content {
  top: 21px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .cloud-1 {
    bottom: 70px;
  }
}
.cloud-2 {
  left: 120px;
  bottom: 75px;
  animation-duration: 3s;
}
.cloud-2 .cloud__content {
  top: 12px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .cloud-2 {
    left: 70px;
    bottom: -30px;
  }
}
.cloud-3 {
  left: 260px;
  bottom: 100px;
  animation-duration: 4s;
}
.cloud-3 .cloud__content {
  top: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .cloud-3 {
    left: 187px;
    bottom: 40px;
  }
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.menu {
  position: absolute;
  bottom: 27px;
  max-width: 870px;
  border-radius: 30px;
  width: 100%;
  background-color: #a50b0b;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .menu {
    filter: none;
    background-color: transparent;
    flex-direction: column;
    bottom: 150px;
    gap: 12px;
    max-width: 270px;
  }
}
.menu__li {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .menu__li {
    height: 54px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 27px;
    background-color: #a50b0b;
  }
}
.menu__li--border {
  border-right: 1px dashed #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .menu__li--border {
    border: none;
  }
}
.menu__desc {
  color: #fff !important;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding-left: 10px;
  text-decoration: none !important;
  transition-duration: 0.5s;
}
.menu__desc:hover {
  text-shadow: 1px 1px 32px #fff, 1px 1px 10px #ccc;
}
.menu__icon {
  animation: fadeOutRight;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(-5px);
  }
  100% {
    opacity: 0;
    transform: translateX(0px);
  }
}

.intro {
  background-color: #ececec;
  color: #000;
  position: relative;
}
.intro .wrapper_in {
  display: flex;
  gap: 56px;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro .wrapper_in {
    gap: 0;
    flex-direction: column;
    padding-bottom: 313px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.intro__content {
  width: 55%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__content {
    width: 100%;
  }
}
.intro__header {
  margin-bottom: 20px;
  padding-left: 32px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__header {
    padding-left: 0;
    margin-bottom: 12px;
  }
}
.intro__title {
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__title {
    font-size: 24px;
    text-align: center;
  }
}
.intro__footer {
  padding: 36px 32px;
  background-color: #fff;
  border-radius: 32px;
  max-width: 554px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__footer {
    padding: 20px 12px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__desc {
    text-align: center;
    font-size: 16px;
  }
}
.intro__imgWrapper {
  width: 45%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__imgWrapper {
    order: 2;
    width: 100%;
  }
}
.intro__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 400px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__img {
    position: absolute;
    bottom: 0;
    left: -10%;
    max-width: 433px;
  }
}

.feature {
  background-color: #fbeccf;
  position: relative;
}
.feature__bgImg {
  position: absolute;
}
.feature__bgImg--left {
  left: 0;
  top: 20%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .feature__bgImg--left {
    top: 10%;
    left: -30%;
  }
}
.feature__bgImg--right {
  right: 0;
  bottom: 10%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .feature__bgImg--right {
    right: -20%;
    bottom: 0;
  }
}
.feature .wrapper_in {
  padding-top: 80px;
  padding-bottom: 44px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .feature .wrapper_in {
    padding-top: 30px;
    padding-bottom: 39px;
  }
}
.feature::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  max-height: 66px;
  aspect-ratio: 19;
  background-color: #fbeccf;
  -webkit-clip-path: polygon(0% 0.451%, 0% -1204.478%, 0% -1204.478%, 2.87% -1193.488%, 6.372% -1181.252%, 10.448% -1168.336%, 15.038% -1155.305%, 20.081% -1142.726%, 25.517% -1131.164%, 31.287% -1121.187%, 37.331% -1113.359%, 43.588% -1108.248%, 50% -1106.418%, 50% -1106.418%, 56.427% -1108.253%, 62.724% -1113.371%, 68.821% -1121.194%, 74.647% -1131.141%, 80.133% -1142.633%, 85.208% -1155.091%, 89.803% -1167.936%, 93.847% -1180.587%, 97.269% -1192.466%, 100% -1202.993%, 100% 1.194%, 100% 1.194%, 97.619% 11.903%, 94.29% 24.021%, 90.15% 36.951%, 85.337% 50.094%, 79.987% 62.854%, 74.239% 74.634%, 68.228% 84.836%, 62.094% 92.862%, 55.972% 98.116%, 50% 100%, 50% 100%, 43.373% 98.182%, 36.902% 93.094%, 30.663% 85.284%, 24.734% 75.3%, 19.192% 63.69%, 14.115% 51.003%, 9.579% 37.788%, 5.664% 24.592%, 2.445% 11.963%, 0% 0.451%);
          clip-path: polygon(0% 0.451%, 0% -1204.478%, 0% -1204.478%, 2.87% -1193.488%, 6.372% -1181.252%, 10.448% -1168.336%, 15.038% -1155.305%, 20.081% -1142.726%, 25.517% -1131.164%, 31.287% -1121.187%, 37.331% -1113.359%, 43.588% -1108.248%, 50% -1106.418%, 50% -1106.418%, 56.427% -1108.253%, 62.724% -1113.371%, 68.821% -1121.194%, 74.647% -1131.141%, 80.133% -1142.633%, 85.208% -1155.091%, 89.803% -1167.936%, 93.847% -1180.587%, 97.269% -1192.466%, 100% -1202.993%, 100% 1.194%, 100% 1.194%, 97.619% 11.903%, 94.29% 24.021%, 90.15% 36.951%, 85.337% 50.094%, 79.987% 62.854%, 74.239% 74.634%, 68.228% 84.836%, 62.094% 92.862%, 55.972% 98.116%, 50% 100%, 50% 100%, 43.373% 98.182%, 36.902% 93.094%, 30.663% 85.284%, 24.734% 75.3%, 19.192% 63.69%, 14.115% 51.003%, 9.579% 37.788%, 5.664% 24.592%, 2.445% 11.963%, 0% 0.451%);
}
.feature__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .feature__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.feature__footer {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .feature__footer {
    flex-direction: column;
    gap: 24px;
  }
}
.featureItem {
  box-sizing: border-box;
  max-width: 300px;
  padding: 24px 24px 32px 24px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .featureItem {
    margin-left: auto;
    margin-right: auto;
  }
}
.featureItem__iconWrapper {
  margin-bottom: 12px;
}
.featureItem__title {
  margin-bottom: 20px;
  color: #c32929;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.featureItem__desc {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.quiz {
  background-color: #fcddd0;
  position: relative;
}
.quiz .wrapper_in {
  padding-top: 66px;
  padding-bottom: 36px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .quiz .wrapper_in {
    padding: 52px 20px 80px;
  }
}
.quiz::after {
  z-index: 1;
  content: "";
  position: absolute;
  max-height: 66px;
  width: 100%;
  aspect-ratio: 19;
  background-color: #fcddd0;
  -webkit-clip-path: polygon(0% 0.451%, 0% -1204.478%, 0% -1204.478%, 2.87% -1193.488%, 6.372% -1181.252%, 10.448% -1168.336%, 15.038% -1155.305%, 20.081% -1142.726%, 25.517% -1131.164%, 31.287% -1121.187%, 37.331% -1113.359%, 43.588% -1108.248%, 50% -1106.418%, 50% -1106.418%, 56.427% -1108.253%, 62.724% -1113.371%, 68.821% -1121.194%, 74.647% -1131.141%, 80.133% -1142.633%, 85.208% -1155.091%, 89.803% -1167.936%, 93.847% -1180.587%, 97.269% -1192.466%, 100% -1202.993%, 100% 1.194%, 100% 1.194%, 97.619% 11.903%, 94.29% 24.021%, 90.15% 36.951%, 85.337% 50.094%, 79.987% 62.854%, 74.239% 74.634%, 68.228% 84.836%, 62.094% 92.862%, 55.972% 98.116%, 50% 100%, 50% 100%, 43.373% 98.182%, 36.902% 93.094%, 30.663% 85.284%, 24.734% 75.3%, 19.192% 63.69%, 14.115% 51.003%, 9.579% 37.788%, 5.664% 24.592%, 2.445% 11.963%, 0% 0.451%);
          clip-path: polygon(0% 0.451%, 0% -1204.478%, 0% -1204.478%, 2.87% -1193.488%, 6.372% -1181.252%, 10.448% -1168.336%, 15.038% -1155.305%, 20.081% -1142.726%, 25.517% -1131.164%, 31.287% -1121.187%, 37.331% -1113.359%, 43.588% -1108.248%, 50% -1106.418%, 50% -1106.418%, 56.427% -1108.253%, 62.724% -1113.371%, 68.821% -1121.194%, 74.647% -1131.141%, 80.133% -1142.633%, 85.208% -1155.091%, 89.803% -1167.936%, 93.847% -1180.587%, 97.269% -1192.466%, 100% -1202.993%, 100% 1.194%, 100% 1.194%, 97.619% 11.903%, 94.29% 24.021%, 90.15% 36.951%, 85.337% 50.094%, 79.987% 62.854%, 74.239% 74.634%, 68.228% 84.836%, 62.094% 92.862%, 55.972% 98.116%, 50% 100%, 50% 100%, 43.373% 98.182%, 36.902% 93.094%, 30.663% 85.284%, 24.734% 75.3%, 19.192% 63.69%, 14.115% 51.003%, 9.579% 37.788%, 5.664% 24.592%, 2.445% 11.963%, 0% 0.451%);
}
.quiz__header {
  margin-top: 44px;
  margin-bottom: 47px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .quiz__header {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.quiz__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .quiz__title {
    font-size: 24px;
  }
}
.quiz__title::before {
  left: -53px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 37px;
  height: 23px;
  background-size: contain;
  background-image: url(../images/quiz-title-decoration.png);
}
.quiz__title::after {
  right: -53px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 37px;
  height: 23px;
  background-size: contain;
  background-image: url(../images/quiz-title-decoration.png);
}
.quiz__footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .quiz__footer {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.quizCard {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 562px;
}
.quizCard-1 .quizCard__title {
  color: #222664;
}
.quizCard-1 .quizCard__desc {
  max-width: 247px;
}
.quizCard-2 .quizCard__title {
  color: #292929;
}
.quizCard__img {
  max-width: 400px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.quizCard__title {
  top: 32px;
  left: 28px;
  position: absolute;
  font-family: "Noto Sans TC";
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .quizCard__title {
    top: 25px;
    left: 22px;
    font-size: 32px;
  }
}
.quizCard__desc {
  max-width: 337px;
  position: absolute;
  color: #292929;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  top: 160px;
  left: 28px;
  right: 28px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .quizCard__desc {
    top: 123px;
    left: 22px;
    right: 22px;
  }
}
.quizCard__btn {
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 56px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  display: block;
  border-radius: 12px;
  background: #ab1313;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .quizCard__btn {
    padding: 8px 35px;
    bottom: 21px;
  }
}

.courses-staff {
  background: linear-gradient(180deg, #faf7ee 5%, #fcf6e4 100%);
}
.courses-staff .wrapper_in {
  padding-top: 110px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .courses-staff .wrapper_in {
    padding-top: 53px;
  }
}
.courses-junior-supervisor {
  background: linear-gradient(180deg, #fbfef3 1.89%, #f7fce9 99.3%);
}
.courses-junior-supervisor .wrapper_in {
  padding-top: 36px;
}
.courses-senior-supervisor {
  background: linear-gradient(180deg, #f1fcff 0%, #e3f9fd 100%);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .courses-senior-supervisor .courses__subtitle {
    max-width: 200px;
    bottom: 12px;
  }
}
.courses-senior-supervisor .courses__desc {
  max-width: 688px;
}
.courses-senior-supervisor .wrapper_in {
  padding-top: 36px;
}
.courses__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.courses__title, .courses__subtitle {
  color: #000;
  font-family: "Noto Sans TC";
  position: absolute;
  text-align: center;
  line-height: normal;
}
.courses__title {
  top: 44px;
  font-size: 36px;
  font-weight: 900;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .courses__title {
    top: 34px;
    font-size: 28px;
  }
}
.courses__subtitle {
  bottom: 23px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .courses__subtitle {
    bottom: 26px;
    font-size: 14px;
  }
}
.courses__body {
  margin-top: 32px;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .courses__body {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.courses__desc {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .courses__desc {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.courses__info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  padding-bottom: 4px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .courses__info {
    padding-bottom: 0;
    flex-direction: column;
  }
}
.courses__tag {
  padding: 4px 12px;
  display: inline-block;
  border-radius: 16.5px;
  border: 2px solid #51269c;
  background-color: #fff;
  color: #51269c;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.courses__hashtag {
  color: #7149b8;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .courses__hashtag {
    text-align: center;
  }
}
.courses__list {
  display: grid;
  row-gap: 32px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 32px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .courses__list {
    margin-top: 20px;
    display: block;
  }
}
.courses__footer {
  text-align: center;
}
.courses__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 152px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
}
.courses__btn img {
  pointer-events: none;
}

.course {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition-duration: 0.5s;
}
.course:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.course__wrapper {
  padding-left: 12px;
  padding-right: 12px;
  height: 100%;
}
.course__link {
  text-decoration: none;
}
.course__link:hover, .course__link:active, .course__link:focus {
  text-decoration: none;
  outline: none;
}
.course__header {
  position: relative;
}
.course__cover {
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center;
  background-color: #a9a9a9;
}
.course__body {
  display: flex;
  flex-direction: column;
  padding: 8px 8px 0px;
  width: 100%;
}
.course__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 8px;
}
.course__tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  align-items: center;
  min-width: 88px;
  padding: 2px 6px;
  color: #fff;
  gap: 4px;
}
.course__tag--physical {
  background-color: #ff843f;
}
.course__tag--online {
  background-color: #00afb8;
}
.course__tag--internal {
  background-color: #4e91ff;
}
.course__tag--live {
  background-color: #70be20;
}
.course__info {
  display: flex;
  align-items: center;
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  gap: 4px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .course__info {
    display: none;
  }
}
.course__title {
  font-weight: 700;
  line-height: 23.94px;
  font-size: 18px;
  margin-bottom: 24px;
  height: 48px;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #292929;
  overflow: hidden;
}
.course__detail {
  min-height: 22px;
  display: flex;
  align-items: center;
  align-items: baseline;
  margin-bottom: 5px;
  gap: 12px;
}
.course__like {
  display: flex;
  align-items: center;
  align-items: baseline;
  gap: 4px;
}
.course__score {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #ffb41f;
}
.course__total {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #7e7e7e;
}
.course__teacher {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 20px;
  color: #7e7e7e;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.course__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 40px;
  color: #7e7e7e;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.course__descContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.course__discount {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #a386d5;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding-left: 8px;
  min-height: 20px;
}
.course__priceContainer {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-height: 36px;
  padding: 4px 8px 8px;
}
.course__salePrice {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.62px;
}
.course__specialPrice {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #ff7800;
}
.course__tooltip {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.course__tooltipWrapper {
  z-index: 5;
  width: 270px;
  opacity: 1;
  background: #fff;
  box-shadow: 2.1px 4.5px 8.7px 1.3px rgba(33, 33, 33, 0.16);
  border-radius: 4px;
  font-size: 14px;
  margin: 0 5px;
  display: none;
  white-space: normal;
  padding: 24px 20px 16px;
}
.course__tooltipWrapper[data-show] {
  display: block;
}
.course__tooltipItemTitle {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
}
.course__tooltipItemDesc {
  white-space: pre;
  margin-left: 20px;
  color: #292929;
}
.course__tooltipArrow {
  position: absolute;
  width: 16px;
  height: 16px;
  background: inherit;
  visibility: hidden;
}
.course__tooltipArrow::before {
  position: absolute;
  width: 16px;
  height: 16px;
  background: inherit;
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

.discount {
  text-align: center;
}
.discount .wrapper_in {
  padding-bottom: 48px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .discount .wrapper_in {
    padding-bottom: 32px;
  }
}
.discount__header {
  color: #000;
}
.discount__title {
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .discount__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.discount__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 37px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .discount__subtitle {
    margin-bottom: 48px;
    font-size: 16px;
  }
}
.discount__subtitle strong {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .discount__subtitle strong {
    font-size: 16px;
  }
}
.discount__main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 960px;
  width: 100%;
  background-color: #f2e4d3;
  border-radius: 16px;
  padding: 30px 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .discount__main {
    max-width: 296px;
    padding: 59px 47px 68px 69px;
  }
}
.discount__coupons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 704px;
  gap: 52px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .discount__coupons {
    flex-direction: column;
  }
}
.discount__coupon {
  width: 33.33%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .discount__coupon {
    height: 100%;
    width: 100%;
  }
}
.discount__decoration {
  position: absolute;
}
.discount__decoration--left {
  left: -31px;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .discount__decoration--left {
    left: -14px;
  }
}
.discount__decoration--right {
  top: -40px;
  right: -29px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .discount__decoration--right {
    max-width: 129px;
    left: 50%;
    right: 50%;
    margin-left: -65px;
  }
}
.discount__tips {
  margin-top: 20px;
  margin-bottom: 36px;
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.discount__footer {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.discount__btn--hasTooltip {
  position: relative;
}
.discount__btn--hasTooltip::after {
  pointer-events: none;
  position: absolute;
  content: "";
  background-image: url(../images/tooltip.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 148px;
  height: 38px;
  right: -124px;
  top: -28px;
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 3.5s;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .discount__btn--hasTooltip::after {
    display: none;
  }
}

.certificate {
  background-color: #fffbeb;
}
.certificate .wrapper_in {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .certificate .wrapper_in {
    gap: 40px;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .certificate__header {
    order: 2;
  }
}
.certificate__footer {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 530px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .certificate__footer {
    gap: 24px;
  }
}
.certificate__title {
  color: #292929;
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .certificate__title {
    font-size: 24px;
    text-align: center;
  }
}
.certificate__desc {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.certificate__desc strong {
  font-weight: 700;
}
.certificate__btn {
  max-width: 152px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .certificate__btn {
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.right-menu {
  box-shadow: 0px 0px 4px 0px rgba(181, 181, 181, 0.5);
  z-index: 10;
  position: fixed;
  top: 30%;
  right: 20px;
  width: 80px;
  border-radius: 10px;
  background: #fff;
  padding: 12px 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu {
    align-items: center;
    justify-content: space-around;
    display: flex;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
  }
}
.right-menu:has(.active) :nth-child(4) .menu-li {
  padding-bottom: 16px;
  border-bottom: 1px dashed #e6e6e6;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu:has(.active) :nth-child(4) .menu-li {
    padding-bottom: 0;
    border: 0;
  }
}
.right-menu .totop {
  display: none;
}
.right-menu .totop .menu-li {
  border: none;
}
.right-menu .totop.active {
  display: block;
}
.right-menu .menu-li {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #00afb8;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu .menu-li {
    margin-top: 12px;
    margin-bottom: 12px;
    height: 48px;
  }
}
.right-menu .menu-li .txt {
  margin-top: 4px;
}
.right-menu a {
  text-decoration: initial;
  outline: none !important;
}
.right-menu a:nth-child(1) .menu-li {
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu a:nth-child(1) .menu-li {
    border: 0;
    padding-bottom: 0;
  }
}
.right-menu a:nth-child(2) .menu-li, .right-menu a:nth-child(3) .menu-li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #e6e6e6;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu a:nth-child(2) .menu-li, .right-menu a:nth-child(3) .menu-li {
    border: 0;
  }
}
.right-menu a:nth-child(4) .menu-li {
  padding-top: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu a:nth-child(4) .menu-li {
    padding: 0;
  }
}
.right-menu a:nth-child(5) .menu-li {
  padding-top: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu a:nth-child(5) .menu-li {
    padding-top: 0;
  }
}

.footer {
  background-color: #292929;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 6px 24px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .footer {
    flex-direction: column;
    text-align: center;
    padding-bottom: 9px;
    margin-bottom: 70px;
  }
  .footer > * + * {
    margin-top: 10px;
  }
}
.footer a {
  color: #fff;
}
.footer ul {
  flex-wrap: wrap;
  display: flex;
  gap: 16px;
}
.footer ul li + li {
  border-left: 1px solid #fff;
  padding-left: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .footer ul li + li {
    padding-left: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .footer ul {
    gap: 10px;
    justify-content: center;
  }
}
.footer__icon {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-right: 4px;
}

#dictionaryModal {
  z-index: 99999;
  padding-right: 0 !important;
}
#dictionaryModal .modal-header {
  transition: all 0.2s ease 0s;
  box-shadow: none;
}
#dictionaryModal.leave-top .modal-header {
  box-shadow: rgba(41, 41, 41, 0.2) 0px 2px 8px 0px;
}
#dictionaryModal .modal-content {
  border-radius: 12px;
  box-shadow: 0px 2px 20px 0px rgba(41, 41, 41, 0.2) !important;
}
#dictionaryModal .modal-title {
  color: #292929;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
#dictionaryModal .modal-header,
#dictionaryModal .modal-footer {
  padding: 24px;
  border: none;
}
#dictionaryModal .modal-body {
  padding: 12px 24px;
  max-height: 70vh;
  overflow-y: auto;
}
#dictionaryModal .modal-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#dictionaryModal .modal-body::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
  padding: 1px;
}
#dictionaryModal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #bbb;
  box-shadow: none;
  border: 1px solid #fff;
}
#dictionaryModal .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: "#999";
}
#dictionaryModal .modal-footer {
  border-top: 1px solid rgb(238, 238, 238);
  text-align: center;
}
@media (min-width: 768px) {
  #dictionaryModal .modal-dialog {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  #dictionaryModal .modal-dialog {
    width: 990px;
  }
}
#dictionaryModal .modal-dialog .btn {
  width: 140px;
  border-radius: 4px;
  background: #00afb8;
}
#dictionaryModal .close {
  opacity: 1;
}

.dictionary {
  color: #292929;
  table-layout: fixed;
  width: 100%;
}
.dictionary__thead {
  background: #ddd;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.dictionary__tbody {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.dictionary__th {
  padding: 8px;
}
.dictionary__th:nth-child(1) {
  padding-left: 16px;
}
.dictionary__td {
  vertical-align: middle;
  padding: 18px 32px 18px 8px;
}
.dictionary__td:nth-child(1) {
  padding-left: 16px;
}
.dictionary__tr {
  border-bottom: 1px solid #ddd;
}

.i-buy,
.i-list,
.i-top,
.i-dictionary,
.i-contact {
  display: inline-block;
  vertical-align: middle;
}

.i-buy {
  width: 28px;
  height: 29px;
}
.i-buy::before {
  content: url(../images/buy.svg);
}

.i-list {
  width: 26px;
  height: 30px;
}
.i-list::before {
  content: url(../images/list.svg);
}

.i-contact {
  width: 28px;
  height: 31px;
}
.i-contact::before {
  content: url(../images/contact.svg);
}

.i-dictionary {
  width: 30px;
  height: 25px;
}
.i-dictionary::before {
  content: url(../images/dictionary.svg);
}

.i-top {
  width: 25px;
  height: 32px;
}
.i-top::before {
  content: url(../images/top.svg);
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .slick-list {
    padding: 0 20% 0 0 !important;
  }
}

.slick-track {
  margin-left: unset;
  margin-right: unset;
}/*# sourceMappingURL=style.css.map */