@charset "UTF-8";
/**bootstrap5 grid setting**/
/**bootstrap5 grid setting end**/
html.scroll-lock {
  overflow: hidden !important;
}

body {
  font-family: "Lato", "Arial", "Noto Sans TC", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.6;
}
body.modal-open {
  position: fixed;
}
body.scroll-lock {
  overflow: hidden !important;
}

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

.lazyload,
.lazyloading {
  opacity: 0;
}

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

.alert-text {
  color: red;
}

.import-text {
  color: #EE8A19;
}

@media screen and (min-width: 1200px) {
  .container.more-pd, .container-xl.more-pd {
    padding-left: 4.5rem;
    padding-right: 4.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: 1400px) {
  .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;
  align-items: stretch !important;
}
@media screen and (min-width: 1400px) {
  .container.header-container, .container-xl.header-container {
    max-width: 1320px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

#map {
  opacity: 0;
}

.btn {
  padding: 0.3rem 2rem 0.3rem;
  font-size: 0.85rem;
  line-height: 1.4;
  font-weight: 700;
}
.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.55rem;
  }
}
.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-2 {
  color: var(--bs-gray-500);
  border: 0.05rem solid var(--bs-gray-500);
  background-color: var(--bs-white);
}
.btn.type-2:hover {
  background-color: var(--bs-white);
  border-color: var(--bs-gray-700);
  color: var(--bs-gray-700);
}
.btn.type-2:focus, .btn.type-2.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-dark);
}
.btn.type-5 {
  color: var(--bs-gray-500);
  border: 0.05rem solid var(--bs-gray-200);
  background-color: var(--bs-white);
}
.btn.type-5:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-dark);
}
.btn.type-5:focus, .btn.type-5.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-dark);
}
.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.4rem 2.5rem;
  height: 2rem;
  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 h3, .post-content h3, #tinymce h3 {
  color: var(--bs-danger);
  font-size: 1.5rem;
  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: #000;
  font-size: 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-blue);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.editor-content h6, .post-content h6, #tinymce h6 {
  color: var(--bs-danger);
  font-size: 1rem;
  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;
  left: 0.2rem;
  top: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--bs-danger);
  border-radius: 50%;
}
.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;
}

.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 .btn-close {
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
}

