@charset "UTF-8";
@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");
/*-- GLOBAL 區塊*/
/* setting */
body {
  background-color: #fff;
  color: #6e6e6e;
  font-family: "Noto San TC", "Microsoft JhengHei", Arial;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

a {
  color: #636363;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #23663F;
}

p {
  line-height: 1.5;
}

ul {
  padding-top: inherit;
}

button {
  border: 0px solid transparent;
}

.text_primary {
  color: #23663F;
}

/*-- 頁碼樣式 --*/
.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: #C1CCBC;
  color: #333;
}
#MainContent_DataPager1 > span {
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  background-color: #C1CCBC;
  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;
}

/* 無障礙設定 */
/*-- keyboard-focus -- */
a:active, a:hover {
  text-decoration: none;
  outline: 0;
  transition: all linear 300ms;
}

/*-- 視覺隱藏 */
.u-focus-only {
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  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: 18px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 10;
}

/*-- 導盲磚 */
.c, .u, .b {
  color: transparent !important;
  position: absolute;
  z-index: 1000;
  opacity: 0;
}
.c:focus-visible, .u:focus-visible, .b:focus-visible {
  opacity: 1;
  color: #535456 !important;
}

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

.u {
  top: 30px;
  left: -20px;
}

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

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

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

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

.btn_outline_primary {
  display: inline-block;
  background: #fff;
  border: 1px solid #23663F;
  color: #23663F;
  transition: all 0.3s;
}
.btn_outline_primary:hover {
  background-color: rgb(21.9708029197, 64.0291970803, 39.5474452555);
  border: 1px solid rgb(21.9708029197, 64.0291970803, 39.5474452555);
  color: #fff;
}
.btn_outline_primary:focus, .btn_outline_primary:focus-visible, .btn_outline_primary:active {
  background-color: rgb(21.9708029197, 64.0291970803, 39.5474452555) !important;
  border: 1px solid rgb(21.9708029197, 64.0291970803, 39.5474452555);
  color: #fff !important;
}

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

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

.btn_block_outline {
  display: inline-block;
  background: #fff;
  border: 1px solid #23663F;
  color: #23663F;
  transition: all 0.3s;
  border-radius: 30px;
}
.btn_block_outline:hover {
  background-color: rgb(21.9708029197, 64.0291970803, 39.5474452555);
  border: 1px solid rgb(21.9708029197, 64.0291970803, 39.5474452555);
  color: #fff;
}
.btn_block_outline:focus, .btn_block_outline:focus-visible, .btn_block_outline:active {
  background-color: rgb(21.9708029197, 64.0291970803, 39.5474452555) !important;
  border: 1px solid rgb(21.9708029197, 64.0291970803, 39.5474452555);
  color: #fff !important;
}

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

/* Header */
.header {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .header {
    padding: 0 40px;
  }
}
.header .wrap {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 80px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .header .wrap {
    height: 90px;
  }
}

/*LOGO*/
.logo {
  margin-bottom: 0;
}
.logo .logo-link {
  display: block;
  background: url("../images/logo_esg.svg") no-repeat left center;
  background-size: cover;
  width: 242px;
  height: 37px;
  margin: 0;
  text-indent: -9999px;
}

/*上方右側區塊 */
.topMenu-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/*-- 報告書下載 語言btn --*/
.topMenu-box .languageBox, .topMenu-box .btn_block {
  display: none;
}
@media (min-width: 992px) {
  .topMenu-box .languageBox, .topMenu-box .btn_block {
    display: inline-block;
  }
}

/*-- 語言btn --*/
.languageBox {
  position: relative;
  margin: 0 5px;
}

.languageBtn {
  padding: 5px 10px;
}
.languageBtn svg {
  margin-bottom: 4px;
}

