@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Belleza&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  position: relative;
  background-color: #F1EBE6;
  color: #6E6E6E;
  font-family: "Noto sans TC", "Microsoft JhengHei", Arial, sans-serif;
  overflow-x: hidden;
  font-size: 1.125rem;
  padding: 0;
}

a {
  color: #224531;
  text-decoration: none;
  transition: color 0.25s ease-out;
}

p {
  margin: 0;
  line-height: 1.5;
}

ul {
  padding-top: inherit;
}

button {
  border: 0px solid transparent;
}

.table {
  vertical-align: middle;
}
.table th {
  font-weight: normal;
}

/*-- 頁碼樣式 --*/
.page-btn-box {
  position: relative;
  margin: 30px 0;
  z-index: 1;
}
.page-btn-box span {
  margin: 20px 0;
  display: inline-block;
}

#MainContent_DataPager1 > .aspNetDisabled {
  display: none;
}
#MainContent_DataPager1 > a {
  display: inline-block;
  cursor: pointer;
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  border: none;
  border-radius: 20px;
  background-color: #f1f1f1;
  text-decoration: none;
  font-size: 1rem;
}
#MainContent_DataPager1 > a:hover {
  background: #289e81;
  color: #ffffff;
}
#MainContent_DataPager1 > span {
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  background-color: #289e81;
  border-radius: 50%;
  font-size: 1rem;
  color: #ffffff;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

a:active, a:hover {
  text-decoration: none;
  outline: 0;
  transition: all 0.25s ease-out;
}

a:visited, a:focus-visible {
  outline: dashed 5px #DDB250;
  transition: all 0.25s ease-out;
}

button:active, button:focus-visible {
  outline: dashed 5px #DDB250 !important;
  transition: all 0.25s ease-out;
}

.u-focus-only {
  background-color: #DDB250;
  color: #494645;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 1.5rem;
  transform: translateY(-110%);
  z-index: 9999;
  transition: all linear 300ms;
}
.u-focus-only:focus {
  width: auto;
  height: auto;
  visibility: visible;
  transform: translateY(0);
  transition: all linear 300ms;
}

.aplus-box {
  height: 20px;
  line-height: 20px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 10;
}

.c, .u, .b, .l {
  color: transparent !important;
  position: absolute;
  z-index: 1000;
  opacity: 0;
}
.c:focus-visible, .u:focus-visible, .b:focus-visible, .l:focus-visible {
  opacity: 1;
  color: #6E6E6E !important;
}

.u {
  position: relative;
}

.c:focus-visible {
  outline: dashed 5px #5CB270 !important;
}

.b:focus-visible {
  color: #F1EBE6 !important;
}

@keyframes scroll_top {
  0% {
    height: 0;
  }
  50% {
    height: 20px;
  }
  100% {
    height: 20px;
  }
}
@keyframes scroll_bottom {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
.logo {
  margin-bottom: 0;
  width: 141.7px;
}
@media (min-width: 768px) {
  .logo {
    width: 218px;
  }
}
@media (min-width: 1200px) {
  .logo {
    width: 218px;
  }
}
.logo .logo-link {
  display: block;
  background: url("../images/logo.svg") no-repeat;
  margin: 0;
  width: 100%;
  aspect-ratio: 4.36;
  text-indent: -9999px;
  background-position: center center;
  background-size: contain;
}
.logo .footer_logo {
  width: 100%;
  margin-bottom: 25px;
}

.aside_area .logo {
  width: 163.5px;
  height: 37.5px;
  margin: 20px auto;
}
.aside_area .logo .logo-link {
  height: 37.5px;
}

.btn_primary {
  display: inline-block;
  color: #ffffff;
  background-color: #668d87;
  transition: 0.5s ease-in-out;
}
.btn_primary:hover {
  color: #668d87;
  background-color: #ffffff;
  border: 1px solid #668d87;
  font-weight: 600;
}
.btn_primary:focus, .btn_primary:focus-visible {
  color: #668d87;
  background-color: #ffffff;
  font-weight: 600;
}
.btn_primary:active {
  color: #668d87 !important;
}

.btn_secondary {
  display: inline-block;
  color: #ffffff;
  background-color: #6c757d;
  transition: 0.5s ease-in-out;
}
.btn_secondary:hover {
  color: #6c757d;
  background-color: #ffffff;
  border: 1px solid #6c757d;
  font-weight: 600;
}
.btn_secondary:focus, .btn_secondary:focus-visible {
  color: #6c757d;
  background-color: #ffffff;
  font-weight: 600;
}
.btn_secondary:active {
  color: #6c757d !important;
}

.btn_danger {
  display: inline-block;
  color: #ffffff;
  background-color: #ba4f5a;
  transition: 0.5s ease-in-out;
}
.btn_danger:hover {
  color: #ba4f5a;
  background-color: #ffffff;
  border: 1px solid #ba4f5a;
  font-weight: 600;
}
.btn_danger:focus, .btn_danger:focus-visible {
  color: #ba4f5a;
  background-color: #ffffff;
  font-weight: 600;
}
.btn_danger:active {
  color: #ba4f5a !important;
}

.btn_warning {
  display: inline-block;
  color: #ffffff;
  background-color: #bcb022;
  transition: 0.5s ease-in-out;
}
.btn_warning:hover {
  color: #bcb022;
  background-color: #ffffff;
  border: 1px solid #bcb022;
  font-weight: 600;
}
.btn_warning:focus, .btn_warning:focus-visible {
  color: #bcb022;
  background-color: #ffffff;
  font-weight: 600;
}
.btn_warning:active {
  color: #bcb022 !important;
}

.btn_primaryRed {
  display: inline-block;
  color: #ffffff;
  background-color: #224531;
  transition: 0.5s ease-in-out;
}
.btn_primaryRed:hover {
  color: #224531;
  background-color: #ffffff;
  border: 1px solid #224531;
  font-weight: 600;
}
.btn_primaryRed:focus, .btn_primaryRed:focus-visible {
  color: #224531;
  background-color: #ffffff;
  font-weight: 600;
}
.btn_primaryRed:active {
  color: #224531 !important;
}

.btn_outline_primary {
  display: inline-block;
  background: #fff;
  border: 1px solid #7d858d;
  color: #7d858d;
  transition: all 0.3s;
}
.btn_outline_primary:hover {
  background-color: rgb(100.4508196721, 107.5, 114.5491803279);
  border: 1px solid rgb(100.4508196721, 107.5, 114.5491803279);
  color: #fff;
}
.btn_outline_primary:focus, .btn_outline_primary:focus-visible, .btn_outline_primary:active {
  background-color: rgb(100.4508196721, 107.5, 114.5491803279) !important;
  border: 1px solid rgb(100.4508196721, 107.5, 114.5491803279);
  color: #fff !important;
}

.btn_outline_secondary {
  display: inline-block;
  background: #fff;
  border: 1px solid #6c757d;
  color: #6c757d;
  transition: all 0.3s;
}
.btn_outline_secondary:hover {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #fff;
}
.btn_outline_secondary:focus, .btn_outline_secondary:focus-visible, .btn_outline_secondary:active {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #fff !important;
}

.btn_outline_danger {
  display: inline-block;
  background: #fff;
  border: 1px solid #dc3545;
  color: #dc3545;
  transition: all 0.3s;
}
.btn_outline_danger:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border: 1px solid rgb(189.2151898734, 32.7848101266, 47.7721518987);
  color: #fff;
}
.btn_outline_danger:focus, .btn_outline_danger:focus-visible, .btn_outline_danger:active {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
  border: 1px solid rgb(189.2151898734, 32.7848101266, 47.7721518987);
  color: #fff !important;
}

