@charset "UTF-8";
/**bootstrap5 grid setting**/
/**bootstrap5 grid setting end**/
body {
  font-family: "Fredoka", "Microsoft JhengHei";
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #242839;
  background: #F6F7F2;
}
body.modal-open {
  position: fixed;
}
body.scroll-lock {
  overflow: hidden;
}

/*設置網站反白顏色*/
::-moz-selection {
  background: rgba(7, 106, 64, 0.7);
}

::selection {
  background: rgba(7, 106, 64, 0.7);
}

a {
  color: #4F77E1;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

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

.alert-text {
  color: red;
}

.import-text {
  color: #EE8A19;
}

@media screen and (min-width: 992px) {
  .container.more-pd {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .container.more-pd {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .container.more-pd {
    padding-left: 5.55rem;
    padding-right: 5.55rem;
  }
}

#map {
  opacity: 0;
}

.btn {
  position: relative;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 700;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  transition: all 0.2s;
}
@media (hover: none) {
  .btn {
    transition: none;
  }
}
.btn:before {
  content: "";
  background: url("../img/button/button_arrow_white@2x.png") no-repeat;
  background-size: 0.95rem 0.55rem;
  min-width: 0.95rem;
  height: 0.55rem;
  transition: inherit;
}
@media (hover: none) {
  .btn:before {
    transition: inherit;
  }
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transition: inherit;
}
@media (hover: none) {
  .btn:after {
    transition: inherit;
  }
}
.btn.left {
  height: 2.85rem;
  padding: 0.95rem 0.9rem 0.95rem 0.2rem;
  margin-left: 1.3rem;
}
.btn.left:before {
  transform: rotate(180deg);
  margin-right: 0.3rem;
}
.btn.left:after {
  left: -1.21rem;
  border-width: 1.45rem 1.25rem 1.4rem 0;
}
.btn.right {
  padding: 0.95rem 0.2rem 0.95rem 0.9rem;
  margin-right: 1.3rem;
}
.btn.right:before {
  order: 2;
  margin-left: 0.3rem;
}
.btn.right:after {
  right: -1.23rem;
  border-width: 1.45rem 0 1.4rem 1.25rem;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
  transform: none;
  box-shadow: none;
}
.btn:hover.left:before, .btn:focus.left:before, .btn:active.left:before, .btn.active.left:before {
  transform: rotate(180deg) translateX(0.2rem);
}
.btn:hover.right:before, .btn:focus.right:before, .btn:active.right:before, .btn.active.right:before {
  transform: translateX(0.2rem);
}
.btn.type1 {
  color: #FFF;
  background-color: #F3CB18;
}
.btn.type1.left:after {
  border-color: transparent #F3CB18 transparent transparent;
}
.btn.type1.right:after {
  border-color: transparent transparent transparent #F3CB18;
}
.btn.type1:hover, .btn.type1:focus, .btn.type1:active, .btn.type1.active {
  background-color: #DFB705;
}
.btn.type1:hover.left:after, .btn.type1:focus.left:after, .btn.type1:active.left:after, .btn.type1.active.left:after {
  border-color: transparent #DFB705 transparent transparent;
}
.btn.type1:hover.right:after, .btn.type1:focus.right:after, .btn.type1:active.right:after, .btn.type1.active.right:after {
  border-color: transparent transparent transparent #DFB705;
}
.btn.type2 {
  color: #FFF;
  background-color: #F57454;
}
.btn.type2.left:after {
  border-color: transparent #F57454 transparent transparent;
}
.btn.type2.right:after {
  border-color: transparent transparent transparent #F57454;
}
.btn.type2:hover, .btn.type2:focus, .btn.type2:active, .btn.type2.active {
  background-color: #D96143;
}
.btn.type2:hover.left:after, .btn.type2:focus.left:after, .btn.type2:active.left:after, .btn.type2.active.left:after {
  border-color: transparent #D96143 transparent transparent;
}
.btn.type2:hover.right:after, .btn.type2:focus.right:after, .btn.type2:active.right:after, .btn.type2.active.right:after {
  border-color: transparent transparent transparent #D96143;
}

.text-default {
  color: var(--bs-body-color);
}

.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.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #076A40;
  margin-bottom: 0.75rem;
}
.editor-content h4, .post-content h4, #tinymce h4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #E1BB0E;
  margin-bottom: 0.75rem;
}
.editor-content h5, .post-content h5, #tinymce h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #F57454;
  margin-bottom: 0.75rem;
}
.editor-content h6, .post-content h6, #tinymce h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #6F4240;
  margin-bottom: 0.75rem;
}
.editor-content a, .post-content a, #tinymce a {
  color: #38A78C;
  text-decoration: none;
}
.editor-content a:hover, .post-content a:hover, #tinymce a:hover {
  color: #38A78C;
  text-decoration: underline;
}
.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: #DEEBE1;
}
.editor-content table th, .post-content table th, #tinymce table th, .editor-content table td, .post-content table td, #tinymce table td {
  padding: 0.2rem 0.3rem;
  border: #DEEBE1 solid 0.05rem;
}
.editor-content table th, .post-content table th, #tinymce table th {
  background-color: #DEEBE1;
  font-weight: normal;
}
.editor-content ul, .post-content ul, #tinymce ul {
  padding: 0;
  list-style: none !important;
  margin-bottom: 1.5rem;
}
.editor-content ul > li, .post-content ul > li, #tinymce ul > li {
  padding-left: 1rem;
  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.4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.35rem;
  border-color: transparent transparent transparent #F57454;
}
.editor-content ol, .post-content ol, #tinymce ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item;
  margin-bottom: 1.5rem;
}
.editor-content ol > li, .post-content ol > li, #tinymce ol > li {
  display: block;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.editor-content ol > li:before, .post-content ol > li:before, #tinymce ol > li:before {
  position: absolute;
  left: 0;
  top: 0.15rem;
  content: counter(ol-item) ".";
  counter-increment: ol-item;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 700;
  color: #F57454;
  display: inline-block;
  min-width: 0.85rem;
}

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

.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 .video-content {
  width: 100%;
}
.modal-dialog .modal-content {
  padding: 2rem 0.75rem;
}
@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 640px;
  }
  .modal-dialog .modal-content {
    padding: 3rem 2rem;
  }
}
.modal-dialog .modal-header {
  padding: 0;
  margin-bottom: 1.25rem;
}
.modal-dialog .modal-header .modal-title {
  color: #242839;
}
.modal-dialog .modal-header .btn-close {
  top: 1.7rem;
  right: 1.7rem;
  padding: 0;
}
.modal-dialog .modal-header .btn-close:before {
  content: "\ec22";
  font-size: 1.25rem;
  color: #737FA7;
  background: transparent;
}
.modal-dialog .modal-body {
  padding: 0;
}
.modal-dialog .modal-footer {
  padding: 0;
  margin-top: 1.25rem;
}
.modal-dialog .modal-footer > * {
  margin: 0;
}

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