.languageBox {
  transition: all 0.3s;
}
.languageBox ul.language-menu {
  display: none;
  list-style: none;
  padding-left: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 100%;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
.languageBox:hover {
  border-radius: 30px 30px 0 0;
  background-color: #23663F;
}
.languageBox:hover svg {
  fill: #fff;
}
.languageBox:hover ul.language-menu {
  display: block;
  border-radius: 0 0 30px 30px;
}

ul.language-menu li a {
  position: relative;
  display: block;
  letter-spacing: 1.2px;
  font-size: 0.85rem;
  padding: 10px 0;
  transition: all 0.3s;
}
ul.language-menu li:first-child a {
  border-bottom: 1px solid #ccc;
}
ul.language-menu li:last-child a {
  border-radius: 0 0 30px 30px;
}

/*-- 手機選單按鈕 --*/
.mobileMenuBtn {
  display: inline-block;
  position: relative;
  right: 0px;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #FFF;
}
@media (min-width: 992px) {
  .mobileMenuBtn {
    display: none;
  }
}
.mobileMenuBtn span.mid {
  font-size: 0;
  text-indent: -9999px;
}
.mobileMenuBtn span.mid::before, .mobileMenuBtn span.mid::after {
  content: "";
  position: absolute;
  width: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobileMenuBtn span.mid::before {
  height: 2px;
  background-color: #23663F;
}
.mobileMenuBtn span.mid::after {
  height: 22px;
  border-top: 2px solid #23663F;
  border-bottom: 2px solid #23663F;
}

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

.banner-box {
  position: relative;
}
.banner-box .owl-nav {
  display: none;
}
.banner-box .scrollDown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.banner-box span.line {
  position: relative;
  width: 2px;
  height: 54px;
  display: block;
  background-color: #e5e5e5;
  overflow: hidden;
  margin-top: 10px;
}
.banner-box span.line::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  animation: scrollDown 1.5s linear infinite forwards;
  background-color: #ADD786;
  top: 0;
  left: 0;
  z-index: 2;
}

@keyframes scrollDown {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
/* 頁尾--------------------------------------* */
/* 開合bottom-menu 隱藏下拉選單* */
.bottom-menu {
  border-top: 8px solid #D9D9D9;
  background: #C1CCBC;
  position: relative;
}

.bottom-menu .btn-sm {
  padding: 5px 0;
  padding: 5px 12px;
  color: #636363;
}
.bottom-menu .btn-sm:hover {
  color: #23663F;
}

.collapse_btn {
  padding: 10px 0;
}

.is-hidden {
  display: none;
}

#collapse_wrap, #collapse_wrap_en {
  background-color: #C1CCBC;
  padding-top: 20px;
}

.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: #636363;
}
ul.bottom-menu--list > li > a:hover {
  background-color: #23663F;
}
ul.bottom-menu--list > li a {
  color: #636363;
  display: block;
  padding: 0 8px;
}
ul.bottom-menu--list > li a:hover {
  background-color: #91B56F;
}
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-color: #C1CCBC;
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 120px;
  }
}

.footer-wrap {
  padding-bottom: 50px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .footer-wrap {
    padding-bottom: 120px;
  }
}

.footer-logo {
  display: block;
}

.footer-left {
  padding-top: 16px;
}

.browse {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .browse {
    margin-top: 0;
  }
}

.btn-top svg {
  margin-right: 8px;
}
.btn-top:hover svg {
  fill: #23663F;
}

.copyright {
  background-color: #42554E;
  padding: 18px 0;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
.copyright p {
  margin-bottom: 0;
}

/*桌機導覽列主選單*/
.menu-box {
  position: relative;
  z-index: 20;
  display: none;
}
@media (min-width: 992px) {
  .menu-box {
    display: inline-block;
  }
}
.menu-box ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.menu-box ul li {
  position: relative;
  text-align: start;
}
.menu-box ul li a.menu-link {
  display: block;
  color: #333;
}

.navmenu-v {
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
@media (min-width: 1366px) {
  .navmenu-v {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.navmenu-v > li.menu-Level1 > a.menu-link {
  padding: 32px 0;
}
.navmenu-v > li.menu-Level1 > a.menu-link:hover {
  color: #23663F;
}
.navmenu-v > li.menu-Level1 > a.menu-link:hover::after {
  width: 100%;
}

/* 桌機主選單 deskMenu-第2層以下 */
ul#navmenu-v ul {
  border-radius: 15px;
  box-shadow: 0 0 8px 2px rgba(68, 68, 68, 0.2);
}
ul#navmenu-v ul li a {
  padding: 15px 10px;
  background-color: #ffffff;
}
ul#navmenu-v ul li a:hover {
  background-color: #91B56F;
}
ul#navmenu-v ul li:not(:last-child) a {
  border-bottom: dashed 1px #ccc;
}

