@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700&display=swap");
/*-- GLOBAL 區塊*/
/* setting  */
body {
  position: relative;
  background-color: #fff;
  color: #444;
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial;
  overflow-x: hidden;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0;
}

a {
  color: #4A7449;
  text-decoration: none;
  transition: all 0.3s;
}

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

ul {
  padding-top: inherit;
}

button {
  border: 0px solid transparent;
}

.text_primary {
  color: #4A7449;
}

.text_secondary {
  color: #B4BDA0;
}

.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: #4A7449;
  color: #fff;
}
#MainContent_DataPager1 > span {
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  background-color: #4A7449;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
}

@media (min-width: 1600px) {
  .w-state {
    max-width: calc(100% - 200px);
  }
}

/* width */
.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.3s ease-out;
}

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

button:active, button:focus-visible, .btn:active, .btn:focus-visible {
  outline: dashed 5px #dfcf3d !important;
  transition: all 0.3s ease-out;
}

.bottom-menu button.btn.btn-sm:active, .bottom-menu button.btn.btn-sm:focus-visible {
  outline: dashed 5px #dfcf3d !important;
}

ul.bottom-menu--list a:visited, ul.bottom-menu--list a:focus-visible {
  outline: dashed 5px #dfcf3d !important;
}

.u-focus-only {
  background-color: #444;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 1.35rem;
  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;
}

.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: #333333 !important;
}

.u {
  position: relative;
}

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

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

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

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

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

.btn_gray {
  display: inline-block;
  color: #fff;
  background-color: #7c7c7c;
  transition: 0.5s ease-in-out;
}
.btn_gray:hover, .btn_gray:focus, .btn_gray:focus-visible {
  color: #7c7c7c;
  background-color: #fff;
  border: 1px solid #7c7c7c;
  font-weight: 600;
}
.btn_gray:active {
  color: #7c7c7c !important;
}
.btn_gray {
  border-radius: 5px;
}

.btn_outline_primary {
  display: inline-block;
  background: #fff;
  border: 1px solid #4A7449;
  color: #4A7449;
  transition: all 0.3s;
}
.btn_outline_primary:hover, .btn_outline_primary:focus, .btn_outline_primary:focus-visible, .btn_outline_primary:active {
  background-color: rgb(54.0317460317, 84.6984126984, 53.3015873016) !important;
  border: 1px solid rgb(54.0317460317, 84.6984126984, 53.3015873016);
  color: #fff !important;
}

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

.btn_block {
  display: inline-block;
  color: #fff;
  background-color: #4A7449;
  transition: 0.5s ease-in-out;
}
.btn_block:hover, .btn_block:focus, .btn_block:focus-visible {
  color: #4A7449;
  background-color: #fff;
  border: 1px solid #4A7449;
  font-weight: 600;
}
.btn_block:active {
  color: #4A7449 !important;
}
.btn_block {
  border-radius: 5px;
}

.btn_block_outline {
  display: inline-block;
  background: #fff;
  border: 1px solid #4A7449;
  color: #4A7449;
  transition: all 0.3s;
}
.btn_block_outline:hover, .btn_block_outline:focus, .btn_block_outline:focus-visible, .btn_block_outline:active {
  background-color: rgb(54.0317460317, 84.6984126984, 53.3015873016) !important;
  border: 1px solid rgb(54.0317460317, 84.6984126984, 53.3015873016);
  color: #fff !important;
}
.btn_block_outline {
  border-radius: 5px;
}

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

.logo {
  margin-bottom: 0;
  width: 225px;
}
@media (min-width: 768px) {
  .logo {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .logo {
    width: 300px;
  }
}
.logo .logo-link {
  display: block;
  background: url("../images/logo.svg") no-repeat;
  margin: 0;
  width: 100%;
  aspect-ratio: 5.6603773585;
  text-indent: -9999px;
  background-position: center center;
  background-size: contain;
}
.logo .footer_logo {
  width: 100%;
}

a.logo {
  display: block;
}

.aside-fixed .logo {
  width: 240px;
  height: 42.4px;
  margin: 20px auto;
}
.aside-fixed .logo .logo-link {
  height: 42.4px;
}

.logo.phone-logo {
  width: 240px;
  height: 42.4px;
}
.logo.phone-logo .logo-link {
  height: 42.4px;
}

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

.topBox.page {
  border-bottom: 1px solid #ececec;
}

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

.topLink-box {
  display: none;
}
@media (min-width: 1200px) {
  .topLink-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
  }
}
.topLink-box a.topLink {
  color: #222;
  padding: 15px;
  letter-spacing: 1.5px;
  transition: all 0.25s ease-out;
  border-radius: 50px;
}

.mailBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #B4BDA0;
  color: #fff;
  margin-right: 20px;
}

.hamburgerBtn {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #4B6D41;
  color: #fff;
}
.hamburgerBtn svg {
  margin-bottom: 5px;
}

.hamburgerMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #4A7449;
  padding: 15px 20px 15px 40px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 992px) {
  .hamburgerMenu {
    width: 500px;
  }
}
.hamburgerMenu.is-open {
  transform: translateX(0);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.menu-backdrop.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hamburgerMenu p {
  text-align: right;
}
.hamburgerMenu a.off {
  position: relative;
  color: #fff;
  font-size: 0.75rem;
  display: block;
  width: 60px;
  height: 70px;
  margin-left: auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: 300ms ease-out;
}
.hamburgerMenu a.off .circle {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.6705882353);
  border-radius: 50%;
}
.hamburgerMenu a.off .circle::before, .hamburgerMenu a.off .circle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border: 2px;
  background-color: #4A7449;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px) rotate(-45deg);
}
.hamburgerMenu a.off .circle::before {
  transform: translate3d(-50%, -50%, 0px) rotate(45deg);
}
.hamburgerMenu a.off:hover .circle::before, .hamburgerMenu a.off:hover .circle::after {
  transition: 600ms cubic-bezier(0.25, 0.6, 0.36, 1);
}
.hamburgerMenu a.off:hover .circle::before {
  transform: translate3d(-50%, -50%, 0px) rotate(220deg);
}
.hamburgerMenu a.off:hover .circle::after {
  transform: translate3d(-50%, -50%, 0px) rotate(135deg);
}

.hamburgerMenu .container {
  position: relative;
  height: 97%;
}
.hamburgerMenu .quickLink {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.hamburgerMenu .quickLink li {
  margin-left: 0;
  text-align: center;
  padding: 5px;
}
.hamburgerMenu .quickLink a {
  display: block;
  width: 90%;
  white-space: nowrap;
  padding: 5px 20px;
  color: #fff;
  border: 1px solid;
  border-radius: 500px;
}
.hamburgerMenu .quickLink a:hover {
  background-color: rgba(255, 255, 255, 0.1176470588);
}

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

ul#navmenu-v2 {
  width: 100%;
  margin: 0;
}
ul#navmenu-v2 li {
  width: 100%;
  position: relative;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
  ul#navmenu-v2 li {
    line-height: 70px;
  }
}
ul#navmenu-v2 li.child::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 25px;
  border: 3px solid #fff;
  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: #fff;
  font-size: 1.35rem;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  ul#navmenu-v2 li a {
    font-size: 1.5rem;
  }
}
ul#navmenu-v2 li a:hover {
  background-color: rgba(255, 255, 255, 0.1176470588);
}

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