.btn-block {
  display: inline-block;
  color: #ffffff;
  background-color: #224531;
  transition: 0.5s ease-in-out;
}
.btn-block:hover {
  color: #224531;
  background-color: #ffffff;
  border: 1px solid #224531;
  font-weight: 600;
}
.btn-block:focus, .btn-block:focus-visible {
  color: #224531;
  background-color: #ffffff;
  font-weight: 600;
}
.btn-block:active {
  color: #224531 !important;
}

.btn-block-outline {
  display: inline-block;
  background: #fff;
  border: 1px solid #494645;
  color: #494645;
  transition: all 0.3s;
}
.btn-block-outline:hover {
  background-color: rgb(46.7816901408, 44.8591549296, 44.2183098592);
  border: 1px solid rgb(46.7816901408, 44.8591549296, 44.2183098592);
  color: #fff;
}
.btn-block-outline:focus, .btn-block-outline:focus-visible, .btn-block-outline:active {
  background-color: rgb(46.7816901408, 44.8591549296, 44.2183098592) !important;
  border: 1px solid rgb(46.7816901408, 44.8591549296, 44.2183098592);
  color: #fff !important;
}

input::file-selector-button {
  color: #008139;
  padding: 4px 14px;
  background-color: #ffffff;
  border: 1px solid #008139;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  margin: 10px 20px 10px 0;
  font-size: 1rem;
}
input::file-selector-button:hover {
  color: #ffffff;
  background-color: #008139;
}