ul#navmenu-v ul li::first-child a {
  border-radius: 10px 10px 0 0;
}

/* 桌機主選單 deskMenu-第2層 */
#navmenu-v li.menu-Level1 ul.WebMenuList2 {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 180px;
  z-index: 99;
  width: 180px;
}
#navmenu-v li.menu-Level1:hover ul.WebMenuList2 {
  display: block;
}

/* 桌機主選單 deskMenu-第3層 */
ul#navmenu-v ul.WebMenuList2 li ul.WebMenuList3 {
  display: none;
  width: 180px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
}
ul#navmenu-v ul.WebMenuList2 li:hover ul.WebMenuList3 {
  display: block;
}

/* 桌機主選單 deskMenu-第4層 */
ul#navmenu-v ul.WebMenuList3 ul.WebMenuList4 {
  display: none;
}

/* 手機選單 */
.mobileMenu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #215237;
  padding: 15px 20px 15px 40px;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  text-align: right;
}
@media (min-width: 576px) {
  .mobileMenu {
    width: 50%;
  }
}
.mobileMenu a.off {
  font-size: 1.5rem;
  transition: color 0.3s;
}
.mobileMenu svg {
  color: #fff;
}
.mobileMenu span {
  font-size: 0;
  text-indent: -999px;
}

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

.mobileMenu .topLink {
  display: block;
  margin-top: 20px;
}
.mobileMenu .topLink li {
  width: 100%;
  margin-bottom: 8px;
}
.mobileMenu .topLink li a {
  display: block;
  width: 100%;
  padding: 6px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
}

ul#navmenu-v2 {
  width: 100%;
  margin: 0;
}
ul#navmenu-v2 li {
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 50px;
  border-bottom: #b6b6b6 solid 1px;
}
ul#navmenu-v2 li:last-child {
  border-bottom: none;
}
ul#navmenu-v2 li a {
  padding: 0 10px;
  display: inline-block;
  text-align: left;
  color: #ffffff;
}
@media (min-width: 576px) {
  ul#navmenu-v2 li a {
    display: inline-block;
    min-width: 300px;
  }
}
ul#navmenu-v2 li button {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 20px;
}

/* mobile-menu 第2層 手機選單 */
ul#navmenu-v2 ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.1215686275);
}
ul#navmenu-v2 ul li {
  border-bottom: rgba(255, 255, 255, 0.513) solid 1px;
}
ul#navmenu-v2 ul li a {
  margin-left: 1rem;
}

/* mobile-menu 第3層 手機選單 */
ul#navmenu-v2 ul ul li {
  border-bottom: rgba(255, 255, 255, 0.513) solid 1px;
}
ul#navmenu-v2 ul ul li a {
  margin-left: 2rem;
}

.main-layout {
  position: relative;
}

.boxTitle {
  font-size: 2.625rem;
  font-weight: 600;
  color: #23663F;
}

.btnMore {
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  font-weight: bold;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 25px;
  border-radius: 30px;
  height: 62px;
  width: 250px;
  transition: all 0.3s;
}
.btnMore i {
  font-size: 2rem;
  color: #fff;
}
.btnMore .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #91B56F;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.btnMore .circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  transform: scale(0);
  border-radius: 50%;
  background-color: #23663F;
  transition: all 0.4s;
  z-index: 1;
}
.btnMore svg {
  z-index: 2;
}

.btnMore:hover .circle::before {
  background-color: #23663F;
  transform: scale(1);
}

.csrBox {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .csrBox {
    padding-top: 120px;
  }
}

