﻿@charset "UTF-8";
/* 管理網站色系 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Noto+Sans+TC:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600&display=swap");
:root {
  --main-color: #00866b;
  --main-color-opacity: rgba(0,134,107,.25);
  --second-color: #ff7a40;
  --third-color: #ff7a40;
  --forth-color: #009678;
  --fifth-color: #fdfcb6;
  /*--sixth-color: #4e7770;*/
}

/*css檔案為套件web compiler產生，建議修改在scss檔案上重新生成*/
html, body {
  font-family: "微軟正黑體", "Montserrat", "Noto Sans TC", sans-serif !important;
}

html.no-js .banner .slick {
  display: none;
}
html.no-js .banner .slick img {
  opacity: 0;
  transition: all ease 0.5s;
}
html.js .banner .slick {
  display: block;
}
html.js .banner .slick img {
  opacity: 1;
  transition: all ease 0.5s;
}

.h2 {
  border-bottom: 1px solid var(--forth-color);
  color: var(--main-color);
}

a:hover {
  color: var(--second-color);
}

.btn.btn-default {
  padding: 10px 15px;
  background: var(--main-color);
}
.btn.btn-default:before {
  display: none;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  background: var(--second-color);
  color: #fff;
}
.btn.btn-info {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}


.header .navbar {
    background: #fff;
    border: 0;
}
.header .navbar .navbar-brand {
  width: 180px;
  height: 60px;
  background-size: contain;
  text-indent: -99999px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #333;
}
.header .navbar .navbar-nav .nav-item.dropdown > .navbar-nav.dropdown {
  border-radius: 0;
  padding: 0;
  border: 1px solid #8f8f8f;
  width: auto;
  min-width: 9em;
}
.header .navbar .navbar-nav .nav-item.dropdown > .navbar-nav {
  width: 210px;
  left: 50%;
  transform: translateX(-50%);
}
.header .navbar .navbar-nav .nav-item.dropdown > .navbar-nav .nav-item > .navbar-nav {
  transition: all ease 0.3s;
  opacity: 0;
  width: auto;
  min-width: 10em;
  /*border-radius: 0;*/
  padding: 0;
  /*border: none;*/
}
.header .navbar .navbar-nav .nav-item.dropdown > .navbar-nav .nav-item:hover > .navbar-nav {
  opacity: 1;
}
.header .navbar .navbar-nav > .nav-item {
  font-size: 16px;
  margin: 0 1.8vw;
}
.header .navbar .navbar-nav > .nav-item > .nav-link {
  padding: 36px 5px;
  text-align: center;
}
.header .navbar .navbar-nav > .nav-item > .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 0;
  left: 50%;
  bottom: 0;
  border-radius: 10px;
  transform: translateX(-50%);
  background: var(--second-color);
  transition: all ease 0.5s;
}
.header .navbar .navbar-nav > .nav-item > .nav-link > .caret {
  display: none;
  border: 0;
  width: 12px;
  height: 10px;
  vertical-align: baseline;
}
.header .navbar .navbar-nav > .nav-item > .nav-link > .caret:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 12px;
}
.header .navbar .navbar-nav > .nav-item:hover > .nav-link:after, .header .navbar .navbar-nav > .nav-item:focus > .nav-link:after, .header .navbar .navbar-nav > .nav-item:active > .nav-link:after, .header .navbar .navbar-nav > .nav-item.b > .nav-link:after {
  width: 100%;
}
.header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item {
  text-align: center;
  margin: 0;
}
.header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item > .nav-link {
  padding: 12px 15px;
}
.header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item .nav-link:after {
  display: none;
}
.header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item .nav-link > .caret {
  display: block;
  border: 0;
  margin: 0;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 5px var(--forth-color);
}
.header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item .nav-link > .caret:before {
  display: none;
}
.header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item:hover > .nav-link, .header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item:focus > .nav-link, .header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item:active > .nav-link {
  color: #333;
  background: #e6e6e6;
}
.header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item:hover > .nav-link > .caret, .header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item:focus > .nav-link > .caret, .header .navbar .navbar-nav > .nav-item > .navbar-nav > .nav-item:active > .nav-link > .caret {
  border-left: solid 5px var(--main-color);
}
.header .navbar .lang {
  margin-left: 25px;
  margin-right: 15px;
}
.header .navbar .lang .btn {
  border-radius: 50px;
  min-width: 0;
}
.header .navbar .lang .dropdown-toggle:after {
  border: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 12px;
  line-height: 12px;
  vertical-align: baseline;
  transition: all ease 0.3s;
}
.header .navbar .lang .dropdown-toggle.show:after {
  transform: scaleY(-1);
}
.header .navbar .lang .dropdown-menu {
  color: #fff;
  background: none;
  min-width: 100%;
  border: 1px solid #c8d5d5;
  top: 100%;
  right: 0;
  padding: 0;
  text-align: center;
  border-radius: 0;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.05);
  transition: all ease 0.5s;
  visibility: visible;
  opacity: 0;
  display: block;
  transform: translateY(50%);
}
.header .navbar .lang .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header .navbar .lang .dropdown-menu.show li {
  background: none;
  margin: 0;
}
.header .navbar .lang .dropdown-menu a {
  display: block;
  padding: 8px 10px;
  font-size: 12px;
  background: #fff;
  border-radius: 0;
  transition: all ease 0.3s;
}
.header .navbar .lang .dropdown-menu a:hover {
  background: var(--main-color);
  color: #fff;
}
.header .bsnav-mobile .navbar {
  padding: 0;
}