.news_item {
  position: relative;
  border-bottom: 1px solid #CECBD3;
  padding: 20px 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  transition: 0.3s ease-out;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news_item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.news_item:hover {
  border-color: #5CB270;
}
.news_item:hover .news_title {
  color: #5CB270;
}
.news_item:hover .news_dot {
  opacity: 0;
  right: 100%;
  transform: translateX(-100%);
}
.news_item:hover .sdg_bar {
  opacity: 1;
}

.news_left {
  width: 100%;
}
@media (min-width: 768px) {
  .news_left {
    width: calc(100% - 240px);
  }
}

.news_style {
  margin-bottom: 15px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
}

.news_kind {
  font-size: 0.875em;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid;
}

.news_time {
  font-family: "Belleza", "Noto Sans TC", sans-serif;
  margin-left: 20px;
}

.news_title {
  color: #494645;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  transition: 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news_title img {
  width: 24px;
  height: 24px;
}

.news_dot {
  width: 10px;
  height: 10px;
  background-color: #CECBD3;
  margin: 0 10px;
  border-radius: 50%;
  transition: opacity 0.5s ease-out, transform 0.3s ease-out;
  display: none;
}
@media (min-width: 768px) {
  .news_dot {
    display: block;
    position: absolute;
    right: 0;
  }
}

.news_sdg {
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .news_sdg {
    height: 48px;
  }
}
.news_sdg img {
  width: 36px;
  height: 36px;
  margin-left: 5px;
  border-radius: 5px;
  transition: 0.5s ease-out;
}
@media (min-width: 768px) {
  .news_sdg img {
    width: 48px;
    height: 48px;
  }
}

.sdg_bar {
  margin-top: 20px;
  transition: 0.2s ease-out;
}
@media (min-width: 768px) {
  .sdg_bar {
    display: flex;
    margin-top: 0;
    width: 154px;
    overflow: hidden;
    justify-content: flex-end;
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .pic-list .news_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (hover: hover) {
  .pic-list .news_item:hover > .news_photo img {
    transform: scale(1.05);
    transition: 0.25s ease-in-out;
  }
}
@media (min-width: 768px) {
  .pic-list .news_left {
    width: calc(100% - 192px);
  }
}
.pic-list .news_photo {
  aspect-ratio: 3/2;
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .pic-list .news_photo {
    aspect-ratio: 2/1;
  }
}
.pic-list .news_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.25s ease-in-out;
}
.pic-list .news_sdg {
  display: none;
}
@media (min-width: 768px) {
  .pic-list .news_sdg {
    display: flex;
  }
}

.bottom-menu {
  position: relative;
  margin-top: 100px;
}
.bottom-menu .collapse_btn {
  text-align: center;
}
@media (min-width: 1200px) {
  .bottom-menu .collapse_btn {
    text-align: left;
  }
}
.bottom-menu .btn-sm {
  padding: 5px 30px;
  color: #F1EBE6;
  background-color: #224531;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 1200px) {
  .bottom-menu .btn-sm {
    padding: 10px 30px;
  }
}
.bottom-menu .btn-sm img {
  transition: 0.3s ease-out;
}

.collapse_wrap {
  background-color: #224531;
  padding-top: 20px;
}

.is-hidden {
  display: none;
}

.is-rotate {
  transform: rotate(180deg);
}

.no_rounded {
  border-radius: 0;
}

.bottom-menu ul {
  padding-left: 0;
  padding-top: 0;
  list-style: none;
}

ul.bottom-menu--list {
  display: flex;
  flex-wrap: wrap;
  padding: 3em 0;
  letter-spacing: 1.5px;
}
ul.bottom-menu--list a {
  display: block;
  color: #F1EBE6;
  margin-bottom: 5px;
}
ul.bottom-menu--list a:hover {
  color: #DDB250;
}
ul.bottom-menu--list > li {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  ul.bottom-menu--list > li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  ul.bottom-menu--list > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  ul.bottom-menu--list > li {
    width: 25%;
  }
}
ul.bottom-menu--list > li > a {
  border-bottom: 1px solid #008139;
  padding: 10px 5px 10px 0;
  font-size: 1.125em;
}
ul.bottom-menu--list ul {
  list-style: none;
  padding-left: 0;
}
ul.bottom-menu--list ul ul {
  padding-left: 15px;
}

.footer {
  background-color: #224531;
  position: relative;
  letter-spacing: 1.5px;
}

.footer-box {
  color: #F1EBE6;
  position: relative;
  padding: 70px 0;
  transition: 0.3s ease-out;
}
.footer-box a {
  color: #5CB270;
}
.footer-box a:hover {
  color: #F1EBE6;
}
.footer-box p {
  line-height: 2em;
}

.footer-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.footer_link {
  padding: 10px 15px;
  border-radius: 500px;
  border: 1px solid;
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .footer_link {
    padding: 15px 25px;
  }
}
.footer_link:hover img {
  filter: brightness(10);
}
.footer_link img {
  margin-left: 15px;
}

.copyright {
  background-color: #F1EBE6;
  padding: 10px 0;
  color: #494645;
  text-align: center;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .copyright {
    font-size: 1rem;
  }
}

.btn-top {
  display: none;
}
@media (min-width: 1200px) {
  .btn-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.topBox {
  position: relative;
  width: 100%;
  background-color: #F1EBE6;
  z-index: 99;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .topBox {
    height: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.topBox .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.topMenu-box {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 100px - 141.7px);
}
@media (min-width: 768px) {
  .topMenu-box {
    width: calc(100% - 100px - 218px);
  }
}
@media (min-width: 1200px) {
  .topMenu-box {
    width: calc(100% - 100px - 174.4px);
  }
}
@media (min-width: 1400px) {
  .topMenu-box {
    width: calc(100% - 100px - 218px);
  }
}

.topLink-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topLink-box ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
.topLink-box li {
  display: inline-block;
}
.topLink-box img {
  margin-right: 10px;
}
.topLink-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #494645;
  padding: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  transition: all 0.25s ease-out;
  border-radius: 50px;
  border: 1px solid #F1EBE6;
}
.topLink-box a:hover {
  transition: all 0.25s ease-out;
  border: 1px solid #5CB270;
}

.cta_btn {
  margin-left: 15px;
}
.cta_btn a {
  border-radius: 50px;
  background-color: #5CB270;
  color: #F1EBE6 !important;
}
.cta_btn a:hover {
  background-color: #DDB250;
  border-color: #F1EBE6 !important;
}
.cta_btn div {
  width: 16px;
  height: 16px;
  border: 4px solid #F1EBE6;
  border-radius: 50%;
  margin-left: 25px;
}

.banner-box-inner {
  position: relative;
  height: 380px;
}
@media (min-width: 576px) {
  .banner-box-inner {
    height: auto;
  }
}
.banner-box-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.menu-box {
  position: relative;
  z-index: 20;
  background-color: #224531;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 1200px) {
  .menu-box {
    width: calc(100% - 100px);
  }
}
.menu-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}
.menu-box a {
  display: block;
}

ul.navmenu-v li.menu-Level1 {
  text-align: center;
  flex: 1 0 auto;
  position: relative;
}
ul.navmenu-v li.menu-Level1 span {
  display: block;
  width: 100%;
  padding: 10px 30px;
  border-left: 1px dashed #F1EBE6;
}
@media (min-width: 1400px) {
  ul.navmenu-v li.menu-Level1 span {
    padding: 10px 40px;
  }
}
ul.navmenu-v li.menu-Level1:last-child span {
  border-right: 1px dashed #F1EBE6;
}
ul.navmenu-v li.menu-Level1 > a.menu-link {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 0;
  color: #F1EBE6;
}
ul.navmenu-v li.menu-Level1 > a.menu-link:hover {
  color: #DDB250;
}

ul.navmenu-v ul {
  background-color: #F1EBE6;
  border-radius: 0 0 5px 5px;
  position: absolute;
  display: none;
  transition: 0.3s ease-out all;
}
ul.navmenu-v ul li.menu-line {
  position: relative;
  border-bottom: 1px solid #CECBD3;
}
ul.navmenu-v ul li.menu-line:last-child {
  border: none;
}
ul.navmenu-v ul.WebMenuList2 span {
  padding: 0;
}
ul.navmenu-v ul.WebMenuList2 > li.menu-line {
  width: 100%;
  padding: 5px 0;
  vertical-align: top;
  text-align: center;
}
ul.navmenu-v ul.WebMenuList2 > li.menu-line a.menu-link {
  color: #494645;
  font-size: 1rem;
  position: relative;
  padding: 10px;
}
ul.navmenu-v ul.WebMenuList2 > li.menu-line a.menu-link:hover {
  color: #5CB270;
}

ul.WebMenuList2 {
  z-index: 99;
  left: -10px;
  top: 100%;
  width: calc(100% + 20px);
  flex-wrap: wrap;
}

ul.WebMenuList3 {
  width: 100%;
  left: 100%;
  top: 0;
}
ul.WebMenuList3 li {
  margin: 5px;
}
ul.WebMenuList3 ul.WebMenuList4 {
  display: none;
}

ul.navmenu-v li.menu-Level1:hover ul.WebMenuList2 {
  display: flex;
  transition: 0.3s ease-out all;
}
ul.navmenu-v li.menu-Level1 ul.WebMenuList2 li.menu-line:hover ul.WebMenuList3 {
  display: block;
  transition: 0.3s ease-out all;
}

.mobileMenu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #224531;
  padding: 15px 40px;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  transition: 0.3s ease-out;
}
.mobileMenu p {
  text-align: right;
}
.mobileMenu a.off {
  font-size: 1.5rem;
  transition: color 0.3s ease-out;
}
.mobileMenu a.off svg {
  color: #F1EBE6;
}
.mobileMenu a.off span {
  font-size: 0;
  text-indent: -999px;
}
.mobileMenu ul {
  list-style: none;
  padding-left: 0;
}
.mobileMenu .menu-link:hover {
  color: #DDB250;
}

.mobileMenu .topLink {
  margin: 15px 0 0;
}
.mobileMenu .topLink li {
  margin-left: 0;
  text-align: center;
  padding: 5px;
}
.mobileMenu .topLink a {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 5px;
  color: #5CB270;
  border: 1px solid;
  border-radius: 500px;
}
.mobileMenu .topLink a:hover {
  color: #F1EBE6;
}
.mobileMenu .topLink a:hover img {
  filter: brightness(10);
}
.mobileMenu .topLink img {
  margin-right: 10px;
}

ul#navmenu-v2 {
  width: 100%;
  margin: 0;
}
ul#navmenu-v2 li {
  width: 100%;
  position: relative;
  line-height: 3.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
ul#navmenu-v2 li:last-child {
  border-bottom: none;
}
ul#navmenu-v2 li a {
  padding: 0 10px;
  display: block;
  text-align: left;
  color: #F1EBE6;
}
@media (min-width: 576px) {
  ul#navmenu-v2 li a {
    display: inline-block;
    min-width: 300px;
  }
}
ul#navmenu-v2 li a:hover {
  color: #DDB250;
}
ul#navmenu-v2 li button {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #DDB250;
  transition: 0.3s ease-out;
}
ul#navmenu-v2 li button:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

ul#navmenu-v2 ul {
  background-color: rgba(255, 255, 255, 0.0705882353);
  width: 100%;
}
ul#navmenu-v2 ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
ul#navmenu-v2 ul li a {
  margin-left: 1.125rem;
}