.csr-wrap {
  order: 1;
}
@media (min-width: 1200px) {
  .csr-wrap {
    order: 2;
  }
}

.slide-wrap {
  order: 2;
}
@media (min-width: 1200px) {
  .slide-wrap {
    order: 1;
  }
}

.csrInfo {
  position: relative;
  padding: 0 50px 80px;
}
@media (min-width: 1366px) {
  .csrInfo {
    padding: 50px 80px;
  }
}
@media (min-width: 1400px) {
  .csrInfo {
    padding: 200px 50px 170px 100px;
  }
}
@media (min-width: 1600px) {
  .csrInfo {
    padding: 200px 50px 245px 100px;
  }
}

.csrInfo::before,
.csrInfo::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: none;
}
@media (min-width: 1400px) {
  .csrInfo::before,
  .csrInfo::after {
    display: block;
  }
}

.csrInfo::before, .csrInfo::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.csrInfo::before {
  background-image: url("../images/esg/csrbg1.png");
  width: 191px;
  height: 139px;
  top: -20px;
  right: 80px;
}
.csrInfo::after {
  background-image: url("../images/esg/csrbg2.png");
  width: 270px;
  height: 270px;
  bottom: 0;
  right: 80px;
}

.slideBox {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: clip;
}
@media (min-width: 1366px) {
  .slideBox {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .slideBox {
    height: 720px;
  }
}
.slideBox::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  background-color: #DBE6DE;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 1400px) {
  .slideBox::after {
    border-radius: 0 30px 10px 0;
  }
}
@media (min-width: 1600px) {
  .slideBox::after {
    border-radius: 0 120px 10px 0;
  }
}

.slideList {
  animation: slide-animation 80s -40s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideList .slideLeft, .slideList .slideRight {
  width: 50%;
}
.slideList .slideLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
}
.slideList .slideRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
}
.slideList .slide {
  border-radius: 15px;
  overflow: hidden;
}
.slideList .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes slide-animation {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.governBox {
  position: relative;
  padding: 200px 0 100px;
  background-color: #F3F3F3;
}
.governBox .boxTitle {
  position: relative;
}
.governBox .boxTitle::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/esg/title_bg.png");
  width: 94px;
  height: 93px;
  top: -50px;
  left: -40px;
}

.governWrap {
  position: relative;
  z-index: 2;
}

.governBg {
  content: "";
  position: absolute;
  display: none;
  width: 41.6666666667%;
  height: 100%;
  right: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .governBg {
    display: block;
  }
}
.governBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .boxHead {
    width: 60%;
  }
}

.governInfo {
  width: 100%;
}
@media (min-width: 1200px) {
  .governInfo {
    clip-path: inset(0 0 0 -100vw);
    width: 66.666667%;
  }
}

.governItem {
  display: block;
  padding: 25px;
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}

.item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.item-head .item-date .day {
  font-size: 2.85rem;
}
.item-head .item-month {
  display: inline-block;
  vertical-align: text-bottom;
}
.item-head .item-month span {
  display: block;
  font-size: 0.9rem;
}
.item-head .item-sort {
  font-size: 1rem;
  color: #A58434;
}

.item-main {
  height: 59px;
  overflow: hidden;
  margin-bottom: 30px;
}

.item-more {
  text-align: right;
}
.item-more svg {
  fill: #23663F;
  transform: rotate(-45deg);
}

.swiper-wrapper .swiper-slide:nth-child(odd) {
  margin-top: 30px;
}

.button-box {
  position: relative;
  display: block;
  width: 100px;
  bottom: 0;
  height: 50px;
}
.button-box::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: #ccc;
  left: 50%;
  top: 11px;
}
.button-box .swiper-button-next,
.button-box .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0);
  color: #48723f;
}
.button-box .swiper-button-next::after,
.button-box .swiper-button-prev::after {
  font-weight: 600;
  font-size: 1.35rem;
}
.button-box .swiper-button-next {
  right: 0;
}
.button-box .swiper-button-prev {
  left: 0px;
}