.modal-dialog .modal-content {
  padding: 2rem 2rem;
}
@media screen and (min-width: 992px) {
  .modal-dialog .modal-content {
    padding: 2rem 2.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 .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;
}
@media (hover: none) {
  .side-toolbar .toolbar-btn {
    transition: none;
  }
}
.side-toolbar .toolbar-btn .top-text {
  margin-top: 0.5rem;
  color: #000;
}

@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
=================================================================
*/
.search-hot-keyword a {
  text-decoration: underline;
}

.header-msg-area {
  display: flex;
  position: relative;
  align-items: center !important;
  justify-content: center !important;
}
.header-msg-area .msg-box {
  background: var(--bs-primary);
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header-msg-area .msg-box {
    font-size: 0.9rem;
    margin-left: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .header-msg-area .msg-box {
    font-size: 1rem;
    margin-left: 2rem;
  }
}
.header-msg-area .msg-btn {
  width: 1.6rem;
  height: 2rem;
  text-align: center;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1rem;
}
.header-msg-area .msg-btn.close {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-msg-area .msg-btn {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 992px) {
  .header-msg-area .msg-btn {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}

header .header-top {
  position: relative;
  z-index: 1020;
}
.offcanvas-header {
  padding: 1.5rem;
}
.offcanvas-header h3 {
  font-size: 24px;
  font-weight: 400;
}
.offcanvas-header .btn-close {
  margin-right: 0;
}
.offcanvas-header .btn-close:before {
  background: none;
  font-family: bootstrap-icons !important;
  font-size: 1.5rem;
  content: "\f659";
  width: 2rem;
  height: 2rem;
}

.navbar-expand-lg .offcanvas-nav.offcanvas-start {
  width: 100%;
  align-items: stretch !important;
}
.navbar-expand-lg .offcanvas-nav.offcanvas-start .offcanvas-body {
  align-items: stretch !important;
  height: 100%;
}
.navbar-expand-lg .offcanvas-nav.offcanvas-start .offcanvas-body .navbar-nav {
  height: 100%;
}
@media screen and (min-width: 576px) {
  .navbar-expand-lg .offcanvas-nav.offcanvas-start {
    width: auto;
    min-width: 19rem;
  }
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg .offcanvas-nav.offcanvas-start {
    background: transparent;
  }
}

.shadow-sm.navbar-clone:not(.navbar-stick) {
  box-shadow: unset !important;
}

.cart-is-empty {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 15rem;
  align-items: center !important;
  justify-content: center !important;
}

.shopping-cart {
  border-top: 0.05rem solid var(--bs-gray-200);
}
.shopping-cart .shopping-cart-item {
  position: relative;
  padding: 1rem 0;
  width: 100%;
  border-bottom: 0.05rem dashed var(--bs-gray-200);
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.shopping-cart .shopping-cart-item img {
  width: 100%;
  max-width: 6rem;
}
.shopping-cart .shopping-cart-item figure {
  width: 100%;
  max-width: 6rem;
}
.shopping-cart .shopping-cart-item .info-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1 !important;
}
.shopping-cart .shopping-cart-item .info-area .title-box .title {
  font-size: 0.85rem;
  line-height: 1.2;
  margin-right: auto;
  padding-right: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shopping-cart .shopping-cart-item .info-area .title-box .item-del {
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.shopping-cart .shopping-cart-item .form-select-wrapper {
  margin-top: auto;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .style-box {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--bs-gray-500);
  margin-bottom: 0.5rem;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: flex-end !important;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box p.price {
  margin-bottom: 0rem;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box p.price del {
  font-size: 0.75rem;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box p.price ins {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-secondary);
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area {
  position: relative;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area input[type=number]::-webkit-inner-spin-button,
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area input[type=number] {
  -moz-appearance: textfield;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area .form-control {
  height: 1.5rem;
  padding: 0.1rem 1.5rem 0.2rem;
  width: 6rem;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area .input-addon-btn {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: absolute;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area .input-addon-btn.add-btn {
  position: absolute;
  top: 0rem;
  right: 0rem;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area .input-addon-btn.add-btn:after {
  font-family: bootstrap-icons !important;
  content: "\f64d";
  position: absolute;
  top: 0.1rem;
  right: 0.3rem;
  color: var(--bs-gray-500);
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area .input-addon-btn.add-btn:hover:after {
  color: #000;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area .input-addon-btn.minus-btn {
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area .input-addon-btn.minus-btn:after {
  font-family: bootstrap-icons !important;
  content: "\f63b";
  position: absolute;
  top: 0.1rem;
  right: 0.3rem;
  color: var(--bs-gray-500);
}
.shopping-cart .shopping-cart-item .form-select-wrapper .price-box .num-input-area .input-addon-btn.minus-btn:hover:after {
  color: #000;
}

#offcanvas-cart {
  width: 100%;
}
#offcanvas-cart .offcanvas-header {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
  #offcanvas-cart {
    width: 20rem;
  }
}
@media screen and (min-width: 992px) {
  #offcanvas-cart {
    width: 30rem;
  }
}

.navbar .logo {
  height: 2.3rem;
}
.navbar .navbar-brand {
  padding: 0.35rem 0;
}
.navbar .navbar-nav {
  height: 100%;
}
.navbar .navbar-nav > .nav-item {
  border-bottom: 0.05rem solid var(--bs-gray-200);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.navbar .navbar-nav .nav-link {
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  padding: 0;
}
.navbar.navbar-clone {
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.1), 0 1px 2px rgba(17, 24, 39, 0.06) !important;
}
.navbar.navbar-expand-lg .navbar-collapse .dropdown-toggle:after {
  top: 0.2rem;
  right: 0rem;
  font-family: bootstrap-icons !important;
  content: "\f64d";
}
.navbar.navbar-expand-lg .navbar-collapse .dropdown-toggle.show:after {
  font-family: bootstrap-icons !important;
  content: "\f63b";
}
.navbar.navbar-expand-lg .navbar-collapse .dropdown-menu {
  padding: 0;
  margin-top: 0.5rem;
  background: none;
  box-shadow: unset;
}
.navbar.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
  line-height: 1.3;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: var(--bs-gray-500);
  width: 10rem;
  white-space: break-spaces;
}
.navbar.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item:hover, .navbar.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item:focus {
  color: #e95a75;
}
.navbar .dropdown:not(.dropdown-submenu) .dropdown-item {
  font-weight: 400;
  font-size: 1rem;
}
.navbar .navbar-other {
  gap: 0.35rem;
  display: flex;
  padding: 0 0.25rem;
}
.navbar .navbar-other .navbar-nav > .nav-item {
  border-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.navbar .navbar-other.other-right {
  margin-right: -0.75rem;
}
.navbar .navbar-other.other-left {
  margin-left: -0.75rem;
}
.navbar .navbar-other .other-btn {
  padding-top: 0.75rem;
}
.navbar .navbar-other .other-btn.cart {
  position: relative;
}
.navbar .navbar-other .other-btn.cart .item-num {
  position: absolute;
  right: 0;
  bottom: 25%;
  border-radius: 50%;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 1;
  font-size: 0.65rem;
  color: #fff;
  text-align: center;
  padding-top: 0.1rem;
  font-weight: 600;
  background-color: var(--bs-secondary);
}
@media screen and (min-width: 320px) {
  .navbar .navbar-other.other-left {
    margin-right: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .navbar .navbar-other {
    gap: 0.35rem;
    display: flex;
    padding: 0 0.25rem;
  }
  .navbar .navbar-other.other-right {
    margin-right: -0.75rem;
  }
  .navbar .navbar-other.other-left {
    margin-right: 3.3rem;
    margin-left: -0.75rem;
  }
  .navbar .navbar-other .other-btn {
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    height: 2.5rem;
  }
  .navbar .navbar-other .navbar-nav > .nav-item {
    border-bottom: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .navbar .navbar-brand {
    padding: 0.25rem 0;
  }
}
@media screen and (min-width: 992px) {
  .navbar .logo {
    height: 4.5rem;
  }
  .navbar .navbar-brand {
    padding: 1.25rem 0;
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown-menu {
    padding: 0.75rem;
    margin-top: 0;
    background: #fff;
    box-shadow: 0 4px 3px rgba(72, 66, 65, 0.06);
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
    padding: 0.75rem 1rem;
    color: #000;
    font-size: 0.85rem;
  }
  .navbar .navbar-nav {
    height: 100%;
  }
  .navbar .navbar-nav > .nav-item {
    border-bottom: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .navbar .navbar-nav > .nav-item .nav-link {
    padding: 4.5rem 1.55rem 0 1.65rem;
    line-height: 1;
    letter-spacing: 0;
    display: block;
    height: 100%;
    position: relative;
  }
  .navbar .navbar-nav > .nav-item .nav-link:after, .navbar .navbar-nav > .nav-item .nav-link.show:after {
    content: "";
  }
  .navbar .navbar-nav > .nav-item .nav-link:before {
    content: "";
    position: absolute;
    bottom: 1.15rem;
    left: -0.15rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url("../img/header/icon_header_menu@2x.png") no-repeat;
    background-size: 1.6rem 1.6rem;
  }
  .navbar .navbar-nav > .nav-item .nav-link.list:before {
    background: url("../img/header/icon_header_menu@2x.png") no-repeat;
    background-size: 1.6rem 1.6rem;
  }
  .navbar .navbar-nav > .nav-item .nav-link.subject:before {
    background: url("../img/header/icon_header_star@2x.png") no-repeat;
    background-size: 1.6rem 1.6rem;
  }
  .navbar .navbar-nav > .nav-item .nav-link.activity:before {
    background: url("../img/header/icon_header_gift@2x.png") no-repeat;
    background-size: 1.6rem 1.6rem;
  }
  .navbar .navbar-nav > .nav-item .nav-link.news:before {
    background: url("../img/header/icon_header_news@2x.png") no-repeat;
    background-size: 1.6rem 1.6rem;
  }
  .navbar .navbar-other {
    gap: 0.95rem;
    margin-left: 0.5rem;
  }
  .navbar .navbar-other.other-right {
    margin-right: 0rem;
  }
  .navbar .navbar-other.other-left {
    margin-right: 0rem;
  }
  .navbar .navbar-other .other-btn {
    padding-top: 4.1rem;
  }
  .navbar .navbar-other .other-btn.cart {
    position: relative;
  }
  .navbar .navbar-other .other-btn.cart .item-num {
    position: absolute;
    right: 0;
    bottom: 20%;
    border-radius: 50%;
    width: 0.9rem;
    height: 0.9rem;
    line-height: 1;
    font-size: 0.65rem;
    color: #fff;
    text-align: center;
    padding-top: 0.1rem;
    font-weight: 600;
    background-color: var(--bs-secondary);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .navbar .navbar-other {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .navbar.navbar-clone {
    box-shadow: unset;
  }
  .navbar.navbar-clone.shadow-sm {
    box-shadow: unset;
  }
  .navbar.navbar-clone .navbar-brand {
    padding: 0.25rem 0;
  }
  .navbar.navbar-clone .navbar-nav > .nav-item .nav-link {
    padding: 1.9rem 1.55rem 0 1.65rem;
  }
  .navbar.navbar-clone .navbar-nav > .nav-item .nav-link:before {
    bottom: 1.75rem;
    left: -0.15rem;
  }
  .navbar.navbar-clone .navbar-other .other-btn {
    padding-top: 1.65rem;
  }
  .navbar.navbar-clone .navbar-other .other-btn.cart {
    position: relative;
  }
  .navbar.navbar-clone .navbar-other .other-btn.cart .item-num {
    position: absolute;
    right: 0;
    bottom: 33%;
    border-radius: 50%;
    width: 0.9rem;
    height: 0.9rem;
    line-height: 1;
    font-size: 0.65rem;
    color: #fff;
    text-align: center;
    padding-top: 0.1rem;
    font-weight: 600;
    background-color: var(--bs-secondary);
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .en .dropdown:not(.dropdown-submenu) .dropdown-menu {
    font-size: 0.75rem;
  }
}

button.hamburger {
  padding: 0.5rem;
  color: var(--bs-secondary);
}
button.hamburger:before, button.hamburger span, button.hamburger:after {
  width: 1rem;
  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 4px 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: #000;
  margin-top: 2rem;
  padding: 2rem 0;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    margin-top: 6rem;
    padding: 3rem 0;
  }
}
footer.is-jump {
  margin-top: 0 !important;
}
footer .logo-box {
  display: inline-block;
  margin-bottom: 1rem;
}
footer .info-box p span {
  display: block;
}
@media screen and (min-width: 768px) {
  footer .info-box {
    margin-left: 3rem;
  }
}
footer .social-box .social-link {
  width: 1.8rem;
  height: 1.8rem;
}
footer .social-box .social-link.yt {
  background: url("../img/footer/button_footer_yt@2x.webp") no-repeat;
  background-size: 1.8rem;
}
footer .social-box .social-link.yt:hover, footer .social-box .social-link.yt:focus {
  background: url("../img/footer/button_footer_yt_hover@2x.webp") no-repeat;
  background-size: 1.8rem;
}
footer .social-box .social-link.podcast {
  background: url("../img/footer/button_footer_podcast@2x.webp") no-repeat;
  background-size: 1.8rem;
}
footer .social-box .social-link.podcast:hover, footer .social-box .social-link.podcast:focus {
  background: url("../img/footer/button_footer_podcast_hover@2x.webp") no-repeat;
  background-size: 1.8rem;
}
footer .social-box .social-link.fb {
  background: url("../img/footer/button_footer_fb@2x.webp") no-repeat;
  background-size: 1.8rem;
}
footer .social-box .social-link.fb:hover, footer .social-box .social-link.fb:focus {
  background: url("../img/footer/button_footer_fb_hover@2x.webp") no-repeat;
  background-size: 1.8rem;
}
footer .social-box .social-link.line {
  background: url("../img/footer/button_footer_line@2x.webp") no-repeat;
  background-size: 1.8rem;
}
footer .social-box .social-link.line:hover, footer .social-box .social-link.line:focus {
  background: url("../img/footer/button_footer_line_hover@2x.webp") no-repeat;
  background-size: 1.8rem;
}
footer .social-box .social-link.ig {
  background: url("../img/footer/button_footer_ig@2x.webp") no-repeat;
  background-size: 1.8rem;
}
footer .social-box .social-link.ig:hover, footer .social-box .social-link.ig:focus {
  background: url("../img/footer/button_footer_ig_hover@2x.webp") no-repeat;
  background-size: 1.8rem;
}
footer .social-box .social-link + .social-link {
  margin-left: 0.6rem;
}
@media screen and (min-width: 768px) {
  footer .social-box {
    margin-left: 3rem;
  }
}
footer .menu-list {
  margin-top: 2rem;
}
footer .menu-list p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
footer .menu-list ul {
  padding-left: 0;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  footer .menu-list {
    margin-top: 0.5rem;
  }
}
footer .copy-right-area {
  margin-top: 1.5rem;
}
footer .copy-right-area .copy-right-box {
  border-top: 0.05rem solid #000;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer .copy-right-area .copy-right-box {
    margin-left: 3rem;
    flex-direction: row;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  footer .copy-right-area .copy-right-box {
    margin-left: 0rem;
  }
}
footer .copy-right-area .power-by-box {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer .copy-right-area .power-by-box {
    margin-left: 3rem;
    flex-direction: row;
    gap: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  footer .copy-right-area .power-by-box {
    padding-top: 1.5rem;
    border-top: 0.05rem solid #000;
    margin-left: 0rem;
  }
}
/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.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;
}

.page-banner-wrapper {
  height: 5.5rem;
  background: #fff;
  color: #000;
}
.page-banner-wrapper .page-banner-content {
  margin: 0 auto;
}
.page-banner-wrapper .page-banner-content .main-title {
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-banner-wrapper {
    height: 6.5rem;
  }
  .page-banner-wrapper .page-banner-content .main-title {
    font-size: 2rem;
    line-height: 1.25;
    padding: 2.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-banner-wrapper {
    height: 8rem;
  }
  .page-banner-wrapper .page-banner-content .main-title {
    font-size: 2.4rem;
    line-height: 1;
    padding: 4rem 0 1.5rem;
  }
}

.breadcrumbs-wrapper .breadcrumbs {
  padding: 0.95rem 0;
  border-bottom: 0.25rem solid var(--bs-primary);
  font-size: 0.8rem;
  color: var(--bs-gray-500);
}
.breadcrumbs-wrapper .breadcrumbs a {
  color: var(--bs-gray-500);
}
.breadcrumbs-wrapper .breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs-wrapper .breadcrumbs .active {
  color: #000;
}
.breadcrumbs-wrapper.product-detail .breadcrumbs {
  border-bottom: 0;
}

.pagination {
  gap: 0.75rem;
}
.pagination > li > a {
  border: none;
}
.pagination > li > span {
  border: none;
}
.pagination > li .page-link {
  transition: none;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.35rem;
  border-radius: 0;
  min-width: 1.5rem;
  min-height: 1.5rem;
  color: var(--bs-gray-500);
  border: 0.05rem solid var(--bs-gray-200);
}
.pagination > li.active > .page-link, .pagination > li:hover > .page-link {
  color: var(--bs-dark);
  border: 0.05rem solid var(--bs-dark);
  background-color: var(--bs-primary);
}
.price {
  margin: 0;
}
.price del {
  color: var(--bs-gray-500);
}
.price ins {
  text-decoration: none;
  color: var(--bs-secondary);
}

.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: 2rem;
}
.post-header.no-border {
  border-bottom: 0 solid var(--bs-primary);
}
.post-header h1, .post-header h2 {
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
}
.post-header h1.border-1, .post-header h2.border-1 {
  padding-bottom: 1.5rem;
  border-bottom: 0.05rem solid var(--bs-gray-200);
}
@media screen and (min-width: 768px) {
  .post-header h1, .post-header h2 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

.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: 0;
    left: 0;
  }
}

.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;
}
.info-meta .label-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.5rem;
}

.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: "Overpass", 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: "Overpass", 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: var(--bs-gray-500);
}

.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-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.social-login-box .social-login-btn {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer;
  width: 100%;
  min-height: 4rem;
  border: 0.05rem solid var(--bs-gray-200);
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.social-login-box .social-login-btn .social-img {
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.6rem;
}
.social-login-box .social-login-btn > span {
  display: inline-block;
  width: 10rem;
  margin-left: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .social-login-box .social-login-btn > span {
    margin-left: 1.5rem;
  }
}
.social-login-box .social-login-btn.line {
  color: #06C755;
}
.social-login-box .social-login-btn.line svg path {
  fill: #06C755;
}
.social-login-box .social-login-btn.line:hover {
  border: 0.05rem solid #06C755;
  background-color: #06C755;
  color: #fff;
}
.social-login-box .social-login-btn.line:hover svg path {
  fill: #fff;
}
.social-login-box .social-login-btn.fb {
  color: #1877F2;
}
.social-login-box .social-login-btn.fb .fb-logo {
  fill: #1877F2;
}
.social-login-box .social-login-btn.fb .fb-logo-bg {
  fill: #fff;
}
.social-login-box .social-login-btn.fb:hover {
  border: 0.05rem solid #1877F2;
  background-color: #1877F2;
  color: #fff;
}
.social-login-box .social-login-btn.fb:hover .fb-logo {
  fill: #fff;
}
.social-login-box .social-login-btn.fb:hover .fb-logo-bg {
  fill: #1877F2;
}
.social-login-box .social-login-btn.google {
  color: #000;
}
.social-login-box .social-login-btn.google:hover {
  border: 0.05rem solid #EEEEEF;
  background-color: #EEEEEF;
  color: #000;
}

.member-wrapper {
  overflow: hidden;
}
.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.55rem;
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
}
.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-side-box .menu-box .menu-collapse {
  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;
  border: 0.05rem solid var(--bs-gray-200);
}
.member-wrapper .member-side-box .menu-box .menu-collapse .collapse-head > * {
  color: var(--bs-danger);
}
.member-wrapper .member-side-area {
  position: relative;
}
.member-wrapper .member-side-area .member-side-box {
  position: relative;
}
.member-wrapper .member-content-area {
  position: relative;
}
.member-wrapper .member-content-area .member-content-box {
  position: relative;
}
.member-wrapper .member-content-box .form-group {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .member-wrapper .left-area {
    border-right: 0.05rem solid var(--bs-gray-200);
  }
}
@media screen and (min-width: 1200px) {
  .member-wrapper .member-side-box img {
    min-width: 10rem;
  }
  .member-wrapper .member-side-box .menu-box .menu-item {
    padding: 0.6rem 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 .order-info {
  color: var(--bs-gray-500);
}
.member-wrapper .order-info .record-info p {
  margin-bottom: 0.2rem;
}
.member-wrapper .order-info .record-info p .space-ty1 {
  letter-spacing: 0.4rem;
}
.member-wrapper .btn + .btn {
  margin-left: 0.2rem;
}
.member-wrapper .btn.btn-ty01 {
  border: 1px solid var(--bs-gray-200);
  color: var(--bs-gray-500);
  font-weight: 500;
  padding: 0.2rem 0.5rem;
}
.member-wrapper .btn.btn-ty01 svg {
  margin-right: 0.1rem;
}
.member-wrapper .btn.btn-ty01 svg path {
  stroke: var(--bs-gray-500);
}
.member-wrapper .btn.btn-ty01 svg.for-fill path {
  stroke: unset;
  fill: var(--bs-gray-500);
}
.member-wrapper .btn.btn-ty01:hover {
  border: 1px solid #000000;
  background: var(--bs-primary);
  color: #000000;
}
.member-wrapper .btn.btn-ty01:hover svg path {
  stroke: #000000;
}
.member-wrapper .btn.btn-ty01:hover svg.for-fill path {
  stroke: unset;
  fill: #000000;
}
.member-wrapper .btn.btn-ty02 {
  color: #000;
  font-weight: 500;
  padding: 0.2rem 0.5rem;
}
.member-wrapper .btn.btn-ty02:hover {
  color: #000;
}
.member-wrapper .table-list table.list-box {
  width: 100%;
  margin: 1em auto;
}
.member-wrapper .table-list table.list-box th, .member-wrapper .table-list table.list-box td {
  border-bottom: 1px solid var(--bs-gray-200);
  border-collapse: collapse;
  padding: 0.5rem 0.2rem 0.5rem 0;
}
.member-wrapper .table-list table.list-box td {
  color: var(--bs-gray-500);
}
.member-wrapper .table-list table.list-box td.sum-area {
  border-bottom: 0px solid var(--bs-gray-200);
  padding: 0.3rem 0.2rem 0rem 0;
}
.member-wrapper .table-list table.list-box td.sum-title {
  text-align: right;
}
.member-wrapper .table-list table.list-box .show-for-sm {
  display: none;
}
@media only screen and (max-width: 768px) {
  .member-wrapper .table-list table.list-box {
    margin-top: 0;
  }
  .member-wrapper .table-list table.list-box .show-for-sm {
    display: inline-block;
    margin-left: 0.1rem;
  }
  .member-wrapper .table-list table.list-box th, .member-wrapper .table-list table.list-box td {
    border-bottom: 0px solid var(--bs-gray-200);
    padding: 0.5rem 0rem 0.5rem 0;
  }
  .member-wrapper .table-list table.list-box tr {
    border-bottom: 1px solid var(--bs-gray-200);
  }
  .member-wrapper .table-list table.list-box thead {
    display: none;
  }
  .member-wrapper .table-list table.list-box td {
    display: block;
    padding: 0.3rem 0rem;
  }
  .member-wrapper .table-list table.list-box td.sum-title, .member-wrapper .table-list table.list-box td.hidden-for-sm {
    display: none;
  }
  .member-wrapper .table-list table.list-box td:first-child {
    padding-top: 1rem;
  }
  .member-wrapper .table-list table.list-box td:last-child {
    padding-bottom: 1rem;
  }
  .member-wrapper .table-list table.list-box tr:first-child td:first-child {
    padding-top: 0rem;
  }
  .member-wrapper .table-list table.list-box td:before {
    content: attr(data-title);
    display: inline-block;
    color: #000;
    padding-right: 0.5rem;
  }
  .member-wrapper .table-list table.list-box .btn.btn-ty01 {
    margin-left: -0.5rem;
  }
  .member-wrapper .table-list table.list-box .btn + .btn {
    margin-left: 0.2rem;
  }
}
.member-wrapper .table-list table.sum-box {
  color: var(--bs-gray-500);
}
.member-wrapper .table-list table.sum-box .sum-title {
  text-align: right;
  padding-right: 1rem;
}
.member-wrapper .table-list table.sum-box .sum-title.totle-text {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .member-wrapper .table-list table.sum-box .sum-value {
    text-align: right;
  }
}

.accordion-wrapper.faq .plain {
  margin-top: 1rem;
  border-bottom: 0.05rem solid var(--bs-gray-200);
}
.accordion-wrapper.faq .plain .card-header button {
  color: #000;
  padding: 0 1.1rem 0 0;
}
.accordion-wrapper.faq .plain .card-header button:before {
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  position: absolute;
  right: 0rem;
  left: unset;
  font-size: 1.1rem;
  font-weight: 400;
  width: 1rem;
  margin-top: -0.2rem;
  display: inline-block;
  color: #000;
}
.accordion-wrapper.faq .plain .card-header button.collapsed:before {
  content: "\f4fe";
  color: #000;
}
.accordion-wrapper.faq .plain .card-body {
  padding: 0 0 1rem 0;
  color: var(--bs-gray-500);
}

.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-primary-100);
}
.home-banner .swiper-container .figure-area {
  padding: 1rem 1rem;
}
.home-banner .swiper-container .swiper-pagination {
  bottom: 1rem;
  position: absolute !important;
  pointer-events: all;
}
.home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.3rem;
  padding: 0rem;
  background: #fff;
  opacity: 0.5;
  border-radius: 100%;
  border: 3px solid transparent;
  transform: scale(0.6);
}
.home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1);
}
.home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
  background: #fff;
  outline-offset: 0.1rem;
  outline: 0.05rem solid #fff;
}
.home-banner .swiper-container .swiper-slide-animated-box {
  padding-bottom: 3rem;
  color: #fff;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-1 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-2 {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1rem;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-3 {
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 2rem;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-3 .btn-box {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.35rem 1rem;
  border: 0.15rem solid #fff;
  border-radius: 1.4rem;
  color: #fff;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-3 .btn-box:before {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 1.728rem;
  background: url("../img/home/index_button_line@2x.png") no-repeat;
  background-size: 0.9rem 1.728rem;
  top: 0;
  left: -1.5rem;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-3 .btn-box:after {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 1.728rem;
  background: url("../img/home/index_button_line@2x.png") no-repeat;
  background-size: 0.9rem 1.728rem;
  top: 0;
  right: -1.5rem;
  transform: scaleX(-1);
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-3 .btn-box:hover {
  background: var(--bs-primary);
  border: 0.15rem solid var(--bs-primary);
  color: #000;
}
.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;
}
@media screen and (min-width: 576px) {
  .home-banner .swiper-container .figure-area {
    padding: 1.5rem 1.5rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .home-banner .swiper-container .figure-area {
    padding: 0;
    width: 50%;
    height: 100%;
    margin-left: 50%;
  }
  .home-banner .swiper-container .swiper-slide-animated-box {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    align-items: flex-end;
    padding-bottom: 10%;
    width: 50%;
    height: 100%;
    align-items: center;
    padding-bottom: unset;
  }
}
@media screen and (min-width: 900px) {
  .home-banner .swiper-container {
    height: 20rem;
  }
  .home-banner .swiper-container .figure-area {
    width: 50%;
    height: 100%;
    margin-left: 50%;
  }
  .home-banner .swiper-container .swiper {
    padding: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .home-banner .swiper-container .swiper figure {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .home-banner .swiper-container .swiper figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto !important;
    max-width: none;
  }
  .home-banner .swiper-container .swiper figure.fix-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: 100% !important;
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .home-banner .swiper-container {
    height: 20rem;
  }
  .home-banner .swiper-container .swiper {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .home-banner .swiper-container .swiper figure {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .home-banner .swiper-container .swiper figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto !important;
    max-width: none;
  }
  .home-banner .swiper-container .swiper figure.fix-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: 100% !important;
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner .swiper-container {
    height: 25rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-2 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-3 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 700;
    margin-top: 3rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .btn-box {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.5rem 1.6rem;
    border: 0.2rem solid #fff;
    border-radius: 1.4rem;
    color: #fff;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .btn-box:before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 2.4rem;
    background: url("../img/home/index_button_line@2x.png") no-repeat;
    background-size: 1.25rem 2.4rem;
    top: 0;
    left: -2rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .btn-box:after {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 2.4rem;
    background: url("../img/home/index_button_line@2x.png") no-repeat;
    background-size: 1.25rem 2.4rem;
    top: 0;
    right: -2rem;
    transform: scaleX(-1);
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .btn-box:hover {
    background: var(--bs-primary);
    border: 0.2rem solid var(--bs-primary);
    color: #000;
  }
}
@media screen and (min-width: 1400px) {
  .home-banner .swiper-container {
    padding-bottom: 0;
    height: 30rem;
  }
  .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;
}

@media screen and (min-width: 768px) {
  .subject-product-wrapper .intro-area figure {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .subject-product-wrapper .intro-area figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto !important;
    max-width: none;
  }
}
.subject-product-wrapper .subject-area {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .subject-product-wrapper .subject-area {
    display: flex;
    flex-wrap: wrap;
  }
}
.subject-product-wrapper .subject-area .swiper-controls .swiper-navigation .swiper-button {
  background: transparent;
  box-shadow: unset;
}
.subject-product-wrapper .subject-area .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: 0.5rem;
}
.subject-product-wrapper .subject-area .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev:after {
  font-family: bootstrap-icons !important;
  content: "\f12a";
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
}
.subject-product-wrapper .subject-area .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: 0.5rem;
}
.subject-product-wrapper .subject-area .swiper-controls .swiper-navigation .swiper-button.swiper-button-next:after {
  font-family: bootstrap-icons !important;
  content: "\f134";
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
}
.subject-product-wrapper .item-area {
  width: 18rem;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.subject-product-wrapper .item-area .subject-title {
  font-size: 1rem;
}
.subject-product-wrapper .item-area a {
  color: #fff;
}
.subject-product-wrapper .item-area a:hover {
  color: #000;
}
@media screen and (min-width: 992px) {
  .subject-product-wrapper .item-area {
    width: 18rem;
  }
  .subject-product-wrapper .item-area .subject-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .subject-product-wrapper .item-area {
    width: 22.5rem;
  }
}
.subject-product-wrapper .product-item {
  padding: 0 3.5rem;
}
.subject-product-wrapper .product-item figure {
  padding-bottom: 100%;
  width: 100%;
  border-radius: 1rem;
}
.subject-product-wrapper .product-item 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;
  border-radius: 1rem;
}
.subject-product-wrapper .product-item:hover img {
  transform: scale(1.2);
}

.quick-link-wrapper {
  position: relative;
}
.quick-link-wrapper h1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bs-secondary);
}
.quick-link-wrapper .sub-title {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: var(--bs-gray-700);
}
.quick-link-wrapper .cat-area h2 {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bs-secondary);
}
.quick-link-wrapper .intro-area {
  color: var(--bs-gray-700);
  font-size: 0.85rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .quick-link-wrapper .intro-area figure {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .quick-link-wrapper .intro-area figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: 100% !important;
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .intro-area figure {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .quick-link-wrapper .intro-area figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto !important;
    max-width: none;
  }
}
.quick-link-wrapper .intro-area .hiline-box {
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-secondary);
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .intro-area {
    line-height: 1.35;
  }
  .quick-link-wrapper .intro-area .hiline-box {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 1200px) {
  .quick-link-wrapper .intro-area {
    line-height: 1.45;
  }
  .quick-link-wrapper .intro-area .hiline-box {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .quick-link-wrapper .intro-area {
    font-size: 1rem;
    line-height: 1.45;
  }
  .quick-link-wrapper .intro-area .hiline-box {
    font-size: 1.5rem;
  }
}
.quick-link-wrapper .cat-list-area {
  color: var(--bs-secondary);
}
.quick-link-wrapper .cat-list-area a {
  color: var(--bs-secondary);
}
.quick-link-wrapper .cat-list-area .item-box .img-area {
  margin-bottom: 0.5rem;
}
.quick-link-wrapper .cat-list-area .item-box .img-area img {
  width: 4.5rem;
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}
.quick-link-wrapper .cat-list-area .item-box .title-box {
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
}
.quick-link-wrapper .cat-list-area .item-box .subtitle-box {
  font-size: 0.7rem;
}
.quick-link-wrapper .cat-list-area .item-box:hover .img-area img {
  transform: scale(1.15);
  transition: all 0.2s ease-in-out;
}
.quick-link-wrapper .home-ad-area .ad-box {
  position: relative;
}
.quick-link-wrapper .home-ad-area .ad-box .ad-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .quick-link-wrapper .home-ad-area .ad-box .ad-title {
    padding: 1rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .home-ad-area .ad-box .ad-title {
    padding: 2rem;
    font-size: 1.1rem;
  }
}

.home-product-wrapper h2, .home-news-wrapper h2 {
  font-size: 1.4rem;
}
.home-product-wrapper h3.list-title, .home-news-wrapper h3.list-title {
  font-size: 0.85rem !important;
  color: #000 !important;
}
.home-product-wrapper .list-area .list-item:hover .list-header h3.list-title, .home-news-wrapper .list-area .list-item:hover .list-header h3.list-title {
  color: var(--bs-danger) !important;
}

.service-intro-wrapper .title-box {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
.service-intro-wrapper .title-box h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.service-intro-wrapper .title-box button {
  background: #EEEEEF;
  color: #000;
  padding: 0.5rem 1.5rem 0.5rem;
}
.service-intro-wrapper .title-box button.active-btn {
  background: var(--bs-primary);
}
@media screen and (min-width: 768px) {
  .service-intro-wrapper .title-box {
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 700;
  }
}
@media screen and (min-width: 992px) {
  .service-intro-wrapper .title-box {
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
.service-intro-wrapper .taiwan-service .intro-bg, .service-intro-wrapper .international-service .intro-bg {
  height: 16rem;
}
.service-intro-wrapper .taiwan-service .intro-box, .service-intro-wrapper .international-service .intro-box {
  position: relative;
}
.service-intro-wrapper .taiwan-service .intro-box .item-box, .service-intro-wrapper .international-service .intro-box .item-box {
  color: #000;
  font-size: 0.8rem;
  text-align: center;
}
.service-intro-wrapper .taiwan-service .intro-box .item-box figure img, .service-intro-wrapper .international-service .intro-box .item-box figure img {
  height: 5.5rem;
  width: auto;
}
.service-intro-wrapper .taiwan-service .intro-box .item-box img.arraw-01, .service-intro-wrapper .international-service .intro-box .item-box img.arraw-01 {
  height: 1rem;
  transition: all 0.2s ease-in-out;
}
.service-intro-wrapper .taiwan-service .intro-box .item-box .title-box, .service-intro-wrapper .international-service .intro-box .item-box .title-box {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.service-intro-wrapper .taiwan-service .intro-box div.go-international:hover img.arraw-01, .service-intro-wrapper .taiwan-service .intro-box div.go-taiwan:hover img.arraw-01, .service-intro-wrapper .international-service .intro-box div.go-international:hover img.arraw-01, .service-intro-wrapper .international-service .intro-box div.go-taiwan:hover img.arraw-01 {
  transform: translateX(1rem);
  transition: all 0.2s ease-in-out;
}
.service-intro-wrapper .taiwan-service .intro-box .intro-item, .service-intro-wrapper .international-service .intro-box .intro-item {
  background: #FFCCCB;
}
.service-intro-wrapper .taiwan-service .intro-box .intro-item .content-box, .service-intro-wrapper .international-service .intro-box .intro-item .content-box {
  width: 16.75rem;
  max-width: 100%;
  margin: 0 auto;
}
.service-intro-wrapper .taiwan-service .intro-box .swiper .item-box, .service-intro-wrapper .international-service .intro-box .swiper .item-box {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.service-intro-wrapper .taiwan-service .intro-box .swiper .swiper-button-next, .service-intro-wrapper .international-service .intro-box .swiper .swiper-button-next {
  width: 2.3rem;
  height: 2.3rem;
  right: 0;
}
.service-intro-wrapper .taiwan-service .intro-box .swiper .swiper-button-next:after, .service-intro-wrapper .international-service .intro-box .swiper .swiper-button-next:after {
  font-family: bootstrap-icons !important;
  content: "\f133";
  color: #fff;
}
.service-intro-wrapper .taiwan-service .intro-box .swiper .swiper-button-prev, .service-intro-wrapper .international-service .intro-box .swiper .swiper-button-prev {
  width: 2.3rem;
  height: 2.3rem;
  left: 0;
}
.service-intro-wrapper .taiwan-service .intro-box .swiper .swiper-button-prev:after, .service-intro-wrapper .international-service .intro-box .swiper .swiper-button-prev:after {
  font-family: bootstrap-icons !important;
  content: "\f129";
  color: #fff;
}
.service-intro-wrapper .taiwan-service .intro-box > .intro-grid, .service-intro-wrapper .international-service .intro-box > .intro-grid {
  margin: 0;
}
.service-intro-wrapper .taiwan-service .intro-box > .intro-grid .intro-item, .service-intro-wrapper .international-service .intro-box > .intro-grid .intro-item {
  padding: 1.5rem 0.35rem 1rem;
}
@media screen and (min-width: 768px) {
  .service-intro-wrapper .taiwan-service .intro-box, .service-intro-wrapper .international-service .intro-box {
    min-height: 28rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-intro-wrapper .taiwan-service .intro-box .intro-bg, .service-intro-wrapper .international-service .intro-box .intro-bg {
    height: auto;
    background: transparent;
  }
  .service-intro-wrapper .taiwan-service .intro-box .intro-item, .service-intro-wrapper .international-service .intro-box .intro-item {
    background: transparent;
  }
  .service-intro-wrapper .taiwan-service .intro-box .intro-item .content-box, .service-intro-wrapper .international-service .intro-box .intro-item .content-box {
    width: 100%;
  }
  .service-intro-wrapper .taiwan-service .intro-box > .intro-grid, .service-intro-wrapper .international-service .intro-box > .intro-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .service-intro-wrapper .taiwan-service .intro-box .swiper, .service-intro-wrapper .international-service .intro-box .swiper {
    width: 100%;
  }
  .service-intro-wrapper .taiwan-service .intro-box .swiper .item-box, .service-intro-wrapper .international-service .intro-box .swiper .item-box {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .service-intro-wrapper .taiwan-service .intro-box .swiper .swiper-button-next, .service-intro-wrapper .international-service .intro-box .swiper .swiper-button-next {
    width: 2.3rem;
    height: 2.3rem;
    right: 0.75rem;
  }
  .service-intro-wrapper .taiwan-service .intro-box .swiper .swiper-button-prev, .service-intro-wrapper .international-service .intro-box .swiper .swiper-button-prev {
    width: 2.3rem;
    height: 2.3rem;
    left: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .service-intro-wrapper .taiwan-service .intro-box, .service-intro-wrapper .international-service .intro-box {
    background-size: auto 100%;
  }
  .service-intro-wrapper .taiwan-service .intro-box .swiper, .service-intro-wrapper .international-service .intro-box .swiper {
    width: 100%;
  }
  .service-intro-wrapper .taiwan-service .intro-box .swiper .swiper-wrapper, .service-intro-wrapper .international-service .intro-box .swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .service-intro-wrapper .taiwan-service .intro-box .swiper .item-box, .service-intro-wrapper .international-service .intro-box .swiper .item-box {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0.75rem;
    text-align: left;
    font-size: 0.85rem;
  }
  .service-intro-wrapper .taiwan-service .intro-box .swiper .item-box .title-box, .service-intro-wrapper .international-service .intro-box .swiper .item-box .title-box {
    text-align: left;
    font-size: 1.1rem;
  }
  .service-intro-wrapper .taiwan-service .intro-box .swiper .swiper-button-next, .service-intro-wrapper .taiwan-service .intro-box .swiper .swiper-button-prev, .service-intro-wrapper .international-service .intro-box .swiper .swiper-button-next, .service-intro-wrapper .international-service .intro-box .swiper .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .service-intro-wrapper .taiwan-service .intro-box, .service-intro-wrapper .international-service .intro-box {
    min-height: 33rem;
  }
}
@media screen and (min-width: 1200px) {
  .service-intro-wrapper .taiwan-service .intro-box, .service-intro-wrapper .international-service .intro-box {
    min-height: 38rem;
  }
  .service-intro-wrapper .taiwan-service .intro-box .intro-item .item-area, .service-intro-wrapper .international-service .intro-box .intro-item .item-area {
    width: 40rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .service-intro-wrapper .taiwan-service .intro-box, .service-intro-wrapper .international-service .intro-box {
    display: flex;
    min-height: 41rem;
  }
  .service-intro-wrapper .taiwan-service .intro-box .item-box, .service-intro-wrapper .international-service .intro-box .item-box {
    padding: 0.75rem 1rem;
  }
}
.service-intro-wrapper .international-service > .title-box {
  background: #09afb8;
}
.service-intro-wrapper .international-service .intro-bg {
  background: url("../img/home/foreign_service_pic_xs@2x.jpg") no-repeat 50% 50% #5BD8D0;
  background-size: auto 100%;
}
.service-intro-wrapper .international-service .intro-box .intro-item {
  background: #5BD8D0;
}
@media screen and (min-width: 768px) {
  .service-intro-wrapper .international-service .intro-box {
    background: url("../img/home/foreign_service_pic_lg.jpg") no-repeat 50% 50% #33cbcc;
    background-size: auto 100%;
  }
  .service-intro-wrapper .international-service .intro-box .intro-item {
    background: transparent;
  }
}
@media screen and (min-width: 992px) {
  .service-intro-wrapper .international-service .intro-box {
    background: url("../img/home/foreign_service_pic_lg.jpg") no-repeat 55% 50% #33cbcc;
    background-size: auto 100%;
  }
  .service-intro-wrapper .international-service .intro-box .swiper .item-box {
    width: 38%;
  }
  .service-intro-wrapper .international-service .intro-box .intro-item .item-area {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .service-intro-wrapper .international-service .intro-box {
    background: url("../img/home/foreign_service_pic_lg.jpg") no-repeat 62% 50% #33cbcc;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1200px) {
  .service-intro-wrapper .international-service .intro-box {
    background: url("../img/home/foreign_service_pic_lg.jpg") no-repeat 45% 50% #33cbcc;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1400px) {
  .service-intro-wrapper .international-service .intro-box {
    background: url("../img/home/foreign_service_pic_lg.jpg") no-repeat 50% 50% #33cbcc;
    background-size: auto 100%;
  }
}
.service-intro-wrapper .taiwan-service .intro-bg {
  background: url("../img/home/domestic_service_pic_xs@2x.jpg") no-repeat 50% 50% #f6bec7;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .service-intro-wrapper .taiwan-service .intro-box {
    background: url("../img/home/domestic_service_pic_lg.jpg") no-repeat 50% 50% #f6bec7;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 992px) {
  .service-intro-wrapper .taiwan-service .intro-box {
    background: url("../img/home/domestic_service_pic_lg.jpg") no-repeat 55% 50% #f6bec7;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1024px) {
  .service-intro-wrapper .taiwan-service .intro-box {
    background: url("../img/home/domestic_service_pic_lg.jpg") no-repeat 62% 50% #f6bec7;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1200px) {
  .service-intro-wrapper .taiwan-service .intro-box {
    background: url("../img/home/domestic_service_pic_lg.jpg") no-repeat 45% 50% #f6bec7;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1400px) {
  .service-intro-wrapper .taiwan-service .intro-box {
    background: url("../img/home/domestic_service_pic_lg.jpg") no-repeat 50% 50% #f6bec7;
    background-size: auto 100%;
  }
}

.news-wrapper .title-area {
  border-bottom: 0.25rem solid var(--bs-primary);
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
.news-wrapper .list-area .list-item .list-header {
  border-bottom: 0.05rem solid var(--bs-primary);
}
.news-wrapper .list-area .list-item .list-content {
  border-top: 0;
}
.news-wrapper .list-area .left-group .list-item .list-content {
  padding: 2rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .news-wrapper .list-area .left-group .list-item > * {
    display: flex;
  }
  .news-wrapper .list-area .left-group .list-item .list-media figure {
    padding-bottom: 0;
    width: 13rem;
    height: 100%;
  }
  .news-wrapper .list-area .left-group .list-item .list-content {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .news-wrapper .list-area .left-group .list-item {
    height: calc(100% - 1px);
    margin-bottom: 0;
  }
  .news-wrapper .list-area .left-group .list-item > * {
    display: block;
  }
  .news-wrapper .list-area .left-group .list-item .list-media figure {
    padding-bottom: 75%;
    width: 100%;
    height: 0;
  }
  .news-wrapper .list-area .left-group .list-item .list-content {
    padding: 2rem 1.2rem;
  }
}
.news-wrapper .list-area .right-group .list-item + .list-item {
  margin-top: 1.25rem;
}
.news-wrapper .list-area .right-group .list-item .list-content {
  padding: 2rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .news-wrapper .list-area .right-group .list-item > * {
    display: flex;
  }
  .news-wrapper .list-area .right-group .list-item .list-media figure {
    padding-bottom: 0;
    width: 13rem;
    height: 100%;
  }
  .news-wrapper .list-area .right-group .list-item .list-content {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .news-wrapper .list-area .right-group .list-item .list-content .list-intro {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 992px) {
  .news-wrapper .list-area .right-group .list-item {
    height: calc(50% - 13px);
  }
  .news-wrapper .list-area .right-group .list-item .list-content .list-intro {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 1400px) {
  .news-wrapper .list-area .right-group .list-item .list-content .list-intro {
    -webkit-line-clamp: 5;
  }
}

.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);
  z-index: 9;
}

.news-list-area {
  position: relative;
}
.news-list-area .right-area .title-area {
  font-size: 1rem;
  padding: 1.5rem 0;
  border-bottom: 0.05rem solid var(--bs-gray-200);
  color: #000;
}
.news-list-area .right-area .cat-list a {
  display: block;
  margin: 0.4rem 0;
  color: var(--bs-gray-500);
}
.news-list-area .right-area .cat-list a:hover {
  color: var(--bs-secondary);
}
.news-list-area .right-area .cat-list a.active {
  color: var(--bs-secondary);
}
.news-list-area .right-area .label-list {
  display: flex;
  gap: 0.5rem 0.25rem;
  flex-wrap: wrap;
}
.news-list-area .right-area .label-list a {
  border: 0.05rem solid var(--bs-gray-200);
  padding: 0.1rem 0.5rem;
  color: var(--bs-gray-500);
  font-weight: 500;
}
.news-list-area .right-area .label-list a:hover, .news-list-area .right-area .label-list a.active {
  color: #000;
  background: var(--bs-primary);
  border: 0.05rem solid #000;
}
.product-list-area .left-area {
  display: none;
  flex: 0 0 auto;
  width: 12.5rem !important;
}
@media screen and (min-width: 992px) {
  .product-list-area .left-area {
    display: block;
  }
}
.product-list-area .right-area {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-list-area .right-area {
    flex: 0 0 auto;
    width: calc(100% - 12.5rem);
  }
}
.product-list-area .cat-list-box {
  display: none;
  position: relative;
  width: 11rem !important;
}
.product-list-area .product-list-box .subject-title-pic-box {
  margin-top: 1rem;
}
.product-list-area .product-list-box .subject-title-pic-box img {
  max-width: 100%;
  height: auto;
}
.product-list-area .product-list-box .list-attr-area {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 1rem 0;
}
.product-list-area .product-list-box .list-attr-area .select-sort-box {
  height: 1.5rem;
  padding: 0.2rem 1.5rem 0.2rem 0.5rem;
}
.product-list-area .product-list-box .list-attr-area .list-type-box {
  display: flex;
  gap: 0.5rem;
}
.product-list-area .product-list-box .list-attr-area .list-type-box .list-type-btn .box-area {
  fill: #fff;
  stroke: #B3B3B3;
}
.product-list-area .product-list-box .list-attr-area .list-type-box .list-type-btn .grid-area {
  fill: #B3B3B3;
}
.product-list-area .product-list-box .list-attr-area .list-type-box .list-type-btn.active .box-area {
  fill: #000;
  stroke: #000;
}
.product-list-area .product-list-box .list-attr-area .list-type-box .list-type-btn.active .grid-area {
  fill: #fff;
}
.product-list-area .product-list-box .list-attr-area .list-type-box .list-type-btn:hover .box-area {
  fill: #ffe100;
  stroke: #ffe100;
}
.product-list-area .product-list-box .list-attr-area .list-type-box .list-type-btn:hover .grid-area {
  fill: #fff;
}
@media screen and (min-width: 992px) {
  .product-list-area .cat-list-box {
    display: block;
  }
  .product-list-area .cat-list-box .cat-list {
    position: relative;
    font-weight: 400;
    font-size: 1rem;
    padding: 0;
    margin-bottom: 0;
  }
  .product-list-area .cat-list-box .cat-list > li {
    border-bottom: 0.05rem solid var(--bs-gray-200);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .product-list-area .cat-list-box .cat-list > li > a {
    display: block;
    position: relative;
    padding-bottom: 0.6rem;
  }
  .product-list-area .cat-list-box .cat-list > li > a.collapsed {
    padding-bottom: 0rem;
  }
  .product-list-area .cat-list-box .cat-list > li > a.collapsed:after {
    position: absolute;
    top: 0.2rem;
    right: 0rem;
    font-family: bootstrap-icons !important;
    content: "\f64d";
  }
  .product-list-area .cat-list-box .cat-list > li > a:after {
    position: absolute;
    top: 0.2rem;
    right: 0rem;
    font-family: bootstrap-icons !important;
    content: "\f63b";
  }
  .product-list-area .cat-list-box .cat-list > li ul li {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
  .product-list-area .cat-list-box .cat-list > li ul li a {
    color: var(--bs-gray-500);
  }
  .product-list-area .cat-list-box .cat-list > li ul li a:hover {
    color: var(--bs-secondary);
  }
  .product-list-area .product-list-box .list-attr-area {
    padding: 1.5rem 0;
  }
}

.promotion-picked-area .picked-item-area {
  border: 0.05rem solid var(--bs-gray-200);
  position: relative;
  min-height: 15rem;
}
.promotion-picked-area .picked-item-area .picked-swiper-container {
  overflow: hidden;
}
.promotion-picked-area .picked-item-area .picked-swiper-container .swiper-button-next, .promotion-picked-area .picked-item-area .picked-swiper-container .swiper-button-prev {
  color: var(--bs-gray-900);
}
.promotion-picked-area .picked-item-area .picked-swiper-container .swiper-button-next {
  display: none;
}
.promotion-picked-area .picked-item-area .picked-swiper-container .swiper-button-next:after {
  content: "";
  position: absolute;
  top: calc(50% - 1.2rem);
  right: -0.25rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/cart/swiper-icon.svg") no-repeat;
  background-size: 2.4rem 2.4rem;
}
.promotion-picked-area .picked-item-area .picked-swiper-container .swiper-button-prev {
  display: none;
}
.promotion-picked-area .picked-item-area .picked-swiper-container .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: calc(50% - 1.2rem);
  left: -0.25rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/cart/swiper-icon.svg") no-repeat;
  background-size: 2.4rem 2.4rem;
  transform: scaleX(-1);
  /* 水平翻轉 */
}
.promotion-picked-area .picked-item-area .picked-swiper-container .swiper-button-visible {
  opacity: 1;
  /* 顯示按鈕 */
}
.promotion-picked-area .picked-item-area .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.promotion-picked-area .picked-item-area .swiper-slide .delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: var(--bs-gray-400);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promotion-picked-area .picked-item-area .swiper-slide .delete-btn:hover {
  background-color: var(--bs-gray-900);
}

.list-area .list-item {
  transition: all 0.35s ease-in-out;
}
.list-area .list-item > a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.list-area .list-item.promotion-item .form-select {
  font-size: 0.8rem;
  padding: 0.3rem 2rem 0.2rem 0.5rem;
}
.list-area .list-item.promotion-item .form-control {
  padding: 0.15rem 0.15rem 0.15rem;
  font-size: 0.8rem;
  height: 1.6rem;
}
.list-area .list-item.promotion-item .btn.type-5 {
  width: 100%;
  padding: 0.15rem 0.15rem 0.15rem;
}
.list-area .list-item.promotion-item .num-input-area .input-addon-btn {
  height: 1.6rem;
}
.list-area .list-item.promotion-item .num-input-area .input-addon-btn:after {
  top: 0.2rem;
}
.list-area .list-item .list-media {
  position: relative;
}
.list-area .list-item .list-media figure.soldout {
  opacity: 0.5;
}
.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 .product-attr-box {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: flex;
  justify-content: space-between !important;
  width: 100%;
}
.list-area .list-item .list-media .product-attr-box .tag-box {
  position: static;
}
.list-area .list-item .list-media .product-attr-box .tag-box .list-tag {
  font-size: 0.8rem;
  padding: 0.1rem 0.2rem;
  line-height: 1;
  border-radius: 0;
  margin: 0;
}
.list-area .list-item .list-media .product-attr-box .tag-box .list-tag + .list-tag {
  margin: 0;
}
.list-area .list-item .list-media .product-attr-box .tag-box .list-tag.sale {
  background-color: var(--bs-secondary);
  color: #fff;
}
.list-area .list-item .list-media .product-attr-box .tag-box .list-tag.pre {
  background-color: var(--bs-primary);
  color: #000;
}
.list-area .list-item .list-media .product-attr-box .tag-box .list-tag.soldout {
  background-color: #000;
  color: #fff;
}
.list-area .list-item .list-media .product-attr-box .tag-box .list-tag.freetran {
  background-color: #009933;
  color: #fff;
}
.list-area .list-item .list-media .tag-box {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: flex;
}
.list-area .list-item .list-media .tag-box .list-tag {
  font-size: 0.8rem;
  padding: 0.1rem 0.2rem;
  line-height: 1;
  border-radius: 0;
  margin: 0;
  font-weight: bold;
  z-index: 5;
}
.list-area .list-item .list-media .tag-box .list-tag.hot {
  background-color: var(--bs-danger);
  color: var(--bs-white);
}
.list-area .list-item .list-media .tag-box .list-tag.top {
  background-color: var(--bs-primary);
  color: #000;
}
.list-area .list-item .list-content {
  position: relative;
}
.list-area .list-item .list-content .list-header {
  margin-bottom: 0.5rem;
}
.list-area .list-item .list-content .list-header h2.list-title {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  transition: all 0.35s ease-in-out;
}
.list-area .list-item .list-content .list-header h3.list-title {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #484241;
  font-weight: 500;
  transition: all 0.35s ease-in-out;
}
.list-area .list-item .list-content .list-price del {
  font-size: 0.85rem;
  color: var(--bs-gray-500);
}
.list-area .list-item .list-content .list-price ins {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-secondary);
  text-decoration: none;
  margin-right: 0.4rem;
}
.list-area .list-item .list-content .list-intro {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--bs-gray-600);
}
.list-area .list-item .list-content .list-intro p {
  margin-bottom: 0;
}
.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-header h2.list-title {
  color: var(--bs-danger);
}
.list-area.type-1 .list-item figure {
  padding-bottom: 75%;
  width: 100%;
}
.list-area.type-1 .list-item .list-content {
  padding: 1rem 0rem 0rem 0rem;
}
.list-area.type-1 .list-item .list-content .list-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-1 .list-item .list-content .list-intro {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-product .list-item figure {
  padding-bottom: 100%;
  width: 100%;
}
.list-area.type-product .list-item .list-content {
  padding: 1rem 0rem 0rem 0rem;
}
.list-area.type-product .list-item .list-content .list-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-product .list-item .list-content .list-intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-2 .list-item > a {
  display: flex;
  flex-direction: row;
  align-items: stretch !important;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  .list-area.type-2 .list-item > a {
    flex-direction: row;
  }
}
.list-area.type-2 .list-item .list-media {
  width: 8rem;
}
.list-area.type-2 .list-item .list-media figure {
  padding-bottom: 100%;
  width: 15rem;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .list-area.type-2 .list-item .list-media {
    width: 15rem;
  }
  .list-area.type-2 .list-item .list-media figure {
    padding-bottom: 100%;
    width: 15rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .list-area.type-2 .list-item .list-media {
    width: 15rem;
  }
}
.list-area.type-2 .list-item .list-content {
  padding: 0rem 0rem 0rem 0rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1 !important;
}
.list-area.type-2 .list-item .list-content .list-header {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-2 .list-item .list-content .list-header h2.list-title {
  font-weight: 500;
}
.list-area.type-2 .list-item .list-content .list-intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .list-area.type-2 .list-item .list-content .list-intro {
    margin-top: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .list-area.type-2 .list-item .list-content .list-intro {
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.list-area.type-2 .list-item .list-content .list-price {
  margin-top: auto;
}

.product-info-wrapper .media-area {
  position: relative;
}
.product-info-wrapper .price {
  font-weight: 700;
  margin: 0;
}
.product-info-wrapper .price del {
  font-size: 1.2rem;
}
.product-info-wrapper .price ins {
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
.product-info-wrapper .btn-addtocart {
  height: 2rem;
  width: 100%;
  font-weight: 400;
  background-color: var(--bs-secondary);
}
.product-info-wrapper .product-attr-box .tag-box {
  position: static;
  display: flex;
  gap: 0.5rem;
}
.product-info-wrapper .product-attr-box .tag-box .list-tag {
  font-size: 0.85rem;
  padding: 0.2rem 0.65rem;
  line-height: 1;
  border-radius: 0;
  margin: 0;
}
.product-info-wrapper .product-attr-box .tag-box .list-tag.sale {
  background-color: var(--bs-secondary);
  color: #fff;
}
.product-info-wrapper .product-attr-box .tag-box .list-tag.pre {
  background-color: var(--bs-primary);
  color: #000;
}
.product-info-wrapper .product-attr-box .tag-box .list-tag.soldout {
  background-color: #000;
  color: #fff;
}
.product-info-wrapper .product-attr-box .tag-box .list-tag.freetran {
  background-color: #009933;
  color: #fff;
}
.product-info-wrapper .picker label {
  inline-size: 2rem;
  block-size: 2rem;
  margin-bottom: 0.2rem;
  border-radius: 100%;
}
.product-info-wrapper .picker label[for*=size] {
  inline-size: 3.5rem;
  block-size: 2rem;
}
@media screen and (min-width: 992px) {
  .product-info-wrapper .picker label[for*=size] {
    inline-size: 5rem;
    block-size: 2rem;
  }
}
.product-info-wrapper .picker label[for*=size] > span {
  font-size: 0.7rem;
  line-height: 1;
  display: grid;
  place-items: center;
  padding: 0.2rem;
  background: transparent;
  border: 0.05rem solid var(--bs-gray-600);
  border-radius: 0rem;
}
.product-info-wrapper .picker label[for*=size] > input:checked ~ span {
  background-color: #fff;
  color: #000;
}
.product-info-wrapper .picker label[for*=color] > input:checked ~ span {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--bg-color);
}
.product-info-wrapper .activity a {
  color: var(--bs-secondary);
}
.product-info-wrapper .activity a:hover {
  text-decoration: underline;
}
.product-info-wrapper .addon-box {
  background-color: #fff;
  border-top: 0.05rem solid var(--bs-gray-200);
  border-left: 0.05rem solid var(--bs-gray-200);
  border-right: 0.05rem solid var(--bs-gray-200);
}
.product-info-wrapper .addon-box .addon-item {
  padding: 0.75rem;
  border-bottom: 0.05rem solid var(--bs-gray-200);
}
.product-info-wrapper .addon-box .addon-item .addon-product {
  display: flex;
  flex-direction: column;
}
.product-info-wrapper .addon-box .addon-item .addon-product .media-box {
  position: relative;
}
.product-info-wrapper .addon-box .addon-item .addon-product .media-box .soldout img {
  opacity: 0.5;
}
.product-info-wrapper .addon-box .addon-item .addon-product .media-box .attr-box {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: flex;
  justify-content: end;
  width: 100%;
}
.product-info-wrapper .addon-box .addon-item .addon-product .media-box .attr-box .empty-tag {
  background-color: #000;
  color: #fff;
  font-size: 0.8rem;
  padding: 0 0.2rem;
}
@media screen and (min-width: 992px) {
  .product-info-wrapper .addon-box .addon-item .addon-product {
    padding-left: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-info-wrapper .addon-box .addon-item .addon-product {
    min-height: 7.5rem;
    padding-left: 8rem;
  }
}
.product-info-wrapper .addon-box .addon-item .desc-info {
  font-size: 0.8rem;
  color: var(--bs-gray-500);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-info-wrapper .addon-box .media-box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 4.5rem;
  min-height: 4.5rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .product-info-wrapper .addon-box .media-box {
    padding-left: 0;
    min-height: auto;
  }
}
.product-info-wrapper .addon-box .media-box .img-area {
  width: 4rem !important;
  position: absolute;
  left: 0rem;
}
.product-info-wrapper .addon-box .media-box .img-area img {
  width: 4rem !important;
  height: auto !important;
}
@media screen and (min-width: 992px) {
  .product-info-wrapper .addon-box .media-box .img-area {
    left: -4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-info-wrapper .addon-box .media-box .img-area {
    width: 7.5rem !important;
    position: absolute;
    left: -8rem;
  }
  .product-info-wrapper .addon-box .media-box .img-area img {
    width: 7.5rem !important;
    height: auto !important;
  }
}
.product-info-wrapper .addon-box .price-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: flex-end !important;
}
.product-info-wrapper .addon-box .price-box .num-input-area {
  width: 5rem;
}
@media screen and (min-width: 320px) {
  .product-info-wrapper .addon-box .price-box .num-input-area {
    width: 6rem;
  }
}
.product-info-wrapper .addon-box .price-box del {
  font-size: 0.85rem;
}
.product-info-wrapper .addon-box .price-box ins {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.product-intro-wrapper img, .product-intro-wrapper iframe {
  max-width: 100%;
}
.product-intro-wrapper img {
  max-width: 100%;
  height: auto;
}
.product-intro-wrapper .tab-content .accordion-item-title {
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid var(--bs-primary);
  font-weight: 700;
  position: relative;
}
.product-intro-wrapper .tab-content .accordion-item-title a.active:after {
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  font-family: bootstrap-icons !important;
  content: "\f63b";
}
.product-intro-wrapper .tab-content .accordion-item-title a:after {
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  font-family: bootstrap-icons !important;
  content: "\f64d";
}
.product-intro-wrapper .tab-pane {
  display: block;
}
.product-intro-wrapper .tab-pane.fade:not(.show) {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .product-intro-wrapper .tab-pane:not(.active) {
    display: none;
  }
  .product-intro-wrapper .tab-pane.fade:not(.show) {
    opacity: 0;
  }
}
.product-intro-wrapper .tab-pane .accordion-item-content {
  display: none;
}
.product-intro-wrapper .tab-pane.active .accordion-item-content {
  display: block;
  margin-top: 1rem;
}
.product-intro-wrapper .tab-pane.active .accordion-item-title a:after {
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  font-family: bootstrap-icons !important;
  content: "\f63b";
}
.product-intro-wrapper .nav-tabs.nav-tabs-basic {
  border-bottom: 0.1rem solid var(--bs-primary);
}
.product-intro-wrapper .nav-tabs.nav-tabs-basic .nav-item {
  margin-bottom: 0;
}
.product-intro-wrapper .nav-tabs.nav-tabs-basic .nav-item .nav-link {
  padding: 1.5rem 0rem;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 0.3rem solid #fff;
  margin-bottom: 0rem;
  color: #000;
}
.product-intro-wrapper .nav-tabs.nav-tabs-basic .nav-item .nav-link.active {
  color: #000;
  border-color: var(--bs-primary);
  border-bottom: 0.3rem solid var(--bs-primary);
}
@media screen and (min-width: 768px) {
  .product-intro-wrapper .nav-tabs.nav-tabs-basic .nav-item .nav-link {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 992px) {
  .product-intro-wrapper .nav-tabs.nav-tabs-basic .nav-item .nav-link {
    padding: 2.5rem 3rem;
    font-size: 1.1rem;
    margin-bottom: 0rem;
  }
}

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

.form-floating > label {
  padding: 0.9rem 0.5rem;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3rem + 2px);
  line-height: 1.25;
  padding: 0.6rem 0.5rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.2rem;
  padding-bottom: 0.2rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.2rem;
  padding-bottom: 0.2rem;
}
.form-floating .hide-icon {
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: var(--bs-gray-500);
}
.form-floating .hide-icon:before {
  font-family: bootstrap-icons;
  content: "\f340";
  display: inline-block;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}
.form-floating .hide-icon.closed:before {
  font-family: bootstrap-icons;
  content: "\f341";
  display: inline-block;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}
.form-floating .select2-container.select2-container--default .select2-selection--single {
  height: 3.1rem;
}
.form-floating .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.6rem 1.9rem 1rem 0.5rem;
}

.form-floating > .form-select ~ label {
  transform: unset;
}

.search-form {
  position: relative;
}
.search-form .form-control {
  margin: 0;
  padding-right: 2.25rem !important;
}
.search-form:before {
  content: "\eca5";
  font-family: Unicons;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  font-size: 1rem;
  color: #000;
  z-index: 1;
}

.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;
  font-size: 0.85rem;
}
.form-control.check-vcode {
  height: 2.3rem;
}
.form-control:not(textarea) {
  height: 2rem;
}
.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-secondary);
}
@media screen and (min-width: 1200px) {
  .form-control::-moz-placeholder {
    position: absolute;
    top: 0.5rem;
  }
  .form-control::placeholder {
    position: absolute;
    top: 0.5rem;
  }
  .form-control.en::-moz-placeholder {
    position: absolute;
    top: 0.75rem;
  }
  .form-control.en::placeholder {
    position: absolute;
    top: 0.75rem;
  }
}

.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 {
  gap: 0.5rem;
}
.input-group.no-gap {
  gap: 0;
}
.input-group .btn {
  max-height: unset;
}
.input-group a {
  padding: 0.55rem 0.45rem 0.5rem;
  background-color: var(--bs-secondary);
  border: 0;
  color: var(--bs-white);
  font-size: 0.85rem;
  transition: 0.2s all;
  height: 2rem;
}
.input-group a.full {
  height: calc(3rem + 2px);
}
.input-group a:hover, .input-group a:focus {
  background-color: var(--bs-dark);
}
.input-group > button {
  padding: 0.3rem 0.45rem 0.5rem;
  background-color: var(--bs-secondary);
  border: 0;
  color: var(--bs-white);
  font-size: 0.85rem;
  transition: 0.2s all;
  height: 2rem;
}
.input-group > button:hover, .input-group > button:focus {
  background-color: var(--bs-dark);
}

.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 {
  padding: 1.25rem 0;
  background-color: var(--bs-white);
}
@media screen and (min-width: 992px) {
  .form-group {
    padding: 1.5rem 0;
  }
}
.form-group + .form-group {
  margin-top: 1.25rem 0;
}
.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-secondary);
  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;
}

.form-select-area label {
  font-size: 0.8rem;
  color: var(--bs-gray-500);
}

.form-check {
  margin-top: 0.6rem;
}
.form-check.other {
  display: flex;
  align-items: center;
}
.form-check.other .form-control {
  margin-left: 0.5rem;
}

.form-check-input:checked {
  background-color: #e95a75;
  border-color: #e95a75;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input:focus {
  border-color: #e95a75;
  outline: 0;
  box-shadow: 0 1px 2px rgba(51, 44, 43, 0.05), 0 0 0 3px #fec2cd;
}

.select2-container.select2-container--default.is-invalid .select2-selection--single {
  box-shadow: none;
  outline: none;
}
.select2-container.select2-container--default.is-invalid .select2-selection--single .select2-selection__rendered {
  border-color: var(--bs-secondary);
}
.select2-container.select2-container--default .select2-selection--single {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1;
  box-shadow: none;
  padding: 0;
  height: 2rem;
  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.5rem 1.9rem 0.4rem 0.5rem;
  border: 0.05rem solid var(--bs-gray-200);
  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 {
  height: 1.9rem;
  width: 1.45rem;
  top: calc(50% - 0.45rem);
  right: 0.1rem;
}
.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-secondary);
}
.select2-container.select2-container--default .select2-dropdown {
  border: 0.05rem solid var(--bs-gray-400);
  position: relative;
  z-index: 999;
  font-size: 0.85rem;
  color: var(--bs-gray-500);
  margin-top: 0rem;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options {
  padding: 0;
}
.select2-container.select2-container--default li.select2-results__option {
  ppadding: 0.4rem 0.5rem;
  border-radius: 0rem;
  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 .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 > * {
  min-width: 5.1rem;
}
.form-process-wrapper .step-item .step {
  text-align: center;
  margin-bottom: 1rem;
}
.form-process-wrapper .step-item .step .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E6E6;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  font-size: 2.2rem;
  font-weight: bold;
}
.form-process-wrapper .step-item .step .num .checkout-step-icon path {
  stroke: #868282 !important;
}
.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 .step .num .checkout-step-icon path {
  stroke: #000 !important;
}
.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:not(:last-child) {
  position: relative;
}
.form-process-wrapper .step-item: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: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .form-process-wrapper .step-item:not(:last-child):after {
    position: static;
  }
}
@media screen and (min-width: 992px) {
  .form-process-wrapper .step-item:not(:last-child):after {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
.form-process-wrapper .step-item.current {
  display: flex !important;
}

.num-input-area {
  position: relative;
}
.num-input-area input[type=number]::-webkit-inner-spin-button,
.num-input-area input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.num-input-area input[type=number] {
  -moz-appearance: textfield;
}
.num-input-area .form-control {
  height: 2rem;
  padding: 0.1rem 1.5rem 0.2rem;
  width: 100%;
}
.num-input-area .form-control:focus {
  color: #332c2b;
  background-color: #fff;
  border-color: #e95a75;
  outline: 0;
  box-shadow: 0 0 0 #fff6b8, 0 1px 2px rgba(51, 44, 43, 0.05), 0 0 0 3px #fec2cd;
}
.num-input-area .input-addon-btn {
  width: 1.5rem;
  height: 2rem;
  cursor: pointer;
  position: absolute;
}
.num-input-area .input-addon-btn.add-btn {
  position: absolute;
  top: 0rem;
  right: 0rem;
  border-left: 0.05rem solid var(--bs-gray-300);
}
.num-input-area .input-addon-btn.add-btn:after {
  font-family: bootstrap-icons !important;
  content: "\f64d";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  color: var(--bs-gray-500);
}
.num-input-area .input-addon-btn.add-btn:hover {
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 #fff6b8, 0 1px 2px rgba(51, 44, 43, 0.05), 0 0 0 3px #fec2cd;
  border: 0.05rem solid var(--bs-secondary);
}
.num-input-area .input-addon-btn.add-btn:hover:after {
  color: #000;
}
.num-input-area .input-addon-btn.minus-btn {
  position: absolute;
  top: 0rem;
  left: 0rem;
  border-right: 0.05rem solid var(--bs-gray-300);
}
.num-input-area .input-addon-btn.minus-btn:after {
  font-family: bootstrap-icons !important;
  content: "\f63b";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  color: var(--bs-gray-500);
}
.num-input-area .input-addon-btn.minus-btn:hover {
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 #fff6b8, 0 1px 2px rgba(51, 44, 43, 0.05), 0 0 0 3px #fec2cd;
  border: 0.05rem solid var(--bs-secondary);
}
.num-input-area .input-addon-btn.minus-btn:hover:after {
  color: #000;
}

a.simple {
  color: #006abf;
  text-decoration: underline;
}

.cart-form-wrapper .accordion-wrapper .card {
  box-shadow: unset;
  border: 0.05rem solid var(--bs-gray-200);
}
.cart-form-wrapper .accordion-wrapper .card-header button {
  padding: 0 0 0 0rem;
}
.cart-form-wrapper .accordion-wrapper .card-header button:before {
  left: unset;
  right: 1rem;
}
.cart-form-wrapper .payment-area, .cart-form-wrapper .shipment-area, .cart-form-wrapper .coupon-area, .cart-form-wrapper .discount-area, .cart-form-wrapper .summary-area, .cart-form-wrapper .shipment-area, .cart-form-wrapper .receipt-area {
  margin-top: 2rem;
  border-top: 0.05rem solid var(--bs-gray-200);
  padding: 2.5rem 0 0;
}
.cart-form-wrapper .payment-area .title-box, .cart-form-wrapper .shipment-area .title-box, .cart-form-wrapper .coupon-area .title-box, .cart-form-wrapper .discount-area .title-box, .cart-form-wrapper .summary-area .title-box, .cart-form-wrapper .shipment-area .title-box, .cart-form-wrapper .receipt-area .title-box {
  font-weight: 700;
  font-size: 1.5rem;
}
.cart-form-wrapper .shipment-area {
  padding: 0;
  border-top: 0;
}
.cart-form-wrapper .discount-area {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .cart-form-wrapper .discount-area {
    margin-top: 0rem;
    border-top: 0;
    padding: 0 0 2.5rem;
  }
}
.cart-form-wrapper .summary-area {
  border-top: 0;
  margin-top: 0rem;
  border-top: 0;
  padding: 0 0 0;
}
.cart-form-wrapper .summary-area .title-box {
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.05rem solid var(--bs-gray-200);
}
.cart-form-wrapper .summary-area .summary-box {
  color: var(--bs-gray-500);
}
.cart-form-wrapper .summary-area .summary-box .price {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) {
  .cart-form-wrapper .left-area {
    border-right: 0.05rem solid var(--bs-gray-200);
  }
}
.cart-form-wrapper .shopping-cart {
  border-top: 0;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  .cart-form-wrapper .shopping-cart .shopping-cart-item {
    min-height: 9.5rem;
    padding-left: 8rem;
  }
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 6.5rem;
  min-height: 6.5rem;
  font-weight: 700;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .title-box .title {
  line-height: 1.5;
  -webkit-line-clamp: unset;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .title-box .item-del {
  top: 0;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .tag-box {
  position: static;
  display: flex;
  gap: 0.25rem;
  margin-top: 0.4rem;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .tag-box .list-tag {
  font-size: 0.8rem;
  padding: 0.2rem 0.2rem;
  line-height: 1;
  border-radius: 0;
  margin: 0;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .tag-box .list-tag.sale {
  background-color: var(--bs-secondary);
  color: #fff;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .tag-box .list-tag.pre {
  background-color: var(--bs-primary);
  color: #000;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .tag-box .list-tag.soldout {
  background-color: #000;
  color: #fff;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .tag-box .list-tag.freetran {
  background-color: #009933;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .cart-form-wrapper .shopping-cart .shopping-cart-item .info-area {
    padding-left: 0rem;
    min-height: unset;
  }
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .img-area {
  width: 6rem !important;
  position: absolute;
  left: 0rem;
}
@media screen and (min-width: 992px) {
  .cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .img-area {
    width: 7.5rem !important;
    position: absolute;
    left: -8rem;
  }
  .cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .img-area img {
    width: 7.5rem !important;
    max-width: 7.5rem !important;
    height: auto !important;
  }
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .info-area .style-box {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--bs-gray-500);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .cart-form-wrapper .shopping-cart .shopping-cart-item .form-select-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
  }
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .form-select-wrapper .extra-info-box {
  font-size: 0.8rem;
  font-weight: 400;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .form-select-wrapper .extra-info-box .reached {
  color: #009933;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .form-select-wrapper .extra-info-box .unreached {
  color: var(--bs-secondary);
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .form-select-wrapper .price-box {
  display: flex;
  flex-direction: row;
  justify-content: start !important;
  align-items: flex-end !important;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .form-select-wrapper .price-box .price {
  margin-left: 0.5rem;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.cart-form-wrapper .shopping-cart .shopping-cart-item .form-select-wrapper .price-box .price ins {
  font-size: 1.2rem;
}
.cart-form-wrapper .checkout-info-area {
  position: relative;
}
.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-history .tab-area .cat-dropdown button.dropdown-toggle {
  color: white;
  background-color: var(--bs-secondary);
}
.about-history .tab-area .cat-dropdown button.dropdown-toggle:after {
  font-family: bootstrap-icons;
  content: "\f282";
  background: unset;
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (min-width: 992px) {
  .about-history .tab-area {
    border-top: 1px solid white;
  }
  .about-history .tab-area .cat-btn-box .btn {
    padding: 1.2rem 0.8rem 1rem;
    border-radius: 0;
    color: #9B9898;
    background: #fff;
    margin-top: 1.5rem;
    position: relative;
    font-size: 1rem;
  }
  .about-history .tab-area .cat-btn-box .btn:before {
    position: absolute;
    content: "";
    top: -1.95rem;
    left: center;
    color: var(--bs-primary);
    background: var(--bs-primary);
    padding: 4px;
    border: 0.2rem solid white;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    transition: all 0.2s ease-in-out;
  }
  .about-history .tab-area .cat-btn-box .btn:after {
    content: "";
    background: white;
    position: absolute;
    top: -1rem;
    left: center;
    height: 1.5rem;
    width: 0.1rem;
    transition: all 0.2s ease-in-out;
  }
  .about-history .tab-area .cat-btn-box .btn:hover, .about-history .tab-area .cat-btn-box .btn:focus, .about-history .tab-area .cat-btn-box .btn.active {
    background-color: var(--bs-secondary);
    color: white;
    transition: all 0.2s ease-in-out;
  }
  .about-history .tab-area .cat-btn-box .btn:hover:before, .about-history .tab-area .cat-btn-box .btn:focus:before, .about-history .tab-area .cat-btn-box .btn.active:before {
    color: var(--bs-secondary);
    background: var(--bs-secondary);
  }
  .about-history .tab-area .cat-btn-box .btn:hover:after, .about-history .tab-area .cat-btn-box .btn:focus:after, .about-history .tab-area .cat-btn-box .btn.active:after {
    color: var(--bs-secondary);
    background: var(--bs-secondary);
  }
}
@media screen and (min-width: 1200px) {
  .about-history .tab-area .cat-btn-box .btn {
    font-size: 1.2rem;
    padding: 1.5rem 1rem 1.2rem;
  }
}
.about-history article h3 {
  font-size: 1.2rem;
  padding: 2.5rem 0 2.1rem;
  margin: 0;
  color: #000;
}
.about-history article ul {
  padding: 0;
  list-style: none !important;
  margin-bottom: 0rem;
}
.about-history article ul > li {
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.about-history article ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.2rem;
  top: 0.35rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--bs-danger);
  border-radius: 50%;
}
.about-history article ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item;
  margin-bottom: 0rem;
}
.about-history article ol > li {
  display: block;
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.about-history article ol > li:before {
  position: absolute;
  text-align: right;
  left: 0;
  top: 0;
  content: counter(ol-item) ".";
  counter-increment: ol-item;
  font-weight: bold;
  display: inline-block;
  min-width: 0.8rem;
}
.about-history article .pic-box {
  width: 100%;
  padding-bottom: 0;
  position: relative;
}
.about-history article .pic-box figure {
  width: 100%;
  padding-bottom: 56.25%;
}
.about-history article .pic-box 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;
}
@media screen and (min-width: 768px) {
  .about-history article .pic-box {
    height: 10rem;
    width: 25%;
  }
}

.about-organizational .cat-btn-box {
  justify-content: space-between !important;
}
@media screen and (min-width: 375px) {
  .about-organizational .cat-btn-box {
    justify-content: flex-start !important;
  }
  .about-organizational .cat-btn-box.just-center {
    justify-content: center !important;
  }
}
.about-organizational .cat-btn-box .nav-link.btn {
  padding: 0.5rem 0.35rem 0.3rem;
  background: #fff;
  color: var(--bs-gray-500);
}
.about-organizational .cat-btn-box .nav-link.btn:hover {
  color: #332c2b;
}
.about-organizational .cat-btn-box .nav-link.btn.active {
  background: var(--bs-primary);
  color: #332c2b;
  transform: translateY(0rem);
}
@media screen and (min-width: 320px) {
  .about-organizational .cat-btn-box .nav-link.btn {
    padding: 0.5rem 0.5rem 0.3rem;
  }
}
@media screen and (min-width: 375px) {
  .about-organizational .cat-btn-box .nav-link.btn {
    margin-right: 0.5rem;
    padding: 0.5rem 0.9rem 0.3rem;
  }
  .about-organizational .cat-btn-box .nav-link.btn:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) {
  .about-organizational .cat-btn-box .nav-link.btn {
    margin-right: 0.8rem;
    padding: 0.5rem 1.5rem 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  .about-organizational .cat-btn-box .nav-link.btn {
    margin-right: 1rem;
    padding: 0.5rem 2rem 0.3rem;
  }
}
.about-organizational .orgchart .org-level-1 {
  position: relative;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 0.3rem;
  padding: 0.4rem 0.5rem 0.1rem;
  margin: 0 auto 1.2rem;
  text-align: center;
  background: var(--bs-primary);
}
.about-organizational .orgchart .org-level-1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 0.8rem;
  background: var(--bs-primary);
}
@media screen and (min-width: 768px) {
  .about-organizational .orgchart .org-level-1 {
    width: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .about-organizational .orgchart .org-level-1 {
    font-size: 1rem;
    border-radius: 0.4rem;
    padding: 0.6rem 0.6rem 0.3rem;
    margin: 0 auto 1.5rem;
    width: 8rem;
  }
  .about-organizational .orgchart .org-level-1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 1.1rem;
    background: var(--bs-primary);
  }
}
@media screen and (min-width: 1200px) {
  .about-organizational .orgchart .org-level-1 {
    font-size: 1.2rem;
    border-radius: 0.6rem;
    padding: 0.6rem 3rem 0.3rem;
    margin: 0 auto 1.8rem;
    width: 10rem;
  }
  .about-organizational .orgchart .org-level-1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 1.2rem;
    background: var(--bs-primary);
  }
}
.about-organizational .orgchart .org-level-2-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-organizational .orgchart .org-level-2-wrapper {
    padding-top: 1.5rem;
  }
  .about-organizational .orgchart .org-level-2-wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 4.1rem;
    width: calc(100% - 8.2rem);
    height: 0.1rem;
    background: var(--bs-primary);
  }
}
@media screen and (min-width: 992px) {
  .about-organizational .orgchart .org-level-2-wrapper {
    padding-top: 1.5rem;
  }
  .about-organizational .orgchart .org-level-2-wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 4.6rem;
    width: calc(100% - 9.2rem);
    height: 0.15rem;
    background: var(--bs-primary);
  }
}
@media screen and (min-width: 1200px) {
  .about-organizational .orgchart .org-level-2-wrapper {
    padding-top: 2rem;
  }
  .about-organizational .orgchart .org-level-2-wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 5.6rem;
    width: calc(100% - 11.2rem);
    height: 0.15rem;
    background: var(--bs-primary);
  }
}
.about-organizational .orgchart .org-level-2-wrapper .org-level-2 {
  position: relative;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 0.3rem;
  padding: 0.4rem 0.5rem 0.1rem;
  text-align: center;
  background: var(--bs-secondary);
  color: white;
}
.about-organizational .orgchart .org-level-2-wrapper .org-level-2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 1rem;
  background: var(--bs-secondary);
}
@media screen and (min-width: 768px) {
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2 {
    width: 7rem;
    background: var(--bs-primary);
    color: var(--bs-body-color);
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2:before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.1rem;
    height: 1.1rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2.left-side:before {
    border-left: 0.1rem solid var(--bs-primary);
    border-top: 0.1rem solid var(--bs-primary);
    border-top-left-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -1.5rem;
    left: calc(50% + 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2.right-side:before {
    border-right: 0.1rem solid var(--bs-primary);
    border-top: 0.1rem solid var(--bs-primary);
    border-top-right-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -1.5rem;
    left: calc(50% - 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.1rem;
    height: 0.8rem;
    background: var(--bs-primary);
  }
}
@media screen and (min-width: 992px) {
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2 {
    font-size: 1rem;
    border-radius: 0.4rem;
    padding: 0.6rem 0.3rem 0.3rem;
    width: 8rem;
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2:before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 1.1rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2.left-side:before {
    border-left: 0.15rem solid var(--bs-primary);
    border-top: 0.15rem solid var(--bs-primary);
    border-top-left-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -1.5rem;
    left: calc(50% + 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2.right-side:before {
    border-right: 0.15rem solid var(--bs-primary);
    border-top: 0.15rem solid var(--bs-primary);
    border-top-right-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -1.5rem;
    left: calc(50% - 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 1.1rem;
    background: var(--bs-primary);
  }
}
@media screen and (min-width: 1200px) {
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2 {
    font-size: 1.2rem;
    border-radius: 0.6rem;
    padding: 0.6rem 0.3rem 0.3rem;
    width: 10rem;
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2:before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 1.2rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2.left-side:before {
    border-left: 0.15rem solid var(--bs-primary);
    border-top: 0.15rem solid var(--bs-primary);
    border-top-left-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -2rem;
    left: calc(50% + 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2.right-side:before {
    border-right: 0.15rem solid var(--bs-primary);
    border-top: 0.15rem solid var(--bs-primary);
    border-top-right-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -2rem;
    left: calc(50% - 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
  .about-organizational .orgchart .org-level-2-wrapper .org-level-2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 1.2rem;
    background: var(--bs-primary);
  }
}
.about-organizational .orgchart .org-level-3-wrapper {
  position: relative;
  border: 0.1rem solid var(--bs-secondary);
  background: white;
  padding: 1.2rem 0.9rem 0.9rem;
  margin: 1rem auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-organizational .orgchart .org-level-3-wrapper {
    background: transparent;
    border: 0;
    padding: unset;
    padding-top: 1.6rem;
    margin: 1.2rem auto 0rem;
    line-height: 1.1;
  }
  .about-organizational .orgchart .org-level-3-wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 1.85rem;
    width: calc(100% - 3.7rem);
    height: 0.1rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-3-wrapper.one-item:before {
    content: none;
  }
  .about-organizational .orgchart .org-level-3-wrapper.two-item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 2.85rem;
    width: calc(100% - 5.7rem);
    height: 0.1rem;
    background: var(--bs-primary);
  }
}
@media screen and (min-width: 992px) {
  .about-organizational .orgchart .org-level-3-wrapper {
    padding-top: 1.6rem;
    margin: 1.6rem auto 0rem;
  }
  .about-organizational .orgchart .org-level-3-wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 2.25rem;
    width: calc(100% - 4.5rem);
    height: 0.15rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-3-wrapper.one-item:before {
    content: none;
  }
  .about-organizational .orgchart .org-level-3-wrapper.two-item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 2.9rem;
    width: calc(100% - 5.8rem);
    height: 0.15rem;
    background: var(--bs-primary);
  }
}
@media screen and (min-width: 1200px) {
  .about-organizational .orgchart .org-level-3-wrapper {
    padding-top: 2rem;
    margin: 2rem auto 0rem;
  }
  .about-organizational .orgchart .org-level-3-wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 2.6rem;
    width: calc(100% - 5.2rem);
    height: 0.15rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-3-wrapper.one-item:before {
    content: none;
  }
  .about-organizational .orgchart .org-level-3-wrapper.two-item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 3.575rem;
    width: calc(100% - 7.15rem);
    height: 0.15rem;
    background: var(--bs-primary);
  }
}
.about-organizational .orgchart .org-level-3-wrapper .org-level-3 {
  position: relative;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  color: var(--bs-gray-400);
}
@media screen and (min-width: 768px) {
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3 {
    width: 2.1rem;
    height: 6.8rem;
    padding: 0.8rem 0.5rem;
    margin: 0 0.2rem;
    text-align: center;
    border: 0.1rem solid var(--bs-primary);
    border-radius: 10rem;
    background: white;
    color: var(--bs-body-color);
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3:before {
    content: "";
    position: absolute;
    top: -1.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.1rem;
    height: 1.1rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3.one-side:before {
    content: "";
    position: absolute;
    top: -2.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.1rem;
    height: 1.8rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3.left-side:before {
    border-left: 0.1rem solid var(--bs-primary);
    border-top: 0.1rem solid var(--bs-primary);
    border-top-left-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -1.7rem;
    left: calc(50% + 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3.right-side:before {
    border-right: 0.1rem solid var(--bs-primary);
    border-top: 0.1rem solid var(--bs-primary);
    border-top-right-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -1.7rem;
    left: calc(50% - 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
}
@media screen and (min-width: 992px) {
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3 {
    font-size: 1rem;
    width: 2.5rem;
    height: 7.8rem;
    padding: 1rem 0.6rem;
    margin: 0 0.4rem;
    text-align: center;
    border: 0.15rem solid var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3:before {
    content: "";
    position: absolute;
    top: -1.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 1.1rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3.one-side:before {
    content: "";
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 1.9rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3.left-side:before {
    border-left: 0.15rem solid var(--bs-primary);
    border-top: 0.15rem solid var(--bs-primary);
    border-top-left-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -1.75rem;
    left: calc(50% + 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3.right-side:before {
    border-right: 0.15rem solid var(--bs-primary);
    border-top: 0.15rem solid var(--bs-primary);
    border-top-right-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -1.75rem;
    left: calc(50% - 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3 {
    font-size: 1.2rem;
    width: 3rem;
    height: 8.8rem;
    padding: 1rem 0.6rem;
    text-align: center;
    margin: 0 0.5rem;
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3:before {
    content: "";
    position: absolute;
    top: -2.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 1.2rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3.one-side:before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.15rem;
    height: 2.1rem;
    background: var(--bs-primary);
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3.left-side:before {
    border-left: 0.15rem solid var(--bs-primary);
    border-top: 0.15rem solid var(--bs-primary);
    border-top-left-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -2.1rem;
    left: calc(50% + 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
  .about-organizational .orgchart .org-level-3-wrapper .org-level-3.right-side:before {
    border-right: 0.15rem solid var(--bs-primary);
    border-top: 0.15rem solid var(--bs-primary);
    border-top-right-radius: 0.6rem;
    content: "";
    position: absolute;
    top: -2.1rem;
    left: calc(50% - 0.3rem);
    transform: translateX(-50%);
    width: 0.6rem;
    height: 1.2rem;
    background: transparent;
  }
}
.about-organizational article h3 {
  font-size: 1.2rem;
  margin: 1.5rem 0 0.6rem;
  color: #000;
}
@media screen and (min-width: 992px) {
  .about-organizational article h3 {
    margin: 3rem 0 0.6rem;
  }
}
.about-organizational article h4 {
  font-size: 1rem;
  color: #000;
  border-bottom: 0px;
  padding: 0;
  margin-top: 1.5rem;
}
.about-organizational article .list-box .title-row {
  border-top: 0.1rem solid var(--bs-gray-200);
  border-bottom: 0.25rem solid var(--bs-primary);
  padding: 1rem 0 0.6rem;
  font-size: 1rem;
  color: var(--bs-body-color);
  display: none;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .about-organizational article .list-box .title-row {
    display: flex;
  }
}
.about-organizational article .list-box .data-row {
  color: var(--bs-gray-700);
}
.about-organizational article .list-box .data-row .title {
  margin-top: 1rem;
  margin-bottom: 0.65rem;
  color: var(--bs-secondary);
}
@media screen and (min-width: 992px) {
  .about-organizational article .list-box .data-row .title {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--bs-gray-800);
  }
}
.about-organizational article .list-box .data-row .name {
  margin-top: 0.65rem;
  color: #000;
}
@media screen and (min-width: 992px) {
  .about-organizational article .list-box .data-row .name {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--bs-gray-800);
  }
}
@media screen and (min-width: 992px) {
  .about-organizational article .list-box .data-row {
    color: var(--bs-gray-800);
    display: flex;
  }
}
.about-organizational article .law-list-box {
  color: var(--bs-gray-800);
}
.about-organizational article .law-list-box div {
  border-top: 1px solid white;
  padding: 1rem 0;
}
.about-organizational article .law-list-box div:first-child {
  border-top: 5px solid var(--bs-primary);
}
.about-organizational article ul {
  padding: 0;
  list-style: none !important;
  margin-bottom: 0rem;
}
.about-organizational article ul.cjk {
  list-style: cjk-ideographic !important;
  margin-left: 1.7rem;
}
.about-organizational article ul.cjk > li {
  padding-left: 0rem;
}
.about-organizational article ul.cjk > li:before {
  content: none;
}
.about-organizational article ul > li {
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0rem;
}
.about-organizational article ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.2rem;
  top: 0.35rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--bs-body-color);
  border-radius: 50%;
}
.about-organizational article ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item;
  margin-bottom: 0rem;
}
.about-organizational article ol > li {
  display: block;
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0rem;
}
.about-organizational article ol > li:before {
  position: absolute;
  text-align: right;
  left: 0;
  top: 0;
  content: counter(ol-item) ".";
  counter-increment: ol-item;
  font-weight: bold;
  display: inline-block;
  min-width: 0.8rem;
}

.about-noordhoff .cat-btn-box {
  justify-content: space-between !important;
}
@media screen and (min-width: 375px) {
  .about-noordhoff .cat-btn-box {
    justify-content: flex-start !important;
  }
}
.about-noordhoff .cat-btn-box .nav-link.btn {
  padding: 0.5rem 0.35rem 0.3rem;
  background: #fff;
  color: var(--bs-gray-500);
}
.about-noordhoff .cat-btn-box .nav-link.btn:hover {
  color: #332c2b;
}
.about-noordhoff .cat-btn-box .nav-link.btn.active {
  background: var(--bs-primary);
  color: #332c2b;
  transform: translateY(0rem);
}
@media screen and (min-width: 320px) {
  .about-noordhoff .cat-btn-box .nav-link.btn {
    padding: 0.5rem 0.5rem 0.3rem;
  }
}
@media screen and (min-width: 375px) {
  .about-noordhoff .cat-btn-box .nav-link.btn {
    margin-right: 0.5rem;
    padding: 0.5rem 0.9rem 0.3rem;
  }
  .about-noordhoff .cat-btn-box .nav-link.btn:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) {
  .about-noordhoff .cat-btn-box .nav-link.btn {
    margin-right: 0.8rem;
    padding: 0.5rem 1.5rem 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  .about-noordhoff .cat-btn-box .nav-link.btn {
    margin-right: 1rem;
    padding: 0.5rem 2rem 0.3rem;
  }
}
.about-noordhoff ul {
  padding: 0;
  list-style: none !important;
  margin-bottom: 0rem;
}
.about-noordhoff ul > li {
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.about-noordhoff ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.2rem;
  top: 0.35rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--bs-secondary);
  border-radius: 50%;
}
.about-noordhoff h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.about-noordhoff hr {
  height: 5px;
  color: var(--bs-primary);
  margin: 0 0 1.5rem;
}
.about-noordhoff h3 {
  padding: 0.6rem 0;
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
  border-bottom: 0.1rem solid var(--bs-gray-200);
}
.about-noordhoff .desc {
  color: var(--bs-gray-800);
}
.about-noordhoff .img-book {
  width: 11rem;
  height: auto;
  max-width: unset;
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .about-noordhoff .img-book {
    margin-top: 0rem;
    margin-left: 1rem;
  }
}
.about-noordhoff .list-box {
  border-bottom: 5px solid var(--bs-primary);
}
.about-noordhoff .list-box .list-row {
  border-top: 2px solid var(--bs-primary);
  padding: 1rem 0;
}
.about-noordhoff .list-box .list-row:first-child {
  border-top: 5px solid var(--bs-primary);
}
.about-noordhoff .list-box .list-row .point-circle-box {
  padding: 0 1rem;
  text-align: center;
}
.about-noordhoff .list-box .list-row .point-circle-box .circle-box {
  margin: 0 auto;
  padding-top: 0.25rem;
  background: var(--bs-primary);
  color: #000;
  font-weight: 700;
  width: 4rem;
  height: 4rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-noordhoff .list-box .list-row .point-data-box {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .about-noordhoff .big-container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border: 0px solid #fff;
    height: 100%;
  }
  .about-noordhoff .big-container .main-pic-box {
    width: 48.05%;
    float: left;
    margin-right: 2.5rem;
    height: 100%;
  }
  .about-noordhoff .big-container article.post {
    margin-left: 53%;
  }
}
@media screen and (min-width: 1440px) {
  .about-noordhoff .big-container article.post {
    margin-left: 49%;
  }
}

.service-target h2 {
  font-size: 1.2rem;
}
.service-target a.title-cat-box img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.service-target a.title-cat-box:hover img {
  transform: translateY(-0.4rem);
}
@media screen and (min-width: 992px) {
  .service-target .big-container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border: 0px solid #fff;
    height: 100%;
  }
  .service-target .big-container.left-side .main-pic-box {
    width: 33.3%;
    float: left;
    margin-right: 2.5rem;
    height: 100%;
  }
  .service-target .big-container.left-side article.post {
    margin-left: 36%;
  }
  .service-target .big-container.right-side .main-pic-box {
    width: 33.3%;
    float: right;
    margin-left: 2.5rem;
    height: 100%;
  }
  .service-target .big-container.right-side article.post {
    margin-right: 36%;
  }
}
@media screen and (min-width: 1440px) {
  .service-target .big-container.left-side article.post {
    margin-left: 35%;
  }
  .service-target .big-container.right-side article.post {
    margin-right: 35%;
  }
}

.service-domestic .point-box .square-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.service-domestic .point-box .circle-item-box {
  position: absolute;
  top: 0;
  border: 0.6rem solid var(--bs-primary-400);
  background: white;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}
.service-domestic .point-box .circle-item-box .lt-5 {
  letter-spacing: 0.5rem;
  padding-left: 0.5rem;
}
@media screen and (min-width: 992px) {
  .service-domestic .point-box .col-lg-2 {
    width: 19.5%;
  }
}
@media screen and (min-width: 1200px) {
  .service-domestic .point-box .col-lg-2 {
    width: 18%;
  }
  .service-domestic .point-box .circle-item-box {
    font-size: 1.5rem;
  }
}
.service-domestic h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.4rem;
  margin-top: 0;
}
.service-domestic .btn-link-box a {
  display: block;
}
.service-domestic .btn-link-box a.btn {
  background-color: #fff;
  color: var(--bs-gray-500);
}
.service-domestic .btn-link-box a.btn:hover {
  background-color: var(--bs-primary);
  color: #000;
}
@media screen and (min-width: 576px) {
  .service-domestic .btn-link-box a {
    display: inline-block;
  }
  .service-domestic .btn-link-box a.btn {
    padding: 0.5rem 0.75rem 0.2rem;
  }
}

.service-education h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #000;
}
@media screen and (min-width: 992px) {
  .service-education figure.overlay {
    width: 100%;
    height: 100%;
  }
  .service-education figure.overlay 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;
  }
}
.service-education .item-list-box .desc-box h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  padding-bottom: 0.7rem;
  border-bottom: 0.05rem solid white;
  text-align: center;
  margin-bottom: 1.2rem;
}
.service-overseas h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.4rem;
  margin-top: 0;
}
.service-overseas h3.service-result {
  font-size: 1.8rem;
}
.service-overseas.cooperate-contry svg {
  max-width: 100% !important;
  height: auto;
  display: block;
}
.service-overseas.cooperate-contry .nncf-country.enabled {
  fill: var(--bs-primary);
}
@media screen and (min-width: 992px) {
  .service-overseas.cooperate-contry .nncf-country.enabled {
    fill: var(--bs-primary);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .service-overseas.cooperate-contry .nncf-country.enabled:hover {
    fill: var(--bs-secondary);
    transition: all 0.3s ease;
  }
}
.service-overseas.cooperate-contry .desc-area {
  padding: 1.2rem 1rem;
}
.service-overseas.cooperate-contry .desc-area:nth-child(odd) {
  background: white;
}
.service-overseas.cooperate-contry .desc-area .pic-box {
  padding-right: 0.75rem;
}
.service-overseas.cooperate-contry .desc-area .pic-box img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .service-overseas.cooperate-contry .desc-area .pic-box img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.service-overseas.cooperate-contry .desc-area .info-title {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
.service-overseas.cooperate-contry .desc-area .info-desc {
  color: var(--bs-gray-700);
}
.service-overseas.cooperate-contry .desc-area.float-box {
  pointer-events: none;
  position: absolute;
  text-align: left;
  border: 1px solid #000;
  background: white;
  padding: 1rem;
  z-index: 5;
  line-height: 1.3;
  margin: 0 auto;
  color: #21669e;
  display: none;
  max-width: 16.6rem;
}
.service-overseas.cooperate-contry .desc-area.float-box .info-title {
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .service-overseas.cooperate-contry .desc-area.active {
    display: block;
  }
  .service-overseas.cooperate-contry .desc-area:after {
    content: "";
    background: black;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 2.3rem;
    width: 0.05rem;
  }
  .service-overseas.cooperate-contry .desc-area.right-side:after {
    content: "";
    background: black;
    position: absolute;
    top: 100%;
    left: 0.5rem;
    height: 2.3rem;
    width: 0.05rem;
  }
}
.service-overseas.plan-intro .btn {
  color: var(--bs-gray-700);
  padding: 0.6rem 1.5rem 0.3rem;
  margin-right: 0.3rem;
  border-radius: 50rem;
  background-color: var(--bs-primary-600);
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
.service-overseas.plan-intro .btn:hover, .service-overseas.plan-intro .btn:focus, .service-overseas.plan-intro .btn:active, .service-overseas.plan-intro .btn.active {
  color: var(--bs-white);
  background-color: var(--bs-secondary);
  transform: none;
}
.service-overseas.plan-intro .service-result-item {
  text-align: center;
  width: 100%;
}
.service-overseas.plan-intro .service-result-item .num {
  font-size: 3.4rem;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.service-overseas.plan-intro .service-result-item .unit {
  margin-bottom: 0.75rem;
}
.service-overseas.plan-intro .service-result-item .count {
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-overseas.plan-intro .service-result-item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .service-overseas.plan-intro .service-result-item {
    width: auto;
  }
  .service-overseas.plan-intro .service-result-item .num {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .service-overseas.plan-intro .service-result-item .num.sm {
    margin-top: 0.75rem;
    margin-bottom: 0.35rem;
  }
  .service-overseas.plan-intro .service-result-item .unit {
    margin-bottom: 1.2rem;
  }
}
.service-overseas.plan-intro .list-box .list-row {
  border-bottom: 1px solid var(--bs-white);
  padding: 0.75rem 0;
}
.service-overseas.plan-intro .list-box .list-row:first-child {
  border-top: 1px solid var(--bs-white);
}
.service-overseas.plan-intro .list-box .list-row pre {
  padding: 0;
  font-family: "Overpass", "Arial", "Noto Sans TC", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 100%;
  display: inline-block;
  text-wrap: wrap;
}
.service-overseas.plan-intro .list-box .list-row .point-circle-box {
  padding: 0;
  text-align: center;
}
.service-overseas.plan-intro .list-box .list-row .point-circle-box .circle-box {
  margin: 0 auto;
  padding-top: 0.25rem;
  background: var(--bs-white);
  color: #000;
  font-weight: 700;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-overseas.plan-intro .list-box .list-row .point-data-box {
  padding: 0 0 0 1.2rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .service-overseas.plan-intro .list-box .list-row .point-data-box {
    padding: 0 0 0 3rem;
  }
}

.volunteer-intro h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #000;
}
.volunteer-intro .img-full {
  width: 100%;
  height: 100%;
}
.volunteer-intro .desc {
  color: var(--bs-gray-800);
}
.volunteer-intro .label {
  color: #000;
  font-weight: bold;
}

.craniofacial-family a {
  color: #000;
}
.craniofacial-family .item-box img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.craniofacial-family .item-box:hover img {
  transform: translateY(-0.4rem);
}
.craniofacial-family .pic-area {
  margin: 0 auto;
}
.craniofacial-family .pic-area .circle-box {
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
}
.craniofacial-family .pic-area .circle-box.en {
  width: 10rem;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .craniofacial-family .pic-area .circle-box {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .craniofacial-family .pic-area .circle-box {
    margin-right: 0;
  }
}
.craniofacial-family .desc-area {
  width: 100%;
}
.craniofacial-family .desc-area .title-area {
  border-bottom: 0.05rem solid #000;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.2rem 0 0.6rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.craniofacial-family .desc-area .title-area.en {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 768px) {
  .craniofacial-family .desc-area .title-area {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .craniofacial-family .desc-area .title-area {
    text-align: center;
  }
  .craniofacial-family .desc-area .title-area.en {
    display: flex;
    align-items: center !important;
    padding: 0.4rem 0 0.6rem;
    height: 3.75rem;
    justify-content: center !important;
  }
}
@media screen and (min-width: 992px) {
  .craniofacial-family .desc-area.en {
    text-align: center;
  }
}
.craniofacial-family .btn-box {
  margin: 0 auto;
  text-align: center;
}
.craniofacial-family .btn-box .btn {
  margin: 0 auto;
}

.encyc-wrapper .encyc-item {
  flex: 1;
  text-align: center;
}
.encyc-wrapper .encyc-item > a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 1.2rem;
}
.encyc-wrapper .encyc-item > a img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.encyc-wrapper .encyc-item > a:hover .title {
  color: var(--bs-secondary);
}
.encyc-wrapper .encyc-item > a:hover img {
  transform: translateY(-0.4rem);
}
.encyc-wrapper .encyc-item picture {
  display: block;
  margin-bottom: 1.2rem;
}
.encyc-wrapper .encyc-item .title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.encyc-wrapper .encyc-item .desc {
  margin-bottom: 0;
  text-align: left;
}
.encyc-wrapper .encyc-item.bg-1 {
  background-color: var(--bs-primary-300);
}
.encyc-wrapper .encyc-item.bg-2 {
  background-color: var(--bs-primary-400);
}
.encyc-wrapper .encyc-item.bg-3 {
  background-color: var(--bs-primary-600);
}
.encyc-wrapper .encyc-item.bg-4 {
  background-color: var(--bs-primary-800);
}
.encyc-wrapper .encyc-item.bg-5 {
  background-color: var(--bs-primary);
}
@media screen and (min-width: 768px) {
  .encyc-wrapper .encyc-item {
    text-align: left;
  }
  .encyc-wrapper .encyc-item > a {
    padding: 2rem;
  }
  .encyc-wrapper .encyc-item picture {
    margin-right: 1.2rem;
    margin-bottom: 0;
  }
  .encyc-wrapper .encyc-item picture img {
    min-width: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .encyc-wrapper .encyc-item {
    text-align: center;
  }
  .encyc-wrapper .encyc-item > a {
    padding: 2rem 2.25rem;
  }
  .encyc-wrapper .encyc-item picture {
    margin-bottom: 1.2rem;
    margin-right: 0;
  }
  .encyc-wrapper .bottom .encyc-item {
    text-align: left;
  }
  .encyc-wrapper .bottom .encyc-item > a {
    padding: 3rem 2.25rem;
  }
  .encyc-wrapper .bottom .encyc-item picture {
    margin-right: 1.2rem;
  }
}

.mission-country-group {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mission-country-group {
    display: table;
  }
}
.mission-country-group .header-area {
  display: none;
}
@media screen and (min-width: 576px) {
  .mission-country-group .header-area {
    display: table-header-group;
  }
  .mission-country-group .header-area .header-row {
    display: table-row;
    border-bottom: 0.25rem solid var(--bs-gray-300);
  }
  .mission-country-group .header-area .header-row > div {
    display: table-cell;
    padding: 1rem 0.8rem;
    border-bottom: 0.25rem solid var(--bs-gray-300);
    font-weight: 600;
  }
}
@media screen and (min-width: 576px) and (min-width: 576px) {
  .mission-country-group .header-area .header-row > div.num-area {
    width: 5rem;
  }
}
@media screen and (min-width: 576px) and (min-width: 768px) {
  .mission-country-group .header-area .header-row > div.num-area {
    width: 8rem;
  }
}
@media screen and (min-width: 576px) and (min-width: 992px) {
  .mission-country-group .header-area .header-row > div.num-area {
    width: 10rem;
  }
  .mission-country-group .header-area .header-row > div.num-area.sm {
    width: 5.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 576px) {
  .mission-country-group .body-area {
    display: table-row-group;
  }
}
.mission-country-group .body-area .body-row {
  display: flex;
  align-items: center !important;
  padding: 1.2rem 1rem;
  color: #000;
}
.mission-country-group .body-area .body-row:nth-child(odd) {
  background: white;
}
.mission-country-group .body-area .body-row:hover {
  text-decoration: none;
}
.mission-country-group .body-area .body-row:hover .btn-area {
  color: var(--bs-secondary);
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .mission-country-group .body-area .body-row {
    display: table-row;
  }
  .mission-country-group .body-area .body-row:nth-child(odd) {
    background: transparent;
  }
  .mission-country-group .body-area .body-row:hover {
    background: rgba(255, 255, 255, 0.6);
  }
}
.mission-country-group .body-area .body-row > div.num-area {
  display: none;
}
@media screen and (min-width: 576px) {
  .mission-country-group .body-area .body-row > div {
    border-bottom: 0.01rem solid var(--bs-gray-300);
    display: table-cell;
    padding: 1rem 0.8rem;
    vertical-align: middle;
  }
  .mission-country-group .body-area .body-row > div.num-area {
    display: table-cell;
  }
}
.mission-country-group .body-area .body-row > div.title-area {
  color: var(--bs-gray-700);
  padding-left: 0.5rem;
}
@media screen and (min-width: 576px) {
  .mission-country-group .body-area .body-row > div.title-area {
    padding-left: 0.8rem;
  }
}
.mission-country-group .body-area .body-row > div.title-area .title {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}
.mission-country-group .body-area .body-row > div.total-area {
  color: var(--bs-gray-700);
}
.mission-country-group .body-area .body-row > div.img-area {
  width: 3rem;
  padding-right: 0rem;
}
.mission-country-group .body-area .body-row > div.img-area img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: middle;
}

.training-country-group {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .training-country-group {
    display: table;
  }
}
.training-country-group .header-area {
  display: none;
}
@media screen and (min-width: 992px) {
  .training-country-group .header-area {
    display: table-header-group;
  }
  .training-country-group .header-area .header-row {
    display: table-row;
    border-bottom: 0.25rem solid var(--bs-gray-300);
  }
  .training-country-group .header-area .header-row > div {
    display: table-cell;
    vertical-align: middle;
    padding: 1rem 0.8rem;
    border-bottom: 0.25rem solid var(--bs-gray-300);
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .training-country-group .header-area .header-row > div {
    padding: 0.8rem 0.5rem;
  }
  .training-country-group .header-area .header-row > div.num-area {
    width: 10rem;
  }
  .training-country-group .header-area .header-row > div.num-area.sm {
    width: 4rem;
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .training-country-group .header-area .header-row > div {
    padding: 1rem 0.8rem;
  }
  .training-country-group .header-area .header-row > div.num-area {
    width: 10rem;
  }
  .training-country-group .header-area .header-row > div.num-area.sm {
    width: 5.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .training-country-group .body-area {
    display: table-row-group;
  }
}
.training-country-group .body-area .body-row {
  display: flex;
  align-items: center !important;
  padding: 1.2rem 1rem;
  color: #000;
}
.training-country-group .body-area .body-row:nth-child(odd) {
  background: white;
}
.training-country-group .body-area .body-row:hover {
  text-decoration: none;
}
.training-country-group .body-area .body-row:hover .btn-area {
  color: var(--bs-secondary);
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .training-country-group .body-area .body-row {
    display: table-row;
  }
  .training-country-group .body-area .body-row:nth-child(odd) {
    background: transparent;
  }
  .training-country-group .body-area .body-row:hover {
    background: rgba(255, 255, 255, 0.6);
  }
}
.training-country-group .body-area .body-row > div.num-area {
  display: none;
}
@media screen and (min-width: 992px) {
  .training-country-group .body-area .body-row > div {
    border-bottom: 0.01rem solid var(--bs-gray-300);
    display: table-cell;
    padding: 0.8rem 0.4rem;
    vertical-align: middle;
  }
  .training-country-group .body-area .body-row > div.num-area {
    display: table-cell;
  }
}
@media screen and (min-width: 1200px) {
  .training-country-group .body-area .body-row > div {
    border-bottom: 0.01rem solid var(--bs-gray-300);
    display: table-cell;
    padding: 1rem 0.8rem;
    vertical-align: middle;
  }
  .training-country-group .body-area .body-row > div.num-area {
    display: table-cell;
  }
}
.training-country-group .body-area .body-row > div.title-area {
  color: var(--bs-gray-700);
  padding-left: 0.5rem;
}
@media screen and (min-width: 992px) {
  .training-country-group .body-area .body-row > div.title-area {
    padding-left: 0.8rem;
  }
}
.training-country-group .body-area .body-row > div.title-area .title {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}
.training-country-group .body-area .body-row > div.total-area {
  color: var(--bs-gray-700);
}
.training-country-group .body-area .body-row > div.img-area {
  width: 3rem;
  padding-right: 0rem;
}
.training-country-group .body-area .body-row > div.img-area img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: middle;
}

.medica-mission table.mission-country {
  vertical-align: middle;
  font-size: 1rem;
  color: #000;
}
.medica-mission table.mission-country thead {
  border-bottom: 0.25rem solid var(--bs-gray-300);
}
@media screen and (min-width: 576px) {
  .medica-mission table.mission-country thead th.num-area {
    width: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .medica-mission table.mission-country thead th.num-area {
    width: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .medica-mission table.mission-country thead th.num-area {
    width: 12rem;
  }
}
.medica-mission table.mission-country tbody tr {
  border-bottom: 0.01rem solid var(--bs-gray-300);
}
.medica-mission table.mission-country td {
  padding: 1.2rem;
}
.medica-mission table.mission-country img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: middle;
}

/*
=================================================================
(#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 */