/* -----主視覺------- */
.bannerBox {
  position: relative;
}
.bannerBox .bannerInner {
  height: 380px;
}
@media (min-width: 576px) {
  .bannerBox .bannerInner {
    height: auto;
  }
}
.bannerBox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.bannerBox .scrollDown {
  position: absolute;
  bottom: 0px;
  left: 180px;
  z-index: 2;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 2px;
  display: none;
}
@media (min-width: 1200px) {
  .bannerBox .scrollDown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.bannerBox span.line {
  position: relative;
  width: 2px;
  height: 55px;
  display: block;
  background-color: #fff;
  margin-top: 10px;
}
.bannerBox span.line::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  animation: scrollDown 3s linear infinite forwards;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@keyframes scrollDown {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.btn-top {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 98px;
}
@media (min-width: 768px) {
  .btn-top {
    display: flex;
  }
}
.btn-top .top_arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  border: 1px solid #fff;
}
.btn-top span {
  color: #fff;
  font-size: 0.9rem;
}

.bottom-menu {
  border-top: 6px solid #D9D9D9;
  position: relative;
  background-color: #4A7449;
}
.bottom-menu .collapse_btn {
  text-align: center;
}
@media (min-width: 1200px) {
  .bottom-menu .collapse_btn {
    text-align: left;
  }
}
.bottom-menu .btn-sm {
  padding: 5px 15px;
  color: #fff;
  background-color: #4A7449;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 1200px) {
  .bottom-menu .btn-sm {
    padding: 10px 30px;
  }
}

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

.is-hidden {
  display: none;
}

.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;
  padding-left: 10px;
  color: #fff;
  margin-bottom: 5px;
}
ul.bottom-menu--list a:hover {
  background-color: #4A7449;
}
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 #ccc;
  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: #324A3A;
  position: relative;
  letter-spacing: 1.5px;
  padding: 60px 0 0;
  font-size: 0.9rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer {
    font-size: 1.125rem;
    padding: 120px 0 0;
  }
}

.footer-box {
  color: #fff;
  line-height: 32px;
  position: relative;
  transition: 0.3s ease-out;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .footer-box {
    padding-bottom: 220px;
  }
}

.footer_top {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .footer_top {
    margin-bottom: 30px;
    border-bottom: 1px solid #9F9F9F;
  }
}

