@charset "UTF-8";
body {
  font-family: "Microsoft JhengHei" !important;
}
noscript {
  top: 0;
  position: fixed;
}
h1 {
  margin: 0;
}
.container-xxxl {
  max-width: 1600px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}
@media (max-width: 1680px) {
  .container-xxxl {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .container-xxxl {
    width: 100%;
    }
}

.container-xxl {
  max-width: 1440px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

dt {
  font-weight: normal !important;
}

a, button {
  border: 1px solid rgba(0, 0, 0, 0);
}
a:focus, button:focus {
  outline: 0;
  color: #b78c3c;
  text-decoration: none;
  border: 2px dashed #ff9856 !important;
}
a:visited{
  color: #31621b;
}
@media (max-width: 320px) {
  small {
    font-size: 0.8em !important; 
  }
}

.bgPrimary {
  background: #579544;
}

.ft-green-01 {
  color: #438130;
}

.ft-red-01 {
  color: #dd0000;
}

.cjk-decimal_sp {
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 5px;
}
.cjk-decimal_sp > li {
  counter-increment: cjkIndex;
  padding-left: 35px;
  list-style: none;
  padding-bottom: 0.5rem;
  position: relative;
}
.cjk-decimal_sp > li::before {
  content: "(" counter(cjkIndex, cjk-ideographic) ")";
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
.cjk-decimal_sp > li:last-child {
  padding-bottom: 0;
}
.cjk-decimal_sp.tdinner {
  padding-left: 0 !important;
}

.html p {
  padding-top: 25px;
}

.listArea {
  list-style-type: none;
}
.listArea li {
  position: relative;
}
.listArea li ::marker {
  display: none;
}
.listArea li::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #579544;
  border-radius: 99rem; 
}
@media (max-width: 766px) {
  .listArea li::before {
    top: 6px; 
  }
}

.listTitle {
  color: #579544;
  font-weight: 600; 
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  z-index: 99;
}
.sr-only:focus {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  position: fixed !important;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  border: #FFBF47 solid 0.4rem;
  background: #FFBF47;
  color: #000000;
  font-weight: 700;
}
#gotocenter {
  width: 0px;
  height: 0px;
  position: absolute;
  float: left;
  overflow: hidden;
}
#g_top_menu_list {
  top: 0; 
  left: 0; 
  color: white;
}
#g_top_menu_list:focus, #g_inside_left:focus, #g_inside_right:focus, #g_top_menu_list:focus, #gotocenter:focus{ 
  width: auto;
  height: auto;
  color: #000!important;
  opacity: 1;
  z-index: 1031;
}
#g_inside_left, #g_inside_right{
  color: #fff;
  opacity: 0;
  margin-top: -12px;
}
#g_footer {
  color: #ffd33a;
}
#g_footer:focus {
  border: #FFBF47 solid 0.4rem;
  background: #FFBF47;
  color: #000000;
}

.indexPage #PlaceHolderMain-div,
.indexPage #BreadCrumbs {
  display: none;
}

@media (max-width: 1680px) {
  .en_version .h2Title {
    font-size: 1.8rem; 
  } 
}
@media (max-width: 1500px) {
  .en_version .h2Title {
    font-size: 1.625rem; 
  } 
}
@media (max-width: 1280px) {
  .en_version .h2Title {
    font-size: 1.125rem; 
  } 
}
.en_version .sidebarSection a {
  font-size: 1rem;
  padding: 25px 15px;
  line-height: 130%; 
}
@media (max-width: 992px) {
  .en_version .sidebarSection a {
    font-size: 1.375rem; 
  } 
}
@media (max-width: 766px) {
  .en_version .sidebarSection a {
    font-size: 1.125rem;
    padding: 18px 15px; 
  } 
}
.en_version .sidebarSection a p {
  text-align: center; 
}
.en_version .indexPage {
  padding-bottom: 6rem; 
}
@media (max-width: 1500px) {
  .en_version .indexPage {
    padding-bottom: 5rem; 
  } 
}
@media (max-width: 766px) {
  .en_version .indexPage {
    padding-bottom: 40px; 
  } 
}
@media (max-width: 766px) {
  .en_version .navbar-collapse {
    height: calc(100vh - 220px);
  }
}

.guide {
  position: absolute;
  font-size: 0.9em;
}

.hide_msg {
  display: none;
}

header ul,
header ol,
header li {
  padding: 0;
  margin: 0;
}

.bi-list::before {
  content: "";
}
.bi-search::before {
  content: "";
}

.collapsedHeader .navbar-brandArea .navbar-brandBlock {
  padding: 20px 0;
}

.collapsedHeader .navbar-brand img {
  width: 60%;
}

.roofbar-navBlock {
  background: #e3e3e3;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .roofbar-navBlock {
    padding-bottom: 120px;
  }
}
.roofbar-navBlock .roofbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 992px) {
  .roofbar-navBlock .roofbar-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-top: 5px;
  }
}
.roofbar-navBlock .roofbar-nav::before {
  content: "";
  margin-left: auto;
}
@media (max-width: 992px) {
  .roofbar-navBlock .roofbar-nav::before {
    display: none;
  }
}
@media (max-width: 576px) {
  .roofbar-navBlock .roofbar-nav li {
    width: 33.333%;
  }
}
.roofbar-navBlock .roofbar-nav a {
  position: relative;
  display: block;
  color: #656565;
  padding: 9px 15px;
}
@media (max-width: 1650px) {
  .roofbar-navBlock .roofbar-nav a {
    padding: 3px 15px;
  }
}
@media (max-width: 992px) {
  .roofbar-navBlock .roofbar-nav a {
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .roofbar-navBlock .roofbar-nav a {
    font-size: 1rem;
  }
}
.roofbar-navBlock .roofbar-nav a:hover {
  color: #579544;
  text-decoration: none;
}
.bi-youtube::before {
  content: ""; }
.roofbar-navBlock .roofbar-nav .bi-youtube {
  position: relative;
  font-size: 1.875rem;
  line-height: 0;
}
.roofbar-navBlock .roofbar-nav .bi-youtube img {
  position: absolute;
}

@media (max-width: 992px) {
  .navbar-brandArea {
    background: #2baa09;
  }
}

.navbar-brandArea .navbar-brandBlock {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1500px) {
  .navbar-brandArea .navbar-brandBlock {
    padding: 20px 0;
  }
}
.navbar-brandArea .navbar-brandBlock .form-group {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .navbar-brandArea .navbar-brandBlock .form-group {
    width: 100%;
  }
}
.navbar-brandArea .navbar-brandBlock .has-search {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 30px;
  margin-bottom: 0;
  width: 70%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .navbar-brandArea .navbar-brandBlock .has-search {
    border: none;
    width: 100%;
    background: #fff;
  }
}
.navbar-brandArea .navbar-brandBlock .has-search a {
  background: transparent;
  border: none;
  color: #579544;
  transform: scaleX(-1);
  font-size: 1.25rem;
  margin-right: 10px;
}
.navbar-brandArea .navbar-brandBlock .has-search a i {
  position: relative;
}
.navbar-brandArea .navbar-brandBlock .has-search a i img {
  position: absolute;
}
.navbar-brandArea .navbar-brandBlock .has-search input {
  border: none;
  border-radius: 30px;
  height: 100%;
  padding: 0.5rem 0.75rem;
}
@media (max-width: 992px) {
  .navbar-brandArea .navbar-brandBlock .has-search input {
    height: 45px;
  }
}
@media (max-width: 576px) {
  .navbar-brandArea .navbar-brandBlock .has-search input {
    height: 40px;
  }
}
.navbar-brandArea .navbar-brandBlock .has-search input:focus {
  outline: 0;
  color: #B82B22;
  text-decoration: none;
  transition: 0.3s ease;
  border: 2px dashed #ff9856;
  box-shadow: none;
}
.navbar-brandArea .navbar-brandBlock .hot_search {
  margin-top: 5px;
}

@media (max-width: 992px) {
  .navbar-brand {
    padding-left: 15px;
    margin: 12px 0;
    width: 60%;
  }
}

.navbar-brand img {
  width: 90%;
  transition: width 0.3s ease;
}
@media (max-width: 1200px) {
  .navbar-brand img {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .navbar-brand img {
    width: 100%;
  }
}

.headerNav {
  background: #fff;
  padding: 0 !important;
  border: none !important;
}
@media (max-width: 992px) {
  .headerNav {
    display: flex;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
.headerNav .navbar-collapse {
  flex-direction: column;
}
@media (max-width: 992px) {
  .headerNav .navbar-collapse {
    overflow-y: auto;
    height: calc(100vh - 148px);
    background: #e3e3e3;
  }
}
@media (max-width: 766px) {
  .headerNav .navbar-collapse {
    height: calc(100vh - 120px);
  }
}
@media (max-width: 992px) {
  .headerNav .navbar-toggler i {
    font-size: 2.875rem;
    color: #999;
  }
}
@media (max-width: 576px) {
  .headerNav .navbar-toggler i {
    font-size: 2rem;
  }
}
.headerNav .row {
  width: 100%;
}

.mainNav {
  width: 100%;
  background: #2baa09;
}
@media (max-width: 992px) {
  .mainNav {
    padding-bottom: 20px;
  }
}
@media (max-width: 766px) {
  .mainNav {
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .mainNav .container-xxxl {
    padding: 0;
  }
}
.mainNav .navbar-nav {
  justify-content: space-around;
}
.mainNav .navbar-nav .nav-item {
  position: relative;
}
.mainNav .navbar-nav .nav-item:hover .dropdown-menu, .mainNav .navbar-nav .nav-item:focus .dropdown-menu, .mainNav .navbar-nav .nav-item:focus-within .dropdown-menu {
  display: flex;
}
@media (max-width: 992px) {
  .mainNav .navbar-nav .nav-item:hover .dropdown-menu, .mainNav .navbar-nav .nav-item:focus .dropdown-menu, .mainNav .navbar-nav .nav-item:focus-within .dropdown-menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .mainNav .navbar-nav .nav-item .dropdown-menu.show {
    display: block;
  }
}
.mainNav .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  max-width: none;
  left: 0;
  right: auto;
  height: auto;
  padding: 10px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .mainNav .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    border: none;
  }
}
@media (max-width: 992px) {
  .mainNav .navbar-nav .nav-item .dropdown-menu .menuList {
    width: 100%;
  }
}
.mainNav .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  font-weight: 600;
  text-shadow: 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a, 0 0 3px #1a4f0a;
}
@media (max-width: 1200px) {
  .mainNav .navbar-nav .nav-link {
    font-size: 1.125rem;
  }
}
@media (max-width: 992px) {
  .mainNav .navbar-nav .nav-link {
    padding: 0.5rem 15px;
    font-size: 1.375rem;
  }
}
@media (max-width: 576px) {
  .mainNav .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0.85rem 15px;
  }
}
@media (max-width: 992px) {
  .mainNav .navbar-nav .nav-link[data-bs-toggle=dropdown]::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto 0;
    height: 1.5rem;
    width: 16px;
    line-height: 1.5rem;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    transform: rotate(0deg);
    transition: -webkit-transform 0.2s ease-in-out;
    background: url(../img/arrow-white.svg) no-repeat center center/16px 16px;/********************************************/
  }
}
.mainNav .navbar-nav .nav-link[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

@media (max-width: 992px) {
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 1px !important;
  }
}

