@charset "UTF-8";
html.scroll-lock {
  overflow: hidden !important;
}

body {
  font-family: "Arial", "Microsoft JhengHei", serif, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--bs-gray-dark);
}
body.modal-open {
  position: fixed;
}
body.scroll-lock {
  overflow: hidden !important;
}

a.title-cat-box {
  color: #000;
  font-weight: 500;
}
a.title-cat-box:hover {
  color: var(--bs-secondary);
  text-decoration: none;
}

.page-content-area {
  position: relative;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.alert-text {
  color: var(--bs-danger);
}

.import-text {
  color: #EE8A19;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .container.more-pd, .container-xl.more-pd {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .container.more-lg-pd, .container-xl.more-lg-pd {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
.container.detail-img, .container-xl.detail-img {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.container.detail-img img, .container-xl.detail-img img {
  width: 100% !important;
}
@media screen and (min-width: 1200px) {
  .container.detail-img, .container-xl.detail-img {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .container.detail-img, .container-xl.detail-img {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
  }
  .container.detail-img img, .container-xl.detail-img img {
    width: auto !important;
  }
}
.container.header-container, .container-xl.header-container {
  max-width: none;
  height: 2.4rem;
}
@media screen and (min-width: 768px) {
  .container.header-container, .container-xl.header-container {
    height: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .container.header-container, .container-xl.header-container {
    height: 3.5rem;
    max-width: 1320px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    height: 3.5rem;
  }
}

#map {
  opacity: 0;
}

.btn {
  border-radius: 2.4rem;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 600;
}
.btn.active {
  transform: unset;
}
.btn.active:hover {
  transform: translateY(-0.15rem);
}
.btn.small {
  padding: 0.55rem 1.5rem 0.2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .btn.small {
    padding: 0.55rem 2.5rem 0.2rem;
  }
}
.btn.search {
  padding: 0.75rem 2.5rem 0.4rem;
  height: 2.3rem;
}
.btn.fixed {
  width: 8.85rem;
  height: 2rem;
  font-size: 0.9rem;
  padding: 0.5rem 2.5rem 0.3rem;
  border: 0.05rem solid var(--bs-gray-500);
}
.btn.fixed:hover, .btn.fixed:focus, .btn.fixed.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-dark);
}
.btn.type-1 {
  padding: 1rem 2rem;
  color: var(--bs-dark);
  background-color: var(--bs-white);
}
.btn.type-1:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.btn.type-1:focus, .btn.type-1.active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.btn.type-2 {
  padding: 1rem 2rem;
  color: var(--bs-white);
  background-color: var(--bs-dark);
}
.btn.type-2:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.btn.type-2:focus, .btn.type-2.active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.btn.type-3 {
  color: var(--bs-white);
  background-color: var(--bs-danger);
  border: 0;
}
.btn.type-3:hover {
  background-color: var(--bs-secondary-200);
  color: var(--bs-danger);
}
.btn.type-3:focus {
  background-color: var(--bs-dark);
  color: var(--bs-danger);
}
.btn.type-4 {
  color: var(--bs-dark);
  background-color: var(--bs-primary);
  border: 0;
}
.btn.type-4:hover {
  background-color: var(--bs-primary-400);
}
.btn.type-4:focus {
  background-color: var(--bs-danger);
  color: var(--bs-primary);
}
@media (hover: none) {
  .btn {
    transition: none !important;
  }
}

input[type=submit] {
  padding: 0.5rem 2.5rem;
  background-color: var(--bs-primary);
  color: var(--bs-dark);
}
input[type=submit]:hover {
  background-color: var(--bs-primary-400);
  color: var(--bs-dark);
}
input[type=submit]:focus {
  background-color: var(--bs-danger);
  color: var(--bs-primary);
}

.text-justify {
  text-align: justify;
}

body.stop-transitions * {
  transition: none !important;
}

.col-xs-margin-bottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .col-xs-margin-bottom {
    margin-bottom: 0px;
  }
}

.col-md-margin-bottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .col-md-margin-bottom {
    margin-bottom: 0px;
  }
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

.g-recaptcha-response {
  display: block !important;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.editor-content:after, .post-content:after, #tinymce:after {
  content: "";
  display: block;
  clear: both;
}

.editor-content iframe, .post-content iframe, #tinymce iframe {
  max-width: 100%;
  border: 0;
}
.editor-content img, .post-content img, #tinymce img {
  height: auto;
  max-width: 100%;
}
.editor-content .eng-title, .post-content .eng-title, #tinymce .eng-title {
  font-size: 1rem;
  font-family: "Hepta Slab", sans-serif;
  word-break: break-all;
  line-height: 1;
  color: var(--bs-primary);
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.editor-content h2, .post-content h2, #tinymce h2 {
  color: var(--bs-dark);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.editor-content h3, .post-content h3, #tinymce h3 {
  color: var(--bs-dark);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.editor-content h4, .post-content h4, #tinymce h4 {
  display: inline-block;
  color: var(--bs-pink);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 0.1rem solid #EED720;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.editor-content h5, .post-content h5, #tinymce h5 {
  color: var(--bs-leaf);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.editor-content h6, .post-content h6, #tinymce h6 {
  color: var(--bs-primary);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.editor-content a, .post-content a, #tinymce a {
  text-decoration: none;
  word-break: break-all;
  text-decoration: underline;
  color: #4F77E1;
}
.editor-content a.btn, .post-content a.btn, #tinymce a.btn {
  text-decoration: none;
}
.editor-content a:hover, .post-content a:hover, #tinymce a:hover {
  color: var(--bs-blue);
}
.editor-content p, .post-content p, #tinymce p {
  margin-bottom: 1.5rem;
}
.editor-content table, .post-content table, #tinymce table {
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.editor-content table thead th, .post-content table thead th, #tinymce table thead th, .editor-content table thead td, .post-content table thead td, #tinymce table thead td {
  background-color: var(--bs-primary);
  border: var(--bs-primary) solid 0.1rem;
}
.editor-content table th, .post-content table th, #tinymce table th, .editor-content table td, .post-content table td, #tinymce table td {
  font-weight: 400;
  padding: 0.75rem 1rem;
  color: #000;
}
.editor-content table th, .post-content table th, #tinymce table th {
  background-color: var(--bs-primary);
  border: var(--bs-primary) solid 0.1rem;
}
.editor-content table td, .post-content table td, #tinymce table td {
  border: var(--bs-white) solid 0.1rem;
}
.editor-content ul, .post-content ul, #tinymce ul {
  padding: 0;
  list-style: none !important;
  margin-bottom: 1.5rem;
}
.editor-content ul > li, .post-content ul > li, #tinymce ul > li {
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.editor-content ul > li:before, .post-content ul > li:before, #tinymce ul > li:before {
  content: "";
  display: block;
  position: absolute;
  border-color: transparent #A9C770;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.7em;
  left: 0.2rem;
  top: 0.3rem;
  width: 0rem;
  height: 0rem;
}
.editor-content ol, .post-content ol, #tinymce ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item;
  margin-bottom: 1.5rem;
}
.editor-content ol > li, .post-content ol > li, #tinymce ol > li {
  display: block;
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.editor-content ol > li:before, .post-content ol > li:before, #tinymce ol > li:before {
  position: absolute;
  text-align: right;
  left: 0;
  top: 0;
  content: counter(ol-item) ".";
  counter-increment: ol-item;
  font-weight: bold;
  color: #000;
  display: inline-block;
  min-width: 0.8rem;
}
.editor-content .cust-intro-area, .post-content .cust-intro-area, #tinymce .cust-intro-area {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .editor-content .cust-intro-area, .post-content .cust-intro-area, #tinymce .cust-intro-area {
    flex-direction: row;
  }
}
.editor-content .cust-intro-area .main-title, .post-content .cust-intro-area .main-title, #tinymce .cust-intro-area .main-title {
  line-height: 1.3;
  font-size: 1.8rem;
}
.editor-content .cust-intro-area .intro-area, .post-content .cust-intro-area .intro-area, #tinymce .cust-intro-area .intro-area {
  width: 100vw;
}
@media screen and (min-width: 992px) {
  .editor-content .cust-intro-area .intro-area, .post-content .cust-intro-area .intro-area, #tinymce .cust-intro-area .intro-area {
    width: 50vw;
    height: 100vh;
  }
}
.editor-content .cust-intro-area .intro-area .desc-area, .post-content .cust-intro-area .intro-area .desc-area, #tinymce .cust-intro-area .intro-area .desc-area {
  height: 100%;
  color: #fff;
  padding: 3rem 1.5rem 2rem;
}
.editor-content .cust-intro-area .intro-area .desc-area .title-area, .post-content .cust-intro-area .intro-area .desc-area .title-area, #tinymce .cust-intro-area .intro-area .desc-area .title-area {
  max-width: 18.5rem;
}
.editor-content .cust-intro-area .bg-image, .post-content .cust-intro-area .bg-image, #tinymce .cust-intro-area .bg-image {
  background-position: right 10% center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .editor-content .cust-intro-area .bg-image, .post-content .cust-intro-area .bg-image, #tinymce .cust-intro-area .bg-image {
    background-position: center;
    background-size: cover;
  }
}
.editor-content .cust-intro-area .intro-img-area, .post-content .cust-intro-area .intro-img-area, #tinymce .cust-intro-area .intro-img-area {
  width: 100vw;
  min-height: 375px;
  padding: 3rem 1.5rem 2rem;
}
@media screen and (min-width: 992px) {
  .editor-content .cust-intro-area .intro-img-area, .post-content .cust-intro-area .intro-img-area, #tinymce .cust-intro-area .intro-img-area {
    width: 50vw;
    height: 100vh;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper.not-load {
  padding-bottom: 0;
}

.modal-dialog .modal-content {
  padding: 3rem 2rem;
}
@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 32rem;
  }
  .modal-dialog .modal-content {
    padding: 4rem 4.5rem;
  }
}
.modal-dialog .modal-header {
  padding: 0;
  margin-bottom: 1.25rem;
}
.modal-dialog .modal-header .modal-title {
  color: #000;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.modal-dialog .modal-header .modal-title > span {
  padding: 0 1.2rem;
}
.modal-dialog .modal-header .modal-title:before, .modal-dialog .modal-header .modal-title:after {
  content: "";
  flex: 1 1 auto;
  height: 0.05rem;
  background-color: #000;
}
.modal-dialog .modal-header .btn-close {
  top: 2.25rem;
  right: 2.25rem;
  padding: 0;
}
.modal-dialog .modal-header .btn-close:before {
  content: "\ec22";
  font-size: 1.6rem;
  color: #000;
  background: transparent;
}
.modal-dialog .modal-body {
  padding: 0;
}
.modal-dialog .modal-footer {
  padding: 0;
  margin-top: 1.25rem;
}

body.modal-open {
  position: relative !important;
}

.video-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 95%;
  margin: 0px;
  max-width: 56.6rem;
  pointer-events: auto;
}
@media screen and (min-width: 576px) {
  .video-modal .modal-dialog {
    padding: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-height: 649px) {
  .video-modal .modal-dialog {
    max-height: 95vh;
    max-width: 168.8888888889vh;
  }
}
@media screen and (min-width: 576px) and (min-height: 650px) {
  .video-modal .modal-dialog {
    max-width: 56.6rem;
  }
}
.video-modal .close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: url("../img/icon/button_close_dialog@2x.png") no-repeat;
  background-size: 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  z-index: 99;
}
.video-modal .close-btn:hover {
  background: url("../img/icon/button_close_dialog_hover@2x.png") no-repeat;
  background-size: 2.75rem;
}