.copyright {
  border-top: 1px solid #9F9F9F;
  padding: 18px 0;
  color: #fff;
  font-weight: 400;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .copyright {
    padding: 30px 0;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .copyright .right {
    text-align: end;
  }
}
.copyright .design {
  display: none;
}
@media (min-width: 1200px) {
  .copyright .design {
    display: inline;
    text-align: end;
  }
}

/*------------CH 首頁區塊 ------------*/
.main-layout {
  min-height: 450px;
}

.main {
  background-color: #E9E9E7;
  padding: 100px 0;
}
@media (min-width: 1200px) {
  .main {
    padding: 180px 0;
  }
}

.labelBox {
  position: relative;
}
.labelBox .blockLabel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #333;
}
@media (min-width: 1200px) {
  .labelBox .blockLabel {
    font-size: 0.9rem;
  }
}
@media (min-width: 1400px) {
  .labelBox .blockLabel {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .labelBox .blockLabel {
    font-size: 1.125rem;
  }
}
.labelBox .labelLine {
  display: inline-block;
  width: 30px;
  height: 6px;
  background-color: #4A7449;
  margin-bottom: 4px;
}
@media (min-width: 1400px) {
  .labelBox .labelLine {
    width: 40px;
  }
}

.infoBox {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .infoBox {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .infoBox {
    padding-top: 120px;
  }
}
@media (min-width: 1600px) {
  .infoBox {
    padding-top: 150px;
  }
}

.blockIndex {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7rem;
  color: #3E5E35;
}
@media (min-width: 1400px) {
  .blockIndex {
    letter-spacing: 6px;
    font-size: 10rem;
  }
}

.blockTitle {
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  letter-spacing: 3px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .blockTitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .blockTitle {
    font-size: 2rem;
  }
}

.blockInfo {
  line-height: 32px;
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.blockBtn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 80px;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (min-width: 1200px) {
  .blockBtn {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .blockBtn {
    width: 315px;
  }
}
.blockBtn svg {
  transition: all 0.3s ease;
}
.blockBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 4px;
  bottom: 0;
  background-color: #4A7449;
  transition: all 0.3s ease;
}

.blockBtn:hover {
  transform: translateY(-2px);
}
.blockBtn:hover svg {
  transform: translateX(6px);
}
.blockBtn:hover::before {
  height: 6px;
}

.imgBox .figure {
  margin-bottom: 0;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.imgBox .figure img {
  width: 100%;
}

.projectBox .labelBox .blockLabel {
  margin-left: 24px;
}
.projectBox .decorBox {
  text-align: right;
}
.projectBox .decText {
  display: none;
}
@media (min-width: 992px) {
  .projectBox .decText {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .projectBox .imgBox {
    display: flex;
  }
  .projectBox .imgBox .projectFigure {
    margin: 0 0 0 120px;
  }
}

.methodologyBox {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 1200px) {
  .methodologyBox {
    padding: 150px 0;
  }
}
@media (min-width: 1200px) {
  .methodologyBox .labelBox {
    text-align: right;
  }
}
.methodologyBox .blockLabel {
  margin-left: 24px;
}
@media (min-width: 1200px) {
  .methodologyBox .blockLabel {
    margin-left: 0;
    margin-right: 24px;
  }
}
.methodologyBox .decorBox {
  position: relative;
}
@media (min-width: 1200px) {
  .methodologyBox .decorBox .decLine {
    height: 1px;
    background-color: #ccc;
    width: 90%;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .methodologyBox .blockInfo {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .methodologyBox .methodologyFigure {
    max-width: 628px;
  }
}
.methodologyBox .methodologyItem {
  position: relative;
  font-size: 1.625rem;
  padding: 25px 15px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1200px) {
  .methodologyBox .methodologyItem {
    width: 85%;
  }
}
@media (min-width: 1400px) {
  .methodologyBox .methodologyItem {
    padding: 35px 15px;
  }
}
.methodologyBox .methodologyItem::before {
  content: "";
  position: absolute;
  background-color: #8FAE8E;
  width: 18px;
  height: 3px;
  right: 15px;
  top: 50%;
  transform: translateY(50%);
}
.methodologyBox .itemNum {
  color: #4A7449;
  margin-right: 30px;
}
.methodologyBox .methodologyItem:last-child {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .methodologyBox .methodologyItem:last-child {
    margin-bottom: 0;
  }
}

.herbalBox .blockLabel {
  margin-left: 24px;
}
.herbalBox .decText {
  position: relative;
  display: none;
}
@media (min-width: 1200px) {
  .herbalBox .decText {
    display: block;
    margin-left: 250px;
  }
}
.herbalBox .decText::before {
  content: "";
  position: absolute;
  width: calc(100% - 300px);
  height: 1px;
  background-color: #ccc;
  right: 0;
  top: 50%;
}

.herbBox .herbList {
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 1200px) {
  .herbBox .herbList {
    margin: 0 0 0 120px;
  }
}
.herbBox .herbList .itemFigure {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.herbBox .herbList .itemFigure img {
  width: 100%;
}
.herbBox .herbList .itemFigure .itemTitle {
  position: absolute;
  font-size: 1.5rem;
  left: 24px;
  bottom: 16px;
}
.herbBox .herbList p {
  padding: 0 16px;
  font-weight: 500;
}

.page-content {
  min-height: 450px;
  margin-bottom: 150px;
}

.page-top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-top {
    padding-top: 150px;
    margin-bottom: 100px;
  }
}
.page-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  bottom: 20px;
  left: 0;
  background-color: #4A7449;
}
.page-top .pageTitle {
  font-size: 2.85rem;
  font-weight: bold;
  color: #4A7449;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-top .pageTitle {
    font-size: 4rem;
  }
}

/* 路徑 麵包屑 */
.page-path {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 20px;
  border: 1px solid #4A7449;
  border-radius: 30px;
}
.page-path .breadcrumb {
  margin-bottom: 0;
}
.page-path .breadcrumb-item {
  color: #4A7449;
}

/*-- 按鈕 --*/
.web-function-btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
}

/* 分享按鈕 */
.web-share-btn {
  display: inline-block;
  margin: 2px 0 2px;
}
.web-share-btn > a.share {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  margin: 0;
  color: #666;
  position: relative;
}
.web-share-btn > a.share:hover {
  background-color: #d0d0d0;
}

ul.share-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 48px;
  height: 150px;
  z-index: 15;
  position: absolute;
  top: 30px;
}
ul.share-list li {
  padding-top: 2px;
}
ul.share-list li a {
  width: 32px;
  height: 32px;
  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;
}
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: #000;
}

/*分享按鈕 隱藏次選單*/
.share-list {
  display: none;
  transition: all 0.3s;
}

/* 滑鼠滑入展開次選單*/
.web-share-btn:hover > ul.share-list {
  display: block;
  transition: all 0.5s;
}

/* 字級大小btn */
.web-font-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.web-font-btn > a {
  width: 34px;
  height: 34px;
  background-color: #e8e8e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #444;
  letter-spacing: -1px;
}
.web-font-btn > a.now {
  background-color: #4A7449;
  color: #fff;
}

/*模組-共用-搜尋---------*/
.page-content .search-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .page-content .search-bar {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.page-content .search-bar .searchBox {
  width: 100%;
  margin-bottom: 16px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .page-content .search-bar .searchBox {
    max-width: 285px;
    margin-left: 10px;
  }
}
.page-content .search-bar .date_searchBox {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-content .search-bar .date_searchBox {
    max-width: 300px;
    display: flex;
    margin-bottom: 16px;
    margin-left: 16px;
  }
}
.page-content .search-bar .btnBox {
  width: 100%;
  margin-left: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-content .search-bar .btnBox {
    margin-left: 8px;
    width: 90px;
  }
}
.page-content .search-bar .btnBox .btn_block, .page-content .search-bar .btnBox .btn_block_outline {
  width: 100%;
}
.page-content .search-bar .form-control, .page-content .search-bar .form-select {
  border-color: #c5c5c5;
}

.mode_view table {
  border-color: #eee;
}
.mode_view tr {
  text-align: center;
}
.mode_view th {
  background-color: #4B6D41;
  color: #fff;
  padding: 15px 0;
}
.mode_view td {
  padding: 15px 0;
}

#DataContent {
  line-height: 1.5;
}

.page_file {
  padding-top: 50px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .page_file {
    flex-direction: row;
  }
}
.page_file p {
  color: #333333;
  margin-bottom: 15px;
}
.page_file li {
  margin-bottom: 10px;
  list-style-image: url("../images/check.svg");
}
.page_file a {
  color: #5a7868;
}
.page_file a:hover {
  color: #4A7449;
}

.page_back, .page-btn-box {
  margin: 50px 0 100px 0;
}

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

.stimeInfo {
  line-height: 2;
}

span.siteMapBtn {
  padding: 2px 5px;
  background-color: #d0fae0;
  border-radius: 5px;
  margin-right: 5px;
}

.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 #4A7449;
}
.menu-list .menu-list_button a:hover {
  background-color: #4A7449;
  color: #fff;
}

.list-item {
  padding: 24px 16px;
  border-bottom: solid 1px #ccc;
}

.manager-login-box {
  margin: 40px 0 100px 0;
  border-radius: 15px;
  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: #f2f2f2;
}
.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: #4A7449;
  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 #d3d3d3;
}
.manager-login-box .form-control {
  margin-bottom: 30px;
}
.manager-login-box input::-moz-placeholder {
  font-weight: 600;
}
.manager-login-box input::placeholder {
  font-weight: 600;
}
.manager-login-box .btn_primary, .manager-login-box .btn_danger {
  width: 49%;
}
.manager-login-box .btn {
  line-height: 28px;
}
.manager-login-box .btn svg {
  width: 20px;
}