.bsnav-mobile {
  top: 74px;
}
.bsnav-mobile .bsnav-mobile-overlay {
  top: 74px;
}
.bsnav-mobile .navbar {
  display: block;
}

.is_scroll .header .navbar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.banner {
  position: relative;
  margin-top: 94px;
}
.banner .slick {
  visibility: hidden;
}
.banner .slick:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 21%;
  background: #fff;
  z-index: 1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.banner .slick.slick-initialized, .banner .slick.oneMode {
  visibility: visible;
}
.banner .slick .slick-arrow {
  transition: all ease 0.5s;
  height: 72px;
  width: 72px;
  background: none;
}
.banner .slick .slick-arrow:before {
  content: "";
  display: block;
  height: 72px;
  width: 72px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/all/arrow.svg);
  transition: all ease 0.3s;
  opacity: 0.5;
}
.banner .slick .slick-arrow:hover:before {
  opacity: 1;
}
.banner .slick .slick-prev {
  transform: translate(-100%, -50%);
}
.banner .slick .slick-prev:before {
  transform: rotate(180deg);
}
.banner .slick .slick-next {
  transform: translate(100%, -50%);
}
.banner .slick .slick-dots {
  bottom: 4%;
  right: 2%;
  z-index: 2;
  width: auto;
}
.banner .slick .slick-dots li {
  height: 30px;
  width: 30px;
}
.banner .slick .slick-dots li button {
  margin: 0;
  height: 30px;
  width: 30px;
  background: transparent;
  text-indent: 0;
  border: 1px solid transparent;
  transition: all ease 0.3s;
}
.banner .slick .slick-dots li button:before {
  line-height: 32px;
  height: 30px;
  width: 30px;
  font-size: 16px;
  color: var(--main-color);
  opacity: 1;
  transition: all ease 0.3s;
}
.banner .slick .slick-dots li.slick-active button {
  border-color: var(--second-color);
}
.banner .slick .slick-dots li.slick-active button:before {
  color: var(--second-color);
}
.banner .slick:hover .slick-prev, .banner .slick:hover .slick-next, .banner .slick:focus .slick-prev, .banner .slick:focus .slick-next, .banner .slick:active .slick-prev, .banner .slick:active .slick-next {
  transform: translate(0, -50%);
}