.sub-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-height: 320px;
  /*for ie10 、 ie11*/ 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sub-nav {
    height: auto;
  }
}
@media (max-width: 992px) {
  .sub-nav {
    flex-wrap: nowrap;
    max-height: 100%;
    height: auto;
  }
}
.sub-nav li {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .sub-nav li:not(:last-child) a {
    border-bottom: 1px solid #ddd;
  }
}
.sub-nav li a {
  position: relative;
  display: block;
  padding: 0.35rem 1.25rem;
  color: #495057;
}
@media (max-width: 992px) {
  .sub-nav li a {
    font-size: 1.375rem;
    padding: 0.85rem 15px;
  }
}
@media (max-width: 766px) {
  .sub-nav li a {
    font-size: 1rem;
  }
}

.siteLinkListGrp p {
  font-size: 1.125rem;
}

.siteLinkListGrp {
  background-color: #e5e5e5;
  padding: 10px 0 60px;
}
.siteLinkListGrp ul,
.siteLinkListGrp ol,
.siteLinkListGrp li {
  padding: 0;
  margin: 0;
}
.siteLinkListGrp span[data-bs-toggle="collapse"][aria-expanded="false"] .bi-plus-lg {
  display: inline;
  margin-left: 5px; 
}
.siteLinkListGrp span[data-bs-toggle="collapse"][aria-expanded="false"] .bi-dash-lg {
  display: none;
}
.siteLinkListGrp span[data-bs-toggle="collapse"][aria-expanded="true"] .bi-plus-lg {
  display: none;
}
.siteLinkListGrp span[data-bs-toggle="collapse"][aria-expanded="true"] .bi-dash-lg {
  display: inline;
  margin-left: 5px; 
}
.siteLinkListGrp .siteLinkListItem {
  color: #155e00;
}
.siteLinkListGrp .siteLinkListItem li {
  line-height: 1.3rem;
  margin-bottom: 1rem;
  list-style-type: none;
}
.siteLinkListGrp .siteLinkListItem li:first-child {
  font-weight: bold;
}
.siteLinkListGrp .siteLinkListItem a {
  font-size: 1rem;
  color: #155e00;
}
.siteLinkListGrp .siteLinkListItem a:hover {
  text-decoration: none;
  color: #579544;
}

@media screen and (max-width: 768px) {
  .siteLinkListItem {
    padding-left: 1rem;
  }
}

@media screen and (min-width: 766px) {
  #siteLinkListCollapse {
    display: block;
  }
}

.footer {
  color: #000;
  background-color: #ffd33a;
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 20px 0;
    margin-bottom: 82px;
  }
}
@media (max-width: 766px) {
  .footer {
    margin-bottom: 59px;
  }
}
@media screen and (max-width: 380px) {
  .footer {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 320px) {
  .footer {
    font-size: 0.8125rem;
  }
}
.footer ul,
.footer ol,
.footer li {
  padding: 0;
  margin: 0;
}
.footer a {
  color: #000;
}
.footer a:hover {
  text-decoration: none;
}
.footer .lineBar {
  margin-top: 60px;
  background: #579544;
  height: 35px;
}
@media screen and (max-width: 992px) {
  .footer .lineBar {
    margin-top: 20px;
    display: none;
  } 
}
.infoList {
  list-style-type: none;
}
@media (max-width: 766px) {
  .infoList {
    padding-top: 2rem !important; 
  }
}

.listInlined li a {
  color: #000;
}
.listInlined li a:hover {
  color: #38602c;
}

.listInlined li {
  list-style-type: none;
  display: inline-block;
}
.listInlined li:before {
  display: inline;
  content: '|';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
}
.listInlined li:first-child:before {
  display: none;
}

.contactInfoBlk .footer-title {
  font-size: 1.125rem;
  font-weight: 600;
}

.contactInfoBlk .infoBlk_a {
  padding-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .contactInfoBlk .infoBlk_a {
    padding-bottom: 0;
  }
}

.contactInfoBlk .infoBlk_b > ul {
  border-right: 1px solid #d3ae33;
}
@media screen and (max-width: 576px) {
  .contactInfoBlk .infoBlk_b > ul {
    border-bottom: 1px solid #d3ae33;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .contactInfoBlk .infoBlk_b > ul {
    border-right: 0;
  }
}

.contactInfoBlk .infoBlk_d {
  display: flex;
  justify-content: end;
  padding-right: calc(40px + 1rem);
}
.contactInfoBlk .infoBlk_d a:first-child {
  margin-right: 3rem;
}

.infoBlk_e > ul {
  margin-bottom: 0.25rem;
}

.infoBlk_e p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .siteLinkListGrp {
    padding: 20px 0 20px;
}
.siteLinkCollapseSwitcher {
  margin-bottom: 0;
}
.footer > .container-fluid, .footer > .container-sm, .footer > .container-md, .footer > .container-lg, .footer > .container-xl {
  padding: 0 2rem;
}
.infoBlk_a ul,
.infoBlk_b ul,
.infoBlk_c ul,
.infoBlk_d ul,
.infoBlk_e ul {
  padding-left: 0;
  padding-bottom: 1rem;
}
.infoBlk_e > ul {
  border-top: 1px solid #aa9e86;
  margin-top: 1rem;
  padding-top: 1rem;
  }
}