.herb-list .itemLink {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F3F3F3;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
  min-height: 420px;
}
@media (min-width: 1200px) {
  .herb-list .itemLink {
    height: 420px;
  }
}
.herb-list .itemLink img {
  width: 80%;
  max-width: 80%;
  height: auto;
  transition: all 0.3s ease-out;
}
@media (min-width: 1200px) {
  .herb-list .itemLink img {
    width: 280px;
  }
}
.herb-list .item-title {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
}
.herb-list .item-kind {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  padding: 5px 16px;
  border: 1px solid #4A7449;
  border-radius: 30px;
}

.itemLink:hover img {
  transform: scale(1.05);
}

.herbPage .herbTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.herbPage .back_btn {
  font-weight: 700;
  padding: 4px 0 4px 4px;
}
.herbPage .imgBox, .herbPage .infoBox {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.herbPage .imgWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 60px;
  background-color: #F3F3F3;
  padding: 100px 0;
  border-radius: 30px;
}
@media (min-width: 1200px) {
  .herbPage .imgWrapper {
    padding: 0;
    height: calc(100vh - 120px);
  }
}
.herbPage .imgWrapper img {
  width: 80%;
  max-width: 80%;
}
@media (min-width: 1200px) {
  .herbPage .imgWrapper img {
    width: 500px;
  }
}
.herbPage .imgWrapper .pageClass {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  color: #4A7449;
  padding: 8px 20px;
  border: 1px solid #4A7449;
  border-radius: 30px;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 1200px) {
  .herbPage .infoWrapper {
    padding: 60px 0 0 60px;
  }
}
.herbPage .herbTitle {
  font-size: 2rem;
  font-weight: 700;
  color: #4A7449;
  margin-bottom: 20px;
}
.herbPage .back_btn {
  color: #000;
  font-size: 1.125rem;
}

