@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  padding: 0 !important;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang TC", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f4f4f4 !important;
  scroll-behavior: smooth;
  position: relative;
}

/**
 * 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 {
  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;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

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

/**
*list-style-clear
*/
ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0 !important;
}

.bg--primary {
  background-color: #00aec3;
}

.bg--secondary {
  background-color: #617866;
}

.bg--dark {
  background-color: #2d2d2d;
}

.bg--darker {
  background-color: #dee2e6;
}

.bg--white {
  background-color: #fff;
}

.bg--gray {
  background-color: #EFEFEF;
}

.bg--light {
  background-color: #f4f4f4;
}

.txt--white {
  color: #fff;
}

.txt--dark {
  color: #2d2d2d;
}

.txt--primary {
  color: #00aec3;
}

.txt--secondary {
  color: #617866;
}

.l-navbar {
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  background-color: transparent;
}
.l-navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.l-navbar > .conatainer-fluid {
  padding: 1rem 1.25rem;
}
.l-navbar--scrolled::before {
  opacity: 1;
}
.l-navbar--overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #343a40;
  overflow: auto;
  z-index: -1;
  transition: all 0.3s ease;
}
.l-navbar--overlay.open {
  opacity: 1 !important;
  z-index: 98 !important;
}
.l-navbar--overlay .l-navbar__menu {
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 7rem 3rem 3rem;
}
.l-navbar--overlay .l-navbar__menu__items {
  margin: 0 auto;
  font-size: 1.3rem;
  color: #e9e8e8;
  padding: 0.5rem 0;
}
.l-navbar__toggler {
  z-index: 150;
}
@media (min-width: 769px) {
  .l-navbar__toggler {
    display: none !important;
  }
}
.l-navbar__toggler {
  transition: all 0.3s ease;
}
.l-navbar__toggler span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease;
}
.l-navbar__toggler--activate {
  width: 30px;
  height: 30px;
  z-index: 150;
}
.l-navbar__toggler--activate span {
  width: 24px;
  height: 2px;
  background-color: #00aec3;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease;
}
.l-navbar__toggler--activate span:nth-child(2) {
  opacity: 0;
}
.l-navbar__toggler--activate span:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}
.l-navbar__toggler--activate span:nth-child(3) {
  transform: translateY(-17px) rotate(-45deg);
}
.l-navbar__brand {
  z-index: 20;
}
.l-navbar__brand img {
  height: 40px;
  width: auto !important;
}
.l-navbar__menu {
  display: flex;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.l-navbar__menu__items {
  padding: 0 0.5rem;
  font-size: 0.85rem;
  text-align: center;
  padding: 0 1rem;
}
.l-navbar__menu__items a {
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}
.l-navbar__menu__items a:hover, .l-navbar__menu__items a:focus, .l-navbar__menu__items a:active {
  color: #00aec3;
  text-decoration: none;
}
.l-navbar__menu__items .e-button {
  color: #fff;
  max-width: 100%;
}
.l-navbar__menu__items--active a {
  color: #00aec3;
}
@media (max-width: 769px) {
  .l-navbar__menu {
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
  .l-navbar__menu.open {
    visibility: visible;
    flex-direction: column;
    padding-top: 6rem;
    text-align: center;
    position: fixed;
    background-color: #343a40;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  .l-navbar__menu__items {
    color: #fff;
    font-size: 1.3rem;
    padding: 0.5rem;
  }
}
.l-navbar__cart {
  color: #00aec3;
  padding: 0 30px;
  transition: all 0.3s ease;
}
.l-navbar__cart:hover, .l-navbar__cart:focus, .l-navbar__cart:active {
  color: #00aec3;
}

.l-footer {
  padding: 2.5rem 0;
  color: #fff;
  background-color: #2d2d2d;
  font-size: 0.8rem;
  line-height: 1.9rem;
}
.l-footer p {
  line-height: 1.6;
}
.l-footer a {
  color: #00aec3;
  text-decoration: none;
}
.l-footer a:hover, .l-footer a:focus, .l-footer a:active {
  color: rgb(0, 160.3476923077, 179.7);
}

.swiper-button-next-unique,
.swiper-button-prev-unique {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next-unique.swiper-button-disabled,
.swiper-button-prev-unique.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next-unique.swiper-button-hidden,
.swiper-button-prev-unique.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next-unique,
.swiper-navigation-disabled .swiper-button-prev-unique {
  display: none !important;
}

.swiper-button-next-unique:after,
.swiper-button-prev-unique:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev-unique,
.swiper-rtl .swiper-button-next {
  left: -1rem;
  right: auto;
}
@media (min-width: 1200px) {
  .swiper-button-prev-unique,
  .swiper-rtl .swiper-button-next {
    left: -2rem;
  }
}

.swiper-button-prev-unique:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next-unique,
.swiper-rtl .swiper-button-prev {
  right: -1rem;
  left: auto;
}
@media (min-width: 1200px) {
  .swiper-button-next-unique,
  .swiper-rtl .swiper-button-prev {
    right: -2rem;
  }
}

.swiper-button-next-unique:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.e-button {
  position: relative;
  display: inline-block;
  max-width: 85%;
  padding: 1rem 2rem;
  border: none;
  border-radius: 10rem;
  text-align: center;
  cursor: pointer;
  min-width: 15.625rem;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .e-button {
    width: 100%;
    font-weight: 700;
  }
}
@media (min-width: 1280px) {
  .e-button {
    min-width: 15.625rem;
  }
}
.e-button:hover, .e-button:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.e-button:hover .material-symbols-outlined, .e-button:focus .material-symbols-outlined {
  transform: translate(0.3rem, -50%);
}
.e-button span {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
}
@media (min-width: 1280px) {
  .e-button span {
    font-size: 1.125rem;
  }
}
.e-button .material-symbols-outlined {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}
.e-button--rect {
  border-radius: 0.25rem;
  padding: 0.75rem 3rem;
  background-color: #00aec3;
  color: #2d2d2d;
  font-weight: 500;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .e-button--rect {
    width: 100%;
  }
}
.e-button--regis {
  width: 900px;
  padding: 1.5rem 0;
}
.e-button--regis .e-button__text {
  font-size: 1.3rem;
}
@media (min-width: 1280px) {
  .e-button--regis {
    padding: 2.6rem 0;
  }
  .e-button--regis .e-button__text {
    font-size: 1.8rem;
  }
}
.e-button--secondary {
  background-color: #617866;
  color: #fff;
}
.e-button--primary {
  background-color: #00aec3;
  color: #2d2d2d;
}
.e-button--primary:hover {
  background-color: #fff;
  color: #2d2d2d;
}
.e-button--white {
  background-color: #fff;
  color: #617866;
}
.e-button--underline {
  background-color: transparent;
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
}
.e-sliderIcon:first-child {
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 50;
  font-size: 2rem;
  background-color: #617866;
  border-radius: 3rem;
  color: #fff;
}
@media (min-width: 1280px) {
  .e-sliderIcon:first-child {
    left: -3%;
    font-size: 3rem;
    background-color: transparent;
    color: #2d2d2d;
  }
}
.e-sliderIcon2:first-child {
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
  z-index: 50;
  font-size: 2rem;
  background-color: #617866;
  border-radius: 3rem;
  color: #fff;
}
@media (min-width: 1280px) {
  .e-sliderIcon2:first-child {
    right: -6%;
    font-size: 3rem;
    background-color: transparent;
    color: #2d2d2d;
  }
}
.e-tag {
  padding: 0.2rem 0.5rem;
  max-width: 5rem;
  border: 1px solid #617866;
  color: #617866;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  font-size: 0.8rem;
}
.e-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(97, 120, 102, 0.5);
}

body {
  background-color: #e9e8e8 !important;
}

a {
  text-decoration: none !important;
}

:root {
  --swiper-theme-color: $primary !important;
}

.row > * {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.disabled {
  pointer-events: none;
}

.imgWrap {
  overflow: hidden;
}
.imgWrap img {
  width: 100%;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1328px;
  }
}
.sectionBtn {
  position: relative;
  display: inline-flex;
  padding: 0.625rem 1.875rem;
  border: 0.125rem solid #2d2d2d;
  border-radius: 3.125rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.sectionBtn span {
  letter-spacing: 1px;
  display: block;
  line-height: 2;
  color: #2d2d2d;
  font-weight: 500;
}
.sectionBtn span .symbol {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 6px;
  padding-right: 6px;
}
@media (min-width: 1200px) {
  .sectionBtn:hover {
    background-color: #2d2d2d;
  }
  .sectionBtn:hover span {
    color: #fff;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sectionPart {
  overflow-x: clip;
  padding: 2.8rem 0;
}
.sectionPart .heading-container {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .sectionPart {
    padding: 5rem 0;
  }
  .sectionPart .heading-container {
    margin-bottom: 2.5rem;
  }
}
.sectionPart .container .info__title {
  font-size: 1.25rem;
}
.sectionPart .container .info__desc {
  font-size: 1rem;
}

.p-fixedbtn {
  display: block;
  position: fixed;
  bottom: 0rem;
  right: 0rem;
  z-index: 95;
}
.p-fixedbtn .imgWrap {
  width: 92px;
}
@media (min-width: 1200px) {
  .p-fixedbtn .imgWrap {
    width: 110px;
  }
}
.p-sectitle {
  position: relative;
}
.p-sectitle .marquee {
  position: absolute;
  color: #fff;
  opacity: 0.5;
}
.p-sectitle .tag {
  font-size: 0.875rem;
  padding: 0.5rem 2rem;
  border: 1.5px solid #2d2d2d;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 1rem;
}
.p-sectitle h2 {
  padding: 1.875rem 0;
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.2px;
  text-align: center;
  font-size: 1.75rem;
  overflow: hidden;
}
.p-sectitle h2 span {
  display: block;
}
.p-sectitle h3 {
  width: 100%;
  overflow: hidden;
  display: flex;
  font-weight: 700;
  font-size: 2.5rem;
}
.p-sectitle h3 .marquee__content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
}
.p-sectitle.c-primary h2 {
  background-color: #00aec3;
  color: #2d2d2d;
}
.p-sectitle.c-primary h3 {
  color: #617866;
}
.p-sectitle.c-dark h2 {
  background-color: #2d2d2d;
  color: #00aec3;
}
.p-sectitle.c-dark h3 {
  color: #2d2d2d;
}
@media (min-width: 1200px) {
  .p-sectitle h2 {
    font-size: 2.5rem;
  }
  .p-sectitle h2 span {
    display: inline;
  }
  .p-sectitle h3 {
    font-size: 5rem;
  }
}
.p-hero {
  padding: 0;
  position: relative;
}
.p-hero .imgWrap {
  overflow: hidden;
  width: 100%;
}
.p-hero .imgWrap img {
  width: auto;
}
.p-hero .is-pc .p-hero__title {
  padding-left: 0;
  position: absolute;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 37.5rem;
  justify-content: space-between;
}
.p-hero .is-pc .p-hero__title > .imgs {
  position: relative;
  margin-bottom: 1.375rem;
}
.p-hero .is-pc .p-hero__title > .imgs:last-child {
  margin-bottom: 0;
}
.p-hero .is-pc .p-hero__title .kvTxt {
  position: relative;
}
.p-hero .is-pc .p-hero__title .kvTxt--1 {
  width: 12.5rem;
}
.p-hero .is-pc .p-hero__title .kvTxt--3 {
  position: relative;
  width: 7.5rem;
  top: 5.625rem;
  left: -2.125rem;
  right: auto;
}
.p-hero .is-pc .imgWrap {
  text-align: right;
}
.p-hero .is-pc .imgWrap img {
  width: 100%;
}
.p-hero .is-mb .p-hero__title {
  position: absolute;
  width: 100%;
  top: 6.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-hero .is-mb .p-hero__title > div:last-child {
  margin-bottom: 0;
}
.p-hero .is-mb .p-hero__title > div.txt1 {
  text-align: center;
}
.p-hero .is-mb .p-hero__title > div.txt2 {
  text-align: left;
  margin-top: 16.25rem;
  padding: 0 1.25rem;
}
.p-hero .is-mb .p-hero__title .kvTxt {
  position: relative;
}
.p-hero .is-mb .imgWrap .kvBg {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .p-hero .is-pc .p-hero__title {
    top: 25%;
    transform: translate(-50%, -25%);
    width: 52rem;
  }
  .p-hero .is-pc .p-hero__title .kvTxt--1 {
    width: 100%;
  }
  .p-hero .is-pc .p-hero__title .kvTxt--3 {
    position: relative;
    right: 1.25rem;
    width: 40%;
    top: 7.5rem;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .p-hero .is-pc .p-hero__title {
    top: 40%;
    transform: translate(-50%, -40%);
  }
  .p-hero .is-pc .p-hero__title .kvTxt--1 {
    width: auto;
  }
  .p-hero .is-pc .p-hero__title .kvTxt--3 {
    position: relative;
    width: 10.5rem;
    top: 7.5rem;
    left: 0rem;
    right: auto;
  }
}
@media (min-width: 1920px) {
  .p-hero .is-pc .p-hero__title {
    width: 67.5rem;
  }
  .p-hero .is-pc .p-hero__title .kvTxt--1 {
    width: 22.5rem;
  }
  .p-hero .is-pc .p-hero__title .kvTxt--3 {
    position: relative;
    width: 12.5rem;
    top: 7.5rem;
    left: 0rem;
    right: auto;
  }
}
.p-trend {
  margin-top: -8rem;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  position: relative;
}
.p-trend__txt {
  max-width: 26.25rem;
  text-align: center;
}
.p-trend__txt p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
.p-trend .chartTxt {
  text-align: center;
}
.p-trend .chartTxt__title {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  font-weight: bold;
}
.p-trend .chartTxt__desc {
  font-size: 1.25rem;
  font-weight: 100;
}
.p-trend .chartImg img {
  width: 100%;
}
.p-trend .action {
  margin-top: 3.125rem;
}
@media (min-width: 1200px) {
  .p-trend {
    margin-top: -5rem;
  }
  .p-trend__txt {
    text-align: left;
  }
  .p-trend .chartTxt__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .p-trend .chartImg {
    max-width: 26.25rem;
  }
}
.p-degree {
  position: relative;
  padding-bottom: 6.25rem;
  background-color: #e9e8e8;
}
.p-degree .col-md-6 {
  margin-bottom: 2.8125rem;
}
.p-degree .item img {
  width: 100%;
}
@media (min-width: 1200px) {
  .p-degree {
    padding-bottom: 7.5rem;
  }
  .p-degree .col-md-6 {
    padding: 0 0.5625rem;
    margin-bottom: 5rem;
  }
  .p-degree .leaderItem .imgWrap img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }
  .p-degree .leaderItem .txtWrap:after {
    display: none;
  }
  .p-degree .leaderItem .txtWrap__title {
    display: inline-block;
    font-size: 3rem;
    position: relative;
    padding-right: 3.125rem;
  }
  .p-degree .leaderItem .txtWrap__title:after {
    content: "";
    position: absolute;
    bottom: 0.9375rem;
    right: 0;
    width: 3.125rem;
    height: 1.875rem;
    background-image: url("../images/arrow-article.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(7deg);
    transition: all 0.3s ease-in-out;
  }
  .p-degree .leaderItem .txtWrap__name {
    font-size: 1.875rem;
  }
  .p-degree .leaderItem .txtWrap__name span {
    font-size: 1rem;
  }
  .p-degree .leaderItem:hover .imgWrap img {
    transform: scale(1.05);
  }
  .p-degree .leaderItem:hover .txtWrap__title:after {
    right: -0.3125rem;
  }
}
.p-criteria {
  position: relative;
  padding: 0 0 6.25rem;
  background-color: #00aec3;
}
.p-criteria .p-sectitle .marquee {
  opacity: 0.2;
}
.p-criteria .heading-container {
  position: relative;
}
.p-criteria .annecontent {
  max-width: 63.75rem;
}
@media (min-width: 1200px) {
  .p-criteria {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.p-ranking {
  padding-top: 0;
  padding-bottom: 5rem;
  position: relative;
  background-color: #e9e8e8;
  color: #2d2d2d;
}
.p-ranking .heading-container {
  position: relative;
  z-index: 5;
}
.p-ranking .heading-container .p-sectitle {
  z-index: 5;
}
.p-ranking .info__title {
  text-align: center;
  font-weight: 500;
}
.p-ranking .container {
  z-index: 10;
}
.p-ranking .chart__top5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-ranking .chart__top5 .rankingItem {
  margin-bottom: 2.5rem;
}
.p-ranking .chart__top5 .rankingItem:last-child {
  margin-bottom: 0;
}
.p-ranking .chart__wrapper {
  background-color: #00aec3 !important;
}
.p-ranking .chart__wrapper .modal-header {
  border-bottom: 0;
}
.p-ranking .chart__wrapper .modal-footer {
  border-top: 0;
}
.p-ranking .chart__wrapper .btn-close {
  opacity: 1;
}
.p-ranking .chart__wrapper .modal-title {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.p-ranking .chart__action {
  margin-top: 3.125rem;
}
.p-ranking .chart__action .sectionBtn {
  margin-bottom: 1.25rem;
}
.p-ranking .chart__action .sectionBtn:last-child {
  margin-bottom: 0;
}
.p-ranking .chart .rg-table {
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #fff;
}
.p-ranking .chart .rg-table thead {
  border-bottom: 1px solid #fff;
}
.p-ranking .chart .rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-align: center;
}
.p-ranking .chart .rg-table tr th {
  padding: 0.4375rem 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  border-left: 1px solid #fff;
}
.p-ranking .chart .rg-table tr th:first-child {
  border-left: none;
  padding: 0.4375rem 0.625rem;
}
.p-ranking .chart .rg-table tr td {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  color: #fff;
  text-align: left;
  border-left: 1px solid #fff;
}
.p-ranking .chart .rg-table tr td:first-child {
  border-left: none;
}
.p-ranking .chart .rg-table tr .t-number {
  padding: 0.4375rem 0.625rem;
  line-height: 1;
  font-family: "Josefin Sans", serif;
  font-style: italic;
  font-weight: 500;
}
.p-ranking .chart .rg-table tr .text {
  padding: 0.4375rem 1.25rem;
  font-weight: 300;
}
.p-ranking .chart .rg-table tr .number {
  display: none;
}
.p-ranking .chart .t-number {
  position: relative;
}
.p-ranking .rankingAll {
  margin-top: 6.25rem;
  position: relative;
}
.p-ranking .rankingAll::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/bg-compass.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 32.5rem;
  height: 32.5rem;
  opacity: 0.3;
}
.p-ranking .chartTxt {
  text-align: center;
  margin-bottom: 3.125rem;
}
.p-ranking .chartTxt__title {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
.p-ranking .chartTxt__desc {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0 1rem;
}
.p-ranking .rankingItem {
  position: relative;
}
.p-ranking .rankingItem .material-symbols-outlined {
  font-size: 0.875rem;
  color: #00aec3;
}
.p-ranking .rankingItem .rankingItem__text .rank {
  line-height: 1;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #00aec3;
}
.p-ranking .rankingItem .rankingItem__text .school {
  font-weight: 500;
  letter-spacing: 0.125rem;
  text-indent: 0.25rem;
  word-break: keep-all;
}
.p-ranking .rankingItem .rankingItem__point {
  color: #4f4f4f;
  display: flex;
  font-weight: 400;
}
.p-ranking .rankingItem.is-crown:before {
  content: "";
  display: inline-block;
  background-image: url("../images/deco-crown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-ranking .rankingItem--top5.is-crown:before {
  position: absolute;
  top: 0;
  right: -1.25rem;
  width: 25px;
  height: 17px;
  transform: rotate(20deg);
}
.p-ranking .rankingItem--top5 {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.p-ranking .rankingItem--top5:hover {
  transform: translateY(-10px);
}
.p-ranking .rankingItem--top5 .rankingItem__text {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.p-ranking .rankingItem--top5 .rankingItem__text .rank {
  flex: 0 0 7.5rem;
  font-size: 3.75rem;
  line-height: 2.375rem;
}
.p-ranking .rankingItem--top5 .rankingItem__text .school {
  font-size: 1.25rem;
}
.p-ranking .rankingItem--top5 .rankingItem__point {
  align-items: baseline;
  justify-content: flex-start;
  font-size: 1rem;
  margin-top: 0.3125rem;
}
.p-ranking .rankingItem--top5 .rankingItem__point:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  background-image: url("../images/arrow-point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-ranking .rankingItem--top5 .rankingItem__point strong {
  font-family: "Josefin Sans", serif;
  font-size: 1.5rem;
}
.p-ranking .rankingItem--normal.is-crown:before {
  width: 1.5625rem;
  height: 1.0625rem;
  margin-bottom: 0.625rem;
}
.p-ranking .rankingItem--normal .rankingItem__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-ranking .rankingItem--normal .rankingItem__text .rank {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
.p-ranking .rankingItem--normal .rankingItem__text .school {
  font-size: 1.25rem;
}
.p-ranking .rankingItem--normal .rankingItem__point {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.625rem;
}
.p-ranking .rankingItem--normal .rankingItem__point span {
  margin-right: 0.3125rem;
  font-size: 0.9375rem;
}
.p-ranking .chartList__top3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1.5625rem;
}
.p-ranking .chartList__top3 .rankingItem {
  flex: 0 0 70%;
  width: 70%;
  margin: 0 auto 1.875rem;
}
.p-ranking .chartList__top3 .rankingItem:last-child {
  margin-bottom: 0;
}
.p-ranking .chartList__other {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-ranking .chartList__other .rankingItem {
  flex: 0 0 calc((100% - 1.25rem) / 2);
  padding: 0.9375rem 0;
}
.p-ranking .chartList + .action {
  margin-top: 2.1875rem;
}
@media (min-width: 768px) {
  .p-ranking .chartList__top3 {
    flex-direction: row;
  }
  .p-ranking .chart__top5 {
    justify-content: center;
    gap: 2rem;
  }
  .p-ranking .chart__top5 .rankingItem--top5 {
    margin-bottom: 0;
  }
  .p-ranking .chart__top5 .rankingItem--top5 .rankingItem__text {
    flex-direction: column;
  }
  .p-ranking .chart__top5 .rankingItem--top5 .rankingItem__text .rank {
    flex: 0 0 2.5rem;
  }
  .p-ranking .chart__top5 .is-crown:before {
    top: -1.25rem;
    right: 1.75rem;
  }
  .p-ranking .rankingItem {
    flex: 0 0 20% !important;
    transition: all 0.3s ease-in-out;
  }
  .p-ranking .chartList__other .rankingItem {
    flex: 0 0 20%;
  }
  .p-ranking .rankingItem--normal .rankingItem__text .school {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-ranking {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .p-ranking .info {
    padding: 0;
    max-width: 45rem;
    margin: 0 auto 2.5rem;
  }
  .p-ranking .chart__top5 {
    flex-wrap: nowrap;
  }
  .p-ranking .chart__top5 .rankingItem {
    width: 20%;
  }
  .p-ranking .chart__action {
    margin-top: 1.25rem;
  }
  .p-ranking .chartTxt {
    padding: 0;
    max-width: 45rem;
    margin: 0 auto 3.75rem;
  }
  .p-ranking .chartTxt__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .p-ranking .rankingItem--top5.is-crown:before {
    display: block;
    width: 2.5rem;
    height: 1.6875rem;
    margin: 0 auto 0.125rem;
    position: static;
    transform: rotate(0);
  }
  .p-ranking .rankingItem--top5 .rankingItem__text {
    align-items: center;
    flex-direction: column;
  }
  .p-ranking .rankingItem--top5 .rankingItem__text .rank {
    flex: 0 0 7.5rem;
    font-size: 6.25rem;
    line-height: 1;
  }
  .p-ranking .rankingItem--top5 .rankingItem__text .school {
    margin-top: 0.25rem;
    margin-left: 0;
    font-size: 1.75rem;
  }
  .p-ranking .rankingItem--top5 .rankingItem__point {
    padding-left: 2rem;
  }
  .p-ranking .rankingItem--top5 .rankingItem__point span {
    transform: rotate(-7deg);
  }
  .p-ranking .rankingItem--normal .rankingItem__text .school {
    font-size: 1.125rem;
  }
  .p-ranking .chartList .rankingItem {
    flex: 0 0 20%;
    transition: all 0.3s ease-in-out;
  }
  .p-ranking .chartList .rankingItem:hover {
    background-color: #ced4da;
  }
  .p-ranking .chartList__top3, .p-ranking .chartList__other {
    flex-direction: row;
    justify-content: center;
  }
  .p-ranking .chartList__top3 {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
  .p-ranking .chartList__top3 .rankingItem {
    padding: 1.875rem 0;
    flex: 0 0 20%;
    width: 20%;
    margin: 0;
  }
  .p-ranking .chartList__other {
    flex-wrap: wrap;
    border-bottom: 0.0625rem solid #ced4da;
  }
  .p-ranking .chartList__other .rankingItem {
    padding: 2.25rem 0;
    flex: 0 0 20%;
    border-top: 0.0625rem solid #ced4da;
  }
  .p-ranking .chartList + .action {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1440px) {
  .p-ranking .rankingAll {
    max-width: 1130px;
  }
}
.p-adlist {
  position: relative;
  z-index: 10;
  background-color: #4f4f4f;
}
.p-adlist .heading-container {
  position: relative;
}
.p-adlist .heading-container .p-sectitle {
  z-index: 5;
}
.p-adlist .p-sectitle .marquee {
  opacity: 0.1;
}
.p-adlist .p-sectitle h2 {
  color: #fff;
}
.p-adlist__tab {
  margin-bottom: 2.75rem !important;
  border-bottom: none;
}
.p-adlist__tab .p-adlist__nav {
  margin: 0 0.375rem 1rem;
}
.p-adlist__tab .p-adlist__nav:first-child {
  margin-left: 0;
}
.p-adlist__tab .p-adlist__nav:last-child {
  margin-right: 0;
}
.p-adlist .tab-pane {
  padding: 0;
}
.p-adlist__nav--link {
  padding: 0.625rem 0.875rem;
  background-color: #fff;
  color: #2d2d2d;
  border-radius: 0;
  font-weight: 500;
  border: 0.125rem solid #fff;
  font-size: 1rem;
}
.p-adlist__nav--link.active {
  background-color: #2d2d2d;
  color: #00aec3;
}
.p-adlist .txtWrap {
  margin-top: 0.3125rem;
  color: #fff;
}
.p-adlist__item {
  padding: 0 0.5rem;
  margin-bottom: 3.125rem;
}
.p-adlist__item a:hover {
  text-decoration: none;
}
.p-adlist__item img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-adlist__label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.p-adlist__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-adlist.is-talent .heading-container {
  position: relative;
}
.p-adlist.is-talent .heading-container:before {
  background-color: #00aec3;
}
@media (min-width: 1200px) {
  .p-adlist__nav--link {
    padding: 1rem 1.125rem;
  }
  .p-adlist__item {
    padding: 0 0.625rem;
  }
  .p-adlist.is-talent {
    padding-bottom: 2.5rem;
  }
}
.p-quote {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #00aec3;
  color: #2d2d2d;
}
.p-quote .quoteItem {
  padding: 0 3rem;
  transform: rotate(-5deg);
  color: #2d2d2d;
  font-weight: 300;
}
.p-quote .quoteItem p {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 0.75rem;
}
.p-quote .quoteItem span {
  display: block;
  text-align: left;
}
.p-quote .swiper {
  padding: 1.25rem 0;
}
.p-quote .swiper-button-prev,
.p-quote .swiper-button-next {
  color: #fff;
}
@media (min-width: 1200px) {
  .p-quote .quoteItem p {
    font-size: 3rem;
    line-height: 3.125rem;
    margin-bottom: 2rem;
  }
  .p-quote .swiper-button-next {
    right: 0 !important;
  }
  .p-quote .swiper-button-prev {
    left: 0 !important;
  }
}
.p-video {
  background-color: #00aec3;
  position: relative;
  padding-top: 2.5rem;
}

/* ===== 基礎 reset ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #f0f0f0;
  font-family: sans-serif;
}

/* ===== 整體區塊 ===== */
.topic-section {
  padding: 40px 0;
  text-align: center;
}

/* ===== 標題區 ===== */
.topic-header {
  margin-bottom: 32px;
}

.topic-header .label {
  display: inline-block;
  border: 1px solid #333;
  padding: 2px 12px;
  font-size: 13px;
  margin-bottom: 8px;
}

.topic-header h2 {
  font-size: 28px;
  font-weight: bold;
}

/* ==== 包所有內容的容器 ====  */
.swiper-outwrap {
  position: relative;
}
.swiper-outwrap::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 50px;
  background-image: url("../images/coma-dark.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
}

/* ===== 圖片 Swiper ===== */
.swiper-images {
  width: 100%;
  padding: 0 0 20px 0;
}
.swiper-images::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 280px;
  background-image: url("../images/bg-sub.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 3%;
  background-position-y: center;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .swiper-images::after {
    background-size: contain;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: center;
  }
}
@media (min-width: 1200px) {
  .swiper-images {
    padding: 0 0 40px 0;
  }
}

/* 讓中間的 slide 放大、兩側縮小 */
.swiper-images .swiper-slide {
  width: 320px;
  height: auto;
  overflow: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.85);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .swiper-images .swiper-slide {
    width: 480px;
  }
}

.swiper-images .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.swiper-images .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== 文字 Swiper ===== */
.swiper-text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.swiper-text .meta {
  font-size: 14px;
  color: #2d2d2d;
  position: relative;
  display: inline-block;
}
.swiper-text .meta::before {
  content: "(";
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  left: -1.2rem;
  font-size: 32px;
}
.swiper-text .meta::after {
  content: ")";
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  right: -1.2rem;
  font-size: 32px;
}
.swiper-text .meta span.arrow {
  margin: 0 6px;
  position: relative;
  display: inline-block;
  width: 1.875rem;
  height: 0.9375rem;
}
.swiper-text .meta span.arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 15px;
  background: url("../images/arrow-primary.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-text h3 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 0.375rem;
  margin-top: 0.75rem;
}
.swiper-text .subtitle {
  font-size: 16px;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.swiper-text .swiper-slide {
  text-align: center;
  padding: 0 20px;
}

.swiper-text .actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.swiper-text .btn {
  padding: 10px 20px;
  border-radius: 999px;
  border: 2px solid #333;
  background: white;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #333;
}

.swiper-text .btn:hover {
  background: #333;
  color: white;
}

/* ===== 左右箭頭 ===== */
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .slider-nav {
    max-width: 520px;
    gap: 0;
    margin: 0 auto;
  }
}

.slider-nav .nav-btn {
  background: none;
  border: none;
  font-size: 60px;
  cursor: pointer;
  color: #333;
  padding: 8px;
  line-height: 1;
}
.slider-nav .nav-btn .material-symbols-outlined {
  font-size: 42px;
}/*# sourceMappingURL=style.css.map */