@media screen and (max-width: 992px) {
  .contactInfoBlk .infoBlk_d {
    margin-bottom: 2rem;
    margin-top: 2rem;
    flex-flow: row-reverse;
    justify-content: start;
    padding-left: calc(40px + 1rem);
  }
  .contactInfoBlk .infoBlk_d a:first-child {
    margin-right: 0;
    width: 140px;
  }
  .contactInfoBlk .infoBlk_d a:nth-child(2) {
    margin-right: 1rem;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .contactInfoBlk .infoBlk_d {
    padding-left: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .infoBlk_e p {
    padding-left: 0;
  }
  .infoBlk_e > ul {
    border-top: 1px solid #aa9e86;
    margin-top: 0.5rem;
    padding-top: 1rem;
  }
}

.sidebarSection {/*智能客服*/
  position: fixed;
  right: 15px;
  top: 30%;
  z-index: 2000;
}
@media (max-width: 1600px) {
  .sidebarSection {
    top: 35%;
  }
}
@media (max-width: 1400px) {
  .sidebarSection {
    top: 42%;
  }
}
@media (max-width: 1200px) {
  .sidebarSection {
    top: 23%;
  }
}
@media (max-width: 992px) {
  .sidebarSection {
    top: auto;
    bottom: 0;
    width: 100%;
    right: 0;
  }
}
.sidebarSection a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 1.125rem;
  padding: 33px 15px;
  background: linear-gradient(0deg, #579544 0%, #68c64e 100%);
  border-radius: 99rem;
  font-weight: 600;
  border: 2px solid #fff;
}
@media (max-width: 1500px) {
  .sidebarSection a {
    font-size: 1rem;
    padding: 25px 10px;
  }
}
@media (max-width: 992px) {
  .sidebarSection a {
    border: none;
    border-top: 2px solid #fff;
    border-radius: 0;
    flex-direction: row;
    padding: 15px 10px;
    justify-content: center;
    font-size: 1.375rem;
  }
}
@media (max-width: 766px) {
  .sidebarSection a {
    padding: 10px;
  }
}
.sidebarSection a:hover {
  background: linear-gradient(0deg, #98722b 0%, #ddab50 100%);
  color: #fff;
  text-decoration: none;
}
.sidebarSection a figure {
  width: 47px;
}
@media (max-width: 1500px) {
  .sidebarSection a figure {
    width: 40px;
    margin-bottom: 7px;
  }
}
@media (max-width: 992px) {
  .sidebarSection a figure {
    margin-bottom: 0;
    width: 50px;
    margin-right: 15px;
  }
}
@media (max-width: 766px) {
  .sidebarSection a figure {
    width: 35px;
  }
}
.sidebarSection a p {
  margin-bottom: 0;
}

/* 麵包屑 */
#BreadCrumbs a {
  color: #000000;
}

#BreadCrumbs .CurrentNode {
  color: #1C7BD1;
  /* font-weight: 900; */ }

#BreadCrumbs span {
  position: relative;
  margin-right: 26px;
}

#BreadCrumbs span + span:before {
  content: "";
  display: block;
  position: absolute;
  left: -19px;
  top: 4px;
  background-image: url("../../img/arrowright_dark.gif");
  width: 10px;
  height: 10px;
}

/*內頁30:60排版*/
.main_menu a,
.inside30_60_left h2,
.inside30_60_left ul,
.inside30_60_right .page_title {
  font-family: 微軟正黑體, Simhei, Arial, Helvetica, sans-serif;
}

body,
.ms-backgroundImage {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

label,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

.inside30_60_right .ms-rtestate-field a,
.inside30_60_right .ms-rtestate-field .full_list h3 + ul a {
  color: #033a0f !important;
  position: relative;
  padding: 4px 20px 4px 8px;
  margin-right: 10px;
  display: inline-block;
}

.inside30_60_right .ms-rtestate-field .full_list a {
  padding: 0;
  margin: 0;
  display: block;
}

.inside30_60_right .ms-rtestate-field a:after,
.inside30_60_right .ms-rtestate-field a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.8em;
  position: absolute;
  top: 6px;
  margin-left: 4px;
}

.inside30_60_right .ms-rtestate-field a:after {
  content: "→";
  right: -15px;
}

.inside30_60_right .ms-rtestate-field .AccountingReport a:after,
.inside30_60_right .ms-rtestate-field .Article60_30_left a:after,
.inside30_60_right .ms-rtestate-field .Article60_30_right a:after,
.inside30_60_right .ms-rtestate-field .full_list a:after,
.inside30_60_right .ms-rtestate-field a[href^=mailto]:after,
.inside30_60_right .ms-rtestate-field a[href^=tel]:after,
.inside30_60_right .ms-rtestate-field .right-content a:after,
.inside30_60_right .ms-rtestate-field .language a:after,
.inside30_60_right .ms-rtestate-field .business_index_point a:after,
.inside30_60_right .ms-rtestate-field .CustomerServiceBox a:after,
.inside30_60_right .ms-rtestate-field center a:after,
.inside30_60_right .ms-rtestate-field a.GoToMap:after,
.inside30_60_right .ms-rtestate-field .right-content .focus-block a:before {
  display: none;
}

.inside30_60_right .ms-rtestate-field a:after {
  color: #fff;
  padding: 0px 5px;
  border-radius: 5px;
}

.inside30_60_right .ms-rtestate-field a[href$=xml]:after {
  content: "xml";
  background-color: #03771e;
}

.inside30_60_right .ms-rtestate-field a[href$=txt]:after {
  content: "txt";
  background-color: #104577;
}

.inside30_60_right .ms-rtestate-field a[href$=pdf]:after {
  content: "pdf";
  background-color: #d21818;
}

.inside30_60_right .ms-rtestate-field a[href$=tif]:after {
  content: "tif";
  background-color: #104577;
}

.inside30_60_right .ms-rtestate-field a[href$=doc]:after {
  content: "doc";
  background-color: #104577;
}

.inside30_60_right .ms-rtestate-field a[href$=zip]:after {
  content: "zip";
  background-color: #a21c69;
}

.inside30_60_right .ms-rtestate-field a[href$=rar]:after {
  content: "rar";
  background-color: #a21c69;
}

.inside30_60_right .ms-rtestate-field a[href$=tiff]:after {
  content: "tiff";
  background-color: #d972ff;
}

.inside30_60_right .ms-rtestate-field a[href$=docx]:after {
  content: "docx";
  background-color: #104577;
}

.inside30_60_right .ms-rtestate-field a[href$=odt]:after {
  content: "odt";
  background-color: #107728;
}

.inside30_60_right .ms-rtestate-field .AccountingReport a,
.inside30_60_right .ms-rtestate-field center a,
.inside30_60_right .ms-rtestate-field .bottom-line a {
  padding: 0;
  margin: 0;
}

.Article60_30_left .business_index_point h3 a {
  padding: 0;
}

.inside30_60_right .ms-rtestate-field p.btMore a {
  padding: 4px 8px;
}

.inside30_60_right .ms-rtestate-field a:visited {
  cursor: pointer;
  text-decoration: none;
  color: #5faf47 !important;
}

.inside30_60_right .ms-rtestate-field a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #212e72;
}

.inside30_60_right .ms-rtestate-field p.btMore a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  background-color: #28a745;
}

label span {
  display: none;
}

.layout_frame {
  margin: 0 auto;
  background-color: #fff;
}

/*.layout_frame:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}*/

/* Hides from IE-mac \*/
* html .layout_frame {
  height: 1%;
}

/* End hide from IE-mac */
.inside {
  min-height: 200px;
}

.inside:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .inside {
  height: 1%;
}

/* End hide from IE-mac */
.layout_frame {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
}

.layout_frame .layout_top {
  background-position: left bottom;
  background-repeat: repeat;
  position: relative;
}

a.more_btn {
  text-align: right;
}

/*內頁30:60排版*/
.inside30_60:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .inside30_60 {
  height: 1%;
}


.inside30_60_left {
  width: 20%;
  float: left;
  display: table-cell;
}

.inside30_60_right {
  width: 70%;
  margin: 65px auto;
  padding-left: 0px;
  float: left;
}

.inside30_60_left ul a.selected {
  font-weight: bolder;
  background-color: #e5e5e5;
}

.inside30_60_left h2 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #001061;
  line-height: 39px;
  padding-left: 22px;
  display: block;
  background-color: #e5e5e5;
  font-weight: normal;
}

.inside30_60_left ul {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 2.1em;
  list-style-type: none;
}

.inside30_60_left li {
  border-bottom: 1px #bbb3a9 dashed;
}

.inside30_60_left ul a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  color: #0f6100 !important;
  line-height: 2.1em;
  padding-left: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
}