ul#navmenu-v2 ul ul {
  background-color: rgba(255, 255, 255, 0.3019607843);
}
ul#navmenu-v2 ul ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mobileMenuBtn {
  position: relative;
  padding: 5px;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .mobileMenuBtn {
    display: none;
  }
}
.mobileMenuBtn .menu_ico {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mobileMenuBtn .ico {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.mobileMenuBtn .ico_wave {
  background-color: #5CB270;
  width: 100%;
  height: 100%;
}

.mobileMenu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #224531;
  padding: 15px 20px 15px 40px;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  transition: 0.3s ease-out;
}
.mobileMenu p {
  text-align: right;
}
.mobileMenu a.off {
  font-size: 1.5rem;
  transition: color 0.3s ease-out;
}
.mobileMenu a.off svg {
  color: #F1EBE6;
  height: 20px;
}
.mobileMenu a.off span {
  font-size: 0;
  text-indent: -999px;
}
.mobileMenu ul {
  list-style: none;
  padding-left: 0;
}

.mobileMenu .topLink {
  margin: 15px 0 0;
}
.mobileMenu .topLink li {
  margin-left: 0;
  text-align: center;
  padding: 5px;
}
.mobileMenu .topLink a {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 5px;
  color: #fff;
  border: 1px solid;
  border-radius: 500px;
}

ul#navmenu-v2 {
  width: 100%;
  margin: 0;
}
ul#navmenu-v2 li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #CECBD3;
}
ul#navmenu-v2 li.child::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 25px;
  border: 3px solid #F1EBE6;
  border-width: 0px 3px 3px 0;
  padding: 5px;
  transform: rotate(45deg);
}
ul#navmenu-v2 li:last-child {
  border-bottom: none;
}
ul#navmenu-v2 li a {
  padding: 0 10px;
  display: block;
  text-align: left;
  color: #F1EBE6;
}

ul#navmenu-v2 ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.0705882353);
}
ul#navmenu-v2 ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
ul#navmenu-v2 ul li a {
  margin-left: 1rem;
}

ul#navmenu-v2 ul ul {
  background-color: rgba(255, 255, 255, 0.3019607843);
}
ul#navmenu-v2 ul ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
ul#navmenu-v2 ul ul li a {
  margin-left: 2rem;
}

.sys_mobile_menu ul#navmenu-v2 li a {
  padding: 15px;
}

.contact_area {
  width: 100%;
  background-color: #F3F3F3;
  border-radius: 20px;
}
.contact_area img {
  max-width: 80px;
}
.contact_area p {
  line-height: 2;
}
.contact_area hr {
  margin-bottom: 100px;
}
.contact_area .alert-link {
  color: #289e81;
}

.contact_phone {
  position: relative;
  background-color: #e5eaa8;
  width: 100%;
  font-size: 2.5rem;
  color: #5CB270;
  text-align: center;
  padding: 40px 20px;
  margin: 20px 0 100px 0;
  letter-spacing: 1px;
  border-radius: 10px;
}

.contact_form label {
  color: #494645;
  font-weight: 600;
  font-size: 1.25rem;
}
.contact_form span {
  background-color: #5CB270;
  color: #F3F3F3;
  font-size: 0.875rem;
  padding: 0 5px;
  margin-right: 10px;
}
.contact_form .hint {
  font-size: 0.875rem;
}
.contact_form .form-control {
  background: #ffffff;
}

.esg_area, .news_area, .business_area, .concept_area, .about_area {
  padding: 100px 0;
  position: relative;
}
.esg_area .section_title, .news_area .section_title, .business_area .section_title, .concept_area .section_title, .about_area .section_title {
  color: #DDB250;
  font-family: "Belleza", sans-serif;
  font-size: 1.5em;
  margin-bottom: 60px;
}
.esg_area .read_more_btn, .news_area .read_more_btn, .business_area .read_more_btn, .concept_area .read_more_btn, .about_area .read_more_btn {
  font-family: "Belleza", sans-serif;
  letter-spacing: 1.5px;
  transition: 0.3s ease-out;
  text-align: center;
}
.esg_area .read_more_btn:hover, .news_area .read_more_btn:hover, .business_area .read_more_btn:hover, .concept_area .read_more_btn:hover, .about_area .read_more_btn:hover {
  color: #5CB270;
}
.esg_area .read_more_btn:hover img, .news_area .read_more_btn:hover img, .business_area .read_more_btn:hover img, .concept_area .read_more_btn:hover img, .about_area .read_more_btn:hover img {
  margin-left: 30px;
}
.esg_area .read_more_btn img, .news_area .read_more_btn img, .business_area .read_more_btn img, .concept_area .read_more_btn img, .about_area .read_more_btn img {
  margin-left: 10px;
  transition: 0.3s ease-out;
}

.esg_area .section_slogan, .about_area .section_slogan {
  color: #224531;
  font-family: "Noto Serif JP", "Noto Sans TC", sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .esg_area .section_slogan, .about_area .section_slogan {
    font-size: 2em;
  }
}
.esg_area .en.section_slogan, .about_area .en.section_slogan {
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Belleza", sans-serif;
  line-height: 1.25;
  margin-bottom: 1em;
  font-size: 2em;
}
@media (min-width: 768px) {
  .esg_area .en.section_slogan, .about_area .en.section_slogan {
    font-size: 2.25em;
  }
}