.wid-float-section ul {
  background: var(--second-color);
  transform-origin: right bottom;
}
.wid-float-section ul li {
  padding: 0;
  width: 80px;
}
.wid-float-section ul li + li {
  border: 0;
}
.wid-float-section ul li a {
  width: 80px;
  padding: 12.5px 5px 10px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
}
.wid-float-section ul li a:hover, .wid-float-section ul li a:focus, .wid-float-section ul li a:active {
  color: var(--fifth-color);
}
.wid-float-section ul li a .icon {
  margin-bottom: 5px;
}
.wid-float-section ul li.b4 .icon {
  display: block;
  width: 24px;
  height: 33px;
  background: url(../images/all/floating_icon01.svg) no-repeat center;
  background-size: contain;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.wid-float-section ul li.top a .icon {
  margin-top: 10px;
}
.wid-float-section ul li.top a:hover .icon, .wid-float-section ul li.top a:focus .icon, .wid-float-section ul li.top a:active .icon {
  color: var(--fifth-color);
}

.ezshare-box ul li a:hover {
  color: #fff;
}

.breadcrumb {
  background: transparent;
  color: #808080;
  justify-content: flex-end;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  color: var(--second-color);
}
.breadcrumb a .txt-en {
  display: none;
}

body:not(.show).news .breadcrumb, body:not(.show).about .breadcrumb, body:not(.show).investor .breadcrumb, body:not(.show).sitemap .breadcrumb {
  float: right;
}
body:not(.show).investor .breadcrumb {
  float: none !important;
  position: relative;
  top: 0px;
  text-align: left;
}

.pagination .page-item .page-link {
  width: 42px;
  text-align: center;
  transition: all ease 0.3s;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus, .pagination .page-item .page-link:active {
  border-color: var(--second-color);
  color: #fff;
  background: var(--second-color);
}

/*.main-content {
    padding-top: 55px;
}*/
.main {
  position: relative;
  background-color: #fff;
  background-image: url(../images/home/bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 5vh 0;
}
.main:not(.home) {
  padding: 35px 0;
}

.side .bsnav, .side .navbar {
  background: transparent;
}
.side .filter-content ul li a {
  display: block;
  padding: 3px 2px;
}
.content .function-bar p{
	    position: absolute;
    margin-bottom: 0;
    right: 0;
    bottom: 0;
	}
.content .function-bar {
  margin-bottom: 10px;
  position:relative;
}
.content .function-bar .filter-item + .filter-item {
  margin-left: 10px;
}
.content .function-bar .filter-item .sort-area .form-label {
  margin: 7px 7px 5px 0;
  white-space: nowrap;
}
.content .function-bar .filter-item .sort-area .form-select:focus {
  border-color: var(--forth-color);
  box-shadow: 0 0 0 0.25rem var(--main-color-opacity);
}
.content .nav {
  margin: 20px -5px 15px;
}
.content .nav.nav-pills .nav-item {
  margin: 0 5px 5px;
  /*+ .nav-item {
      margin-left: 10px;
  }*/
}
.content .nav.nav-pills .nav-item .nav-link {
  border-radius: 3em;
  padding: 1em 1.5em;
  border: 1px solid var(--main-color);
  background: #fff;
  color: var(--main-color);
  transition: all ease 0.3s;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1em;
}
.content .nav.nav-pills .nav-item .nav-link:hover, .content .nav.nav-pills .nav-item .nav-link:focus, .content .nav.nav-pills .nav-item .nav-link:active {
  background: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}
.content .nav.nav-pills .nav-item .nav-link.active {
  background: var(--main-color);
  color: #fff;
}
.content .nav.nav-pills .nav-item .nav-link.active:hover, .content .nav.nav-pills .nav-item .nav-link.active:focus, .content .nav.nav-pills .nav-item .nav-link.active:active {
  background: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}

.table {
  background: #fff;
  border: 1px solid var(--main-color);
}
.table thead th {
  background: var(--main-color);
  color: #fff;
  white-space: nowrap;
  padding: 0.75rem 0.75rem;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #ddd;
  text-align: center;
}
.table thead th > h1, .table thead th h2, .table thead th h3, .table thead th h4, .table thead th h5, .table thead th h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.table thead th.date, .table thead th.download, .table thead th.link {
  text-align: center;
}
.table tbody tr:nth-child(even) td, .table tbody tr:nth-child(even) th {
  background: #f7f7f7;
}
.table tbody tr td, .table tbody tr th {
  padding: 0.75rem 0.75rem;
  border: 1px solid #ddd;
}
.table tbody tr td.date, .table tbody tr td.download, .table tbody tr td.link, .table tbody tr th.date, .table tbody tr th.download, .table tbody tr th.link {
  /*width: 1%;
      white-space: nowrap;*/
  text-align: center;
  padding: 0.75rem 1.25rem;
}
.table tbody tr td.date, .table tbody tr th.date {
  font-weight: 400;
  width: 1%;
  white-space: nowrap;
}
.table tbody tr td.download a, .table tbody tr td.link a, .table tbody tr th.download a, .table tbody tr th.link a {
  font-size: 14px;
  padding: 0.25em 0.4em;
  border: 1px solid var(--main-color);
  border-radius: 50%;
}
.table tbody tr td.download a:hover, .table tbody tr td.download a:focus, .table tbody tr td.download a:active, .table tbody tr td.link a:hover, .table tbody tr td.link a:focus, .table tbody tr td.link a:active, .table tbody tr th.download a:hover, .table tbody tr th.download a:focus, .table tbody tr th.download a:active, .table tbody tr th.link a:hover, .table tbody tr th.link a:focus, .table tbody tr th.link a:active {
  border-color: var(--second-color);
  color: #fff;
  background: var(--second-color);
}
.table tbody tr td.max-4, .table tbody tr th.max-4 {
  max-width: 4em;
  white-space: normal !important;
}

.footer .footer_content {
  padding: 65px 0;
  position: relative;
  background: var(--main-color);
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
}
.footer .footer_content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 40px;
  background: var(--forth-color);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.footer .footer_content .footer-brand {
  max-width: 180px;
  margin-left: auto;
}
.footer .footer_content .sitemap {
  max-width: 360px;
  padding-left: 5.5vw;
  border-left: 1px solid #fff;
}
.footer .footer_content .sitemap > ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_content .sitemap > ul > li {
  flex: 0 0 50%;
  padding: 4px 0;
  margin: 0;
}
.footer .footer_content .sitemap > ul > li:hover a, .footer .footer_content .sitemap > ul > li:focus a, .footer .footer_content .sitemap > ul > li:active a {
  color: #fff;
}
.footer .footer_content .sitemap > ul > li > a {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
}
.footer .footer_content .sitemap > ul > li > a:hover, .footer .footer_content .sitemap > ul > li > a:focus, .footer .footer_content .sitemap > ul > li > a:active {
  color: var(--fifth-color);
}
.footer .footer_content .siteinfo ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_content .siteinfo ul li {
  flex: 0 0 60%;
  padding: 4px 0;
}
.footer .footer_content .siteinfo ul li:nth-child(even) {
  flex: 0 0 40%;
}
.footer .footer_content .siteinfo ul li a {
  color: #fff;
}
.footer .footer_content .siteinfo ul li a:hover, .footer .footer_content .siteinfo ul li a:focus, .footer .footer_content .siteinfo ul li a:active {
  color: var(--fifth-color);
}
.footer .footer_content .copyright, .footer .footer_content .powered {
  margin-top: 5px;
}
.footer .footer_content .copyright {
  text-align: right;
}
.footer .footer_content .copyright ul {
  margin-bottom: 0;
}
.footer .footer_content .powered {
  opacity: 0.4;
}
.footer .footer_content .powered a {
  color: #fff;
}

body:not(.home) .banner .slick:before {
  display: none;
}
body:not(.home) .banner .slick .slick-dots {
  opacity: 0;
  pointer-events: none;
}
body.home .content section {
  padding: 35px 0;
}
body.home .content .about {
  padding: 15px 0;
}
body.home .content .about .row > .col {
  flex: 0 0 44%;
}
body.home .content .about .row > .col + .col {
  flex: 0 0 56%;
}
body.home .content .about .row > .col .row .col {
  flex: 0 0 100%;
}
body.home .content .about .row > .col .row .col .pic {
  height: 250px;
}
body.home .content .about .row > .col .row .col .row .col {
  flex: 0 0 50%;
}
body.home .content .about .row > .col .row .col .row .col .item {
  margin-bottom: 0;
}
body.home .content .about a {
  display: block;
  position: relative;
  margin-bottom: 24px;
  height: 100%;
  width: 100%;
}
body.home .content .about a .pic {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
body.home .content .about a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 1s;
  opacity: 0.55;
}
body.home .content .about a .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%);
}
body.home .content .about a:hover .pic img, body.home .content .about a:focus .pic img, body.home .content .about a:active .pic img {
  transform: scale(1.08);
}
body.home .content .link-box {
  margin-top: 55px;
  padding-left: 35px;
  padding-right: 7px;
}
body.home .content .link-box [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
body.home .content .link-box .item {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
body.home .content .link-box .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
body.home .content .link-box .item .pic {
  overflow: hidden;
}
body.home .content .link-box .item .pic img {
  transition: all ease 1s;
}
body.home .content .link-box .item .txt {
  display: block;
  position: absolute;
  width: 80%;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 1;
  text-align: center;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
}
body.home .content .link-box .item:hover .pic img, body.home .content .link-box .item:focus .pic img, body.home .content .link-box .item:active .pic img {
  transform: scale(1.08);
}
body.home .content .wid {
  position: relative;
}
body.home .content .wid .h2 {
  font-size: 25px;
  color: #111;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0;
}
body.home .content .wid .h2 .txt-en {
  margin-left: 0.5em;
  color: var(--main-color);
}
body.home .content .wid .btn-more {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--third-color);
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  padding: 0.5em 2em;
}
body.home .content .wid .btn-more:hover, body.home .content .wid .btn-more:focus, body.home .content .wid .btn-more:active {
  background: var(--main-color);
}
body.home .content .wid.wid-home-news .txt-list {
  padding: 40px 2px;
  border-top: 1px solid #696969;
  border-bottom: 1px solid #696969;
}
body.home .content .wid.wid-home-news .txt-list .list_item + .list_item {
  margin-top: 25px;
}
body.home .content .wid.wid-home-news .txt-list .list_item .info {
  display: block;
  font-size: 16px;
  color: #333;
  letter-spacing: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.home .content .wid.wid-home-news .txt-list .list_item .info .date {
  display: block;
}
body.home .content .wid.wid-home-news .txt-list .list_item .info:hover, body.home .content .wid.wid-home-news .txt-list .list_item .info:focus, body.home .content .wid.wid-home-news .txt-list .list_item .info:active {
  color: var(--third-color);
}
body.news .article-list .item {
  position: relative;
}
body.news .article-list .item + .item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
body.news .article-list .item.pin .txt {
  position: relative;
  padding: 25px 0 0 2em;
}
body.news .article-list .item.pin .txt:after {
  content: "\f08d置頂貼文";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.25em;
  color: #fff;
  background: var(--second-color);
  padding: 0.5em 0.75em 0.5em 1em;
  border-radius: 30px;
}
body.news .article-list .item a {
  display: flex;
}
body.news .article-list .item a:hover, body.news .article-list .item a:focus, body.news .article-list .item a:active {
  color: var(--main-color);
  /*.txt {
      background: #f7f7f7;
  }*/
}
body.news .article-list .item a:hover .pic img, body.news .article-list .item a:focus .pic img, body.news .article-list .item a:active .pic img {
  transform: scale(1.1);
}
body.news .article-list .item .pic {
  flex: 1 1 40%;
  max-width: 500px;
  overflow: hidden;
}
body.news .article-list .item .pic img {
  transition: all ease 1s;
}
body.news .article-list .item .txt {
  flex: 1 1 60%;
  padding: 0 0 0 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  transition: all ease 0.3s;
}
body.news .article-list .item .txt .time {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
body.news .article-list .item .txt .info {
  text-overflow: initial;
  white-space: initial;
  max-height: 3em;
}
body.news .article-list .item .txt .desc {
  margin-top: 5px;
  font-size: 14px;
  color: #868686;
  font-weight: 300;
  margin-bottom: 0;
}
body.news .place-box .pic {
  margin-bottom: 20px;
}
body.news .place-box .item {
  margin-top: 20px;
  border: 1px solid var(--main-color);
  padding: 15px 20px;
  background: #fff url(../images/news/place-bg.svg) no-repeat;
  background-position: right -20px bottom -30px;
  background-size: 150px;
  box-shadow: 0 0 0 var(--second-color);
  transition: all ease 0.3s;
}
body.news .place-box .item .name {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--main-color-opacity);
}
body.news .place-box .item .info {
  margin-bottom: 0;
}
body.news .place-box .item .info li:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  color: var(--main-color-opacity);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
body.news .place-box .item .info li.tel:before {
  content: "\f3c5";
}
body.news .place-box .item .info li.fax:before {
  content: "\f1ac";
}
body.news .place-box .item .info li.mail:before {
  content: "\f0e0";
}
body.news .place-box .item:hover {
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px 0 var(--second-color);
}
body.investor .content .table tbody td, body.investor .content .table tbody th {
  white-space: nowrap;
}
body.sitemap .content .h4 {
  font-size: 1.2rem;
  border-left: 5px solid var(--second-color);
  padding-left: 10px;
}
body.sitemap .content .h4 + ul {
  margin-bottom: 25px;
}
body.sitemap .content ul {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #ddd;
}
body.sitemap .content ul.list-inline li + li {
  margin-top: 0;
}
body.sitemap .content ul li {
  position: relative;
}
body.sitemap .content ul li + li {
  margin-top: 10px;
}
body.sitemap .content ul li ul {
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
}
body.sitemap .content ul li ul.list-inline {
  margin-top: 5px;
}
body.sitemap .content ul li ul.list-unstyled {
  margin-left: 15px;
}
body.sitemap .content ul li ul.list-unstyled li + li {
  margin-top: 2px;
}
body.sitemap .content ul li ul.list-unstyled li:before {
  content: "";
  width: 0.4em;
  height: 1px;
  background: var(--main-color-opacity);
  display: block;
  position: absolute;
  top: 50%;
  right: 102%;
}
body.sitemap .content ul li ul.list-unstyled li a {
  font-size: 80%;
}
body.sitemap .content ul li ul li + li {
  margin-top: 3px;
}
body.sitemap .content ul li ul li a {
  font-size: 90%;
}

/*6P CSS設定*/
.feature, .feature-en {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 0 90px;
}

.feature-sub-ttl {
  display: flex;
  align-items: flex-end;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 75px;
  font-family: "Teko";
  font-weight: normal;
  color: #00866b;
  text-transform: uppercase;
  font-size: 18px;
}
.feature-sub-ttl span {
  margin: 4px 0 0;
}

.feature-img {
  width: 75%;
  /*width: 720px; */
  height: 540px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/about/pic01.jpg);
}

.feature-box {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 50%;
  z-index: 5;
}
.feature-box.en {
  left: inherit;
}

.feature-num {
  font-family: "Teko";
  font-size: 82px;
  color: #00866b;
  line-height: 1;
}

.feature-en.left .feature-num-en {
  font-family: "Teko";
  font-size: 82px;
  color: #00866b;
  line-height: 1;
  padding-left: 35px;
}
.feature-en.right .feature-num-en {
  font-family: "Teko";
  font-size: 82px;
  color: #00866b;
  line-height: 1;
  padding-left: 35px;
  position: relative;
  top: 20px;
}

.feature-data {
  padding: 50px 50px 20px 20px;
  background: #F8FAFA;
}

.feature-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 25px;
}

.feature-txt {
  font-size: 15px;
  line-height: 28px;
  color: #666;
}

.feature.left, .feature-en.left {
  flex-direction: row-reverse;
}

.feature.left .feature-sub-ttl {
  align-items: flex-start;
}
.feature.left .feature-box {
  right: 0;
  left: auto;
  top: 150px;
}
.feature.left .feature-num {
  text-align: right;
}

.feature-en.left .feature-num-en {
  text-align: right;
  padding-left: 0;
  padding-right: 75px;
}

.feature.left .feature-data, .feature-en.left .feature-data {
  padding-right: 20px;
  padding-left: 50px;
}

.feature.left .feature-img, .feature-en.left .feature-img {
  width: 75%;
  /*width: 720px; */
  height: 540px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/about/pic02.jpg);
}