.inside30_60_left a:hover {
  background-color: white !important;
  text-decoration: none;
}

.inside30_60_right .Breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  color: #888888;
  list-style-type: none;
  min-height: 18px;
  padding: 7px 5px 5px 5px;
}

.hide_msg, .hide_all {
  display: none;
}

.page_title {
  color: #212e72;
  font-weight: bold;
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  line-height: 42px;
  text-align: left;
}

.page {
  background-position: left top;
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  color: #243b56;
  font-size: 1em;
  line-height: 22px;
}

.ms-rteElement-P {
  color: inherit;
}

.inside30_60_right .Article {
  font-size: 1em;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 1.6em;
}

/*Article60:30排版   689-169*/
.Article60_30:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .Article60_30 {
  height: 1%;
}

.inside30_60_right .Article60_30_left {
  float: left;
  padding-right: 20px;
}

.inside30_60_right .Article60_30_right {
  width: 169px;
  float: left;
  font-family: 新細明體, Arial, Helvetica, sans-serif;
}

.Article60_30_rightZone {
  position: relative;
  font-size: 0.9em;
  margin-top: 12px;
  margin-bottom: 2em;
  line-height: 1.8em;
  overflow: hidden;
}

.Article60_30_rightZone a {
  color: #001ca9;
  text-decoration: none;
}

.Article60_30_left a:hover {
  text-decoration: none;
}

.Article60_30_rightZone .zone_title {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #28a745;
  display: block;
  width: 169px;
  min-height: 16px;
}

.Article60_30_rightZone.list_ul > p:nth-child(-n+3),
.Article60_30_rightZone.newszone a + .ms-rte-wpbox {
  display: none;
}

.zone_title span {
  margin-left: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.newszone .time {
  color: #535353;
  display: block;
}

.newszone ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.newszone li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.Article60_30_rightZone a.more_btn {
  position: absolute;
  bottom: 30px;
  right: 4px;
}

@-moz-document url-prefix() {
  .Article60_30_rightZone a.more_btn {
    bottom: 15px;
  }
}

.list_ul {
  padding-bottom: 0;
}

.list_ul ul {
  color: #404040;
  padding: 0;
  margin: 0;
}

.list_ul ul li {
  margin-left: 24px;
}

.icon_line {
  margin: 0;
  padding: 0;
  padding-left: 13px;
  font-size: 1em;
  color: #0e5892;
  font-weight: 300;
  padding-top: 4px;
}

body #s4-leftpanel-content {
  padding: 0px;
}


.dynamic li {
  background-image: url("../images/glow_point.png");
  background-position: 10px 15px;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.s4-tn .menu {
  position: absolute;
}

.dynamic-children ul {
  margin-top: 7px;
}

#s4-topheader2 {
  display: none;
}

/**/
/* 解決 125% 顯示不良問題*/
.ms-cui-tts-scale-2 .ms-cui-tt-a {
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.ms-cui-TabRowRight {
  display: inline !important;
}

/*改首頁顯示*/
.time {
  line-height: 12px;
  font-size: 0.7em;
}

.ms-qatbutton {
  display: none;
}

.horizontal li .selected {
  background-image: url("../images/main_menu_selected_right.png");
  background-position: bottom right !important;
  background-repeat: no-repeat;
}

.horizontal li .selected a {
  background-image: url("../images/main_menu_selected_left.png") !important;
  background-position: left bottom !important;
  background-repeat: no-repeat;
  border-bottom: 0px !important;
}

.horizontal li .selected .dynamic a {
  background-image: none !important;
}

a:hover {
  text-decoration: underline;
}

.ms-WPBody {
  font-family: Arial, Helvetica, sans-serif, 微軟正黑體;
}

.ms-WPBody H4 {
  font-size: 1.2em;
  font-weight: normal;
}

.Breadcrumbs li {
  list-style: none;
}

.Breadcrumbs {
  padding-left: 0px;
}

#PrintTable td {
  padding-top: 0px;
}

.top_search .search-icon:hover {
  background-color: #efefef;
}

.search-icon img {
  cursor: pointer;
  margin-left: 4px;
  margin-right: 3px;
  margin-top: 3px;
}

.index_point_icon {
  float: left;
  width: 102px;
}

.ms-taxonomy {
  display: none;
}

.ms-searchref-taxapply {
  display: none;
}

/* .ms-rtestate-notify.ms-rte-embedil {
    display: block;
} */
.ms-rtestate-notify.ms-rte-embedil + p {
  display: none;
}

h3 {
  color: #243B56;
  font-weight: bold;
}

/* Production Ribbon 用色*/
BODY #s4-ribbonrow {
  background-color: #ff0000;
}

.row_list a {
  font-size: 1.2em;
}

.dynamic {
  max-width: 190px;
}

/* #s4-ribbonrow */
#s4-titlerow {
  display: none !important;
}

#contentRow,
#s4-bodyContainer {
  padding: 0;
}

.ms-core-overlay {
  background-color: rgba(255, 255, 255, 0);
}

img:focus,
a:focus {
  border: 1px blue dashed;
}

#contentBox {
  margin: 0 !important;
  min-width: 0 !important;
  padding-top: 100px;
}
@media (max-width: 992px) {
  #contentBox{
    padding-top: 68px;
  }
}

.menuBox {
  z-index: 9;
  position: relative;
}

/* 董事監察人股東資料公告 */
.DSSIB.wrapper {
  width: 100%;
}

.DSSIB .item {
  border-bottom: #005a80 solid 2px;
  margin-bottom: 15px;
}

.DSSIB .content {
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.DSSIB .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.DSSIB h4,
.DSSIB h5 {
  font-weight: 900;
}

.DSSIB h4 {
  font-size: 1.25em;
  height: 40px;
  line-height: 40px;
  color: #1FABD2;
}

.DSSIB .expertise,
.DSSIB .currentJob,
.DSSIB .reward,
.DSSIB h5 {
  float: left;
}

.DSSIB h5 {
  width: 100%;
  height: 50px;
  z-index: 5;
  position: relative;
  font-size: 1.125em;
  color: #005a80;
}

.DSSIB .expertise,
.DSSIB .currentJob,
.DSSIB .reward {
  position: relative;
  font-size: 0.875em;
}

.DSSIB .expertise,
.DSSIB .currentJob {
  width: 40%;
}

.DSSIB .reward {
  width: 20%;
}

.DSSIB .expertise::before,
.DSSIB .currentJob::before,
.DSSIB .reward::before {
  left: 0;
  top: -17px;
  color: #aaa;
  font-size: 0.75em;
}

.DSSIB .expertise::before {
  content: '專長';
  left: 10px;
}

.DSSIB .currentJob::before {
  content: '現職機關及職稱';
}

.DSSIB .reward::before {
  content: '兼職酬勞';
}

.DSSIB .expertise::before,
.DSSIB .currentJob::before,
.DSSIB .reward::before,
.DSSIB .currentJob::after,
.DSSIB .reward::after {
  position: absolute;
}

.DSSIB .currentJob::after,
.DSSIB .reward::after {
  content: '';
  display: block;
  left: -15px;
  top: -8px;
  height: 23px;
  border-left: 1px solid #f4f4f4;
}

.DSSIB .BGwhite {
  margin: 0 5px;
  padding: 0 5px;
  background-color: #ffffff;
}

/* 大圖 */
.home-flash .ms-webpart-chrome,
.home-flash .ms-WPBody,
iframe {
  width: 955px;
  height: 400px;
}

/* 最新消息 */
.full_list {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 0.8em;
  padding-bottom: 1.8em;
  margin-bottom: 1.8em;
  border-top-color: transparent;
}

.full_list .full_list_title {
  font-size: 1.3em;
  color: #0f64a5;
  background-color: inherit;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 18px;
  font-weight: 300;
  position: absolute;
  top: -0.8em;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
}

.full_list ul {
  list-style-type: none;
  font-size: 1.2em;
}

.full_list a {
  text-decoration: none;
  color: #000000;
  line-height: 1.5em;
}

.full_list a:hover {
  text-decoration: underline;
}

.full_list li {
  margin-bottom: 15px;
  padding-right: 8px;
}

.inside30_60_right .ms-rtestate-field .full_list .more_btn {
  min-height: 23px;
  display: inline-block;
  font-size: 0.9em;
  color: white;
  position: absolute;
  right: 0;
  bottom: 49px;
  padding: 0 0 0 62px;
  height: 23px;
  background-repeat: no-repeat;
}
.inside30_60_right .ms-rtestate-field .full_list .more_btn span:before{
  content: '更多';
  margin: 0 5px;
  font-size: 1rem;
}

.full_list .more_btn span {
  background-color: #18d26e;
  color: white;
  min-height: 20px;
  display: inline-block;
  padding-top: 3px;
  padding-right: 5px;
  border-radius: 5px;
}

.full_list .time,
.full_list .time + a {
  display: inline-block;
}

.full_list .time + a {
  width: 90%;
  vertical-align: top;
}

/* 麵包屑 */
#BreadCrumbs a {
  color: #000000;
}