.esg_area .section_info, .business_info p, .concept_info p, .about_area .section_info {
  line-height: 2em;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .about_area {
    padding-top: 200px;
  }
}
.about_area::before {
  content: "";
  position: absolute;
  background: url("../images/deco/silver.png") no-repeat;
  width: 172px;
  height: 172px;
  margin-top: -40px;
  display: none;
}
@media (min-width: 992px) {
  .about_area::before {
    right: 100px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .about_area::before {
    right: 160px;
  }
}
.about_area .sub_slogan {
  color: #5CB270;
  font-family: "Belleza", sans-serif;
  letter-spacing: 1px;
  line-height: 1em;
  margin-bottom: 100px;
}
.about_area .section_info {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .about_area .read_more_btn {
    text-align: left;
  }
}

.about_img {
  background: url("../images/about.jpg") no-repeat center center;
  background-size: cover;
  background-position: center 50%;
  border-radius: 1rem;
  min-height: 300px;
}
@media (min-width: 768px) {
  .about_img {
    min-height: 100%;
  }
}

.concept_area {
  background-color: #F3F3F3;
}
.concept_area::before {
  content: "";
  position: absolute;
  background: url("../images/deco/silver.png") no-repeat;
  width: 172px;
  height: 172px;
  margin-top: -160px;
  display: none;
}
@media (min-width: 992px) {
  .concept_area::before {
    left: 100px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .concept_area::before {
    left: 160px;
  }
}

.concept_bar {
  margin: 0 auto 15px auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .concept_bar {
    justify-content: center;
    flex-wrap: nowrap;
  }
}

.concept_btn {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  font-family: "Belleza", sans-serif;
  color: #494645;
  letter-spacing: 1.5px;
  line-height: 1em;
  background-color: transparent;
  margin: 20px;
  transition: 0.3s ease-out;
}
@media (min-width: 992px) {
  .concept_btn {
    width: 120px;
    margin: 0 86px 0 0;
  }
}
.concept_btn:hover {
  color: #5CB270;
}
.concept_btn:hover .st0 {
  fill: #5CB270;
}
@media (min-width: 992px) {
  .concept_btn:last-child {
    margin-right: 0;
  }
}
.concept_btn svg {
  height: 80px;
  margin-bottom: 25px;
}
.concept_btn .st0 {
  transition: 0.3s ease-out;
}

.concept_line {
  width: 5px;
  height: 5px;
  background-color: #494645;
  border-radius: 50%;
  margin-top: 25px;
  display: none;
  transition: 0.3s ease-out;
}
@media (min-width: 992px) {
  .concept_line {
    display: block;
  }
}

.concept_btn.isSelected {
  color: #5CB270;
}
.concept_btn.isSelected .st0 {
  fill: #5CB270;
}
.concept_btn.isSelected .concept_line {
  background-color: #5CB270;
  width: 1px;
  height: 50px;
}

.concept_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #CECBD3;
  min-height: 150px;
  padding: 20px 40px;
}
@media (min-width: 992px) {
  .concept_info {
    min-height: 200px;
    padding: 40px 80px;
  }
}
.concept_info h3 {
  font-size: 1.5em;
  color: #494645;
  margin-bottom: 20px;
}
.business_area {
  background-color: #E4E8E0;
}
.business_area .read_more_btn {
  text-align: center;
}

.business_content {
  margin-bottom: 60px;
  position: relative;
}
.business_content::before {
  content: "";
  position: absolute;
  background: url("../images/deco/gold.png") no-repeat;
  width: 172px;
  height: 172px;
  margin-top: -80px;
  display: none;
}
@media (min-width: 992px) {
  .business_content::before {
    left: 100px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .business_content::before {
    left: 160px;
  }
}

.business_card {
  border-radius: 10px;
  overflow: hidden;
  color: #F1EBE6;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.business_card.b1 {
  background-color: #224899;
}
.business_card.b2 {
  background-color: #55A2C8;
}

.business_img {
  width: 101%;
  overflow: hidden;
  text-align: center;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .business_img {
    max-height: 300px;
  }
}
.business_img img {
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) {
  .business_img img {
    border-radius: 0;
  }
}

.business_info {
  padding: 60px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .business_info {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .business_info {
    padding: 60px 50px;
  }
}
.business_info h3 {
  font-size: 1.75em;
  text-align: center;
  font-family: "Belleza", "Noto Sans TC", sans-serif;
}
.business_info h3 span {
  font-size: 0.75em;
}
.business_info p {
  margin-top: 30px;
}

.news_area {
  background-color: #F3F3F3;
}
.news_area::before {
  content: "";
  position: absolute;
  background: url("../images/deco/silver.png") no-repeat;
  width: 172px;
  height: 172px;
  margin-top: -180px;
  display: none;
}
@media (min-width: 992px) {
  .news_area::before {
    right: 100px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .news_area::before {
    right: 160px;
  }
}
.news_area .tag_group {
  width: 100%;
  border-radius: 10px;
  background-color: #FAFAFA;
}
.news_area .tag_group .btn {
  padding: 30px;
  text-align: left;
  color: #6E6E6E;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 1.5px;
  border-bottom: 2px solid #F3F3F3;
  width: 100%;
}
.news_area .tag_group .btn:hover {
  color: #5CB270;
}
.news_area .tag_group .isSelected {
  color: #5CB270;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.news_area .tag_group .isSelected::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #5CB270;
  margin-left: -18px;
  border-radius: 50%;
}
.news_area .read_more_btn {
  margin: 40px auto;
}

.esg_area {
  width: 100%;
  background: url("../images/contact.png") no-repeat;
  background-size: cover;
  background-position-x: 75%;
  padding-bottom: 0px;
}
.esg_area.en {
  background-position-x: 85%;
}
@media (min-width: 1200px) {
  .esg_area.en {
    background-position-x: 50%;
  }
}
.esg_area::before {
  content: "";
  position: absolute;
  background: url("../images/deco/cut.png") no-repeat;
  width: 124px;
  height: 172px;
  margin-top: 80px;
  display: none;
}
@media (min-width: 992px) {
  .esg_area::before {
    right: 0px;
    display: block;
  }
}
.esg_area .section_info {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .esg_area .read_more_btn {
    text-align: left;
  }
}

.manager-login-box {
  margin: 40px 0;
  border-radius: 5px;
  overflow: hidden;
}
.manager-login-box .login-img {
  background: url(../images/login.jpg) no-repeat center;
  background-size: cover;
}
.manager-login-box .login-content {
  background-color: #E4E8E0;
}
.manager-login-box .login-form {
  margin: 30px 0px;
  padding: 30px;
}
@media (min-width: 576px) {
  .manager-login-box .login-form {
    padding: 50px;
  }
}
@media (min-width: 1400px) {
  .manager-login-box .login-form {
    margin: 30px 60px;
  }
}
.manager-login-box .login-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.manager-login-box .title-icon {
  width: 80px;
  height: 80px;
  background-color: #5CB270;
  border-radius: 50%;
  padding: 17px 0;
  text-align: center;
}
.manager-login-box .mini-title {
  font-size: 1.25rem;
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #5CB270;
  font-weight: 500;
}
.manager-login-box .form-label {
  font-weight: 500;
}
.manager-login-box .form-control {
  border-radius: 50px;
  margin-bottom: 30px;
}
.manager-login-box .btn_primary, .manager-login-box .btn_danger {
  width: 49%;
}

.pageTitle {
  position: relative;
  letter-spacing: 2px;
  color: #494645;
  margin: 50px 0 0 0;
  text-align: center;
}
@media (min-width: 992px) {
  .pageTitle {
    margin: 80px 0 30px 0;
    text-align: left;
  }
}
.pageTitle h2 span {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .pageTitle h2 span {
    font-size: 1.25em;
    line-height: 1.75;
  }
}
.pageTitle .sub_title {
  font-size: 0.75rem;
  font-family: "Belleza", sans-serif;
}
@media (min-width: 992px) {
  .pageTitle .sub_title {
    font-size: 0.875rem;
    left: calc(var(--bs-gutter-x) * 0.75);
    margin-bottom: 5px;
  }
}

.search_btn {
  border: 1px solid;
}
.search_btn:hover {
  border: 1px solid;
}

.page-content .search-bar {
  background-color: #E4E8E0;
  padding: 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .page-content .search-bar {
    padding: 30px 40px;
  }
}
.page-content .search-bar img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .page-content .search-bar img {
    width: 18px;
    height: 18px;
  }
}
.page-content .search-bar label {
  display: block;
  color: #494645;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-content .search-bar label {
    font-size: 1.125em;
    line-height: 1;
  }
}

.search_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .search_content {
    flex-direction: row;
  }
}
.search_content .search_btn_bar {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .search_content .search_btn_bar {
    margin-top: 0;
  }
}
.search_content .btn-block, .search_content .btn-block-outline {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .search_content .btn-block, .search_content .btn-block-outline {
    margin-left: 15px;
  }
}
.search_content .form-control, .search_content .form-select {
  flex-grow: 1;
}
.search_content .form-select {
  margin-bottom: 15px;
  color: #6E6E6E;
}
@media (min-width: 768px) {
  .search_content .form-select {
    margin: 0 15px 0 0;
  }
}
.search_content .form-select option {
  color: #6E6E6E;
}

.page-path {
  letter-spacing: 1.5px;
  font-weight: normal;
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .page-path {
    display: block;
  }
}
.page-path .breadcrumb {
  margin-bottom: 0;
}
.page-path a {
  color: #008139;
  text-decoration: none;
}
.page-path a:hover {
  color: #5CB270;
}

.page-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 30px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #CECBD3;
}
@media (min-width: 768px) {
  .page-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.pageDate {
  font-size: 1.125em;
  font-family: "Belleza", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .pageDate {
    text-align: left;
  }
}

.pageClass {
  display: none;
}
@media (min-width: 768px) {
  .pageClass {
    display: block;
  }
}
.pageClass span {
  font-size: 1.125em;
  padding: 5px 15px;
  border-radius: 5px;
  color: #494645;
  border: 1px solid;
}

.web-function-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
}
.web-function-btn a {
  margin: 3px;
  width: 40px;
  height: 40px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .web-function-btn a {
    width: 32px;
    height: 32px;
  }
}

