/**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;
  font-weight: 400;
  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;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.page-loader {
  background: #f3f1f1;
}

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

.import-text {
  color: #EE8A19;
}

@media screen and (min-width: 1200px) {
  .container.more-pd, .container-xl.more-pd {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.container.detail-img, .container-xl.detail-img {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.container.detail-img img, .container-xl.detail-img img {
  width: 100% !important;
}
@media screen and (min-width: 1200px) {
  .container.detail-img, .container-xl.detail-img {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .container.detail-img, .container-xl.detail-img {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
  }
  .container.detail-img img, .container-xl.detail-img img {
    width: auto !important;
  }
}
.container.menu-container, .container-xl.menu-container {
  max-width: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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;
}

.more-btn {
  padding: 0.1rem 0.2rem 0.2rem;
  transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  color: var(--bs-primary);
  font-weight: 700;
}
.more-btn:after {
  width: 18px;
  height: 18px;
  position: absolute;
  left: unset;
  bottom: unset;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--bs-primary);
  -webkit-mask: url("../img/home/about/icon-flow-arrow.svg") no-repeat center;
  mask: url("../img/home/about/icon-flow-arrow.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.more-btn span:before {
  content: "";
  left: 0;
  bottom: 0;
  width: calc(100% + 1.4rem);
  height: 0.1rem;
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #BCDAB6;
}
.more-btn span:after {
  content: "";
  left: 0;
  bottom: 0;
  width: calc(100% + 1.4rem);
  height: 0.1rem;
  display: block;
  z-index: 1;
  background-color: #7EB174;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.more-btn:hover {
  color: var(--bs-primary);
  text-decoration: none;
}
.more-btn:hover:after {
  transform: translateY(-50%) translateX(0.5rem);
}
.more-btn:hover span:after {
  z-index: 1;
  background-color: #7EB174;
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn {
  color: var(--bs-white) !important;
  padding: 1rem 1rem 1rem;
  border-radius: 0rem;
  background-color: var(--bs-primary);
  font-size: 1.2rem;
  line-height: normal;
  font-weight: 700;
  overflow: hidden;
  position: relative;
}
.btn:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #519044;
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
  background-color: #519044;
  transform: none;
  text-decoration: none !important;
}
.btn:hover:after, .btn:focus:after, .btn:active:after, .btn.active:after {
  left: -10%;
  width: 120%;
}
.btn.type-2 {
  position: relative;
  background-color: var(--bs-secondary);
}
.btn.type-2:after {
  background: #A5642B;
}
.btn.type-2:hover, .btn.type-2:focus, .btn.type-2:active, .btn.type-2.active {
  background-color: #A5642B;
}
@media screen and (min-width: 320px) {
  .btn {
    padding: 1rem 2rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 1rem 4rem 1rem;
  }
}
.btn.pick-file {
  font-size: 0.85rem;
  padding: 0.5rem 0.5rem;
}
.btn.pick-file input[type=file] {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  height: 2.3rem;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .btn.pick-file {
    padding: 0.5rem 1.5rem;
  }
}
.btn.active {
  transform: unset;
}
.btn.active:hover {
  transform: translateY(-0.15rem);
}
.btn.disabled {
  background: #BCBCBC;
}
.btn.filter-btn {
  font-size: 1rem;
  padding: 0.7rem 1.25rem 0.6rem;
}
.btn.small {
  font-size: 0.85rem;
  padding: 0.5rem 0.5rem;
}
.btn.text-w6 {
  min-width: calc(100% - 1.5rem);
}
@media screen and (min-width: 375px) {
  .btn.text-w6 {
    min-width: 15.5rem;
  }
}
.btn.search {
  padding: 0.75rem 2.5rem 0.4rem;
  height: 2.3rem;
}
.btn.fixed {
  width: 8.85rem;
  height: 2rem;
  font-size: 0.9rem;
  padding: 0.5rem 2.5rem 0.3rem;
  border: 0.05rem solid var(--bs-gray-500);
}
.btn.fixed:hover, .btn.fixed:focus, .btn.fixed.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-dark);
}
.btn.type-3 {
  color: var(--bs-white);
  background-color: var(--bs-danger);
  border: 0;
}
.btn.type-3:hover {
  background-color: var(--bs-secondary-200);
  color: var(--bs-danger);
}
.btn.type-3:focus {
  background-color: var(--bs-dark);
  color: var(--bs-danger);
}
.btn.type-4 {
  color: var(--bs-dark);
  background-color: var(--bs-primary);
  border: 0;
}
.btn.type-4:hover {
  background-color: var(--bs-primary-400);
}
.btn.type-4:focus {
  background-color: var(--bs-danger);
  color: var(--bs-primary);
}
.btn.type-5 {
  color: #000 !important;
  font-size: 0.85rem;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.btn.type-5:after {
  content: unset;
}
.btn.type-5 i {
  color: var(--bs-secondary) !important;
}
.btn.type-5:hover, .btn.type-5:focus, .btn.type-5:active, .btn.type-5.active {
  background-color: transparent;
  transform: none;
  text-decoration: none !important;
}
.btn.type-5:hover span, .btn.type-5:focus span, .btn.type-5:active span, .btn.type-5.active span {
  color: var(--bs-danger) !important;
}
@media (hover: none) {
  .btn {
    transition: none !important;
  }
}

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

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

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

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

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

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

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

.editor-content iframe, .post-content iframe, #tinymce iframe {
  max-width: 100%;
  border: 0;
}
.editor-content img, .post-content img, #tinymce img {
  height: auto;
  max-width: 100%;
}
.editor-content h3, .post-content h3, #tinymce h3 {
  font-size: 1.3rem;
  padding: 0 0 0 0.7rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: var(--bs-secondary);
  border-left: 0.1rem solid var(--bs-secondary);
  line-height: normal;
}
.editor-content h4, .post-content h4, #tinymce h4 {
  font-size: 1.3rem;
  padding: 0 0 0 0.7rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: var(--bs-primary);
  border-left: 0.1rem solid var(--bs-primary);
  line-height: normal;
}
.editor-content h5, .post-content h5, #tinymce h5 {
  font-size: 1.1rem;
  padding: 0rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #D1A300;
  line-height: normal;
}
.editor-content h6, .post-content h6, #tinymce h6 {
  font-size: 1.1rem;
  padding: 0rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #377C60;
  line-height: normal;
}
.editor-content a, .post-content a, #tinymce a {
  text-decoration: none;
  word-break: break-all;
  text-decoration: underline;
  color: #4F77E1;
}
.editor-content a.btn, .post-content a.btn, #tinymce a.btn {
  text-decoration: none;
}
.editor-content a:hover, .post-content a:hover, #tinymce a:hover {
  color: var(--bs-blue);
}
.editor-content p, .post-content p, #tinymce p {
  margin-bottom: 1.5rem;
}
.editor-content table, .post-content table, #tinymce table {
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.editor-content table thead th, .post-content table thead th, #tinymce table thead th, .editor-content table thead td, .post-content table thead td, #tinymce table thead td {
  background-color: var(--bs-primary);
  border: var(--bs-primary) solid 0.1rem;
}
.editor-content table th, .post-content table th, #tinymce table th, .editor-content table td, .post-content table td, #tinymce table td {
  font-weight: 400;
  padding: 0.75rem 1rem;
  color: #000;
}
.editor-content table th, .post-content table th, #tinymce table th {
  background-color: var(--bs-primary);
  border: var(--bs-primary) solid 0.1rem;
}
.editor-content table td, .post-content table td, #tinymce table td {
  border: var(--bs-white) solid 0.1rem;
}
.editor-content ul, .post-content ul, #tinymce ul {
  padding: 0;
  list-style: none !important;
  margin-bottom: 0rem;
}
.editor-content ul > li, .post-content ul > li, #tinymce ul > li {
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.editor-content ul > li:before, .post-content ul > li:before, #tinymce ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.2rem;
  top: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: var(--bs-primary);
  border-radius: 50%;
}
.editor-content ol, .post-content ol, #tinymce ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item;
  margin-bottom: 0rem;
}
.editor-content ol > li, .post-content ol > li, #tinymce ol > li {
  display: block;
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.editor-content ol > li:before, .post-content ol > li:before, #tinymce ol > li:before {
  position: absolute;
  text-align: right;
  left: 0;
  top: 0;
  content: counter(ol-item) ".";
  counter-increment: ol-item;
  font-weight: bold;
  display: inline-block;
  min-width: 0.8rem;
  color: var(--bs-primary);
}

.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: 2rem 2rem;
}
@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 32rem;
  }
  .modal-dialog .modal-content {
    padding: 2.5rem 2.5rem;
  }
}
.modal-dialog .modal-header {
  padding: 0;
  margin-bottom: 1.5rem;
}
.modal-dialog .modal-header .modal-title {
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.modal-dialog .modal-header .btn-close {
  top: 1.25rem;
  right: 1.25rem;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog .modal-header .btn-close:before {
  content: "\ec22";
  font-size: 1.6rem;
  color: #fff;
  background: transparent;
}
.modal-dialog .modal-body {
  padding: 0;
}
.modal-dialog .modal-footer {
  padding: 0;
  margin-top: 1.25rem;
}

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

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

.side-toolbar {
  position: fixed;
  right: 0.75rem;
  bottom: 1rem;
  z-index: 99;
}
.side-toolbar.project-detail {
  right: 0.75rem;
  bottom: 3rem;
}
.side-toolbar a {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .side-toolbar {
    right: 2rem;
    bottom: 1.75rem;
  }
  .side-toolbar.project-detail {
    right: 2rem;
    bottom: 1.75rem;
  }
}
.side-toolbar .toolbar-btn {
  width: 100%;
  text-align: center;
}
@media (hover: none) {
  .side-toolbar .toolbar-btn {
    transition: none;
  }
}
.side-toolbar .toolbar-btn .top-text {
  margin-top: 0.5rem;
  color: #000;
}

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

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

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

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
header {
  transition: all 0.33s ease;
  background-color: #F5F5F5;
  padding-top: 0;
  padding-bottom: 0;
}
header .header-top {
  position: relative;
  z-index: 1020;
}

body#body-index #headernav {
  background-color: #fff;
  -webkit-backdrop-filter: blur(5px);
}

body:not(#body-index) {
  transition: padding-top 0.33s ease;
  padding-top: 60px;
}

body#body-index.nav-open #headernav {
  background-color: var(--bs-primary);
  background-image: unset;
}
@media screen and (min-width: 992px) {
  body#body-index.nav-open #headernav {
    background-color: #fff;
  }
}

body.nav-open {
  overflow: hidden;
}

#headernav .navbar-collapse {
  overflow: auto;
}
#headernav .navbar-collapse.show {
  height: calc(100vh - 50px);
  padding: 1.5rem;
}
#headernav .navbar-collapse.show .nav-item .nav-link {
  font-size: 1rem;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #headernav .navbar-collapse {
    height: auto;
  }
  #headernav .navbar-collapse.show {
    height: auto;
  }
}

@media (min-width: 992px) {
  #headernav .navbar-collapse {
    overflow: visible;
  }
}
#keep-save-btn {
  opacity: 0;
  margin-bottom: 0.5rem;
}
#keep-save-btn .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
  background-color: #7EB174;
  text-decoration: none;
  padding-top: 0.2rem;
}
#keep-save-btn:hover {
  background-color: #A5642B;
  text-decoration: none;
}

#gotop-btn {
  opacity: 0;
}
#gotop-btn .icon-box {
  background-color: #BE8E63;
}
#gotop-btn:hover {
  background-color: #A5642B;
}

#headernav .navbar-collapse {
  overflow: auto;
}
#headernav .navbar-collapse .nav-item.menu-item-has-children > a:before {
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 0rem;
  top: 0.8rem;
  content: "\f282";
  font-size: 0.75rem;
  font-weight: 600;
  width: 0.7rem;
  margin-top: -0.2rem;
  margin-left: -0.3rem;
  display: inline-block;
  color: var(--bs-primary-500);
}
#headernav .navbar-collapse .nav-item.menu-item-has-children.show > a:before {
  content: "\f27c";
}
@media screen and (min-width: 992px) {
  #headernav .navbar-collapse .nav-item.menu-item-has-children > a:before {
    content: unset;
  }
  #headernav .navbar-collapse .nav-item.menu-item-has-children.show > a:before {
    content: unset;
  }
}
#headernav .navbar-collapse .nav-item .nav-link {
  color: var(--bs-body-color);
  font-size: 0.8rem;
  font-weight: 600;
}
#headernav .navbar-collapse.show {
  height: calc(100vh - 50px);
  padding: 1.5rem;
}
#headernav .navbar-collapse.show .nav-item.show .nav-link {
  color: #1B4C38 !important;
}
#headernav .navbar-collapse.show .nav-item .nav-link {
  font-size: 1rem;
  color: #fff !important;
}
#headernav .navbar-collapse.show .nav-item .nav-link:hover, #headernav .navbar-collapse.show .nav-item .nav-link.active, #headernav .navbar-collapse.show .nav-item .nav-link.show, #headernav .navbar-collapse.show .nav-item .nav-link.current {
  color: #1B4C38 !important;
  background-image: unset;
}
#headernav .navbar-collapse.show .nav-item .nav-link:after {
  content: none;
  background-image: unset;
}
@media screen and (min-width: 992px) {
  #headernav .navbar-collapse {
    height: auto;
    overflow: unset;
  }
  #headernav .navbar-collapse .nav-item.menu-item-has-children:before {
    content: unset;
  }
  #headernav .navbar-collapse .nav-item.menu-item-has-children.show:before {
    content: unset;
  }
  #headernav .navbar-collapse.show {
    padding: 0rem;
    height: auto;
  }
  #headernav .navbar-collapse.show .nav-item.show .nav-link {
    color: var(--bs-body-color) !important;
  }
  #headernav .navbar-collapse.show .nav-item .nav-link {
    font-size: 0.8rem;
    color: var(--bs-body-color) !important;
  }
  #headernav .navbar-collapse.show .nav-item .nav-link:hover, #headernav .navbar-collapse.show .nav-item .nav-link.active, #headernav .navbar-collapse.show .nav-item .nav-link.current {
    background-color: var(--bs-primary);
    color: #fff !important;
  }
  #headernav .navbar-collapse.show .nav-item.sign .nav-link {
    background-color: #59978F;
    color: #fff !important;
    padding-left: 2.25rem;
  }
  #headernav .navbar-collapse.show .nav-item.sign .nav-link:hover, #headernav .navbar-collapse.show .nav-item.sign .nav-link.active, #headernav .navbar-collapse.show .nav-item.sign .nav-link.current {
    background-color: #2F786F;
    color: #fff !important;
  }
}

#headernav .brand-title {
  text-indent: -9999px;
  position: absolute;
}

#headernav .navbar-toggler {
  outline: none;
  padding: 0.5rem 0.9rem;
  font-size: 24px;
  border-radius: 0;
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 2.8rem;
  background-color: var(--bs-primary);
  transition: unset;
}

#headernav .navbar-toggler span.line {
  will-change: transform;
  display: block;
  margin: 4px auto;
  background-color: #fff;
  width: 100%;
  height: 2px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  transition: all 0.33s ease;
}

body:not(.nav-open) .navbar-toggler:hover span.line:first-child {
  transform: translateY(-3px);
}

body:not(.nav-open) .navbar-toggler:hover span.line:last-child {
  transform: translateY(3px);
}

body.nav-open .navbar-toggler span.line:first-child {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .navbar-toggler span.line:nth-child(2) {
  transform: scaleX(0);
}

body.nav-open .navbar-toggler span.line:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

#headernav li.nav-item {
  position: relative;
}

#headernav li.nav-item.active a.nav-link {
  position: relative;
}

#headernav .nav-item.mobile-active ul.lv2, #headernav .nav-item.active ul.lv2 {
  display: block;
}

@media (min-width: 992px) {
  #headernav .nav-item.mobile-active ul.lv2, #headernav .nav-item.active ul.lv2 {
    display: none;
  }
}
#headernav .nav-item.show ul.lv2 {
  display: block;
}

@media (min-width: 992px) {
  #headernav .nav-item:hover ul.lv2 {
    display: block;
  }
}
#headernav .navbar-collapse .navbar-nav > li {
  margin-bottom: 1rem;
}
#headernav .navbar-collapse .nav-link {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  #headernav .navbar-collapse {
    overflow: unset;
  }
  #headernav .navbar-collapse .navbar-nav > li {
    margin-bottom: 0rem;
  }
  #headernav .navbar-collapse .nav-item.menu-item-has-children:before {
    content: unset;
  }
  #headernav .nav-item.sign a.nav-link {
    background-color: #59978F;
    color: #fff !important;
    padding-left: 2.25rem;
  }
  #headernav .nav-item.sign a.nav-link:hover, #headernav .nav-item.sign a.nav-link.active, #headernav .nav-item.sign a.nav-link.current {
    background-color: #2F786F;
    color: #fff !important;
  }
  #headernav .nav-item.sign a.nav-link:before {
    width: 24px;
    height: 20px;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-30%);
    background-color: #fff;
    -webkit-mask: url("../img/header/icon_sign.svg") no-repeat center;
    mask: url("../img/header/icon_sign.svg") no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
  #headernav .nav-link {
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 0.95rem;
    line-height: normal;
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
  }
  #headernav .nav-link:hover, #headernav .nav-link.active, #headernav .nav-link.current {
    background-color: var(--bs-primary);
    color: #fff !important;
  }
}
@media screen and (min-width: 1200px) {
  #headernav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #headernav .nav-item.sign .nav-link {
    padding-left: 2.5rem;
  }
  #headernav .nav-item.sign .nav-link:before {
    left: 1rem;
  }
}

#headernav .nav-link.fb-nav {
  padding-left: 6px;
  padding-right: 6px;
}

#headernav ul.lv2 {
  display: none;
  font-size: 0.85rem;
  background: transparent;
  background-image: unset;
  box-shadow: unset;
  color: #fff;
}
#headernav ul.lv2 a {
  color: #fff;
  background-image: unset;
  padding-left: 2rem;
}
#headernav ul.lv2 a:hover, #headernav ul.lv2 a.active, #headernav ul.lv2 a.current {
  color: #1B4C38;
  background-image: unset;
}
#headernav ul.lv2 a:after {
  content: none;
  background-image: unset;
}
#headernav ul.lv2 a:before {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-mask: url("../img/header/icon_menu_arraw.svg") no-repeat center;
  mask: url("../img/header/icon_menu_arraw.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  #headernav ul.lv2 {
    font-size: 16px;
    background: var(--bs-gray-dark);
    color: #fff;
    padding: 0;
    margin: 0 auto;
    position: static;
    list-style: none;
    text-align: left;
  }
  #headernav ul.lv2 li {
    padding-left: 10px;
    padding-right: 10px;
  }
  #headernav ul.lv2 li:last-of-type a {
    border-bottom-color: transparent;
  }
  #headernav ul.lv2 li:hover .lv3, #headernav ul.lv2 li #headernav ul.lv2 li.show .lv3 {
    display: block;
  }
  #headernav ul.lv2 a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid var(--bs-gray-700);
  }
  #headernav ul.lv2 a:before {
    content: unset;
  }
}

@media (min-width: 992px) {
  #headernav ul.lv2 {
    font-size: 16px;
    padding: 0;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    text-align: center;
    display: none;
  }
}
@media (min-width: 992px) {
  #headernav ul.lv2 a {
    padding: 0.75rem 0.5rem;
  }
}
#headernav ul.lv2 a.active, #headernav ul.lv2 a:hover {
  text-decoration: none;
}

#headernav ul.lv3 {
  padding: 0;
}

@media (min-width: 992px) {
  #headernav ul.lv3 {
    font-size: 16px;
    padding: 5px 0;
    width: 186px;
    left: 100%;
    text-align: center;
    position: absolute;
    background: #4A4A4A;
    transform: translateY(-50px);
    display: none;
  }
}
#headernav ul.lv3 li {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

#headernav ul.lv3 a {
  padding-left: 40px;
  padding-right: 40px;
}

#headernav #lang-control {
  margin: 20px auto;
}

@media (min-width: 992px) {
  #headernav #lang-control {
    margin: 0 20px;
    margin-top: 2px;
  }
}
#headernav #lang-control a {
  font-weight: 300;
  background: #150000;
  color: #fff;
  padding: 2px 12px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

#headernav {
  height: 50px;
  transition: height 0.33s ease;
  overflow: hidden;
}
#headernav.show {
  height: 100vh;
}
@media screen and (min-width: 992px) {
  #headernav {
    height: auto;
    overflow: unset;
  }
  #headernav.show {
    height: auto;
  }
}

.navbar {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .navbar {
    align-items: center;
  }
}

.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset;
}

.hidden {
  overflow: hidden !important;
  isolation: isolate;
}

.navbar .navbar-brand {
  padding: 0 0rem 0 0.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar.show .brand-logo .logo {
  opacity: 0;
}
.navbar .navbar-nav .nav-link {
  font-weight: 400;
}
.navbar .dropdown:not(.dropdown-submenu) .dropdown-item {
  font-weight: 400;
}
.navbar .brand-logo {
  height: 2.5rem;
  display: flex;
  align-items: center;
}
.navbar .brand-logo .logo {
  max-width: 100%;
  height: 0.9rem;
}
@media screen and (min-width: 992px) {
  .navbar.show .brand-logo .logo {
    opacity: 1;
  }
  .navbar .navbar-brand {
    width: auto;
    padding: 0 1rem;
  }
  .navbar .brand-logo .logo {
    max-width: 100%;
    height: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .brand-logo .logo {
    max-width: 100%;
    height: 1.4rem;
  }
  .navbar .navbar-nav.en > .nav-item .nav-link {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .navbar .navbar-nav > .nav-item:last-child .nav-link {
    padding-right: 1.2rem;
  }
  .navbar .navbar-nav > .nav-item .nav-link {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 2rem;
  }
  .navbar .navbar-nav > .nav-item.active .nav-link:after, .navbar .navbar-nav > .nav-item.current .nav-link:after {
    width: calc(100% - 1.75rem);
  }
  .navbar .navbar-nav.en > .nav-item .nav-link {
    font-size: 0.85rem;
  }
}
.navbar .dropdown:not(.dropdown-submenu) > .dropdown-toggle:after {
  content: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown:not(.dropdown-submenu) .dropdown-menu {
    transition: none !important;
    box-shadow: none;
    border-radius: 0;
    font-size: 0.8rem;
    padding: 2rem 0 2rem;
    background-color: transparent;
  }
  .navbar .dropdown:not(.dropdown-submenu) .dropdown-menu:before {
    content: none;
  }
  .navbar .dropdown:not(.dropdown-submenu) .dropdown-item {
    padding: 0 1rem;
    color: #343f52;
    white-space: normal;
    padding: 0;
    padding-right: 0.5rem;
    padding-left: 1.25rem;
  }
  .navbar .dropdown:not(.dropdown-submenu) .dropdown-item:hover, .navbar .dropdown:not(.dropdown-submenu) .dropdown-item.active, .navbar .dropdown:not(.dropdown-submenu) .dropdown-item.current {
    color: #93D886 !important;
    background-image: unset;
  }
  .navbar .dropdown:not(.dropdown-submenu) .dropdown-item:after {
    content: none;
    background-image: unset;
  }
  .navbar .dropdown:not(.dropdown-submenu) li .dropdown-toggle span {
    position: relative;
  }
  .navbar .dropdown:not(.dropdown-submenu) li .dropdown-toggle span:after {
    border: 0;
    content: "";
    display: inline-block;
    margin-left: 0.05rem;
    position: absolute;
    right: -1rem;
    top: 0.2rem;
    margin-right: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: url("../img/icon/list_select_arrow.png") no-repeat;
    background-size: 0.8rem;
  }
  .navbar .dropdown:not(.dropdown-submenu) li > .dropdown-menu {
    position: static;
    display: none;
    padding: 0.5rem 0 0;
    font-size: 0.8rem;
    line-height: 1.3;
    margin-left: 0.5rem;
  }
  .navbar .dropdown:not(.dropdown-submenu) li > .dropdown-menu .dropdown-item {
    color: var(--bs-gray-500);
  }
  .navbar .dropdown:not(.dropdown-submenu) li > .dropdown-menu li + li {
    margin-top: 0.5rem;
  }
  .navbar .dropdown:not(.dropdown-submenu) li > .dropdown-menu.show {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .dropdown:not(.dropdown-submenu) .dropdown-item {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .en .dropdown:not(.dropdown-submenu) .dropdown-menu {
    font-size: 0.75rem;
  }
}

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

.donate-btn {
  white-space: nowrap;
  border-radius: 0.25rem;
  color: #FFF;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.35rem 0.6rem 0.15rem;
  background-color: var(--bs-danger);
}
.donate-btn:hover {
  color: var(--bs-danger) !important;
  text-decoration: none;
  background-color: var(--bs-secondary-100);
}
.donate-btn:focus, .donate-btn:active {
  color: var(--bs-danger) !important;
  text-decoration: none;
  background-color: var(--bs-body-color);
}
@media screen and (min-width: 768px) {
  .donate-btn {
    background: url("../img/header/icon_header_donate@2x.png") left 0.6rem top 50% no-repeat;
    background-size: 1.2rem;
    background-color: var(--bs-danger);
    padding: 0.5rem 0.6rem 0.1rem 2.1rem;
  }
  .donate-btn:hover {
    background: url("../img/header/icon_header_donate_hover@2x.png") left 0.6rem top 50% no-repeat;
    background-size: 1.2rem;
    background-color: var(--bs-secondary-100);
  }
  .donate-btn:focus, .donate-btn:active {
    background: url("../img/header/icon_header_donate_pressed@2x.png") left 0.6rem top 50% no-repeat;
    background-size: 1.2rem;
    background-color: var(--bs-body-color);
  }
}
.donate-btn.en {
  padding: 0.35rem 0.4rem 0.15rem;
}

.header-btn-box .header-btn {
  width: 1.6rem;
  height: 1.6rem;
}
.header-btn-box .header-btn.search {
  background: url("../img/header/button_header_search@2x.png") center no-repeat;
  background-size: 1.6rem;
}
.header-btn-box .header-btn.eng {
  background: url("../img/header/button_header_eng@2x.png") center no-repeat;
  background-size: 1.6rem;
}
.header-btn-box .header-btn.member {
  background: url("../img/header/button_header_member@2x.png") center no-repeat;
  background-size: 1.6rem;
}
.header-btn-box .header-btn.tw {
  background: url("../img/header/button_header_tw@2x.png") center no-repeat;
  background-size: 1.6rem;
}

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

@media (max-width: 1199.98px) {
  .navbar-collapse.offcanvas {
    background-color: var(--bs-gray-200);
  }
  .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.9rem;
  }
  .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-danger) !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-gray-200);
    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
=================================================================
*/
footer {
  background: #1B4C38;
  position: relative;
  color: #fff;
  margin-top: 4rem;
}
footer a {
  color: #fff;
}
footer a:hover, footer a:focus {
  color: #fff;
  text-decoration: underline;
}
@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;
}
footer .social-link {
  gap: 1rem;
}
footer .social-link a {
  display: inline-block;
}
footer .social-link a:hover {
  opacity: 0.7;
}
footer .bottom-info {
  opacity: 0.6;
}
footer .bottom-line {
  background-color: #000;
}
footer .footer-top {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  footer .footer-top {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-top {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
footer .input-group .form-control {
  border-color: #000;
  box-shadow: none;
  background: var(--bs-primary);
}
footer .input-group .form-control::-webkit-input-placeholder {
  color: #9c8a03;
}
footer .input-group .form-control:-moz-placeholder {
  color: #9c8a03;
}
footer .input-group .form-control::-moz-placeholder {
  color: #9c8a03;
}
footer .input-group .form-control:-ms-input-placeholder {
  color: #9c8a03;
}
footer .input-group > button, footer .input-group .input-btn {
  color: var(--bs-primary);
  padding: 0.6rem 1rem 0.35rem;
}
footer .footer-bottom {
  font-weight: 400;
}
footer .footer-bottom a {
  color: #000;
}
footer .footer-bottom a:hover, footer .footer-bottom a:focus {
  text-decoration: underline;
}
footer .power-by-box {
  padding-top: 0.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer .power-by-box {
    flex-direction: row;
    gap: 0.5rem;
    padding-top: 0.2rem;
  }
}
@media screen and (min-width: 1200px) {
  footer .power-by-box {
    padding-top: 0.2rem;
    margin-left: 0rem;
  }
}
@media screen and (min-width: 768px) {
  footer .left-wrapper .info-box .col-left {
    width: 37.5%;
  }
  footer .left-wrapper .info-box .col-right {
    width: 62.5%;
  }
}

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

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

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

#main-container {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  #main-container {
    margin-top: 60px;
    min-height: calc(100vh - 36.8rem);
  }
}

.page-banner-wrapper .page-banner-content .banner-title-box {
  margin-bottom: 2rem;
}
.page-banner-wrapper .page-banner-content .banner-title-box .banner-title .main-title {
  font-size: 2rem;
  margin: 3rem auto 0.9rem;
  line-height: 1;
}
.page-banner-wrapper .page-banner-content .banner-title-box .banner-title .banner-line {
  height: 4px;
  background: linear-gradient(90deg, #7EB174 50%, #BE8E63 50%);
}
@media screen and (min-width: 992px) {
  .page-banner-wrapper .page-banner-content .banner-title-box {
    margin-bottom: 1rem;
  }
  .page-banner-wrapper .page-banner-content .banner-title-box .banner-title .main-title {
    margin: 4.2rem auto 1.3rem;
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 992px) {
  .container .sm-container {
    max-width: 36.5rem;
    margin: 0 auto;
  }
  .container .md-container {
    max-width: 46.5rem;
    margin: 0 auto;
  }
}

.breadcrumbs {
  font-size: 0.7rem;
  color: #000;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs .active {
  color: var(--bs-primary);
}

@media screen and (min-width: 992px) {
  .social_footer {
    position: fixed;
    bottom: 10.5rem;
    right: 4.5rem;
    Z-INDEX: 99;
  }
}

.pagination {
  gap: 0.2rem;
}
@media screen and (min-width: 576px) {
  .pagination {
    gap: 0.5rem;
  }
}
.pagination > li > a {
  border: none;
}
.pagination > li > span {
  border: none;
}
.pagination > li .page-link {
  transition: none;
  cursor: pointer;
  font-size: 0.85rem;
  width: 1.6rem;
  height: 1.6rem;
  padding-top: 0.1rem;
  border-radius: 0;
  color: var(--bs-gray-700);
  background-color: transparent;
  font-weight: 400;
  line-height: normal;
}
.pagination > li .page-link.first, .pagination > li .page-link.prev, .pagination > li .page-link.next, .pagination > li .page-link.last {
  font-size: 0;
}
.pagination > li .page-link.first, .pagination > li .page-link.last {
  font-size: 0;
  background: url("../img/icon/arrow_last@2x.png") 50% no-repeat;
  background-size: 1.2rem;
}
.pagination > li .page-link.prev, .pagination > li .page-link.next {
  font-size: 0;
  background: url("../img/icon/arrow_next@2x.png") 50% no-repeat;
  background-size: 1.2rem;
}
.pagination > li .page-link.first, .pagination > li .page-link.prev {
  transform: rotate(180deg);
}
.pagination > li.active > .page-link, .pagination > li:hover > .page-link {
  color: var(--bs-white);
  background-color: var(--bs-secondary);
}
.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 {
    font-size: 1rem;
    padding-top: 0.2rem;
    width: 2rem;
    height: 2rem;
  }
}

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

.cat-dropdown button.dropdown-toggle {
  padding: 0.7rem 1.25rem 0.6rem;
  font-size: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cat-dropdown button.dropdown-toggle {
    padding: 0.8rem 1.25rem 0.8rem;
  }
}
.cat-dropdown button.dropdown-toggle:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  background: url("../img/icon/menu_arrow_down.svg") no-repeat;
  background-size: 0.6rem;
  width: 0.6rem;
  height: 0.4rem;
  transform: skewX(0deg);
  z-index: 1;
  left: unset;
  top: 50%;
}
.cat-dropdown button.dropdown-toggle:hover {
  transform: unset;
}
.cat-dropdown ul {
  padding: 0rem;
  margin-top: 0 !important;
  background-color: #E1EAD9;
  box-shadow: none;
}
.cat-dropdown ul > li a {
  display: block;
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 0 0.8rem;
  text-decoration: none;
}
.cat-dropdown ul > li a:hover, .cat-dropdown ul > li a:focus {
  color: #519044;
}
.cat-dropdown ul > li a.disabled {
  background: #E3E3E3;
  color: #ADADAD;
}
.cat-dropdown ul > li a.active {
  color: #fff;
  background-color: var(--bs-primary);
}
.cat-dropdown ul > li a.active:hover, .cat-dropdown ul > li a.active:focus {
  color: #fff;
}
.cat-dropdown.type-2 button.dropdown-toggle {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cat-dropdown.type-2 button.dropdown-toggle {
    min-width: 2.75rem;
    width: auto;
  }
}
.cat-dropdown.type-2 ul {
  border-color: #8381D3;
}
.cat-dropdown.type-2 ul > li a {
  color: #8381D3;
}
.cat-dropdown.type-2 ul > li a:hover, .cat-dropdown.type-2 ul > li a:focus, .cat-dropdown.type-2 ul > li a.active {
  color: #FFF;
  background-color: #8381D3;
}

.share-box {
  position: relative;
}
.share-box:before {
  content: "";
  width: 1.25rem;
  height: 1.45rem;
  background: url("../img/share/icon_share@2x.png") center no-repeat;
  background-size: 100% auto;
  margin-right: 1rem;
}
@media screen and (min-width: 992px) {
  .share-box:before {
    margin-right: 0rem;
    margin-bottom: 0.25rem;
  }
}
.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;
}
@media screen and (min-width: 992px) {
  .share-box .share-btn + .share-btn {
    margin-left: 0rem;
    margin-top: 0.25rem;
  }
}
.share-box .share-btn.share-fb {
  background: url(../img/share/button_share_fb@2x.png) no-repeat center;
  background-size: 100% auto;
}
.share-box .share-btn.share-line {
  background: url(../img/share/button_share_line@2x.png) no-repeat center;
  background-size: 100% auto;
}

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