#BreadCrumbs .CurrentNode {
  color: #1C7BD1;
  /* font-weight: 900; */ }

#BreadCrumbs span {
  position: relative;
  margin-right: 26px;
}

#BreadCrumbs span + span:before {
  content: "";
  display: block;
  position: absolute;
  left: -19px;
  top: 4px;
  background-image: url("/_layouts/images/arrowright_dark.gif");
  width: 10px;
  height: 10px;
}

/* 主選單 */
#menu .active {
  background-image: url("/_layouts/images/main_menu_selected.png");
}

/* 新南向 */
#south iframe {
  width: 930px;
  height: 1117.83px;
}

/* logo */
/* 首頁內容 */
.def_zone_text {
  height: 110px;
}

.def_zone_text + a {
  width: 100%;
  text-align: right;
  /* background-image: url(../images/red_arrow_point.png); */
  background-position: left center;
  background-repeat: no-repeat;
  color: #8a0404;
  display: block;
  text-decoration: none;
}

.AccountingReport .AccountingReport a {
  display: block;
}

.AccountingReport {
  margin-bottom: 50px;
}

.AccountingReport tr {
  vertical-align: bottom;
}

.AccountingReport th {
  border-bottom: 2px solid #1FABD2;
  padding-bottom: 10px;
  font-size: 0.9375em;
  color: #0B5275;
}

.AccountingReport th:first-child {
  border-bottom: 2px solid #baecfa;
  font-size: 2rem;
  line-height: 1;
}

.AccountingReport td {
  line-height: 2.1;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}

.AccountingReport tr td:nth-child(2),
.AccountingReport tr td:nth-child(3),
.AccountingReport tr td:nth-child(4),
.AccountingReport tr td:nth-child(5) {
  width: 22%;
}

.AccountingReport a[href="#"] {
  display: none;
}

#southIframe {
  height: 1000px;
}

#navPhone,
.phoneSubNav.fa-times {
  display: none;
}

.goTopIcon {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  font-size: 0em;
  width: 0;
  height: 0;
  z-index: 40;
}

.SFS {
  display: block;
}

.SFSphone {
  display: none;
}

.btMore {
  position: relative;
  margin: 0;
  z-index: 1;
  text-align: right;
}

.btMore a {
  border: none;
  font-family: "微軟正黑體";
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 4px 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #28a745;
  overflow: hidden;
  border-radius: 20px;
  color: #6697b9;
  font-size: 0.7em;
}

.btMore a:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #6697b9;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btMore a:hover {
  color: #fff;
  text-decoration: none;
}

.btMore a:hover:after {
  height: 200%;
  opacity: 1;
}

.GoogleMapLink {
  float: right;
  padding: 0 0 20px 20px;
}

.contentUsBox input {
  height: 35px !important;
}

.contentUsBox input,
.contentUsBox textarea {
  margin-bottom: 20px;
}

.content .right .right-content .contact .contact-block p a {
  display: initial;
  float: initial;
}

.epaperList {
  width: 100%;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.epaperList u {
  text-decoration: none;
  font-weight: 900;
  line-height: 1.8;
}

.epaperList tr:first-child {
  border-bottom: 2px double #65c1d5;
}

.epaperList tr td {
  line-height: 1.8;
  font-size: 0.9em;
  border-bottom: 1px solid #d8d8d8;
}

.epaperList tr td:last-child {
  width: 30%;
}

.Single {
  margin-bottom: 20px;
  line-height: 1.8;
}

.SingleImg img {
  width: 100%;
}

.SingleTitle {
  text-align: center;
  font-weight: 900;
  color: #1C7BD1;
  margin: 20px 0;
}

.SingleBox {
  margin-bottom: 15px;
  }

.SinglePic {
  overflow: hidden;
}

.SinglePic > div {
  width: 50%;
  float: right;
  font-size: 0.9em;
  padding-left: 10px;
  line-height: 2;
}

.SinglePic > div b {
  font-size: 1.4em;
}

.SinglePic > div img {
  width: 100%;
}

.SinglePic > div p a img {
  width: 16px;
  height: 16px;
}

.SinglePic > div:first-child {
  padding-right: 10px;
}

.SinglePic > div:nth-child(2) {
  display: none;
}

#ResultFooter {
  display: none;
}

.ms-srch-resultFooter {
  margin-bottom: 30px;
}

.ms-promlink-button-enabled {
  border: none !important;
}

.ms-srch-pagingNext {
  left: -110px !important;
  top: -3px !important;
}

.CustomerService {
  margin-left: 20px;
  font-size: 0.95em;
}

.CustomerBox {
  margin-bottom: 30px;
}

.CustomerBox h4 {
  font-weight: 900;
  margin-bottom: 6px;
}

.CustomerContent {
  margin-left: 33px;
}

.CustomerContentItem p:nth-child(n+2) {
  margin-left: 30px;
}

.PageNotFoundError {
  width: 950px;
  margin: 0 auto;
}

.article-content,
.welcome-content {
  min-height: 300px;
}

.o365cs-nav-contextMenu .o365cs-contextMenuItem,
.o365cs-nav-contextMenu .o365cs-contextMenuInactiveItemntextMenuItem {
  padding: 7px 30px;
}

.welcome-links {
  position: relative;
}

.ms-wpContentDivSpace {
  position: initial !important;
}

#FileUpload {
  position: fixed;
  top: 300px;
  right: 17px;
  background-color: #F9F1E7;
  padding: 8px;
  opacity: 1;
  z-index: 99999;
}

#DeltaPlaceHolderMain > a#mainContent,
.ms-srch-hover-outerContainer,
.ms-srch-hover-content,
.ms-ref-ctrl > .ms-ref-refiner,
.srch-Icon {
  display: none;
}

.ms-ref-ctrl > .ms-ref-refiner:first-child,
.ms-ref-ctrl > .ms-ref-refiner:nth-child(6) {
  display: block;
}

.notifybar {
  background: linear-gradient(0deg, white 13%, #c6d8c1 59%, #7cb16d 100%);
  color: black;
  font-size: 1.1em;
  font-weight: bold;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  border-bottom-width: 2px;
  border-bottom-color: #666666;
  border-bottom-style: solid;
  text-align: center;
  padding: 10px;
  z-index: 99999;
  display: none;
  max-height: 100vh;
  overflow: scroll;
}

.years40 {
  width: 200px;
  position: absolute;
  z-index: 99998;
  right: 0;
  top: 100px;
  animation-name: oxxo;
  animation-duration: 7s;
  opacity: 0;
  display: none;
}

.years40 i {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99999;
  color: #ffffff;
  cursor: pointer;
}

@keyframes oxxo {
  0% {
    opacity: 1;
}
  99% {
    opacity: 1;
}
  100% {
    opacity: 0;
  }
}

#DeltaPlaceHolderMain > table > tbody > tr > td img {
  height: auto !important;
  max-width: 694px !important;
}

.ms-cui-dd-text,
input.ms-cui-cb-input {
  height: 19px;
}

#DeltaPlaceHolderMain > table > tbody > tr > td .ms-rtestate-field {
  border-color: #2a8dd4;
}

.s4-clust {
  margin-left: -14px;
}

.ms-core-webpartadder {
  z-index: 99;
}

.inevSee {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #ff0;
  opacity: 0.5;
  z-index: 999;
}

.GoToMap i {
  margin-right: 5px;
}

.ms-formfieldcontainer .DSSIB .expertise,
.ms-formfieldcontainer .DSSIB .currentJob,
.ms-formfieldcontainer .DSSIB .reward,
.ms-formfieldcontainer .DSSIB h5 {
  float: none;
  margin-bottom: 20px;
}

.DSSIBtable tr td,
.DSSIBtable tr th {
  height: 60px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 0 5px;
}

.DSSIBtable tr td:first-child,
.DSSIBtable tr td:last-child {
  text-align: center;
}