.web-font-btn {
  display: flex;
  text-align: end;
  margin-right: 10px;
}
.web-font-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  border-radius: 50%;
  -moz-border-radius: 50%;
  font-weight: 500;
  color: #494645;
  letter-spacing: -1px;
}
.web-font-btn a:hover {
  background-color: #DDB250;
}
.web-font-btn a:first-child {
  font-size: 0.75em;
}
.web-font-btn a:nth-child(3) {
  font-size: 1.375em;
}
@media (min-width: 768px) {
  .web-font-btn a:nth-child(3) {
    padding-bottom: 5px;
  }
}
.web-font-btn > a.now {
  background-color: #008139;
  color: #F1EBE6;
}
.web-font-btn > a.now:hover {
  background-color: #DDB250;
}

.web-share-btn {
  display: inline-block;
}
.web-share-btn > a.share {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  border-radius: 50%;
  box-sizing: border-box;
  color: #494645;
}
.web-share-btn > a.share:hover {
  background-color: #DDB250;
}

ul.share-list {
  position: absolute;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 48px;
  height: 150px;
  z-index: 15;
  top: 50px;
}
@media (min-width: 768px) {
  ul.share-list {
    top: 30px;
  }
}
ul.share-list li {
  padding-top: 2px;
}
ul.share-list li a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.5rem;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
@media (min-width: 768px) {
  ul.share-list li a {
    width: 32px;
    height: 32px;
  }
}
ul.share-list li a.icon-facebook {
  background-color: #4378ec;
  background-image: url(../images/share/facebook.svg);
}
ul.share-list li a.icon-line {
  background-color: rgb(52, 212, 132);
  background-image: url(../images/share/line.svg);
}
ul.share-list li a.icon-plurk {
  background-color: rgb(224, 102, 54);
  background-image: url(../images/share/plurk.svg);
}
ul.share-list li a.icon-x {
  background-color: rgb(46, 46, 46);
  background-image: url(../images/share/x.svg);
}
ul.share-list li a:hover {
  background-color: #6E6E6E;
}

.share-list {
  display: none;
  transition: all 0.3s ease-out;
}

.web-share-btn:hover > ul.share-list {
  display: block;
  transition: all 0.3s ease-out;
}

.page-content {
  margin-bottom: 180px;
}

.DataContent {
  margin-bottom: 40px;
  word-break: break-word;
  line-height: 2;
  color: #494645;
  padding: 25px;
}
@media (min-width: 576px) {
  .DataContent {
    padding: 0;
  }
}
.DataContent.en {
  line-height: 1.75;
}
.DataContent table tbody, .DataContent table td, .DataContent table tfoot, .DataContent table th, .DataContent table thead, .DataContent table tr {
  border: inherit;
}
.DataContent ul {
  margin: 0;
}
.DataContent a {
  color: #289e81;
  text-decoration: underline;
}
.DataContent a:hover {
  color: #224531;
}
.DataContent h3 {
  font-size: 1.125em;
  padding: 7px 15px 7px 20px;
  color: #788a44;
  border-bottom: 1px dashed #788a44;
  display: inline-block;
  margin: 15px 0;
}
.DataContent h3::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #788a44 transparent transparent transparent;
  margin: 7px 0 0 -20px;
}
.DataContent h4 {
  font-size: 1.125em;
  padding: 7px 15px 7px 20px;
  color: #6E6E6E;
  border-bottom: 1px dashed #6E6E6E;
  display: inline-block;
  margin: 15px 0;
}
.DataContent h4::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #6E6E6E transparent transparent transparent;
  margin: 7px 0 0 -20px;
}

.title_text {
  font-size: 1.25em;
  font-weight: 500;
}

.highlight {
  color: #5CB270;
}

.sdg_view {
  height: auto;
}

.en-main .DataContent {
  letter-spacing: 0.5px;
}

.video_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.video_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.mode03-list img, .mode04-list img, .mode05-list img {
  margin-right: 10px;
}
.mode03-list .list-item, .mode04-list .list-item, .mode05-list .list-item {
  padding: 25px 0;
  border-bottom: solid 1px #CECBD3;
}
.mode03-list .item-date, .mode04-list .item-date, .mode05-list .item-date {
  font-size: 1.125em;
  font-family: "Belleza", sans-serif;
  display: inline-block;
}
.mode03-list .item-kind, .mode04-list .item-kind, .mode05-list .item-kind {
  color: #008139;
  padding: 0 15px;
}
.mode03-list .item-sort, .mode04-list .item-sort, .mode05-list .item-sort {
  display: inline-block;
}
.mode03-list .item-sort img, .mode04-list .item-sort img, .mode05-list .item-sort img {
  margin-right: 5px;
}
.mode03-list .item-title a, .mode04-list .item-title a, .mode05-list .item-title a {
  font-size: 1em;
  color: #494645;
}
.mode03-list .item-title a:hover, .mode04-list .item-title a:hover, .mode05-list .item-title a:hover {
  color: #5CB270;
}

.btn-block,
.btn-block-outline {
  width: 110px;
  border-radius: 50px;
}

.menu-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu-list .menu-list_button a {
  display: block;
  padding: 10px;
  margin: 10px;
  text-align: center;
  border: 2px solid #224531;
}
.menu-list .menu-list_button a:hover {
  background-color: #224531;
  color: #F1EBE6;
}

.main-layout .page-download {
  border-top: solid 1px #F1F1F1;
  border-bottom: solid 1px #F1F1F1;
  margin-bottom: 30px;
  padding: 20px 10px;
}
.main-layout .page-download ul {
  list-style: none;
  padding-left: 0;
}

.page_link {
  position: relative;
  display: inline-block;
  border: 1px solid #CECBD3;
  color: #224531;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 25px;
  transition: 0.3s ease-out;
}
.page_link:hover {
  background-color: #F3F3F3;
}
.page_link:hover .link_check {
  background-color: #289e81;
  color: #F1EBE6;
  transform: scale(1.125);
}
.page_link img {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .page_link img {
    width: 40px;
    height: 40px;
  }
}

