/**bootstrap5 grid setting**/
/**bootstrap5 grid setting end**/
html.scroll-lock {
  overflow: hidden !important;
}

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

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

img {
  max-width: 100% !important;
}

.page-loader {
  background-color: #EAF7FD;
}

.badge {
  padding: 0.3em 0.7em 0.2rem;
  line-height: normal;
}

.gslide-image img {
  max-height: 80vh;
}

@media screen and (min-width: 576px) {
  .text-sm-end {
    text-align: right !important;
  }
}

.lazyload,
.lazyloading {
  opacity: 0;
}

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

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

.import-text {
  color: #EE8A19;
}

.main-area:not(.index) {
  position: relative;
  background-image: url("../img/unit_banner/banner_bg_xs.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .main-area:not(.index) {
    background-image: url("../img/unit_banner/banner_bg_lg.webp");
  }
}

@media (min-width: 768px) {
  .container.more-content, .container-xl.more-content {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .container.more-content, .container-xl.more-content {
    max-width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container.more-content, .container-xl.more-content {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container.more-content, .container-xl.more-content {
    max-width: 1320px;
  }
}
.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;
}
@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.75rem 1.5rem 0.75rem;
  border-radius: 10rem;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: normal;
  color: #005A93;
}
.btn img {
  margin-right: 0.2rem;
}
.btn.active {
  transform: unset;
}
.btn.active:hover {
  transform: translateY(-0.15rem);
}
.btn.middle {
  font-size: 0.85rem;
  padding: 0.5rem 1.5rem 0.5rem;
}
.btn.small {
  font-size: 0.85rem;
  padding: 0.3rem 0.5rem 0.3rem;
}
.btn.tiny {
  font-size: 0.85rem;
  padding: 0.3rem 0 0.3rem;
}
.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.tab-title-area {
  justify-content: start;
}
.btn.tab-title-area.light-blue {
  background-color: var(--bs-sky);
  color: var(--bs-white) !important;
}
.btn.tab-title-area.light-blue:before {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1rem;
  top: 50%;
  background-color: var(--bs-white);
  -webkit-mask: url("../img/header/nav-link.svg") no-repeat center;
  mask: url("../img/header/nav-link.svg") no-repeat center;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.btn.tab-title-area.light-blue.show:before {
  transform: translateY(-50%) rotate(0deg);
}
.btn.type-1 {
  color: var(--bs-primary) !important;
  background-color: var(--bs-white);
}
.btn.type-1.dash-line {
  border: 0.1rem dashed var(--bs-sky);
}
.btn.type-1.icon-arrow {
  padding-right: 2.4rem;
}
.btn.type-1.icon-arrow:before {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  background-color: var(--bs-primary);
  -webkit-mask: url("../img/header/nav-link.svg") no-repeat center;
  mask: url("../img/header/nav-link.svg") no-repeat center;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.btn.type-1.icon-arrow-back {
  padding-left: 2.4rem;
}
.btn.type-1.icon-arrow-back:before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  background-color: var(--bs-primary);
  -webkit-mask: url("../img/header/nav-link.svg") no-repeat center;
  mask: url("../img/header/nav-link.svg") no-repeat center;
  transform: translateY(-50%) rotate(90deg);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.btn.type-1.active, .btn.type-1:hover {
  background-color: var(--bs-sky);
  border-color: var(--bs-sky);
  color: #fff !important;
  text-decoration: none;
}
.btn.type-1.active.icon-arrow, .btn.type-1:hover.icon-arrow {
  padding-right: 2.4rem;
}
.btn.type-1.active.icon-arrow:before, .btn.type-1:hover.icon-arrow:before {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  background-color: #ffffff !important;
  -webkit-mask: url("../img/header/nav-link.svg") no-repeat center;
  mask: url("../img/header/nav-link.svg") no-repeat center;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.btn.type-1.active.icon-arrow-back, .btn.type-1:hover.icon-arrow-back {
  padding-left: 2.4rem;
}
.btn.type-1.active.icon-arrow-back:before, .btn.type-1:hover.icon-arrow-back:before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  background-color: #ffffff !important;
  -webkit-mask: url("../img/header/nav-link.svg") no-repeat center;
  mask: url("../img/header/nav-link.svg") no-repeat center;
  transform: translateY(-50%) rotate(90deg);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.btn.type-1.no-bg {
  background-color: transparent;
}
.btn.type-1.no-bg.icon-arrow {
  padding-right: 1rem;
}
.btn.type-1.no-bg.icon-arrow:before {
  right: 0rem;
}
.btn.type-1.no-bg.active, .btn.type-1.no-bg:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--bs-primary) !important;
}
.btn.type-1.no-bg.active.icon-arrow:before, .btn.type-1.no-bg:hover.icon-arrow:before {
  right: 0rem;
  background-color: var(--bs-primary) !important;
}
.btn.type-2 {
  color: var(--bs-white) !important;
  background-color: var(--bs-primary);
}
.btn.type-2:hover {
  text-decoration: none;
}
.btn.type-2:focus, .btn.type-2.active {
  text-decoration: none;
}
.btn.type-3 {
  color: var(--bs-white) !important;
  background-color: var(--bs-sky);
}
.btn.type-3:hover {
  background-color: var(--bs-primary);
  text-decoration: none;
}
.btn.type-3:focus, .btn.type-3.active {
  background-color: var(--bs-primary);
  text-decoration: none;
}
.btn.type-4 {
  color: var(--bs-white) !important;
  background-color: var(--bs-pink);
}
.btn.type-4:hover {
  background-color: var(--bs-secondary);
  text-decoration: none;
}
.btn.type-4:focus, .btn.type-4.active {
  background-color: var(--bs-secondary);
  text-decoration: none;
}
.btn.type-5 {
  color: var(--bs-white) !important;
  background-color: var(--bs-secondary);
}
.btn.type-5:hover {
  background-color: var(--bs-secondary);
  text-decoration: none;
}
.btn.type-5:focus, .btn.type-5.active {
  background-color: var(--bs-secondary);
  text-decoration: none;
}
.btn.type-6 {
  color: #EA5541 !important;
  background-color: var(--bs-white);
}
.btn.type-6.dash-line {
  border: 0.1rem dashed #FDAEAE;
}
.btn.type-6.active, .btn.type-6:hover {
  background-color: #FDAEAE;
  border-color: #FDAEAE;
  color: #fff !important;
  text-decoration: none;
}
@media (hover: none) {
  .btn {
    transition: none !important;
  }
}

input[type=submit] {
  padding: 0.5rem 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;
}

.badge {
  background-image: unset;
}

.two-img-box:after, .mobile-payment-page .mobile-payment-box:after, .news-edit-area:after, .editor-content:after, .post-content:after, #tinymce:after {
  content: "";
  display: block;
  clear: both;
}

.news-edit-area iframe, .editor-content iframe, .post-content iframe, #tinymce iframe {
  max-width: 100%;
  border: 0;
}
.news-edit-area img, .editor-content img, .post-content img, #tinymce img, .news-edit-area video, .editor-content video, .post-content video, #tinymce video {
  height: auto;
  max-width: 100%;
}
.news-edit-area h1, .editor-content h1, .post-content h1, #tinymce h1 {
  color: var(--bs-dark);
  font-size: 1.74rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.news-edit-area h2, .editor-content h2, .post-content h2, #tinymce h2 {
  color: #0F367A;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.news-edit-area h3, .editor-content h3, .post-content h3, #tinymce h3 {
  color: var(--bs-primary);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.news-edit-area h4, .editor-content h4, .post-content h4, #tinymce h4 {
  display: inline-block;
  color: var(--bs-secondary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 0.75rem;
  margin-bottom: 0.8rem;
}
.news-edit-area h5, .editor-content h5, .post-content h5, #tinymce h5 {
  color: var(--bs-sky);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.news-edit-area h6, .editor-content h6, .post-content h6, #tinymce h6 {
  color: var(--bs-dark);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.news-edit-area a, .editor-content a, .post-content a, #tinymce a {
  text-decoration: none;
  word-break: break-all;
  text-decoration: none;
  color: var(--bs-primary);
}
.news-edit-area a.btn, .editor-content a.btn, .post-content a.btn, #tinymce a.btn {
  text-decoration: none;
}
.news-edit-area a:hover, .editor-content a:hover, .post-content a:hover, #tinymce a:hover {
  text-decoration: underline;
}
.news-edit-area p, .editor-content p, .post-content p, #tinymce p {
  margin-bottom: 1.5rem;
}
.news-edit-area table, .editor-content table, .post-content table, #tinymce table {
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.news-edit-area table thead th, .editor-content table thead th, .post-content table thead th, #tinymce table thead th, .news-edit-area table thead td, .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.05rem;
}
.news-edit-area table th, .editor-content table th, .post-content table th, #tinymce table th, .news-edit-area table td, .editor-content table td, .post-content table td, #tinymce table td {
  font-weight: 400;
  padding: 0.75rem 1rem;
  color: #000;
}
.news-edit-area table th, .editor-content table th, .post-content table th, #tinymce table th {
  background-color: var(--bs-primary);
  border: var(--bs-primary) solid 0.05rem;
  color: #fff;
}
.news-edit-area table td, .editor-content table td, .post-content table td, #tinymce table td {
  border: var(--bs-gray-200) solid 0.05rem;
}
.news-edit-area ul, .editor-content ul, .post-content ul, #tinymce ul {
  padding: 0;
  list-style: none !important;
  margin-bottom: 1rem;
}
.news-edit-area ul > li, .editor-content ul > li, .post-content ul > li, #tinymce ul > li {
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.news-edit-area ul > li:before, .editor-content ul > li:before, .post-content ul > li:before, #tinymce ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.2rem;
  top: 0.4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.35rem;
  border-color: transparent transparent transparent var(--bs-sky);
}
.news-edit-area ol, .editor-content ol, .post-content ol, #tinymce ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item;
  margin-bottom: 1rem;
}
.news-edit-area ol > li, .editor-content ol > li, .post-content ol > li, #tinymce ol > li {
  display: block;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.news-edit-area ol > li:before, .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: var(--bs-sky);
  display: inline-block;
  min-width: 1.2rem;
}

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

.modal-dialog .modal-content {
  padding: 3rem 2rem;
}
.modal-dialog .modal-content.small-content {
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 32rem;
  }
  .modal-dialog .modal-content {
    padding: 4rem 4.5rem;
  }
  .modal-dialog .modal-content.small-content {
    padding: 3rem 2rem;
  }
}
.modal-dialog .modal-header {
  padding: 0;
  margin-bottom: 1.25rem;
}
.modal-dialog .modal-header .modal-title {
  color: var(--bs-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.modal-dialog .modal-header .modal-title > span {
  padding: 0 1.2rem;
}
.modal-dialog .modal-header .btn-close {
  top: 2.25rem;
  right: 2.25rem;
  padding: 0;
}
.modal-dialog .modal-header .btn-close:before {
  content: "\ec22";
  font-size: 1.6rem;
  color: var(--bs-gray-500);
  background: transparent;
}
.modal-dialog .modal-header .btn-close:hover:before {
  color: var(--bs-gray-900);
}
.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;
  width: auto;
}
.side-toolbar.project-detail {
  right: 0.75rem;
  bottom: 3rem;
}
.side-toolbar a {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .side-toolbar {
    right: 0.5rem;
    bottom: 1rem;
  }
  .side-toolbar.project-detail {
    right: 2rem;
    bottom: 1.75rem;
  }
}
@media screen and (min-width: 1455px) {
  .side-toolbar {
    right: calc(50% - 715px);
  }
}
.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
=================================================================
*/
header .header-top {
  position: relative;
  z-index: 1020;
}

/* Header */
.hidden {
  overflow: hidden !important;
  isolation: isolate;
}

header ol, header ul {
  list-style: none;
}
header .navbar {
  margin-bottom: 0;
}

header .nav .nav-icon {
  display: none;
}

header .nav .nav-icon:after,
header .nav .nav-icon:before,
header .nav .nav-icon div {
  background-color: var(--bs-primary);
  content: "";
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: all 0.2s ease-in-out;
}

header .nav .nav-icon:before {
  margin-top: 0;
}

header .nav .nav-icon:after {
  margin-bottom: 0;
}

header .nav .nav-icon.active:before {
  transform: translateY(9px) rotate(135deg);
  -moz-transform: translateY(9px) rotate(135deg);
  -webkit-transform: translateY(9px) rotate(135deg);
}

header .nav .nav-icon.active:after {
  transform: translateY(-7px) rotate(-135deg);
  -moz-transform: translateY(-7px) rotate(-135deg);
  -webkit-transform: translateY(-7px) rotate(-135deg);
}

header .nav .nav-icon.active div {
  transform: scale(0);
}

.headerArea {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  transition: 0.2s linear;
  border-bottom: 1px solid #DEDEDE;
}
.headerArea .container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.headerArea .wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  display: flex;
}