.side-toolbar {
  position: fixed;
  right: 0.75rem;
  bottom: 1rem;
  z-index: 99;
}
.side-toolbar.project-detail {
  right: 0.75rem;
  bottom: 3rem;
}
.side-toolbar a {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .side-toolbar {
    right: 2rem;
    bottom: 1.75rem;
  }
  .side-toolbar.project-detail {
    right: 2rem;
    bottom: 1.75rem;
  }
}
.side-toolbar .toolbar-btn {
  width: 100%;
  text-align: center;
}
.side-toolbar .toolbar-btn.top {
  width: 3rem;
  height: 3rem;
  background: url("../img/footer/gotop@2x.webp") 50% 0 no-repeat;
  background-size: 100%;
}
.side-toolbar .toolbar-btn.top:hover {
  background: url("../img/footer/gotop_hover@2x.webp") 50% 0 no-repeat;
  background-size: 100%;
  transform: translateY(-0.125rem);
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .side-toolbar .toolbar-btn.top {
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media (hover: none) {
  .dropdown .dropdown-menu > li > a {
    transition: none;
  }
}

.search-tag {
  font-size: 0.8rem;
  line-height: 1;
  background-color: var(--bs-primary-300);
  color: #000;
  height: 1.5rem;
  padding: 0.45rem 1.2rem 0.25rem;
  border-radius: 1rem;
  margin-right: 0.6rem;
}
.search-tag:hover {
  text-decoration: none;
  color: #000;
}

.gsc-control-cse {
  padding: 0 !important;
}
.gsc-control-cse .gsc-results-wrapper-visible {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.05rem solid var(--bs-gray-200);
}
.gsc-control-cse .gsc-results-wrapper-visible .gs-title {
  font-family: "Noto Sans TC", "Arial", sans-serif;
  color: #000 !important;
  font-size: 0.8rem;
  line-height: 1.5;
}
.gsc-control-cse .gsc-results-wrapper-visible .gs-image-box {
  margin-right: 0.6rem;
}
.gsc-control-cse .gsc-results-wrapper-visible .gsc-cursor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gsc-control-cse .gsc-results-wrapper-visible .gsc-cursor .gsc-cursor-page {
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  background: var(--bs-gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.gsc-control-cse .gsc-results-wrapper-visible .gsc-cursor .gsc-cursor-page:hover, .gsc-control-cse .gsc-results-wrapper-visible .gsc-cursor .gsc-cursor-page:focus, .gsc-control-cse .gsc-results-wrapper-visible .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  background: var(--bs-primary);
  color: var(--bs-dark);
  text-decoration: none;
}

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
header .header-top {
  position: relative;
  z-index: 1020;
}

.navbar-expand-xl .offcanvas-nav.offcanvas-end {
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .navbar-expand-xl .offcanvas-nav.offcanvas-end {
    width: auto;
    min-width: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-expand-xl .offcanvas-nav.offcanvas-end {
    background: transparent;
  }
}

.navbar .logo {
  height: 1.8rem;
}
.navbar .navbar-brand {
  padding: 0.25rem 0;
}
.navbar .navbar-nav .nav-link {
  font-weight: 600;
}
.navbar .dropdown:not(.dropdown-submenu) .dropdown-item {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    height: 2.2rem;
  }
  .navbar .navbar-brand {
    padding: 0rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .logo {
    height: 2.5rem;
  }
  .navbar .navbar-brand {
    padding: 0.5rem 0;
  }
  .navbar .navbar-nav > .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .navbar .navbar-nav > .nav-item .nav-link {
    padding: 1.5rem 1.5rem 1.15rem;
    line-height: 1;
    display: block;
  }
  .navbar .navbar-nav.en > .nav-item .nav-link {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .navbar .navbar-nav > .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .navbar .navbar-nav > .nav-item.active .nav-link:after, .navbar .navbar-nav > .nav-item.current .nav-link:after {
    width: calc(100% - 1.75rem);
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .en .dropdown:not(.dropdown-submenu) .dropdown-menu {
    font-size: 0.75rem;
  }
}

.nav-menu-wrapper {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.nav-menu-wrapper.show {
  display: block;
}

button.hamburger:before, button.hamburger span, button.hamburger:after {
  width: 1.5rem;
  height: 0.1rem;
}
button.hamburger:before, button.hamburger span {
  margin: 0 0 0.3rem;
}

.navbar-expand-xl .navbar-collapse .offcanvas-header {
  padding: 0.5rem;
}
.navbar-expand-xl .navbar-collapse .offcanvas-header .btn-close {
  width: 2rem;
  height: 2.2rem;
  margin-right: 0rem;
  position: relative;
}
.navbar-expand-xl .navbar-collapse .offcanvas-header .btn-close:before, .navbar-expand-xl .navbar-collapse .offcanvas-header .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.1rem;
  border-radius: 0;
  background-color: #4D4D4D;
  margin: 0;
}
.navbar-expand-xl .navbar-collapse .offcanvas-header .btn-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.navbar-expand-xl .navbar-collapse .offcanvas-header .btn-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navbar-expand-xl .navbar-collapse .offcanvas-header .btn-close:hover {
  background: transparent;
}
@media screen and (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse .dropdown-menu {
    padding: 0.5rem;
    background: var(--bs-body-bg);
    box-shadow: 0 1px 3px rgba(17, 24, 39, 0.1), 0 1px 2px rgba(17, 24, 39, 0.06) !important;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-collapse .offcanvas-body {
    padding: 0;
  }
  .navbar-expand-xl .navbar-collapse .offcanvas-body .navbar-nav {
    margin: 0;
  }
  .navbar-expand-xl .navbar-collapse .offcanvas-body .navbar-nav .nav-item a {
    padding: 0.5rem 1rem;
  }
  .navbar-expand-xl .navbar-collapse .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
    padding: 0.8rem;
  }
  .navbar-expand-xl .navbar-collapse .dropdown-toggle:after {
    position: absolute;
    margin-right: 0;
    right: 1rem;
    top: 0.5rem;
    font-size: 0.85rem;
    color: var(--bs-primary);
  }
  .navbar-expand-xl .navbar-collapse .dropdown-menu {
    padding: 0;
    margin-top: 0;
    background: var(--bs-body-bg);
    box-shadow: unset;
  }
}
/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer {
  position: relative;
  color: var(--bs-white);
  padding: 3rem 0;
  background: #87A057;
  font-size: 0.7rem;
}
footer .logo-area {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  footer .logo-area {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
footer .link-area {
  text-align: left;
  margin-top: 1rem;
}
footer .link-area .social-link {
  width: 3.8rem;
  height: 2.5rem;
  display: inline-block;
}
footer .link-area .social-link.fb {
  background: url("../img/footer/footer_btn_fb@2x.webp") no-repeat;
  background-size: 3.8rem 2.5rem;
}
footer .link-area .social-link.fb:hover, footer .link-area .social-link.fb:focus {
  background: url("../img/footer/footer_btn_fb_hover@2x.webp") no-repeat;
  background-size: 3.8rem 2.5rem;
}
footer .link-area .social-link.contact {
  background: url("../img/footer/footer_btn_contact@2x.webp") no-repeat;
  background-size: 3.8rem 2.5rem;
}
footer .link-area .social-link.contact:hover, footer .link-area .social-link.contact:focus {
  background: url("../img/footer/footer_btn_contact_hover@2x.webp") no-repeat;
  background-size: 3.8rem 2.5rem;
}
footer .link-area + .social-link {
  margin-left: 0.75rem;
}
@media screen and (min-width: 992px) {
  footer .link-area {
    text-align: right;
    margin-top: 0rem;
  }
}
footer .copyright-area {
  text-align: left;
}
@media screen and (min-width: 992px) {
  footer .copyright-area {
    text-align: right;
  }
}
footer .info-area .info-key {
  flex: 0 0 1.5rem;
  margin-right: 0.75rem;
}
footer .info-area .info-icon {
  flex: 0 0 1rem;
  margin-right: 0.5rem;
}
footer .info-area a {
  color: #fff;
}
footer .info-area a:hover, footer .info-area a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer .info-area {
    font-size: 0.75rem;
  }
}
footer .bottom-info {
  border-top: 0.05rem solid #000;
}
footer .bottom-line {
  background-color: #000;
}
footer .footer-top {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  footer .footer-top {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-top {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
footer .input-group .form-control {
  border-color: #000;
  box-shadow: none;
  background: var(--bs-primary);
}
footer .input-group .form-control::-webkit-input-placeholder {
  color: #9c8a03;
}
footer .input-group .form-control:-moz-placeholder {
  color: #9c8a03;
}
footer .input-group .form-control::-moz-placeholder {
  color: #9c8a03;
}
footer .input-group .form-control:-ms-input-placeholder {
  color: #9c8a03;
}
footer .input-group > button {
  color: var(--bs-primary);
  padding: 0.6rem 1rem 0.35rem;
}
footer .footer-bottom {
  font-weight: 400;
}
footer .footer-bottom a {
  color: #000;
}
footer .footer-bottom a:hover, footer .footer-bottom a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer .left-wrapper .info-box .col-left {
    width: 37.5%;
  }
  footer .left-wrapper .info-box .col-right {
    width: 62.5%;
  }
}

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.page-loader {
  background: #f7f8f2;
}

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
  z-index: 1030;
  background: var(--bs-primary);
  padding: 0 0.75rem;
  opacity: 1;
  transition: all 0.5s;
}
.loading-page picture img {
  max-width: 12.5625rem;
}
.loading-page.hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .loading-page picture img {
    max-width: 25.125rem;
  }
}

.webp .img-blob.blob-3 figure, .webp .img-blob.blob-3 div.shape {
  -webkit-mask-image: url("../img/list/list_frame@2x.webp");
          mask-image: url("../img/list/list_frame@2x.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.webp .attach-icon.thumbtack:before {
  background: url("../img/list/icon_thumbtack@2x.webp") center no-repeat;
  background-size: 100% auto;
}
.webp .attach-icon.location:before {
  background: url("../img/list/icon_location@2x.webp") center no-repeat;
  background-size: 100% auto;
}
.webp .attach-icon.ribbon:before {
  background: url("../img/list/icon_ribbon@2x.webp") center no-repeat;
  background-size: 100% auto;
}
.webp .report-list .list-item > a .icon {
  background: url("../img/icon/button_download@2x.webp") no-repeat;
  background-size: 100% auto;
}
.webp .report-list .list-item > a:hover .icon {
  background: url("../img/icon/button_download_hover@2x.webp") no-repeat;
  background-size: 100% auto;
}
.webp .qa-list .list-title.qa:before {
  background: url("../img/icon/icon_qalist@2x.webp") no-repeat;
  background-size: 100% auto;
}
.webp .qa-list .list-content .download-list li a:before {
  background: url("../img/icon/button_download@2x.webp") no-repeat;
  background-size: 100% auto;
}
.webp .qa-list .list-content .download-list li a:hover:before {
  background: url("../img/icon/button_download_hover@2x.webp") no-repeat;
  background-size: 100% auto;
}
.webp .memorabilia-box .memorabilia-item:nth-child(4n-3) ul li, .webp .memorabilia-box .memorabilia-item.item-3 ul li {
  background: url("../img/memorabilia/events_ul_li_01@2x.webp") 0 0 no-repeat;
  background-size: 1.2rem;
}
.webp .memorabilia-box .memorabilia-item:nth-child(4n-2) ul li, .webp .memorabilia-box .memorabilia-item.item-2 ul li {
  background: url("../img/memorabilia/events_ul_li_02@2x.webp") 0 0 no-repeat;
  background-size: 1.2rem;
}
.webp .memorabilia-box .memorabilia-item:nth-child(4n-1) ul li, .webp .memorabilia-box .memorabilia-item.item-1 ul li {
  background: url("../img/memorabilia/events_ul_li_03@2x.webp") 0 0 no-repeat;
  background-size: 1.2rem;
}
.webp .memorabilia-box .memorabilia-item:nth-child(4n-0) ul li, .webp .memorabilia-box .memorabilia-item.item-0 ul li {
  background: url("../img/memorabilia/events_ul_li_04@2x.webp") 0 0 no-repeat;
  background-size: 1.2rem;
}
.webp .side-toolbar .toolbar-btn.donate {
  background: url("../img/side_toolbar/button_side_donate@2x.webp") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.webp .side-toolbar .toolbar-btn.yt {
  background: url("../img/side_toolbar/button_side_yt@2x.webp") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.webp .side-toolbar .toolbar-btn.podcast {
  background: url("../img/side_toolbar/button_side_podcast@2x.webp") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.webp .side-toolbar .toolbar-btn.fb {
  background: url("../img/side_toolbar/button_side_fb@2x.webp") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.webp .side-toolbar .toolbar-btn.line {
  background: url("../img/side_toolbar/button_side_line@2x.webp") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.webp .side-toolbar .toolbar-btn.weibo {
  background: url("../img/side_toolbar/button_side_weibo@2x.webp") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.webp .side-toolbar .toolbar-btn.donate {
  background-size: 0.85rem 0.7rem;
  background-position: 50% 0.4rem;
  background-color: #FD7379;
}
.webp .graphic-read-area .graphic-box .graphic-item .img-blob figure, .webp .graphic-read-area .graphic-box .graphic-item .img-blob div.shape {
  -webkit-mask-image: url("../img/home/index_pic02_frame@2x.webp");
          mask-image: url("../img/home/index_pic02_frame@2x.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.no-webp .img-blob.blob-3 figure, .no-webp .img-blob.blob-3 div.shape {
  -webkit-mask-image: url("../img/list/list_frame@2x.png");
          mask-image: url("../img/list/list_frame@2x.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.no-webp .attach-icon.thumbtack:before {
  background: url("../img/list/icon_thumbtack@2x.png") center no-repeat;
  background-size: 100% auto;
}
.no-webp .attach-icon.location:before {
  background: url("../img/list/icon_location@2x.png") center no-repeat;
  background-size: 100% auto;
}
.no-webp .attach-icon.ribbon:before {
  background: url("../img/list/icon_ribbon@2x.png") center no-repeat;
  background-size: 100% auto;
}
.no-webp .report-list > a .icon {
  background: url("../img/icon/button_download@2x.png") no-repeat;
  background-size: 100% auto;
}
.no-webp .report-list > a:hover .icon {
  background: url("../img/icon/button_download_hover@2x.png") no-repeat;
  background-size: 100% auto;
}
.no-webp .qa-list .list-title.qa:before {
  background: url("../img/icon/icon_qalist@2x.png") no-repeat;
  background-size: 100% auto;
}
.no-webp .qa-list .list-content .download-list li a:before {
  background: url("../img/icon/button_download@2x.png") no-repeat;
  background-size: 100% auto;
}
.no-webp .qa-list .list-content .download-list li a:hover:before {
  background: url("../img/icon/button_download_hover@2x.png") no-repeat;
  background-size: 100% auto;
}
.no-webp .memorabilia-box .memorabilia-item:nth-child(4n-3) ul li, .no-webp .memorabilia-box .memorabilia-item.item-3 ul li {
  background: url("../img/memorabilia/events_ul_li_01@2x.png") 0 0 no-repeat;
  background-size: 1.2rem;
}
.no-webp .memorabilia-box .memorabilia-item:nth-child(4n-2) ul li, .no-webp .memorabilia-box .memorabilia-item.item-2 ul li {
  background: url("../img/memorabilia/events_ul_li_02@2x.png") 0 0 no-repeat;
  background-size: 1.2rem;
}
.no-webp .memorabilia-box .memorabilia-item:nth-child(4n-1) ul li, .no-webp .memorabilia-box .memorabilia-item.item-1 ul li {
  background: url("../img/memorabilia/events_ul_li_03@2x.png") 0 0 no-repeat;
  background-size: 1.2rem;
}
.no-webp .memorabilia-box .memorabilia-item:nth-child(4n-0) ul li, .no-webp .memorabilia-box .memorabilia-item.item-0 ul li {
  background: url("../img/memorabilia/events_ul_li_04@2x.png") 0 0 no-repeat;
  background-size: 1.2rem;
}
.no-webp .side-toolbar .toolbar-btn.donate {
  background: url("../img/side_toolbar/button_side_donate@2x.png") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.no-webp .side-toolbar .toolbar-btn.yt {
  background: url("../img/side_toolbar/button_side_yt@2x.png") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.no-webp .side-toolbar .toolbar-btn.podcast {
  background: url("../img/side_toolbar/button_side_podcast@2x.png") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.no-webp .side-toolbar .toolbar-btn.fb {
  background: url("../img/side_toolbar/button_side_fb@2x.png") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.no-webp .side-toolbar .toolbar-btn.line {
  background: url("../img/side_toolbar/button_side_line@2x.png") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.no-webp .side-toolbar .toolbar-btn.weibo {
  background: url("../img/side_toolbar/button_side_weibo@2x.png") center no-repeat;
  background-size: 1.25rem;
  background-color: #8381D3;
}
.no-webp .side-toolbar .toolbar-btn.donate {
  background-size: 0.85rem 0.7rem;
  background-position: 50% 0.4rem;
  background-color: #FD7379;
}
.no-webp .graphic-read-area .graphic-box .graphic-item .img-blob figure, .no-webp .graphic-read-area .graphic-box .graphic-item .img-blob div.shape {
  -webkit-mask-image: url("../img/home/index_pic02_frame@2x.png");
          mask-image: url("../img/home/index_pic02_frame@2x.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.main-area {
  position: relative;
}
.main-area:not(.main-area.index):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7.5rem;
  height: 7.5rem;
  background: url("../img/common/main_area_bg.svg") 50% 0% no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .main-area:not(.main-area.index):after {
    width: 10.5rem;
    height: 10.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-area:not(.main-area.index):after {
    width: 12.75rem;
    height: 12.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .main-area:not(.main-area.index):before {
    width: 15rem;
    height: 15rem;
  }
  .main-area:not(.main-area.index):after {
    width: 15rem;
    height: 15rem;
  }
}
.main-area #svgContainer {
  position: absolute;
  right: 0;
  height: 6.3rem;
  z-index: -1;
}
.main-area #svgContainer.about, .main-area #svgContainer.service {
  width: 8.4rem;
}
.main-area #svgContainer.our-work {
  width: 9.45rem;
}
.main-area #svgContainer.news {
  width: 5.04rem;
}
.main-area #svgContainer.contactus {
  width: 6.3rem;
}
@media screen and (min-width: 360px) {
  .main-area #svgContainer {
    height: 8.4rem;
  }
  .main-area #svgContainer.about, .main-area #svgContainer.service {
    width: 11.2rem;
  }
  .main-area #svgContainer.our-work {
    width: 12.6rem;
  }
  .main-area #svgContainer.news {
    width: 6.72rem;
  }
  .main-area #svgContainer.contactus {
    width: 8.4rem;
  }
}
@media screen and (min-width: 576px) {
  .main-area #svgContainer {
    height: 10.5rem;
  }
  .main-area #svgContainer.about, .main-area #svgContainer.service {
    width: 14rem;
  }
  .main-area #svgContainer.our-work {
    width: 15.75rem;
  }
  .main-area #svgContainer.news {
    width: 8.4rem;
  }
  .main-area #svgContainer.contactus {
    width: 10.5rem;
  }
}
@media screen and (min-width: 992px) {
  .main-area #svgContainer {
    height: 12rem;
  }
  .main-area #svgContainer.about, .main-area #svgContainer.service {
    width: 16rem;
  }
  .main-area #svgContainer.our-work {
    width: 18rem;
  }
  .main-area #svgContainer.news {
    width: 9.6rem;
  }
  .main-area #svgContainer.contactus {
    width: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-area #svgContainer {
    height: 15rem;
  }
  .main-area #svgContainer.about, .main-area #svgContainer.service {
    width: 20rem;
  }
  .main-area #svgContainer.our-work {
    width: 22.5rem;
  }
  .main-area #svgContainer.news {
    width: 12rem;
  }
  .main-area #svgContainer.contactus {
    width: 15rem;
  }
}