.link_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link_top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.125em;
  margin-bottom: 20px;
}
.link_top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: -25px;
  left: 50%;
  background-color: #289e81;
  transform: translateX(-50%);
}

.link_sub {
  color: #6E6E6E;
  width: 100%;
  margin-bottom: 50px;
  font-size: 0.875em;
  text-align: left;
}

.link_check {
  position: absolute;
  bottom: -36px;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  background-color: #F1EBE6;
  border-radius: 50%;
  color: #289e81;
  border: 1px solid;
  font-size: 0.875em;
  font-family: "Belleza", sans-serif;
  transition: 0.3s ease-out;
}

.sitemap_info {
  letter-spacing: 0.5px;
  color: #494645;
  line-height: 2;
}
.sitemap_info span {
  padding: 2px 5px;
  background-color: #5CB270;
  color: #F1EBE6;
  border-radius: 5px;
  margin-right: 5px;
}

ul.sitemap {
  list-style: none;
  padding-left: 0;
}

li.sitemap-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 1% 1%;
}
@media (min-width: 768px) {
  li.sitemap-box {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  li.sitemap-box {
    width: 30%;
  }
}
li.sitemap-box > a {
  display: block;
  background-color: #289e81;
  text-align: center;
  padding: 10px;
  color: #F1EBE6;
}
li.sitemap-box > a:hover {
  background-color: #224531;
}
li.sitemap-box > ul {
  padding: 0.5rem 1rem;
  border: 1px solid #CECBD3;
  margin-bottom: 1.5rem;
}
li.sitemap-box ul {
  list-style: none;
  padding-left: 1rem;
}
li.sitemap-box ul li {
  line-height: 2;
}

.srp_img {
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/page/about.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .srp_img {
    max-height: 450px;
    margin-bottom: 50px;
  }
}

.sir_title {
  font-size: 1em;
  color: #6E6E6E;
  margin-bottom: 15px;
}
.sir_title p {
  margin-left: 15px;
}
.sir_title span {
  font-size: 1.5em;
  font-weight: 600;
  font-family: "Belleza", sans-serif;
}

.sir_pic {
  max-height: 80px;
}

.sir_line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 35px);
  top: 20px;
  left: 40px;
  background-color: #CECBD3;
}

.sir_item {
  position: relative;
  padding-left: 75px;
}
.sir_item.s1 div::before {
  background-color: #3f5471;
}
.sir_item.s2 div::before {
  background-color: #81A0AE;
}
.sir_item div {
  margin-bottom: 10px;
}
.sir_item div::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 15px;
  margin-left: -40px;
  border-radius: 5px;
}

.overview_pic {
  max-height: 120px;
}

.vision01,
.vision02 {
  min-height: 200px;
}
@media (min-width: 992px) {
  .vision01,
  .vision02 {
    min-height: auto;
  }
}

.vision01 {
  background: url("../images/page/vision01.jpg") no-repeat center;
  background-size: cover;
}

.vision02 {
  background: url("../images/page/vision02.jpg") no-repeat center;
  background-size: cover;
}

.mile_area {
  position: relative;
}
.mile_area ul {
  list-style-type: square;
}

.mile_year {
  position: relative;
  width: 300px;
  text-align: center;
  background-color: #224531;
  color: #F1EBE6;
  font-family: "Belleza", sans-serif;
  font-size: 1.25em;
  line-height: 2;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin: 70px 0 30px 0;
}
.mile_year::before, .mile_year::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #CECBD3;
  left: 50%;
  transform: translateX(-50%);
}
.mile_year::before {
  top: -70px;
  height: 70px;
}
.mile_year::after {
  bottom: -30px;
  height: 30px;
}

@media (min-width: 992px) {
  .mile_info,
  .mile_img {
    width: 50%;
  }
}

.mile_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mile_img {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mile_img {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .mile_img img {
    width: 80%;
  }
}

.mile_content:first-child .mile_year::before {
  display: none;
}

.org_chart {
  text-align: center;
  margin: 2rem auto;
  line-height: 1.5;
}
.org_chart span {
  font-size: 0.75em;
  font-weight: normal;
  color: #6E6E6E;
}

.org_parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  aspect-ratio: 1;
  width: 250px;
  background-color: #224531;
  color: #F1EBE6;
  border-radius: 50%;
}
.org_parent span {
  color: #F1EBE6;
}

.parent_title {
  font-size: 1.25em;
  letter-spacing: 1.5px;
}

.org_sub,
.org_node {
  position: relative;
  color: #224531;
  font-weight: 600;
  font-size: 1.125rem;
}

.org_sub {
  margin: 50px 0;
  padding: 10px 0;
  max-width: 250px;
}
.org_sub::before, .org_sub::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #224531;
  left: 50%;
  transform: translateX(-50%);
}
.org_sub::before {
  top: -50px;
}
.org_sub::after {
  bottom: -50px;
}

.org_top {
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease-out;
}
@media (min-width: 1200px) {
  .org_top {
    margin-top: 50px;
    overflow: visible;
  }
}
.org_top .org_node {
  width: auto;
}

.org_children {
  position: relative;
  margin-top: 70px;
}

.org_node {
  background-color: #F3F3F3;
  border: 1px solid #CECBD3;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .org_node {
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
.org_node .org_node {
  padding: 30px 15px;
}
.org_node .org_node::before, .org_node .org_node::after {
  content: "";
  position: absolute;
  background-color: #224531;
  left: 50%;
  transform: translateX(-50%);
}
.org_node .org_node::before {
  width: 1px;
  height: 50px;
  top: -50px;
}
.org_node .org_node::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 0;
}
.org_node .org_node.org_top::before {
  height: 0;
}
@media (min-width: 1200px) {
  .org_node .org_node.org_top::before {
    height: 50px;
  }
}
.org_node .org_node.org_top::after {
  width: 100%;
  height: 15px;
  border-radius: 0;
  transition: 0.3s ease-out;
}
@media (min-width: 1200px) {
  .org_node .org_node.org_top::after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
}

.org_first,
.org_middle,
.org_end {
  position: relative;
}
@media (min-width: 1200px) {
  .org_first::before,
  .org_middle::before,
  .org_end::before {
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    background-color: #224531;
  }
}

.org_first::before {
  left: 50%;
  width: 50%;
}

.org_middle::before {
  left: 0;
  width: 100%;
}

.org_end::before {
  left: 0;
  width: 50%;
}

.flex-nowrap .org_node::before, .flex-nowrap .org_node::after {
  display: none;
}
@media (min-width: 992px) {
  .flex-nowrap .org_node::before, .flex-nowrap .org_node::after {
    display: block;
  }
}