.mobile-moreBox {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .mobile-moreBox {
    display: none;
  }
}

.sdgBox {
  padding: 180px 0;
  position: relative;
}
.sdgBox .boxTitle {
  text-align: center;
  margin-bottom: 50px;
}

.group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  height: 700px;
}
@media (min-width: 576px) {
  .group {
    height: 600px;
    flex-direction: row;
  }
}

.sdg-item {
  position: relative;
  overflow: hidden;
  min-width: 86px;
  min-height: 86px;
  margin: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.sdg-item:not(.active) {
  flex-grow: 1;
  border-radius: 50px;
}
.sdg-item:not(.active) .label {
  bottom: 0px;
  left: 10px;
}
.sdg-item:not(.active) .label .info {
  transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  display: none;
  opacity: 0;
}
.sdg-item.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 970px;
  border-radius: 40px;
}
.sdg-item.active .label {
  bottom: 20px;
  left: 20px;
}
.sdg-item.active .label .info {
  width: calc(90% - 80px);
  display: block;
  opacity: 1;
}
@media (min-width: 1400px) {
  .sdg-item.active .label .info {
    width: calc(70% - 80px);
  }
}

.label {
  position: absolute;
  display: flex;
  color: #fff;
}
.label .info {
  margin-left: 18px;
}
.label figure.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .label figure.icon {
    width: 65px;
    height: 65px;
  }
}
.label figure.icon img {
  width: 60%;
  height: 60%;
}
.label .title {
  font-size: 1.5rem;
  padding-top: 16px;
}

.sdg-item.bg01 {
  background-image: url("../images/esg/esg01.jpg");
}

.sdg-item.bg02 {
  background-image: url("../images/esg/esg02.jpg");
}

.sdg-item.bg03 {
  background-image: url("../images/esg/esg03.jpg");
}

.sdg-item.bg04 {
  background-image: url("../images/esg/esg04.jpg");
}

.bgBox {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 1400px) {
  .bgBox {
    display: block;
  }
}
.bgBox span.semicircle {
  content: "";
  position: absolute;
  background-image: url("../images/esg/sdgBg2.png");
  width: 314px;
  height: 250px;
  right: 9%;
  top: 52%;
}
.bgBox::before, .bgBox::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.bgBox::before {
  background-image: url("../images/esg/sdgBg1.png");
  width: 262px;
  height: 179px;
  top: 5%;
  right: 7%;
}
.bgBox::after {
  background-image: url("../images/esg/sdgBg3.png");
  width: 318px;
  height: 242px;
  bottom: 0;
  left: 5%;
}

.reportBox .reportBg {
  order: 2;
}
@media (min-width: 768px) {
  .reportBox .reportBg {
    order: 1;
  }
}
.reportBox .reportInfo {
  order: 1;
}
@media (min-width: 768px) {
  .reportBox .reportInfo {
    order: 2;
  }
}
.reportBox .report_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reportBox .report_content {
  background-color: #F3F3F3;
  padding: 100px 30px;
  min-height: 100%;
}
@media (min-width: 1200px) {
  .reportBox .report_content {
    padding: 150px 80px;
  }
}
.reportBox h2.reportTitle {
  font-weight: 600;
  color: #333;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .reportBox h2.reportTitle {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .reportBox h2.reportTitle {
    font-size: 2.85rem;
  }
}
.reportBox .reportBtn {
  background-color: #23663F;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 25px;
  border-radius: 30px;
  height: 62px;
  width: 250px;
  transition: all 0.3s;
}
.reportBox .reportBtn i {
  font-size: 2rem;
  color: #fff;
}
.reportBox .reportText {
  margin-bottom: 80px;
}