.headerArea .wrap .arrow {
  position: relative;
  display: inline-block;
}

.headerArea .language.mo {
  display: none;
  margin-top: 80px;
}

.headerArea .language .wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 0;
  transition: all 0.3s;
  margin-right: -16px;
}

.headerArea .language .wrap a {
  font-weight: 400;
  font-size: 0.78rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  color: #969696;
  display: block;
  width: calc(33.3% - 16px);
  margin-right: 16px;
  word-break: keep-all;
}

.headerArea .language .wrap a.on {
  color: #3E93F2;
  font-weight: 700;
}

.headerArea .sub-menu .menu-item-has-children {
  position: relative;
}
.headerArea .sub-menu .menu-item-has-children:before {
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 0rem;
  top: 1rem;
  content: "\f64d";
  font-size: 0.45rem;
  font-weight: 600;
  width: 0.7rem;
  margin-top: -0.2rem;
  margin-left: -0.3rem;
  display: inline-block;
  color: var(--bs-gray-800);
}
@media (max-width: 1332px) {
  .headerArea .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  header .headerArea.up:before {
    height: 0;
  }

  .headerArea.header_over:before {
    height: 341px;
  }

  .headerArea.up {
    top: -100px;
  }

  .headerArea .logo a {
    display: flex;
    align-items: center;
  }

  .headerArea .navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .headerArea .navbar li {
    position: relative;
    margin-right: 90px;
    line-height: 1.2;
    height: auto;
  }

  .headerArea .navbar > li {
    position: relative;
    margin-right: 0.5rem;
  }

  .headerArea .navbar > li > a span {
    display: block;
    line-height: 1.2;
    position: relative;
    padding-bottom: 0.7rem;
  }

  .headerArea .navbar > li > a span::after {
    content: "";
    width: 0;
    height: 4px;
    background: var(--bs-primary);
    border-radius: 20px;
    position: absolute;
    bottom: -1px;
    left: -5px;
    z-index: -1;
    transition: width 0.3s;
  }

  .headerArea .navbar > li.current-menu-ancestor::after {
    width: calc(100% + 10px);
    transition: width 0.3s;
  }

  .headerArea .navbar > li:hover > a span::after {
    width: calc(100% + 10px);
    transition: width 0.3s;
  }

  .headerArea .navbar > li a {
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.17;
    height: auto;
    color: var(--bs-dark);
    display: flex;
    align-items: center;
    padding: 0.7rem 2rem 0 0;
    text-decoration: none;
  }

  .headerArea .navbar > li:last-child {
    margin-right: 0rem;
  }

  .headerArea .navbar > li:last-child a {
    padding-right: 0;
  }

  .headerArea .navbar > li:hover > a {
    font-weight: 800;
    color: var(--bs-primary);
  }

  .headerArea .navbar > li a:hover {
    font-weight: 800;
    color: var(--bs-primary);
  }

  .headerArea .navbar > li.active {
    font-weight: 800;
    color: var(--bs-primary);
  }

  .headerArea .navbar > li.active > a {
    font-weight: 800;
    color: var(--bs-primary);
  }
  .headerArea .navbar > li.active > a span::after {
    width: calc(100% + 10px);
    transition: width 0.3s;
  }

  .headerArea.up .sub-menu {
    display: none !important;
  }

  .headerArea .sub-menu.layer-1 {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 11;
    padding-top: 1.5rem;
    padding-left: 0;
    width: 100%;
  }

  .headerArea .sub-menu li {
    margin-right: 0;
    margin-bottom: 0.7rem;
    line-height: 1.2;
  }

  .headerArea .sub-menu li a {
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.2;
    color: var(--bs-gray-800);
    display: inline;
    position: relative;
    padding: 0;
    word-break: break-word;
  }

  .headerArea .sub-menu li a span {
    display: inline-block;
    position: relative;
  }

  .headerArea .sub-menu li a span::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #394251;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
  }

  .headerArea .sub-menu li a:hover {
    color: #394251;
    font-weight: 800;
  }

  .headerArea .sub-menu li a:hover span::before {
    width: 100%;
    transition: width 0.3s;
  }

  .headerArea .sub-menu li a.active {
    color: #394251;
    font-weight: 800;
  }
  .headerArea .sub-menu li a.active:before {
    width: 100%;
    transition: width 0.3s;
  }

  .headerArea .navbar {
    width: auto !important;
  }
  .headerArea .navbar.eng > li.active, .headerArea .navbar.eng > li:hover {
    font-weight: 600;
  }
  .headerArea .navbar.eng > li.active > a, .headerArea .navbar.eng > li:hover > a {
    font-weight: 600;
  }
  .headerArea .navbar.eng > li > a {
    padding: 0.7rem 4rem 0 0;
  }
  .headerArea .navbar.eng > li > a:hover {
    font-weight: 600;
  }
  .headerArea .navbar.eng > li:last-child > a {
    padding-right: 0;
  }
  .headerArea .navbar.eng .sub-menu li a.active, .headerArea .navbar.eng .sub-menu li a:hover {
    font-weight: 600;
  }

  .headerArea .sub-menu .menu-item-has-children:before {
    content: unset;
  }
  .headerArea .sub-menu .menu-item-has-children > a {
    position: relative;
    display: block;
  }
  .headerArea .sub-menu .menu-item-has-children > a:after {
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 0rem;
    top: 0.5rem;
    content: "\f64d";
    font-size: 0.45rem;
    font-weight: 600;
    width: 0.7rem;
    margin-top: -0.27rem;
    margin-left: -0.3rem;
    display: inline-block;
    color: var(--bs-gray-800);
  }

  .headerArea .sub-menu.layer-2 {
    display: none;
    padding: 0.5rem 0 0 0.85rem;
  }
  .headerArea .sub-menu.layer-2 li {
    color: #899AB9;
    margin-bottom: 0.25rem;
  }
  .headerArea .sub-menu.layer-2 li a {
    color: #899AB9;
  }
  .headerArea .sub-menu.layer-2 li a:before {
    background-color: #899AB9;
  }
  .headerArea .sub-menu.layer-2 li:before {
    font-family: bootstrap-icons !important;
    position: absolute;
    left: -0.75rem;
    content: "\f2ea";
    font-size: 1rem;
    font-weight: 400;
    width: 1rem;
    margin-top: -0.2rem;
    margin-left: -0.3rem;
    display: inline-block;
    color: #899AB9;
  }

  .headerArea .language {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 25px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transition: all 0.3s;
    z-index: 99;
  }

  .headerArea .language:hover {
    width: 170px;
  }

  .headerArea .language .ic {
    width: 24px;
    height: 24px;
  }

  .headerArea .language .wrap {
    width: calc(100% - 24px);
    transition: all 0.3s;
    padding-left: 13px;
  }

  .current-menu-ancestor {
    position: relative;
  }

  .headerArea .menu-area {
    width: calc(100% - 10rem);
  }
  .headerArea .menu-area .nav {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (min-width: 1340px) {
  .headerArea .navbar > li > a {
    padding: 0.7rem 2.5rem 0 0;
  }
  .headerArea .navbar > li:last-child > a {
    padding-right: 0;
  }
  .headerArea .navbar.eng > li > a {
    padding: 0.7rem 4.5rem 0 0;
  }
  .headerArea .navbar.eng > li:last-child > a {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  header .nav .nav-icon {
    display: inline-block;
    width: 1.1rem;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 100;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  header .nav .nav-icon div {
    width: 0.7rem;
    position: relative;
    right: -0.35rem;
  }
  header .nav .navbar {
    position: fixed;
    height: 100%;
    right: -100%;
    padding: 0px 0px 100px;
    overflow-y: scroll;
    background: #FBFBFB;
    justify-content: unset;
    z-index: 99;
    transition: all 0.5s ease;
    margin: 0;
    top: 2.75rem;
  }
  header .nav .navbar.active {
    right: 0;
    margin-top: 1px;
  }

  .headerArea {
    border-width: 0.05rem;
  }
  .headerArea > .container {
    height: 55px;
  }
  .headerArea .navbar > li {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 0.05rem solid #ebecee;
    font-size: 0.9rem;
    font-weight: 600;
    color: #394251;
  }
  .headerArea .navbar > li:nth-last-child(1) {
    border-bottom: 0;
  }
  .headerArea .navbar > li > a {
    color: #394251;
    padding: 0.8rem 1rem 0.75rem;
    line-height: normal;
    display: block;
    position: relative;
    text-decoration: none;
  }
  .headerArea .navbar > li.active > a span {
    position: relative;
  }
  .headerArea .navbar > li.active > a span::after {
    width: calc(100% + 12px);
    transition: width 0.3s;
  }
  .headerArea .navbar > li.active.menu-item-has-children > a:before {
    transform: translateY(-50%) rotate(0deg);
    opacity: 1;
  }
  .headerArea .navbar > li.menu-item-has-children {
    padding-bottom: 0;
  }
  .headerArea .navbar > li.menu-item-has-children > a:before {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background: url(../img/header/nav-link.svg);
    background-size: contain;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
  .headerArea .navbar > li .sub-menu {
    display: none;
  }
  .headerArea .navbar > li .sub-menu li {
    font-size: 0.8rem;
    line-height: normal;
    color: #474747;
    font-weight: 600;
    padding-left: 1rem;
  }
  .headerArea .navbar > li .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .headerArea .navbar > li .sub-menu li a {
    display: block;
    position: relative;
    padding: 0.5rem 0rem 0.4rem;
    width: 100%;
    text-decoration: none;
    color: #0F367A;
  }
  .headerArea .navbar > li .sub-menu li a.current, .headerArea .navbar > li .sub-menu li a:hover {
    text-decoration: none;
    color: #68C5F1;
    font-weight: 700;
  }
  .headerArea .navbar > li .sub-menu li a.current:before, .headerArea .navbar > li .sub-menu li a:hover:before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -1.25rem;
    top: 55%;
    background-color: #68C5F1;
    -webkit-mask: url("../img/header/nav-link.svg") no-repeat center;
    mask: url("../img/header/nav-link.svg") no-repeat center;
    transform: translateY(-55%) rotate(-90deg);
    -webkit-mask-size: cover;
    mask-size: cover;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
  .headerArea .navbar > li > .sub-menu {
    border-top: 0.05rem solid #e4e6e8;
    padding: 0.5rem 20px;
    background-color: var(--bs-primary-100);
  }
  .headerArea .navbar > li > .sub-menu .sub-menu {
    padding: 0rem 0;
  }

  .headerArea .logo {
    width: 128px;
    z-index: 100;
    display: flex;
    align-items: center;
  }

  .headerArea .language.pc {
    display: none;
  }

  .headerArea .language.mo {
    display: block;
    padding-left: 5px;
  }

  .headerArea .language .wrap {
    width: auto;
  }

  .headerArea .language .wrap a {
    font-size: 1rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .headerArea {
    border-width: 1px;
  }
}
#main-container {
  padding-top: 56px;
}
@media screen and (min-width: 1200px) {
  #main-container {
    padding-top: 92px;
  }
}

.header-func-area {
  display: flex;
  gap: 0 0.5rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .header-func-area {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-func-area {
    margin-top: 0.9rem;
    margin-right: 0rem;
  }
}
.header-func-area .icon-link {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.header-func-area .icon-link.social {
  background-color: var(--bs-primary);
}
.header-func-area .icon-link.social:hover {
  background-color: #1A4796;
}
.header-func-area .icon-link.func {
  background-color: var(--bs-sky);
}
.header-func-area .icon-link.func:hover {
  background-color: var(--bs-primary);
}

.navbar {
  flex-direction: column;
  flex-wrap: unset;
}
.navbar li {
  width: 100%;
}
.navbar .logo {
  max-width: 6.4rem;
}
.navbar .navbar-brand {
  padding: 0.55rem 0;
}
@media screen and (min-width: 1200px) {
  .navbar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .navbar li {
    width: auto;
  }
  .navbar .logo {
    max-width: 100%;
  }
  .navbar .navbar-brand {
    margin-top: 0.8rem;
  }
}
.nav-menu-wrapper {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.8);
  top: 92px;
  transition: height 0.2s linear;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04));
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  display: none;
}
.nav-menu-wrapper.show {
  display: block;
}

@media (max-width: 1199.98px) {
  .navbar-collapse.offcanvas {
    background-color: #fff;
  }
  .navbar-collapse.offcanvas .offcanvas-header {
    padding: 0;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
    min-height: 4rem;
  }
  .navbar-collapse.offcanvas .offcanvas-header .btn-close {
    width: 2rem;
    height: 2.2rem;
    margin-right: 1.25rem;
    position: relative;
  }
  .navbar-collapse.offcanvas .offcanvas-header .btn-close:before, .navbar-collapse.offcanvas .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-collapse.offcanvas .offcanvas-header .btn-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .navbar-collapse.offcanvas .offcanvas-header .btn-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .navbar-collapse.offcanvas .offcanvas-header .btn-close:hover {
    background: transparent;
  }
  .navbar-collapse.offcanvas .offcanvas-body {
    padding: 0;
  }
  .navbar-collapse.offcanvas .offcanvas-body li > a {
    color: var(--bs-body-color) !important;
    font-size: 0.8rem;
  }
  .navbar-collapse.offcanvas .offcanvas-body li > a:hover, .navbar-collapse.offcanvas .offcanvas-body li > a:focus, .navbar-collapse.offcanvas .offcanvas-body li > a:active {
    color: var(--bs-primary) !important;
  }
  .navbar-collapse.offcanvas .offcanvas-body li.dropdown .dropdown-item {
    padding-top: 0.4rem;
    background-image: none !important;
  }
  .navbar-collapse.offcanvas .offcanvas-body li.dropdown .dropdown-item:after {
    right: 0.9rem;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li {
    border-bottom: 0.05rem solid var(--bs-gray-100);
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li a {
    padding: 1.3rem 1.25rem 0.9rem;
    line-height: 1;
    position: relative;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li a:after {
    content: "" !important;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li a.active, .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li a.current {
    color: var(--bs-danger) !important;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li a.dropdown-toggle:before {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 0.9rem;
    background: url("../img/icon/sidebar_arrow@2x.webp") center no-repeat;
    background-size: 100% auto;
    width: 1.2rem;
    height: 1.2rem;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li a.dropdown-toggle.active:before {
    transform: rotate(180deg);
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    background-color: var(--bs-primary-100);
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li .dropdown-menu.xs-show {
    display: block;
    max-height: 40rem;
    visibility: visible;
    transition: all 0.6s ease-in-out;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li .dropdown-menu.layer-1 li > a, .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li .dropdown-menu.layer-2 li > a {
    padding: 0.8rem 1.25rem 0.8rem 2.5rem;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li .dropdown-menu.layer-1 li > a.show:after, .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li .dropdown-menu.layer-2 li > a.show:after {
    transform: rotate(180deg);
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li .dropdown-menu.layer-1 li:last-child > a, .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li .dropdown-menu.layer-2 li:last-child > a {
    padding-bottom: 1.4rem;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li .dropdown-menu.layer-2 li > a {
    padding-left: 3.75rem;
  }
  .navbar-collapse.offcanvas .navbar-nav {
    display: grid;
    grid-template-rows: auto auto;
  }
  .navbar-collapse.offcanvas .offcanvas-footer {
    display: grid;
    grid-template-rows: auto auto;
    position: relative;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .navbar-other {
    margin-top: 0.65rem;
  }
}
/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
.side-toolbar #donate-btn .go-donate {
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 4.0625rem;
  transition: transform 0.2s;
  background: url("../img/gotop/top_heart.svg") no-repeat 50% 50%;
  background-size: contain;
  font-size: 0.9rem;
}
.side-toolbar #donate-btn:hover .go-donate {
  transform: scale(1.3) rotate(10deg);
  font-size: 0.9rem;
}
.side-toolbar #gotop-btn .gotop {
  transition: transform 0.2s;
}
.side-toolbar #gotop-btn:hover .gotop {
  transform: translateY(-20%);
}

footer {
  position: relative;
  background: #005A93;
  color: #fff;
  margin-top: 4rem;
  padding: 2.5rem 0;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    margin-top: 6rem;
  }
}
footer.is-jump {
  margin-top: 0 !important;
}
@media screen and (min-width: 576px) {
  footer .footer-logo .logo {
    max-width: 12.5rem;
  }
}
footer .footer-info {
  font-size: 0.7rem;
}
footer .footer-info .info-title {
  font-size: 0.85rem;
  color: #FDAEAE;
  font-weight: 600;
}
footer .footer-info a {
  color: #fff;
}
footer .footer-info a:hover, footer .footer-info a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer .footer-info {
    font-size: 0.75rem;
  }
}
footer .footer-link {
  display: flex;
  flex-direction: row;
  gap: 0.5rem 0.7rem;
}
@media screen and (min-width: 768px) {
  footer .footer-link {
    flex-direction: column;
    gap: 0.7rem 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-link {
    flex-direction: column;
    gap: 1rem 0.5rem;
  }
}
footer .footer-link a {
  color: #FDAEAE;
  font-family: "Microsoft JhengHei";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* 200% */
  text-decoration-line: underline;
}
@media screen and (min-width: 320px) {
  footer .footer-link a {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-link a {
    font-size: 0.85rem;
  }
}
footer .bottom-info {
  border-top: 0.05rem solid rgba(255, 255, 255, 0.3);
  padding-top: 1.25rem;
}
footer .bottom-info a {
  color: var(--bs-primary-200);
}
footer .bottom-info a:hover, footer .bottom-info a:focus {
  color: var(--bs-white);
  text-decoration: underline;
}

/*
=================================================================
(#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 {
  overflow: hidden;
  height: 8.5rem;
}
.page-banner-wrapper .page-banner-area {
  height: 100%;
  min-width: 30rem;
}
@media screen and (min-width: 576px) {
  .page-banner-wrapper .page-banner-area {
    display: flex;
    justify-content: center !important;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-wrapper .page-banner-area {
    justify-content: center !important;
    min-width: 60rem;
  }
}
.page-banner-wrapper .page-banner-area .unit-banner {
  position: relative;
  margin-left: 25%;
}
.page-banner-wrapper .page-banner-area .unit-banner > img {
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 100%;
  width: auto;
  max-width: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("../img/unit_banner/banner_frame_xs.svg");
          mask-image: url("../img/unit_banner/banner_frame_xs.svg");
}
.page-banner-wrapper .page-banner-area .unit-banner:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/unit_banner/banner_frame_line_xs.svg") no-repeat 0 0;
  background-size: contain;
  content: "";
  z-index: 1;
}
.page-banner-wrapper .page-banner-area .unit-banner .sub-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.page-banner-wrapper .page-banner-area .unit-banner .sub-img img {
  width: 4.75rem;
}
@media screen and (min-width: 576px) {
  .page-banner-wrapper .page-banner-area .unit-banner {
    margin-left: unset;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-wrapper .page-banner-area .unit-banner > img {
    -webkit-mask-position: left top;
            mask-position: left top;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    height: 100%;
    width: auto;
    max-width: 100%;
    -webkit-mask-size: contain;
    -webkit-mask-image: url("../img/unit_banner/banner_frame_lg.svg");
            mask-image: url("../img/unit_banner/banner_frame_lg.svg");
  }
  .page-banner-wrapper .page-banner-area .unit-banner:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/unit_banner/banner_frame_line_lg.svg") no-repeat 0 0;
    background-size: contain;
    content: "";
    z-index: 1;
  }
  .page-banner-wrapper .page-banner-area .unit-banner .sub-img img {
    width: 8.25rem;
  }
}
.page-banner-wrapper .page-banner-area .unit-title {
  padding-top: 0;
  margin-top: 1.5rem;
  margin-right: 0rem;
  z-index: 3;
  position: absolute;
  padding-right: 0.75rem;
  left: 1rem;
}
@media screen and (min-width: 576px) {
  .page-banner-wrapper .page-banner-area .unit-title {
    position: relative;
    padding-right: unset;
    left: unset;
    margin-right: 1rem;
  }
}
.page-banner-wrapper .page-banner-area .unit-title .en-title {
  font-size: 1.5rem;
  text-shadow: -1px -1px 0 #ebf7ff, 1px -1px 0 #ebf7ff, -1px 1px 0 #ebf7ff, 1px 1px 0 #ebf7ff;
}
.page-banner-wrapper .page-banner-area .unit-title.news:before {
  left: 0;
  top: 1.85rem;
  transform: unset;
}
.page-banner-wrapper .page-banner-area .unit-title .title {
  padding-left: 1.6rem;
  font-size: 0.85rem;
  position: relative;
  line-height: normal;
  text-shadow: -1px -1px 0 #ebf7ff, 1px -1px 0 #ebf7ff, -1px 1px 0 #ebf7ff, 1px 1px 0 #ebf7ff;
  padding-top: 0.1rem;
}
.page-banner-wrapper .page-banner-area .unit-title .title:before {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0.15rem;
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/unit_banner/icon_about.svg") no-repeat center;
  mask: url("../img/unit_banner/icon_about.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.page-banner-wrapper .page-banner-area .unit-title .title.about:before {
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/unit_banner/icon_about.svg") no-repeat center;
  mask: url("../img/unit_banner/icon_about.svg") no-repeat center;
}
.page-banner-wrapper .page-banner-area .unit-title .title.donate:before {
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/unit_banner/icon_donate.svg") no-repeat center;
  mask: url("../img/unit_banner/icon_donate.svg") no-repeat center;
}
.page-banner-wrapper .page-banner-area .unit-title .title.service:before {
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/unit_banner/icon_service.svg") no-repeat center;
  mask: url("../img/unit_banner/icon_service.svg") no-repeat center;
}
.page-banner-wrapper .page-banner-area .unit-title .title.join:before {
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/unit_banner/icon_join.svg") no-repeat center;
  mask: url("../img/unit_banner/icon_join.svg") no-repeat center;
}
.page-banner-wrapper .page-banner-area .unit-title .title.society:before {
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/unit_banner/icon_society.svg") no-repeat center;
  mask: url("../img/unit_banner/icon_society.svg") no-repeat center;
}
.page-banner-wrapper .page-banner-area .unit-title .title.story:before {
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/unit_banner/icon_story.svg") no-repeat center;
  mask: url("../img/unit_banner/icon_story.svg") no-repeat center;
}
.page-banner-wrapper .page-banner-area .unit-title .title.contactus:before {
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/unit_banner/icon_contactus.svg") no-repeat center;
  mask: url("../img/unit_banner/icon_contactus.svg") no-repeat center;
}
@media screen and (min-width: 576px) {
  .page-banner-wrapper .page-banner-area .unit-title .title {
    text-shadow: unset;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-wrapper .page-banner-area .unit-title .title {
    font-size: 1rem;
    padding-top: 0.05rem;
  }
}
.page-banner-wrapper .page-banner-area .unit-title.eng .title {
  padding-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .page-banner-wrapper .page-banner-area .unit-title.eng .title {
    padding-top: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-wrapper .page-banner-area .unit-title {
    margin-top: 4.2rem;
    margin-right: 1rem;
  }
  .page-banner-wrapper .page-banner-area .unit-title .en-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-banner-wrapper .page-banner-area .unit-title {
    margin-right: 4rem;
  }
  .page-banner-wrapper .page-banner-area .unit-title.eng {
    margin-right: 1rem;
  }
}
.page-banner-wrapper .page-banner-content .main-title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.page-banner-wrapper .page-banner-content .eng-title {
  font-size: 1.8rem;
  font-family: "Overpass", sans-serif;
  letter-spacing: 0.05em;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .page-banner-wrapper {
    height: 15rem;
  }
  .page-banner-wrapper .page-banner-content .main-title {
    font-size: 1.8rem;
  }
  .page-banner-wrapper .page-banner-content .eng-title {
    font-size: 3.6rem;
  }
}

.breadcrumbs {
  font-size: 0.75rem;
  color: var(--bs-dark);
  display: flex;
  flex-wrap: wrap;
  gap: 0px 0.25rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.breadcrumbs a {
  display: inline-block;
  color: var(--bs-dark);
}
.breadcrumbs a:hover {
  color: var(--bs-primary);
  text-decoration: none;
}
.breadcrumbs .active {
  color: var(--bs-primary);
}
.breadcrumbs .path-alert {
  color: var(--bs-primary);
}
.breadcrumbs .arrow {
  display: inline-block;
  width: 0.5rem;
  position: relative;
}
.breadcrumbs .arrow:before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: var(--bs-sky);
  -webkit-mask: url(../img/header/nav-link.svg) no-repeat center;
  mask: url(../img/header/nav-link.svg) no-repeat center;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
}

.pagination {
  gap: 0 0.5rem;
}
.pagination > li {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bs-sky);
  padding-left: 0 !important;
}
.pagination > li:before {
  content: none !important;
}
.pagination > li > a {
  display: flex;
  border: 0.05rem solid var(--bs-sky);
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.35rem;
  color: var(--bs-sky);
}
.pagination > li > a:hover {
  background-color: var(--bs-sky);
  color: var(--bs-white);
  text-decoration: none;
}
.pagination > li > span {
  display: flex;
  border: 0.05rem solid var(--bs-sky);
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.35rem;
  background-color: var(--bs-sky);
  color: var(--bs-white);
}
.pagination > li.arr > a {
  display: flex;
  border: 0;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  width: auto;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.pagination > li.arr > a:hover {
  background-color: unset;
  color: var(--bs-primary);
  text-decoration: none;
}
.pagination > li.arr > span {
  display: flex;
  border: 0;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  width: auto;
}
.pagination > li .page-link {
  transition: none;
  cursor: pointer;
  font-size: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 0.2rem;
  border-radius: 0.75rem;
  color: var(--bs-gray-700);
  background-color: var(--bs-gray-200);
}
.pagination > li .page-link.first, .pagination > li .page-link.prev, .pagination > li .page-link.next, .pagination > li .page-link.last {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0;
}
.pagination > li .page-link.first, .pagination > li .page-link.last {
  font-size: 0;
  background: url("../img/icon/arrow_last@2x.png") 50% no-repeat;
  background-size: 1.2rem;
}
.pagination > li .page-link.prev, .pagination > li .page-link.next {
  font-size: 0;
  background: url("../img/icon/arrow_next@2x.png") 50% no-repeat;
  background-size: 1.2rem;
}
.pagination > li .page-link.first, .pagination > li .page-link.prev {
  transform: rotate(180deg);
}
.pagination > li.active > .page-link, .pagination > li:hover > .page-link {
  color: var(--bs-dark);
  background-color: var(--bs-primary);
}
.pagination > li.active > .page-link.first, .pagination > li.active > .page-link.prev, .pagination > li.active > .page-link.next, .pagination > li.active > .page-link.last, .pagination > li:hover > .page-link.first, .pagination > li:hover > .page-link.prev, .pagination > li:hover > .page-link.next, .pagination > li:hover > .page-link.last {
  background-color: transparent;
}
@media screen and (min-width: 576px) {
  .pagination > li .page-link {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
  }
}

.overlay.overlay-1:hover img {
  opacity: 0.5;
}
.overlay.overlay-1 .from-top {
  position: absolute;
  padding: 0.75rem 1rem;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translateY(-50%) translateX(-50%);
}

.page-cat-wrapper .btn-box {
  margin-left: -0.425rem;
  margin-right: -0.425rem;
  margin-top: -0.5rem;
}
.page-cat-wrapper .btn-box .btn {
  margin-left: 0.425rem;
  margin-right: 0.425rem;
  margin-top: 0.5rem;
}
.page-cat-wrapper .btn-box .btn.small {
  padding: 0.5rem 0.7rem 0.2rem;
}
@media screen and (min-width: 1200px) {
  .page-cat-wrapper .btn-box {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: -0.5rem;
  }
  .page-cat-wrapper .btn-box .btn {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0.5rem;
  }
  .page-cat-wrapper .btn-box .btn.small {
    padding: 0.5rem 1rem 0.2rem;
  }
}

.cat-dropdown button.dropdown-toggle:after {
  content: unset;
  position: absolute;
  right: 0.6rem;
  background-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
}
.cat-dropdown ul {
  padding: 0 1rem;
  margin-top: 0 !important;
  border: 0.05rem solid rgba(var(--bs-gray-200-rgb), 1);
  border-radius: 1rem;
  box-shadow: none;
}
.cat-dropdown ul > li a {
  display: block;
  font-size: 0.9rem;
  color: rgba(var(--bs-gray-500-rgb), 1);
  border-radius: 0.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.6rem 0;
  text-decoration: none;
}
.cat-dropdown ul > li a:hover, .cat-dropdown ul > li a:focus, .cat-dropdown ul > li a.active {
  color: var(--bs-primary);
}
.cat-dropdown ul > li + li {
  border-top: 0.05rem solid rgba(var(--bs-gray-200-rgb), 1);
}
.cat-dropdown.type-2 button.dropdown-toggle {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cat-dropdown.type-2 button.dropdown-toggle {
    min-width: 2.75rem;
    width: auto;
  }
}
.cat-dropdown.type-2 ul {
  border-color: #8381D3;
}
.cat-dropdown.type-2 ul > li a {
  color: #8381D3;
}
.cat-dropdown.type-2 ul > li a:hover, .cat-dropdown.type-2 ul > li a:focus, .cat-dropdown.type-2 ul > li a.active {
  color: #FFF;
  background-color: #8381D3;
}

.share-box {
  position: relative;
}
.share-box:before {
  content: "";
  width: 1.25rem;
  height: 1.45rem;
  background: url("../img/share/icon_share@2x.png") center no-repeat;
  background-size: 100% auto;
  margin-right: 0.5rem;
}
.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-fb:hover {
  background: url("../img/share/button_share_fb_hover@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;
}
.share-box .share-btn.share-line:hover {
  background: url("../img/share/button_share_line_hover@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 {
  border-bottom: 0.25rem solid var(--bs-primary);
  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;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .post-header h1, .post-header h2 {
    font-size: 1.8rem;
    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;
  flex-shrink: 0;
}
.dp-box-wrapper .amount-group .form-check-input:checked ~ .form-check-label {
  color: var(--bs-danger);
}
.dp-box-wrapper .amount-group .form-check-input:checked ~ .form-check-label .intro {
  color: var(--bs-dark);
}
.dp-box-wrapper .amount-group.customize {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.dp-box-wrapper .amount-group.customize .form-check {
  width: 11rem;
}
.dp-box-wrapper .amount-group.customize .form-check-label {
  color: var(--bs-gray-600);
  padding-bottom: 0;
  min-width: 0;
}
.dp-box-wrapper .amount-group.customize .form-check-label > * {
  min-width: 0;
}
.dp-box-wrapper .amount-group.customize .form-check-label .amount {
  font-size: 1rem;
  padding-top: 0.35rem;
}

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

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

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

@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: #000;
}

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

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

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

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

.home-banner .swiper-slide {
  width: auto;
  height: auto;
}
.home-banner .swiper-container .swiper-wrapper {
  height: auto;
}
@media screen and (min-width: 768px) {
  .home-banner .swiper-container .swiper-wrapper {
    height: 100%;
  }
}
.home-banner .swiper-container .swiper-slide-animated-box {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  align-items: flex-end;
  padding-bottom: 10%;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-1 {
  color: #fff;
  font-size: 0.9rem;
  text-shadow: 5px 5px 15px #00000030;
}
.home-banner .swiper-container .swiper-controls .swiper-pagination {
  bottom: 1rem;
}
.home-banner .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.home-banner .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: transparent;
}
.home-banner .swiper-container .swiper-controls .swiper-navigation {
  bottom: 1rem;
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button {
  background: url("../img/icon/button_next@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: 0.5rem;
  transform: rotate(180deg);
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: 0.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: 768px) {
  .home-banner .swiper-container {
    padding-bottom: 0;
    height: 19.2rem;
  }
  .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: auto;
    height: 100% !important;
    max-width: none !important;
  }
  .home-banner .swiper-container .swiper-controls .swiper-pagination {
    bottom: 1rem;
  }
  .home-banner .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
  }
  .home-banner .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff;
    background-color: transparent;
  }
  .home-banner .swiper-container .swiper-controls .swiper-navigation {
    bottom: 1rem;
  }
  .home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button {
    background: url("../img/icon/button_next@2x.png") no-repeat;
    background-size: 1rem 2.2rem;
    box-shadow: none;
    width: 1rem;
    height: 2.2rem;
    border-radius: 0;
    opacity: 0.6;
  }
  .home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
    left: 1.5rem;
    transform: rotate(180deg);
  }
  .home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
    right: 1.5rem;
  }
  .home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button:after {
    content: none;
  }
  .home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button:hover, .home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button:focus {
    opacity: 1;
  }
  .home-banner .swiper-container .swiper-slide-animated-box {
    align-items: center;
    padding-bottom: unset;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-2, .home-banner .swiper-container .swiper-slide-animated-box .caption-3 {
    color: var(--bs-primary);
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-2 .title, .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .title {
    font-size: 4.5rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-2 .desc, .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .desc {
    font-size: 1rem;
    margin-left: 1.2rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-2 .slogan, .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .slogan {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .home-banner .swiper-container {
    padding-bottom: 0;
    height: 19.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner .swiper-container {
    padding-bottom: 0;
    height: 26rem;
  }
}
@media screen and (min-width: 1400px) {
  .home-banner .swiper-container {
    padding-bottom: 0;
    height: 30rem;
  }
  .home-banner .swiper-container .swiper {
    position: static;
  }
}
@media screen and (min-width: 1920px) {
  .home-banner .swiper-container .swiper figure img {
    width: 100% !important;
    height: auto !important;
  }
}

.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 {
  bottom: 1rem;
}
.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;
}

.quick-link-wrapper {
  background: #EAF7FD;
}
.quick-link-wrapper .quick-link-box .item-title {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 0.3rem;
  transition: color 0.2s;
  color: #0F367A;
}
.quick-link-wrapper .quick-link-box .item-intro {
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 0.5rem;
  color: var(--bs-gray);
}
.quick-link-wrapper .quick-link-box picture > * {
  margin: 0 auto;
}
.quick-link-wrapper .quick-link-box .link-item img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.quick-link-wrapper .quick-link-box .link-item:hover img {
  transform: translateY(-0.4rem);
}
.quick-link-wrapper .quick-link-box .link-item:hover .list-btn.type-1 {
  background-color: var(--bs-secondary-200);
  color: var(--bs-danger);
}
.quick-link-wrapper .quick-link-box .link-item a {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
.quick-link-wrapper .quick-link-box .link-item a:hover .item-title {
  color: var(--bs-secondary);
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .quick-link-box .link-item .item-title {
    font-size: 1.2rem;
    max-width: 8rem;
  }
  .quick-link-wrapper .quick-link-box .link-item .item-intro {
    font-size: 0.8rem;
    max-width: 8rem;
  }
  .quick-link-wrapper .quick-link-box .link-item a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.quick-link-wrapper .quick-link-box.en .link-item {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .quick-link-box.en .link-item {
    width: 25%;
  }
}
.quick-link-wrapper .quick-link-box.en .link-item > a {
  height: 100%;
}

.home-news-wrapper {
  background: url(../img/home/quick_link/link_bg.svg) no-repeat 50% 100%;
}
.home-news-wrapper .container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-news-wrapper .container .home-news-more {
    position: absolute;
    top: 1rem;
    right: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .home-news-wrapper .container .home-news-more {
    position: absolute;
    top: 2rem;
    right: 0.8rem;
  }
}

.service-result-wrapper {
  position: relative;
  overflow: hidden;
  background-image: url("../img/home/result/index_result_bg01_xs.jpg"), url("../img/home/result/index_result_bg02_xs.jpg");
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
}
.service-result-wrapper:before {
  width: 6rem;
  height: 5rem;
  position: absolute;
  right: -1.5rem;
  top: 1.5rem;
  background-color: #C7ECFD;
  -webkit-mask: url("../img/gotop/top_heart.svg") no-repeat center;
  mask: url("../img/gotop/top_heart.svg") no-repeat center;
  transform: rotate(-30deg);
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.service-result-wrapper:after {
  width: 4.5rem;
  height: 4rem;
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background-color: #C7ECFD;
  -webkit-mask: url("../img/gotop/top_heart.svg") no-repeat center;
  mask: url("../img/gotop/top_heart.svg") no-repeat center;
  transform: rotate(20deg);
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .service-result-wrapper {
    background-image: url("../img/home/result/index_result_bg01_md.jpg"), url("../img/home/result/index_result_bg02_md.jpg");
  }
  .service-result-wrapper:before {
    width: 12rem;
    height: 11rem;
    position: absolute;
    right: -4.5rem;
    top: 1.5rem;
  }
  .service-result-wrapper:after {
    width: 9rem;
    height: 8rem;
    position: absolute;
    left: -2rem;
    bottom: 0rem;
  }
}
@media screen and (min-width: 1200px) {
  .service-result-wrapper {
    background: url("../img/home/result/index_result_bg_lg.jpg") 50% 0 no-repeat #EAF7FD;
    min-height: 57rem;
  }
  .service-result-wrapper:before {
    width: 12rem;
    height: 11rem;
    position: absolute;
    left: calc(50% + 21rem);
    top: 3rem;
  }
  .service-result-wrapper:after {
    width: 9rem;
    height: 8rem;
    position: absolute;
    left: calc(50% - 26rem);
    bottom: 1rem;
  }
}
.service-result-wrapper .service-result-box .result-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  line-height: 1;
  color: var(--bs-primary);
}
.service-result-wrapper .service-result-box .result-item .result-title-area {
  width: 5.5rem;
}
.service-result-wrapper .service-result-box .result-item .result-title-area .result-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #0F367A;
}
@media screen and (min-width: 1200px) {
  .service-result-wrapper .service-result-box .result-item {
    flex-direction: column;
    justify-content: left;
  }
  .service-result-wrapper .service-result-box .result-item .result-title-area {
    width: auto;
    text-align: center;
  }
  .service-result-wrapper .service-result-box .result-item .result-title-area .result-title {
    font-size: 1.2rem;
    text-align: center;
  }
}
.service-result-wrapper .service-result-box .result-item .result-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-result-wrapper .service-result-box .result-item .result-info .num-box {
  gap: 5px;
}
@media screen and (min-width: 1200px) {
  .service-result-wrapper .service-result-box .result-item .result-info .num-box {
    display: flex;
    flex-direction: row;
  }
}
.service-result-wrapper .service-result-box .result-item .result-info .num-box .counter {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Sarabun";
  line-height: 1;
}
.service-result-wrapper .service-result-box .result-item .result-info .num-box .counter .unit-label {
  font-size: 0.8rem;
}
@media screen and (min-width: 576px) {
  .service-result-wrapper .service-result-box .result-item .result-info .num-box .counter {
    font-size: 2rem;
  }
  .service-result-wrapper .service-result-box .result-item .result-info .num-box .counter .unit-label {
    font-size: 1rem;
  }
}

.location-wrapper {
  position: relative;
}
.location-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -1px;
  background-color: #EAF7FD;
  -webkit-mask: url("../img/home/quick_link/link_bg.svg") no-repeat 50% 100%;
  mask: url("../img/home/quick_link/link_bg.svg") no-repeat 50% 100%;
  transform: rotate(180deg);
  -webkit-mask-size: auto;
  mask-size: auto;
  content: "";
  opacity: 1;
  transition: all 0.3s;
  z-index: -1;
}
.location-wrapper .service-location-box {
  position: relative;
  background: url("../img/home/location/index_location_pic@2x.png") 50% 0 no-repeat;
  background-size: cover;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.location-wrapper .service-location-box .location-point {
  max-width: 5.5rem;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.location-wrapper .service-location-box .location-point:hover {
  transform: translateY(-0.4rem);
}
.location-wrapper .service-location-box .location-point.point02 {
  margin-left: 1rem;
}
.location-wrapper .service-location-box .location-title {
  font-size: 1rem;
  color: #0F367A;
  font-weight: 700;
}
.location-wrapper .service-location-box .location-title img {
  width: 1rem;
}
.location-wrapper .service-location-box .location-title span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 460px) {
  .location-wrapper .service-location-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .location-wrapper .service-location-box {
    background-size: contain;
    min-height: 22.5rem;
  }
  .location-wrapper .service-location-box .location-point {
    max-width: 8.8rem;
  }
  .location-wrapper .service-location-box .location-title {
    font-size: 1.2rem;
  }
  .location-wrapper .service-location-box .location-title img {
    width: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .location-wrapper .service-location-box {
    min-height: 25rem;
  }
  .location-wrapper .service-location-box .location-point {
    max-width: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .location-wrapper .service-location-box .location-point {
    max-width: 11rem;
  }
}

.relative-link-wrapper .swiper-wrapper {
  height: unset;
}
.relative-link-wrapper .swiper-wrapper figure {
  border-radius: 1.25rem;
}
.relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button {
  background: var(--bs-sky);
  color: #fff;
  border: 0;
  box-shadow: unset;
  width: 1.6rem;
  height: 1.6rem;
  line-height: inherit;
  border-radius: 100%;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
  margin-top: -0.75rem;
}
.relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: -2.5rem;
}
.relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-next:hover {
  right: -2.75rem;
}
.relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-next:after {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: var(--bs-white);
  -webkit-mask: url(../img/header/nav-link.svg) no-repeat center;
  mask: url(../img/header/nav-link.svg) no-repeat center;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
}
.relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: -2.5rem;
}
.relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev:hover {
  left: -2.75rem;
}
.relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev:after {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: var(--bs-white);
  -webkit-mask: url(../img/header/nav-link.svg) no-repeat center;
  mask: url(../img/header/nav-link.svg) no-repeat center;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
}
@media screen and (min-width: 768px) {
  .relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
  }
  .relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
    right: -3rem;
  }
  .relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-next:hover {
    right: -3.5rem;
  }
  .relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
    left: -3rem;
  }
  .relative-link-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev:hover {
    left: -3.5rem;
  }
}

.unit-title {
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.unit-title .en-title {
  font-size: 2.5rem;
  font-family: "Candal", "Arial", "Microsoft JhengHei", sans-serif;
  color: var(--bs-primary);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.unit-title .title {
  font-size: 1rem;
  text-align: center;
  color: #0F367A;
  line-height: 1;
  font-weight: 600;
}
.unit-title.news {
  position: relative;
  padding-top: 1.5rem;
}
.unit-title.news:before {
  width: 25px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/home/news/icon_news.svg") no-repeat center;
  mask: url("../img/home/news/icon_news.svg") no-repeat center;
  transform: translateX(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.unit-title.result {
  position: relative;
  padding-top: 1.5rem;
}
.unit-title.result:before {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/home/result/icon_result.svg") no-repeat center;
  mask: url("../img/home/result/icon_result.svg") no-repeat center;
  transform: translateX(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.unit-title.location {
  position: relative;
  padding-top: 1.5rem;
}
.unit-title.location:before {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/home/location/icon_location.svg") no-repeat center;
  mask: url("../img/home/location/icon_location.svg") no-repeat center;
  transform: translateX(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}

.cat-btn-box .btn {
  margin-right: 0.75rem;
}
.cat-btn-box .btn:last-child {
  margin-right: 0rem;
}

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

.page-cat-wrapper {
  position: relative;
}

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

.milestone-area {
  padding-left: 3rem;
  position: relative;
}
.milestone-area .milestone-line {
  position: absolute;
  width: 0.8rem;
  height: 100%;
  top: 0;
  left: 0.3rem;
  transition: all 0.2s linear;
  background-color: #D2EEFB;
  border-radius: 99rem;
}
.milestone-area .milestone-box {
  margin-bottom: 1.5rem;
  position: relative;
}
.milestone-area .milestone-box:before {
  width: 34px;
  height: 30px;
  position: absolute;
  left: -2.35rem;
  top: 35%;
  background: url("../img/icon/icon_heart_blue_line.svg") no-repeat center;
  transform: translateY(-35%);
  background-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.milestone-area .milestone-box:nth-child(even):before {
  width: 34px;
  height: 30px;
  position: absolute;
  left: -2.35rem;
  top: 35%;
  background: url("../img/icon/icon_heart_pink_line.svg") no-repeat center;
  transform: translateY(-35%);
  background-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.milestone-area .milestone-box:after {
  content: "";
  background: transparent;
  position: absolute;
  top: calc(35% - 20px);
  left: -1.2rem;
  height: 1rem;
  width: 3rem;
  transform: translateY(35%);
  border-bottom: 2px dashed var(--bs-sky);
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .milestone-area {
    padding-left: 4.5rem;
  }
  .milestone-area .milestone-box {
    margin-bottom: 2rem;
    position: relative;
  }
  .milestone-area .milestone-box:last-child {
    margin-bottom: 0rem;
  }
  .milestone-area .milestone-box:before {
    width: 54px;
    height: 48px;
    position: absolute;
    left: -4.4rem;
    top: 35%;
    background: url("../img/icon/icon_heart_blue_line.svg") no-repeat center;
    transform: translateY(-35%);
    background-size: cover;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
  .milestone-area .milestone-box:nth-child(even):before {
    width: 54px;
    height: 48px;
    position: absolute;
    left: -4.4rem;
    top: 35%;
    background: url("../img/icon/icon_heart_pink_line.svg") no-repeat center;
    transform: translateY(-35%);
    background-size: cover;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
  .milestone-area .milestone-box:after {
    content: "";
    background: transparent;
    position: absolute;
    top: calc(35% - 20px);
    left: -3.2rem;
    height: 1rem;
    width: 5rem;
    transform: translateY(35%);
    border-bottom: 2px dashed var(--bs-sky);
    transition: all 0.2s ease-in-out;
    z-index: -1;
  }
}
@media screen and (min-width: 576px) {
  .milestone-area .milestone-box {
    margin-bottom: 2rem;
    position: relative;
  }
  .milestone-area .milestone-box:last-child {
    margin-bottom: 0rem;
  }
  .milestone-area .milestone-box:before {
    width: 54px;
    height: 48px;
    position: absolute;
    left: -4.4rem;
    top: 50%;
    background: url("../img/icon/icon_heart_blue_line.svg") no-repeat center;
    transform: translateY(-50%);
    background-size: cover;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
  .milestone-area .milestone-box:nth-child(even):before {
    width: 54px;
    height: 48px;
    position: absolute;
    left: -4.4rem;
    top: 50%;
    background: url("../img/icon/icon_heart_pink_line.svg") no-repeat center;
    transform: translateY(-50%);
    background-size: cover;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
  .milestone-area .milestone-box:after {
    content: "";
    background: transparent;
    position: absolute;
    top: calc(50% - 30px);
    left: -3.2rem;
    height: 1rem;
    width: 5rem;
    transform: translateY(50%);
    border-bottom: 2px dashed var(--bs-sky);
    transition: all 0.2s ease-in-out;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .milestone-area {
    padding-left: 7rem;
  }
  .milestone-area .milestone-box {
    margin-bottom: 3rem;
  }
  .milestone-area .milestone-box:last-child {
    margin-bottom: 0rem;
  }
  .milestone-area .milestone-box:before {
    width: 54px;
    height: 48px;
    position: absolute;
    left: -6.5rem;
    top: 50%;
    background: url("../img/icon/icon_heart_blue_line.svg") no-repeat center;
    transform: translateY(-50%);
    background-size: cover;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
  .milestone-area .milestone-box:nth-child(even):before {
    width: 54px;
    height: 48px;
    position: absolute;
    left: -6.5rem;
    top: 50%;
    background: url("../img/icon/icon_heart_pink_line.svg") no-repeat center;
    transform: translateY(-50%);
    background-size: cover;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
  .milestone-area .milestone-box:after {
    content: "";
    background: transparent;
    position: absolute;
    top: calc(50% - 30px);
    left: -5rem;
    height: 1rem;
    width: 8rem;
    transform: translateY(50%);
    border-bottom: 2px dashed var(--bs-sky);
    transition: all 0.2s ease-in-out;
    z-index: -1;
  }
  .milestone-area .milestone-line {
    width: 1.3rem;
    left: 0.5rem;
  }
}

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

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

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

.info-meta {
  color: var(--bs-danger);
  line-height: 1.4;
}
.info-meta.post {
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  .info-meta.post {
    font-size: 1rem;
  }
}

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

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

.text-list-area {
  border-radius: 1rem;
  background-color: var(--bs-white);
  border: 0.05rem solid var(--bs-sky);
}
.text-list-area .row-box a {
  padding: 0.5rem 0;
  text-decoration: none;
  color: var(--bs-dark-gray);
}
.text-list-area .row-box:hover {
  background-color: #f7fcff;
}
.text-list-area .row-box:hover:last-child {
  border-bottom-left-radius: 0.95rem;
  border-bottom-right-radius: 0.95rem;
}
.text-list-area .row-box .text-list-box {
  padding: 0.6rem 0 0.4rem;
  border-top: 0.05rem dashed var(--bs-sky);
}
.text-list-area .row-box:first-child .text-list-box {
  border-top: unset;
}
.text-list-area .row-box .text-list-box:not(.title) .title-area {
  color: var(--bs-primary);
}
@media screen and (min-width: 992px) {
  .text-list-area .row-box .text-list-box {
    padding: 0rem 0;
  }
  .text-list-area .row-box .text-list-box:not(.title) .title-area {
    color: var(--bs-dark-gray);
  }
  .text-list-area .row-box:hover .text-list-box:not(.title) .title-area {
    color: var(--bs-primary);
  }
}
.text-list-area.no-header .row-box:hover:first-child {
  border-top-left-radius: 0.95rem;
  border-top-right-radius: 0.95rem;
}
.text-list-area .text-list-box {
  position: relative;
}
.text-list-area .text-list-box.title {
  background-color: var(--bs-sky);
  color: var(--bs-white) !important;
  border-top-left-radius: 0.85rem;
  border-top-right-radius: 0.85rem;
  font-weight: 700;
}
.text-list-area .text-list-box.title .title-area {
  padding: 0.6rem 0rem 0.4rem;
}
.text-list-area .text-list-box .title-area {
  font-weight: 700;
}
.text-list-area .text-list-box .hini-msg {
  min-width: 3rem;
}
.text-list-area .text-list-box .spac-block {
  display: inline-block;
}
.text-list-area .text-list-box.report .date-area {
  color: var(--bs-secondary);
  padding-left: 2.3rem;
}
.text-list-area .text-list-box.report:not(.title) .title-area {
  color: var(--bs-body);
}
.text-list-area .text-list-box.report .title-area {
  padding-left: 2.3rem;
}
.text-list-area .text-list-box.report .title-area:before {
  width: 1.7rem;
  height: 1.45rem;
  position: absolute;
  left: 0rem;
  top: 0.7rem;
  background: url("../img/icon/icon_heart_text_list.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .text-list-area .text-list-box.report .date-area {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .text-list-area .text-list-box {
    display: flex;
    gap: 0 0.5rem;
  }
  .text-list-area .text-list-box > div {
    padding: 0.8rem 0rem 0.6rem;
  }
  .text-list-area .text-list-box .title-area.all {
    padding: 0.8rem 0rem 0.6rem;
    width: calc(100% - 24rem);
  }
  .text-list-area .text-list-box .data-w-5 {
    width: 4rem;
  }
  .text-list-area .text-list-box .data-w-8 {
    width: 6rem;
  }
  .text-list-area .text-list-box .data-w-10 {
    width: 6rem;
  }
  .text-list-area .text-list-box .data-w-12 {
    width: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .text-list-area .text-list-box .title-area.all {
    width: calc(100% - 40rem);
  }
  .text-list-area .text-list-box .data-w-5 {
    width: 5rem;
  }
  .text-list-area .text-list-box .data-w-8 {
    width: 8rem;
  }
  .text-list-area .text-list-box .data-w-10 {
    width: 10rem;
  }
  .text-list-area .text-list-box .data-w-12 {
    width: 15rem;
  }
}

.list-area a {
  transition: all 0.35s ease-in-out;
  text-decoration: none;
}
.list-area a:hover {
  text-decoration: none;
}
.list-area .list-item {
  transition: all 0.35s ease-in-out;
}
.list-area .list-item a {
  text-decoration: none;
}
.list-area .list-item a:hover {
  text-decoration: none;
}
.list-area .list-item .list-media {
  position: relative;
}
.list-area .list-item .list-media .iframe-box {
  width: 100%;
  padding-bottom: 56.25%;
}
.list-area .list-item .list-media .iframe-box iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-area .list-item .list-media figure {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}
.list-area .list-item .list-media figure img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-area .list-item .list-media .tag-box {
  position: absolute;
  bottom: -0.4rem;
  left: -0.4rem;
  background: #fff;
  z-index: 5;
}
.list-area .list-item .list-media .tag-box .tag-text {
  font-size: 0.85rem;
  font-weight: bold;
  position: relative;
  padding: 0.4rem 1rem 0.3rem;
  border-radius: 1rem;
  border: 0.4rem solid white;
  background: var(--bs-primary);
  color: #fff;
}
.list-area .list-item .list-media .tag-box.light-blue {
  background: #EAF7FD;
  border-top-right-radius: 1.2rem;
  border-color: #EAF7FD;
}
.list-area .list-item .list-media .tag-box.light-blue .tag-text {
  border-color: #EAF7FD;
}
.list-area .list-item .list-media .tag-box.light-blue:before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0.4rem;
  top: -0.6rem;
  background-color: #EAF7FD;
  -webkit-mask: url("../img/home/news/tag_corner.svg") no-repeat center;
  mask: url("../img/home/news/tag_corner.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-media .tag-box.light-blue:after {
  width: 12px;
  height: 12px;
  position: absolute;
  right: -0.6rem;
  bottom: 0.4rem;
  background-color: #EAF7FD;
  -webkit-mask: url("../img/home/news/tag_corner.svg") no-repeat center;
  mask: url("../img/home/news/tag_corner.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-media .tag-box.white {
  background: #fff;
  border-top-right-radius: 1.2rem;
  border-color: #fff;
}
.list-area .list-item .list-media .tag-box.white .tag-text {
  border-color: #fff;
}
.list-area .list-item .list-media .tag-box.white:before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0.4rem;
  top: -0.6rem;
  background-color: #fff;
  -webkit-mask: url("../img/home/news/tag_corner.svg") no-repeat center;
  mask: url("../img/home/news/tag_corner.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-media .tag-box.white:after {
  width: 12px;
  height: 12px;
  position: absolute;
  right: -0.6rem;
  bottom: 0.4rem;
  background-color: #fff;
  -webkit-mask: url("../img/home/news/tag_corner.svg") no-repeat center;
  mask: url("../img/home/news/tag_corner.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-content {
  position: relative;
  text-decoration: none;
}
.list-area .list-item .list-content .list-header {
  margin-bottom: 0.5rem;
}
.list-area .list-item .list-content .list-header h3.list-title {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--bs-dark);
  transition: all 0.35s ease-in-out;
}
.list-area .list-item .list-content .list-header .date-box {
  color: var(--bs-secondary);
  position: relative;
  padding-left: 0.6rem;
}
.list-area .list-item .list-content .list-header .date-box:before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -0.2rem;
  top: 50%;
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/header/nav-link.svg") no-repeat center;
  mask: url("../img/header/nav-link.svg") no-repeat center;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
}
.list-area .list-item .list-content .list-header .date-box.no-arrow {
  padding-left: 0rem;
}
.list-area .list-item .list-content .list-header .date-box.no-arrow:before {
  content: unset;
}
.list-area .list-item .list-content .list-header .date-box span {
  display: inline-block;
}
.list-area .list-item .list-content .sub-articles-area a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--bs-gray-800);
}
.list-area .list-item .list-content .sub-articles-area a:hover {
  color: var(--bs-primary);
}
.list-area .list-item .list-content .btn-area {
  margin-top: 0.5rem;
  position: relative;
}
.list-area .list-item .list-content .btn-area .link-text {
  position: relative;
  display: inline-block;
}
.list-area .list-item .list-content .btn-area .link-text:before {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -1rem;
  top: 50%;
  background-color: var(--bs-primary);
  -webkit-mask: url("../img/header/nav-link.svg") no-repeat center;
  mask: url("../img/header/nav-link.svg") no-repeat center;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-content .btn-area a {
  display: inline-block;
  min-width: calc(50% - 0.25rem);
}
.list-area .list-item .list-content .btn-area.fill {
  display: flex;
  gap: 0.5rem;
}
.list-area .list-item .list-content .btn-area.fill a {
  flex: 1 1 auto !important;
  min-width: unset;
}
.list-area .list-item .list-content .desc-area {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--bs-gray-800);
}
.list-area .list-item .list-content .desc-area p {
  margin-bottom: 0;
}
.list-area .list-item .list-content .message-area {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--bs-gray-800);
}
.list-area .list-item .list-content .message-area p {
  margin-bottom: 0;
}
.list-area .list-item .list-content .message-area a {
  color: var(--bs-gray-800);
}
.list-area .list-item .list-content .message-area a:hover {
  text-decoration: underline;
}
.list-area .list-item .list-content .list-intro {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--bs-gray-800);
}
.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 .list-item:hover .btn-area .link-text {
  text-decoration: underline;
}
.list-area .list-item:hover .btn-area .link-arrow {
  transform: translateX(0.3rem);
}
.list-area .list-item.project-item:hover {
  cursor: pointer;
}
.list-area .list-item.project-item:hover {
  cursor: pointer;
}
.list-area .list-item.project-item:hover .list-btn.type-1 {
  background-color: var(--bs-secondary-200);
  color: var(--bs-danger);
}
.list-area .list-item.project-item:focus .list-btn.type-1, .list-area .list-item.project-item:active .list-btn.type-1 {
  background-color: var(--bs-dark);
  color: var(--bs-danger);
}
.list-area.type-1 .list-item figure {
  padding-bottom: 75%;
  width: 100%;
}
.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-2 .list-item figure {
  padding-bottom: 100%;
  width: 100%;
}
.list-area.type-3 .list-item figure {
  padding-bottom: 75%;
  width: 100%;
}
.list-area.type-3 .list-item .list-content {
  padding: 0.95rem 1.2rem 1.2rem 1.2rem;
}
.list-area.type-3 .list-item .list-content .list-header {
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
  border-bottom: 0.05rem solid var(--bs-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-3 .list-item .list-content .list-intro {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-4 .list-item figure {
  padding-bottom: 133.33%;
  width: 100%;
}
.list-area.type-4 .list-item .list-content .list-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-4 .list-item .list-content .list-intro {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page_list {
  margin-top: 2rem;
}
.page_list .pagination {
  justify-content: center;
  margin-bottom: 0;
}

.qa-list {
  box-shadow: none;
  border: 0;
}
.qa-list .accordion-item {
  box-shadow: none;
  transition: 0.35s background-color;
  border-radius: 1rem;
  border: 0.05rem solid var(--bs-sky);
}
.qa-list .accordion-item .card-header {
  padding: 0;
}
.qa-list .accordion-item .card-header .accordion-button {
  padding: 0.75rem 0.75rem 0.6rem 2.8rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: #EAF7FD;
  position: relative;
}
.qa-list .accordion-item .card-header .accordion-button:before {
  font-family: bootstrap-icons !important;
  position: absolute;
  left: unset;
  right: 0.75rem;
  content: "\f2ea";
  font-size: 1rem;
  font-weight: 400;
  width: 1rem;
  margin-top: -0.2rem;
  margin-left: -0.3rem;
  display: inline-block;
  color: var(--bs-sky);
}
.qa-list .accordion-item .card-header .accordion-button:after {
  width: 1.7rem;
  height: 1.45rem;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  background: url("../img/icon/icon_heart_text_list.svg") no-repeat 0 0;
  transform: translateY(-45%);
  background-size: 100%;
  content: "";
  z-index: 1;
}
.qa-list .accordion-item .card-header .accordion-button.collapsed {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: transparent;
}
.qa-list .accordion-item .card-header .accordion-button.collapsed:before {
  content: "\f4fe";
}
.qa-list .accordion-item .card-body {
  padding: 0 0.75rem 0.75rem 0.75rem;
  background: #EAF7FD;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.qa-list .accordion-item .card-body ul, .qa-list .accordion-item .card-body ol {
  margin-bottom: 0;
}
.qa-list .accordion-item .card-body .card-content {
  border-top: 0.05rem dashed var(--bs-sky);
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .qa-list .accordion-item .card-header {
    padding: 0;
  }
  .qa-list .accordion-item .card-header .accordion-button {
    padding: 0.9rem 1.3rem 0.75rem 3.5rem;
    background: #EAF7FD;
  }
  .qa-list .accordion-item .card-header .accordion-button:before {
    right: 1.3rem;
  }
  .qa-list .accordion-item .card-header .accordion-button:after {
    left: 1.3rem;
  }
  .qa-list .accordion-item .card-body {
    padding: 0 1.3rem 0.8rem 1.3rem;
  }
  .qa-list .accordion-item .card-body .card-content {
    padding-top: 0.8rem;
  }
}

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

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

.page-content-area .label-area {
  margin-bottom: -0.3rem;
}
.page-content-area .label-area .cust-label-box {
  display: inline-block;
  margin-left: 0.3rem;
  margin-bottom: 0.3rem;
  padding: 0.3rem 0.5rem;
  font-size: 0.7rem;
  line-height: normal;
  border-radius: 99rem;
  color: var(--bs-white);
  padding-left: 1.3rem;
}
.page-content-area .label-area .cust-label-box:first-child {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .page-content-area .detail-area {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-content-area .detail-area {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-content-area .detail-area {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.page-content-area .detail-content-area .dash-bottom {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.05rem dashed var(--bs-sky);
}
.page-content-area .detail-content-area .text-label-area {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.3rem;
}
.page-content-area .detail-content-area .text-label-area > .btn {
  white-space: wrap;
  text-align: left;
}
.page-content-area .content-footer {
  display: flex;
  flex-direction: column;
  margin-top: 3.5rem;
  align-items: center !important;
}
.page-content-area .content-footer .icon-area {
  display: flex;
  flex-wrap: wrap !important;
  gap: 0.5rem 0.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-content-area .content-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

.relation-waper {
  padding: 3rem 0 5rem;
}
.relation-waper.light-blue {
  background: #EAF7FD;
}
.relation-waper .page-cat-wrapper {
  z-index: 5;
}
.relation-waper .relative-unit-title {
  display: flex;
  justify-content: space-between;
  padding: 0rem 0 0.4rem;
  border-bottom: 0.1rem solid var(--bs-sky);
}
.relation-waper .relative-unit-title .title-box {
  font-size: 1rem;
  color: var(--bs-primary);
  font-weight: 700;
}
.relation-waper .list-area .list-row {
  display: flex;
  gap: 0.5rem;
  padding: 0.9rem 0 0.7rem;
}
.relation-waper .list-area .list-row:not(:last-child) {
  border-bottom: 0.05rem dashed var(--bs-sky);
}
.relation-waper .list-area .list-row .list-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--bs-body-color);
}
.relation-waper .list-area .list-row:hover .list-title {
  color: var(--bs-primary);
  text-decoration: underline;
}
.relation-waper .list-area .list-row .date-box {
  color: var(--bs-sky);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.relation-waper .list-area .list-row .num-box {
  color: var(--bs-secondary);
  text-align: right;
}

.detail-content-area .page-cat-wrapper, .detail-area .page-cat-wrapper {
  z-index: 5;
}

.work-detail-title {
  margin-top: 30px;
  position: relative;
}
.work-detail-title h2 {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
}
.work-detail-title .work-type {
  display: block;
  width: 78px;
  height: 76px;
  color: #fff;
  font-size: 15px;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 15px;
}
.work-detail-title .work-type.enterprise {
  background: url(../img/detail/works_type_business_phone.png) no-repeat;
  background-size: 78px 76px;
}
.work-detail-title .work-type.shopping {
  background: url(../img/detail/works_type_shopping_phone.png) no-repeat;
  background-size: 78px 76px;
}
.work-detail-title .work-type.activity {
  background: url(../img/detail/works_type_activity_phone.png) no-repeat;
  background-size: 78px 76px;
}
.work-detail-title .work-type.donate {
  background: url(../img/detail/works_type_fundation_phone.png) no-repeat;
  background-size: 78px 76px;
}
.work-detail-title .work-type.nonprofit {
  background: url(../img/detail/works_type_orther_phone.png) no-repeat;
  background-size: 78px 76px;
  padding: 18px 10px;
}
@media screen and (min-width: 576px) {
  .work-detail-title {
    padding-left: 220px;
    min-height: 98px;
  }
  .work-detail-title h2 {
    font-size: 30px;
    line-height: 98px;
  }
  .work-detail-title .work-type {
    font-size: 18px;
    display: inline-block;
    width: 102px;
    height: 98px;
    position: absolute;
    left: 90px;
    font-size: 20px;
    padding: 15px 28px;
    margin-bottom: 0px;
  }
  .work-detail-title .work-type.enterprise {
    background: url(../img/detail/works_type_business_pc.png) no-repeat;
    background-size: 102px 98px;
  }
  .work-detail-title .work-type.shopping {
    background: url(../img/detail/works_type_shopping_pc.png) no-repeat;
    background-size: 102px 98px;
  }
  .work-detail-title .work-type.activity {
    background: url(../img/detail/works_type_activity_pc.png) no-repeat;
    background-size: 102px 98px;
  }
  .work-detail-title .work-type.donate {
    background: url(../img/detail/works_type_fundation_pc.png) no-repeat;
    background-size: 102px 98px;
  }
  .work-detail-title .work-type.nonprofit {
    background: url(../img/detail/works_type_orther_pc.png) no-repeat;
    background-size: 102px 98px;
    font-size: 18px;
    padding: 25px 20px;
  }
}

.work-bg-top {
  margin-top: 30px;
  text-align: center;
  background: url(../img/detail/bg_1.png) 50% 0% #EEEEEE no-repeat;
}
.work-bg-top img {
  max-width: 100%;
  height: auto;
  margin-top: 0px;
}
@media screen and (min-width: 520px) {
  .work-bg-top {
    margin-top: 80px;
  }
  .work-bg-top img {
    margin-top: -50px;
  }
}
@media screen and (min-width: 576px) {
  .work-bg-top {
    margin-top: 150px;
  }
  .work-bg-top img {
    margin-top: -100px;
  }
}

.work-bg-center {
  position: relative;
  height: 93px;
  background: url(../img/detail/bg_2.png) 50% 50% no-repeat;
}
.work-bg-center .work-type {
  float: right;
  margin: 30px 0px 0px 0px;
  display: inline-block;
  width: 45px;
  height: 33px;
  background: url(../img/detail/works_type_rwd@2x.png) 100% no-repeat;
  background-size: 121px 33px;
}
.work-bg-center .work-type.rwd {
  width: 121px;
}
@media screen and (min-width: 640px) {
  .work-bg-center {
    height: 93px;
  }
  .work-bg-center .work-type {
    float: right;
    margin: 18px 15px 0px 0px;
    width: 82px;
    height: 57px;
    background: url(../img/detail/works_type_rwd_PC.png) 100% no-repeat;
    background-size: 209px 57px;
  }
  .work-bg-center .work-type.rwd {
    width: 209px;
  }
}

.work-intro-area {
  min-height: 200px;
  background: #E3E1E1;
  font-size: 15px;
  line-height: 1.7em;
}
.work-intro-area .title {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.work-intro-area p {
  margin-bottom: 45px;
}
@media screen and (min-width: 576px) {
  .work-intro-area {
    font-size: 16px;
  }
  .work-intro-area .title {
    font-size: 20px;
    margin-top: 30px;
  }
}

.work-bg-bottom {
  height: 146px;
  background: url(../img/detail/bg_3.png) 50% 0% no-repeat;
}

.edit-area img {
  max-width: 100%;
  height: auto;
}
.edit-area iframe {
  max-width: 100%;
  height: auto;
}

.news-detail-title {
  border-left: 7px solid #4c4847;
  padding-left: 10px;
  margin-top: 45px;
}
.news-detail-title .news-date {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #f48a2c;
  margin-top: 5px;
}
.news-detail-title .news-title {
  font-size: 24px;
  color: #404040;
  margin-top: 10px;
  margin-bottom: 0px;
}

.edit-area h3 {
  font-size: 18px;
  color: #ec6d54;
}
.edit-area .infor-row div {
  margin-bottom: 25px;
}

.news-edit-area {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 40px 3px;
  margin: 30px 0px;
}
.news-edit-area img {
  max-width: 100%;
  height: auto;
}
.news-edit-area video {
  max-width: 100%;
}
.news-edit-area:after {
  content: "";
  display: block;
  clear: both;
}

.about-menu-area {
  margin-top: 30px;
  margin-bottom: 45px;
}
.about-menu-area .about-menu {
  width: 100%;
  list-style: none;
  padding-left: 0px;
}
.about-menu-area .about-menu li {
  float: left;
  width: 25%;
}
.about-menu-area .about-menu li a {
  position: relative;
  display: block;
  font-size: 22px;
  color: #222222;
  text-align: center;
  border-left: 2px dotted #DFDFDF;
  padding-bottom: 24px;
}
.about-menu-area .about-menu li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 8px;
  margin-left: -8px;
  border-style: solid;
  border-color: transparent transparent #92BD4D transparent;
  border-width: 8px;
}
.about-menu-area .about-menu li:nth-child(2) a:after {
  border-color: transparent transparent #5DBEEC transparent;
}
.about-menu-area .about-menu li:nth-child(3) a:after {
  border-color: transparent transparent #EA6B4D transparent;
}
.about-menu-area .about-menu li:last-child a {
  border-right: 2px dotted #DFDFDF;
}
.about-menu-area .about-menu li:last-child a:after {
  border-color: transparent transparent #F3AC1D transparent;
}
.about-menu-area .about-menu li:hover a, .about-menu-area .about-menu li.selected a {
  /* font-weight: bold; */
}
.about-menu-area .about-menu li:hover a:after, .about-menu-area .about-menu li.selected a:after {
  width: 90px;
  margin-left: -45px;
  border: none;
  /* Safari */
  transition: all 1s ease-in-out;
}
.about-menu-area .about-menu li:hover:nth-child(1) a:after, .about-menu-area .about-menu li.selected:nth-child(1) a:after {
  border-top: 5px solid #92BD4D;
}
.about-menu-area .about-menu li:hover:nth-child(2) a:after, .about-menu-area .about-menu li.selected:nth-child(2) a:after {
  border-top: 5px solid #5DBEEC;
}
.about-menu-area .about-menu li:hover:nth-child(3) a:after, .about-menu-area .about-menu li.selected:nth-child(3) a:after {
  border-top: 5px solid #EA6B4D;
}
.about-menu-area .about-menu li:hover:last-child a:after, .about-menu-area .about-menu li.selected:last-child a:after {
  border-top: 5px solid #F3AC1D;
}
.about-menu-area .about-menu:after {
  content: "";
  display: block;
  clear: both;
}

.about-top-text {
  font-size: 18px;
  color: #666666;
  margin-bottom: 30px;
  padding: 0px 30px;
}
@media screen and (min-width: 576px) {
  .about-top-text {
    margin-left: 235px;
    padding: 0px;
  }
}

.about-intro-area .about-intro-box {
  margin-bottom: 35px;
}
.about-intro-area .about-intro-box .photo-area img {
  width: 170px;
  height: 170px;
}
.about-intro-area .about-intro-box .content-area {
  position: relative;
  border: 1px solid #DFDFDF;
  padding: 30px;
  border-top: 10px solid #01C6DA;
  margin-top: -15px;
  z-index: 5;
  background: #fff;
}
.about-intro-area .about-intro-box .content-area h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}
.about-intro-area .about-intro-box .content-area .about-content {
  font-size: 15px;
  color: #666666;
}
.about-intro-area .about-intro-box .content-area:after {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 72px;
  border-style: solid;
  border-color: transparent transparent #01C6DA transparent;
  border-width: 15px 12px;
}
.about-intro-area .about-intro-box:nth-child(2) .content-area {
  border-top: 10px solid #82B160;
}
.about-intro-area .about-intro-box:nth-child(2) .content-area:after {
  border-color: transparent transparent #82B160 transparent;
}
.about-intro-area .about-intro-box:nth-child(3) .content-area {
  border-top: 10px solid #FFCC01;
}
.about-intro-area .about-intro-box:nth-child(3) .content-area:after {
  border-color: transparent transparent #FFCC01 transparent;
}
.about-intro-area .about-intro-box:nth-child(4) .content-area {
  border-top: 10px solid #ED585C;
}
.about-intro-area .about-intro-box:nth-child(4) .content-area:after {
  border-color: transparent transparent #ED585C transparent;
}
@media screen and (min-width: 576px) {
  .about-intro-area .about-intro-box {
    position: relative;
    padding-left: 170px;
  }
  .about-intro-area .about-intro-box .photo-area, .about-intro-area .about-intro-box .iframe-area {
    left: 0px;
  }
  .about-intro-area .about-intro-box .content-area {
    padding-left: 0px;
  }
  .about-intro-area .about-intro-box .photo-area, .about-intro-area .about-intro-box .iframe-area {
    position: absolute;
    top: 0px;
    width: 170px;
    height: 170px;
  }
  .about-intro-area .about-intro-box .content-area {
    position: relative;
    min-height: 170px;
  }
}
@media screen and (min-width: 576px) and (min-width: 576px) {
  .about-intro-area .about-intro-box {
    padding-left: 170px;
  }
  .about-intro-area .about-intro-box .photo-area, .about-intro-area .about-intro-box .iframe-area {
    left: 0px;
  }
  .about-intro-area .about-intro-box .content-area {
    padding-left: 0px;
  }
  .about-intro-area .about-intro-box .photo-area, .about-intro-area .about-intro-box .iframe-area {
    position: absolute;
    top: 0px;
    width: 170px;
    height: 170px;
  }
  .about-intro-area .about-intro-box .content-area {
    position: relative;
    min-height: 170px;
  }
}
@media screen and (min-width: 576px) {
  .about-intro-area .about-intro-box .photo-area img, .about-intro-area .about-intro-box .iframe-area img {
    max-width: 100%;
    max-height: 100%;
  }
  .about-intro-area .about-intro-box .photo-area iframe, .about-intro-area .about-intro-box .iframe-area iframe {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (min-width: 576px) {
  .about-intro-area .about-intro-box .content-area {
    margin-left: 65px;
    padding: 30px;
    border-left: 20px solid #01C6DA;
    border-top: 1px solid #DFDFDF !important;
    margin-top: 0px;
  }
  .about-intro-area .about-intro-box .content-area:after {
    top: 50%;
    left: -50px;
    margin-top: -12px;
    border-color: transparent #01C6DA transparent transparent;
    border-width: 12px 15px;
  }
}
@media screen and (min-width: 576px) {
  .about-intro-area .about-intro-box:nth-child(2) .content-area {
    border-left: 20px solid #82B160;
  }
  .about-intro-area .about-intro-box:nth-child(2) .content-area:after {
    border-color: transparent #82B160 transparent transparent;
  }
}
@media screen and (min-width: 576px) {
  .about-intro-area .about-intro-box:nth-child(3) .content-area {
    border-left: 20px solid #FFCC01;
  }
  .about-intro-area .about-intro-box:nth-child(3) .content-area:after {
    border-color: transparent #FFCC01 transparent transparent;
  }
}
@media screen and (min-width: 576px) {
  .about-intro-area .about-intro-box:nth-child(4) .content-area {
    border-left: 20px solid #ED585C;
  }
  .about-intro-area .about-intro-box:nth-child(4) .content-area:after {
    border-color: transparent #ED585C transparent transparent;
  }
}

/* payment page start */
.mobile-payment-page .payment-title {
  color: #ff6600;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 13px;
  line-height: 1.4;
}
.mobile-payment-page .mobile-payment-box .img-area {
  margin: 0 0 20px 0px;
}
.mobile-payment-page .mobile-payment-box .img-area img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) {
  .mobile-payment-page .mobile-payment-box .img-area {
    float: left;
    max-width: 400px;
    margin: 0 20px 20px 0px;
  }
}
@media screen and (min-width: 576px) {
  .mobile-payment-page .mobile-payment-box:nth-child(even) .img-area {
    float: right;
    margin: 0 0 20px 20px;
  }
}
.mobile-payment-page .mobile-payment-box + .mobile-payment-box {
  border-top: 1px dashed #000;
  margin-top: 20px;
  padding-top: 20px;
}
.mobile-payment-page a {
  color: #439ce1;
  text-decoration: underline;
}
.mobile-payment-page a:hover {
  color: #368ed3;
}

/* payment page end */
.two-img-box img {
  float: left;
  width: calc((100% - 20px) / 2);
}
.two-img-box img + img {
  margin-left: 20px;
}

.e-commerce-table-box + .e-commerce-table-box {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .e-commerce-table-box {
    display: table;
    width: 100%;
  }
}
.e-commerce-table-box .left-area {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .e-commerce-table-box .left-area {
    display: table-cell;
    width: 138px;
    vertical-align: top;
    margin-bottom: 0;
    text-align: center;
  }
}
.e-commerce-table-box .left-area .icon-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .e-commerce-table-box .left-area .icon-title {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .e-commerce-table-box .right-area {
    display: table-cell;
    vertical-align: top;
    padding-left: 32px;
  }
}

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

.pick-file input[type=file] {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

.form-control {
  padding: 0.6rem 0.7rem 0.45rem;
  border: 0.05rem solid var(--bs-gray-300);
  font-size: 0.85rem;
  border-radius: 10rem;
  box-shadow: none;
  outline: none;
  line-height: normal;
  min-height: 2.25rem;
}
.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;
}
.form-control::-moz-placeholder {
  position: relative;
  top: 0px;
}
.form-control::placeholder {
  position: relative;
  top: 0px;
}
@media screen and (min-width: 1200px) {
  .form-control::-moz-placeholder {
    position: absolute;
    top: 0.58rem;
  }
  .form-control::placeholder {
    position: absolute;
    top: 0.58rem;
  }
}
.form-control.en::-moz-placeholder {
  position: absolute;
  top: 0.65rem;
}
.form-control.en::placeholder {
  position: absolute;
  top: 0.65rem;
}

.invalid-feedback {
  padding-left: 0.7rem;
}

.search-area .form-control {
  border: 0.1rem solid var(--bs-sky);
  background-color: #EAF7FD;
  color: #0F367A;
}

.form-select {
  padding: 0.6rem 0.7rem 0.45rem;
  line-height: normal;
}
.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 {
  border-radius: 1.2rem;
  height: 6.5rem;
}

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

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

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

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

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

.form-group .form-row label {
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.35rem;
  padding-left: 0.7rem;
  position: relative;
}
.form-group .form-row label.required:before {
  content: "*";
  color: var(--bs-danger);
  left: 0rem;
  top: 0.25rem;
  position: absolute;
}
.form-group .form-row .vcode_img {
  border-radius: 2rem;
  border: 0.05rem solid var(--bs-dark);
}
.form-group .form-row .vcode_refresh {
  margin-left: 0.35rem;
  background-color: var(--bs-sky);
  color: #fff;
  padding: 0.6rem 0.6rem 0.4rem;
  border-radius: 50%;
  line-height: normal;
  cursor: pointer;
}
.form-group .row > div[class*=col] label {
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.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;
  padding-left: 0.25rem;
}
.form-group .form-check label.link-alert a {
  color: var(--bs-danger);
}
.form-group .form-check .form-check-input {
  transition: all 0.2s;
}
.form-group .form-check .form-check-input:disabled:checked {
  background-color: var(--bs-primary);
  opacity: 1;
}
.form-group .form-check .form-check-input:disabled:checked ~ .form-check-label {
  opacity: 1;
}
.form-group .form-check.other label {
  min-width: 1.7rem;
  margin-bottom: 0 !important;
}
.form-group .form-check.login {
  margin-top: 0.35rem;
}
.form-group .record-info {
  font-weight: 500;
}
.form-group .record-info .title {
  font-weight: 700;
}
.form-group .default-value {
  color: var(--bs-gray-700);
}

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

.select2-container.select2-container--default .select2-selection--single {
  font-size: 0.85rem;
  line-height: normal;
  box-shadow: none;
  padding: 0;
  height: 2.25rem;
  border: 0;
  border-radius: 99rem;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  color: var(--bs-dark);
  line-height: 1;
  padding: 0.7rem 0.7rem 0.5rem;
  border: 0.05rem solid var(--bs-gray-300);
  border-radius: 99rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: var(--bs-gray-500);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  opacity: 1;
  top: 10px;
  right: 10px;
  width: 20px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--bs-gray-500) transparent transparent transparent;
}
.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-sky);
}
.select2-container.select2-container--default .select2-dropdown {
  border: 0.05rem solid var(--bs-gray-300);
  position: relative;
  z-index: 999;
  font-size: 0.9rem;
  color: var(--bs-gray-500);
  margin-top: 0.25rem;
  border-radius: 1rem;
  overflow: hidden;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options {
  padding: 0;
}
.select2-container.select2-container--default li.select2-results__option {
  padding: 0.4rem 0.7rem;
  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;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.search-box .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 0.1rem solid var(--bs-sky);
  background-color: #EAF7FD;
  color: #0F367A;
}
.search-box .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0F367A transparent transparent transparent;
}
.search-box .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0F367A transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 99rem !important;
  border-bottom-right-radius: 99rem !important;
}

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

.gift-list .div-line {
  border-top: 0.05rem solid var(--bs-gray-200);
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
.gift-list .row > div[class*=col] + div[class*=col] .gift-item {
  border-top: 0.05rem solid var(--bs-gray-200);
  padding-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .gift-list .row > div[class*=col] + div[class*=col] .gift-item {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .gift-list .row > div[class*=col]:nth-child(even) {
    border-left: 0.05rem solid var(--bs-gray-200);
  }
}
.gift-list .gift-item {
  display: flex;
  flex-direction: column;
}
.gift-list .gift-item .gift-info {
  flex: 1 1 auto;
  padding-right: 0.75rem;
}
.gift-list .gift-item .gift-info .info-title {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
.gift-list .gift-item .gift-info .info-desc {
  font-size: 0.7rem;
  line-height: 1.4;
  color: var(--bs-gray-500);
  margin-bottom: 0.75rem;
}
.gift-list .gift-item .gift-info .btn {
  width: 100%;
}
.gift-list .gift-item .gift-info .btn label {
  margin-bottom: 0;
}
.gift-list .gift-item .gift-info .btn:disabled {
  background-color: var(--bs-gray-100);
  border: 0.05rem solid var(--bs-gray-500);
  color: var(--bs-gray-500);
}
.gift-list .gift-item .gift-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;
}
.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: 6.8rem;
    width: calc(100% - 10.8rem);
    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: 8.8rem;
    width: calc(100% - 13.4rem);
    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: 10.5rem;
    width: calc(100% - 16rem);
    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;
}
.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 var(--bs-primary);
  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 */