.card_img {
  width: 60%;
}
@media (min-width: 576px) {
  .card_img {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .card_img {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .card_img {
    width: 30%;
  }
}

.pack_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .pack_content {
    flex-direction: row;
  }
}
.pack_content img {
  width: 50%;
  margin-bottom: 20px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .pack_content img {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .pack_content img {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .pack_content img {
    width: 25%;
    margin-bottom: 0;
  }
}

.data_table {
  margin-bottom: 80px;
}

.data_row {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  gap: 10px;
  border-bottom: solid 1px #CCC;
}
@media (min-width: 1200px) {
  .data_row {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.data_row dt {
  width: 100%;
}
@media (min-width: 1200px) {
  .data_row dt {
    width: 197px;
  }
}

.corporateBox {
  position: sticky;
  top: 100px;
  height: 100vh;
}

.corporate_img {
  width: 60%;
}
@media (min-width: 768px) {
  .corporate_img {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .corporate_img {
    width: 80%;
  }
}

.stack_area_1,
.stack_area_2 {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
@media (min-width: 768px) {
  .stack_area_1,
  .stack_area_2 {
    min-height: auto;
  }
}
.stack_area_1::before,
.stack_area_2::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -50px;
  opacity: 0.05;
  background-size: contain;
  width: 200px;
  aspect-ratio: 1;
}
@media (min-width: 576px) {
  .stack_area_1 .title_text,
  .stack_area_2 .title_text {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .stack_area_1 .title_text,
  .stack_area_2 .title_text {
    font-size: 1.75em;
  }
}

.stack_area_1::before {
  background-image: url("../images/phone.svg");
}

.stack_area_2::before {
  background-image: url("../images/email.svg");
}

.career_card {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none !important;
  overflow: hidden;
  padding: 45px 25px 20px 25px;
}
.career_card::before {
  position: absolute;
  content: "→";
  right: 25px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: #E4E8E0;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
  color: #6E6E6E;
}
.career_card::after {
  position: absolute;
  content: "Job Opening";
  left: 25px;
  margin-top: -25px;
  color: #CECBD3;
  font-size: 0.785em;
}

.search-box {
  width: 100%;
  height: 100px;
  padding: 20px 0;
  background-color: rgba(228, 228, 228, 0.9725490196);
  z-index: 30;
  overflow: auto;
}

/*	搜尋 closeBtn */
.closeBox {
  margin: 0 25px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.closeBox .closeBtn {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  font-size: 1.5rem;
  color: #333 !important;
  margin: 20px 0;
  transition: all 0.3s;
}
.closeBox::before {
  content: "CLOSE";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #222;
  font-weight: 600;
}
.closeBox:hover {
  background-color: #224531;
}

.form-inline {
  display: flex;
  justify-content: center;
  align-items: center;
}

form.gsc-search-box {
  width: 800px !important;
  margin-bottom: 0;
}

/*-- 搜尋列 --*/
.gsc-input-box {
  border-radius: 20px 0 0 20px;
  padding: 0;
}

.gsc-input {
  padding-right: 0 !important;
  letter-spacing: 1px;
}

table.gsc-search-box {
  padding: 2px;
}

td.gsc-input {
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
td.gsc-input .gsib_a {
  width: 90%;
  height: 40px;
}

.gsc-input {
  padding: 3px;
  height: 100%;
}

#___gcse_1 {
  width: 100%;
}

.gsc-search-button-v2 svg {
  fill: #ffffff !important;
  font-size: 1.15rem;
}

.search-box input[type=search] {
  padding-right: 90px;
  border: 1px solid #666666;
}
.search-box::-webkit-input-placeholder {
  color: rgb(77, 77, 77);
}
.search-box::-moz-placeholder {
  color: rgb(77, 77, 77);
  opacity: 1;
}
.search-box button {
  height: 40px;
  width: 40px;
  padding: 6px;
  background: #224531;
  border-radius: 0 20px 20px 0;
  border: none;
  margin: 0;
}

a.gsst_a {
  padding: 0 4px;
}

@media (min-width: 1200px) {
  .banner-box {
    margin: 0 50px;
  }
}
.banner-box .owl-theme .owl-nav .owl-prev,
.banner-box .owl-theme .owl-nav .owl-next {
  display: none;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  background-color: transparent;
  cursor: pointer;
  transition: all ease-out 0.3s;
  font-family: "Belleza", serif;
  color: #224531;
  padding: 15px 30px !important;
}
@media (min-width: 768px) {
  .banner-box .owl-theme .owl-nav .owl-prev,
  .banner-box .owl-theme .owl-nav .owl-next {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .banner-box .owl-theme .owl-nav .owl-prev,
  .banner-box .owl-theme .owl-nav .owl-next {
    background-color: #F1EBE6;
    bottom: 0;
    transform: translateY(0);
  }
}
.banner-box .owl-theme .owl-nav .owl-prev:hover,
.banner-box .owl-theme .owl-nav .owl-next:hover {
  color: #5CB270;
}
.banner-box .owl-theme .owl-nav .owl-prev::before,
.banner-box .owl-theme .owl-nav .owl-next::before {
  content: "";
  position: absolute;
  display: none;
  width: 56px;
  height: 36px;
  background: url(../images/more.svg) no-repeat;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .banner-box .owl-theme .owl-nav .owl-prev::before,
  .banner-box .owl-theme .owl-nav .owl-next::before {
    display: block;
  }
}

.banner-box .owl-theme .owl-nav .owl-prev {
  left: 10px;
}
@media (min-width: 1200px) {
  .banner-box .owl-theme .owl-nav .owl-prev {
    left: 0px;
    padding: 15px 45px 5px 110px !important;
    border-radius: 0 10px 0 0;
  }
}
.banner-box .owl-theme .owl-nav .owl-prev::before {
  left: 0px;
}
@media (min-width: 1200px) {
  .banner-box .owl-theme .owl-nav .owl-prev::before {
    left: 45px;
  }
}
@media (min-width: 1200px) {
  .banner-box .owl-theme .owl-nav .owl-prev:hover::before {
    left: 35px;
  }
}

.banner-box .owl-theme .owl-nav .owl-next {
  right: 10px;
}
@media (min-width: 1200px) {
  .banner-box .owl-theme .owl-nav .owl-next {
    right: 0px;
    padding: 15px 110px 5px 45px !important;
    border-radius: 10px 0 0 0;
  }
}
.banner-box .owl-theme .owl-nav .owl-next::before {
  right: 0px;
  transform: scaleX(-1);
}
@media (min-width: 1200px) {
  .banner-box .owl-theme .owl-nav .owl-next::before {
    right: 45px;
  }
}
@media (min-width: 1200px) {
  .banner-box .owl-theme .owl-nav .owl-next:hover::before {
    right: 35px;
  }
}

.banner-box .scroll_animation {
  font-family: "Belleza", sans-serif;
  position: relative;
  text-align: center;
  color: #224531;
  margin-top: -10px;
  z-index: 50;
  display: none;
}
@media (min-width: 768px) {
  .banner-box .scroll_animation {
    display: block;
  }
}
.banner-box .scroll_animation::before, .banner-box .scroll_animation::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #224531;
  transform: translateX(-50%);
}
.banner-box .scroll_animation::before {
  top: -100%;
  left: 50%;
  animation: scroll_top 2s infinite;
}
.banner-box .scroll_animation::after {
  top: 100%;
  left: 50%;
  animation: scroll_bottom 2s infinite;
}