.post-header {
  margin-bottom: 2rem;
}
.post-header.no-border {
  border-bottom: 0 solid var(--bs-primary);
}
.post-header .info-date {
  font-size: 0.85rem;
  color: var(--bs-primary);
  margin-bottom: 0.3rem;
}
.post-header h1, .post-header h2 {
  font-size: 1.7rem;
  margin-bottom: 0.9rem;
  line-height: 1.3;
  font-weight: 700;
}
@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: 992px) {
  .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: 1rem;
  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: 1rem;
  }
  .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: 1rem;
  }
  .jump-page .page404 .jump-text {
    margin-left: 2.4rem;
  }
}

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

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

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

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

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

.home-banner {
  background-color: var(--bs-gray-200);
}
.home-banner .banner-lg {
  display: none;
}
.home-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.home-banner .swiper-container .swiper-slide-animated-box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  align-items: flex-end;
  padding-bottom: 10%;
}
.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-slide-animated-box .caption-2, .home-banner .swiper-container .swiper-slide-animated-box .caption-3 {
  color: var(--bs-primary);
  text-shadow: 5px 5px 15px #00000030;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-2 .title, .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .title {
  font-size: 2.1rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-2 .desc, .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .desc {
  font-size: 0.6rem;
  margin-left: 0.6rem;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-2 .slogan, .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .slogan {
  font-size: 1rem;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-3 .second-part {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: top;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-3 .second-part .link-line {
  width: auto;
  display: block;
  flex: auto;
  padding-top: 0.95rem;
  border-bottom: 3px solid var(--bs-primary);
  margin: 0rem 0.5rem 1rem 0rem;
}
.home-banner .swiper-container .swiper-slide-animated-box .caption-3 .second-part .slogan {
  padding-top: 0.4rem;
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button {
  background: url("../img/icon/banner_next_arrow@2x.png") no-repeat;
  background-size: 1rem 2.2rem;
  box-shadow: none;
  width: 1rem;
  height: 2.2rem;
  border-radius: 0;
  opacity: 0.6;
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: 1.5rem;
  transform: rotate(180deg);
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: 1.5rem;
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button:after {
  content: none;
}
.home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button:hover, .home-banner .swiper-container .swiper-controls .swiper-navigation .swiper-button:focus {
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .home-banner .swiper-container .swiper-slide-animated-box .caption-1 {
    font-size: 1.2rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-2 {
    color: var(--bs-primary);
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-2 .title {
    font-size: 2.8rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-2 .desc {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .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 .swiper-slide-animated-box .caption-3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .second-part .link-line {
    width: auto;
    display: block;
    flex: auto;
    padding-top: 1.8rem;
    border-bottom: 3px solid var(--bs-primary);
    margin: 0rem 1rem 2rem;
  }
  .home-banner .swiper-container .swiper-slide-animated-box .caption-3 .second-part .slogan {
    padding-top: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .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 {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .home-banner .swiper-container .swiper {
    position: static;
  }
}
@media screen and (min-width: 992px) and (max-height: 1170px) {
  .home-banner {
    max-height: calc(100vh - 60px);
    height: calc(100vh - 60px);
    min-height: 30vw;
  }
  .home-banner .swiper {
    height: 100%;
  }
  .home-banner .swiper figure {
    height: 100%;
  }
  .home-banner .banner-lg {
    display: block;
  }
  .home-banner .banner-lg img {
    opacity: 0;
  }
  .home-banner .banner-xs {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner {
    max-height: calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
  .home-banner .banner-lg {
    display: block;
  }
  .home-banner .banner-lg img {
    opacity: 0;
  }
  .home-banner .banner-xs {
    display: none;
  }
}

.intro-wrapper {
  overflow: hidden;
}
.intro-wrapper .intro-box {
  colot: #000;
  position: relative;
}
.intro-wrapper .intro-box .title-area {
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.intro-wrapper .intro-box .message-box {
  position: relative;
  padding: 2.1rem 1.5rem 3rem;
  margin-left: -0.75rem;
  max-width: 17.2rem;
  background: linear-gradient(53deg, #FCFCFC 50%, #fff 50%);
  line-height: 1.8;
  font-size: 0.85rem;
}
.intro-wrapper .intro-box .message-box p {
  text-align: justify;
  margin-bottom: 0;
}
.intro-wrapper .intro-box .message-box .btn-area {
  position: absolute;
  left: 1.5rem;
  bottom: -1.7rem;
}
.intro-wrapper .intro-box .image-area {
  text-align: right;
  margin-top: 4rem;
  margin-right: -0.75rem;
}
.intro-wrapper .intro-box .image-area img {
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .intro-wrapper .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .intro-wrapper .intro-box .title-area {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
  }
  .intro-wrapper .intro-box .message-box {
    padding: 4rem 3.5rem;
    max-width: 23.5rem;
    background: linear-gradient(46.5deg, #FCFCFC 50%, #fff 50%);
  }
  .intro-wrapper .intro-box .message-box .btn-area {
    position: absolute;
    left: 3.5rem;
    bottom: -1.5rem;
  }
}
@media screen and (min-width: 576px) {
  .intro-wrapper .container-lg {
    max-width: 100%;
  }
  .intro-wrapper .intro-box .title-area {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
  }
  .intro-wrapper .intro-box .message-box {
    padding: 4rem 3.5rem;
    max-width: 26.4rem;
    background: linear-gradient(42deg, #FCFCFC 50%, #fff 50%);
  }
  .intro-wrapper .intro-box .message-box .btn-area {
    position: absolute;
    left: 3.5rem;
    bottom: -1.5rem;
  }
  .intro-wrapper .intro-box .image-area {
    text-align: right;
    margin-top: 4rem;
    margin-right: -0.75rem;
  }
  .intro-wrapper .intro-box .image-area img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .intro-wrapper .intro-box .title-area {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
  }
  .intro-wrapper .intro-box .message-box {
    padding: 4rem 4.5rem;
    max-width: 28.5rem;
    margin-left: 0rem;
    background: linear-gradient(40deg, #FCFCFC 50%, #fff 50%);
  }
  .intro-wrapper .intro-box .message-box p {
    text-align: justify;
    margin-bottom: 0;
  }
  .intro-wrapper .intro-box .message-box .btn-area {
    position: absolute;
    left: 4.5rem;
    bottom: -1.5rem;
  }
  .intro-wrapper .intro-box .image-area {
    text-align: right;
    margin-top: 4rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .intro-wrapper .intro-box {
    width: 45rem;
    margin: 0 auto 1.5rem;
  }
  .intro-wrapper .intro-box .title-area {
    font-size: 2.75rem;
  }
  .intro-wrapper .intro-box .message-box {
    max-width: 29.5rem;
    padding: 4.5rem 5rem;
    font-size: 1rem;
    background: linear-gradient(44deg, #FCFCFC 50%, #fff 50%);
  }
  .intro-wrapper .intro-box .message-box .btn-area {
    position: absolute;
    left: 5rem;
    bottom: -1.5rem;
  }
  .intro-wrapper .intro-box .image-area {
    position: absolute;
    bottom: -1.5rem;
    right: 0;
  }
}

.wrapper.home-wrapper h2 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .wrapper.home-wrapper h2 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 576px) {
  .wrapper.home-wrapper h2 {
    font-size: 2.75rem;
  }
}

.flow-wrapper .flow-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.flow-wrapper .flow-box .step-box {
  max-width: 9.5rem;
  position: relative;
  background: #fff;
  padding: 1.2rem 1.75rem;
  text-align: center;
}
.flow-wrapper .flow-box .step-box:not(:last-child):before {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%) rotate(90deg);
  background-color: var(--bs-primary);
  -webkit-mask: url("../img/home/about/icon-flow-arrow.svg") no-repeat center;
  mask: url("../img/home/about/icon-flow-arrow.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.flow-wrapper .flow-box .step-box p {
  color: #1B4C38;
  margin-bottom: 0;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .flow-wrapper .flow-box {
    flex-direction: row;
    gap: 2rem;
  }
  .flow-wrapper .flow-box .step-box:not(:last-child):before {
    width: 18px;
    height: 18px;
    position: absolute;
    left: unset;
    bottom: unset;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--bs-primary);
    -webkit-mask: url("../img/home/about/icon-flow-arrow.svg") no-repeat center;
    mask: url("../img/home/about/icon-flow-arrow.svg") no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
}

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

.quick-link-wrapper {
  position: relative;
  z-index: 99;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .quick-link-container {
    max-width: 48rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .quick-link-wrapper .quick-link-container {
    max-width: 57rem;
  }
}
@media screen and (min-width: 1400px) {
  .quick-link-wrapper .quick-link-container {
    max-width: 66rem;
  }
}
.quick-link-wrapper .quick-link-box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .quick-link-box {
    align-items: flex-end;
  }
}
.quick-link-wrapper .quick-link-box .item-title {
  font-size: 0.85rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1.1rem;
  transition: color 0.2s;
}
.quick-link-wrapper .quick-link-box .item-intro {
  font-size: 0.7rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 1.1rem;
}
.quick-link-wrapper .quick-link-box picture > * {
  margin: 0 auto;
}
.quick-link-wrapper .quick-link-box .link-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quick-link-wrapper .quick-link-box .link-item > * {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 1.2rem 0.6rem;
  text-align: center;
  width: 100%;
}
.quick-link-wrapper .quick-link-box .link-item.family {
  background-color: var(--bs-primary-300);
}
.quick-link-wrapper .quick-link-box .link-item.family a {
  background-color: var(--bs-primary-300);
}
.quick-link-wrapper .quick-link-box .link-item.shop {
  background-color: var(--bs-primary-600);
}
.quick-link-wrapper .quick-link-box .link-item.shop a {
  background-color: var(--bs-primary-600);
}
.quick-link-wrapper .quick-link-box .link-item.nncfact {
  background-color: var(--bs-primary-800);
}
.quick-link-wrapper .quick-link-box .link-item.nncfact a {
  background-color: var(--bs-primary-800);
}
.quick-link-wrapper .quick-link-box .link-item.main {
  background-color: var(--bs-primary);
}
.quick-link-wrapper .quick-link-box .link-item.main a {
  background-color: var(--bs-primary);
}
.quick-link-wrapper .quick-link-box .link-item.donate {
  background-color: var(--bs-primary);
  width: 50%;
}
.quick-link-wrapper .quick-link-box .link-item.donate .item-title {
  font-size: 0.7rem;
  margin-top: 1rem;
  color: #000;
}
.quick-link-wrapper .quick-link-box .link-item.donate .list-btn {
  display: inline-block;
  padding: 0.45rem 0.3rem;
  width: 6.5rem;
  height: 1.6rem;
  line-height: 1;
}
.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:not(.donate) {
  width: 50%;
}
.quick-link-wrapper .quick-link-box .link-item:not(.donate):hover .item-title {
  color: var(--bs-danger);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .quick-link-wrapper .quick-link-box .link-item.donate {
    width: 29.5%;
  }
  .quick-link-wrapper .quick-link-box .link-item:not(.donate) {
    width: 23.5%;
  }
}
@media screen and (min-width: 992px) {
  .quick-link-wrapper .quick-link-box .link-item > * {
    padding: 2.25rem 0.6rem;
  }
  .quick-link-wrapper .quick-link-box .link-item .item-title {
    font-size: 1rem;
  }
  .quick-link-wrapper .quick-link-box .link-item .item-intro {
    font-size: 0.75rem;
  }
  .quick-link-wrapper .quick-link-box .link-item.family {
    background-color: unset;
  }
  .quick-link-wrapper .quick-link-box .link-item.shop {
    background-color: unset;
  }
  .quick-link-wrapper .quick-link-box .link-item.nncfact {
    background-color: unset;
  }
  .quick-link-wrapper .quick-link-box .link-item.main {
    background-color: unset;
  }
  .quick-link-wrapper .quick-link-box .link-item.donate {
    width: 32.8%;
  }
  .quick-link-wrapper .quick-link-box .link-item.donate > * {
    padding: 1.5rem 0.6rem;
  }
  .quick-link-wrapper .quick-link-box .link-item.donate .item-title {
    font-size: 1rem;
    margin-top: 1.1rem;
  }
  .quick-link-wrapper .quick-link-box .link-item.donate .list-btn {
    display: inline-block;
    padding: 0.7rem 0.5rem;
    height: 2rem;
    width: 9rem;
  }
  .quick-link-wrapper .quick-link-box .link-item:not(.donate) {
    width: 22.4%;
  }
}
.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%;
}

.news-wrapper {
  position: relative;
}
.news-wrapper .container {
  position: relative;
}
.news-wrapper .title-area {
  border-bottom: 0.25rem solid var(--bs-primary);
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
.news-wrapper .more-btn-area {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .news-wrapper .more-btn-area {
    position: absolute;
    top: 0rem;
    right: 2.15rem;
    margin-top: 1rem;
  }
}
.news-wrapper .info-date {
  color: var(--bs-primary);
  font-size: 0.8rem;
  font-weight: 700;
}
.news-wrapper .list-area .list-item.home-news {
  padding: 0.6rem 0.6rem 0.6rem;
}
.news-wrapper .list-area .list-item.home-news .list-content .list-intro {
  display: none;
}
@media screen and (min-width: 768px) {
  .news-wrapper .list-area .list-item.home-news .list-content .list-intro {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news-wrapper .list-area .list-item .sm-a-flex {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.news-wrapper .list-spec-media {
  position: relative;
  height: 100%;
}
.news-wrapper .list-spec-media .date-box {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0.6rem 0.15rem;
  line-height: 1.3;
  color: var(--bs-white);
  text-align: center;
  background: var(--bs-primary);
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 700;
}
.news-wrapper .list-spec-media .date-box .big-text {
  font-size: 1rem;
}
.news-wrapper .list-spec-media .spec-title {
  background: #7EB174;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 0.5rem 0.5rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 3rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .news-wrapper .list-spec-media .spec-title {
    position: absolute;
    font-size: 1.15rem;
    padding-left: 0.75rem;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background: rgba(126, 177, 116, 0.8);
  }
}
.news-wrapper h3.list-title {
  font-size: 1rem !important;
  padding: 0;
  border: 0;
}
.news-wrapper .swiper-container {
  height: 100%;
}
.news-wrapper .swiper-container .swiper {
  margin-left: -10px;
  padding-left: 10px;
  margin-top: -10px;
  padding-top: 10px;
  height: calc(100% + 10px);
}
.news-wrapper .swiper-controls {
  position: absolute !important;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-wrapper .swiper-controls .swiper-navigation {
  pointer-events: all;
}
.news-wrapper .swiper-controls .swiper-navigation .swiper-button {
  background: rgba(255, 255, 255, 0.7);
  border: 0.05rem solid var(--bs-primary);
  width: 2.2rem;
  height: 2.2rem;
  line-height: inherit;
  border-radius: 100%;
  text-shadow: none;
}
.news-wrapper .swiper-controls .swiper-navigation .swiper-button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.news-wrapper .swiper-controls .swiper-navigation .swiper-button:focus {
  outline: 0;
}
.news-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: -1rem;
  color: var(--bs-primary);
}
.news-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: -1rem;
  color: var(--bs-primary);
}
.news-wrapper .swiper-controls .swiper-navigation .swiper-button.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.7);
}

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

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

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

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

@media screen and (min-width: 768px) {
  .work-wrapper .form-area {
    background-color: #FCFCFC;
    margin-top: -2rem;
    padding: 2rem 1rem 2rem;
    margin-bottom: 2rem;
  }
}
.work-wrapper .form-area .form-control {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.work-wrapper .form-area .form-select {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.work-wrapper .form-area .form-select:focus {
  box-shadow: unset;
}
.work-wrapper .form-area .form-select option {
  padding: 0.5rem 0.2rem;
}

.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%;
  }
}

.participate-list-area {
  line-height: 1.3;
}
.participate-list-area .list-item {
  padding: 1rem 0 1rem;
  border-top: 0.1rem solid #E1EAD9;
  display: flex;
  flex-direction: row;
  gap: 0rem 1rem;
  align-items: center;
}
.participate-list-area .list-item:first-child {
  border-top: 0;
}
.participate-list-area .list-item .info-box .list-title {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.participate-list-area .list-item .info-box .list-desc {
  color: var(--bs-gray-500);
}
.participate-list-area .list-item .icon-box {
  margin-left: auto;
}
.participate-list-area .list-item .icon-box .btn {
  font-size: 0.85rem;
  padding: 0.5rem 0.9rem !important;
}

.participate-wrapper .list-area {
  background: #fff;
}
.participate-wrapper .list-area .table {
  color: #6B6B6B;
}
.participate-wrapper .list-area .table .title-text {
  color: #000;
  width: 2.6rem;
}
.participate-wrapper .list-area .table > :not(caption) > * > * {
  padding: 1.5rem 0.85rem 1.2rem;
  line-height: normal;
}
.participate-wrapper .list-area .table thead th {
  padding: 1.5rem 1rem 1.2rem;
  color: #000;
  border-color: #E1EAD9;
  border-bottom-width: 0.1rem;
}
.participate-wrapper .list-area .table .data-table {
  border: 0;
  width: 100%;
}
.participate-wrapper .list-area .table .data-table tbody {
  border: 0;
}
.participate-wrapper .list-area .table .list-icon-box {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.participate-wrapper .list-area .table .list-icon-box .icon-edit {
  position: relative;
  background: #F1F5EC;
  width: 50%;
  padding: 0.5rem;
  height: 2.1rem;
}
.participate-wrapper .list-area .table .list-icon-box .icon-edit:before {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: var(--bs-primary);
  -webkit-mask: url("../img/member/icon_edit.svg") no-repeat center;
  mask: url("../img/member/icon_edit.svg") no-repeat center;
  transform: translateY(-50%) translateX(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.participate-wrapper .list-area .table .list-icon-box .icon-edit:hover {
  background: #DBEACA;
}
.participate-wrapper .list-area .table .list-icon-box .icon-download {
  position: relative;
  background: #F1F5EC;
  width: 50%;
  padding: 0.5rem;
  height: 2.1rem;
}
.participate-wrapper .list-area .table .list-icon-box .icon-download:before {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: var(--bs-primary);
  -webkit-mask: url("../img/member/icon_download.svg") no-repeat center;
  mask: url("../img/member/icon_download.svg") no-repeat center;
  transform: translateY(-50%) translateX(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.participate-wrapper .list-area .table .list-icon-box .icon-download:hover {
  background: #DBEACA;
}
.participate-wrapper .list-area .table .list-icon-box .icon-del {
  position: relative;
  background: #F9EEE4;
  padding: 0.5rem;
  height: 2.1rem;
  width: 50%;
}
.participate-wrapper .list-area .table .list-icon-box .icon-del:before {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/member/icon_del.svg") no-repeat center;
  mask: url("../img/member/icon_del.svg") no-repeat center;
  transform: translateY(-50%) translateX(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.participate-wrapper .list-area .table .list-icon-box .icon-del:hover {
  background: #F6DFCA;
}
@media screen and (min-width: 992px) {
  .participate-wrapper .list-area .table .list-icon-box {
    margin-top: 0rem;
  }
  .participate-wrapper .list-area .table thead th {
    padding: 1.5rem 1rem 1.2rem;
    color: #000;
    border-color: #E1EAD9;
  }
  .participate-wrapper .list-area .table > :not(caption) > * > * {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    border-bottom-width: 0.1rem;
  }
  .participate-wrapper .list-area .table .fun-box {
    width: 7rem;
  }
  .participate-wrapper .list-area .table .fun-type {
    width: 5rem;
  }
  .participate-wrapper .list-area .table .fun-status {
    width: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .participate-wrapper .list-area .table thead th {
    padding: 1.5rem 2rem 1.2rem;
  }
  .participate-wrapper .list-area .table thead th.small-cell {
    padding: 1.5rem 1.5rem 1.2rem;
  }
  .participate-wrapper .list-area .table .fun-box {
    width: 9rem;
  }
  .participate-wrapper .list-area .table .fun-type {
    width: 7rem;
  }
  .participate-wrapper .list-area .table .fun-status {
    width: 7.5rem;
  }
  .participate-wrapper .list-area .table > :not(caption) > * > * {
    padding: 0.75rem 2rem;
  }
  .participate-wrapper .list-area .table > :not(caption) > * > *.small-cell {
    padding: 0.75rem 1.5rem;
  }
}
.participate-wrapper .content-area {
  background: #fff;
  padding: 1.5rem 0.85rem;
}
.participate-wrapper .content-area .info-table .d-lg-table-cell {
  padding: 0rem 0 1rem;
}
.participate-wrapper .content-area .info-table .year-box {
  color: #377C60;
  padding-bottom: 1rem;
  white-space: nowrap;
}
.participate-wrapper .content-area .info-table .header-row {
  display: none;
}
.participate-wrapper .content-area .info-table .content-row {
  margin-bottom: 1rem;
}
.participate-wrapper .content-area .muticolumn-area {
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.participate-wrapper .content-area .muticolumn-area .fd-column {
  flex-direction: column;
}
.participate-wrapper .content-area .muticolumn-area label {
  color: #000;
}
.participate-wrapper .content-area .muticolumn-area .fun-area {
  white-space: nowrap;
  font-size: 0.75rem;
  text-decoration: underline;
}
.participate-wrapper .content-area .muticolumn-area .fun-area.add {
  color: #009FD1;
}
.participate-wrapper .content-area .muticolumn-area .fun-area.del {
  color: #C06551;
}
.participate-wrapper .content-area .muticolumn-area .fun-area.del.disabled {
  color: #dbdbdb;
}
.participate-wrapper .content-area .muticolumn-area .fun-area:hover {
  cursor: pointer;
}
.participate-wrapper .content-area .muticolumn-area .cat-field {
  width: calc(100% - 2rem);
}
.participate-wrapper .content-area .muticolumn-area .cat-field.first {
  width: 100%;
}
.participate-wrapper .content-area .muticolumn-area .title-field {
  width: calc(100% - 2rem);
}
.participate-wrapper .content-area .muticolumn-area .title-field.first {
  width: 100%;
}
.participate-wrapper .content-area .muticolumn-area .check-title-field {
  width: calc(100% - 2rem);
}
.participate-wrapper .content-area .muticolumn-area .check-title-field.first {
  width: 100%;
}
.participate-wrapper .content-area .muticolumn-area .check-cat-field {
  width: calc(100% - 2rem);
}
.participate-wrapper .content-area .muticolumn-area .check-cat-field.first {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .participate-wrapper .content-area .muticolumn-area {
    flex-wrap: nowrap;
  }
  .participate-wrapper .content-area .muticolumn-area .check-title-field {
    width: 50%;
  }
  .participate-wrapper .content-area .muticolumn-area .check-title-field.first {
    width: calc(50% - 0.5rem);
  }
  .participate-wrapper .content-area .muticolumn-area .check-cat-field {
    width: calc(50% - 1.725rem);
  }
  .participate-wrapper .content-area .muticolumn-area .check-cat-field.first {
    width: calc(50% - 0rem);
  }
  .participate-wrapper .content-area .muticolumn-area .cat-field {
    width: 25%;
  }
  .participate-wrapper .content-area .muticolumn-area .cat-field.first {
    width: calc(25% - 0.725rem);
  }
  .participate-wrapper .content-area .muticolumn-area .title-field {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .participate-wrapper .content-area {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .participate-wrapper .content-area {
    padding: 2.5rem 2.5rem;
  }
  .participate-wrapper .content-area .info-table .d-lg-table-cell {
    padding: 0 0.5rem 0.5rem 0;
  }
  .participate-wrapper .content-area .info-table .d-lg-table-cell:first-child {
    padding-left: 0;
  }
  .participate-wrapper .content-area .info-table .d-lg-table-cell:last-child {
    padding-right: 0;
  }
  .participate-wrapper .content-area .info-table .header-row {
    display: table-row;
  }
  .participate-wrapper .content-area .info-table .header-row .d-lg-table-cell {
    padding: 0 0.5rem;
  }
  .participate-wrapper .content-area .info-table .content-row {
    margin-bottom: 0rem;
  }
  .participate-wrapper .content-area .info-table .content-row label {
    display: none;
  }
}

.page-cat-wrapper {
  position: relative;
  z-index: 2;
}
.page-cat-wrapper .cat-btn-box {
  display: none;
}
.page-cat-wrapper .cat-btn-box a {
  position: relative;
  display: flex;
  padding: 0.8rem 1.25rem 0.8rem;
  justify-content: center;
  align-items: center;
  background: #E1EAD9;
  color: var(--bs-primary);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-cat-wrapper .cat-btn-box a + a {
  border-left: 0.05rem solid #f3f1f1;
}
.page-cat-wrapper .cat-btn-box a:hover {
  text-decoration: none;
  color: #519044;
}
.page-cat-wrapper .cat-btn-box a.disabled {
  background: #E3E3E3;
  color: #ADADAD;
}
.page-cat-wrapper .cat-btn-box a.active {
  background: var(--bs-primary);
  color: #fff;
}
.page-cat-wrapper .cat-btn-box a.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -27px;
  left: calc(50% - 14px);
  border: 14px solid;
  border-color: var(--bs-primary) transparent transparent transparent;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .page-cat-wrapper .cat-btn-box {
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
  }
}

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

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

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

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

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

.info-meta {
  color: var(--bs-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;
  }
}

.list-area .list-item {
  background: var(--bs-white);
  padding: 0.85rem 0.85rem 0.85rem;
  background: linear-gradient(-45deg, var(--bs-primary) 2rem, #fff 0);
  transition: all 0.35s ease-in-out;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .list-area .list-item {
    padding: 0.85rem 0.85rem 1.5rem;
  }
}
.list-area .list-item:after {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  background-color: #fff;
  -webkit-mask: url("../img/list/list_arrow.svg") no-repeat center;
  mask: url("../img/list/list_arrow.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item.download-item:after {
  width: 0.7rem;
  height: 0.9rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  background-color: #fff;
  -webkit-mask: url("../img/list/list_icon.svg") no-repeat center;
  mask: url("../img/list/list_icon.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item.no-detail:after {
  content: unset;
}
.list-area .list-item > a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.list-area .list-item .list-media {
  position: relative;
}
.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 .date-box {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.6rem 0.25rem;
  line-height: 1.3;
  color: var(--bs-white);
  text-align: center;
  background: var(--bs-primary);
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 700;
}
.list-area .list-item .list-media .date-box .big-text {
  font-size: 1rem;
}
.list-area .list-item .list-content {
  position: relative;
  height: 100%;
}
.list-area .list-item .list-content .list-header {
  margin-bottom: 0.5rem;
}
.list-area .list-item .list-content .list-header h2.list-title, .list-area .list-item .list-content .list-header h3.list-title {
  font-size: 1.15rem;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  transition: all 0.35s ease-in-out;
}
.list-area .list-item .list-content .list-header .list-sub-title {
  font-size: 0.8rem;
  color: var(--bs-primary);
  font-weight: 700;
}
.list-area .list-item .list-content .list-intro {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--bs-gray-900);
}
.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 .list-content .tag-box {
  display: flex;
  gap: 0.2rem 0.65rem;
}
.list-area .list-item .list-content .tag-box .list-tag {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: bold;
  padding: 0.3rem 0rem 0.2rem;
  border-radius: 0.25rem;
  z-index: 5;
}
.list-area .list-item .list-content .tag-box .list-tag.news_type1 {
  position: relative;
  color: #BE8E63;
  padding-left: 1rem;
}
.list-area .list-item .list-content .tag-box .list-tag.news_type1:before {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0rem;
  top: 50%;
  background-color: #BE8E63;
  -webkit-mask: url("../img/list/list_icon_type1.svg") no-repeat center;
  mask: url("../img/list/list_icon_type1.svg") no-repeat center;
  transform: translateY(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-content .tag-box .list-tag.news_type2 {
  position: relative;
  color: #BE8E63;
  padding-left: 1rem;
}
.list-area .list-item .list-content .tag-box .list-tag.news_type2:before {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0rem;
  top: 50%;
  background-color: #BE8E63;
  -webkit-mask: url("../img/list/list_icon_type2.svg") no-repeat center;
  mask: url("../img/list/list_icon_type2.svg") no-repeat center;
  transform: translateY(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-content .tag-box .list-tag.crop {
  position: relative;
  color: #000;
  padding-left: 1rem;
}
.list-area .list-item .list-content .tag-box .list-tag.crop:before {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0rem;
  top: 50%;
  background-color: #BE8E63;
  -webkit-mask: url("../img/list/list_icon_crop.svg") no-repeat center;
  mask: url("../img/list/list_icon_crop.svg") no-repeat center;
  transform: translateY(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-content .tag-box .list-tag.build {
  position: relative;
  color: #000;
  padding-left: 1rem;
}
.list-area .list-item .list-content .tag-box .list-tag.build:before {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0rem;
  top: 50%;
  background-color: #BE8E63;
  -webkit-mask: url("../img/list/list_icon_build.svg") no-repeat center;
  mask: url("../img/list/list_icon_build.svg") no-repeat center;
  transform: translateY(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-content .tag-box .list-tag.architect {
  position: relative;
  color: #000;
  padding-left: 1rem;
}
.list-area .list-item .list-content .tag-box .list-tag.architect:before {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0rem;
  top: 50%;
  background-color: #BE8E63;
  -webkit-mask: url("../img/list/list_icon_people.svg") no-repeat center;
  mask: url("../img/list/list_icon_people.svg") no-repeat center;
  transform: translateY(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-content .tag-box .list-tag.hot {
  position: relative;
  color: #BE8E63;
  padding-left: 1rem;
}
.list-area .list-item .list-content .tag-box .list-tag.hot:before {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0rem;
  top: 50%;
  background-color: #BE8E63;
  -webkit-mask: url("../img/list/list_icon_hot.svg") no-repeat center;
  mask: url("../img/list/list_icon_hot.svg") no-repeat center;
  transform: translateY(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item .list-content .tag-box .list-tag.top {
  position: relative;
  color: var(--bs-primary);
  padding-left: 1rem;
}
.list-area .list-item .list-content .tag-box .list-tag.top:before {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0rem;
  top: 50%;
  background-color: var(--bs-primary);
  -webkit-mask: url("../img/list/list_icon_top.svg") no-repeat center;
  mask: url("../img/list/list_icon_top.svg") no-repeat center;
  transform: translateY(-50%);
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area .list-item:hover {
  box-shadow: 0.25rem 0.25rem #BCDAB6;
  transform: translateY(-0.25rem) translateX(-0.25rem);
}
.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 {
  padding: 0.6rem 0rem 0rem 0rem;
}
@media screen and (min-width: 1200px) {
  .list-area.type-1 .list-item .list-content {
    padding: 0.95rem 0rem 0rem 0rem;
  }
}
.list-area.type-1 .list-item .list-content .list-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-1 .list-item .list-content .list-intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-2 .list-item figure {
  padding-bottom: 75%;
  width: 100%;
}
.list-area.type-2 .list-item .list-content {
  padding: 0.95rem 1.2rem 1.2rem 1.2rem;
}
.list-area.type-2 .list-item .list-content .list-header {
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
  border-bottom: 0.05rem solid var(--bs-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.type-2 .list-item .list-content .list-intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.text-type-1 .list-item .list-content {
  padding: 0.9rem 0.85rem 0.85rem;
}
.list-area.text-type-1 .list-item .list-content:before {
  width: 14px;
  height: 18px;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  background-color: #fff;
  -webkit-mask: url("../img/list/list_icon.svg") no-repeat center;
  mask: url("../img/list/list_icon.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: contain;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.list-area.text-type-1 .list-item .list-content .list-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-size: 1.15rem;
  line-height: normal;
}
.list-area.text-type-1 .list-item .list-content .list-intro {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-area.text-type-1 .list-item .list-content .list-date {
  margin-top: 0.3rem;
  color: var(--bs-primary);
  font-weight: 500;
}

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

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

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

.post-container, article {
  font-size: 0.85rem;
  color: #000;
}
.post-container .award-title-box, article .award-title-box {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 0rem 0.3rem;
}
.post-container .award-title-box .award-title, article .award-title-box .award-title {
  color: var(--bs-primary);
}
.post-container .award-title-box .award-title h2, article .award-title-box .award-title h2 {
  color: #000;
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.2;
}
.post-container .award-title-box .award-box, article .award-title-box .award-box {
  position: relative;
  top: 0rem;
  left: 0rem;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.6rem 0.25rem;
  justify-content: center;
  align-items: center;
  min-height: 3.2rem;
  line-height: 1.3;
  color: var(--bs-white);
  text-align: center;
  background: var(--bs-primary);
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 700;
}
.post-container .award-title-box .award-box .big-text, article .award-title-box .award-box .big-text {
  font-size: 1rem;
}
.post-container h3, article h3 {
  font-size: 1.3rem;
  padding: 0 0 0 0.7rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: var(--bs-secondary);
  border-left: 0.1rem solid var(--bs-secondary);
  line-height: normal;
}
.post-container h4, article h4 {
  font-size: 1.3rem;
  padding: 0 0 0 0.7rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: var(--bs-primary);
  border-left: 0.1rem solid var(--bs-primary);
  line-height: normal;
}
.post-container h5, article h5 {
  font-size: 1.1rem;
  padding: 0rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #D1A300;
  line-height: normal;
}
.post-container h6, article h6 {
  font-size: 1.1rem;
  padding: 0rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #377C60;
  line-height: normal;
}
.post-container ul, article ul {
  padding: 0;
  list-style: none !important;
  margin-bottom: 0rem;
}
.post-container ul > li, article ul > li {
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.post-container ul > li:before, article ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.2rem;
  top: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: var(--bs-primary);
  border-radius: 50%;
}
.post-container ol, article ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item;
  margin-bottom: 0rem;
}
.post-container ol > li, article ol > li {
  display: block;
  padding-left: 1.05rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.post-container ol > li:before, 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;
  color: var(--bs-primary);
}
.post-container a, article a {
  color: #009FD1;
  text-decoration: none;
}
.post-container a:hover, article a:hover {
  text-decoration: underline;
}

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

.form-control {
  padding: 0.45rem 0.5rem 0.45rem;
  border: 0.05rem solid var(--bs-gray-200);
  font-size: 0.8rem;
  box-shadow: none;
  outline: none;
}
.form-control:not(textarea) {
  height: 2.3rem;
}
.form-control.boder-btm {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.form-control.is-other {
  display: inline-block;
  width: auto !important;
}
.form-control::-webkit-input-placeholder {
  color: var(--bs-gray-500);
  font-weight: 400;
}
.form-control:-moz-placeholder {
  color: var(--bs-gray-500);
  font-weight: 400;
}
.form-control::-moz-placeholder {
  color: var(--bs-gray-500);
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-gray-500);
  font-weight: 400;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}
.form-control::-moz-placeholder {
  position: relative;
  top: 0px;
}
.form-control::placeholder {
  position: relative;
  top: 0px;
}
@media screen and (min-width: 1200px) {
  .form-control::-moz-placeholder {
    position: absolute;
    top: 0.5rem;
  }
  .form-control::placeholder {
    position: absolute;
    top: 0.5rem;
  }
}
.form-select {
  padding: 0.7rem 0.5rem 0.4rem;
  line-height: 1.3;
  border: 1px solid #d4d4d6;
}
.form-select .form-check-input.is-other {
  margin-top: 0.6rem;
}
.form-select:disabled {
  background-color: #eeeeef;
  color: var(--bs-body);
}

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

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

.form-select {
  font-size: 0.85rem;
}

.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 {
  padding: 0.85rem;
  background-color: var(--bs-white);
  color: #6B6B6B;
}
@media screen and (min-width: 992px) {
  .form-group {
    padding: 2.5rem;
  }
}
.form-group + .form-group {
  margin-top: 1.25rem;
}
.form-group .row > div[class*=col] label {
  font-weight: 400;
  margin-bottom: 0.35rem;
}
.form-group .row > div[class*=col] label.required:after {
  content: "*";
  color: var(--bs-danger);
  margin-left: 0.25rem;
}
.form-group .row > div[class*=col] label .required {
  color: var(--bs-danger);
  margin-left: 0.25rem;
}
.form-group .row > div[class*=col] > label {
  color: #000;
}
.form-group .row > div[class*=col] .note {
  font-size: 0.7rem;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 0.35rem;
  color: #000;
}
.form-group .row > div[class*=col] .note > * {
  color: #000;
}
.form-group .row > div[class*=col] .note a {
  color: #009FD1;
}
.form-group .row > div[class*=col] .note a:hover {
  text-decoration: underline;
}
.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 {
  color: #6B6B6B;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  padding-top: 0.125rem;
}
.form-group .form-check label.link-alert a {
  color: var(--bs-danger);
}
.form-group .form-check .form-check-input {
  transition: all 0.2s;
}
.form-group .form-check .form-check-input.is-other {
  margin-top: 0.6rem;
}
.form-group .form-check .form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.form-group .form-check .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-group .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-group .form-check .form-check-input:focus {
  border-color: var(--bs-primary);
  outline: 0;
}
.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.3rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.check-group > * {
  padding-left: 2.175rem;
  padding-right: 0.625rem;
}
.check-group .form-check {
  margin-top: 0.6rem;
}
.check-group .form-check.other {
  display: flex;
  align-items: center;
}
.check-group .form-check.other .form-control {
  margin-left: 0.5rem;
}

.select2-container.select2-container--default .select2-selection--single {
  font-size: 0.8rem;
  line-height: 1;
  box-shadow: none;
  padding: 0;
  height: 2.3rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.select2-container.select2-container--default .select2-selection--single:after {
  width: 0.65rem;
  height: 0.4rem;
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
  background-color: var(--bs-secondary);
  -webkit-mask: url("../img/list/list_icon_select.svg") no-repeat center;
  mask: url("../img/list/list_icon_select.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  color: var(--bs-dark);
  line-height: 1.2;
  padding: 0.7rem 1rem 0.5rem 0.3rem;
  border-bottom: 0.05rem solid var(--bs-gray-200);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: var(--bs-gray-500);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  opacity: 0;
}
.select2-container.select2-container--default .select2-selection--single:focus {
  box-shadow: none;
  outline: none;
}
.select2-container.select2-container--default .select2-selection--single:focus .select2-selection__rendered {
  border-color: var(--bs-primary);
}
.select2-container.select2-container--default .select2-dropdown {
  border: 0.05rem solid var(--bs-gray-200);
  position: relative;
  border-radius: 0;
  z-index: 999;
  font-size: 0.85rem;
  color: var(--bs-gray-500);
  margin-top: 0.3rem;
}
.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.5rem 0.35rem 0.4rem;
  border-radius: 0rem;
  line-height: 1;
}
.select2-container.select2-container--default li.select2-results__option.select2-results__option--highlighted {
  color: var(--bs-danger);
  background-color: transparent;
}
.select2-container.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}

body.modal-open .select2-container.select2-container--default .select2-dropdown {
  z-index: 1099;
}

.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-award {
  position: relative;
}
.about-award .forum-content {
  padding: 2rem 1rem;
  background: #fff;
  background: linear-gradient(-45deg, var(--bs-primary) 2rem, #fff 0);
}
@media screen and (min-width: 992px) {
  .about-award .forum-content {
    padding: 3rem 5rem;
  }
}
.about-award .forum-content .forum-title {
  font-size: 1.3rem;
  color: var(--bs-primary);
  line-height: normal;
  font-weight: 600;
  text-align: center;
}
.about-award .forum-content .forum-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-award .forum-content .forum-box:after {
  content: "";
  background: #BE8E63;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 0.5rem);
  width: 1px;
}
.about-award .forum-content .forum-box .date-item {
  margin-left: 1rem;
  position: relative;
}
.about-award .forum-content .forum-box .date-item:before {
  position: absolute;
  content: "";
  top: 0.35rem;
  left: -1.25rem;
  color: #BE8E63;
  background: #BE8E63;
  padding: 4px;
  border-radius: 50%;
  width: 0.55rem;
  height: 0.55rem;
  transition: all 0.2s ease-in-out;
}
.about-award .forum-content .forum-box .date-item .list-date {
  font-weight: 0.75rem;
  color: #BE8E63;
}
@media screen and (min-width: 992px) {
  .about-award .forum-content .forum-box .date-item {
    margin-left: 1.75rem;
  }
  .about-award .forum-content .forum-box .date-item:before {
    left: -2rem;
  }
}
.about-award .award-banner .swiper-controls .swiper-navigation .swiper-button {
  background: url("../img/icon/banner_next_arrow@2x.png") no-repeat;
  background-size: 1rem 2.2rem;
  box-shadow: none;
  width: 1rem;
  height: 2.2rem;
  border-radius: 0;
  opacity: 0.6;
}
.about-award .award-banner .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: 1.5rem;
  transform: rotate(180deg);
}
.about-award .award-banner .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: 1.5rem;
}
.about-award .award-banner .swiper-controls .swiper-navigation .swiper-button:after {
  content: none;
}
.about-award .award-banner .swiper-controls .swiper-navigation .swiper-button:hover, .about-award .award-banner .swiper-controls .swiper-navigation .swiper-button:focus {
  opacity: 1;
}
.about-award .award-banner .building-img-area figure {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
}
.about-award .award-banner .building-img-area figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-award .flow-content {
  padding: 1.75rem 2rem;
  background: #fff;
  background: linear-gradient(-45deg, var(--bs-primary) 25px, #fff 0);
}
.about-award .flow-content .flow-title {
  font-size: 1.3rem;
  color: var(--bs-primary);
  line-height: normal;
  font-weight: 600;
  text-align: center;
}
.about-award .flow-content .flow-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.about-award .flow-content .flow-box .step-box {
  position: relative;
  text-align: center;
}
.about-award .flow-content .flow-box .step-box:not(:last-child):before {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%) rotate(90deg);
  background-color: var(--bs-primary);
  -webkit-mask: url("../img/home/about/icon-flow-arrow.svg") no-repeat center;
  mask: url("../img/home/about/icon-flow-arrow.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.about-award .flow-content .flow-box .step-box p {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .about-award .flow-content .flow-box {
    flex-direction: row;
    gap: 2rem;
  }
  .about-award .flow-content .flow-box .step-box {
    width: 20%;
  }
  .about-award .flow-content .flow-box .step-box:not(:last-child):before {
    width: 14px;
    height: 14px;
    position: absolute;
    left: unset;
    bottom: unset;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--bs-primary);
    -webkit-mask: url("../img/home/about/icon-flow-arrow.svg") no-repeat center;
    mask: url("../img/home/about/icon-flow-arrow.svg") no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
    content: "";
    opacity: 1;
    transition: all 0.3s;
  }
}

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

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