@charset "UTF-8";
/*
    自定義在最下面
*/
/* Font Weight */
/* Width */
/* Height */
/* Display */
/* Margin */
/* Padding */
/* Cursor */
/* Background Color */
/* Color */
/* Text Limit */
/* 毛玻璃 */
/******************  自定義  ******************/
/* Color */
/* Background Color */
/* Font Size */
/* Heading Desktop */
/* Heading Mobile */
/* Extra Large */
/* Large */
/* Medium */
/* Regular */
/* Small */
/* Small */
/* Button */
.header {
  background: rgba(255, 255, 255, 0.8392156863);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.8px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 116px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1019607843);
  border: none;
}
.header .content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header .content .header-top-wrap, .header .content .header-bottom-wrap {
  display: flex;
  justify-content: center;
}
.header .content .header-top, .header .content .header-bottom {
  width: 1440px;
  padding: 0 var(--spacing-16);
}
.header .content .header-top-wrap {
  height: 32px;
  background: linear-gradient(90deg, #8ACBAF, #DAF1E4);
}
.header .content .header-bottom-wrap {
  height: 84px;
}
.header .content .header-top {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: var(--spacing-16);
  align-items: center;
}
.header .content .header-top .lang-wrap {
  display: flex;
  gap: var(--spacing-8);
  align-items: center;
}
.header .content .header-top .text {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--nc-500) !important;
}
.header .content .header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .content .header-bottom-right {
  display: flex;
  gap: var(--spacing-16);
}
.header .content .header-bottom .mobile-icon-wrap {
  position: relative;
  padding: 0 var(--spacing-4);
}
.header .content .header-bottom .mobile-icon-wrap .icon-status {
  background: var(--pc-500) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  background: linear-gradient(90deg, #3B9D79, #3D7BC7);
  border-radius: 100px;
  width: auto !important;
  height: 15px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .content .header-bottom .mobile-icon-wrap .icon-status:hover {
  box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
}
.header .content .header-bottom .mobile-icon-wrap .icon-status.disabled {
  background: linear-gradient(90deg, #889c95, #8a9baf);
  box-shadow: none;
  cursor: auto;
}
@media (max-width: 576px) {
  .header .content .header-bottom .mobile-icon-wrap .icon-status {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
.header .content .header-bottom .mobile-icon-wrap .icon-status {
  padding: var(--spacing-4) var(--spacing-4);
  min-width: 15px;
  position: absolute;
  right: -3px;
  top: -5px;
  font-size: 13px !important;
}
.header .content.active {
  background: white;
}
.header .content .logo {
  cursor: pointer;
  width: 100px;
}
.header .content .hamb-icon, .header .content .mobile-icon-wrap {
  display: none;
}
.header .content .menus.desktop {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .content .menus.desktop .menu {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding: var(--spacing-8) var(--spacing-16);
}
.header .content .menus.desktop .menu:hover > .text {
  color: var(--pc-500) !important;
}
.header .content .menus.desktop .menu .text.active {
  color: var(--pc-500) !important;
  font-weight: bold;
}
.header .content .menus.desktop .menu-status {
  background: var(--pc-500) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  background: linear-gradient(90deg, #3B9D79, #3D7BC7);
  border-radius: 100px;
  width: auto !important;
  height: 20px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .content .menus.desktop .menu-status:hover {
  box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
}
.header .content .menus.desktop .menu-status.disabled {
  background: linear-gradient(90deg, #889c95, #8a9baf);
  box-shadow: none;
  cursor: auto;
}
@media (max-width: 576px) {
  .header .content .menus.desktop .menu-status {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
.header .content .menus.desktop .menu-status {
  padding: var(--spacing-4) var(--spacing-4);
  min-width: 20px;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 13px !important;
}
.header .content .menus.desktop .menu-status:hover {
  box-shadow: none;
}
.header .content .menus.desktop .submenu-wrap {
  width: 131px;
  position: absolute;
  top: 84px;
  left: 0px;
  z-index: 999;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: white;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1019607843);
}
.header .content .menus.desktop .submenu-wrap .submenu {
  font-size: var(--text-sm) !important;
  line-height: var(--text-sm--line-height);
  padding: 8px 16px;
  cursor: pointer;
}
.header .content .menus.desktop .submenu-wrap .submenu:hover {
  background: var(--pc-200);
}
.header .content .member-btn {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  background: linear-gradient(90deg, #3B9D79, #3D7BC7);
  border-radius: 100px;
  width: 140px !important;
  height: 40px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .content .member-btn:hover {
  box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
}
.header .content .member-btn.disabled {
  background: linear-gradient(90deg, #889c95, #8a9baf);
  box-shadow: none;
  cursor: auto;
}
@media (max-width: 576px) {
  .header .content .member-btn {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
.header .mobile-header {
  display: none;
}
.header .mobile-header .block {
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .mobile-header .social-icon {
  width: 40px;
}
@media (max-width: 1200px) {
  .header {
    padding: 0 var(--spacing-16);
  }
}
@media (max-width: 992px) {
  .header {
    height: 81px;
    top: -1px;
  }
  .header .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .header .content .header-top-wrap {
    height: 25px;
  }
  .header .content .header-bottom-wrap {
    height: 56px;
  }
  .header .content .mobile-icon-wrap {
    display: block;
  }
  .header .content.active {
    border-bottom: 1px solid var(--nc-100);
  }
  .header .content .logo-desktop {
    display: none;
  }
  .header .content .logo-mobile {
    display: block;
  }
  .header .content .logo {
    width: 52px;
    margin: 0;
  }
  .header .content .hamb-icon {
    width: 20px;
    height: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .header .content .hamb-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .header .content .hamb-icon.active span:nth-child(2) {
    opacity: 0;
  }
  .header .content .hamb-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
  .header .content .hamb-icon span {
    background: var(--nc-900) !important;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }
  .header .content .menus.desktop {
    display: none;
  }
  .header .mobile-header {
    width: 100vw;
    height: calc(100dvh - 81px);
    display: block;
    background: white;
    padding: 16px 0 24px 0;
    position: absolute;
    left: 0px;
    top: 81px;
    z-index: 99;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    overflow: scroll;
  }
  .header .mobile-header.active {
    display: block;
    transform: translateY(0);
    animation: slideDown 0.3s ease-in-out;
    opacity: 1;
  }
  .header .mobile-header .menus.mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .header .mobile-header .menu {
    font-size: var(--text-base) !important;
    line-height: var(--text-base--line-height);
  }
  .header .mobile-header .menu .text {
    height: 56px;
    padding: 0 var(--spacing-24);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .mobile-header .menu .text.active {
    color: var(--sc-500) !important;
    font-weight: bold;
  }
  .header .mobile-header .submenu-wrap {
    display: none;
    overflow: hidden;
  }
  .header .mobile-header .submenu-wrap .submenu {
    display: block;
    transition-property: padding;
    transition-duration: 0.6s;
    padding: var(--spacing-16) var(--spacing-24);
    overflow: hidden;
  }
  .header .mobile-header .buttons {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-24);
    padding: 0 var(--spacing-24) var(--spacing-24) var(--spacing-24);
  }
  .header .mobile-header .social-icons {
    display: flex;
    justify-content: center;
    gap: var(--spacing-24);
  }
  .header .mobile-header .social-icon {
    width: 33.33px;
  }
  .header .member-btn {
    font-size: var(--text-base) !important;
    line-height: var(--text-base--line-height);
    color: var(--wc-50) !important;
    background: linear-gradient(90deg, #3B9D79, #3D7BC7);
    border-radius: var(--radius-8);
    width: 100% !important;
    height: 48px !important;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .header .member-btn:hover {
    box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
  }
  .header .member-btn.disabled {
    background: linear-gradient(90deg, #889c95, #8a9baf);
    box-shadow: none;
    cursor: auto;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .header .member-btn {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
@media (max-width: 992px) {
  @keyframes slideDown {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
}

.main {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  flex-grow: 1;
  /* 內頁Banner */
}
.main .banner-top {
  width: 100%;
  height: 320px;
  background-position: center !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .banner-top .text {
  font-size: var(--text-hd-h2) !important;
  line-height: var(--text-hd-h2--line-height);
  font-weight: bold;
  color: var(--wc-50) !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.main .banner-top .decorate {
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 576px) {
  .main .banner-top {
    height: 188px !important;
  }
  .main .banner-top .text {
    font-size: var(--text-hd-h5) !important;
    line-height: var(--text-hd-h5--line-height);
    font-weight: bold;
  }
  .main .banner-top .decorate {
    height: 25px;
    margin-bottom: -1px;
  }
}
.main {
  /* 麵包屑 */
}
.main .bread-crumb-wrap {
  align-self: flex-start;
}
.main .bread-crumb-wrap .bread-crumb {
  color: var(--nc-500) !important;
  font-size: var(--text-sm) !important;
  line-height: var(--text-sm--line-height);
}
.main .bread-crumb-wrap .bread-crumb ol {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  gap: var(--spacing-4);
}
.main .bread-crumb-wrap .bread-crumb-item {
  color: var(--nc-500) !important;
}
.main .bread-crumb-wrap .bread-crumb-item.active {
  font-size: var(--text-sm) !important;
  line-height: var(--text-sm--line-height);
  font-weight: bold;
  color: var(--pc-500) !important;
}
.main .bread-crumb-wrap .bread-crumb a {
  color: var(--nc-500) !important;
}
.main .bread-crumb-wrap .bread-crumb .bread-crumb-item + .bread-crumb-item::before {
  padding-right: var(--spacing-4);
  content: "›";
}
.main {
  /* 大標題 */
}
.main .main-title {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
  align-items: center;
}
.main .main-title.center {
  text-align: center;
}
.main .main-title img {
  width: 44px;
}
.main .main-title .title {
  font-size: var(--text-hd-h3) !important;
  line-height: var(--text-hd-h3--line-height);
  font-weight: bold;
  color: var(--nc-900) !important;
}
.main .main-title .subtitle {
  font-size: var(--text-hd-h6) !important;
  line-height: var(--text-hd-h6--line-height);
  font-weight: bold;
  color: var(--sc-700) !important;
}
@media (max-width: 768px) {
  .main .main-title img {
    width: 30px;
  }
  .main .main-title .title {
    font-size: var(--text-hm-h3) !important;
    line-height: var(--text-hm-h3--line-height);
    font-weight: bold;
  }
}
@media (max-width: 576px) {
  .main .main-title img {
    width: 24px;
  }
  .main .main-title .title {
    font-size: var(--text-hd-h5) !important;
    line-height: var(--text-hd-h5--line-height);
    font-weight: bold;
  }
  .main .main-title .subtitle {
    font-size: var(--text-hm-h6) !important;
    line-height: var(--text-hm-h6--line-height);
    font-weight: bold;
  }
}
.main {
  /* 內頁區塊 */
}
.main .blocks-wrap {
  display: flex;
  justify-content: center;
  padding: var(--spacing-64) 0;
}
.main .blocks-wrap.pd-small {
  padding: var(--spacing-16) 0;
}
.main .blocks-wrap .blocks.main {
  gap: 108px;
}
.main .blocks-wrap .blocks {
  width: 1440px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-32);
  align-items: center;
}
@media (max-width: 1440px) {
  .main .blocks-wrap {
    width: 100%;
    padding: var(--spacing-64) var(--spacing-16);
  }
  .main .blocks-wrap .blocks {
    width: 100%;
  }
  .main .blocks-wrap.pd-small {
    padding: var(--spacing-16);
  }
}
@media (max-width: 992px) {
  .main .blocks-wrap {
    padding: var(--spacing-32) var(--spacing-16);
  }
}
@media (max-width: 768px) {
  .main .blocks-wrap .blocks {
    gap: var(--spacing-32);
  }
  .main .blocks-wrap .blocks.main {
    gap: var(--spacing-64);
  }
}
@media (max-width: 576px) {
  .main .blocks-wrap .blocks-bottom {
    padding-bottom: 0;
  }
}
.main {
  /* Input */
}
.main .input-box {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-8);
}
.main .input-box-title {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--pc-800) !important;
}
.main .input-box-star {
  color: #C80D14;
}
.main {
  /* 密碼input */
}
.main .pwd-box {
  z-index: 999;
  position: relative;
}
.main .pwd-box .pwd-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.main {
  /* Hero區塊 */
}
.main .hero-wrap {
  width: 100%;
  height: 456px;
  background-position: center !important;
  position: relative;
}
.main .hero-wrap .action-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-16);
  align-items: center;
  width: 100%;
  padding: 0 var(--spacing-16);
}
.main .hero-wrap .action-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-12);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
}
.main .hero-wrap .action-wrap .text-wrap .title {
  color: var(--wc-50) !important;
  font-size: var(--text-hd-h4) !important;
  line-height: var(--text-hd-h4--line-height);
  font-weight: bold;
  text-align: center;
}
.main .hero-wrap .action-wrap .text-wrap .subtitle {
  color: var(--wc-50) !important;
  font-size: var(--text-hd-h6) !important;
  line-height: var(--text-hd-h6--line-height);
  font-weight: bold;
}
.main .hero-wrap .action-wrap .btn {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  background: linear-gradient(90deg, #3B9D79, #3D7BC7);
  border-radius: var(--radius-8);
  width: 176px !important;
  height: 40px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main .hero-wrap .action-wrap .btn:hover {
  box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
}
.main .hero-wrap .action-wrap .btn.disabled {
  background: linear-gradient(90deg, #889c95, #8a9baf);
  box-shadow: none;
  cursor: auto;
}
@media (max-width: 576px) {
  .main .hero-wrap .action-wrap .btn {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
@media (max-width: 768px) {
  .main .hero-wrap {
    background-size: cover !important;
    height: 390px;
  }
  .main .hero-wrap .action-wrap > .text-wrap > .title {
    font-size: var(--text-hd-h5) !important;
    line-height: var(--text-hd-h5--line-height);
    font-weight: bold;
  }
  .main .hero-wrap .action-wrap > .text-wrap > .subtitle {
    font-size: var(--text-base) !important;
    line-height: var(--text-base--line-height);
  }
}
.main {
  /* Bootstrap Table */
}
.main .bs-table {
  height: 100%;
  border-radius: 10px;
  padding: 10px 30px;
  overflow: scroll;
}
.main .bs-table.with-top {
  height: calc(100% - 50px - 10px);
}
.main .bs-table .table > :not(:last-child) > :last-child > * {
  border-bottom-color: var(--sc-100);
}
.main .bs-table thead {
  color: var(--tc-200);
}
.main .bs-table tbody tr {
  color: var(--tc-180);
  cursor: pointer;
}
.main .bs-table tbody tr:hover {
  background: var(--pc-50) !important;
}
.main .bs-table tbody tr.active {
  background: white;
}
.main .bs-table tbody .dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.main .bs-table th > .th-inner, .main .bs-table td {
  padding: 15px !important;
}
.main .bs-table .table-button {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  background: linear-gradient(90deg, #3B9D79, #3D7BC7);
  border-radius: 100px;
  width: 30px !important;
  height: 30px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main .bs-table .table-button:hover {
  box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
}
.main .bs-table .table-button.disabled {
  background: linear-gradient(90deg, #889c95, #8a9baf);
  box-shadow: none;
  cursor: auto;
}
@media (max-width: 576px) {
  .main .bs-table .table-button {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
.main .bs-table .table-button.edit {
  background: var(--pc-160);
}
.main .bs-table .table-button.delete {
  background: #D22525;
}
.main .bs-table .table-button.delete.disable {
  background: #f97b7b;
  cursor: no-drop;
}
.main .bs-table .table-button i {
  color: var(--tc-80);
}
.main .bs-table .fixed-table-pagination {
  margin: 20px 5px;
}
.main .bs-table .page-item.active .page-link {
  background: var(--pc-180);
  color: white !important;
}
.main .bs-table .page-link {
  border: none;
  background-color: transparent;
  padding: 8px 15px;
  border-radius: 5px;
  color: var(--pc-180);
}
.main .bs-table .page-item.disabled .page-link {
  background-color: transparent;
}
.main .bs-table .form-control {
  border-radius: var(--spacing-8);
  border: 1px solid var(--nc-100);
}

.side-icon {
  position: fixed;
  right: calc((100vw - 1920px) / 2);
  bottom: 100px;
  z-index: 98;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-16);
}
.side-icon .img-wrap {
  background: var(--wc-50) !important;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.163);
  cursor: pointer;
}
.side-icon .img-wrap.arrow {
  background: none;
  display: flex;
  justify-content: center;
  box-shadow: none;
}
.side-icon .arrow-wrap {
  background: var(--wc-50) !important;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.163);
}
.side-icon img {
  width: 50px;
  height: 50px;
}
.side-icon img.arrow {
  width: 40px;
  height: 40px;
}
@media (max-width: 1920px) {
  .side-icon {
    right: 12px;
  }
}
@media (max-width: 768px) {
  .side-icon {
    bottom: 24px;
    gap: var(--spacing-8);
  }
  .side-icon .img-wrap {
    width: 48px;
    height: 48px;
  }
  .side-icon .arrow-wrap {
    width: 44px;
    height: 44px;
  }
  .side-icon img {
    width: 44px;
    height: 44px;
  }
  .side-icon img.arrow {
    width: 36px;
    height: 36px;
  }
}

.footer {
  background: var(--wc-50) !important;
  width: 100%;
  flex-shrink: 0;
}
.footer-content {
  max-width: 1440px;
  padding: var(--spacing-32) 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
}
.footer-content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
.footer-content-bottom {
  color: var(--nc-900) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-content hr {
  color: var(--nc-500) !important;
}
.footer-content .logo-block {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-16);
  width: 350px;
}
.footer-content .logo-block-top {
  display: flex;
  gap: var(--spacing-16);
}
.footer-content .logo-block-bottom {
  color: var(--nc-900) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
}
.footer-content .logo-block .logo {
  width: 120px;
  margin: 0 auto;
}
.footer-content .logo-block .social-icons {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}
.footer-content .logo-block .social-icon {
  width: 36px;
  cursor: pointer;
}
.footer-content-menu-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}
.footer-content-menu-wrap .menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.footer-content-menu-wrap .menu-title {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--nc-500) !important;
}
.footer-content-menu-wrap .menu-content {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  font-weight: bold;
  color: var(--pc-500) !important;
  padding: var(--spacing-4);
}
.footer-content-menu-wrap .menu-info {
  display: flex;
  gap: var(--spacing-4);
}
@media (max-width: 1200px) {
  .footer-content {
    height: auto;
    padding: var(--spacing-32) var(--spacing-16);
  }
}
@media (max-width: 992px) {
  .footer-content {
    height: auto;
    padding: var(--spacing-32);
  }
  .footer-content-top {
    flex-direction: column;
    align-items: start;
    gap: var(--spacing-24);
  }
  .footer-content-bottom {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
  .footer-content-logo-block {
    width: 100%;
    display: flex;
    gap: var(--spacing-32);
  }
  .footer-content-logo-block .logo {
    margin: 0;
  }
  .footer-content-logo-block .social-icons {
    gap: var(--spacing-16);
  }
  .footer-content-menu-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .footer-content-menu-wrap .menu {
    padding: 0;
  }
  .footer-content-menu-wrap .menu-title, .footer-content-menu-wrap .menu-subtitle {
    font-size: var(--text-base) !important;
    line-height: var(--text-base--line-height);
  }
  .footer-content-menu-wrap .menu-info {
    padding: var(--spacing-4);
  }
}
@media (max-width: 576px) {
  .footer .content > .menu-wrap {
    flex-direction: column;
  }
}

/***************** 自訂義 *****************/
/* 背景 */
.bg-wrap-01 {
  height: 100%;
  background-image: url(/images/background/bg-01.png), url(/images/background/bg-02.png), linear-gradient(to top, #DAF1E4, transparent);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 100% 150px;
  background-position: calc(0% - 80px) -220px, calc(100% + 80px) 220px, center bottom;
  background-color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.bg-wrap-02 {
  height: 100%;
  background-image: linear-gradient(to top, #DAF1E4, transparent);
  background-repeat: no-repeat;
  background-size: 100% 150px;
  background-position: center bottom;
  background-color: white;
}

.bg-wrap-03 {
  background: var(--pc-50) !important;
  height: 100%;
}

.bg-wrap-04 {
  height: 100%;
  background-image: url(/images/background/bg-01.png), url(/images/background/bg-02.png), linear-gradient(to top, #DAF1E4, transparent);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 100% 150px;
  background-position: calc(0% - 80px) -220px, calc(100% + 80px) 220px, center bottom;
  background-color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

:root {
  /* Primary Color */
  --pc-950: #0C221C;
  --pc-900: #173D32;
  --pc-800: #173D32;
  --pc-700: #1A4B3B;
  --pc-600: #1F5D49;
  --pc-500: #3B9D79;
  --pc-400: #59AE8C;
  --pc-300: #8ACBAF;
  --pc-200: #B8E2CD;
  --pc-100: #DAF1E4;
  --pc-50: #F0F9F5;
  /* Secondary Color */
  --sc-950: #21314A;
  --sc-900: #304D78;
  --sc-800: #365A97;
  --sc-700: #3C6EB9;
  --sc-600: #3D7BC7;
  --sc-500: #5A9BD7;
  --sc-400: #7AB6E0;
  --sc-300: #A5D0EB;
  --sc-200: #CAE2F3;
  --sc-100: #E1EEF8;
  --sc-50: #F2F7FC;
  /* Yellow Color */
  --yc-950: #461B02;
  --yc-900: #7A350D;
  --yc-800: #94400C;
  --yc-700: #B75506;
  --yc-600: #DD7902;
  --yc-500: #F9A107;
  --yc-400: #FFC321;
  --yc-300: #FFD74A;
  --yc-200: #FFE888;
  --yc-100: #FFF5C6;
  --yc-50: #FFFBEB;
  /* Red Color */
  --rc-950: #4B0407;
  --rc-900: #881418;
  --rc-800: #A50F15;
  --rc-700: #C80D14;
  --rc-600: #ED151D;
  --rc-500: #FF444B;
  --rc-400: #FF646A;
  --rc-300: #FF9DA1;
  --rc-200: #FFC5C7;
  --rc-100: #FFDFE0;
  --rc-50: #FFF1F2;
  /* Success Color */
  --suc-950: #0F2A09;
  --suc-900: #254D1A;
  --suc-800: #285B19;
  --suc-700: #2E7219;
  --suc-600: #3A951B;
  --suc-500: #51C128;
  --suc-400: #6ED645;
  --suc-300: #93E571;
  --suc-200: #BCF1A5;
  --suc-100: #DDF7D0;
  --suc-50: #F0FCE9;
  /* Neutral Color */
  --nc-950: #252527;
  --nc-900: #3C3D3D;
  --nc-800: #444446;
  --nc-700: #4E4F50;
  --nc-600: #58595B;
  --nc-500: #6B6C6F;
  --nc-400: #86878A;
  --nc-300: #AFB0B1;
  --nc-200: #D0D1D1;
  --nc-100: #E6E7E7;
  --nc-50: #F5F6F6;
  /* White */
  --wc-950: #292929;
  --wc-900: #3D3D3D;
  --wc-800: #464646;
  --wc-700: #525252;
  --wc-600: #656565;
  --wc-500: #7C7C7C;
  --wc-400: #989898;
  --wc-300: #BDBDBD;
  --wc-200: #DCDCDC;
  --wc-100: #EFEFEF;
  --wc-50: #FFFFFF;
  /* Font-Size */
  /* Heading Desktop */
  --text-hd-h1: 56px;
  --text-hd-h1--line-height: 120%;
  --text-hd-h2: 48px;
  --text-hd-h2--line-height: 120%;
  --text-hd-h3: 40px;
  --text-hd-h3--line-height: 120%;
  --text-hd-h4: 36px;
  --text-hd-h4--line-height: 130%;
  --text-hd-h5: 24px;
  --text-hd-h5--line-height: 140%;
  --text-hd-h6: 20px;
  --text-hd-h6--line-height: 140%;
  /* Heading Mobile */
  --text-hm-h1: 40px;
  --text-hm-h1--line-height: 120%;
  --text-hm-h2: 36px;
  --text-hm-h2--line-height: 130%;
  --text-hm-h3: 32px;
  --text-hm-h3--line-height: 130%;
  --text-hm-h4: 24px;
  --text-hm-h4--line-height: 150%;
  --text-hm-h5: 20px;
  --text-hm-h5--line-height: 140%;
  --text-hm-h6: 18px;
  --text-hd-h6--line-height: 150%;
  /* Extra Large */
  --text-xl: 24px;
  --text-xl--line-height: 140%;
  /* Large */
  --text-lg: 20px;
  --text-lg--line-height: 140%;
  /* Medium */
  --text-md: 18px;
  --text-md--line-height: 140%;
  /* Regular */
  --text-base: 16px;
  --text-base--line-height: 150%;
  /* Small */
  --text-sm: 14px;
  --text-sm--line-height: 150%;
  /* Tiny */
  --text-xs: 12px;
  --text-xs--line-height: 150%;
  /* Radius */
  --radius-4: 4px;
  --radius-8: 8px;
  --radius-16: 16px;
  --radius-24: 24px;
  --radius-32: 32px;
  --radius-40: 40px;
  --radius-80: 80px;
  --radius-100: 100px;
  /* Spacing */
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-18: 18px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-56: 56px;
  --spacing-64: 64px;
  --spacing-72: 72px;
  --spacing-80: 80px;
  --spacing-120: 120px;
  --spacing-240: 240px;
}

/*隱藏ScrollBar*/
::-webkit-scrollbar {
  display: none;
}

html, body {
  user-select: none;
  width: 100% !important;
  height: 100svh !important;
  margin: 0;
  /* overflow-x: hidden !important; */
  user-select: none; /* by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  -webkit-text-size-adjust: none;
  touch-action: manipulation;
  touch-action: pan-x pan-y;
  scroll-behavior: auto !important;
  overflow-x: hidden;
  padding-bottom: env(safe-area-inset-bottom);
  font-family: "Work Sans", sans-serif;
  background-color: white;
}

.is-cursor-wait,
.is-cursor-wait * {
  cursor: progress !important;
  pointer-events: none !important;
}

img {
  -webkit-user-drag: none;
} /*照片無法拖動*/
a {
  color: inherit;
  text-decoration: none !important;
}

label {
  margin-bottom: 0 !important;
}

hr {
  opacity: 100% !important;
  border: 0px solid var(--nc-500);
  margin: 0;
}

/* Width */
.block-1200 {
  width: 1200px;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

/* Height */
.h-50 {
  height: 50% !important;
}

.h-100 {
  height: 100% !important;
}

.multiselect-placeholder {
  font-size: 100px;
}

/* Font Weight */
.font-weight-bolder {
  font-weight: bolder;
}

.font-weight-medium {
  font-weight: medium;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-lighter {
  font-weight: lighter;
}

/* Display */
.dis-flex {
  display: flex;
}

.dis-block {
  display: block;
}

.dis-none {
  display: none;
}

.dis-col {
  display: flex;
  flex-direction: column;
}

.dis-justify-center {
  display: flex;
  justify-content: center;
}

.dis-justify-between {
  display: flex;
  justify-content: space-between;
}

.dis-justify-start {
  display: flex;
  justify-content: start;
}

.dis-justify-end {
  display: flex;
  justify-content: end;
}

.dis-justify-left {
  display: flex;
  justify-content: left;
}

.dis-justify-right {
  display: flex;
  justify-content: right;
}

.dis-justify-around {
  display: flex;
  justify-content: space-around;
}

.dis-justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.dis-v-center {
  display: flex;
  align-items: center;
}

.dis-h-center {
  display: flex;
  justify-content: center;
}

.dis-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-items-center {
  align-items: center !important;
}

.dis-col-gap-4 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dis-gap-4 {
  display: flex;
  gap: 4px;
}

.dis-col-gap-8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dis-gap-8 {
  display: flex;
  gap: 8px;
}

.dis-col-gap-12 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dis-gap-12 {
  display: flex;
  gap: 12px;
}

.dis-col-gap-16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dis-gap-16 {
  display: flex;
  gap: 16px;
}

.dis-col-gap-20 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dis-gap-20 {
  display: flex;
  gap: 20px;
}

.dis-col-gap-24 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dis-gap-24 {
  display: flex;
  gap: 24px;
}

.dis-col-gap-28 {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.dis-gap-28 {
  display: flex;
  gap: 28px;
}

.dis-col-gap-32 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.dis-gap-32 {
  display: flex;
  gap: 32px;
}

.dis-col-gap-36 {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.dis-gap-36 {
  display: flex;
  gap: 36px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* Margin/Padding */
.mg-0 {
  margin: 0px !important;
}

.mg-t-0 {
  margin-top: 0px !important;
}

.mg-b-0 {
  margin-bottom: 0px !important;
}

.mg-l-0 {
  margin-left: 0px !important;
}

.mg-r-0 {
  margin-right: 0px !important;
}

.mg-x-0 {
  margin: 0 0px !important;
}

.mg-y-0 {
  margin: 0px 0 !important;
}

.pd-0 {
  padding: 0px !important;
}

.pd-t-0 {
  padding-top: 0px !important;
}

.pd-b-0 {
  padding-bottom: 0px !important;
}

.pd-l-0 {
  padding-left: 0px !important;
}

.pd-r-0 {
  padding-right: 0px !important;
}

.pd-x-0 {
  padding: 0 0px !important;
}

.pd-y-0 {
  padding: 0px 0 !important;
}

.mg-5 {
  margin: 5px !important;
}

.mg-t-5 {
  margin-top: 5px !important;
}

.mg-b-5 {
  margin-bottom: 5px !important;
}

.mg-l-5 {
  margin-left: 5px !important;
}

.mg-r-5 {
  margin-right: 5px !important;
}

.mg-x-5 {
  margin: 0 5px !important;
}

.mg-y-5 {
  margin: 5px 0 !important;
}

.pd-5 {
  padding: 5px !important;
}

.pd-t-5 {
  padding-top: 5px !important;
}

.pd-b-5 {
  padding-bottom: 5px !important;
}

.pd-l-5 {
  padding-left: 5px !important;
}

.pd-r-5 {
  padding-right: 5px !important;
}

.pd-x-5 {
  padding: 0 5px !important;
}

.pd-y-5 {
  padding: 5px 0 !important;
}

.mg-10 {
  margin: 10px !important;
}

.mg-t-10 {
  margin-top: 10px !important;
}

.mg-b-10 {
  margin-bottom: 10px !important;
}

.mg-l-10 {
  margin-left: 10px !important;
}

.mg-r-10 {
  margin-right: 10px !important;
}

.mg-x-10 {
  margin: 0 10px !important;
}

.mg-y-10 {
  margin: 10px 0 !important;
}

.pd-10 {
  padding: 10px !important;
}

.pd-t-10 {
  padding-top: 10px !important;
}

.pd-b-10 {
  padding-bottom: 10px !important;
}

.pd-l-10 {
  padding-left: 10px !important;
}

.pd-r-10 {
  padding-right: 10px !important;
}

.pd-x-10 {
  padding: 0 10px !important;
}

.pd-y-10 {
  padding: 10px 0 !important;
}

.mg-15 {
  margin: 15px !important;
}

.mg-t-15 {
  margin-top: 15px !important;
}

.mg-b-15 {
  margin-bottom: 15px !important;
}

.mg-l-15 {
  margin-left: 15px !important;
}

.mg-r-15 {
  margin-right: 15px !important;
}

.mg-x-15 {
  margin: 0 15px !important;
}

.mg-y-15 {
  margin: 15px 0 !important;
}

.pd-15 {
  padding: 15px !important;
}

.pd-t-15 {
  padding-top: 15px !important;
}

.pd-b-15 {
  padding-bottom: 15px !important;
}

.pd-l-15 {
  padding-left: 15px !important;
}

.pd-r-15 {
  padding-right: 15px !important;
}

.pd-x-15 {
  padding: 0 15px !important;
}

.pd-y-15 {
  padding: 15px 0 !important;
}

.mg-20 {
  margin: 20px !important;
}

.mg-t-20 {
  margin-top: 20px !important;
}

.mg-b-20 {
  margin-bottom: 20px !important;
}

.mg-l-20 {
  margin-left: 20px !important;
}

.mg-r-20 {
  margin-right: 20px !important;
}

.mg-x-20 {
  margin: 0 20px !important;
}

.mg-y-20 {
  margin: 20px 0 !important;
}

.pd-20 {
  padding: 20px !important;
}

.pd-t-20 {
  padding-top: 20px !important;
}

.pd-b-20 {
  padding-bottom: 20px !important;
}

.pd-l-20 {
  padding-left: 20px !important;
}

.pd-r-20 {
  padding-right: 20px !important;
}

.pd-x-20 {
  padding: 0 20px !important;
}

.pd-y-20 {
  padding: 20px 0 !important;
}

.mg-25 {
  margin: 25px !important;
}

.mg-t-25 {
  margin-top: 25px !important;
}

.mg-b-25 {
  margin-bottom: 25px !important;
}

.mg-l-25 {
  margin-left: 25px !important;
}

.mg-r-25 {
  margin-right: 25px !important;
}

.mg-x-25 {
  margin: 0 25px !important;
}

.mg-y-25 {
  margin: 25px 0 !important;
}

.pd-25 {
  padding: 25px !important;
}

.pd-t-25 {
  padding-top: 25px !important;
}

.pd-b-25 {
  padding-bottom: 25px !important;
}

.pd-l-25 {
  padding-left: 25px !important;
}

.pd-r-25 {
  padding-right: 25px !important;
}

.pd-x-25 {
  padding: 0 25px !important;
}

.pd-y-25 {
  padding: 25px 0 !important;
}

.mg-30 {
  margin: 30px !important;
}

.mg-t-30 {
  margin-top: 30px !important;
}

.mg-b-30 {
  margin-bottom: 30px !important;
}

.mg-l-30 {
  margin-left: 30px !important;
}

.mg-r-30 {
  margin-right: 30px !important;
}

.mg-x-30 {
  margin: 0 30px !important;
}

.mg-y-30 {
  margin: 30px 0 !important;
}

.pd-30 {
  padding: 30px !important;
}

.pd-t-30 {
  padding-top: 30px !important;
}

.pd-b-30 {
  padding-bottom: 30px !important;
}

.pd-l-30 {
  padding-left: 30px !important;
}

.pd-r-30 {
  padding-right: 30px !important;
}

.pd-x-30 {
  padding: 0 30px !important;
}

.pd-y-30 {
  padding: 30px 0 !important;
}

.mg-35 {
  margin: 35px !important;
}

.mg-t-35 {
  margin-top: 35px !important;
}

.mg-b-35 {
  margin-bottom: 35px !important;
}

.mg-l-35 {
  margin-left: 35px !important;
}

.mg-r-35 {
  margin-right: 35px !important;
}

.mg-x-35 {
  margin: 0 35px !important;
}

.mg-y-35 {
  margin: 35px 0 !important;
}

.pd-35 {
  padding: 35px !important;
}

.pd-t-35 {
  padding-top: 35px !important;
}

.pd-b-35 {
  padding-bottom: 35px !important;
}

.pd-l-35 {
  padding-left: 35px !important;
}

.pd-r-35 {
  padding-right: 35px !important;
}

.pd-x-35 {
  padding: 0 35px !important;
}

.pd-y-35 {
  padding: 35px 0 !important;
}

.mg-40 {
  margin: 40px !important;
}

.mg-t-40 {
  margin-top: 40px !important;
}

.mg-b-40 {
  margin-bottom: 40px !important;
}

.mg-l-40 {
  margin-left: 40px !important;
}

.mg-r-40 {
  margin-right: 40px !important;
}

.mg-x-40 {
  margin: 0 40px !important;
}

.mg-y-40 {
  margin: 40px 0 !important;
}

.pd-40 {
  padding: 40px !important;
}

.pd-t-40 {
  padding-top: 40px !important;
}

.pd-b-40 {
  padding-bottom: 40px !important;
}

.pd-l-40 {
  padding-left: 40px !important;
}

.pd-r-40 {
  padding-right: 40px !important;
}

.pd-x-40 {
  padding: 0 40px !important;
}

.pd-y-40 {
  padding: 40px 0 !important;
}

.mg-45 {
  margin: 45px !important;
}

.mg-t-45 {
  margin-top: 45px !important;
}

.mg-b-45 {
  margin-bottom: 45px !important;
}

.mg-l-45 {
  margin-left: 45px !important;
}

.mg-r-45 {
  margin-right: 45px !important;
}

.mg-x-45 {
  margin: 0 45px !important;
}

.mg-y-45 {
  margin: 45px 0 !important;
}

.pd-45 {
  padding: 45px !important;
}

.pd-t-45 {
  padding-top: 45px !important;
}

.pd-b-45 {
  padding-bottom: 45px !important;
}

.pd-l-45 {
  padding-left: 45px !important;
}

.pd-r-45 {
  padding-right: 45px !important;
}

.pd-x-45 {
  padding: 0 45px !important;
}

.pd-y-45 {
  padding: 45px 0 !important;
}

.mg-50 {
  margin: 50px !important;
}

.mg-t-50 {
  margin-top: 50px !important;
}

.mg-b-50 {
  margin-bottom: 50px !important;
}

.mg-l-50 {
  margin-left: 50px !important;
}

.mg-r-50 {
  margin-right: 50px !important;
}

.mg-x-50 {
  margin: 0 50px !important;
}

.mg-y-50 {
  margin: 50px 0 !important;
}

.pd-50 {
  padding: 50px !important;
}

.pd-t-50 {
  padding-top: 50px !important;
}

.pd-b-50 {
  padding-bottom: 50px !important;
}

.pd-l-50 {
  padding-left: 50px !important;
}

.pd-r-50 {
  padding-right: 50px !important;
}

.pd-x-50 {
  padding: 0 50px !important;
}

.pd-y-50 {
  padding: 50px 0 !important;
}

.mg-x-auto {
  margin: 0 auto;
}

.mg-y-auto {
  margin: auto 0;
}

.pd-x-auto {
  padding: 0 auto;
}

.pd-y-auto {
  padding: auto 0;
}

/* Cursor */
.cursor-pointer {
  cursor: pointer;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-copy {
  cursor: copy;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-move {
  cursor: move;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-wait {
  cursor: wait;
}

/* Text Align */
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}

/* Text Limig */
.text-limit-1 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-limit-2 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-limit-3 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-limit-4 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-limit-5 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Desktop/Mobile show/hide */
.mobile-show {
  display: none;
}

@media (max-width: 400px) {
  .desktop-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
/* Banner */
.banner-top {
  width: 100%;
  height: 300px;
  background-position: center !important;
  position: relative;
}
.banner-top .text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-top .text-block .text {
  color: var(--wc-50) !important;
  font-size: var(--text-hd-h3) !important;
  line-height: var(--text-hd-h3--line-height);
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 768px) {
  .banner-top {
    background-size: cover !important;
    height: 128px;
  }
  .banner-top .text-block > .text {
    font-size: var(--text-hd-h6) !important;
    line-height: var(--text-hd-h6--line-height);
    font-weight: bold;
  }
}

/* Select 2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100% !important;
}

.select2-container .select2-selection--single {
  height: 35px !important;
}

.select2-selection__rendered {
  height: auto;
  font-size: 10pt;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--nc-500);
  display: flex !important;
  align-items: center;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 9px !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border: solid 1px #ced4da !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--pc-140) !important;
  border: 1px solid var(--pc-140) !important;
  padding: 7px 10px !important;
  border-radius: 6px !important;
  margin-top: 10px !important;
  margin-right: 10px !important;
  font-size: var(--desk-font-xxsmall) !important;
  color: var(--tc-80) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px !important;
}

.select2-results__option {
  font-size: 14px;
}

/* Lazy Load */
.lazy-img {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: opacity 1s, top 1s;
}

.lazy-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease, transform 2s ease;
}

.lazy-content.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 自定義 */
/* 自定義字體 */
.text-hd-h1 {
  font-size: var(--text-hd-h1) !important;
  line-height: var(--text-hd-h1--line-height);
  font-weight: bold;
}

.text-hd-h2 {
  font-size: var(--text-hd-h2) !important;
  line-height: var(--text-hd-h2--line-height);
  font-weight: bold;
}

.text-hd-h3 {
  font-size: var(--text-hd-h3) !important;
  line-height: var(--text-hd-h3--line-height);
  font-weight: bold;
}

.text-hd-h4 {
  font-size: var(--text-hd-h4) !important;
  line-height: var(--text-hd-h4--line-height);
  font-weight: bold;
}

.text-hd-h5 {
  font-size: var(--text-hd-h5) !important;
  line-height: var(--text-hd-h5--line-height);
  font-weight: bold;
}

.text-hd-h6 {
  font-size: var(--text-hd-h6) !important;
  line-height: var(--text-hd-h6--line-height);
  font-weight: bold;
}

.text-hm-h1 {
  font-size: var(--text-hm-h1) !important;
  line-height: var(--text-hm-h1--line-height);
  font-weight: bold;
}

.text-hm-h2 {
  font-size: var(--text-hm-h2) !important;
  line-height: var(--text-hm-h2--line-height);
  font-weight: bold;
}

.text-hm-h3 {
  font-size: var(--text-hm-h3) !important;
  line-height: var(--text-hm-h3--line-height);
  font-weight: bold;
}

.text-hm-h4 {
  font-size: var(--text-hm-h4) !important;
  line-height: var(--text-hm-h4--line-height);
  font-weight: bold;
}

.text-hm-h5 {
  font-size: var(--text-hm-h5) !important;
  line-height: var(--text-hm-h5--line-height);
  font-weight: bold;
}

.text-hm-h6 {
  font-size: var(--text-hm-h6) !important;
  line-height: var(--text-hm-h6--line-height);
  font-weight: bold;
}

.text-xl-bold {
  font-size: var(--text-xl) !important;
  line-height: var(--text-xl--line-height);
  font-weight: bold;
}

.text-xl-regular {
  font-size: var(--text-xl) !important;
  line-height: var(--text-xl--line-height);
  font-weight: bold;
}

.text-lg-bold {
  font-size: var(--text-lg) !important;
  line-height: var(--text-lg--line-height);
  font-weight: bold;
}

.text-lg-regular {
  font-size: var(--text-lg) !important;
  line-height: var(--text-lg--line-height);
  font-weight: bold;
}

.text-md-bold {
  font-size: var(--text-md) !important;
  line-height: var(--text-md--line-height);
  font-weight: bold;
}

.text-md-regular {
  font-size: var(--text-md) !important;
  line-height: var(--text-md--line-height);
  font-weight: bold;
}

.text-base-bold {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  font-weight: bold;
}

.text-base-regular {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
}

.text-sm-bold {
  font-size: var(--text-sm) !important;
  line-height: var(--text-sm--line-height);
  font-weight: bold;
}

.text-sm-regular {
  font-size: var(--text-sm) !important;
  line-height: var(--text-sm--line-height);
  font-weight: bold;
}

.text-xs-bold {
  font-size: var(--text-xs) !important;
  line-height: var(--text-xs--line-height);
  font-weight: bold;
}

.text-xs-regular {
  font-size: var(--text-xs) !important;
  line-height: var(--text-xs--line-height);
  font-weight: bold;
}

/* 字體顏色 */
.text-white {
  color: var(--wc-50) !important;
}

.text-black {
  color: var(--nc-900) !important;
}

.text-default {
  color: var(--nc-500) !important;
}

.text-disable {
  color: var(--nc-300) !important;
}

.text-primary {
  color: var(--pc-500) !important;
}

.text-primary-light {
  color: var(--pc-400) !important;
}

.text-primary-dark {
  color: var(--pc-800) !important;
}

.text-blue {
  color: var(--sc-700) !important;
}

.text-red {
  color: var(--rc-600) !important;
}

.text-yellow {
  color: var(--yc-500) !important;
}

.text-success {
  color: var(--suc-500) !important;
}

/* Input Number */
.input-number-no-spinners {
  /* 針對 Firefox 瀏覽器 */
  -moz-appearance: textfield;
  /* 移除 type="number" 的預設箭頭樣式，將其視為一般文字輸入框 */
}

.input-number-no-spinners::-webkit-outer-spin-button,
.input-number-no-spinners::-webkit-inner-spin-button {
  /* 針對 Chrome, Safari, Edge 瀏覽器 */
  -webkit-appearance: none;
  margin: 0; /* 移除可能的 margin 空間 */
}

/* Sweet Alert */
.swal2-container .swal2-title {
  font-size: var(--text-md) !important;
  line-height: var(--text-md--line-height);
  font-weight: bold;
  color: var(--pc-800) !important;
}
.swal2-container .swal2-html-container {
  display: flex !important;
  flex-direction: column;
  gap: var(--spacing-8);
}
.swal2-container .swal2-html-container .title {
  font-size: var(--text-md) !important;
  line-height: var(--text-md--line-height);
  font-weight: bold;
  color: var(--pc-800) !important;
  text-align: left;
}
.swal2-container .swal2-confirm {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  background: linear-gradient(90deg, #3B9D79, #3D7BC7);
  border-radius: var(--radius-8);
  width: 160px !important;
  height: 40px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swal2-container .swal2-confirm:hover {
  box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
}
.swal2-container .swal2-confirm.disabled {
  background: linear-gradient(90deg, #889c95, #8a9baf);
  box-shadow: none;
  cursor: auto;
}
@media (max-width: 576px) {
  .swal2-container .swal2-confirm {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
.swal2-container .swal2-confirm {
  padding: 0;
}
.swal2-container .swal2-cancel {
  background: var(--wc-50) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--pc-500) !important;
  border: 1px solid var(--pc-500);
  border-radius: var(--radius-8);
  width: 128px !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swal2-container .swal2-cancel.active {
  background: var(--pc-500) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
}
@media (max-width: 576px) {
  .swal2-container .swal2-cancel {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
.swal2-container .swal2-cancel {
  padding: 0;
}

.number-wrap {
  display: flex;
  gap: 10px;
}
.number-wrap input {
  border-radius: var(--spacing-8);
}
.number-wrap .opt-btn {
  font-size: var(--text-xl) !important;
  line-height: var(--text-xl--line-height);
  font-weight: bold;
  color: var(--nc-500) !important;
  background: var(--wc-50) !important;
  width: 40px;
  height: 40px;
  border: 1px solid var(--nc-100);
  border-radius: var(--spacing-8);
}
@media (max-width: 576px) {
  .number-wrap input {
    height: 32px;
  }
  .number-wrap .opt-btn {
    font-size: var(--text-base) !important;
    line-height: var(--text-base--line-height);
    font-weight: bold;
    width: 32px;
    height: 32px;
  }
}

.animation-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.4588235294);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(7px);
  cursor: wait !important;
}

.animation-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 25px;
  background: rgba(168, 168, 168, 0.3019607843);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/************* 要替換掉的 *************/
.animation {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin: 12px auto;
  position: relative;
  background: #FFF;
  box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  box-sizing: border-box;
  animation: shadowPulse 1.5s linear infinite;
}

@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -24px 0 var(--pc-500), 24px 0 #FFF;
  }
  66% {
    background: var(--pc-500);
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  }
  100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 var(--pc-500);
  }
}
/************* 要替換掉的 *************/
@media (max-width: 576px) {
  .animation-bg {
    background: rgba(20, 20, 20, 0.1764705882);
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(0); */
  }
}/*# sourceMappingURL=site.css.map */