/*核心*/
.core_box {
  display: block;
  position: relative;
  min-height: 850px;
}

.core_left {
  position: relative;
  display: block;
  margin-left: 0;
  z-index: 2;
}
.core_left img {
  margin: 0;
}

.core_right {
  position: absolute;
  margin-top: -25%;
  z-index: 1;
}

.core_center {
  display: block;
  position: relative;
  clear: both;
  background: url(../images/about/core_bg.jpg) no-repeat left bottom;
  min-height: 220px;
  padding: 70px 50px;
}

.core_main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0.1em;
}

.core_word {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  width: 340px;
  margin-right: 20px;
}
.core_word.en {
  height: 220px;
}

.core_title {
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px;
  display: block;
}
.core_title.en {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}

.core_son {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  display: block;
}

.core_main::after {
  content: "Our advantage";
  position: absolute;
  font-size: 50px;
  color: #fff;
  opacity: 0.7;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-family: "Times New Roman";
}

.mobile_hidden {
  display: block;
}

.mobile_show {
  display: none;
}

/*事業單位*/
.cause_box {
  display: block;
  position: relative;
}

.cause_business_t {
  color: #fff;
  font-size: 15px;
  background: #ff7a40;
  padding: 0 5px;
  display: block;
  border-radius: 8px;
  width: 100px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.cause_business_t.en {
  width: 150px;
}

.cause_title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 20px 0 10px;
  display: block;
}