.video-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
  pointer-events: auto;
  max-width: none;
  padding: 0;
}
.video-modal .modal-dialog .video-content {
  max-width: 65rem;
  width: 80vw;
  padding: 0.5rem;
}
.video-modal .close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: url("../img/gallery/button_close_xs@2x.png") no-repeat;
  background-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  z-index: 99;
}
@media screen and (min-width: 576px) {
  .video-modal .close-btn {
    background: url("../img/gallery/button_close_lg@2x.png") no-repeat;
    background-size: 4rem;
    width: 4rem;
    height: 4rem;
  }
}

.side-toolbar {
  position: fixed;
  right: 0.5rem;
  bottom: 1rem;
  z-index: 99;
}
.side-toolbar.bot {
  position: absolute;
  top: 0.6rem;
  bottom: auto;
}
@media screen and (min-width: 992px) {
  .side-toolbar {
    right: 2rem;
    bottom: 1.75rem;
  }
  .side-toolbar.bot {
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .side-toolbar {
    right: auto;
    left: calc(50% + 25.8rem);
  }
}
@media screen and (min-width: 1400px) {
  .side-toolbar {
    left: calc(50% + 29.55rem);
  }
}

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

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #F57454 !important;
}

.swal2-popup .swal2-styled:focus {
  background-color: #F57454 !important;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-color: #F57454 !important;
}