.page-banner-wrapper {
  position: relative;
  margin-bottom: 2.5rem;
}
.page-banner-wrapper .page-banner-content .banner-title-box {
  border-left: 0.5rem solid var(--bs-primary);
  padding: 0.2rem 0 0.2rem 0.75rem;
}
.page-banner-wrapper .page-banner-content .banner-title-box .main-title {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.page-banner-wrapper .page-banner-content .banner-title-box .eng-title {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-family: "Hepta Slab", sans-serif;
  word-break: break-all;
  line-height: 1;
  color: var(--bs-primary);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-banner-wrapper {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner-wrapper {
    padding: 0 0 0 1rem;
    margin-bottom: 3.5rem;
  }
  .page-banner-wrapper .breadcrumbs {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .page-banner-wrapper .page-banner-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .page-banner-wrapper .page-banner-content .banner-title-box .main-title {
    font-size: 2.75rem;
  }
  .page-banner-wrapper .page-banner-content .banner-title-box .eng-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-banner-wrapper .breadcrumbs {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .page-banner-wrapper .page-banner-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.breadcrumbs {
  font-size: 0.7rem;
  color: #000;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs .active {
  color: #000;
}

.pagination > li + li {
  margin-left: 0.75rem;
}
.pagination > li > a {
  border: none;
}
.pagination > li > span {
  border: none;
}
.pagination > li .page-link {
  transition: none;
  cursor: pointer;
  font-size: 0.85rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.5rem;
  border-radius: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bg-yellow, #F5F1CD);
  font-family: "Hepta Slab", sans-serif;
}
.pagination > li .page-link.first, .pagination > li .page-link.prev, .pagination > li .page-link.next, .pagination > li .page-link.last {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0;
}
.pagination > li .page-link.first, .pagination > li .page-link.last {
  font-size: 0;
  background: url("../img/icon/arrow_last@2x.png") 50% no-repeat;
  background-size: 1.2rem;
}
.pagination > li .page-link.prev, .pagination > li .page-link.next {
  font-size: 0;
  background: url("../img/icon/arrow_next@2x.png") 50% no-repeat;
  background-size: 1.2rem;
}
.pagination > li .page-link.first, .pagination > li .page-link.prev {
  transform: rotate(180deg);
}
.pagination > li.active > .page-link, .pagination > li:hover > .page-link {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.pagination > li.active > .page-link.first, .pagination > li.active > .page-link.prev, .pagination > li.active > .page-link.next, .pagination > li.active > .page-link.last, .pagination > li:hover > .page-link.first, .pagination > li:hover > .page-link.prev, .pagination > li:hover > .page-link.next, .pagination > li:hover > .page-link.last {
  background-color: transparent;
}
@media screen and (min-width: 576px) {
  .pagination > li .page-link {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
  }
}

.page-cat-wrapper .btn {
  background: #F5F1CD;
  color: #776252;
  line-height: 1;
  border-radius: 2.4rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.7rem;
}
.page-cat-wrapper .btn.active, .page-cat-wrapper .btn.show, .page-cat-wrapper .btn:hover {
  background: var(--bs-primary);
  color: #ffffff;
}
.page-cat-wrapper .btn.dropdown-toggle {
  width: 100%;
  line-height: 1;
}
.page-cat-wrapper .btn-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.75rem;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.page-cat-wrapper .btn-box .btn {
  border-radius: 2.4rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.75rem;
}
.cat-dropdown button.dropdown-toggle:after {
  position: absolute;
  right: 1rem;
  width: 1.25rem;
  line-height: 0;
  font-family: bootstrap-icons !important;
  content: "\f282";
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}
.cat-dropdown ul {
  padding: 0 1rem;
  margin-top: 0 !important;
  background: #F5F1CD;
  border-radius: 0.5rem;
  box-shadow: none;
}
.cat-dropdown ul > li a {
  display: block;
  font-size: 0.9rem;
  color: #776252;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.6rem 0;
  text-decoration: none;
}
.cat-dropdown ul > li a:hover, .cat-dropdown ul > li a:focus, .cat-dropdown ul > li a.active {
  color: var(--bs-primary);
}
.cat-dropdown ul > li + li {
  border-top: 0.05rem solid #fff;
}
.cat-dropdown.type-2 button.dropdown-toggle {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cat-dropdown.type-2 button.dropdown-toggle {
    min-width: 2.75rem;
    width: auto;
  }
}
.cat-dropdown.type-2 ul {
  border-color: #8381D3;
}
.cat-dropdown.type-2 ul > li a {
  color: #8381D3;
}
.cat-dropdown.type-2 ul > li a:hover, .cat-dropdown.type-2 ul > li a:focus, .cat-dropdown.type-2 ul > li a.active {
  color: #FFF;
  background-color: #8381D3;
}

.share-box {
  position: relative;
}
.share-box:before {
  content: "";
  width: 1.25rem;
  height: 1.45rem;
  background: url("../img/share/icon_share@2x.png") center no-repeat;
  background-size: 100% auto;
  margin-right: 1rem;
}
.share-box .share-btn {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  text-indent: -100rem;
  overflow: hidden;
}
.share-box .share-btn + .share-btn {
  margin-left: 0.5rem;
}
.share-box .share-btn.share-fb {
  background: url(../img/share/button_share_fb@2x.png) no-repeat center;
  background-size: 100% auto;
}
.share-box .share-btn.share-line {
  background: url(../img/share/button_share_line@2x.png) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 767.98px) {
  .detail-img .container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
}

.post-header {
  margin-bottom: 2.5rem;
}
.post-header h1, .post-header h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0rem;
  line-height: 1.1;
}
.post-header .header-title {
  border-left: 0.5rem solid var(--bs-primary);
  padding: 0.2rem 0 0.2rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .post-header h1, .post-header h2 {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 0rem;
  }
}

.bg-primary .post-header {
  border-bottom: 0.25rem solid white;
}
.bg-primary .post-header.no-border {
  border-bottom: 0 solid var(--bs-primary);
}

.post-content .num-xl {
  border-bottom: 1px solid #fff;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .post-content .num-xl {
    font-size: 4rem;
    margin-bottom: 0.6rem;
  }
}
.post-content .show-card {
  border: 1rem solid var(--bs-primary);
  background: white;
  color: var(--bs-gray-800);
}
.post-content .show-card > * {
  padding: 0.8rem 0.5rem;
}
.post-content .show-card .title {
  font-size: 1.2rem;
  line-height: 1.3;
  border-bottom: 0.15rem solid var(--bs-primary);
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #000;
}

@media screen and (min-width: 768px) {
  .post-footer .share-box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.dp-content {
  position: relative;
}

.dp-box-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
}
.dp-box-wrapper .dp-box {
  max-width: 100%;
  background-color: var(--bs-white);
  color: var(--bs-dark);
  height: 100%;
}
.dp-box-wrapper .dp-box .dp-tab {
  display: none;
}
.dp-box-wrapper .dp-box .dp-tab.show {
  display: block;
}
@media screen and (min-width: 992px) {
  .dp-box-wrapper {
    position: relative;
    flex: 0 0 22.5rem;
    z-index: 99;
  }
  .dp-box-wrapper .dp-box {
    position: relative;
    visibility: visible !important;
    background-color: transparent;
    transform: none;
    overflow: visible;
  }
  .dp-box-wrapper .dp-box .dp-box-inner {
    max-width: 22.5rem;
  }
}
.dp-box-wrapper .dp-xs-btn {
  background-color: var(--bs-gray-200);
}
.dp-box-wrapper .offcanvas-header .btn-close {
  color: #4D4D4D;
  margin-right: 0;
}
.dp-box-wrapper .offcanvas-header .btn-close:before {
  position: relative;
  font-size: 2rem;
  z-index: 99;
}
.dp-box-wrapper .box-body {
  background-color: var(--bs-white);
}
.dp-box-wrapper .box-body .dp-switch {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.dp-box-wrapper .box-body .dp-switch > * {
  flex: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.dp-box-wrapper .box-body .dp-switch .dp-switch-btn {
  width: 100%;
}
.dp-box-wrapper .box-body .dp-switch .dp-switch-btn input {
  display: none;
}
.dp-box-wrapper .box-footer {
  font-size: 0.7rem;
  background-color: var(--bs-primary);
}
.dp-box-wrapper .bottom-text {
  font-size: 0.7rem;
}
.dp-box-wrapper .switch-wrapper {
  border-bottom: 0.05rem solid var(--bs-gray-200);
}
.dp-box-wrapper .amount-group {
  font-size: 0.7rem;
  line-height: 1.4;
  padding: 0.7rem 0;
  border-bottom: 0.05rem solid var(--bs-gray-200);
}
.dp-box-wrapper .amount-group .form-check {
  margin-bottom: 0;
  width: 100%;
}
.dp-box-wrapper .amount-group .form-check-label {
  color: var(--bs-gray-600);
}
.dp-box-wrapper .amount-group .form-check-label > * {
  min-width: 4.5rem;
}
.dp-box-wrapper .amount-group .form-check-label > * > .unit {
  margin: 0.15rem 0;
}
.dp-box-wrapper .amount-group .form-check-label > * > .amount {
  font-size: 1.5rem;
  line-height: 1;
}
.dp-box-wrapper .amount-group .form-check-label .intro {
  color: var(--bs-gray-600);
  font-weight: 500;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.dp-box-wrapper .amount-group .form-check-input {
  margin-right: 0.5rem;
  width: 1.05rem !important;
  height: 1.05rem !important;
  float: left;
}
.dp-box-wrapper .amount-group .form-check-input:checked ~ .form-check-label {
  color: var(--bs-danger);
}
.dp-box-wrapper .amount-group .form-check-input:checked ~ .form-check-label .intro {
  color: var(--bs-dark);
}
.dp-box-wrapper .amount-group.customize {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.dp-box-wrapper .amount-group.customize .form-check {
  width: 11rem;
}
.dp-box-wrapper .amount-group.customize .form-check-label {
  color: var(--bs-gray-600);
  padding-bottom: 0;
  min-width: 0;
}
.dp-box-wrapper .amount-group.customize .form-check-label > * {
  min-width: 0;
}
.dp-box-wrapper .amount-group.customize .form-check-label .amount {
  font-size: 1rem;
  padding-top: 0.35rem;
}

.post-content, #tinymce {
  overflow: visible;
}

.info-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}

.progress-box .c-progress {
  width: 100%;
  height: 0.5rem;
  background-color: var(--bs-primary-200);
  border-radius: 1rem;
}
.progress-box .c-progress .progress-bar {
  width: 0;
  max-width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  border-radius: inherit;
  position: relative;
  animation: leftToRight 0.8s ease-out;
}
.progress-box .c-progress .progress-bar .progress-text {
  position: absolute;
  top: -1.5rem;
  right: 0.5rem;
  font-size: 0.85rem;
  font-weight: bold;
  color: var(--bs-danger);
  font-family: "Hepta Slab", sans-serif;
}

@keyframes leftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.jump-page {
  color: #000;
  text-align: center;
}
.jump-page .jump-img {
  margin-bottom: 1.2rem;
}
.jump-page .jump-title {
  font-family: "Hepta Slab", sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
}
.jump-page .jump-text {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 700;
}
.jump-page .page404 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jump-page .jump-text {
    font-size: 1.8rem;
  }
  .jump-page .page404 {
    text-align: left;
  }
  .jump-page .page404 .jump-text {
    margin-left: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .jump-page .jump-img {
    margin-bottom: 2.4rem;
  }
  .jump-page .jump-title {
    font-size: 7.7rem;
  }
  .jump-page .jump-text {
    font-size: 2.4rem;
  }
  .jump-page .page404 .jump-text {
    margin-left: 2.4rem;
  }
}

.line-title {
  color: #000;
}
.line-title > * {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.line-title > * span {
  text-align: center;
  min-width: 7.3rem;
  padding: 0 1.25rem;
}
.line-title > *:before, .line-title > *:after {
  content: "";
  height: 0.05rem;
  flex: 1 1 auto;
  background-color: #000;
}

.register-title {
  border-bottom: 0.05rem solid var(--bs-gray-200);
  padding-bottom: 1.75rem;
  margin-bottom: 2rem;
}
.register-title > h2 {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.register-title > p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--bs-gray-900);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.social-login-box .social-login-title > h3 {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--bs-gray-900);
  font-weight: 500;
}
.social-login-box .social-login-btn {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.social-login-box .social-login-btn .social-img {
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.6rem;
}
.social-login-box .social-login-btn > span {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: #CCC;
}
.social-login-box .social-login-btn + .social-login-btn {
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .social-login-box .social-login-btn + .social-login-btn {
    margin-left: 4.65rem;
  }
}
.social-login-box .social-login-btn.fb .social-img {
  background: url("../img/member/botton_login_fb@2x.png") center no-repeat;
  background-size: 4rem;
}
.social-login-box .social-login-btn:hover.fb .social-img {
  background: url("../img/member/botton_login_fb_hover@2x.png") center no-repeat;
  background-size: 4rem;
}
.social-login-box .social-login-btn.google .social-img {
  background: url("../img/member/botton_login_google@2x.png") center no-repeat;
  background-size: 4rem;
}
.social-login-box .social-login-btn:hover.google .social-img {
  background: url("../img/member/botton_login_google_hover@2x.png") center no-repeat;
  background-size: 4rem;
}
.social-login-box .social-login-btn.line .social-img {
  background: url("../img/member/botton_login_line@2x.png") center no-repeat;
  background-size: 4rem;
}
.social-login-box .social-login-btn:hover.line .social-img {
  background: url("../img/member/botton_login_line_hover@2x.png") center no-repeat;
  background-size: 4rem;
}
.social-login-box .social-login-btn:hover > span {
  color: #000;
}

.member-wrapper {
  overflow: hidden;
}
.member-wrapper .member-side-box {
  background-color: var(--bs-primary);
  padding: 1.2rem 1rem;
}
.member-wrapper .member-side-box .side-img {
  padding: 0 1.45rem;
}
.member-wrapper .member-side-box .menu-box .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.member-wrapper .member-side-box .menu-box .menu-item > * {
  display: block;
  width: 100%;
  padding: 0.55rem 0.8rem 0.25rem;
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
}
.member-wrapper .member-side-box .menu-box .menu-item:not(.head) {
  border-top: 0.05rem solid var(--bs-primary-200);
}
.member-wrapper .member-side-box .menu-box .menu-item:not(.head).active, .member-wrapper .member-side-box .menu-box .menu-item:not(.head):hover {
  background-color: var(--bs-primary-600);
}
.member-wrapper .member-side-box .menu-box .menu-collapse {
  border: 0.05rem solid var(--bs-primary-100);
  padding: 0 1.2rem;
  background: url("../img/icon/list_select_arrow_red@2x.png") right 0.6rem top 0.35rem no-repeat;
  background-size: 1.6rem;
}
.member-wrapper .member-side-box .menu-box .menu-collapse .collapse-head > * {
  color: var(--bs-danger);
}
.member-wrapper .member-content {
  background-color: var(--bs-white);
  padding: 2rem 1rem;
}
.member-wrapper .member-content .form-group {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .member-wrapper .member-side-box {
    padding: 1.2rem 2rem;
  }
  .member-wrapper .member-content {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .member-wrapper {
    max-width: 57rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
  }
  .member-wrapper .member-side-box {
    padding: 2rem 3rem;
    margin: 1.8rem 0;
    flex: 0 0 19rem;
  }
  .member-wrapper .member-side-box img {
    min-width: 10rem;
  }
  .member-wrapper .member-side-box .menu-box .menu-item {
    border-bottom: 0.05rem solid var(--bs-primary-200);
    padding: 1rem 0.8rem 0.6rem;
  }
  .member-wrapper .member-side-box .menu-box .menu-item > * {
    padding: 0;
  }
  .member-wrapper .member-side-box .menu-box .menu-item:not(.head) {
    border-top: 0;
  }
  .member-wrapper .member-side-box .menu-box .menu-item:not(.head).active, .member-wrapper .member-side-box .menu-box .menu-item:not(.head):hover {
    background-color: transparent;
  }
  .member-wrapper .member-side-box .menu-box .menu-item:not(.head).active > *, .member-wrapper .member-side-box .menu-box .menu-item:not(.head):hover > * {
    color: var(--bs-danger);
  }
  .member-wrapper .member-content {
    padding: 4rem 4.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .member-wrapper {
    max-width: 66rem;
  }
}

.index-title {
  color: #5B59A8;
}
@keyframes widthIn {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.widthIn {
  transform-origin: left;
  animation-name: widthIn;
}

.home-banner {
  background-color: var(--bs-gray-200);
}
.home-banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.home-banner .swiper-container .swiper-wrapper {
  align-items: stretch;
}
.home-banner .swiper-container .swiper-slide-animated-box {
  margin-top: 1rem;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-1 {
  color: #fff;
  font-size: 0.9rem;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-1 {
  font-family: "Noto Sans TC", "Arial", "Microsoft JhengHei", serif, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--bs-dark);
  font-weight: 700;
  text-align: center;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-2 {
  margin-top: 1rem;
  color: var(--bs-dark);
  font-size: 0.8rem;
  font-weight: 400;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-3 {
  margin-top: 0.5rem;
  text-align: center;
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button {
  background: url("../img/icon/banner_next_arrow@2x.png") no-repeat;
  background-size: 1rem 2.2rem;
  box-shadow: none;
  width: 1rem;
  height: 2.2rem;
  border-radius: 0;
  opacity: 0.6;
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: 1.5rem;
  transform: rotate(180deg);
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: 1.5rem;
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button:after {
  content: none;
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button:hover, .home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button:focus {
  opacity: 1;
}
.home-banner .swiper-container .swiper-slide {
  height: auto;
}
.home-banner .swiper-container .swiper-slide figure.full-img {
  height: 100%;
}
.home-banner .swiper-container .swiper-slide figure.full-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  /* 填滿容器並裁切多餘部分 */
  -o-object-position: center;
     object-position: center;
  /* 圖片居中顯示 */
}
.home-banner .swiper-container .swiper-slide a {
  height: 100%;
}
.home-banner .swiper-container .swiper-slide a:hover {
  text-decoration: none;
}
.home-banner .swiper-container .swiper-slide.has-desc figure {
  padding: 0 5%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .home-banner .swiper-container {
    padding-bottom: 49.6527777778%;
  }
  .home-banner .swiper-container .swiper {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .home-banner .swiper-container .swiper .swiper-slide figure {
    height: 100%;
  }
  .home-banner .swiper-container .swiper .swiper-slide figure img {
    height: 100% !important;
    width: auto;
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home-banner .swiper-container .swiper .swiper-slide figure.full-img {
    height: 100%;
  }
  .home-banner .swiper-container .swiper .swiper-slide figure.full-img img {
    height: 100% !important;
    width: auto;
  }
  .home-banner .swiper-container .swiper .swiper-slide.has-desc figure {
    padding: 0;
    margin-top: 1.5rem;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .home-banner .swiper-container .swiper .swiper-slide.has-desc figure img {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translateY(-50%);
    width: auto;
    height: 100% !important;
    max-width: none;
  }
  .home-banner .swiper-container .swiper-slide-animated-box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    align-items: flex-end;
    padding-bottom: 10%;
    margin-top: 0rem;
    align-items: center;
    padding-bottom: unset;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-1, .home-banner .swiper-container .swiper-slide-animated-box .caption-2, .home-banner .swiper-container .swiper-slide-animated-box .caption-3 {
    max-width: 16.6rem;
    text-align: left;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner .swiper-container {
    padding-bottom: 0;
    height: 27rem;
  }
  .home-banner .swiper-container .swiper {
    position: static;
  }
}
@media screen and (min-width: 1400px) {
  .home-banner .swiper-container {
    padding-bottom: 0;
    height: 28rem;
  }
  .home-banner .swiper-container .swiper {
    position: static;
  }
}

.partner-wrapper .swiper-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 992px) {
  .partner-wrapper .swiper-container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .partner-wrapper .swiper-container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.partner-wrapper .swiper-controls .swiper-navigation .swiper-button {
  background: unset;
  color: #000;
  border: 0;
  box-shadow: unset;
  width: 2.2rem;
  height: 2.2rem;
  line-height: inherit;
  border-radius: unset;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}
.partner-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: -0.5rem;
}
.partner-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-next:after {
  font-family: bootstrap-icons !important;
  font-size: 1.5rem;
  content: "\f27b";
}
.partner-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: -0.5rem;
}
.partner-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev:after {
  font-family: bootstrap-icons !important;
  font-size: 1.5rem;
  content: "\f27a";
}
.partner-wrapper .swiper-controls .swiper-navigation .swiper-button:hover.swiper-button-next:after, .partner-wrapper .swiper-controls .swiper-navigation .swiper-button:hover.swiper-button-prev:after {
  font-size: 1.7rem;
}
@media screen and (min-width: 992px) {
  .partner-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
    right: -1.1rem;
  }
  .partner-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
    left: -1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .partner-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
    right: -2.5rem;
  }
  .partner-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
    left: -2.5rem;
  }
}
.partner-wrapper .swiper-slide {
  height: 8rem;
  padding: 1rem;
  margin: 1rem 0;
  background: white;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  filter: drop-shadow(0px 1px 1px rgba(17, 24, 39, 0.08)) drop-shadow(0px 2px 3px rgba(17, 24, 39, 0.06));
  transition: all 0.35s ease-in-out;
}
.partner-wrapper .swiper-slide:hover {
  box-shadow: 0px 12px 16px -4px rgba(17, 24, 39, 0.1), 0px 4px 6px -2px rgba(17, 24, 39, 0.05);
  transform: translateY(-0.15rem);
}
.partner-wrapper .swiper-slide figure {
  text-align: center;
  vertical-align: middle;
  margin: auto;
}
.partner-wrapper .swiper-slide figure img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  margin: auto;
}

.title-area .main-title {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.title-area .eng-title {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-family: "Hepta Slab", sans-serif;
  word-break: break-all;
  line-height: 1;
  color: var(--bs-primary);
}
@media screen and (min-width: 1200px) {
  .title-area .main-title {
    font-size: 2.75rem;
    font-weight: 700;
  }
  .title-area .eng-title {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.quick-link-wrapper {
  position: relative;
}
.quick-link-wrapper .title-area {
  text-align: center;
}
.quick-link-wrapper .container {
  position: relative;
}
.quick-link-wrapper .container.xmas:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 4.1625rem;
  height: 4.95rem;
  background: url("../img/home/quick_link/xmas/index_christmas_pic01.png") 50% 0% no-repeat;
  background-size: 100%;
}
.quick-link-wrapper .container.xmas:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 5.355rem;
  height: 5.175rem;
  background: url("../img/home/quick_link/xmas/index_christmas_pic02.png") 50% 0% no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (min-width: 420px) {
  .quick-link-wrapper .container.xmas:before {
    width: 4.625rem;
    height: 5.5rem;
  }
  .quick-link-wrapper .container.xmas:after {
    width: 5.95rem;
    height: 5.75rem;
  }
}
@media screen and (min-width: 480px) {
  .quick-link-wrapper .container.xmas:before {
    width: 5.55rem;
    height: 6.6rem;
  }
  .quick-link-wrapper .container.xmas:after {
    width: 7.14rem;
    height: 6.9rem;
  }
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .container.xmas:before {
    left: 0;
    width: 6.475rem;
    height: 7.7rem;
  }
  .quick-link-wrapper .container.xmas:after {
    right: 0;
    width: 8.33rem;
    height: 8.05rem;
  }
}
@media screen and (min-width: 1200px) {
  .quick-link-wrapper .container.xmas:before {
    width: 9.25rem;
    height: 11rem;
  }
  .quick-link-wrapper .container.xmas:after {
    width: 11.9rem;
    height: 11.5rem;
  }
}
.quick-link-wrapper .container.newyear:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 3.465rem;
  height: 5.0175rem;
  background: url("../img/home/quick_link/newyear/index_newyear_pic01.png") 50% 0% no-repeat;
  background-size: 100%;
}
.quick-link-wrapper .container.newyear:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 6.84rem;
  height: 5.76rem;
  background: url("../img/home/quick_link/newyear/index_newyear_pic02.png") 50% 0% no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (min-width: 420px) {
  .quick-link-wrapper .container.newyear:before {
    width: 3.85rem;
    height: 5.575rem;
  }
  .quick-link-wrapper .container.newyear:after {
    width: 7.6rem;
    height: 6.4rem;
  }
}
@media screen and (min-width: 480px) {
  .quick-link-wrapper .container.newyear:before {
    width: 4.62rem;
    height: 6.69rem;
  }
  .quick-link-wrapper .container.newyear:after {
    width: 9.12rem;
    height: 7.68rem;
  }
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .container.newyear:before {
    left: 0;
    width: 5.39rem;
    height: 7.805rem;
  }
  .quick-link-wrapper .container.newyear:after {
    right: 0;
    width: 10.64rem;
    height: 8.96rem;
  }
}
@media screen and (min-width: 1200px) {
  .quick-link-wrapper .container.newyear:before {
    width: 7.7rem;
    height: 11.15rem;
  }
  .quick-link-wrapper .container.newyear:after {
    width: 15.2rem;
    height: 12.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .quick-link-wrapper .container.more-pd {
    padding-left: 4.3rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .quick-link-wrapper .container.more-pd {
    padding-left: 4.7rem;
    padding-right: 4rem;
  }
}
.quick-link-wrapper .service-intro-box {
  position: relative;
}
.quick-link-wrapper .service-intro-box .service-bg-box #service_home_lottie {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
.quick-link-wrapper .service-intro-box #service-click-box {
  position: absolute;
  opacity: 0;
}
.quick-link-wrapper .service-intro-box #service-click-box.show {
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .service-intro-box #service-click-box {
    position: absolute;
    top: 0;
    left: -3.65%;
    width: 103.65%;
    opacity: 1;
  }
  .quick-link-wrapper .service-intro-box #service-click-box .bg-click-area {
    cursor: pointer;
  }
  .quick-link-wrapper .service-intro-box #service-click-box .bg-click-area .service-button {
    display: none;
    transition: all 0.35s ease-in-out;
    opacity: 0;
  }
  .quick-link-wrapper .service-intro-box #service-click-box .bg-click-area:hover .service-button {
    display: block;
    transition: all 0.35s ease-in-out;
    opacity: 1;
  }
}

.news-wrapper {
  position: relative;
}
.news-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 9.375rem;
  height: 11.25rem;
  background: url("../img/home/news/bg_l_t.svg") 50% 0% no-repeat;
  background-size: 100%;
}
.news-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11.25rem;
  height: 7.5rem;
  background: url("../img/home/news/bg_r_b.svg") 50% 0% no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .news-wrapper:before {
    width: 13.125rem;
    height: 15.75rem;
  }
  .news-wrapper:after {
    width: 15.75rem;
    height: 10.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-wrapper:before {
    width: 18.75rem;
    height: 22.5rem;
  }
  .news-wrapper:after {
    width: 22.5rem;
    height: 15rem;
  }
}
.news-wrapper .container {
  position: relative;
}
.news-wrapper .container.xmas:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 3.105rem;
  height: 4.5rem;
  background: url("../img/home/quick_link/xmas/index_christmas_pic03.png") 50% 0% no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 420px) {
  .news-wrapper .container.xmas:before {
    width: 3.45rem;
    height: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .news-wrapper .container.xmas:before {
    width: 4.14rem;
    height: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .news-wrapper .container.xmas:before {
    right: 0;
    width: 4.83rem;
    height: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-wrapper .container.xmas:before {
    width: 6.9rem;
    height: 10rem;
  }
}
.news-wrapper .container.newyear:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 3.24rem;
  height: 5.31rem;
  background: url("../img/home/quick_link/newyear/index_newyear_pic03.png") 50% 0% no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 420px) {
  .news-wrapper .container.newyear:before {
    width: 3.6rem;
    height: 5.9rem;
  }
}
@media screen and (min-width: 480px) {
  .news-wrapper .container.newyear:before {
    width: 4.32rem;
    height: 7.08rem;
  }
}
@media screen and (min-width: 992px) {
  .news-wrapper .container.newyear:before {
    right: 0;
    width: 5.04rem;
    height: 8.26rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-wrapper .container.newyear:before {
    width: 7.2rem;
    height: 11.8rem;
  }
}

.video-wrapper {
  background-color: var(--bs-primary);
}
.video-wrapper .play-video-box {
  position: relative;
  cursor: pointer;
  margin-top: 1.2rem;
}
@media screen and (min-width: 992px) {
  .video-wrapper .play-video-box {
    height: 100%;
    margin-top: 0;
  }
}
.video-wrapper .play-video-box .overlay {
  height: 100%;
}
.video-wrapper .play-video-box .overlay img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrapper .play-video-box .play-btn {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: url("../img/home/video/index_button_video@2x.png") no-repeat;
  background-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  transition: background 0.35s;
}
.video-wrapper .play-video-box:hover img {
  transform: scale(1.2);
}
.video-wrapper .play-video-box:hover .play-btn {
  background: url("../img/home/video/index_button_video_hover@2x.png") no-repeat;
  background-size: 3.2rem;
}
.video-wrapper .intro-box {
  position: relative;
  padding: 1.2rem;
  width: 100%;
  height: 100%;
}
.video-wrapper .intro-box:before, .video-wrapper .intro-box:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--bs-white);
  position: absolute;
}
.video-wrapper .intro-box:before {
  top: 0;
  left: 0;
  z-index: 2;
}
.video-wrapper .intro-box:after {
  bottom: 0;
  right: 0;
}
.video-wrapper .intro-box .intro-border {
  position: absolute;
}
.video-wrapper .intro-box .intro-border.top-border, .video-wrapper .intro-box .intro-border.bottom-border {
  width: 100%;
  height: 1.2rem;
}
.video-wrapper .intro-box .intro-border.left-border, .video-wrapper .intro-box .intro-border.right-border {
  width: 1.2rem;
  height: 100%;
}
.video-wrapper .intro-box .intro-border.top-border {
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, var(--bs-primary-300) 0%, var(--bs-primary-300) 33%, var(--bs-primary-500) 33%, var(--bs-primary-500) 66%, var(--bs-primary-700) 66%, var(--bs-primary-700) 100%);
}
.video-wrapper .intro-box .intro-border.right-border {
  top: 0;
  right: 0;
  background-image: linear-gradient(var(--bs-primary-700) 0%, var(--bs-primary-700) 33%, var(--bs-primary-500) 33%, var(--bs-primary-500) 66%, var(--bs-primary-300) 66%, var(--bs-primary-300) 100%);
}
.video-wrapper .intro-box .intro-border.bottom-border {
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, var(--bs-primary-700) 0%, var(--bs-primary-700) 33%, var(--bs-primary-500) 33%, var(--bs-primary-500) 66%, var(--bs-primary-300) 66%, var(--bs-primary-300) 100%);
}
.video-wrapper .intro-box .intro-border.left-border {
  top: 0;
  left: 0;
  background-image: linear-gradient(var(--bs-primary-300) 0%, var(--bs-primary-300) 33%, var(--bs-primary-500) 33%, var(--bs-primary-500) 66%, var(--bs-primary-700) 66%, var(--bs-primary-700) 100%);
}
.video-wrapper .intro-box .intro-content {
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  padding: 1rem;
}
.video-wrapper .intro-box .intro-content > h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  color: var(--bs-dark);
  border-bottom: 0.2rem solid var(--bs-primary-400);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .video-wrapper .intro-box .intro-content {
    padding: 2.5rem 2rem;
  }
  .video-wrapper .intro-box .intro-content > h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.video-wrapper .promote-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 30;
}
.video-wrapper .promote-box .promote-group {
  display: flex;
  justify-content: space-between;
}
.video-wrapper .promote-box .promote-group .promote-item {
  width: 7rem;
  height: 7rem;
  border: 0.6rem solid var(--bs-primary-500);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  border-radius: 50%;
  background-color: var(--bs-primary);
  position: relative;
  transition: 0.35s background-color, 0.35s border-color;
  cursor: pointer;
}
.video-wrapper .promote-box .promote-group .promote-item + .promote-item {
  margin-left: 0.6rem;
}
.video-wrapper .promote-box .promote-group .promote-item > a {
  color: var(--bs-body-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0.5rem;
}
.video-wrapper .promote-box .promote-group .promote-item:hover {
  background-color: var(--bs-primary-500);
  border-color: var(--bs-primary-200);
}
@media screen and (min-width: 768px) {
  .video-wrapper .promote-box {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .video-wrapper .promote-box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0.2rem;
    width: calc(100% - 3rem);
    background-color: var(--bs-primary-500);
  }
  .video-wrapper .promote-box .promote-group {
    width: 47%;
  }
  .video-wrapper .promote-box .promote-group .promote-item {
    width: 6rem;
    height: 6rem;
  }
  .video-wrapper .promote-box .promote-group .promote-item + .promote-item {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .video-wrapper .promote-box .promote-group {
    width: 48%;
  }
  .video-wrapper .promote-box .promote-group .promote-item {
    width: 9rem;
    height: 9rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .video-wrapper .promote-box .promote-group {
    width: 45%;
  }
}

.heart-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 0.75rem;
}
.heart-wrapper .wrapper-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.heart-wrapper .wrapper-inner .container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .heart-wrapper .wrapper-inner {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .heart-wrapper .wrapper-inner {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .heart-wrapper .wrapper-inner .container {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.heart-wrapper .box {
  width: 100%;
  padding-bottom: 100%;
  background: var(--bs-white);
  position: relative;
  will-change: transform;
  transform: scale(1);
}
.heart-wrapper .box:nth-child(4n-3) {
  background: var(--bs-primary);
}
.heart-wrapper .box:nth-child(4n-2) {
  background: var(--bs-primary-400);
}
.heart-wrapper .box:nth-child(4n-1) {
  background: var(--bs-primary-800);
}
.heart-wrapper .box:nth-child(4n) {
  background: var(--bs-primary-600);
}
.heart-wrapper .box.white {
  opacity: 1;
}
.heart-wrapper .box.white:after, .heart-wrapper .box.white:before {
  content: "";
  position: absolute;
  background: var(--bs-white);
  opacity: 0;
  transition: opacity 0.3s;
}
.heart-wrapper .box.white.a-r:after {
  right: 0;
}
.heart-wrapper .box.white.a-t:after {
  top: 0;
}
.heart-wrapper .box.white.a-b:after {
  bottom: 0;
}
.heart-wrapper .box.white.a-l:after {
  left: 0;
}
.heart-wrapper .box.white.a-quarter:after {
  width: 50%;
  height: 50%;
}
.heart-wrapper .box.white.a-w-half:after {
  height: 100%;
  width: 50%;
}
.heart-wrapper .box.white.a-h-half:after {
  height: 50%;
  width: 100%;
}
.heart-wrapper .box.white.b-r:before {
  right: 0;
}
.heart-wrapper .box.white.b-t:before {
  top: 0;
}
.heart-wrapper .box.white.b-b:before {
  bottom: 0;
}
.heart-wrapper .box.white.b-l:before {
  left: 0;
}
.heart-wrapper .box.white.b-quarter:before {
  width: 50%;
  height: 50%;
}
.heart-wrapper .box.white.b-w-half:before {
  height: 100%;
  width: 50%;
}
.heart-wrapper .box.white.b-h-half:before {
  height: 50%;
  width: 100%;
}
.heart-wrapper .box.white.show-white:before, .heart-wrapper .box.white.show-white:after {
  opacity: 1;
}
.heart-wrapper .box.photo {
  overflow: visible;
}
.heart-wrapper .box.photo .photo-img {
  position: absolute;
  top: 0;
  left: 0;
}
.heart-wrapper .box.photo .photo-img.double {
  width: 200%;
  height: 200%;
}
.heart-wrapper .box.transparent {
  background-color: transparent;
}
.heart-wrapper .box-group {
  position: absolute;
  display: flex;
}
.heart-wrapper .group-bottom {
  top: calc(50% + 4rem);
  left: 50%;
  transform: translate(-50%, -50%);
}
.heart-wrapper .heart-box {
  max-width: 25rem;
  width: 100%;
}
.heart-wrapper .heart-box .heart {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}
.heart-wrapper .heart-box .heart .part {
  display: grid;
  justify-content: center;
  grid-column-start: 1;
}
.heart-wrapper .heart-box .heart .part.top {
  grid-template-columns: repeat(7, 11.1111111111%);
}
.heart-wrapper .heart-box .heart .part.top .box:nth-child(4) {
  grid-column: 5/span 1;
}
.heart-wrapper .heart-box .heart .part.middle {
  grid-template-columns: repeat(9, 11.1111111111%);
}
.heart-wrapper .heart-box .heart .part.bottom {
  grid-template-columns: repeat(7, 11.1111111111%);
}
.heart-wrapper .heart-box .heart .part.bottom-2 {
  grid-template-columns: repeat(3, 11.1111111111%);
}
.heart-wrapper .heart-box .heart .part.bottom-3 {
  grid-template-columns: 11.1111111111%;
}
.heart-wrapper .heart-title {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .heart-wrapper .heart-title {
    font-size: 3.4rem;
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  .heart-wrapper .heart-title {
    font-size: 3rem;
  }
  .heart-wrapper .heart-title .num {
    font-size: 3.85rem;
    line-height: 1;
    margin-right: 2rem;
  }
}
.heart-wrapper .heart-content {
  padding-left: 0;
  padding-right: 0;
}
.heart-wrapper .heart-content .drop-line-box {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  position: relative;
}
.heart-wrapper .heart-content .drop-line-box .drop-line {
  height: 100%;
}
.heart-wrapper .heart-content .drop-line-box .drop-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.025rem);
  width: 0.05rem;
  height: 0;
  background-color: var(--bs-gray-500);
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.heart-wrapper .heart-content .drop-line-box .drop-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.175rem);
  width: 0.35rem;
  height: 0.8rem;
  background: url("../img/home/heart/icon_service_drop@2x.png") no-repeat;
  background-size: 0.35rem 0.8rem;
  opacity: 0;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.heart-wrapper .heart-content .drop-line-box .drop-line.motion:before {
  animation-name: lineDrop;
  -webkit-animation-name: lineDrop;
}
.heart-wrapper .heart-content .drop-line-box .drop-line.motion:after {
  animation-name: waterDrop;
  -webkit-animation-name: waterDrop;
}
@keyframes lineDrop {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 0.8rem);
  }
}
@keyframes waterDrop {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.heart-wrapper .heart-content .content {
  opacity: 0;
}
.heart-wrapper .heart-content .content.first {
  animation-duration: 0.35s;
  -webkit-animation-duration: 0.35s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
.heart-wrapper .heart-content .content.second {
  color: var(--bs-gray-700);
  animation-duration: 0.35s;
  -webkit-animation-duration: 0.35s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.15s;
}
.heart-wrapper .heart-content .content.motion {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}
@media screen and (min-width: 768px) {
  .heart-wrapper .heart-content {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
  .heart-wrapper .heart-content .drop-line-box {
    margin-left: 2.1rem;
    margin-right: 2.1rem;
  }
  .heart-wrapper .heart-content .content {
    width: 50%;
  }
}

.service-result-wrapper {
  background-color: var(--bs-primary-500);
  position: relative;
}
.service-result-wrapper:before {
  content: "";
  background: url("../img/home/result/icon_data_arrow@2x.png") 50% 0 no-repeat;
  background-size: 3.25rem 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
}
.service-result-wrapper .service-result-title {
  margin-bottom: 3rem;
}
.service-result-wrapper .service-result-title > h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.service-result-wrapper .service-result-title p {
  font-size: 0.85rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .service-result-wrapper .service-result-title > h3 {
    font-size: 1.8rem;
  }
  .service-result-wrapper .service-result-title p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .service-result-wrapper .result-total {
    border-left: 0.15rem solid var(--bs-primary);
  }
}
.service-result-wrapper .service-result-item {
  text-align: center;
  width: 100%;
}
.service-result-wrapper .service-result-item .num {
  font-size: 3.4rem;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.service-result-wrapper .service-result-item .num.sm {
  margin-top: 0.75rem;
  margin-bottom: 0.35rem;
}
.service-result-wrapper .service-result-item .unit {
  margin-bottom: 0.75rem;
}
.service-result-wrapper .service-result-item .count {
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-result-wrapper .service-result-item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .service-result-wrapper .service-result-item {
    width: auto;
  }
  .service-result-wrapper .service-result-item .num {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .service-result-wrapper .service-result-item .num.sm {
    margin-top: 0.85rem;
    margin-bottom: 0.35rem;
  }
  .service-result-wrapper .service-result-item .unit {
    margin-bottom: 1.2rem;
  }
}
.service-result-wrapper .btn-box .list-btn {
  max-width: 8.5rem;
  height: 2rem;
}

.home-coin-item {
  position: absolute;
  left: calc(50% - 1.5rem);
}

.table-wrapper table > :not(caption) > * > * {
  padding: 0.5rem 0.4rem 0.3rem;
}
.table-wrapper table td {
  border: 0;
}
.table-wrapper thead {
  background: var(--bs-gray-100);
}
.table-wrapper #no-more-tables .sm-title {
  display: none;
}
@media screen and (max-width: 992px) {
  .table-wrapper #no-more-tables {
    /* Force table to not be like tables anymore */
  }
  .table-wrapper #no-more-tables table,
.table-wrapper #no-more-tables thead,
.table-wrapper #no-more-tables tbody,
.table-wrapper #no-more-tables th,
.table-wrapper #no-more-tables td,
.table-wrapper #no-more-tables tr {
    display: block;
    border: 0;
  }
  .table-wrapper #no-more-tables tbody {
    border-top: 0px solid #fff;
  }
  .table-wrapper #no-more-tables thead tr {
    display: none;
  }
  .table-wrapper #no-more-tables thead.sm-title {
    padding: 0;
    display: block;
  }
  .table-wrapper #no-more-tables thead.sm-title tr {
    display: block;
    padding: 0;
  }
  .table-wrapper #no-more-tables thead.sm-title tr th {
    padding: 0.4rem 0.5rem 0.1rem;
  }
  .table-wrapper #no-more-tables tr {
    border: 0;
    border-bottom: 1px solid var(--bs-gray-100);
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0.4rem 0.4rem;
  }
  .table-wrapper #no-more-tables td {
    padding: 0.2rem 0;
    border: none;
    position: relative;
    width: 50%;
    white-space: normal;
    text-align: left;
  }
  .table-wrapper #no-more-tables td:before {
    content: attr(data-title);
    position: relative;
    padding-right: 0.2rem;
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .table-wrapper #no-more-tables td {
    width: 100%;
  }
}

.financial-wrapper .year-area {
  padding: 1.2rem 0.75rem;
  color: var(--bs-gray-700);
}
.financial-wrapper .title-area {
  padding: 1.2rem 0.75rem;
  color: #000;
  font-weight: bold;
}
.financial-wrapper .icon-area {
  padding: 1.2rem 0.75rem;
  color: #000;
  font-weight: bold;
}
.financial-wrapper a:hover {
  text-decoration: none;
}
.financial-wrapper a:hover .title-area, .financial-wrapper a:hover .icon-area {
  color: var(--bs-secondary);
}
.financial-wrapper .list-item {
  border-top: 0.05rem solid var(--bs-gray-300);
}

.cms-award-wrapper {
  position: relative;
}
.cms-award-wrapper .award-list {
  position: relative;
}
.cms-award-wrapper .award-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.05rem;
  height: calc(100% - 2.75rem);
  top: 2.75rem;
  left: 2.45rem;
  z-index: -1;
  background: var(--bs-secondary);
  border: 1px var(--bs-secondary) solid;
}
@media screen and (min-width: 992px) {
  .cms-award-wrapper .award-list:before {
    height: calc(100% - 5.5rem);
    top: 2.75rem;
    left: 3rem;
  }
}
.cms-award-wrapper .circle-box {
  margin: 0 0.5rem 0 0;
  padding-top: 0.25rem;
  background: var(--bs-white);
  color: #000;
  font-weight: 700;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .cms-award-wrapper .circle-box {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 1rem 0 0;
  }
}
.cms-award-wrapper .pic-box {
  margin-right: 0.75rem;
}
.cms-award-wrapper .pic-box img {
  width: 3.5rem;
  height: 3.5rem;
}
.cms-award-wrapper .info-box {
  margin-top: 0.5rem;
  margin-left: 3rem;
}
@media screen and (min-width: 992px) {
  .cms-award-wrapper .info-box {
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
.cms-award-wrapper .info-box .title {
  color: var(--bs-secondary);
  font-size: 1rem;
  font-weight: 600;
}

#cat-area {
  margin-top: -5.2rem;
  position: absolute !important;
}
@media screen and (min-width: 992px) {
  #cat-area {
    margin-top: -7rem;
  }
}

#home-news-area {
  margin-top: -5.2rem;
  position: absolute !important;
}
@media screen and (min-width: 992px) {
  #home-news-area {
    margin-top: -7rem;
  }
}