.cause_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cause_left {
  position: relative;
  display: block;
  margin: 0 20px 0 0;
}

.cause_title02 {
  font-size: 18px;
  color: #666;
  padding-left: 40px;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
}
.cause_title02::before {
  content: "";
  position: absolute;
  background: #ff7a40;
  width: 25px;
  height: 3px;
  margin-left: -40px;
  top: 12px;
}

.cause_main01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 150px;
  padding: 25px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  border-radius: 10px;
  background: #eaeaea url(../images/about/cause_sonbg01.png) no-repeat right bottom;
  width: 380px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.cause_wrod {
  display: block;
  margin: 20px;
  position: relative;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.1em;
}

.cause_flex02 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.width60 {
  width: 60%;
}

.cause_pic img {
  display: block;
  position: relative;
  margin: 10px 0;
}

.cause_title03 {
  font-size: 24px;
  font-family: "Times New Roman";
  font-weight: bold;
  display: block;
  color: #00866b;
  text-transform: uppercase;
}

.cause_title_en {
  color: #aaa;
  font-size: 13px;
  display: block;
  margin: 10px 0;
}

.cause_main02 {
  display: block;
  color: #666;
}

/*節能*/
.cause_block {
  display: block;
  position: relative;
}

.cause_left02 {
  margin: 0;
}