.fade-in {
  opacity: 0;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 700ms;
}
.fade-in.motion {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up {
  opacity: 0;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 700ms;
}
.fade-in-up.motion {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.fade-in-left {
  opacity: 0;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 700ms;
}
.fade-in-left.motion {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.fade-in-right {
  opacity: 0;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 700ms;
}
.fade-in-right.motion {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.fade-in-up {
  opacity: 0;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 700ms;
}
.fade-in-up.motion {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes homeRibbon {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes homeTree {
  0% {
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
header .header-top {
  position: relative;
  z-index: 1020;
}
@media screen and (min-width: 992px) {
  header.home {
    display: none;
  }
}

.navbar-clone .nav-item.donation {
  transform: translateY(-100%);
  transition: transform 0.5s;
}
.navbar-clone.navbar-stick .nav-item.donation {
  transform: translateY(0);
}

.navbar-expand-lg {
  box-shadow: 0 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.15) !important;
}
.navbar-expand-lg .hamburger {
  color: #242839;
  margin-left: 0.75rem;
}
.navbar-expand-lg .hamburger span, .navbar-expand-lg .hamburger:before, .navbar-expand-lg .hamburger:after {
  width: 1rem;
}
.navbar-expand-lg .donation-link {
  flex: 0 0 1.6rem;
  margin-left: auto;
}
.navbar-expand-lg .donation-link img {
  max-width: 1.6rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav > .nav-item .nav-link {
    height: 100%;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .navbar-expand-lg .navbar-nav > .nav-item .nav-link .nav-title {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    color: #6F4240;
    margin-left: 0.5rem;
    transition: color 0.2s ease;
  }
  .navbar-expand-lg .navbar-nav > .nav-item .nav-link:hover .nav-title, .navbar-expand-lg .navbar-nav > .nav-item .nav-link.active .nav-title {
    color: #F57454;
  }
  .navbar-expand-lg .navbar-nav > .nav-item.donation {
    position: relative;
    padding-left: 4.4rem;
    margin-left: 0.875rem;
  }
  .navbar-expand-lg .navbar-nav > .nav-item.donation .nav-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.45rem;
    background-color: #FBEDBC;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    border-radius: 0rem 0rem 3rem 3rem;
    box-shadow: 0 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.15) !important;
  }
  .navbar-expand-lg .navbar-nav > .nav-item.donation .nav-link .nav-title {
    color: #242839;
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .navbar-expand-lg .navbar-nav > .nav-item.donation .nav-link > div {
    flex-direction: column;
  }
  .navbar-expand-lg .navbar-nav > .nav-item.donation .nav-link:hover .nav-title, .navbar-expand-lg .navbar-nav > .nav-item.donation .nav-link.active .nav-title {
    color: #F57454;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse.offcanvas {
    background-color: #F6F7F2;
  }
  .navbar-collapse.offcanvas .offcanvas-header {
    padding: 0.5rem 0.75rem;
    min-height: 2.2rem;
    justify-content: flex-start;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.15);
  }
  .navbar-collapse.offcanvas .offcanvas-header .btn-close {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    color: #242839;
    margin-right: 0;
    margin-left: 0.5rem;
  }
  .navbar-collapse.offcanvas .offcanvas-header .btn-close:before, .navbar-collapse.offcanvas .offcanvas-header .btn-close:after {
    content: "";
    position: absolute;
    top: 0.55rem;
    left: 0.05rem;
    width: 100%;
    height: 0.15rem;
    background: currentColor;
    border-radius: 0;
  }
  .navbar-collapse.offcanvas .offcanvas-header .btn-close:before {
    transform: rotate(40deg);
  }
  .navbar-collapse.offcanvas .offcanvas-header .btn-close:after {
    transform: rotate(-40deg);
  }
  .navbar-collapse.offcanvas .offcanvas-body {
    padding: 0;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav .nav-link.active {
    color: #48547B !important;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li > a {
    position: relative;
    padding: 1.25rem 1rem;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li > a img {
    max-width: 3.4rem;
    width: 100%;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li > a .nav-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    color: #6F4240 !important;
    margin-left: 1rem;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li > a:after {
    content: "" !important;
  }
  .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li > a:hover .nav-title, .navbar-collapse.offcanvas .offcanvas-body .navbar-nav > li > a.active .nav-title {
    color: #6F4240;
    padding: 0.35rem 0.5rem;
    background-color: #FBEDBC;
    border-radius: 0.75rem;
    margin-left: 0.5rem;
    margin-right: -0.5rem;
  }
}
/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer {
  position: relative;
  background: url("../img/footer/footer_xs.png") 50% 100% no-repeat;
  height: 31.8rem;
  padding-top: 10rem;
  padding-bottom: 5.75rem;
  overflow: hidden;
}
footer.service {
  background-color: #DEEBE1;
}
footer .footer-wrapper .footer-content-box {
  max-width: 24rem;
  text-align: center;
  line-height: 1.3;
}
footer .footer-wrapper .footer-content-box address, footer .footer-wrapper .footer-content-box p {
  margin-bottom: 0.2rem;
}
footer .footer-wrapper .footer-content-box address a, footer .footer-wrapper .footer-content-box p a {
  color: #242839;
}
footer .footer-wrapper .footer-content-box address a:hover, footer .footer-wrapper .footer-content-box p a:hover {
  text-decoration: underline;
}
footer .donate-code {
  position: absolute;
  left: auto;
  right: -0.25rem;
  bottom: 0;
}
footer .footer-bottom {
  opacity: 0.7;
}
@media screen and (min-width: 390px) {
  footer .donate-code {
    left: calc(50% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  footer {
    background: url("../img/footer/footer_md.png") 50% 100% no-repeat;
    height: 22.5rem;
    padding-top: 7.8rem;
    padding-bottom: 0;
  }
  footer .donate-code {
    left: calc(50% + 9.5rem);
  }
}
@media screen and (min-width: 1200px) {
  footer {
    background: url("../img/footer/footer_xl.png") 50% 100% no-repeat;
  }
  footer .donate-code {
    left: calc(50% + 19.35rem);
  }
}

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #FFF;
  z-index: 100;
  background: #FFF;
}
.loading-page .wrapper {
  width: 10rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate(0px, -120px);
  text-align: center;
}
.loading-page .wrapper span {
  font-family: "AndesRounded", "Arial";
  font-size: 1rem;
  letter-spacing: 12px;
  color: #90644c;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 4rem;
  height: 4rem;
}

.lds-ellipsis div {
  position: absolute;
  top: 1rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #076A40;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 0.4rem;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 0.4rem;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 1.6rem;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 2.8rem;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.title-group-box {
  display: flex;
}
.title-group-box .title-group {
  display: flex;
  flex-direction: column;
}
.title-group-box .title-group .ch-title {
  font-family: "Noto Sans TC";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.133rem;
  color: #076A40;
}
.title-group-box .title-group .eng-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  color: #F57454;
  margin-bottom: 0.6rem;
}
.title-group-box.detail .detail-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.title-group-box.detail .detail-info > div + div {
  margin-left: 0.6rem;
}
.title-group-box.detail .detail-info .info-date {
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 600;
  color: #F57454;
}
.title-group-box.detail .detail-info .info-cat {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  color: #6A8C51;
  padding: 0.4rem;
  border-radius: 0.5rem;
  background-color: #FFF;
}
.title-group-box.detail .detail-info .info-location {
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  color: #F57454;
}
.title-group-box.detail .detail-info .info-location:before {
  content: "";
  display: block;
  background: url("../img/list/icon_location@2x.png") no-repeat;
  background-size: 0.65rem 0.85rem;
  width: 0.65rem;
  height: 0.85rem;
  margin-right: 0.25rem;
}
.title-group-box.detail .detail-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #076A40;
  margin-bottom: 0;
}
.title-group-box.center {
  justify-content: center;
}
.title-group-box.center .title-group {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .title-group-box .title-group .ch-title {
    font-size: 1.9rem;
  }
  .title-group-box .title-group .eng-title {
    font-size: 1.5rem;
  }
  .title-group-box.detail {
    padding-top: 1rem;
  }
  .title-group-box.detail .detail-info .detail-title {
    font-size: 1.6rem;
  }
}

.page-banner-wrapper {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2.3rem;
  background-color: #F9ECD2;
}
.page-banner-wrapper:before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 17.5rem;
  background: url("../img/banner/banner_bg_xs.jpg") 50% 0 no-repeat;
  background-size: 38.4rem 17.5rem;
}
@media screen and (min-width: 768px) {
  .page-banner-wrapper {
    height: 11rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
    background-color: transparent;
  }
  .page-banner-wrapper:before {
    top: 0;
    height: 33.9rem;
    background: url("../img/banner/banner_bg_lg.jpg") 50% 0 no-repeat;
    background-size: 150rem 33.9rem;
  }
}
.page-banner-wrapper .page-banner-content {
  position: relative;
  align-items: center;
}
.page-banner-wrapper .page-banner-content .title-group-box {
  margin-bottom: 0 !important;
  min-width: 8.5rem;
}
.page-banner-wrapper .page-banner-content .banner-img-role {
  padding-left: 1.5rem;
  padding-right: 0.75rem;
}
.page-banner-wrapper .page-banner-content .banner-img-role img {
  max-width: 5.7rem;
  width: 100%;
}
.page-banner-wrapper .page-banner-content .banner-img-item {
  margin-left: auto;
  padding-top: 3rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-banner-wrapper .page-banner-content {
    align-items: flex-start;
  }
  .page-banner-wrapper .page-banner-content .banner-img-role {
    padding-right: 1.5rem;
  }
  .page-banner-wrapper .page-banner-content .banner-img-role img {
    max-width: none;
    width: auto;
  }
  .page-banner-wrapper .page-banner-content .title-group-box {
    padding-top: 1.5rem;
  }
}

.breadcrumbs {
  position: relative;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.3;
  color: #242839;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.breadcrumbs .home-icon {
  padding-bottom: 0.15rem;
  margin-right: 0.3rem;
}
.breadcrumbs a {
  color: #242839;
}
.breadcrumbs a:hover {
  color: #242839;
}
.breadcrumbs i {
  font-size: 0.7rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.breadcrumbs span.path-arrow {
  background: url(../img/breadcrumb/path_arrow@2x.png) no-repeat center;
  background-size: 100% auto;
  width: 0.4rem;
  height: 0.55rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.pagination > li + li {
  margin-left: 0.5rem;
}
.pagination > li > a {
  border: none;
}
.pagination > li > span {
  border: none;
}
.pagination > li .page-link {
  display: flex;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1rem;
  color: #076A40;
  background-color: transparent;
  padding: 0.2rem 0.35rem;
  border-radius: 50% !important;
}
.pagination > li .page-link i {
  font-size: 1.5rem;
  font-weight: 100;
}
.pagination > li .page-link.arrow-link {
  padding: 0;
}
.pagination > li .page-link.arrow-link picture {
  display: flex;
}
.pagination > li .page-link.arrow-link .pagination-arrow {
  height: 0.8rem;
}
.pagination > li .page-link.arrow-link .pagination-arrow.left {
  transform: rotate(-180deg);
}
.pagination > li.prev-page {
  margin-right: 1rem;
}
.pagination > li.next-page {
  margin-left: 1.5rem;
}
.pagination > li.active > .page-link, .pagination > li:hover > .page-link {
  color: #076A40;
  background-color: #FBEDBC;
  background-image: none;
}

.share-box {
  position: relative;
  min-width: 5.9rem;
}
.share-box:before {
  content: "";
  width: 1.25rem;
  height: 1.4rem;
  background: url("../img/share/icon_share@2x.png") center no-repeat;
  background-size: 100% auto;
  margin-right: 0.75rem;
}
.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.4rem;
}
.share-box .share-btn.share-fb {
  background: url(../img/share/button_share_fb@2x.png) no-repeat center;
  background-size: 100% auto;
}
.share-box .share-btn.share-fb:hover {
  background: url(../img/share/button_share_fb_hover@2x.png) no-repeat center;
  background-size: 100% auto;
}
.share-box .share-btn.share-line {
  background: url(../img/share/button_share_line@2x.png) no-repeat center;
  background-size: 100% auto;
}
.share-box .share-btn.share-line:hover {
  background: url(../img/share/button_share_line_hover@2x.png) no-repeat center;
  background-size: 100% auto;
}

.post-content {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .post-content {
    margin-bottom: 4.25rem;
  }
}

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

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

.board-item-wrapper .board-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.board-item-wrapper .board-item .board-head {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #FFF;
  background-color: #A18561;
  border-radius: 0.25rem;
  text-align: center;
}
.board-item-wrapper .board-item .board-head .service-cnt {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075rem;
  color: #F3CB18;
  word-break: break-all;
}
.board-item-wrapper .board-item .board-head .dot, .board-item-wrapper .board-item .board-head:before, .board-item-wrapper .board-item .board-head:after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.board-item-wrapper .board-item .board-head .dot.lt {
  top: 0.35rem;
  left: 0.35rem;
}
.board-item-wrapper .board-item .board-head .dot.lb {
  bottom: 0.35rem;
  left: 0.35rem;
}
.board-item-wrapper .board-item .board-head:before {
  top: 0.35rem;
  right: 0.35rem;
}
.board-item-wrapper .board-item .board-head:after {
  bottom: 0.35rem;
  right: 0.35rem;
}
@media screen and (min-width: 768px) {
  .board-item-wrapper .board-item .board-head {
    padding: 1.3rem 1rem;
  }
}
.board-item-wrapper .board-item .board-stick {
  width: 0.8rem;
  height: 1.45rem;
  background-color: #8A7253;
  border-radius: 0rem 0rem 0.1rem 0.1rem;
}

.detail-wrapper {
  position: relative;
}
.detail-wrapper .label-title-box {
  margin-bottom: 0.75rem;
}
.detail-wrapper .label-title-box .label-title {
  position: relative;
  height: 2rem;
  padding: 0.5rem 0.2rem 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  background-color: #F3CB18;
  margin-bottom: 0;
  margin-right: 1rem;
}
.detail-wrapper .label-title-box .label-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #F3CB18;
}
.detail-wrapper .detail-header {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #242839;
}
.detail-wrapper .post-footer {
  position: relative;
  text-align: center;
}
.detail-wrapper .post-footer .share-box {
  justify-content: flex-end;
  margin-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .detail-wrapper .post-footer {
    position: relative;
  }
  .detail-wrapper .post-footer .share-box {
    position: absolute;
    top: calc(50% - 0.875rem);
    right: 0;
    margin-bottom: 0;
  }
}

.bt-line {
  border-bottom: 1px dashed #242839;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.page-search-wrapper {
  position: relative;
}
.page-search-wrapper .page-cat-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
}
.page-search-wrapper .page-cat-box .cat-item {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  color: #242839;
  border-radius: 0.75rem;
  border: 0.05rem solid #F3CB18;
  background: #F8E9B4;
  padding: 0.45rem 0.55rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 0 0 auto;
  width: auto;
}
.page-search-wrapper .page-cat-box .cat-item input {
  display: none;
}
.page-search-wrapper .page-cat-box .cat-item:hover, .page-search-wrapper .page-cat-box .cat-item.active {
  background-color: #F3CB18;
}
.page-search-wrapper .select-item {
  width: 100%;
}
.page-search-wrapper .select-item + .select-item {
  margin-top: 0.75rem;
}
@media screen and (min-width: 992px) {
  .page-search-wrapper .select-item {
    width: 11.25rem;
  }
  .page-search-wrapper .select-item + .select-item {
    margin-top: 0;
  }
}

.jump-page-wrapper.page404 {
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  .jump-page-wrapper.page404 {
    padding-top: 11rem;
  }
}

.title-group-box {
  margin-bottom: 1.5rem;
}
.title-group-box .ch-title {
  margin-bottom: 0;
}

.custom-swiper-container, .swiper-container {
  position: relative;
  /*swiper nav style*/
  /*swiper pagination style*/
}
.custom-swiper-container .swiper-button-prev, .custom-swiper-container .swiper-button-next, .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  background: url("../img/button/button_next@2x.png") 50% 50% no-repeat;
  background-size: 1.05rem 1.7rem;
  width: 1.05rem;
  height: 1.7rem;
  margin-top: -0.525rem;
  opacity: 0.35;
  transition: opacity 0.35s ease-in-out;
}
.custom-swiper-container .swiper-button-prev:after, .custom-swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after, .swiper-container .swiper-button-next:after {
  content: none;
}
.custom-swiper-container .swiper-button-prev:hover, .custom-swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover, .swiper-container .swiper-button-next:hover {
  opacity: 1;
}
.custom-swiper-container .swiper-button-prev, .swiper-container .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
.custom-swiper-container .swiper-button-next, .swiper-container .swiper-button-next {
  right: 0;
}
.custom-swiper-container .swiper-pagination, .swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
}
.custom-swiper-container .swiper-pagination .swiper-pagination-bullet, .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  border: 0.05rem solid #076A40;
  background-color: transparent;
  margin: 0 0.375rem;
}
.custom-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #076A40;
}

.home-banner-wrapper .banner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}
.home-banner-wrapper .banner-box .banner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.home-banner-wrapper .banner-box .banner-img img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .home-banner-wrapper .banner-box {
    padding-bottom: 40%;
  }
  .home-banner-wrapper .banner-box .banner-img {
    width: calc(100% + 36rem);
  }
}
@media screen and (min-width: 1200px) {
  .home-banner-wrapper .banner-box {
    width: 100%;
    height: 24rem;
    padding-bottom: 0;
  }
  .home-banner-wrapper .banner-box .banner-img {
    width: 96rem;
    text-align: center;
  }
  .home-banner-wrapper .banner-box .banner-img img {
    width: auto;
  }
}