#home-ourstories-area {
  margin-top: -5.2rem;
  position: absolute !important;
}
@media screen and (min-width: 992px) {
  #home-ourstories-area {
    margin-top: -7rem;
  }
}

.info-meta {
  color: var(--bs-primary);
  line-height: 1.4;
  font-weight: 700;
  font-family: "Hepta Slab", sans-serif;
}
.info-meta.post {
  font-size: 0.85rem;
}
@media screen and (min-width: 992px) {
  .info-meta.post {
    font-size: 1.1rem;
  }
}

.c-icon {
  border-radius: 0.1rem;
  width: 1rem;
  height: 1rem;
  background-color: var(--bs-primary);
  padding: 0.3rem;
  position: relative;
  transition: 0.35s all;
}

.list-btn {
  width: 100%;
  border-radius: 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 0.45rem 0.4rem 0.3rem;
  height: 2rem;
}
.list-btn + .list-btn {
  margin-top: 0.5rem;
}
.list-btn:hover, .list-btn:focus {
  text-decoration: none;
}
.list-btn.btn-short {
  width: auto;
  padding: 0.45rem 2rem 0.3rem;
  display: inline-block;
}
.list-btn.type-1 {
  color: var(--bs-white);
  background-color: var(--bs-danger);
}
.list-btn.type-1:hover {
  background-color: var(--bs-secondary-200);
  color: var(--bs-danger);
}
.list-btn.type-1:focus {
  background-color: var(--bs-dark);
  color: var(--bs-danger);
}
.list-btn.type-2 {
  color: var(--bs-gray-500);
  background-color: var(--bs-white);
  border: 0.05rem solid var(--bs-gray-500);
}
.list-btn.type-2:hover {
  color: var(--bs-gray-700);
}
.list-btn.type-2:focus {
  color: var(--bs-dark);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
@media (hover: none) {
  .list-btn {
    transition: none !important;
  }
}

.list-area a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.list-area a:hover {
  text-decoration: none;
}
.list-area .list-item.hover-scale {
  overflow: unset;
  -webkit-backface-visibility: unset;
  -moz-backface-visibility: unset;
}
.list-area .list-item .list-media {
  position: relative;
  transition: all 0.35s ease-in-out;
  border-radius: 1rem;
}
.list-area .list-item .list-media figure {
  padding-bottom: 75%;
  width: 100%;
  border-radius: 1rem;
}
.list-area .list-item .list-media figure img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-area .list-item .list-media .tag-box {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  display: flex;
}
.list-area .list-item .list-media .tag-box .list-tag {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: bold;
  padding: 0.5rem 0.6rem 0.25rem;
  border-radius: 0.25rem;
  z-index: 5;
}
.list-area .list-item .list-media .tag-box .list-tag.hot {
  background-color: var(--bs-primary);
  color: #000;
}
.list-area .list-item .list-media .tag-box .list-tag.top {
  background-color: var(--bs-danger);
  color: var(--bs-white);
}
.list-area .list-item .list-media .tag-box .list-tag + .list-tag {
  margin-left: 0.25rem;
}
.list-area .list-item .list-content {
  position: relative;
  height: 100%;
  padding: 0.4rem 0rem 1.2rem 0rem;
}
.list-area .list-item .list-content .list-header h2.list-title {
  font-size: 1.1rem;
  line-height: 1.43;
  color: #000;
  transition: all 0.35s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area .list-item .list-content .info-date {
  color: var(--bs-leaf, #A9C770);
  font-size: 0.75rem;
  font-family: "Hepta Slab", sans-serif;
  margin-bottom: 0.3rem;
}
.list-area .list-item .list-content .info-date .cat-title {
  font-family: "Arial", "Microsoft JhengHei", serif, sans-serif;
  border-radius: 0.25rem;
  padding: 0.35rem 0.4rem;
  background: var(--bs-leaf, #A9C770);
  color: var(--bs-white, #ffffff);
  font-weight: 700;
}
.list-area .list-item .list-content .list-intro {
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--bs-gray-600);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area .list-item .list-content .list-intro p {
  margin-bottom: 0;
}
.list-area .list-item .list-content .list-tag {
  color: var(--bs-leaf, #A9C770);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.list-area .list-item .list-content .list-unstyled > li .item-key {
  min-width: 4.25rem;
}
.list-area .list-item .list-content .list-unstyled > li > span {
  display: inline-block;
}
.list-area .list-item .list-content .list-unstyled > li + li {
  margin-top: 0.1rem;
}
.list-area .list-item:hover .list-media {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.35s ease-in-out;
}
.list-area .list-item:hover img {
  transform: scale(1.2);
}
.list-area .list-item:hover .list-header h2.list-title {
  color: var(--bs-primary);
}
.list-area .list-item.project-item:hover {
  cursor: pointer;
}
.list-area .list-item.project-item:hover {
  cursor: pointer;
}
.list-area .list-item.project-item:hover .list-btn.type-1 {
  background-color: var(--bs-secondary-200);
  color: var(--bs-danger);
}
.list-area .list-item.project-item:focus .list-btn.type-1, .list-area .list-item.project-item:active .list-btn.type-1 {
  background-color: var(--bs-dark);
  color: var(--bs-danger);
}
.list-area.type-2 .list-item figure {
  padding-bottom: 75%;
  width: 100%;
}
.list-area.type-2 .list-item .list-content {
  padding: 0.95rem 1.2rem 1.2rem 1.2rem;
}
.list-area.type-2 .list-item .list-content .list-header {
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
  border-bottom: 0.05rem solid var(--bs-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-2 .list-item .list-content .list-intro {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.qa-list {
  border: 0.05rem solid var(--bs-gray-200);
}
.qa-list .collapse-item {
  transition: 0.35s background-color;
}
.qa-list .collapse-item .collapse-head {
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
.qa-list .collapse-item .collapse-head .title {
  flex: 1 1 auto;
}
.qa-list .collapse-item .c-icon:before, .qa-list .collapse-item .c-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.1rem;
  background-color: #000;
  transition: 0.35s all;
}
.qa-list .collapse-item .c-icon:after {
  width: 0.1rem;
  height: 0.4rem;
}
.qa-list .collapse-item .collapse-content {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.qa-list .collapse-item .collapse-content .accordion-body {
  border-top: 0.05rem solid var(--bs-gray-400);
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}
.qa-list .collapse-item + .collapse-item {
  border-top: 0.05rem solid var(--bs-gray-200);
}
.qa-list .collapse-item.active {
  background-color: var(--bs-gray-100);
}
.qa-list .collapse-item.active .collapse-head {
  color: var(--bs-dark);
  font-weight: 500;
  margin-bottom: -0.5rem;
  transition: margin-bottom 0.35s;
}
.qa-list .collapse-item.active .c-icon {
  background-color: #000;
}
.qa-list .collapse-item.active .c-icon:before, .qa-list .collapse-item.active .c-icon:after {
  background-color: var(--bs-primary);
}
.qa-list .collapse-item.active .c-icon:after {
  height: 0;
}

.record-list {
  border: 0.05rem solid var(--bs-gray-200);
}
.record-list .item-title {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.6rem;
  color: var(--bs-dark);
  display: flex;
  align-items: center;
}
.record-list .item-title .c-icon {
  margin-left: auto;
  padding: 0;
}
.record-list .item-title .c-icon i {
  position: absolute;
  top: -0.17rem;
  left: 0.13rem;
  font-weight: 700;
  color: #000;
}
.record-list .row {
  margin-top: -0.6rem;
  font-size: 0.7rem;
  line-height: 1.4;
  color: var(--bs-gray-800);
}
.record-list .row > * {
  margin-top: 0.6rem;
}
.record-list .list-item {
  transition: background-color 0.2s;
}
.record-list .list-item > a {
  display: block;
  padding: 1rem 1.2rem;
  text-decoration: none;
}
.record-list .list-item + .list-item {
  border-top: 0.05rem solid var(--bs-gray-200);
}
.record-list .list-item:hover, .record-list .list-item:focus {
  background-color: var(--bs-primary-200);
}
.record-list .list-item:hover .c-icon, .record-list .list-item:focus .c-icon {
  background-color: #000;
}
.record-list .list-item:hover .c-icon i, .record-list .list-item:focus .c-icon i {
  color: #FFF;
}

.collapse-list .toggle-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  margin-bottom: 0.3rem;
}
.collapse-list .toggle-icon:before, .collapse-list .toggle-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.13rem;
  width: 1rem;
  background-color: var(--bs-dark);
  border-radius: 0.45rem;
  transition: all 0.35s;
}
.collapse-list .toggle-icon:after {
  height: 1rem;
  width: 0.13rem;
}
.collapse-list .list-title {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  background-color: var(--bs-primary);
  padding: 1.4rem 1.1rem 1.1rem;
}
.collapse-list .list-title .title {
  flex: 1 1 auto;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .collapse-list .list-title {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 1.9rem 1.7rem 1.5rem;
  }
}
.collapse-list .list-content {
  background-color: var(--bs-white);
}
.collapse-list .list-content .accordion-body {
  padding: 1.2rem;
}
.collapse-list .list-item + .list-item {
  margin-top: 1rem;
}
.collapse-list .list-item.active .toggle-icon:after {
  height: 0;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  padding-top: 0.6rem;
}

.form-control {
  padding: 0.45rem 0.5rem 0.45rem;
  border: 0.05rem solid var(--bs-gray-200);
  font-size: 0.8rem;
  box-shadow: none;
  outline: none;
  border-radius: 0.25rem;
}
.form-control:not(textarea) {
  height: 2.3rem;
}
.form-control::-webkit-input-placeholder {
  color: var(--bs-gray-500);
  font-weight: 400;
}
.form-control:-moz-placeholder {
  color: var(--bs-gray-500);
  font-weight: 400;
}
.form-control::-moz-placeholder {
  color: var(--bs-gray-500);
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-gray-500);
  font-weight: 400;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}
.form-control::-moz-placeholder {
  position: relative;
  top: 0px;
}
.form-control::placeholder {
  position: relative;
  top: 0px;
}
@media screen and (min-width: 1200px) {
  .form-control::-moz-placeholder {
    position: absolute;
    top: 0.5rem;
  }
  .form-control::placeholder {
    position: absolute;
    top: 0.5rem;
  }
}

.form-select {
  padding: 0.7rem 0.5rem 0.4rem;
  line-height: 1.3;
}
.form-select:disabled {
  background-color: #eeeeef;
  color: var(--bs-body);
}

input[type=date] {
  padding: 0.7rem 0.5rem 0.4rem;
  line-height: 1.3;
}

textarea.form-control {
  height: 6.5rem;
}

.input-group > button {
  padding: 0.6rem 0.45rem 0.5rem;
  background-color: var(--bs-dark);
  border: 0;
  color: var(--bs-white);
  font-size: 0.85rem;
  transition: 0.2s all;
  height: 2.3rem;
}
.input-group > button:hover, .input-group > button:focus {
  background-color: var(--bs-danger);
}

.invalid-feedback.other {
  margin-left: 0.5rem;
}

#auth_code {
  display: none;
}
#auth_code ~ .note {
  display: none;
}

.form-title h3 {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.form-title .title-text {
  display: inline-block;
  margin-top: 0.4rem;
}
.form-title.line {
  border-bottom: 0.05rem solid var(--bs-primary);
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}

.div-line {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 0.05rem solid var(--bs-gray-200);
}

.form-group + .form-group {
  margin-top: 1.25rem;
}
.form-group .row > div[class*=col] label {
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.form-group .row > div[class*=col] label.required:after {
  content: "*";
  color: var(--bs-danger);
  margin-left: 0.25rem;
}
.form-group .row > div[class*=col] label .required {
  color: var(--bs-danger);
  margin-left: 0.25rem;
}
.form-group .row > div[class*=col] .note {
  font-size: 0.7rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0.35rem;
  color: var(--bs-gray-500);
}
.form-group .row > div[class*=col] .note > * {
  color: var(--bs-gray-500);
}
.form-group .row.top-line {
  padding-top: 1.25rem;
}
.form-group .form-check-mt {
  margin-top: 0.6rem;
}
.form-group .form-check {
  margin-bottom: 0;
}
.form-group .form-check label {
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  padding-top: 0.125rem;
}
.form-group .form-check label.link-alert a {
  color: var(--bs-danger);
}
.form-group .form-check .form-check-input {
  transition: all 0.2s;
}
.form-group .form-check .form-check-input:disabled:checked {
  background-color: var(--bs-primary);
  opacity: 1;
}
.form-group .form-check .form-check-input:disabled:checked ~ .form-check-label {
  opacity: 1;
}
.form-group .form-check.other label {
  min-width: 1.7rem;
  margin-bottom: 0 !important;
}
.form-group .form-check.login {
  margin-top: 0.35rem;
}
.form-group .record-info {
  font-weight: 500;
}
.form-group .record-info .title {
  font-weight: 700;
}
.form-group .default-value {
  color: var(--bs-gray-700);
}

.check-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -0.6rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.check-group > * {
  padding-left: 2.175rem;
  padding-right: 0.625rem;
}
.check-group .form-check {
  margin-top: 0.6rem;
}
.check-group .form-check.other {
  display: flex;
  align-items: center;
}
.check-group .form-check.other .form-control {
  margin-left: 0.5rem;
}

.select2-container.select2-container--default .select2-selection--single {
  font-size: 0.8rem;
  line-height: 1;
  box-shadow: none;
  padding: 0;
  height: 2.3rem;
  border: 0;
  border-radius: 0;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  color: var(--bs-dark);
  line-height: 1;
  padding: 0.7rem 0.5rem 0.5rem;
  border: 0.05rem solid var(--bs-gray-300);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: var(--bs-gray-500);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  opacity: 0;
}
.select2-container.select2-container--default .select2-selection--single:focus {
  box-shadow: none;
  outline: none;
}
.select2-container.select2-container--default .select2-selection--single:focus .select2-selection__rendered {
  border-color: var(--bs-primary);
}
.select2-container.select2-container--default .select2-dropdown {
  border: 0.05rem solid var(--bs-gray-400);
  position: relative;
  z-index: 999;
  font-size: 0.9rem;
  color: var(--bs-gray-500);
  margin-top: 0.5rem;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options {
  padding: 0;
}
.select2-container.select2-container--default li.select2-results__option {
  padding: 0.6rem 1.25rem;
  border-radius: 0.5rem;
  line-height: 1;
}
.select2-container.select2-container--default li.select2-results__option.select2-results__option--highlighted {
  color: var(--bs-danger);
  background-color: transparent;
}
.select2-container.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}

.form-process-wrapper {
  margin-bottom: 3rem;
}
.form-process-wrapper .process-title {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000;
  text-align: center;
  font-weight: 500;
  background: linear-gradient(var(--bs-primary), var(--bs-primary)) 50% 50% no-repeat;
  background-size: 100% 0.1rem;
}
.form-process-wrapper .process-title > span {
  border-radius: 1.5rem;
  border: 0.05rem solid var(--bs-primary);
  background-color: var(--bs-white);
  padding: 0.7rem 2.5rem 0.25rem;
  display: inline-block;
}
.form-process-wrapper .step-box {
  margin: 0 auto;
  justify-content: center;
}
.form-process-wrapper .step-item {
  color: #CFCFCF;
  display: none;
}
@media screen and (min-width: 768px) {
  .form-process-wrapper .step-item {
    display: flex;
  }
}
.form-process-wrapper .step-item:not(:last-child) {
  padding-right: 8.7rem;
}
@media screen and (min-width: 992px) {
  .form-process-wrapper .step-item:not(:last-child) {
    padding-right: 12.7rem;
  }
}
.form-process-wrapper .step-item > * {
  min-width: 5.1rem;
}
.form-process-wrapper .step-item .step {
  text-align: center;
  margin-bottom: 3rem;
}
.form-process-wrapper .step-item .step .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E6E6;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem 0.5rem 0.5rem;
}
.form-process-wrapper .step-item .step-title {
  font-weight: 0.85rem;
  font-weight: 500;
  color: #000;
}
.form-process-wrapper .step-item.active {
  color: #000;
  padding-right: 0 !important;
}
.form-process-wrapper .step-item.active .step .num {
  background-color: var(--bs-primary);
}
.form-process-wrapper .step-item.active.step2, .form-process-wrapper .step-item.active.step3 {
  position: relative;
}
.form-process-wrapper .step-item.active.step2:before, .form-process-wrapper .step-item.active.step3:before {
  content: "";
  background: url("../img/icon/donate_step_arrow@2x.png") center no-repeat;
  background-size: 100% auto;
  width: 8.2rem;
  height: 1.3rem;
  position: absolute;
  top: 0;
  right: 100%;
  overflow: hidden;
  margin-top: 1.3rem;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .form-process-wrapper .step-item.active.step2:before, .form-process-wrapper .step-item.active.step3:before {
    content: none;
  }
}
.form-process-wrapper .step-item.active:not(:last-child) {
  position: relative;
}
.form-process-wrapper .step-item.active:not(:last-child):after {
  content: "";
  background: url("../img/icon/donate_step_arrow@2x.png") center no-repeat;
  background-size: 100% auto;
  width: 8.2rem;
  height: 1.3rem;
  display: inline-block;
  margin-top: 1.3rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .form-process-wrapper .step-item.active:not(:last-child):after {
    position: static;
  }
}
@media screen and (min-width: 992px) {
  .form-process-wrapper .step-item.active:not(:last-child):after {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
.form-process-wrapper .step-item.current {
  display: flex !important;
}

.gift-list .div-line {
  border-top: 0.05rem solid var(--bs-gray-200);
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
.gift-list .row > div[class*=col] + div[class*=col] .gift-item {
  border-top: 0.05rem solid var(--bs-gray-200);
  padding-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .gift-list .row > div[class*=col] + div[class*=col] .gift-item {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .gift-list .row > div[class*=col]:nth-child(even) {
    border-left: 0.05rem solid var(--bs-gray-200);
  }
}
.gift-list .gift-item {
  display: flex;
  flex-direction: column;
}
.gift-list .gift-item .gift-info {
  flex: 1 1 auto;
  padding-right: 0.75rem;
}
.gift-list .gift-item .gift-info .info-title {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
.gift-list .gift-item .gift-info .info-desc {
  font-size: 0.7rem;
  line-height: 1.4;
  color: var(--bs-gray-500);
  margin-bottom: 0.75rem;
}
.gift-list .gift-item .gift-info .btn {
  width: 100%;
}
.gift-list .gift-item .gift-info .btn label {
  margin-bottom: 0;
}
.gift-list .gift-item .gift-info .btn:disabled {
  background-color: var(--bs-gray-100);
  border: 0.05rem solid var(--bs-gray-500);
  color: var(--bs-gray-500);
}
.gift-list .gift-item .gift-img {
  text-align: center;
  margin-bottom: 0.75rem;
}
.gift-list .gift-item .gift-img img {
  max-width: 10rem;
  max-height: 10rem;
}
@media screen and (min-width: 768px) {
  .gift-list .gift-item {
    flex-direction: row;
  }
  .gift-list .gift-item .gift-info .btn {
    width: 8.85rem;
  }
  .gift-list .gift-item .gift-img {
    flex: 0 0 10rem;
    order: 2;
    margin-bottom: 0;
  }
}

.input-btn-group {
  display: flex;
}
.input-btn-group .btn, .input-btn-group .input-btn {
  padding: 0.3rem 1.2rem;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.9rem;
}
.input-btn-group .btn {
  margin-left: 0.6rem;
}
.input-btn-group.multiple {
  flex-wrap: wrap;
}
.input-btn-group.multiple .input-group {
  width: 100%;
}
.input-btn-group.multiple .btn {
  margin-top: 0.6rem;
  margin-left: 0;
}
@media screen and (min-width: 576px) {
  .input-btn-group.multiple {
    flex-wrap: nowrap;
  }
  .input-btn-group.multiple .btn {
    margin-top: 0;
    margin-left: 0.6rem;
  }
}

.form-btn-group .btn {
  width: 100%;
}
.form-btn-group .btn + .btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 576px) {
  .form-btn-group {
    display: flex;
  }
  .form-btn-group .btn {
    width: 50%;
  }
  .form-btn-group .btn + .btn {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.country-result-box .country-item + .country-item {
  margin-top: 1.25rem;
}

.form-success-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  text-align: center;
}
.form-success-text > p {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .form-success-text {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
}

.about-wrapper.bg-type2 {
  background: #F8EFD0;
}
.about-wrapper.why-area .left-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-wrapper.why-area .left-area .img-box {
  position: relative;
  width: 12.5rem;
  height: 13.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .about-wrapper.why-area .left-area .img-box {
    margin: 0;
  }
}
.about-wrapper.why-area .left-area .img-box img {
  width: 100%;
}
.about-wrapper.why-area .left-area .img-box .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  padding-top: 20%;
  padding-left: 15%;
  padding-right: 15%;
  font-weight: 700;
}
.about-wrapper.why-area .right-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-wrapper.why-area .right-area .post {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-wrapper.why-area .right-area .show-item-box {
  padding: 1rem;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.05);
}
.about-wrapper.why-area .right-area .show-item-box .title {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .about-wrapper.why-area .right-area .show-item-box {
    padding: 2rem;
  }
  .about-wrapper.why-area .right-area .show-item-box .title {
    margin-bottom: 1rem;
  }
}
.about-wrapper .step-box {
  height: 100%;
  border-top-right-radius: 2.5rem;
  padding: 2.5rem 1rem;
}
.about-wrapper .step-box .title-num {
  color: var(--bs-white);
  line-height: 1.4;
  font-weight: 700;
  font-family: "Hepta Slab", sans-serif;
  font-size: 2rem;
}
.about-wrapper .step-box .title {
  font-size: 1.4rem;
  font-weight: 700;
}
.about-wrapper .cust-intro-area {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .about-wrapper .cust-intro-area {
    flex-direction: row;
  }
}
.about-wrapper .cust-intro-area .intro-area {
  width: 100vw;
}
@media screen and (min-width: 992px) {
  .about-wrapper .cust-intro-area .intro-area {
    width: 50vw;
    height: 100vh;
  }
}
.about-wrapper .cust-intro-area .intro-area .desc-area {
  height: 100%;
  background: #2C324A;
  color: #fff;
  padding: 3rem 1.5rem 2rem;
}
.about-wrapper .cust-intro-area .intro-area .desc-area .main-title {
  line-height: 1.3;
}
.about-wrapper .cust-intro-area .intro-area .desc-area .title-area {
  max-width: 18.5rem;
}
.about-wrapper .cust-intro-area .bg-image {
  background-position: right 10% center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .about-wrapper .cust-intro-area .bg-image {
    background-position: center;
    background-size: cover;
  }
}
.about-wrapper .cust-intro-area .intro-img-area {
  width: 100vw;
  min-height: 375px;
  padding: 3rem 1.5rem 2rem;
}
@media screen and (min-width: 992px) {
  .about-wrapper .cust-intro-area .intro-img-area {
    width: 50vw;
    height: 100vh;
  }
}

.service-target {
  position: relative;
}
.service-target.bg-type2 {
  background: #F8EFD0;
}
.service-target .caption-1 {
  font-family: "Noto Sans TC", "Arial", "Microsoft JhengHei", serif, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--bs-dark);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-target .caption-1 {
    font-size: 2rem;
  }
}

/*
=================================================================
(#m04idb) INDEX BANNER
=================================================================
*/
#rev_slider_68_1_wrapper .zeus .tp-bullet {
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 576px) {
  #rev_slider_68_1_wrapper .zeus .tp-bullet {
    width: 13px;
    height: 13px;
  }
}

.image-wrapper.swiper-festival:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  background: none;
  border: 4px solid #f37460;
  box-shadow: none;
  border-radius: 50%;
  animation: loader-scale 1s ease-out infinite;
}
@media screen and (min-width: 576px) {
  .image-wrapper.swiper-festival {
    height: 500px !important;
  }
}
@media screen and (min-width: 768px) {
  .image-wrapper.swiper-festival {
    height: calc(100vh - 75px) !important;
    min-height: 480px !important;
  }
}
.image-wrapper .img-area.year-2023 {
  background: #ff9362;
}
.image-wrapper .img-area img {
  width: 100%;
  height: 100%;
}
.image-wrapper .img-area .img-content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .image-wrapper .img-area {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    top: 0;
    left: 0;
    background: #fff;
  }
  .image-wrapper .img-area:-webkit-media-controls {
    display: none !important;
  }
  .image-wrapper .img-area .img-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
  }
  .image-wrapper .img-area .img-content img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}
/*# sourceMappingURL=base.css.map */