.DSSIBtable tr td:last-child,
.DSSIBtable tr th:last-child {
  border-right: 1px solid #999;
}

.DSSIBtable tr td:first-child,
.DSSIBtable tr th:first-child,
.DSSIBtable tr td:nth-child(2),
.DSSIBtable tr th:nth-child(2) {
  width: 80px;
}

.DSSIBtable tr td:last-child,
.DSSIBtable tr th:last-child {
  width: 8%;
}

.DSSIBtable tr td:nth-child(3),
.DSSIBtable tr th:nth-child(3) {
  width: 35%;
}

.ms-cui-cb:last-child .ms-cui-cb-input {
  width: 45px !important;
}

.ms-cui-dd-arrow-button {
  padding-left: 0 !important;
}

.aboutexim0_right {
  width: 460px;
}

.ms-webpart-zone .ms-webpart-cell-vertical:nth-child(2) {
  display: none;
}

.newsContent table {
  width: 100% !important;
  float: initial;
}

.newsContent th,
.newsContent td,
.newsContent td p,
.newsContent td span,
.newsContent td div {
  width: auto !important;
}

.newsContent table p {
  margin: 0 !important;
  line-height: 1.8 !important;
  text-indent: 0 !important;
}

.newsContent p.MsoNormal {
  margin: 0 !important;
  text-indent: 0 !important;
}

.fa-arrow-up {
  border-top: 2px solid #ffffff;
}

.ms-cui-spn-btnup,
.ms-cui-spn-btndown {
  height: 8.5px;
}

@media screen and (min-width: 0px) and (max-width: 4000px) {
  .ms-searchCenter-result-main {
    float: inherit;
}
  .ms-webpart-zone.ms-fullWidth .s4-wpcell-plain.ms-webpartzone-cell {
    width: 750px;
    margin: 0;
}
  .ms-webpart-zone.ms-fullWidth .s4-wpcell-plain.ms-webpartzone-cell:first-child {
    width: 200px;
    float: left;
    padding: 0 10px;
}
  .ms-webpart-zone.ms-fullWidth .s4-wpcell-plain.ms-webpartzone-cell:nth-child(5),
  .ms-webpart-zone.ms-fullWidth .s4-wpcell-plain.ms-webpartzone-cell:nth-child(6),
  .ms-webpart-zone.ms-fullWidth .s4-wpcell-plain.ms-webpartzone-cell:nth-child(7) {
    display: none;
}
  .ms-srch-item {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 973px) {
  /* ========== inner start ================================================== */
  #suiteBarTop,
  #sideNavBox,
  #s4-ribbonrow {
    display: none;
}
  /* 外框 */
  .layout_frame,
  .inside30_60_right .Article60_30_left {
    width: 100%;
    overflow: hidden;
}
  .Article60_30_right {
    display: none;
}
  .inside30_60_right {
    float: inherit;
    width: 100%;
}
  /* 主選單 */
  #menu {
    padding-left: 2%;
}
  #menu > li {
    min-width: 16.1%;
}
  /* 輔選單 */
  .top_menu_list {
    right: -70px;
}
  .layout_top h1 img {
    width: 250px;
}
  .top_search input {
    border: 0px;
    height: 18px;
    padding-left: 4px;
    width: 130px;
    font-size: 1.16em;
}
  #south iframe {
    height: 128vh;
}
  /* icone */
  .inside30_60_right .ms-rtestate-field a:before {
    /*content: "\f0a4";*/
    left: 0;
}
  .inside30_60_right .ms-rtestate-field a[href$=xml]:before,
  .inside30_60_right .ms-rtestate-field a[href$=txt]:before,
  .inside30_60_right .ms-rtestate-field a[href$=pdf]:before,
  .inside30_60_right .ms-rtestate-field a[href$=tif]:before,
  .inside30_60_right .ms-rtestate-field a[href$=doc]:before,
  .inside30_60_right .ms-rtestate-field a[href$=zip]:before,
  .inside30_60_right .ms-rtestate-field a[href$=rar]:before,
  .inside30_60_right .ms-rtestate-field a[href$=tiff]:before,
  .inside30_60_right .ms-rtestate-field a[href$=docx]:before,
  .inside30_60_right .ms-rtestate-field a[href$=odt]:before {
    content: "\f019";
    left: 0;
}
  .inside30_60_right .ms-rtestate-field a {
    padding: 4px 8px 4px 20px;
}
  .inside30_60_right .ms-rtestate-field a[href$=xml]:after,
  .inside30_60_right .ms-rtestate-field a[href$=txt]:after,
  .inside30_60_right .ms-rtestate-field a[href$=pdf]:after,
  .inside30_60_right .ms-rtestate-field a[href$=tif]:after,
  .inside30_60_right .ms-rtestate-field a[href$=doc]:after,
  .inside30_60_right .ms-rtestate-field a[href$=docx]:after,
  .inside30_60_right .ms-rtestate-field a[href$=odt]:after,
  .inside30_60_right .ms-rtestate-field a:after,
  .inside30_60_right .ms-rtestate-field .full_list a:before,
  .inside30_60_right .ms-rtestate-field .btMore a:before,
  .inside30_60_right .ms-rtestate-field .business_index_point a:before,
  .inside30_60_right .ms-rtestate-field .AccountingReport a:before,
  .inside30_60_right .ms-rtestate-field .language a:before,
  .inside30_60_right .ms-rtestate-field .option-list a:before,
  .inside30_60_right .ms-rtestate-field a[href^=tel]:before,
  .inside30_60_right .ms-rtestate-field .CustomerServiceBox a:before,
  .inside30_60_right .ms-rtestate-field a[href^=mailto]:before,
  .inside30_60_right .ms-rtestate-field a[href^=tel]:before,
  .inside30_60_right .ms-rtestate-field center a:before,
  .inside30_60_right .ms-rtestate-field a.GoToMap:before {
    display: none;
}
  .inside30_60_right .ms-rtestate-field .full_list a,
  .inside30_60_right .ms-rtestate-field .btMore a,
  .inside30_60_right .ms-rtestate-field .business_index_point a,
  .inside30_60_right .ms-rtestate-field .CustomerServiceBox a,
  .inside30_60_right .ms-rtestate-field a[href^=mailto],
  .inside30_60_right .ms-rtestate-field a[href^=tel] {
    padding: 4px 0;
}
  .ms-srch-hover-content {
    display: none !important;
}
  .ms-srch-upscope-top {
    width: 100% !important;
}
  .ms-webpart-zone.ms-fullWidth .s4-wpcell-plain.ms-webpartzone-cell,
  .ms-webpart-zone.ms-fullWidth .s4-wpcell-plain.ms-webpartzone-cell:first-child {
    width: 100%;
}
  #DeltaPlaceHolderMain > a#mainContent,
  .ms-srch-hover-outerContainer,
  .ms-srch-hover-content,
  .ms-ref-ctrl > .ms-ref-refiner {
    float: left;
}
  :root #DeltaPlaceHolderMain > table > tbody > tr > td img {
    width: 100% !important;
}
  .map_canvas img {
    width: 100%;
    height: auto;
}
  .aboutexim0_right {
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 931px) {
  .contentBox > .ServiceLine {
    width: 250px;
}
  .PageNotFoundError {
    width: 100%;
    margin: 0 auto;
}
  .PageNotFoundError > img {
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 896px) {
  .contentBox > div {
    width: 300px;
}
  .full_list .time + a {
    width: 88%;
  }
}

@media screen and (min-width: 0px) and (max-width: 844px) {
  .contentBox > div {
    width: 280px;
}
  .contentBox > .ServiceLine {
    width: 229px;
}
  .contentBox > .ServiceBase {
    width: 109px;
  }
}

@media screen and (min-width: 0px) and (max-width: 897px) {
  #south iframe {
    height: 130vh;
  }
}

@media screen and (min-width: 0px) and (max-width: 828px) {
  #south iframe {
    height: 154vh;
  }
}