.login_area {
  margin-top: 50px;
}
.login_area label {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.login_area .manager-login-box {
  border: 1px solid #ccc;
  margin: 30px 0 80px;
  border-radius: 20px;
  overflow: hidden;
}
.login_area .login-img {
  background: url(../images/esg/login_bg.jpg) no-repeat center;
  background-size: cover;
}

.login_middle .login-form {
  margin: 30px 60px;
  padding: 50px;
}
.login_middle .login-form .form-group {
  margin-top: 40px;
}
.login_middle .login-form .form-group:nth-last-child(1) {
  margin-bottom: 40px;
}
.login_middle .login-form .form_num {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_middle .login-form .login_btn .btn {
  width: 49%;
}
.login_middle .login-form .alert-warning {
  width: 100%;
}
.login_middle .login-form .login_message {
  color: #d53636;
}

/*------------- 內頁 -------------*/
.body-content {
  margin: 100px auto 50px;
  position: relative;
  min-height: 650px;
}

/* 路徑 麵包屑 */
.page-path {
  font-size: 1rem;
  font-weight: normal;
  padding: 5px 0;
  position: relative;
}
.page-path .breadcrumb {
  margin-bottom: 0;
}
.page-path .breadcrumb a {
  color: #666;
  text-decoration: none;
}
.page-path .breadcrumb a:hover {
  color: #23663F;
}

/*-- 內頁 標題 日期 分享按鈕 --*/
.page-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.5rem 0 1rem;
}

h2.pageTitle {
  font-size: 2.75rem;
  line-height: 50px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333;
}

.pageDate {
  font-size: 1rem;
  padding-bottom: 0.75rem;
}

.page_sdg_type {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
}
.page_sdg_type .page_sdg img {
  width: 48px;
  margin-right: 8px;
  margin-bottom: 8px;
}

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

/* 分享按鈕 */
.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: #91B56F;
  color: #fff;
}
.web-font-btn > a:first-child {
  font-size: 0.8rem;
}
.web-font-btn > a:nth-child(2) {
  font-size: 1rem;
}
.web-font-btn > a:nth-child(3) {
  font-size: 1.25rem;
}

/*模組-共用-搜尋---------*/
.page-content .search-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .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: 576px) {
  .page-content .search-bar .searchBox {
    max-width: 285px;
    margin-left: 10px;
  }
}
.page-content .search-bar .btnBox {
  width: 100%;
  margin-left: 0;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .page-content .search-bar .btnBox {
    margin-left: 8px;
    width: 90px;
  }
}
.page-content .search-bar .btn_block, .page-content .search-bar .btn_block_outline {
  width: 100%;
}
.page-content .search-bar .form-control, .page-content .search-bar .form-select {
  border-radius: 30px;
}

.mode_view a {
  color: #289e81;
  text-decoration: underline;
}

/*模組三*/
.mode03-list .item-date {
  padding-right: 0.5rem;
}

.mode03-list .list-item {
  padding: 24px 16px;
  border-bottom: solid 1px #ccc;
}
.mode03-list .list-item .item-date {
  font-size: 1rem;
  display: inline-block;
  color: #23663F;
  width: 105px;
}
.mode03-list .list-item .item-sort {
  display: inline-block;
}
.mode03-list .list-item .item-title a {
  font-weight: 500;
}

/* 清單標題 */
.list-title-color {
  background-color: #97a5a1;
  color: #fff;
  min-height: 40px;
  display: flex;
  align-items: center;
}

/*模組四*/
.mode04-list .list-title-color {
  padding: 24px 0;
}
.mode04-list .list-title-color div {
  padding: 0 1.5rem;
}
.mode04-list img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.mode04-list-item {
  padding: 32px 16px;
  border-bottom: 1px dashed #919191;
}
.mode04-list-item div {
  padding-right: 1rem;
}

.mode04-list .mode04-list-item:last-child {
  border-bottom: none;
}

/*模組5*/
.mode05-list .list-item {
  padding: 24px 16px;
  border-bottom: solid 1px #ccc;
}
.mode05-list .list-item .item-date {
  width: 100px;
  font-size: 1rem;
  color: #23663F;
}
.mode05-list .list-item .item-sort {
  display: inline-block;
}
.mode05-list .list-item .item-kind {
  font-size: 1rem;
  padding: 2px 8px;
  border-radius: 25px;
  border: 1px solid #23663F;
  color: #23663F;
  font-weight: 600;
}

