@charset "UTF-8";
/* width */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.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;
}

/*-- GLOBAL 區塊*/
/* setting  */
body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

a {
  color: #6e4f0c;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #ff8c00;
}

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

ul {
  padding-top: inherit;
}

button {
  border: 0px solid transparent;
}

.text_primary {
  color: #EFEADE;
}

.text_secondary {
  color: #ff8c00;
}

.bg-yellow {
  background-color: #EFEFEF;
}

/*-- 頁碼樣式 --*/
.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: #fff;
  text-decoration: none;
  font-size: 1rem;
}
#MainContent_DataPager1 > a:hover {
  background: #25603C;
  color: #333;
}
#MainContent_DataPager1 > span {
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  background-color: #25603C;
  border-radius: 50%;
  font-size: 1rem;
  color: #333;
}

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

/*解除編輯器 bs5清除table線條border樣式 --*/
.page-box #DataContent table tbody, .page-box #DataContent table td, .page-box #DataContent table tfoot, .page-box #DataContent table th, .page-box #DataContent table thead, .page-box #DataContent table tr {
  border: inherit;
}

/*內頁共用btn*/
.btn-block {
  display: inline-block;
  padding: 8px 12px;
  background-color: #25603C;
  border: 1px solid #25603C;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s;
  width: 200px;
}
.btn-block:hover {
  background-color: #173b25;
  border: 1px solid #173b25;
  color: #fff;
  transition: all 0.3s;
}
.btn-block:focus {
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn-block:active {
  background-color: #173b25 !important;
  border: 1px solid #173b25;
  color: #fff !important;
}
.btn-block:focus-visible {
  background-color: #173b25;
  border: 1px solid #173b25;
  color: #fff;
  outline: dashed 4px #fcb25f !important;
  color: #fff;
}

/* -----主視覺------- */
.bannerBox {
  position: relative;
}
.bannerBox .bannerList {
  overflow: hidden;
}
.bannerBox img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* 開合bottom-menu 隱藏下拉選單* */
.bottom-menu {
  background: #E2E1DE;
  position: relative;
}

.bottom-menu .btn-sm {
  padding: 5px 0;
  padding: 5px 12px;
  color: #222;
}
.bottom-menu .btn-sm:hover {
  color: #6e4f0c;
}

.collapse_btn {
  padding: 10px 0;
}

#collapse_wrap {
  background-color: #E2E1DE;
  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;
}
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: 768px) {
  ul.bottom-menu--list > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  ul.bottom-menu--list > li {
    width: 25%;
  }
}
ul.bottom-menu--list > li > a {
  display: block;
  border-bottom: 1px solid #5f5f5f;
  letter-spacing: 0.1rem;
  padding: 10px 8px 10px 0;
  margin-bottom: 0.5rem;
  color: #222;
}
ul.bottom-menu--list > li > a:hover {
  background-color: #25603C;
}
ul.bottom-menu--list > li a {
  color: #222;
  display: block;
  padding: 0 8px;
}
ul.bottom-menu--list > li a:hover {
  background-color: #25603C;
}
ul.bottom-menu--list > li ul {
  list-style: none;
  padding-left: 0;
}
ul.bottom-menu--list > li ul ul {
  padding-left: 16px;
}

/* Footer */
.footer {
  background: #E2E1DE url("../images/footerbg.png") right bottom no-repeat;
  position: relative;
}
.footer .footer-box {
  color: #222;
  position: relative;
  padding: 60px 0 16px;
  line-height: 1.7;
}
.footer .footer-box a {
  color: #222;
}
.footer .footer-box a:hover {
  color: #f48282;
}
.footer .footer-logo {
  display: block;
  width: 346px;
  margin: 40px 0 20px;
}
.footer .footer-logo img {
  width: 100%;
}
.footer .footer-inf {
  text-align: left;
}
.footer .browse {
  position: relative;
  padding-bottom: 150px;
}
.footer .browse .footer-aa {
  display: block;
  width: 150px;
  height: 53px;
  margin: 12px 0;
}
.footer .browse .footer-aa img {
  width: 100%;
}

.copyright {
  position: relative;
  padding: 25px 0;
  text-align: center;
  margin-top: 40px;
}
.copyright::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 569px);
  height: 100%;
  border-top: 1px dashed #333;
}

/* -------------Template end--------------- */
/*-- Template 樣板區塊 --*/
.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}

/*LOGO*/
.logo {
  margin-bottom: 0;
}
.logo .logo-link {
  display: block;
  background: url("../images/logo.svg") no-repeat left center;
  background-size: cover;
  width: 250px;
  height: 60px;
  margin: 0;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .logo .logo-link {
    margin-top: 10px;
    width: 346px;
    height: 80px;
  }
}
@media (min-width: 1366px) {
  .logo .logo-link {
    width: 330px;
    height: 100px;
  }
}

/*------------CH 首頁區塊 ------------*/
.main {
  position: relative;
  padding: 50px 0 0;
  min-height: calc(100vh - 120px);
  background: url("../images/bg.png") center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .main {
    padding: 80px 0 0;
  }
}

h2.titleBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
h2.titleBox .title-link {
  display: block;
  background: url("../images/h2.svg") no-repeat left center;
  background-size: cover;
  width: 250px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  h2.titleBox .title-link {
    margin-top: 10px;
    width: 500px;
    height: 100px;
  }
}
@media (min-width: 1366px) {
  h2.titleBox .title-link {
    width: 750px;
    height: 155px;
  }
}

.btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .btnBox {
    padding-top: 80px;
  }
}

.sdgBox {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 10px;
}/*# sourceMappingURL=main.css.map */