@media screen and (min-width: 0px) and (max-width: 784px) {
  /* ========== inner start ================================================== */
  /* 外框 */
  a:hover {
    text-decoration: none;
  }
  .layout_top.phoneShow .top_menu_list,
  .inside > .inside30_60_left {
    display: none;
  }
  .inside > .inside30_60_left {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 111px;
    left: 0;
  }
  .inside30_60_left ul {
    background-color: #F8EFE4;
  }
  .inside30_60_right {
    padding-left: 0;
    background-color: #ffffff;
    margin-top: 8px;
  }
  .inside30_60_left.phoneShow {
    display: block;
    width: 100%;
  }
  div.article,
  .welcome,
  #DeltaPlaceHolderMain > table > tbody > tr > td {
    padding: 0;
}
  /* 主選單 */
  .layout_frame .layout_top {
    /*height: 61px;
        position: fixed;*/
    top: 0;
    z-index: 999;
    width: 100%;
    /* width: 97.5%; */
    background-color: #ffffff;
    box-shadow: 0 -4px 49px rgba(0, 0, 0, 0.25);
  }
  .layout_frame .layout_top.searchShow {
    top: 33px;
  }
  .layout_frame .layout_top.phoneShow,
  .menuBox.phoneShow,
  .inside > .inside30_60_left.phoneShow {
    position: fixed;
  }
  .inside > .inside30_60_left.phoneShow {
    top: 213px;
    overflow-y: scroll;
    height: 300px;
  }
  .top_search {
    position: static;
  }
  .layout_top i:hover {
    cursor: pointer;
  }
  .inside30_60 {
    margin-top: 40px;
    background-image: none;
  }
  .inside30_60,
  .menuBox {
    border-top: 2.1px solid #1483d9;
    border-bottom: 2.1px solid #1483d9;
  }
  .bgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ecececdb;
  }
  .top_menu_list,
  .fa-times,
  .menuBox,
  .bgBox,
  .phoneShow.fa-bars,
  .phoneShow.layout_top,
  .top_search {
    display: none;
  }
  .phoneShow.fa-times,
  .phoneShow .top_menu_list,
  .phoneShow.menuBox,
  .phoneShow.bgBox,
  .phoneShow.top_search,
  .fa-bars {
    display: block;
  }
  .bgBox {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    background-color: #252525;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    opacity: 0.8;
    z-index: 8;
  }
  /* 業務簡介 */
  .inside30_60_right .Article60_30_left {
    padding-right: 0;
  }
  /* 主標題 */
  .BgGradation {
    padding: 5px 10px 5px 10px !important;
    letter-spacing: 3px;
    line-height: 1.8 !important;
    min-height: 36px !important;
    font-weight: bold;
  }
  .IndexInside .ms-rtestate-field {
    margin: 0 0 50px 0;
  }
  .ms-rtestate-field {
    padding: 0 15px 15px 15px;
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
    margin: 15px 15px 0 15px;
    min-height: 500px;
  }
  .page_title {
    display: block;
  }
  /* 麵包屑 */
  #PlaceHolderMain-div {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .inside30_60_right .Breadcrumbs {
    border-radius: 8px;
    width: 96%;
    margin: 0 2%;
    padding: 0 0 0 5px;
  }
  #BreadCrumbs {
    padding: 5px;
    border-radius: 8px;
    width: 96%;
    margin: 0 2%;
    font-size: 0.8em;
    color: #888888;
    background-color: #e5e5e5;
}
  #BreadCrumbs .CurrentNode {
    color: #6697b9;
}
  .CurrentNode {
    display: none;
}
  /* 主選單特效 */
  .slideUp {
    /* -webkit-transform: translateY(-100px);
         transform: translateY(-100px);*/
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    /*transition: transform .5s ease-out;*/
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
  }
  .slideDown {
    /*-webkit-transform: translateY(0);
         transform: translateY(0);*/
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /*transition: transform .5s ease-out;*/
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
  }
  .search-icon img {
    margin-left: 11px;
  }
  .SingleBox {
    margin-bottom: 35px;
  }
  .SinglePic > div {
    width: 100%;
    float: none;
  }
  .ms-srch-hover-standardSize {
    width: 100%;
  }
  .SinglePic > div:first-child {
    margin-bottom: 10px;
  }
  .ms-srch-item,
  .ms-srch-item-path {
    width: 100% !important;
    overflow: hidden;
    overflow-y: hidden;
    margin: 0 !important;
    padding: 10px !important;
  }
  .ms-srch-hover-outerContainer {
    display: none !important;
  }
  .inside30_60_right .ms-rtestate-field .business_index_point a {
    display: block;
  }
  .ms-floatLeft {
    float: initial;
  }
  .ms-srch-sb-borderFocused,
  .ms-srch-sbLarge {
    width: 100%;
  }
  .ms-srch-sb-borderFocused > input,
  .ms-srch-sbLarge > input.ms-srch-sbLarge-fullWidth {
    width: 87%;
  }
  .ms-srch-sb-borderFocused > a,
  .ms-srch-sbLarge > a {
    float: right;
  }
  .CustomerService {
    margin-left: 0;
  }
  .CustomerContentItem p:nth-child(n+2) {
    margin-left: 15px;
  }
  .DSSIBtable tr td:first-child,
  .DSSIBtable tr th:first-child,
  .DSSIBtable tr td:nth-child(2),
  .DSSIBtable tr th:nth-child(2) {
    width: 59px;
  }
  .DSSIBtable tr td:nth-child(3),
  .DSSIBtable tr th:nth-child(3) {
    width: 25%;
  }
  .full_list .time + a {
    width: 90%;
  }
}

@media screen and (min-width: 1px) and (max-width: 730px) {
  .SFS {
    display: none;
}
  .SFSphone {
    display: block;
}
  .contentBox > div:nth-child(1),
  .contentBox > div:nth-child(2),
  .contentBox > div:nth-child(3),
  .contentBox,
  .qrCode {
    float: none;
    width: 100%;
}
  .contentBox > div {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1px) and (max-width: 710px) {
  .full_list .time + a {
    width: 88%;
  }
}

@media screen and (min-width: 1px) and (max-width: 695px) {
  /* 新南向 */
  #south iframe {
    height: 120vh;
}
  .epaperList tr td:last-child {
    width: 120px;
}
  .epaperList tr td:first-child {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1px) and (max-width: 638px) {
  /* 新南向 */
  #south iframe {
    height: 124vh;
}
  .full_list .time + a {
    width: 87%;
  }
}

@media screen and (min-width: 1px) and (max-width: 600px) {
  /* 董事監察人股東資料公告 */
  .DSSIB .wrapper {
    width: 100%;
}
  .DSSIB h5 {
    width: 24%;
}
  .DSSIB .expertise {
    width: 76%;
}
  .DSSIB .currentJob {
    width: 77%;
}
  .DSSIB .reward {
    width: 23%;
}
  .DSSIB .expertise,
  .DSSIB .reward {
    text-align: right;
}
  .DSSIB .currentJob,
  .DSSIB .reward {
    padding: 0 10px;
}
  .DSSIB .expertise,
  .DSSIB .currentJob,
  .DSSIB .reward {
    font-size: 0.8375em;
}
  .DSSIB .currentJob::before {
    left: 10px;
}
  .DSSIB .reward::before {
    right: 10px;
}
  .DSSIB .currentJob::after,
  .DSSIB .reward::after {
    border-left: none;
}
  #DeltaPlaceHolderMain > table > tbody > tr > td img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 559px) {
  .full_list .time + a {
    width: 84%;
  }
}

@media screen and (min-width: 1px) and (max-width: 529px) {
  /* 新南向 */
  #south iframe {
    height: 1160px;
  }
}

@media screen and (min-width: 1px) and (max-width: 510px) {
  /* 新南向 */
  #south iframe {
    height: 131vh;
}
  .contentUsBox p + input,
  .contentUsBox textarea,
  .contentUsBox {
    width: 99% !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 490px) {
  .top_menu_list {
    right: 0;
    left: 1px;
    width: 250px;
    margin-right: 0;
    top: 6px;
    font-size: 0em;
}
  .top_menu_list li {
    display: inline-block;
    padding-right: 0;
}
  .top_menu_list li:nth-child(even) {
    border-right: none;
}
  .top_menu_list li:nth-child(-n+2) {
    border-bottom: 1px solid #d4d4d4;
}
  .top_menu_list a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 0.9rem;
}
  .layout_top.phoneShow .top_menu_list {
    top: 0;
}
  .AccountingReport th:first-child {
    border-bottom: 2px solid #baecfa;
    font-size: 2rem;
    line-height: 1;
}
  .ms-srch-sbLarge-fullWidth {
    width: 100%;
}
  .full_list .time + a {
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 450px) {
  .DSSIB .BGwhite,
  .DSSIB .currentJob,
  .DSSIB .reward {
    padding: 0;
    margin: 0;
}
  .DSSIB .currentJob::before {
    left: 0;
}
  .DSSIB .reward::before {
    right: 0;
}
  .layout_top h1 img {
    width: 210px;
  }
}