.home-quick-link-wrapper .quick-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.7rem;
  height: 6.4rem;
  text-align: center;
}
.home-quick-link-wrapper .quick-link + .quick-link {
  margin-left: 1.6rem;
}
.home-quick-link-wrapper .quick-link .quick-link-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  color: #6F4240;
  margin-top: 0.5rem;
  transition: color 0.2s ease;
}
.home-quick-link-wrapper .quick-link.donation {
  background-color: #FBEDBC;
  border-radius: 0rem 0rem 3rem 3rem;
}
.home-quick-link-wrapper .quick-link.donation .quick-link-title {
  color: #242839;
}
.home-quick-link-wrapper .quick-link:hover .quick-link-title {
  color: #F57454;
}

.home-service-plan-wrapper {
  position: relative;
  padding-top: 2.8rem;
  padding-bottom: 4.6rem;
  overflow: hidden;
}
.home-service-plan-wrapper .service-plan-content {
  position: relative;
  z-index: 2;
  max-width: 31.25rem;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
.home-service-plan-wrapper .cloud-img {
  position: absolute;
  transition: transform 0.2s ease;
}
.home-service-plan-wrapper .cloud-img.cloud-1 {
  top: 1.05rem;
  right: calc(50% + 5rem);
}
.home-service-plan-wrapper .cloud-img.cloud-2 {
  top: 4.05rem;
  left: calc(50% + 5.5rem);
}
.home-service-plan-wrapper .cloud-img.cloud-3 {
  bottom: 0.7rem;
  right: calc(50% + 5rem);
}
@media screen and (min-width: 768px) {
  .home-service-plan-wrapper {
    padding-bottom: 2.3rem;
  }
  .home-service-plan-wrapper .cloud-img.cloud-1 {
    top: 5.6rem;
    right: calc(50% + 17.925rem);
  }
  .home-service-plan-wrapper .cloud-img.cloud-2 {
    top: 2.25rem;
    left: calc(50% + 18.475rem);
  }
  .home-service-plan-wrapper .cloud-img.cloud-3 {
    bottom: 4.5rem;
    left: calc(50% + 12.8rem);
    right: auto;
  }
}

.home-org-intro-wrapper {
  position: relative;
  background: linear-gradient(#F9ECD2, #F9ECD2) 50% 100% no-repeat;
  background-size: 100% calc(100% - 10.15rem);
}
.home-org-intro-wrapper .intro-top-bg {
  position: absolute;
  top: 2.3rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 38.4rem;
  background: url("../img/home/index_bg01_xs.png") 50% 0% no-repeat;
  background-size: 38.4rem;
}
.home-org-intro-wrapper .intro-top-bg .tree-bg {
  position: absolute;
  top: -4.6rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 7.6rem;
  background: url("../img/home/index_pic01_xs@2x.png") 50% 0% no-repeat;
  background-size: 38.4rem 7.6rem;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation-duration: 1.4s;
  -webkit-animation-duration: 1.4s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: forwards;
}
.home-org-intro-wrapper .intro-top-bg .tree-bg.motion {
  animation-name: homeTree;
  -webkit-animation-name: homeTree;
}
.home-org-intro-wrapper .intro-bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 34.65rem;
  background: url("../img/home/index_bg02_xs.png") 50% 100% no-repeat;
  background-size: 38.4rem 34.65rem;
}
.home-org-intro-wrapper .bg-item {
  position: absolute;
}
.home-org-intro-wrapper .bg-item.pic02 {
  top: 5.5rem;
  left: calc(50% - 14.495rem);
}
.home-org-intro-wrapper .bg-item.pic03 {
  top: 4.6rem;
  left: calc(50% + 29.945rem);
}
.home-org-intro-wrapper .bg-item.pic04 {
  top: 30rem;
  left: calc(50% + 4.3rem);
}
.home-org-intro-wrapper .bg-item.pic05 {
  bottom: 8.2em;
  left: calc(50% + 0rem);
}
.home-org-intro-wrapper .bg-item.pic07 {
  bottom: 11em;
  left: calc(50% - 8.5rem);
}
.home-org-intro-wrapper .wrapper-inner {
  padding-top: 13rem;
  padding-bottom: 15.45rem;
}
@media screen and (min-width: 768px) {
  .home-org-intro-wrapper .intro-top-bg {
    top: 2.3rem;
    height: 17.15rem;
    background: url("../img/home/index_bg01_lg.png") 50% 0% no-repeat;
    background-size: 150rem 17.15rem;
  }
  .home-org-intro-wrapper .intro-top-bg .tree-bg {
    top: -6.7rem;
    height: 47rem;
    background: url("../img/home/index_pic01_lg@2x.png") 50% 0% no-repeat;
    background-size: 47rem 13.4rem;
  }
  .home-org-intro-wrapper .intro-bottom-bg {
    height: 57.4rem;
    background: url("../img/home/index_bg02_lg.png") calc(50% + 17rem) 100% no-repeat;
    background-size: 41.35rem 57.4rem;
  }
  .home-org-intro-wrapper .bg-item.pic02 {
    top: 10rem;
    left: calc(50% - 26.3rem);
  }
  .home-org-intro-wrapper .bg-item.pic03 {
    top: 2.6rem;
    left: calc(50% + 21.8rem);
  }
  .home-org-intro-wrapper .bg-item.pic04 {
    top: auto;
    bottom: 29.1em;
    left: calc(50% + 19.3rem);
  }
  .home-org-intro-wrapper .bg-item.pic05 {
    bottom: 9.7em;
    left: calc(50% + 7rem);
  }
  .home-org-intro-wrapper .bg-item.pic07 {
    bottom: 1.25em;
    left: calc(50% - 20rem);
  }
  .home-org-intro-wrapper .wrapper-inner {
    padding-top: 12.45rem;
    padding-bottom: 13.35rem;
  }
}
@media screen and (min-width: 992px) {
  .home-org-intro-wrapper .intro-top-bg .tree-bg {
    top: -10rem;
    height: 70rem;
    background: url("../img/home/index_pic01_xl@2x.png") 50% 0% no-repeat;
    background-size: 70rem 17.2rem;
  }
  .home-org-intro-wrapper .bg-item.pic02 {
    top: 10rem;
    left: calc(50% - 31.9rem);
  }
  .home-org-intro-wrapper .bg-item.pic03 {
    top: 14.6rem;
    left: calc(50% + 22.8rem);
  }
  .home-org-intro-wrapper .bg-item.pic04 {
    bottom: 29.1em;
    left: calc(50% + 19.3rem);
  }
  .home-org-intro-wrapper .bg-item.pic05 {
    bottom: 5.9em;
    left: calc(50% + 12.6rem);
  }
  .home-org-intro-wrapper .bg-item.pic07 {
    bottom: 1.25em;
    left: calc(50% - 23.5rem);
  }
  .home-org-intro-wrapper .wrapper-inner {
    padding-bottom: 11.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-org-intro-wrapper .bg-item.pic02 {
    top: 10rem;
    left: calc(50% - 37.495rem);
  }
  .home-org-intro-wrapper .bg-item.pic03 {
    top: 14.6rem;
    left: calc(50% + 29.945rem);
  }
  .home-org-intro-wrapper .bg-item.pic04 {
    bottom: 29.1em;
    left: calc(50% + 19.3rem);
  }
  .home-org-intro-wrapper .bg-item.pic05 {
    bottom: 9.8em;
    left: calc(50% + 15rem);
  }
  .home-org-intro-wrapper .bg-item.pic07 {
    bottom: 1.25em;
    left: calc(50% - 27.5rem);
  }
  .home-org-intro-wrapper .wrapper-inner {
    padding-bottom: 9.45rem;
  }
}
@media screen and (min-width: 1400px) {
  .home-org-intro-wrapper .bg-item.pic07 {
    bottom: 1.25em;
    left: calc(50% - 40.1rem);
  }
  .home-org-intro-wrapper .wrapper-inner {
    padding-bottom: 10.1rem;
  }
}
.home-org-intro-wrapper .wrapper-inner {
  position: relative;
  margin-top: -2.7rem;
  overflow: hidden;
}
.home-org-intro-wrapper .wrapper-inner .org-list-box .custom-swiper-container {
  padding-bottom: 4.5rem;
}
.home-org-intro-wrapper .wrapper-inner .org-list-box .custom-swiper-container .swiper-button-prev, .home-org-intro-wrapper .wrapper-inner .org-list-box .custom-swiper-container .swiper-button-next {
  display: none;
}
.home-org-intro-wrapper .wrapper-inner .org-list-box .custom-swiper-container .swiper-pagination {
  bottom: 3rem;
}
.home-org-intro-wrapper .wrapper-inner .org-list-box .bg-item {
  top: -5.7rem;
  right: 1.2rem;
}
@media screen and (min-width: 992px) {
  .home-org-intro-wrapper .wrapper-inner .org-list-box .custom-swiper-container {
    padding-bottom: 3rem;
  }
  .home-org-intro-wrapper .wrapper-inner .org-list-box .custom-swiper-container .swiper-button-prev, .home-org-intro-wrapper .wrapper-inner .org-list-box .custom-swiper-container .swiper-button-next {
    display: block;
  }
  .home-org-intro-wrapper .wrapper-inner .org-list-box .custom-swiper-container .swiper-button-prev {
    left: -3rem;
  }
  .home-org-intro-wrapper .wrapper-inner .org-list-box .custom-swiper-container .swiper-button-next {
    right: -3rem;
  }
  .home-org-intro-wrapper .wrapper-inner .org-list-box .custom-swiper-container .swiper-pagination {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .home-org-intro-wrapper .wrapper-inner .org-list-box {
    max-width: 42.4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: -3rem;
  }
}
@media screen and (min-width: 1400px) {
  .home-org-intro-wrapper .wrapper-inner .org-list-box {
    max-width: 48.4rem;
  }
}
.home-org-intro-wrapper .title-group-box {
  margin-bottom: 3rem;
}

.home-news-wrapper {
  position: relative;
}
.home-news-wrapper .wrapper-inner {
  position: relative;
  padding-top: 5.55rem;
  overflow: hidden;
}
.home-news-wrapper .role-img {
  position: absolute;
  top: -5.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.home-news-wrapper .ribbon-img {
  position: absolute;
  top: 0;
  z-index: 99;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation-duration: 1.4s;
  -webkit-animation-duration: 1.4s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: forwards;
}
.home-news-wrapper .ribbon-img.left {
  right: calc(50% + 4.05rem);
  transform: scaleX(-1);
}
.home-news-wrapper .ribbon-img.right {
  left: calc(50% + 4.05rem);
}
.home-news-wrapper .ribbon-img.motion {
  animation-name: homeRibbon;
  -webkit-animation-name: homeRibbon;
}
@media screen and (min-width: 768px) {
  .home-news-wrapper .role-img {
    top: -10.1rem;
  }
  .home-news-wrapper .ribbon-img.left {
    right: calc(50% + 15.9rem);
  }
  .home-news-wrapper .ribbon-img.right {
    left: calc(50% + 15.9rem);
  }
}
@media screen and (min-width: 768px) {
  .home-news-wrapper .list-item > a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .home-news-wrapper .list-item .media-wrapper {
    width: 50%;
  }
  .home-news-wrapper .list-item .media-wrapper .list-media {
    margin-bottom: 0;
  }
  .home-news-wrapper .list-item .media-wrapper .list-media img {
    width: calc(100% - 0.05rem);
  }
  .home-news-wrapper .list-item .list-content {
    width: 50%;
    padding-left: 2rem;
  }
}
.home-news-wrapper .custom-swiper-container {
  padding-bottom: 4.5rem;
}
.home-news-wrapper .custom-swiper-container .swiper-button-prev, .home-news-wrapper .custom-swiper-container .swiper-button-next {
  display: none;
}
.home-news-wrapper .custom-swiper-container .swiper-pagination {
  bottom: 3rem;
}
.home-news-wrapper .custom-swiper-container .swiper-button-prev {
  left: -3rem;
}
.home-news-wrapper .custom-swiper-container .swiper-button-next {
  right: -3rem;
}
@media screen and (min-width: 992px) {
  .home-news-wrapper .custom-swiper-container {
    padding-bottom: 3rem;
  }
  .home-news-wrapper .custom-swiper-container .swiper-button-prev, .home-news-wrapper .custom-swiper-container .swiper-button-next {
    display: block;
  }
  .home-news-wrapper .custom-swiper-container .swiper-pagination {
    display: none;
  }
}

.hover-scale:hover figure img {
  transform: scale(1.1) translate3d(0, 0, 0.5rem);
  -webkit-transform: scale(1.1) translate3d(0, 0, 0.5rem);
}
.hover-scale:hover .list-header .list-title {
  color: #076A40;
}

.media-list-wrapper .list-item > a {
  color: #242839;
}
.media-list-wrapper .list-media {
  position: relative;
  margin-bottom: 1rem;
}
.media-list-wrapper .list-media figure {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
  /*mask image*/
  mask-image: url("../img/list/list_frame.svg");
  -webkit-mask-image: url("../img/list/list_frame.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
  overflow: hidden;
}
.media-list-wrapper .list-media 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;
}
.media-list-wrapper .list-media .label-box {
  position: absolute;
  bottom: 0;
  left: 1rem;
  display: flex;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.04rem;
}
.media-list-wrapper .list-media .label-box .list-label {
  padding: 0.4rem;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.media-list-wrapper .list-media .label-box .list-label.top {
  background: #F3CB18;
}
.media-list-wrapper .list-media .label-box .list-label.hot {
  background: #F57454;
}
.media-list-wrapper .list-media .label-box .list-label.service {
  background: #FFF;
  color: #6A8C51;
}
.media-list-wrapper .list-media .label-box .list-label + .list-label {
  margin-left: 0.5rem;
}
.media-list-wrapper .list-header {
  margin-bottom: 0.5rem;
}
.media-list-wrapper .list-header .list-title {
  color: #242839;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.35s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media-list-wrapper .list-intro {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media-list-wrapper .info-meta {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 0.05rem dashed #242839;
}
.media-list-wrapper .info-meta .list-date {
  font-size: 0.85rem;
  line-height: 1;
  color: #F57454;
  font-weight: 600;
}
.media-list-wrapper .info-meta .list-location {
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  color: #F57454;
}
.media-list-wrapper .info-meta .list-location:before {
  content: "";
  display: block;
  background: url("../img/list/icon_location@2x.png") no-repeat;
  background-size: 0.65rem 0.85rem;
  width: 0.65rem;
  height: 0.85rem;
  margin-right: 0.25rem;
}

.form-control {
  padding: 0.6rem 0.75rem 0.5rem;
  border: 0.05rem solid #6F4240;
  border-radius: 2rem;
  font-size: 0.8rem;
  line-height: 1;
  box-shadow: none;
  color: #F57454;
}
.form-control:not(textarea) {
  height: 2rem;
}
.form-control::-webkit-input-placeholder {
  color: #F57454;
}
.form-control:-moz-placeholder {
  color: #F57454;
}
.form-control::-moz-placeholder {
  color: #F57454;
}
.form-control:-ms-input-placeholder {
  color: #F57454;
}
.form-control:focus {
  border-color: #F57454;
  color: #F57454;
}

.select2-container.select2-container--default .select2-selection--single {
  border-radius: 0.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
  padding: 0;
  height: 1.95rem;
  border: 0;
  background: transparent;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #242839;
  line-height: 1;
  padding: 0.5rem 0.6rem 0.5rem;
  border: 0.05rem solid #AFCEBF;
  border-radius: 0.75rem;
  background-color: #DEEBE1;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #242839;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.9rem;
  right: 0.6rem;
  width: 0.55rem;
  height: 0.35rem;
  background: url("../img/button/select_arrow@2x.png") no-repeat;
  background-size: 0.55rem 0.35rem;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  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: #AFCEBF;
}
.select2-container.select2-container--default .select2-dropdown {
  border: 0.05rem solid #AFCEBF;
  border-radius: 4px;
  position: relative;
  z-index: 9999;
  border-radius: 0.4rem;
  font-size: 0.95rem;
  color: #242839;
  font-weight: 700;
  margin-top: 0.25rem;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options {
  margin: 0.25rem 0.25rem 0.25rem 0.5rem;
  padding-right: 0.25rem;
}
.select2-container.select2-container--default .select2-dropdown li.select2-results__option {
  padding: 0.6rem 0.5rem 0.6rem;
  border-radius: 0.5rem;
  line-height: 1;
}
.select2-container.select2-container--default .select2-dropdown li.select2-results__option.select2-results__option--highlighted {
  background-color: #DEEBE1;
  color: #242839;
}
.select2-container.select2-container--default .select2-dropdown li.select2-results__option + li.select2-results__option {
  margin-top: 0.25rem;
}
.select2-container.select2-container--default .select2-dropdown .select2-results__option--selected {
  background-color: transparent;
}
.select2-container.select2-container--default .select2-dropdown.dropdown-type2 {
  border: 0.05rem solid #F3CB18;
}
.select2-container.select2-container--default .select2-dropdown.dropdown-type2 li.select2-results__option.select2-results__option--highlighted {
  background-color: #F8E9B5;
}

.select-item.select-type2 .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 0.05rem solid #F3CB18;
  background-color: #F8E9B5;
}
.select-item.select-type2 .select2-container.select2-container--default .select2-selection--single:focus .select2-selection__rendered {
  border-color: #F3CB18;
}

.service-plan-wrapper .origin-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.5rem;
}
.service-plan-wrapper .origin-wrapper .origin-content {
  margin-left: auto;
  margin-right: auto;
}
.service-plan-wrapper .origin-wrapper .origin-content > p {
  text-align: justify;
}
.service-plan-wrapper .origin-wrapper .origin-bg-item {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .service-plan-wrapper .origin-wrapper {
    padding-bottom: 2.5rem;
  }
  .service-plan-wrapper .origin-wrapper .origin-content {
    max-width: 26.8rem;
  }
  .service-plan-wrapper .origin-wrapper .origin-bg-item {
    position: absolute;
    margin-top: 0;
  }
  .service-plan-wrapper .origin-wrapper .origin-bg-item.left {
    top: 2.55rem;
    left: calc(50% - 22.35rem);
  }
  .service-plan-wrapper .origin-wrapper .origin-bg-item.right {
    top: 7.2rem;
    left: calc(50% + 15.35rem);
  }
}
@media screen and (min-width: 1400px) {
  .service-plan-wrapper .origin-wrapper .origin-content {
    max-width: 31.25rem;
  }
  .service-plan-wrapper .origin-wrapper .origin-bg-item.left {
    left: calc(50% - 25.6rem);
  }
  .service-plan-wrapper .origin-wrapper .origin-bg-item.right {
    left: calc(50% + 17.6rem);
  }
}
.service-plan-wrapper .donation-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  overflow: hidden;
}
.service-plan-wrapper .donation-wrapper .tree-bg-item {
  position: absolute;
}
.service-plan-wrapper .donation-wrapper .tree-bg-item.left {
  top: 0rem;
  left: calc(50% - 30.4rem);
}
.service-plan-wrapper .donation-wrapper .tree-bg-item.right {
  top: 5rem;
  left: calc(50% + 25.75rem);
}
@media screen and (min-width: 768px) {
  .service-plan-wrapper .donation-wrapper {
    padding-top: 2.5rem;
  }
}
.service-plan-wrapper .donation-wrapper .donation-content-lg {
  position: relative;
  width: 100%;
}
.service-plan-wrapper .donation-wrapper .donation-content-lg .donation-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .service-plan-wrapper .donation-wrapper .donation-content-lg {
    padding-bottom: 65.4427645788%;
  }
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .donation-wrapper .donation-content-lg {
    width: 46.3rem;
    height: 30.3rem;
    padding-bottom: 0;
  }
}
.service-plan-wrapper .donation-wrapper .donation-content-xs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -1.25rem;
  max-width: 26.3rem;
}
.service-plan-wrapper .donation-wrapper .donation-content-xs .donation-item {
  width: calc(50% - 1rem);
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1.25rem;
}
.service-plan-wrapper .donation-wrapper .donation-content-xs .donation-item.main {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 400px) {
  .service-plan-wrapper .donation-wrapper .donation-content-xs .donation-item {
    width: auto;
  }
}
.service-plan-wrapper .service-target-wrapper {
  position: relative;
  padding-top: 5rem;
  background-color: #DEEBE1;
}
.service-plan-wrapper .service-target-wrapper .page-search-wrapper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.service-plan-wrapper .service-target-wrapper .page-search-wrapper .select-item {
  max-width: 17.25rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .page-search-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-plan-wrapper .service-target-wrapper .map-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 96rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .map-wrapper-inner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .map-wrapper-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/service_plan/map_xs/map_bg_ocean_xs.png") 50% 50% repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .board-item-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .board-item-wrapper .board-item {
  width: 100%;
  max-width: 17.25rem;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .board-item-wrapper .board-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .board-item-wrapper .board-head .p-times {
  border-left: 0.05rem solid #FFF;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  max-width: 60%;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .map-content {
  max-width: 32.1rem;
  width: 100%;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .map-box {
  position: relative;
  width: 100%;
  padding-bottom: 123.0529595016%;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .map-box .map-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .map-box .map-item.city {
  opacity: 0;
}
.service-plan-wrapper .service-target-wrapper .map-wrapper .map-box .map-item.city.show {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .map-wrapper .map-wrapper-inner:before {
    background: url("../img/service_plan/map_lg/map_bg_ocean_lg.png") 50% 50% no-repeat;
    background-size: auto 100%;
  }
  .service-plan-wrapper .service-target-wrapper .map-wrapper .board-item-wrapper {
    position: absolute;
    top: 0;
    right: 1rem;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    z-index: 50;
  }
  .service-plan-wrapper .service-target-wrapper .map-wrapper .board-item-wrapper .board-item {
    width: auto;
    max-width: none;
  }
  .service-plan-wrapper .service-target-wrapper .map-wrapper .board-item-wrapper .board-head {
    flex-direction: column;
    width: auto;
  }
  .service-plan-wrapper .service-target-wrapper .map-wrapper .board-item-wrapper .board-head .service-cnt {
    display: flex;
    flex-direction: column;
  }
  .service-plan-wrapper .service-target-wrapper .map-wrapper .board-item-wrapper .board-head .p-times {
    border-top: 0.05rem solid #FFF;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    max-width: none;
  }
  .service-plan-wrapper .service-target-wrapper .map-wrapper .map-content {
    max-width: 42rem;
  }
  .service-plan-wrapper .service-target-wrapper .map-wrapper .map-box {
    padding-bottom: 87.1550903901%;
  }
}
@media screen and (min-width: 1200px) {
  .service-plan-wrapper .service-target-wrapper .map-wrapper .board-item-wrapper {
    left: calc(50% + 19.75rem);
    right: auto;
  }
  .service-plan-wrapper .service-target-wrapper .map-wrapper .map-content {
    max-width: 52.55rem;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07rem;
  color: #FFF;
  background-color: #F3CB18;
  border-radius: 50%;
  z-index: 99;
  transition: none;
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.hide {
  display: none;
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.active {
  background-color: #FFAE10;
}
@media screen and (min-width: 375px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt {
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-00 {
  top: 4%;
  left: 62%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-00 {
    top: 4%;
    left: 64%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-01 {
  top: 4%;
  left: 71%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-01 {
    top: 11%;
    left: 63%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-02 {
  top: -1%;
  left: 67%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-02 {
    top: 0%;
    left: 70%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-03 {
  top: 2%;
  left: 52%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-03 {
    top: 4%;
    left: 54%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-04 {
  top: 7%;
  left: 45%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-04 {
    top: 10%;
    left: 47%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-05 {
  top: 12%;
  left: 52%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-05 {
    top: 16%;
    left: 55%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-06 {
  top: 13%;
  left: 41.5%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-06 {
    top: 18%;
    left: 44%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-07 {
  top: 20.5%;
  left: 42%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-07 {
    top: 30%;
    left: 44%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-08 {
  top: 24%;
  left: 34%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-08 {
    top: 35%;
    left: 37%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-09 {
  top: 29.5%;
  left: 48%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-09 {
    top: 40%;
    left: 49%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-10 {
  top: 30.7%;
  left: 28%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-10 {
    top: 44%;
    left: 32%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-11 {
  top: 36%;
  left: 33%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-11 {
    top: 50%;
    left: 35%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-12 {
  top: 36.5%;
  left: 42%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-12 {
    top: 51.5%;
    left: 43%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-13 {
  top: 43%;
  left: 31%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-13 {
    top: 62%;
    left: 33%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-14 {
  top: 52%;
  left: 31%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-14 {
    top: 73%;
    left: 33%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-15 {
  top: 58%;
  left: 39.5%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-15 {
    top: 83%;
    left: 41%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-16 {
  top: 12.5%;
  left: 70%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-16 {
    top: 19%;
    left: 66%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-17 {
  top: 29%;
  left: 61%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-17 {
    top: 41.5%;
    left: 63%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-18 {
  top: 46.7%;
  left: 50.5%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-18 {
    top: 65%;
    left: 53%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-19 {
  top: 80.5%;
  left: 68%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-19 {
    top: 48%;
    left: 17%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-20 {
  top: 91.8%;
  left: 40%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-20 {
    top: 18%;
    left: 15%;
  }
}
.service-plan-wrapper .service-target-wrapper .city-org-cnt.city-21 {
  top: 80%;
  left: 40%;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper .service-target-wrapper .city-org-cnt.city-21 {
    top: 6%;
    left: 6%;
  }
}

.donation-wrapper .donate-kind-wrapper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.donation-wrapper .donate-kind-wrapper .donate-kind-box {
  max-width: 20rem;
  width: 100%;
}
.donation-wrapper .donate-kind-wrapper .donate-kind-box .donate-kind {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #242839;
  border: 0.1rem solid #F3CB18;
  background: #F8E9B4;
  cursor: pointer;
}
.donation-wrapper .donate-kind-wrapper .donate-kind-box .donate-kind input {
  display: none;
}
.donation-wrapper .donate-kind-wrapper .donate-kind-box .donate-kind.regular {
  border-radius: 0.75rem 0rem 0rem 0.75rem;
}
.donation-wrapper .donate-kind-wrapper .donate-kind-box .donate-kind.standard {
  border-radius: 0rem 0.75rem 0.75rem 0rem;
}
.donation-wrapper .donate-kind-wrapper .donate-kind-box .donate-kind.active {
  background: #F3CB18;
}
@media screen and (min-width: 768px) {
  .donation-wrapper .donate-kind-wrapper .donate-kind-box .donate-kind {
    font-size: 1.5rem;
  }
}
.donation-wrapper .donate-target-wrapper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.donation-wrapper .donate-target-wrapper .donate-target-box {
  max-width: 42.25rem;
  width: 100%;
}
.donation-wrapper .donate-target-wrapper .donate-target-box .donate-target {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  color: #242839;
  padding: 1.65rem 0.9rem;
  border-radius: 0.75rem;
  background: #DEEBE1;
  border: 0.15rem solid #DEEBE1;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.donation-wrapper .donate-target-wrapper .donate-target-box .donate-target .target-img {
  flex: 0 0 6.5rem;
}
.donation-wrapper .donate-target-wrapper .donate-target-box .donate-target .target-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}
.donation-wrapper .donate-target-wrapper .donate-target-box .donate-target + .donate-target {
  margin-top: 1rem;
}
.donation-wrapper .donate-target-wrapper .donate-target-box .donate-target:hover {
  border-color: #F57454;
}
.donation-wrapper .donate-target-wrapper .donate-target-box .donate-target.active {
  border-color: #F57454;
  background: #FFB7A6;
}
.donation-wrapper .donate-target-wrapper .donate-target-box .donate-target.active:before {
  content: "";
  position: absolute;
  top: -0.15rem;
  left: -0.15rem;
  background: url("../img/donate/donate_on@2x.png") no-repeat;
  background-size: 100%;
  width: 3rem;
  height: 3.05rem;
}
@media screen and (min-width: 768px) {
  .donation-wrapper .donate-target-wrapper .donate-target-box .donate-target {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1rem;
  }
  .donation-wrapper .donate-target-wrapper .donate-target-box .donate-target .target-img {
    flex: 0 0 8.5rem;
  }
  .donation-wrapper .donate-target-wrapper .donate-target-box .donate-target + .donate-target {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.donation-wrapper .donate-target-wrapper .donate-amount-box {
  max-width: 42.25rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}
.donation-wrapper .donate-target-wrapper .donate-amount-box input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.donation-wrapper .donate-target-wrapper .donate-amount-box .donate-amount {
  text-align: center;
  border-radius: 0.75rem;
  border: 1px solid #F3CB18;
  background: #F6F0DA;
  min-width: 6.7rem;
  width: 6.7rem;
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #F57454;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  overflow-x: auto;
}
.donation-wrapper .donate-target-wrapper .donate-amount-box .donate-amount::-webkit-outer-spin-button, .donation-wrapper .donate-target-wrapper .donate-amount-box .donate-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.donation-wrapper .donate-target-wrapper .donate-amount-box .donate-amount:focus {
  outline: none;
}
.donation-wrapper .donate-target-wrapper .donate-btn-box .donate-btn {
  height: 3.9rem;
  font-size: 1.1rem;
  letter-spacing: 0.077rem;
  padding: 1.4rem 0.6rem 1.4rem 2.1rem;
}
.donation-wrapper .donate-target-wrapper .donate-btn-box .donate-btn:before {
  background-size: 1.6rem 0.9rem;
  min-width: 1.6rem;
  height: 0.9rem;
  margin-left: 0.5rem;
}
.donation-wrapper .donate-target-wrapper .donate-btn-box .donate-btn:after {
  right: -1.6rem;
  border-width: 1.95rem 0 1.95rem 1.6rem;
}
.donation-wrapper .donate-target-wrapper .donate-btn-box .donate-btn .truck-icon {
  position: absolute;
  bottom: 0;
  left: -2rem;
}

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

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