.accordion-item {
  border: 0;
  border-bottom: 1px solid #D9D9D9;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.accordion-item .accordion-button {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4A7449;
  padding-top: 24px;
  padding-bottom: 24px;
}
.accordion-item .accordion-button::after {
  background-image: none;
}
.accordion-item .accordion-button::after {
  content: "+";
  font-size: 1.75rem;
  font-weight: 500;
  transform: none;
  background-image: none;
  margin-bottom: 15px;
}
.accordion-item .accordion-button.collapsed::after {
  content: "+";
}
.accordion-item .accordion-button:not(.collapsed)::after {
  content: "−";
}
.accordion-item .accordion-body {
  white-space: pre-line;
}

.accordion-item,
.accordion-button {
  border-radius: 0 !important;
}
.accordion-item:first-of-type, .accordion-item:last-of-type,
.accordion-button:first-of-type,
.accordion-button:last-of-type {
  border-radius: 0 !important;
}
.accordion-item::after,
.accordion-button::after {
  border-radius: 0 !important;
}

/* banner */
/*-- 插件 owl-carousel style --*/
.bannerBox .owl-theme .owl-nav .owl-prev,
.bannerBox .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0rem !important;
  width: 30px;
  height: 44px;
  background: url(../images/banner_arrow.svg) no-repeat !important;
  background-size: cover !important;
  background: #ffffff;
  cursor: pointer;
  opacity: 0.75;
  transition: all 0.3s;
}
.bannerBox .owl-theme:hover {
  opacity: 1;
}
.bannerBox .owl-theme .owl-nav .owl-prev {
  left: 30px;
  background-position: right !important;
}
.bannerBox .owl-theme .owl-nav .owl-next {
  right: 30px;
  background-position: left !important;
}

.playBtn, .pauseBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 25px;
  right: 105px;
  padding: 0;
  background-size: cover;
  z-index: 2;
  display: none;
}
@media (min-width: 1200px) {
  .playBtn, .pauseBtn {
    display: block;
  }
}

.playBtn {
  background: url(../images/play.svg) no-repeat;
}

.pauseBtn {
  background: url(../images/pause.svg) no-repeat;
}

.bannerBox .owl-theme .owl-dots {
  position: absolute;
  display: none;
  width: 100%;
  bottom: 40px;
  padding-right: 80px;
}
@media (min-width: 992px) {
  .bannerBox .owl-theme .owl-dots {
    display: flex;
    justify-content: flex-end;
  }
}
.bannerBox .owl-theme .owl-dots .owl-dot {
  width: 25px;
  height: 22px;
  display: inline-block;
  margin: 0 8px;
}
.bannerBox .owl-theme .owl-dots .owl-dot span {
  font-size: 1.15rem;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 2px;
  border-bottom: 3px #fff solid;
  color: #fff;
}
.bannerBox .owl-theme .owl-dots .owl-dot.active span {
  color: #B2CE75;
  border-bottom: 3px #B2CE75 solid;
}
.bannerBox .owl-dots.disabled {
  display: none;
}/*# sourceMappingURL=main.css.map */