@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
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;
}

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

html,
body {
  overflow-x: hidden;
}

body {
  color: #333333;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif, Arial;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  body {
    padding-bottom: 72px;
  }
}
@media (max-width: 576px) {
  body {
    padding-bottom: 66px;
  }
}

img {
  display: block;
  border: 0;
}

@media (max-width: 900px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media (max-width: 900px) {
  .mb {
    display: block;
  }
}

.container {
  position: relative;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt,
dd {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid #13A49D;
  outline-offset: 3px;
}

.is-show {
  display: block;
}

.is-hide {
  display: none;
}

.bold {
  font-weight: bold;
}

@media (max-width: 768px) {
  .kvContent .rightB .kvRight_bTx {
    left: 163px;
    top: -80px;
  }
  .kvContent .rightB .kvRight_b {
    left: 59px;
    top: -21px;
  }
}
.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 30%;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .owl-theme .owl-nav {
    margin: 0 auto;
  }
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-theme .owl-nav button {
  outline: none;
  width: 60px;
  height: 60px;
  background: transparent;
  transition: 0.5s;
}
.owl-theme .owl-nav button img {
  margin: 0 auto;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
}
@media screen and (max-width: 576px) {
  .owl-theme .owl-nav .owl-prev {
    left: -50px;
  }
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -70px;
}
@media screen and (max-width: 576px) {
  .owl-theme .owl-nav .owl-next {
    right: -50px;
  }
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.sidebar {
  position: fixed;
  right: 45px;
  top: 50%;
  margin-top: -192px;
  width: 90px;
  text-align: center;
  z-index: 200;
}
@media (max-width: 1440px) {
  .sidebar {
    right: 15px;
  }
}
@media (max-width: 992px) {
  .sidebar {
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.sidebar ul {
  background: #fff;
  border-radius: 30px;
  border: 5px solid #efe3d1;
}
@media (max-width: 992px) {
  .sidebar ul {
    border-radius: 0;
    display: flex;
    justify-content: space-around;
    border-top: 5px solid #efe3d1;
    border-bottom: 5px solid #efe3d1;
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 992px) {
  .sidebar ul li {
    width: 25%;
  }
}
.sidebar ul li:first-child {
  border-radius: 24px 24px 0 0;
}
@media (max-width: 992px) {
  .sidebar ul li:first-child {
    border-radius: 0;
  }
}
.sidebar ul li:last-child {
  border-radius: 0 0 24px 24px;
}
@media (max-width: 992px) {
  .sidebar ul li:last-child {
    border-radius: 0;
  }
}
.sidebar ul li:last-child a::before {
  display: none;
}
.sidebar ul li:hover {
  background: #f25353;
  color: #fff;
}
.sidebar ul li:hover a::before {
  background: #f25353;
}
@media (max-width: 992px) {
  .sidebar ul li:hover a::before {
    border-right: 1px solid #f25353;
  }
}
.sidebar a {
  padding: 20px 15px;
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #91764d;
}
@media (max-width: 1680px) {
  .sidebar a {
    padding: 15px 10px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .sidebar a {
    font-size: 22px;
    padding: 24px 10px;
  }
}
@media (max-width: 576px) {
  .sidebar a {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .sidebar a {
    font-size: 15px;
  }
}
.sidebar a:hover {
  color: #fff;
}
.sidebar a:hover::before {
  background: #f25353;
}
.sidebar a::before {
  position: absolute;
  content: "";
  width: 67%;
  height: 1px;
  background: #c7b9a4;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .sidebar a::before {
    display: block;
    left: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    height: 30px;
    margin: auto;
    border-right: 1px solid #c7b9a4;
    background: none;
  }
}
@media (max-width: 992px) {
  .sidebar a br {
    display: none;
  }
}
.sidebar .active {
  background: #f25353;
  color: #fff;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 992px) {
  .sidebar .active {
    border-radius: 0;
  }
}

.fontRed-200 {
  color: #e72929;
}

.fontRed-300 {
  color: #ff484f;
}

.fontRed-400 {
  color: #f25353;
}

.fontRed-700 {
  color: #6e4545;
}

.fontBlue-700 {
  color: #305161;
}

.fontBlack-300 {
  color: #333;
}

.ft-orange-500 {
  color: #ff6600;
}

.ft-yellow-500 {
  color: #fff000;
}

.ft-yellow-1 {
  color: #fff60c;
}

.ft-green-1 {
  color: #156a6b;
}

.ft-green-2 {
  color: #abf0ed;
}

.bgGray-200 {
  background: #dfdfdf;
}

.bgWhite {
  background: #fff;
}

.bgBrown {
  background: #fbf8f1;
}

.bgGreen-200 {
  background: #dafafb;
}

.bgOrange-500 {
  background: #ff6600;
}

.bd-2-White {
  border: 2px solid #fff;
}

.textUnderline {
  text-decoration: underline;
}

.mywayLogo {
  position: absolute;
  left: 30px;
  top: 38px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .mywayLogo {
    left: 15px;
  }
}
@media (max-width: 1366px) {
  .mywayLogo {
    width: 115px;
    top: 24px;
  }
}
@media (max-width: 1200px) {
  .mywayLogo {
    width: 115px;
  }
}
@media (max-width: 768px) {
  .mywayLogo {
    top: 11px;
  }
}
@media (max-width: 576px) {
  .mywayLogo {
    width: 90px !important;
  }
}
@media (max-width: 390px) {
  .mywayLogo {
    top: 8px;
  }
}
@media (max-width: 320px) {
  .mywayLogo {
    top: 4px;
  }
}

.anchor {
  width: 50px;
  height: 50px;
  position: absolute;
}

.anchorStep {
  width: 50px;
  height: 50px;
  top: -50px;
  position: absolute;
}

@media (max-width: 390px) {
  .mb390-none {
    display: none;
  }
}

.mb390-inline-block {
  display: none;
}
@media (max-width: 390px) {
  .mb390-inline-block {
    display: inline-block;
  }
}

.mb360-inline-block {
  display: none;
}
@media (max-width: 360px) {
  .mb360-inline-block {
    display: inline-block;
  }
}

@media (max-width: 380px) {
  .mb375-none {
    display: none;
  }
}

@media (max-width: 360px) {
  .mb360-none {
    display: none;
  }
}

.mb320-block {
  display: none;
}
@media (max-width: 320px) {
  .mb320-block {
    display: block;
  }
}

.shinyAnimate {
  overflow: hidden;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.shinyAnimate::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 80px 200px;
  opacity: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: mask-ani;
  animation-name: mask-ani;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 576px) {
  .shinyAnimate::before {
    padding: 30px 200px;
  }
}

@-webkit-keyframes mask-ani {
  0% {
    -webkit-transform: rotate(-36deg) translate(0px, -600px);
    transform: rotate(-36deg) translate(0px, -600px);
  }
  70%, 100% {
    -webkit-transform: rotate(-36deg) translate(0px, 600px);
    transform: rotate(-36deg) translate(0px, 600px);
  }
}
@keyframes mask-ani {
  0% {
    -webkit-transform: rotate(-36deg) translate(0px, -600px);
    transform: rotate(-36deg) translate(0px, -600px);
  }
  70%, 100% {
    -webkit-transform: rotate(-36deg) translate(0px, 600px);
    transform: rotate(-36deg) translate(0px, 600px);
  }
}
@media (max-width: 576px) {
  @-webkit-keyframes mask-ani {
    0% {
      -webkit-transform: rotate(-36deg) translate(0px, -200px);
      transform: rotate(-36deg) translate(0px, -200px);
    }
    70%, 100% {
      -webkit-transform: rotate(-36deg) translate(0px, 200px);
      transform: rotate(-36deg) translate(0px, 200px);
    }
  }
  @keyframes mask-ani {
    0% {
      -webkit-transform: rotate(-36deg) translate(0px, -200px);
      transform: rotate(-36deg) translate(0px, -200px);
    }
    70%, 100% {
      -webkit-transform: rotate(-36deg) translate(0px, 200px);
      transform: rotate(-36deg) translate(0px, 200px);
    }
  }
}
.verAlignMiddle {
  vertical-align: middle;
}

.NumberType {
  padding-left: 0;
  counter-reset: myIndex 0;
}
.NumberType > li {
  counter-increment: myIndex 1;
  padding-left: 25px;
  list-style: none;
}
.NumberType > li::before {
  margin-left: -25px;
  content: "" counter(myIndex) "";
  float: left;
  color: #887456;
}
.NumberType > li:last-child {
  padding-bottom: 0;
}
.NumberType.tdinner {
  padding-left: 0 !important;
}

.counterType {
  padding-left: 0;
  counter-reset: myIndex 0;
}
.counterType > li {
  counter-increment: myIndex 1;
  padding-left: 25px;
  list-style: none;
}
.counterType > li::before {
  margin-left: -25px;
  content: "(" counter(myIndex) ").";
  float: left;
}
.counterType > li:last-child {
  padding-bottom: 0;
}
.counterType.tdinner {
  padding-left: 0 !important;
}

.counterTypeNoDot > li::before {
  content: "(" counter(myIndex) ")";
}

.noteNbrLister {
  padding-left: 0;
}
.noteNbrLister > li {
  counter-increment: noteIndex;
  padding-left: 40px;
  list-style: none;
  padding-bottom: 0.5rem;
  margin-bottom: 0 !important;
}
.noteNbrLister > li::before {
  margin-left: -35px;
  content: "註" counter(noteIndex) "：";
  float: left;
}
.noteNbrLister > li:last-child {
  padding-bottom: 0;
}
.noteNbrLister.tdinner {
  padding-left: 0 !important;
}

.btnBlock_two {
  display: flex;
}
@media (max-width: 576px) {
  .btnBlock_two {
    text-align: center;
    justify-content: center;
  }
}
.btnBlock_two a {
  width: 300px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .btnBlock_two a {
    width: 250px;
  }
}
.btnBlock_two p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 576px) {
  .btnBlock_two p {
    font-size: 16px;
  }
}
.btnBlock_two p a {
  color: #156a6b;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .btnBlock_two p a {
    font-size: 16px;
    padding: 0;
  }
}

.brief {
  font-size: 22px;
  color: #444;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .brief {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .brief {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .brief {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .brief {
    font-size: 12px;
  }
}

.card-bd-brown {
  background: #fff;
  border: 2px solid #eae1d4;
  border-radius: 10px;
  box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.06);
  font-weight: 600;
  line-height: 150%;
}

.h3Title {
  font-size: 32px;
  font-weight: 600;
  color: #156a6b;
}
@media (max-width: 1440px) {
  .h3Title {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .h3Title {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .h3Title {
    font-size: 20px;
  }
}

.h4Title {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .h4Title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .h4Title {
    margin-bottom: 10px;
  }
}

.brief_p {
  font-size: 18px;
  text-align: left;
  display: inline-block;
  line-height: 150%;
  color: #444;
}
@media (max-width: 1440px) {
  .brief_p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .brief_p {
    font-size: 14px;
  }
}
.brief_p abbr {
  font-size: 34px;
}
@media (max-width: 1440px) {
  .brief_p abbr {
    font-size: 24px;
  }
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
  --header-height: 100px;
  --header-padding-y: 8px;
  --logo-height: 55px;
}

.site-header,
.site-header * {
  box-sizing: border-box;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  --header-height: 72px;
  --header-padding-y: 2px;
  --logo-height: 40px;
}

.header-inner {
  max-width: 100%;
  margin: 0 auto;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--header-padding-y) 20px;
  transition: min-height 0.35s ease, padding 0.35s ease;
}

.logo {
  position: relative;
  z-index: 1102;
  display: inline-flex;
  align-items: center;
  width: 140px;
}

.logo img {
  display: block;
  transition: height 0.35s ease;
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 1102;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  --ham-bar: 30px;
}

.nav-toggle span {
  position: absolute;
  left: 10px;
  width: var(--ham-bar);
  height: 3px;
  background: #1d8b83;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  border-radius: 99rem;
}

.nav-toggle span:nth-child(1) {
  top: 12px;
}

.nav-toggle span:nth-child(2) {
  top: 22px;
  width: calc(var(--ham-bar) / 2);
}

.nav-toggle span:nth-child(3) {
  top: 32px;
  width: calc(var(--ham-bar) / 3);
}

.nav-toggle.active span:nth-child(1) {
  top: 21px;
  width: var(--ham-bar);
  transform: rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  top: 21px;
  width: var(--ham-bar);
  transform: rotate(-45deg);
}

.nav {
  position: relative;
}

.menu-panels {
  position: relative;
}

.menu {
  display: flex;
  align-items: center;
  gap: clamp(36px, 4vw, 55px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
}

.menu-item.has-sub {
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  /* Hover bridge to prevent flicker between trigger and dropdown */
  .menu-item.has-sub::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
  }
}
.menu-item > a,
.menu-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: #1d8b83;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
.menu-item > a:hover,
.menu-link:hover {
  color: rgb(20.1964285714, 96.8035714286, 91.2321428571);
}

.arrow {
  display: none;
}

.submenu-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: -16px;
  min-width: 220px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.submenu-inner {
  display: flex;
  flex-direction: column;
  padding: 14px 0;
}

.submenu-inner a {
  display: block;
  padding: 16px 18px;
  color: #1d8b83;
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
}

.submenu-inner a:hover {
  background: #f5f7fa;
}

.menu-item.open > .submenu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.panel-sub {
  display: none;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1098;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Mobile */
@media (max-width: 1024px) {
  .header-inner {
    min-height: calc(var(--header-height) - 20px);
  }
  .logo {
    z-index: 0;
    margin: 0 auto;
    transform: translateX(20px);
  }
  .nav-toggle {
    display: block;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1101;
    width: min(82vw, 360px);
    height: 100dvh;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    overflow: hidden;
    display: block;
  }
  .nav.open {
    transform: translateX(0);
  }
  .menu-panels {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .panel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: transform 0.35s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .panel-main {
    transform: translateX(0);
    padding-top: 80px;
  }
  .panel-main.is-shifted {
    transform: translateX(-100%);
  }
  .panel-sub {
    display: block;
    transform: translateX(100%);
    padding-top: 20px;
  }
  .panel-sub.active {
    transform: translateX(0);
  }
  /* 關鍵修正：手機版把 desktop flex 完整重設 */
  .menu.panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0 0;
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
  }
  .panel-main.menu.panel {
    padding-top: 20px;
  }
  .menu-item,
  .menu-back {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-item {
    border-bottom: 1px solid #edf0f3;
  }
  .menu-item > a,
  .menu-link,
  .sub-panel-body a,
  .panel-back {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    padding: 0 20px;
    box-sizing: border-box;
    text-decoration: none;
    color: #1d8b83;
    border: 0;
    background: transparent;
    font: inherit;
    text-align: left;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    writing-mode: horizontal-tb;
    overflow: hidden;
    min-width: 0;
    font-weight: 500;
    font-size: 18px;
  }
  .panel-back {
    overflow: visible;
  }
  .panel-back:before {
    content: "";
    border: 5px solid #1d8b83;
    border-width: 0 0 2px 2px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin-right: 10px;
  }
  .menu-link span:first-child {
    flex: 1 1 auto;
  }
  .arrow {
    flex: 0 0 auto;
    margin-left: 12px;
  }
  .submenu-dropdown {
    display: none;
  }
  .sub-panel-head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 0 20px;
    border-bottom: 1px solid #edf0f3;
    box-sizing: border-box;
  }
  .panel-back {
    width: auto;
    min-height: auto;
    padding: 0;
    justify-content: flex-start;
  }
  .sub-panel-title {
    font-weight: 600;
    color: #0b2239;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    writing-mode: horizontal-tb;
    font-size: 18px;
    color: #1d8b83;
  }
  .sub-panel-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
  .sub-panel-body a {
    border-bottom: 1px solid #edf0f3;
  }
  .arrow {
    font-size: 24px;
    line-height: 1;
    display: block;
  }
  .qrcode {
    justify-content: start !important;
  }
}
.qrcode img {
  height: 20px;
  width: 20px;
}

footer {
  position: relative;
  padding: 32px 0;
  background: #0a7d77;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  footer {
    padding: 20px 0;
    font-size: 15px;
  }
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0 16px 32px 16px;
}
.footer-nav-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.footer-nav h4 {
  padding-bottom: 10px;
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0;
}
.footer-nav a,
.footer-nav a:active {
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .footer-nav {
    font-size: 16px;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
  }
  .footer-nav h4 {
    padding-bottom: 0;
  }
}

.footer-content {
  max-width: 1280px;
  padding: 20px 0 30px;
  position: relative;
  margin: 0 auto;
}

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

.footer-word {
  font-size: 16px;
  color: white;
}

#overlayMask {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  display: none;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}

.qrcodeblk .closeBtn {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 99;
}

.qrcodeblk .closeBtn a {
  color: #026c6b;
}

.qrcodeblk .closeBtn a .close-png {
  width: 35px;
}

.qrcodeblk {
  z-index: 9999;
  position: fixed;
  margin: 0 auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qrcodeblk .login-block {
  border: 0;
  padding: 0;
  box-shadow: 0 1px 4px 0 silver;
  border-radius: 5px;
  max-width: 530px;
  margin: auto;
  min-height: 440px;
}

.qrcodeblk .login-block,
.qrcodeblk .nav-tabs {
  width: 100%;
  text-align: left;
  color: #262c2e;
  box-sizing: border-box;
  font-style: normal;
  background: #fff;
  position: relative;
}

.qrcodeblk .nav-tabs {
  margin-top: 0;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center !important;
  flex-wrap: nowrap;
  height: 54px;
  border: 0;
  z-index: 3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.qrcodeblk .nav-item {
  color: #262c2e;
  padding: 0;
  min-height: 0;
  z-index: 1;
}

.qrcodeblk .nav-item,
.qrcodeblk .nav-link {
  list-style: none;
  box-sizing: border-box;
  font-style: normal;
  position: relative;
}

.qrcodeblk .nav-link {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  border: 0;
  border-radius: 0;
  line-height: 1.2;
  justify-content: center;
  display: flex;
  align-items: center;
  background: 0 0;
  padding: 20px 0;
  color: #107778;
  font-weight: 700;
  font-size: 18px;
}

.qrcodeblk .tab-content {
  text-align: left;
  color: #262c2e;
  box-sizing: border-box;
  font-style: normal;
  margin-bottom: auto;
}

.qrcodeblk .nav-tabs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.qrcodeblk .memo-qrcode-png {
  width: 100%;
  max-width: 640px;
}

.qrcodeblk .memo-zone {
  height: auto;
  max-width: 100%;
  align-items: baseline;
  display: flex;
  justify-content: center;
}

.qrcodeblk .page-dialog {
  cursor: pointer;
  color: #034d4d;
  padding: 0 20px;
  line-height: 1.2;
  height: 80px;
  display: flex;
  align-items: center;
  max-width: 440px;
  margin: 0 auto;
  font-size: 150%;
  position: absolute;
}

.qrcodeblk .page-dialog,
.qrcodeblk .qrcode-section {
  text-align: left;
  -webkit-box-sizing: border-box;
  font-style: normal;
}

.qrcodeblk .qrcode-section {
  color: #262c2e;
  width: 100%;
  overflow: hidden;
  padding: 0 40px 30px;
  position: relative;
}

.qrcodeblk .info_area {
  color: #262c2e;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  padding: 10px;
  max-width: 250px;
}

.qrcodeblk .info_area,
.qrcodeblk .info_area_up {
  -webkit-box-sizing: border-box;
  font-style: normal;
}

.qrcodeblk .info_area_up {
  list-style: none;
  padding: 0;
  margin: 0 -10px 1rem;
}

.qrcodeblk .info_area_up li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.qrcodeblk .info_area_up li .nbr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #f8d762;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
}

.qrcodeblk .info_area_up li img {
  width: 40px;
  margin-right: 8px;
}

.qrcodeblk .info_area_up i {
  color: #ff5441;
  font-style: normal;
}

.qrcodeblk .scan-png {
  max-width: 13%;
  max-height: 13%;
  vertical-align: middle;
}

.qrcodeblk .timer-div {
  text-align: center;
  -webkit-box-sizing: border-box;
  margin-left: 5px !important;
  word-wrap: break-word;
  font-style: normal;
  color: #1cbead;
  margin: 0 5px;
}

.qrcodeblk .qrcode_bg_white {
  height: auto;
  max-width: 100%;
  align-items: baseline;
  display: flex;
  justify-content: center;
}

.qrcodeblk .center-block {
  width: 200px;
  height: auto;
  display: flex;
  justify-content: center;
  min-height: 200px;
  flex-direction: column;
}

.qrcodeblk .btn-grp {
  text-align: center;
  color: #262c2e;
  line-height: 1.5;
  display: block;
  padding: 15px 40px;
  padding-bottom: 0;
}

.qrcodeblk .btn-grp,
.qrcodeblk .link-refresh {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.qrcodeblk .link-refresh {
  cursor: pointer;
  text-decoration: none;
  text-align: center !important;
  color: #107778;
}

.qrcodeblk .refresh-png {
  max-width: 28px;
  max-height: 28px;
  vertical-align: -6px;
  display: inline;
}

.qrcodeblk .open-app {
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  background: #24a09a;
  border: 0;
  color: #fff;
  border-radius: 6px;
}

.qrcodeblk .open-app:disabled {
  background: #979898;
}

.open-app {
  display: none;
}

@media screen and (max-width: 576px) {
  .qrcodeblk {
    width: 90vw;
  }
  .qrcodeblk .info_area_up .item {
    display: none;
  }
  .open-app {
    display: block;
  }
  .qrcodeblk .info_area_up {
    margin: 0 -20px 1rem;
  }
  .header .qrcode--ctbc {
    width: 85px;
  }
}
.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.custom-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.overlay-content {
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  width: 90%;
}

.overlay-text {
  font-size: clamp(24px, 4vw, 72px);
  margin-bottom: 20px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 10%;
}

.overlay-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #13A49D;
  color: #ffffff;
  border: none;
  position: relative;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.overlay-close:hover {
  opacity: 1;
  transform: rotate(95deg);
}

.overlay-close::before,
.overlay-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
}

.overlay-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.overlay-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*# sourceMappingURL=app_new.css.map */