.pageClass {
  padding-bottom: 0.75rem;
}
.pageClass span {
  font-size: 1rem;
  padding: 4px 8px;
  border-radius: 25px;
  background-color: #23663F;
  color: #fff;
}

.mode_view table {
  border-color: #eee;
}
.mode_view tr {
  text-align: center;
}
.mode_view th {
  background-color: #97a5a1;
  color: #ffffff;
  padding: 15px 0;
}
.mode_view td {
  padding: 15px 0;
}

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

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

.sdg_go_area {
  margin-bottom: 100px;
}
.sdg_go_area .search-bar {
  border-radius: 20px;
}
.sdg_go_area .sdg_go {
  display: inline-block;
  padding: 5px 15px !important;
  border-radius: 50px;
  padding: 0;
  color: #4e4e4e;
  background-color: #eee;
  margin: 10px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1.5px;
  transition: 0.5s ease-in-out;
}
.sdg_go_area .sdg_go:hover {
  background-color: #91B56F;
  color: #ffffff;
}

.news-item {
  padding: 24px 16px;
  border-bottom: 1px solid #ccc;
}
.news-item:hover {
  background-color: #eeeeee;
}
.news-item .sdg_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 500;
}
.news-item .sdg_content .item-date {
  width: 100px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.news-item .sdg_content .item-date .day {
  font-size: 2.85rem;
  margin-right: 5px;
}
.news-item .sdg_content .item-date .item-month {
  vertical-align: text-bottom;
}
.news-item .sdg_content .item-date .item-month span {
  display: block;
  font-size: 0.9rem;
}
.news-item .sdg_content .image_area img {
  width: 100%;
  height: auto;
}
.news-item .sdg_content .item-title {
  display: flex;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
}
.news-item .sdg_content .item-sort {
  margin-right: 5px;
}
.news-item .image_area {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
  background-color: #91B56F;
}
.news-item .sdg_detail {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .news-item .sdg_detail {
    width: calc(100% - 180px);
  }
}
.news-item .sdg_detail span {
  margin-right: 15px;
}
.news-item .tag_area {
  display: none;
}
@media (min-width: 768px) {
  .news-item .tag_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 170px;
    overflow: hidden;
  }
}
.news-item .tag_area .sdg_tag {
  margin-left: 8px;
  border-radius: 3px;
}

.news-item:hover .item-title {
  color: #23663F;
  width: calc(100% - 120px);
}

#sitemap ul {
  margin-bottom: 70px;
}
#sitemap ul a {
  color: #23663F;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
#sitemap ul a:hover {
  color: #d53636;
}

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

/* banner */
/*-- 插件 owl-carousel style --*/
.banner-box .owl-theme .owl-nav .owl-prev,
.banner-box .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  background: #fff;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}
.banner-box .owl-theme .owl-nav .owl-prev:hover,
.banner-box .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}
@media (min-width: 576px) {
  .banner-box .owl-theme .owl-nav .owl-prev,
  .banner-box .owl-theme .owl-nav .owl-next {
    width: 30px;
    height: 40px;
  }
}

.banner-box .owl-theme .owl-nav .owl-prev {
  left: 20px;
  background: url(../images/banner-arrow.png) no-repeat !important;
  background-size: cover !important;
  background-position: right !important;
}

.banner-box .owl-theme .owl-nav .owl-next {
  right: 20px;
  background: url(../images/banner-arrow.png) no-repeat !important;
  background-size: cover !important;
  background-position: left !important;
}

.banner-box .owl-theme .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -5px;
}
@media (min-width: 992px) {
  .banner-box .owl-theme .owl-dots {
    bottom: 10px;
  }
}
.banner-box .owl-theme .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border: solid 2px #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .banner-box .owl-theme .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
  }
}
.banner-box .owl-theme .owl-dots .owl-dot.active {
  background: #ffffff;
  border: solid 2px #ffffff;
  opacity: 1;
}
.banner-box .owl-theme .owl-dots .owl-dot span {
  font-size: 0;
}