.cause_right02 {
  display: block;
  position: relative;
  background: url(../images/about/cause_pic03.png) no-repeat left top;
  min-height: 650px;
  margin: 0;
}

.energy_main {
  margin: 0 70px 0 40px;
  padding-top: 110px;
}

.energy_box {
  display: block;
  position: relative;
}

.energy_flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px;
}

.energy_t {
  font-size: 18px;
  display: block;
}
.energy_t.t01 {
  color: #43adab;
}
.energy_t.t02 {
  color: #cd1213;
}
.energy_t.t03 {
  color: #5079a7;
}
.energy_t.t04 {
  color: #465563;
}
.energy_t.t05 {
  color: #4096f8;
}

.energy_word {
  color: #888;
  font-size: 14px;
  display: block;
  line-height: 24px;
}

.energy_icon {
  margin-right: 8px;
}
.energy_icon img {
  max-width: inherit;
}

.cause_main03 {
  display: block;
  position: relative;
  margin: 0 10px;
  color: #666;
}

.cause_en {
  font-size: 16px;
  display: block;
  color: #999;
  font-family: "Times New Roman";
  line-height: 24px;
  margin-bottom: 10px;
}

.right_box {
  display: block;
  position: relative;
  margin-top: 100px;
}

.link_btn {
  display: block;
  margin: 40px auto 15px;
  text-align: center;
}
.link_btn a {
  font-size: 16px;
  color: #fff;
  background: #055c4b;
  border-radius: 20px;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: 0.1em;
}
.link_btn a:hover {
  background: #ff7b1a;
}

/*全球版圖*/
.map_box, .map_pic {
  position: relative;
  display: block;
}

.map_info {
  position: relative;
  display: block;
  margin: 30px 0;
}

.map_main {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 50px 0;
}

.company_box {
  position: relative;
  text-align: center;
  margin: 0 10px;
}

.company_pic img {
  border-radius: 16px;
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 #919191;
}

.company_name {
  display: block;
  margin: 20px auto;
  color: #00866b;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.area_name {
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  padding-bottom: 15px;
}