.hide_msg,
#g_inside,
#PlaceHolderMain-div .Breadcrumbs li {
  display: none;
}

#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField {
  margin-top: 35px;
  color: #093aaa;
}

@media (max-width: 991px) {
  .ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField {
    margin-top: 5px;
  }
}

.share_btn {
  padding: 0 1.5%;
  text-align: right;
  margin-top: -35px;
  height: 1.5rem;
}

@media (max-width: 991px) {
  .share_btn {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.share_btn a {
  text-align: center;
  margin: 0 2px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border-radius: 0;
  text-indent: -999999px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  font-size: 0;
}
  @media (max-width: 766px) {
    .share_btn a {
      margin: 0;
  }
}

.share_btn img {
  max-height: 100%;
}

@media screen and (max-width: 784px) and (min-width: 0px) {
  #DeltaPlaceHolderMain > table > tbody > tr > td .share_btn img {
    width: auto !important;
  }
}

.newsContent,
.ms-rtestate-field {
  padding: 1rem;
}

.ms-rtestate-field {
  display: block!important;
}

.inside30_60 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 80vh;
}

.inside30_60_left.noindex {
  width: 100%;
}

.ms-core-listMenu-root {
  background-color: #e1f3e9;
  list-style-type: none;
  padding: 0;
}

.ms-core-listMenu-item,
.ms-core-listMenu-item:link,
.ms-core-listMenu-item:visited,
.ms-tv-item:link,
.ms-tv-item:visited,
.ms-tv-header:link,
.ms-tv-header:visited {
  color: #2D2D2D;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item {
  padding: 10px 20px;
}

.inside30_60_right {
  width: 70%;
  margin: 65px auto;
  margin-top: 20px;
  margin-bottom: 65px;
}

@media screen and (min-width: 0px) and (max-width: 973px) {
  .inside30_60_right {
    width: 100%;
  }
}

.inside30_60_right .Article60_30_left {
  padding-right: 20px;
}

@media (max-width: 991px) {
  div.article {
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  div.article,
  .welcome {
    padding: 0;
    width: 90vw;
    margin: 0 auto;
  }
}

.welcome .welcome-image {
  display: none;
}

@media (max-width: 991px) {
  .IndexInside .ms-rtestate-field {
    padding: 0;
    margin: 0;
    box-shadow: none;
    min-height: 0;
  }
}

.page_title.BgGradation {
  color: #579544;
  font-weight: 800;
  border-bottom: #B58A3C solid 2px;
  padding-bottom: 10px;
  padding-right: 120px;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .page_title.BgGradation {
    letter-spacing: 1px;
  }
}

.Article.Article60_30 {
  display: flex;
  flex-direction: row;
  margin-top: 35px;
}

.Article60_30_right {
  width: 20%;
}

@media (max-width: 991px) {
  .Article60_30_right {
    display: none;
  }
}

.ms-rte-wpbox + p,
#DeltaPageStatusBar,
.ms-webpart-chrome-title {
  display: none;
}

.zone_title span {
  margin-left: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.Article60_30_rightZone.list_ul>ul, .Article60_30_rightZone .ms-rte-wpbox, .full_list_title+ul {
  border-left: 1px #c3c3c3 dotted;
  border-right: 1px #c3c3c3 dotted;
  border-bottom: 1px #c3c3c3 dotted;
}

.newsList .full_list_title+ul {
  border: none;
  padding-top: 0;
}

.full_list_title+ul {
  padding: 30px 0 30px 40px;
  border-top: 1px #c3c3c3 dotted;
}

.Article60_30_rightZone .ms-rte-wpbox {
  padding-bottom: 40px;
}

.ms-rtestate-field .ms-rte-wpbox {
  margin-bottom: 0;
}

.ms-webpartzone-cell {
  margin-bottom: 0;
}

.ms-wpContentDivSpace {
  position: static !important;
}

.newszone ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.newszone li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.newszone .time {
  color: #afafaf;
  display: block;
}

.time {
  line-height: 12px;
  font-size: 0.7em;
}

.inside30_60_right .ms-rtestate-field .AccountingReport a,
.inside30_60_right .ms-rtestate-field center a,
.inside30_60_right .ms-rtestate-field .bottom-line a {
  padding: 0;
  margin: 0;
}

.Article60_30_rightZone a {
  color: #001ca9;
  text-decoration: none;
}

.Article60_30_rightZone a.more_btn {
  position: absolute;
  bottom: 30px;
  right: 4px;
}

.Article60_30_rightZone.list_ul > p:nth-child(-n+3),
.Article60_30_rightZone.newszone a + .ms-rte-wpbox {
  display: none;
}

.Article .business_index_point h3 {
  font-size: 1em;
  color: #0e5891;
  margin: 0;
  padding: 0;
  font-weight: bolder;
}
.Article .bottom_line {
  border-bottom: 1px #c3c3c3 dotted;
}
.Article .business_index_point {
  font-size: 1em;
  padding-bottom: 8px;
  margin-bottom: 7px;
}
.Article .business_index_point p {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
  margin-left: 110px;
}

.full_list li {
  color: #6e5424;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 991px) {
  .full_list li {
    padding-left: 10px;
    flex-direction: column-reverse;
    border-bottom: 1px solid #ddd;
    align-items: flex-start;
}
  .full_list li:last-child {
    border-bottom: none;
}
  .full_list_title + ul {
    list-style-type: none;
    padding: 30px 0;
}
  .inside30_60_right .ms-rtestate-field a[href$=xml]:before,
  .inside30_60_right .ms-rtestate-field a[href$=txt]:before,
  .inside30_60_right .ms-rtestate-field a[href$=pdf]:before,
  .inside30_60_right .ms-rtestate-field a[href$=tif]:before,
  .inside30_60_right .ms-rtestate-field a[href$=doc]:before,
  .inside30_60_right .ms-rtestate-field a[href$=zip]:before,
  .inside30_60_right .ms-rtestate-field a[href$=rar]:before,
  .inside30_60_right .ms-rtestate-field a[href$=tiff]:before,
  .inside30_60_right .ms-rtestate-field a[href$=docx]:before,
  .inside30_60_right .ms-rtestate-field a[href$=odt]:before {
    display: none;
  }
}

.inside30_60_right .ms-rtestate-field a,
.inside30_60_right .ms-rtestate-field .full_list h3 + ul a {
  padding: 0px 20px 4px 8px;
}

.ms-rtestate-read ul {
  list-style-type: none;
}

@media (max-width: 991px) {
  .layout_top.phoneShow .top_menu_list,
  .inside > .inside30_60_left {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ms-webpart-chrome-vertical {
    display: block;
}
  .ms-webpart-cell-vertical {
    display: block;
  }
}

.ex-table tbody tr td {
  word-break: break-all;
}

.article-content,
.welcome-content {
  margin: 5px 0 0;
}

body #s4-leftpanel-content {
  background-color: transparent;
  border: none;
  padding: 0px;
}

@media (max-width: 991px) {
  .ms-rtestate-field {
    padding: 0;
    margin: 0;
    box-shadow: none;
    min-height: 0;
  }
}

.fixed-top {
  position: fixed;
  top: 85px;
  right: 0;
  left: 0;
  z-index: 10;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.inside {
  padding-top: 110px;
}
.headerFix.fixed-top{
  top: 0;
}
.headerFix ~ .inside.IndexInside {
    padding-top: 110px;
}
@media (max-width: 992px) {
  .headerFix ~ .inside.IndexInside {
    padding-top: 0px;
  }
  .fixed-top{
    top: 0;
  }
  .inside {
    padding-top: 0px;
  }
}
.navbar {
  border-bottom: 1px solid #eee;
}
.SmartSiteMap, .SmartSiteMap ul {
  list-style-type: none;
}

p[role="alert"], div[role="alert"] {
  color: red;
  font-weight: 900;
}

.article img {
    max-width: 100%;
}

@media (max-height: 300px) {
  #contentBox {
    padding-top: 0;
  }
  .fixed-top {
    position: relative;
  }
  .navbar-brand {
    margin: 0;
  }
  .headerNav .navbar-collapse {
    height: calc(100vh - 43px * 2);
  }
  .sidebarSection {
    position: relative;
  }
  .sidebarSection a figure {
    display: none;
  }
  .sidebarSection a {
    padding: 4px;
  }
}