@charset "utf-8";
* {
  padding: 0;
  margin: 0
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
}
body {
  padding: 0;
  margin: 0;
  font-family: "Heiti TC", Microsoft JhengHei, "Arial Black", LiHei Pro;
  letter-spacing: 1px;
  position: relative;
  background-color: #fff;
  font-size: 100%;
  color: #000;
  word-break: break-all
}
body :focus {
  -webkit-outline: #5ac0a8 dotted 3px;
  -moz-outline: #5ac0a8 dotted 3px;
  outline: #5ac0a8 dotted 3px
}
map > :focus {
  outline: 10px #000 solid
}
.ep_box a:focus, .left_menu a:focus, .main_point > li > a:focus, .retiree_info_box a:focus {
  outline: none !important;
  position: relative;
  border: 0
}
.retiree_info_box a:focus:before {
  outline: none;
  content: "";
  display: block;
  position: absolute;
  width: 75%;
  padding: 0;
  height: 100%;
  top: 0;
  border: 3px dashed #5ac0a8;
  left: 0;
  right: 0;
  z-index: 100;
  margin: auto
}
.ep_box a:focus:before {
  outline: none;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  padding: 0;
  height: 100%;
  top: 0;
  border: 3px dashed #5ac0a8;
  left: 0;
  right: 0;
  z-index: 100;
  margin: auto;
  border-radius: 10px
}
.main_point > li > a:focus:before {
  outline: none;
  content: "";
  display: block;
  position: absolute;
  width: 99%;
  padding: 0;
  height: 100%;
  top: 0;
  border: 1px dashed #fff;
  z-index: 100;
  margin: auto;
  border-radius: 10px
}
.covid2 .main_point > li > a:focus:before {
  width: 100%;
  border-radius: 0
}
.left_menu a:focus:before {
  outline: none;
  content: "";
  display: block;
  position: absolute;
  width: 99%;
  padding: 0;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px dashed #000;
  z-index: 100;
  margin: auto;
  border-radius: 10px;
  right: 0;
  margin: auto
}
.allwords > *, .words > :not(.movelist) {
  font-size: 115%;
  margin-bottom: 1%
}
nav ul {
  list-style: none
}
.d_block {
  display: block !important
}
.hide, .noafter:after {
  display: none !important
}
.wrapper {
  overflow: hidden;
  position: relative
}
.side-right .wrapper {
  overflow: visible !important
}
.date2 {
  white-space: nowrap
}
.message_box {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 520px
}
.background_bg {
  content: "";
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%
}
.message_box .message_content {
  position: relative;
  padding: 15px;
  background: #fff
}
.message_box .message_content .message-close {
  right: 6px;
  top: 6px;
  position: absolute;
  font-size: 1.5em;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 1
}
.message_box .message_content .message-close .icon-close {
  padding: 10px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: block;
  position: relative
}
.icon-close:after, .icon-close:before {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  content: ' ';
  width: 23px;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #024a5a
}
.icon-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.icon-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
@media screen and (max-width:520px) {
  .message_box {
    min-width: 90%
  }
  .message_box .message_content .message-close {
    right: 1.2vw;
    top: 1.2vw
  }
  .message_box .message_content .message-close .icon-close {
    width: 30px;
    height: 30px
  }
  .icon-close:after, .icon-close:before {
    width: 17px;
    height: 2px
  }
}
@media screen and (max-height:555px) {
  .message_box {
    min-width: inherit
  }
}
.notice_img {
  width: 100%;
  max-width: 520px
}
ul.marquee {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  height: 22px;
  color: #FFF;
  border: 0
}
.p_liststyle {
  text-indent: -40px;
  padding-left: 40px
}
.p_liststyle2 {
  text-indent: -38px;
  padding-left: 36px
}
.p_liststyle3 {
  text-indent: -58px;
  padding-left: 50px
}
.p_liststyle2 a, .p_liststyle3 a, .p_liststyle a {
  text-indent: 0
}
.pagination-wrap {
  text-align: center
}
.pagination-wrap nav {
  margin-bottom: 15px
}
.pagination-wrap nav ul {
  text-align: center;
  padding-left: 0
}
.pagination-wrap .page-item {
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
  display: inline-block
}
.pagination-wrap .page-item.active {
  background-color: #41665e
}
.pagination-wrap.zone2 .page-item.active {
  background-color: gray
}
.pagination-wrap.zone3 .page-item.active {
  background-color: #df521e
}
.pagination-wrap .page-item a {
  width: 30px;
  height: 30px
}
.pagination-wrap .page-item a, .pagination-wrap .page-item a:focus, .pagination-wrap .page-item a:hover, .pagination-wrap .page-item a:visited {
  color: #41665e
}
.pagination-wrap .page-item.active a, .pagination-wrap .page-item.active a:focus, .pagination-wrap .page-item.active a:hover, .pagination-wrap .page-item.active a:visited {
  color: #fff
}
.text-hidden {
  pointer-events: none;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
  overflow: hidden
}
.btn-full {
  background-color: #41665e;
  padding: 5px;
  border-radius: 5px;
  color: #fff
}
.zone2 .btn-full {
  background-color: gray
}
.zone3 .btn-full {
  background-color: #df521e
}
ul.marquee li {
  position: absolute;
  top: -999em;
  left: 0;
  display: block;
  white-space: nowrap;
  font-size: 100%;
  padding: 3px 5px
}
.ep_main {
  display: flex;
  flex-wrap: wrap
}
.ep_content {
  display: flex
}
.ep_content:focus {
  color: #5E625D
}
.ep_box {
  width: calc(100% / 3 - 20px);
  background: #cce8ea;
  border-radius: 10px;
  margin: 20px 30px 0 0;
  overflow: hidden
}
.niea2 .ep_box {
  background: #d3e9f7
}
.niea2 .ep_box font, .niea2 .ep_box i {
  background: #ABCEE7
}
.niea2 .ep_box:hover font, .niea2 .ep_box:hover i {
  background: #185a96
}
.ep_list .ep_box {
  width: calc(100%);
  margin: 0 0 10px;
  background: #efefef;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}
.ep_list .ep_box:hover {
  background: #efefef
}
.niea2 .ep_box:hover {
  background: #56A7D8
}
.ep_list .ep_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #067196;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.ep_list .ep_content b {
  color: #067196
}
.ep_list .ep_content span {
  text-align: left;
  text-indent: 20px
}
.ep_list .ep_box .ep_content b:active, .ep_list .ep_box .ep_content b:focus, .ep_list .ep_box .ep_content b:hover {
  color: #fff !important
}
.ep_list .ep_box:active:before, .ep_list .ep_box:focus:before, .ep_list .ep_box:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}
.blue_btn, .green_btn {
  background: #187285;
  color: #fff;
  padding: 0 30px;
  height: 34px;
  display: flex;
  border-radius: 20px;
  float: right;
  margin-top: 15px;
  justify-content: center;
  align-items: center
}
.blue_btn:focus, .blue_btn:hover, .green_btn:focus, .green_btn:hover {
  color: #fff;
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}
.green_btn {
  background: #57726e;
  padding: 5px 10px 5px 16px
}
.niea2 .blue_btn {
  background: #185a96
}
.green_btn:hover, .niea2 .blue_btn:hover {
  color: #fff
}
.ep_list .ep_box font {
  background: #067196;
  color: #fff;
  line-height: 1.6;
  font-size: 180%;
  padding: 0 30px;
  margin-left: 0;
  -moz-transform-origin: bottom;
  -moz-transform: skewX(0deg);
  -webkit-transform-origin: bottom;
  -webkit-transform: skewX(0deg);
  -o-transform-origin: bottom;
  -o-transform: skewX(0deg);
  -ms-transform-origin: bottom;
  -ms-transform: skewX(0deg);
  transform-origin: bottom;
  transform: skewX(0deg)
}
.ep_list .ep_box font svg {
  -moz-transform-origin: bottom;
  -moz-transform: skewX(0deg);
  -webkit-transform-origin: bottom;
  -webkit-transform: skewX(0deg);
  -o-transform-origin: bottom;
  -o-transform: skewX(0deg);
  -ms-transform-origin: bottom;
  -ms-transform: skewX(0deg);
  transform-origin: bottom;
  transform: skewX(0deg)
}
.ep_list .ep_box:hover font {
  background: #067196
}
.ep_box:nth-of-type(3n) {
  margin-right: 0
}
.ep_box font, .ep_box i {
  background: #9fd1d1;
  color: #fff;
  line-height: 1.6;
  font-size: 180%;
  padding: 0 7px 0 30px;
  margin-left: -30px;
  -moz-transform-origin: bottom;
  -moz-transform: skewX(-15deg);
  -webkit-transform-origin: bottom;
  -webkit-transform: skewX(-15deg);
  -o-transform-origin: bottom;
  -o-transform: skewX(-15deg);
  -ms-transform-origin: bottom;
  -ms-transform: skewX(-15deg);
  transform-origin: bottom;
  transform: skewX(-15deg)
}
.ep_box font svg, .ep_box i svg {
  -moz-transform-origin: bottom;
  -moz-transform: skewX(15deg);
  -webkit-transform-origin: bottom;
  -webkit-transform: skewX(15deg);
  -o-transform-origin: bottom;
  -o-transform: skewX(15deg);
  -ms-transform-origin: bottom;
  -ms-transform: skewX(15deg);
  transform-origin: bottom;
  transform: skewX(15deg)
}
.ep_content span {
  display: table;
  width: 100%;
  text-align: center;
  min-height: 60px;
  padding-left: 20px
}
.ep_content b {
  display: table-cell;
  vertical-align: middle;
  font-size: 125%;
  font-weight: 400;
  padding-left: 10px;
  height: 60px;
  transform: translateX(-9%)
}
.ep_box:hover font, .ep_box:hover i {
  background: #118c8c
}
.niea2 .ep_box:focus font, .niea2 .ep_box:hover font {
  background: #3281B2
}
.ep_box:hover {
  background: #28acaf
}
.ep_box:hover a {
  color: #FFF;
  -o-transition: all 0 linear;
  -webkit-transition: all 0 linear;
  -moz-transition: all 0 linear;
  transition: all 0 linear
}
.ep_box:hover svg {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}
.greenpeace.EY_main .logo_main {
  justify-content: center
}
.greenpeace.EY_main .logo2 {
  height: 75px;
  font-size: 2.4rem;
  margin: 40px 0 0 10px
}
.banner_bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}
.banner_bottom .box_icon {
  width: calc(100% /2 - 0.1px);
  background: rgba(0, 0, 0, 0.73);
  text-align: center;
  position: relative;
  min-height: 52px
}
.banner_bottom .important_message {
  background: #e36379
}
.banner_bottom .box_icon:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 5px;
  height: 100%;
  background: #fff
}
.banner_bottom .box_icon img {
  width: auto;
  max-height: 50px;
  margin: 2px auto;
  padding: 2px
}
.banner_bottom .box_icon.important_message img {
  max-height: 35px
}
.zone_main {
  font-size: 150%;
  margin: 10px 0 0
}
.zone_menu, .zone_menu a {
  display: flex;
  justify-content: space-around;
  align-items: center
}
.zone_menu a {
  padding: 8px 30px;
  border-bottom: 5px solid transparent
}
.zone_menu a.active, .zone_menu a:hover {
  color: #df521e;
  border-bottom: 5px solid #df521e;
  font-weight: 700
}
.zone_menu a i {
  max-width: 45px;
  margin-right: 15px
}
.box_icon .important_img {
  display: table;
  text-align: center;
  width: 100%
}
.box_icon .important_img span {
  display: table-cell;
  vertical-align: middle
}
.banner_bottom .box_icon:nth-child(2) img {
  max-width: 500px;
  padding: 0;
  margin-top: 20px
}
.covidBanner2 .slick-slider {
  margin-bottom: 45px
}
.main_case {
  display: flex;
  margin-bottom: 60px;
  margin-top: 20px
}
.case_img {
  display: inline-block;
  border-radius: 500px;
  background: #fff;
  padding: 15px;
  margin-bottom: 10px
}
.case_img img {
  max-width: 70px
}
.case_1 {
  width: calc(100% / 3 - 20px);
  text-align: center;
  background: #efefef;
  margin: 10px 0;
  border-radius: 10px
}
.case_1 p {
  text-align: center;
  background: #067196;
  margin-bottom: 0;
  padding: 10px 0;
  color: #fff;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  width: 100%;
  bottom: -50px
}
.case_1 a {
  display: block
}
.case_1 a:active .case_img, .case_1 a:focus .case_img, .case_1 a:hover .case_img {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }
}
@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }
}
.case_1:nth-child(2) {
  margin: 10px 30px
}
.case_words {
  color: #067196;
  font-size: 140%;
  font-weight: bolder;
  margin: 10px 0;
  display: block
}
.list_main, .main_movie {
  display: flex;
  padding-top: 30px;
  margin-bottom: 0
}
.icon_bg {
  position: absolute;
  right: 10%;
  top: 48%;
  cursor: pointer
}
.icon_bg:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: -13.5px;
  left: -5px;
  border-radius: 100%
}
.close-icon, .close-icon:after, .close-icon:before {
  display: block;
  width: 20px;
  height: 4px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #e36379;
  cursor: pointer
}
.close-icon {
  background-color: transparent
}
.close-icon:after, .close-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' '
}
.close-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0
}
.close-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0
}
.side-right #sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 200vw;
  height: 200vh;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-touch-action: none;
  touch-action: none;
  will-change: opacity;
  z-index: 100
}
#accesskey_c, .L, .u, .z {
  color: transparent !important;
  position: absolute
}
#accesskey_c:focus, .L:focus, .u:focus, .z:focus {
  color: #535456 !important
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.5;
  color: #4a4a4a;
  margin: 10px 0;
  display: block
}
.h2, .h6, h2, h6 {
  color: #007a96
}
.h4:after, h4:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: dotted 2px #007a96;
  margin-top: 10px
}
.h2, h2 {
  font-size: 2rem !important;
  color: #007a96;
  margin-top: 0;
  position: relative
}
.h2 i, h2 i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle
}
.retiree .h2 {
  color: #57726e
}
.news_box .h6, .news_box h6, aside .h3, aside h3 {
  margin-top: 0
}
.h2:after, h2:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: dotted 2px #007a96;
  margin-top: 10px;
  clear: both
}
.top_control h2 {
  width: calc(100% - 200px)
}
.top_control h2:after {
  width: calc(100% + 200px)
}
.zone h2:after {
  border-bottom: 0
}
.zone h2 {
  margin-top: -16px;
  color: #41665e
}
.zone h2.red_font {
  color: #c1272d
}
.h2.bricon:after, h2.bricon:after {
  display: none
}
.bricon img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%
}
.h6.bricon img, h6.bricon img {
  vertical-align: bottom
}
.h3, h3 {
  font-size: 1.9rem !important
}
.h4, h4 {
  font-size: 1.8rem !important
}
.h5, h5 {
  font-size: 1.7rem !important
}
.h6, h6 {
  font-size: 1.5rem !important;
  margin: 25px 0
}
.h6 span, h6 span {
  border: solid 2px #007a96;
  padding: 5px 10px;
  color: #007a96
}
.h7, h7 {
  font-size: 1.3rem !important;
  color: #007a96
}
.h2_icon {
  display: inline-block
}
.top_control {
  position: relative
}
.container .h2_icon {
  position: absolute;
  right: 0;
  bottom: 14px
}
.h2_icon a {
  text-align: center;
  margin: 0 4px;
  vertical-align: bottom;
  height: 35px;
  width: 35px;
  line-height: 0;
  background-size: contain;
  text-indent: -999999px;
  transition: all .1s ease-in-out
}
.words ol, .words ul:not(.movelist) {
  line-height: 180%;
  padding-left: 40px
}
.words ul.main_people {
  padding-left: 0
}
.slick-slide a {
  display: block;
  overflow: hidden
}
.covidBanner2 .slick-slide a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.listnone {
  list-style: none
}
.list_style li {
  padding-right: 10px
}
.normalstyle {
  padding: 0 0 0 50px;
  list-style-type: decimal
}
.control2 .normalstyle {
  padding: 0 10px 0 50px;
  list-style-type: decimal
}
.control2 .fb_main, .control2 .googleplay, .googleplay2 {
  width: 90%;
  margin: 5% 0 5% 10%
}
.googleplay2 {
  display: flex
}
.googleplay2 span img {
  max-width: 110px
}
.googleplay2 a:first-of-type img {
  max-width: 130px
}
.googleplay2 a:nth-of-type(2) img {
  max-width: 120px
}
.grid li.new_vedio a {
  padding: 15px;
  padding-bottom: 0;
  display: block;
  position: relative
}
.video_box {
  width: 100%;
  position: relative
}
.grid li span.embed-vedio {
  display: block;
  height: 0
}
.grid li.new_vedio .title {
  padding: 15px 0 40px;
  min-height: 105px
}
.grid li.new_vedio span.date {
  position: absolute;
  bottom: 15px;
  left: -5px;
  color: #5E625D
}
.grid {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0 !important
}
.grid li.new_vedio {
  display: flex;
  flex-wrap: wrap
}
.grid li {
  width: calc(100% / 3 - 20px);
  margin: 10px;
  background: #fbfbfb
}
.grid li span {
  display: block;
  padding: 0 20px
}
.grid li .title {
  padding: 20px 20px 10px
}
.fb_main, .grid, .img_main {
  list-style: none;
  display: flex;
  flex-wrap: wrap
}
.img_main {
  margin: 0 -20px 0 0;
  padding: 0 !important
}
.img_main li {
  width: calc(100% / 4 - 20px);
  margin: 10px 20px 10px 0;
  padding: 10px;
  background: #eee
}
.img_main li span {
  overflow: hidden;
  height: 0;
  padding-bottom: 40%;
  display: block
}
.img_main .title {
  font-size: 140%;
  margin-top: 20px
}
.fb_main a {
  background: #3B5BA6;
  color: #fff;
  display: block;
  padding: 10px
}
.fb_main a:nth-child(2) {
  margin-left: 20px
}
.fb_main a:nth-child(3) {
  margin-right: 20px;
  margin-top: 10px
}
.fb_main > a:first-child:last-child, .fb_main > a:first-child:last-child ~ a {
  width: 100%
}
.fb_main > a:first-child:nth-last-child(2), .fb_main > a:first-child:nth-last-child(2) ~ a {
  width: calc(100% / 2 - 10px)
}
.fb_main > a:first-child:nth-last-child(3), .fb_main > a:first-child:nth-last-child(3) ~ a {
  width: calc(100% / 2 - 10px)
}
.normalstyle p {
  margin: 1% 0
}
.normalstyle ul {
  padding-left: 30px;
  margin: 1% 0
}
.list_style * > :before {
  content: attr(data-list);
  position: absolute;
  display: inline-block;
  width: 3em;
  margin-left: -3.5em;
  margin-right: .5em;
  text-align: right;
  direction: rtl;
  white-space: nowrap
}
.headline h2:after, .logo h1:after {
  border-bottom: 0
}
.gsc-adBlock {
  display: none !important
}
.words {
  margin: 0
}
.graybg {
  background: #F7F8F8 !important;
  overflow: hidden
}
.graybg p {
  padding: 10px
}
.graybg ul p {
  padding: 10px 0
}
.gold {
  color: #956134
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}
.content-wrap {
  width: 85%;
  margin: auto;
  padding: 160px 0 0;
  position: relative
}
.breadcrumb {
  margin: 1% 0;
  clear: both
}
.breadcrumb > li {
  display: inline
}
.breadcrumb a {
  color: #3E3A39
}
.retiree .breadcrumb > li + li:before, .retiree .breadcrumb a {
  color: #fff
}
.zone .breadcrumb > li + li:before, .zone .breadcrumb a {
  color: #000
}
.content-wrap aside {
  width: 25%;
  position: relative
}
.noaside aside {
  display: none
}
.content-wrap .container {
  background: #FFF;
  width: 75%;
  min-height: 800px;
  padding: 0;
  margin-bottom: 0;
  position: relative
}
.covid2 .content-wrap .container {
  min-height: auto
}
.tab_style {
  display: table;
  width: 100%;
  white-space: nowrap;
  border-spacing: 15px 0;
  color: #323232;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px
}
.tab_style:after, .tab_style:before {
  content: "";
  display: table-cell;
  width: 42%;
  background: -webkit-linear-gradient(#323232, #323232) repeat-x left 25px;
  background: -moz-linear-gradient(#323232, #323232) repeat-x left 25px;
  background: -ms-linear-gradient(#323232, #323232) repeat-x left 25px;
  background: linear-gradient(#323232, #323232) repeat-x left 25px;
  background-size: 1px 1px;
  border-bottom: 0
}
.covidBanner, .covidBanner2 {
  background: #eaeaea;
  padding-top: 60px
}
.insideBanner3 p {
  text-align: center;
  margin: 20px auto;
  display: block;
  font-size: 120%;
  white-space: nowrap;
  max-width: 235px;
  text-overflow: ellipsis;
  overflow: hidden
}
.insideBanner3 .slick-slide a:hover img {
  opacity: .5
}
.retireeBanner {
  margin-top: 60px
}
.retireeBanner li {
  margin: 0 2em
}
.covidBanner li {
  margin: 0 1.5vw
}
.covidBanner .slick-track {
  display: flex;
  align-items: baseline
}
.covidBanner2 li {
  margin: 0 1vw;
  background: #fff;
  padding-bottom: 15px
}
.retireeBanner_main {
  padding: 0 5%
}
.retireeBanner .slick-next, .retireeBanner .slick-prev {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/arrow.svg) no-repeat center/contain;
  width: 60px;
  left: 0
}
.retireeBanner .slick-next {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/arrow2.svg) no-repeat center/contain;
  left: inherit;
  right: 0
}
.covidBanner .slick-next, .covidBanner .slick-prev {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/left_arrow2.png) no-repeat center/contain;
  width: 6vmin;
  left: -54px;
  top: 40%
}
.covidBanner .slick-next {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/right_arrow2.png) no-repeat center/contain;
  left: inherit;
  right: -54px
}
.covidBanner2 .slick-next, .covidBanner2 .slick-prev {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/left_arrow3.png) no-repeat center/contain;
  width: 28px;
  left: -54px;
  top: 48%
}
.covidBanner2 .slick-next {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/right_arrow3.png) no-repeat center/contain;
  left: inherit;
  right: -54px
}
.retiree .content-wrap .container {
  min-height: calc(70vh - 100px)
}
.retiree_banner {
  height: 30vh
}
.insideBanner3, .insideBanner4 {
  padding: 0 70px 50px
}
.zone .retiree_banner {
  height: 19vh
}
.covid_main, .retiree_main {
  display: flex;
  justify-content: center;
  margin: 30px 0
}
.covid2 .retiree_main {
  margin: 25px 0
}
.covidBanner2 li:nth-of-type(n) .inside_img p {
  font-size: 120%;
  border-top: 14px solid #0071bc;
  padding: 15px 25px 0;
  min-height: 85px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box
}
.covidBanner2 li:nth-of-type(2n) .inside_img p {
  border-top: 14px solid #c16b84
}
.covidBanner2 li:nth-of-type(3n) .inside_img p {
  border-top: 14px solid #fccd3e
}
.covid_main {
  margin: 15px 0 0
}
.covid2 .retiree_main {
  justify-content: space-between
}
.covid2 .retiree_main .newsWrap {
  width: calc(100% - 480px)
}
.covid2 .retiree_main.no_info .newsWrap {
  width: 100%
}
.covid2 .retiree_main .retiree_info {
  width: 448px
}
.covid2 .retiree_main.no_info .retiree_info {
  display: none
}
.covid2 .retiree_main .retiree_info p {
  margin: 10px 0
}
.covid2 .retiree_info a, .img_block {
  display: block
}
.covid_title {
  padding: 0;
  display: block;
  height: 52px;
  line-height: 52px;
  vertical-align: middle;
  text-align: center;
  font-size: 125%;
  background: #cceeeb;
  margin-bottom: 25px
}
.retiree_info_box {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px
}
.covid2 .slick-list, .covid .slick-list {
  padding: 4px 0
}
.retiree_info_box.old_style {
  max-width: none
}
.retiree_info_box a {
  width: 50%;
  text-align: center;
  position: relative
}
.list_group li a:focus, .list_group li a:hover, .retiree_info_box a:focus, .retiree_info_box a:hover {
  color: #187285
}
.niea2 .list_group li a:focus, .niea2 .list_group li a:hover, .niea2 .retiree_info_box a:focus, .niea2 .retiree_info_box a:hover {
  color: #185A96
}
.retiree_info_box a i {
  font-style: normal;
  font-size: 120%;
  padding: 0;
  display: block;
  font-weight: 700;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10
}
.retiree_info_box.old_style a i {
  padding: 5px 10px 20px;
  position: relative;
  bottom: 0
}
.retiree_info_box {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  height: 100%
}
.retiree_info_box a img {
  max-width: 170px
}
.retiree_info_box.old_style a img {
  max-width: 150px
}
.retiree_news {
  padding: 10px 0;
  flex-basis: 72%;
  margin-right: 60px
}
.retiree_info {
  padding: 0;
  clear: both
}
.retiree_title {
  display: block;
  text-align: center;
  padding-bottom: 20px
}
.retiree_title i {
  color: #57726e;
  font-weight: 700;
  font-size: 160%;
  font-style: normal
}
.retiree_title i:after, .retiree_title i:before {
  content: "◆◆";
  font-size: 120%;
  vertical-align: -2px;
  margin: 0 11px
}
.owl-carousel {
  list-style: none
}
.noaside .container {
  width: 100%
}
.content-wrap .control .container, .content-wrap .control aside {
  float: left
}
.content-wrap .control2 .container, .content-wrap .control2 aside {
  float: left
}
.words .h2 {
  font-weight: 700;
  line-height: 1.5;
  text-align: justify;
  text-justify: auto
}
i.btn, u.btn {
  text-decoration: none;
  font-style: normal
}
.btn {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 2px 6px;
  border-radius: .3rem;
  letter-spacing: normal;
  font-family: "Heiti TC", Microsoft JhengHei, "Arial Black", LiHei Pro;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn2 {
  border: 0;
  padding: 10px 15px;
  background: #EEEFEF;
  font-size: 100%;
  border-radius: 5px;
  cursor: pointer
}
.btn-block {
  width: 100%;
  max-width: 300px;
  margin: auto
}
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  margin-left: 40.8%;
  margin-top: 4%
}
.bottom_style {
  margin-top: 0
}
.btn-outline-json {
  color: #F5C22B;
  background-color: transparent;
  background-image: none;
  border: 2px solid #F5C22B;
  padding: .1rem .4rem
}
.btn-outline-json:hover, a:hover * > .btn-outline-json, a:hover > .btn-outline-json {
  color: #fff;
  background-color: #F5C22B;
  border-color: #F5C22B
}
.btn-outline-csv {
  color: #72BF44;
  background-color: transparent;
  background-image: none;
  border: 2px solid #72BF44;
  padding: 0 .1rem
}
.btn-outline-csv:hover, a:hover * > .btn-outline-csv, a:hover > .btn-outline-csv {
  color: #fff;
  background-color: #72BF44;
  border-color: #72BF44
}
.btn-outline-rss {
  color: #F7931E;
  background-color: transparent;
  background-image: none;
  border: 2px solid #F7931E;
  padding: .1rem .4rem
}
.btn-outline-rss:hover, a:hover * > .btn-outline-rss, a:hover > .btn-outline-rss {
  color: #fff;
  background-color: #F7931E;
  border-color: #F7931E
}
.btn-outline-xml {
  color: #601986;
  background-color: transparent;
  background-image: none;
  border: 2px solid #601986;
  padding: .1rem .4rem
}
.btn-outline-xml:hover, a:hover * > .btn-outline-xml, a:hover > .btn-outline-xml {
  color: #fff;
  background-color: #601986;
  border-color: #601986
}
.btn-outline-doc {
  color: #24508F;
  background-color: transparent;
  background-image: none;
  border: 2px solid #24508F;
  padding: .1rem .4rem
}
.btn-outline-doc:hover, a:hover * > .btn-outline-doc, a:hover > .btn-outline-doc {
  color: #fff;
  background-color: #24508F;
  border-color: #24508F
}
.btn-outline-odt {
  color: #2989C3;
  background-color: transparent;
  background-image: none;
  border: 2px solid #2989C3;
  padding: .1rem .4rem
}
.btn-outline-odt:hover, a:hover * > .btn-outline-odt, a:hover > .btn-outline-odt {
  color: #fff;
  background-color: #2989C3;
  border-color: #2989C3
}
.btn-outline-xls {
  color: #207345;
  background-color: transparent;
  background-image: none;
  border: 2px solid #207345;
  padding: .1rem .4rem
}
.btn-outline-xls:hover, a:hover * > .btn-outline-odt, a:hover > .btn-outline-odt {
  color: #fff;
  background-color: #207345;
  border-color: #207345
}
.btn-outline-ods {
  color: #4ECC86;
  background-color: transparent;
  background-image: none;
  border: 2px solid #4ECC86;
  padding: .1rem .4rem
}
.btn-outline-ods:hover, a:hover * > .btn-outline-ods, a:hover > .btn-outline-ods {
  color: #fff;
  background-color: #4ECC86;
  border-color: #4ECC86
}
.btn-outline-ppt {
  color: #8E2519;
  background-color: transparent;
  background-image: none;
  border: 2px solid #8E2519;
  padding: .1rem .4rem
}
.btn-outline-ppt:hover, a:hover * > .btn-outline-ppt, a:hover > .btn-outline-ppt {
  color: #fff;
  background-color: #8E2519;
  border-color: #8E2519
}
.btn-outline-odp {
  color: #DA4D3C;
  background-color: transparent;
  background-image: none;
  border: 2px solid #DA4D3C;
  padding: .1rem .4rem
}
.btn-outline-odp:hover, a:hover * > .btn-outline-odp, a:hover > .btn-outline-odp {
  color: #fff;
  background-color: #DA4D3C;
  border-color: #DA4D3C
}
.btn-outline-pdf {
  color: #E60012;
  background-color: transparent;
  background-image: none;
  border: 2px solid #E60012;
  padding: .1rem .4rem
}
.btn-outline-pdf:hover, a:hover * > .btn-outline-pdf, a:hover > .btn-outline-pdf {
  color: #fff;
  background-color: #E60012;
  border-color: #E60012
}
.btn-outline-mp3 {
  color: #ff70aa;
  background-color: transparent;
  background-image: none;
  border: 2px solid #ff70aa;
  padding: .1rem .4rem
}
.btn-outline-mp3:hover, a:hover * > .btn-outline-mp3, a:hover > .btn-outline-mp3 {
  color: #fff;
  background-color: #ff70aa;
  border-color: #ff70aa
}
.btn-outline-zip {
  color: #9b40ff;
  background-color: transparent;
  background-image: none;
  border: 2px solid #9b40ff;
  padding: .1rem .4rem
}
.btn-outline-zip:hover, a:hover * > .btn-outline-zip, a:hover > .btn-outline-zip {
  color: #fff;
  background-color: #9b40ff;
  border-color: #9b40ff
}
.share_icon2 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 45px 0
}
.share_icon2 a {
  width: calc(100% / 2);
  padding: 12px
}
.fontchange {
  overflow: hidden;
  color: #fff;
  padding-right: 4px
}
.other .fontchange {
  color: #000
}
.fontchange ul:first-child li:nth-child(4) {
  margin-left: 4px;
  width: 34px;
  height: 30px
}
.fontchange ul:first-child {
  margin-top: 40px
}
.fontchange ul:nth-child(2) {
  margin-top: 35px;
  display: flex;
  padding-right: 4px
}
.fontchange .share_icon li {
  padding: 0
}
.share_icon a {
  text-align: center
}
.share_icon img {
  width: 38px;
  max-width: 47px;
  height: 38px;
  margin: 0 3px
}
.fontchange li {
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  position: relative
}
.fontchange li:first-child {
  font-size: 1.3vmin;
  cursor: auto
}
.fontchange li:nth-child(2) {
  font-size: 1rem;
  line-height: 1.2;
  margin-right: 3px;
  width: 34px;
  height: 30px;
  background-position: 1px;
  text-align: center
}
.fontchange li:nth-child(3) {
  font-size: 1.2rem;
  line-height: 1
}
.fontchange li:nth-child(4) {
  font-size: 1.4rem;
  line-height: .8
}
.fontchange li.ative, .fontchange li:hover {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/circles.svg) no-repeat center;
  background-size: contain;
  color: #000
}
.other .fontchange li.ative, .other .fontchange li:hover {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/circles2.svg) no-repeat 2px;
  background-size: contain;
  color: #fff
}
.fontchange li.ative:nth-child(2), .fontchange li:hover:nth-child(2) {
  background-position: 1px;
  text-align: center
}
.fontchange li.ative:nth-child(3), .fontchange li:hover:nth-child(3) {
  background-position: 0
}
.fontchange li.ative:nth-child(4), .fontchange li:hover:nth-child(4) {
  background-position: 1px
}
.share_icon li:nth-child(2) {
  width: auto;
  height: auto;
  margin-right: 0
}
.fontchange .share_icon > li:hover, .fontchange li:first-child:hover {
  background: none;
  color: #fff
}
.other .fontchange .share_icon > li:hover, .other .fontchange li:first-child:hover {
  background: none;
  color: #000
}
.covid2 .embed-vedio, .covidBanner.covidBanner2 li a div, .covidBanner li a div, .embed-img, .embed-list, .embed-map, .grid .embed-vedio {
  clear: both;
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25% !important
}
.covidBanner li a div {
  padding-bottom: 101% !important
}
.video_box a {
  width: 100%
}
.embed-list {
  padding-bottom: 20%
}
.embed-map {
  padding-bottom: 50%;
  min-height: 450px
}
.embed-img iframe, .embed-img img, .embed-list iframe, .embed-map iframe, .embed-vedio iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-img img {
  height: auto;
  top: 0;
  bottom: auto
}
.EY_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px
}
.EY_box {
  width: calc(100% / 3 - 20px);
  margin: 40px 0 20px
}
.EY_box p {
  font-size: 140%;
  margin: 15px 0 0
}
.red {
  color: #EA514E
}
.blue {
  color: #007e9b
}
.first_p {
  margin-bottom: 5% !important;
  margin-top: 1%
}
.dropdown, .dropup {
  position: relative
}
.font_black {
  color: #404040
}
.font_black2 {
  color: #000 !important
}
.pc, .pc2 {
  display: block !important
}
.mobile, .mobile2 {
  display: none !important
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  z-index: 10
}
.clear {
  clear: both;
  border: 0
}
.clear2 {
  clear: both;
  border: 0;
  height: 50px
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
[role=button] {
  cursor: pointer
}
#accesskey_C, .L, .z {
  position: absolute
}
#accesskey_C {
  right: 0
}
.col-2 {
  width: 20% !important;
  float: left
}
.col-3 {
  width: 30% !important;
  float: left
}
.col-4 {
  width: 40% !important;
  float: left
}
.col-5 {
  width: 50% !important;
  float: left
}
.col-6 {
  width: 58% !important;
  margin-left: 5px;
  float: left
}
.col-7 {
  width: 68% !important;
  margin-left: 5px;
  float: left
}
.col-8 {
  width: 78% !important;
  margin-left: 5px;
  float: left
}
.movie_box {
  width: calc(100% / 3 - 20px)
}
.list_box {
  width: calc(100% / 3 * 2)
}
.list_box:first-child, .movie_box:first-child {
  margin-right: 30px;
  position: relative
}
.banner_main .owl-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0
}
.movie_title {
  padding-top: 10px
}
.movie_title span {
  display: block;
  font-weight: 700;
  font-size: 130%
}
.movie_title span:nth-child(2) {
  font-size: 90%
}
.bluefont {
  color: #067196
}
.right_content {
  float: right
}
.formstyle {
  width: calc(58% - 152px) !important
}
.text-center {
  text-align: center !important
}
.text-right {
  text-align: right !important
}
.num-5 {
  width: calc(100% / 5) !important;
  float: left
}
.num-8 {
  width: calc(100% / 8) !important;
  float: left
}
.float {
  float: left
}
.slick-slider {
  margin-bottom: 0
}
.text-left, .text-left * > * {
  text-align: left !important
}
.words_content.text-left * > a {
  display: inline !important
}
.words_content.text-left * > p {
  line-height: 1.8 !important;
  margin-bottom: 0 !important
}
.control:after, section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
dd, dl, dt, input, li, ol, ul {
  margin: 0;
  padding: 0
}
.listnone {
  list-style: none
}
.low_style * > :before {
  content: attr(data-low);
  position: absolute;
  margin-left: -80px
}
#btn_img2:before {
  content: attr(data-name)
}
.words_content .low_style ol {
  margin-left: 130px
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}
p, ul {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1%
}
.zone .words p {
  line-height: 1.7;
  margin-bottom: 40px
}
.words_content > :not(p) {
  text-align: justify;
  text-justify: auto;
  line-height: 180%;
  margin-bottom: 1%
}
.words_content .sitemap, .words_content .sitemap2, .words_content .sitemap3 {
  margin-left: 0;
  padding-left: 0
}
.print_img {
  display: none !important
}
.sitemap .box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 4 - 20px);
  margin-right: 20px;
  margin-bottom: 39px;
  background: rgba(0, 0, 0, 0.02)
}
.sitemap .box:nth-of-type(4n) {
  margin-right: 0
}
.sitemap .box > a {
  display: block;
  background-color: #007eb5;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 15px;
  text-decoration: none;
  padding: 10px 20px 10px 50px
}
.sitemap .box > ul li a {
  padding-left: 60px;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
  display: flex;
  padding-right: 10px
}
.sitemap .box > ul li ul a {
  padding-left: 90px;
  padding-right: 10px
}
.sitemap * > :before {
  content: attr(data-site);
  position: absolute;
  margin-left: -25px
}
.sitemap2 * > :before {
  content: attr(data-site2);
  position: absolute;
  margin-left: -35px
}
.sitemap2 .add {
  padding-left: 70px !important
}
.sitemap2 .add:before {
  margin-left: -45px !important
}
.sitemap3 * > :before {
  content: attr(data-site3);
  position: absolute;
  margin-left: -50px
}
.sitemap3 .add {
  padding-left: 100px !important
}
.sitemap3 .add:before {
  margin-left: -60px !important
}
a {
  color: #5E625D;
  text-decoration: none;
  -o-transition: all .15s linear;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
  display: inline-block;
  position: relative;
  word-break: break-all
}
.breadcrumb a:hover, .other_link2 ol a:hover, .other_link ol a:hover, .rightbtn a.more:hover, .timeline-content a:hover, .video_box a:hover, a:active, a:focus, a:hover {
  text-decoration: none;
  color: #28ACAF
}
.related_link a, table a {
  color: #007a96
}
.related_link a:hover, table a:hover {
  text-decoration: underline;
  color: #28ACAF
}
.main_words a:hover, .navli li a:hover {
  color: #a0cb50
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
img {
  -webkit-transition: all .7s ease-out;
  -moz-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  transition: all .7s ease-out
}
.img, .img_L {
  width: 100%;
  border: 0;
  display: block;
  margin: auto
}
.img_L {
  width: 70%;
  margin-left: 0
}
.relative-files-section {
  margin-top: 60px;
  color: #716e75;
  line-height: 1.7;
  font-size: 100%
}
.relative-files-section li:first-of-type {
  margin-top: 10px
}
ol.list-arrow li {
  position: relative;
  padding: 0 0 0 15px;
  list-style: none
}
ol.list-arrow li:before {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 0;
  border-top: 7px solid transparent;
  border-left: 8px solid #716e75;
  border-bottom: 7px solid transparent
}
ol.list-arrow li:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: -3px;
  border-top: 7px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 7px solid transparent
}
.relative-files-section a, .relative-files-section a:focus, .relative-files-section a:hover, .relative-files-section a:visited {
  color: #716e75
}
.relative-files-section i {
  font-size: 87.5%;
  padding-left: 5px
}
.icon-download2:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/attach_file.png)
}
.table, .table-center, .table-left, .table-th {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center
}
th {
  text-align: center;
  background: #007eb5;
  color: #fff
}
.table-left, .table-left td, .table-left th, .table-th td {
  text-align: left !important;
  padding: 7px 1em !important
}
.table-center, .table-center td, .table-center th {
  text-align: center !important;
  padding: 7px 1em !important
}
.table-th th {
  text-align: center !important;
  padding: 7px 1em !important
}
.retiree th {
  background: #006837
}
.table-center > tbody:first-child > tr:first-child > th, .table-center > thead:first-child > tr:first-child > th, .table-left > tbody:first-child > tr:first-child > th, .table-left > thead:first-child > tr:first-child > th, .table-th > tbody:first-child > tr:first-child > th, .table-th > thead:first-child > tr:first-child > th, .table > tbody:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
  border-right: 1px solid #fff;
  padding: 7px 0
}
.table-center > tbody:first-child > tr:first-child > th + th, .table-center > thead:first-child > tr:first-child > th + th, .table-left > tbody:first-child > tr:first-child > th + th, .table-left > thead:first-child > tr:first-child > th + th, .table-th > tbody:first-child > tr:first-child > th + th, .table-th > thead:first-child > tr:first-child > th + th, .table > tbody:first-child > tr:first-child > th + th {
  border-top: 0;
  border-right: 1px solid #000;
  padding: 7px 0
}
.table-center > tbody:first-child > tr:first-child > th, .table-left > tbody:first-child > tr:first-child > th, .table-th > tbody:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > th + th {
  border-right: 1px solid #000
}
.table-center > tbody > tr > td, .table-left > tbody > tr > td, .table-th > tbody > tr > td, .table > tbody > tr > td {
  border-top: 0;
  padding: 7px 1em;
  border-right: 1px solid #fff
}
.table-center > tbody > tr > td:last-child, .table-left > tbody > tr > td:last-child, .table-th > tbody > tr > td:last-child, .table > tbody > tr > td:last-child {
  border-right: 0 solid #fff
}
.table-center > tbody > tr:nth-of-type(2n), .table-left > tbody > tr:nth-of-type(2n), .table-th > tbody > tr:nth-of-type(2n), .table > tbody > tr:nth-of-type(2n) {
  background-color: #EEEFEF
}
.tab_content {
  overflow-y: hidden;
  overflow-x: auto
}
.add_text {
  font-size: 115%
}
.add_text .retiree_icon {
  background: #ef915d;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  margin-left: 4px
}
.add_text .retiree_icon:before {
  content: " ";
  display: inline-block;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/contact.svg) no-repeat;
  width: 20px;
  height: 19px;
  vertical-align: bottom;
  margin-right: 10px
}
.page_box {
  position: relative;
  text-align: center
}
.page_box > * {
  margin-bottom: 10px
}
.page_box > div:last-of-type {
  margin-bottom: 0
}
.page_box div:first-child {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle
}
.page_box div:last-child {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle
}
.page_box input {
  display: inline-block;
  margin: 0 3px
}
.page_box .btn3 {
  vertical-align: 11px;
  background: #007a96;
  color: #FFF
}
.page_box input:active, .page_box input:focus, .page_box input:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}
.form-control2, .form-control3, .form-control4 {
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  font-size: 90%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.retiree .form-control2 {
  width: 100px
}
.retiree .form-control4 {
  width: 250px
}
.zone .form-control4 {
  width: 400px !important
}
.zone .top_bar2 img {
  height: 30px;
  width: 30px;
  padding: 3px
}
.page_box select {
  display: inline;
  max-width: 70px
}
.color1 {
  color: #19a3a3
}
.latin {
  list-style: upper-latin
}
.env_a {
  display: inline-table;
  width: 100%;
  margin-top: 15px;
  border-top: dotted 2px #19a3a3
}
.env_a a {
  display: block;
  padding: 10px 0 10px 14%
}
.main_env {
  display: flex;
  flex-wrap: wrap
}
.main_env li {
  width: calc(100% / 3 - 20px);
  margin: 20px 20px 20px 0
}
.main_env li:nth-of-type(3n+1) {
  margin-left: 0
}
.main_env li:nth-of-type(3n) {
  margin-right: 0
}
.news_box {
  display: flex;
  padding: 10px;
  -moz-box-shadow: 4px 4px 12px 4px rgba(146, 146, 158, 0.16);
  -webkit-box-shadow: 4px 4px 12px 4px rgba(146, 146, 158, 0.16);
  box-shadow: 4px 4px 12px 4px rgba(146, 146, 158, 0.16);
  margin: 20px auto 0
}
.news_box h5 font {
  display: block;
  font-size: 80%;
  color: #000
}
.news_box span:first-child {
  width: 30%
}
.news_box span:nth-child(2) {
  margin-left: 3%;
  width: 60%
}
.otherinfo {
  text-align: left;
  background: #eee;
  margin: 17px 0 30px;
  padding: 14px 5px 14px 50px;
  clear: both
}
.otherinfo dl {
  display: inline-block
}
.otherinfo dd {
  color: #19a3a3
}
.retiree .otherinfo dd {
  color: #006837
}
.otherinfo dd, .otherinfo dt {
  display: inline-block
}
.zone .otherinfo dd, .zone .otherinfo dt {
  color: #716e75
}
.otherinfo dd:before, .retiree .otherinfo dd:before, .retiree.zone .otherinfo dd:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/issued.svg);
  display: inline-block;
  width: 20px;
  height: 25px;
  vertical-align: middle;
  margin: 0 10px 0 20px
}
.retiree .otherinfo.zone1 dd:before, .retiree .otherinfo dd:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/issued2.svg)
}
.zone .otherinfo.zone2 dd:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/issued3.svg)
}
.otherinfo dd.time:before, .retiree.zone .otherinfo dd.time:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/time.svg)
}
.retiree .otherinfo.zone1 dd.time:before, .retiree .otherinfo dd.time:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/time2.svg)
}
.zone .otherinfo.zone2 dd.time:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/time3.svg)
}
.otherinfo dd.date:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/date.svg)
}
.otherinfo dd.click_look:before, .retiree.zone .otherinfo dd.click_look:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/look.svg)
}
.retiree .otherinfo.zone1 dd.click_look:before, .retiree .otherinfo dd.click_look:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/look2.svg)
}
.zone .otherinfo.zone2 dd.click_look:before {
  content: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/look3.svg)
}
a.back-previous-btn {
  font-size: 112.5%;
  display: inline-flex;
  padding: 10px 20px;
  text-align: center;
  color: #fff
}
.btn-org {
  background-color: #df521e;
  border-radius: 5px
}
.btn_back {
  background: #007a96;
  color: #fff;
  text-align: center !important;
  width: 100%;
  max-width: 250px;
  margin: 20px auto 0;
  padding: 5px;
  display: block;
  line-height: 1.5
}
.retiree .btn_back {
  background: #006837
}
.btn_back span {
  display: block;
  padding: 5px 0;
  font-size: 110%;
  letter-spacing: 5px
}
.btn_back:hover {
  color: #fff
}
.btn_back span:after, .btn_back span:before {
  border-color: transparent;
  -webkit-transition: all .25s;
  transition: all .25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px
}
.btn_back span:before {
  border-color: #fff;
  border-left-width: 2px;
  border-top-width: 2px;
  left: 5px;
  top: 5px
}
.btn_back span:after {
  border-bottom-width: 2px;
  border-color: #fff;
  border-right-width: 2px;
  bottom: 5px;
  right: 5px
}
.btn_back:focus span:after, .btn_back:focus span:before, .btn_back:hover span:after, .btn_back:hover span:before, .btn_back span.hover:after, .btn_back span.hover:before {
  height: 81%;
  width: 96%
}
.btn_back:focus span {
  color: #fff
}
.served {
  max-width: 80%;
  margin: 3% auto
}
.words .list_group, .words .list_group2 {
  list-style: none;
  padding-left: 0 !important
}
.list_group2 {
  margin-bottom: 60px;
  line-height: 180%;
  font-size: 115%
}
.retiree .list_group2 {
  margin-bottom: 10px
}
.main_people_pic {
  margin-top: 20px
}
.list_group2 li, .list_group li {
  padding: 10px
}
.retiree_news .list_group2 {
  margin-bottom: 0
}
.retiree_news .list_group2 li {
  padding: 20px 10px
}
.list_group.main_people li {
  padding: 0 0 1%;
  line-height: 1.5
}
.list_group2 li:nth-of-type(odd), .list_group li:nth-of-type(odd) {
  background: #F5F5F5
}
.list_group.main_people li:nth-of-type(odd) {
  background: #fff
}
.list_group2 li, .list_group li {
  display: flex;
  line-height: 1
}
.list_group2 li a, .list_group li a {
  display: flex;
  width: 100%;
  line-height: 1.5
}
.list_group2 li a > *, .list_group li a > * {
  display: inline-block;
  vertical-align: middle
}
.list_group2 li a {
  display: flex;
  justify-content: space-around;
  font-weight: 700
}
.list_group2 li a:hover {
  color: #006837
}
.list_group2 li a .date {
  flex-basis: 160px;
  text-align: center
}
.list_group2 li a .title {
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: 0
}
.list_group2 li a .department {
  flex-basis: 120px;
  text-align: center;
  font-style: normal
}
.add_icon {
  margin-bottom: 1%;
  display: flex;
  margin-left: 25px
}
.add_icon2:before, .add_icon:before, .list_group li:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  vertical-align: top;
  margin-top: 5px;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #33b7a5;
  margin-right: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.list_group.list_normal2 li:before {
  display: none
}
.list_group.list_normal2 li a {
  justify-content: space-between
}
.list_group.list_normal2 li a:focus, .list_group.list_normal2 li a:hover {
  color: #007a96
}
.zone .list_group > li {
  counter-increment: a;
  padding-left: 21px;
  list-style: none
}
.zone .list_group > li:before {
  margin: 8px 20px 0 5px;
  content: ""counter(a)"";
  text-align: center;
  border: 0;
  width: 25px;
  height: auto
}
.twocut .add_icon2:before {
  margin-top: 8px
}
.main_people .add_icon:before {
  margin-top: 8px
}
.list_group li:before {
  margin-top: 10px
}
.list_group.list_normal li {
  counter-increment: li;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 15px
}
.list_group.list_normal2 li {
  border-bottom: 1px dashed #ccc;
  padding: 13.1px 2vw;
  background: #fff;
  min-height: 51.19px
}
.list_group.list_normal li:before {
  border-width: 0;
  content: '.'counter(li);
  display: inline-block;
  text-align: right;
  direction: rtl;
  padding-left: 10px
}
.list_group.list_normal li:nth-of-type(odd) {
  background: none
}
.list_group.list_normal.list_date_mode li {
  padding: 10px 10px 15px 0
}
.list_group.list_normal.list_date_mode li:before {
  content: none
}
.list_group.list_normal.list_date_mode li .date {
  margin-right: 20px;
  white-space: nowrap
}
.blue_style .case_words {
  color: #187285
}
.niea2 .blue_style .case_words {
  color: #185a96
}
.list_group.main_people li:before {
  margin-top: 7px
}
.listnone2 li:before {
  content: " ";
  border: 0;
  display: none
}
.twocut li {
  flex-wrap: wrap;
  padding: 0
}
.twocut li a {
  width: calc(100% / 2);
  padding: 11px;
  display: flex
}
.add_icon2:hover:before, .add_icon:hover:before, .list_group li:hover:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}
.zone .list_group li:hover:before {
  -webkit-transform: translateX(0px);
  transform: translateX(0px)
}
.list_group .title {
  width: calc(100% - 130px)
}
.covid2 .list_group .title, .covid2 .retiree_main .retiree_info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.twocut .title {
  width: calc(100% - 20px) !important
}
.list_group.main_people .title {
  width: auto
}
.nodate .date {
  display: none
}
.nodate .list_group .title {
  width: calc(100% - 50px)
}
.mobileshow, .mobileshow2 {
  display: none
}
.htmleaf-container {
  margin: 0 auto
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-group:after, .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .col-2:before, .col-3:before, .col-4:after, .col-4:before, .col-5:after, .col-5:before, .col-6:after, .col-6:before, .col-7:before, .col-8:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .h4:after, .h4:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 165px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.yellowfont {
  color: #606060;
  font-size: 90%
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.navmain {
  width: 100%;
  position: absolute
}
.other {
  background: #f9f9f9
}
.side-right .navmain .logo {
  position: relative;
  margin-left: 15px;
  z-index: 1
}
.side-right #sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 200vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 150;
  will-change: opacity
}
.gotop {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 98;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/goTop.svg) no-repeat center;
  background-size: contain;
  box-shadow: none;
  right: 25px;
  bottom: 35px
}
.index_style .navmain.NavFixed, .navmain.NavFixed {
  position: fixed;
  -o-transition: all .15s linear;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
  z-index: 100
}
.greenpeace .navmain.NavFixed {
  display: none !important
}
.topnav {
  max-width: 700px;
  margin: auto;
  margin-right: 5.5%;
  padding: 0;
  background: #ECECEC
}
.other .topnav {
  background: #CCE8EA
}
.navbar-collapse {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}
.nav, .nav ol {
  margin-bottom: 0;
  list-style: none
}
.nav > li {
  position: relative;
  width: calc(100%/4 - 10px)
}
.nav > li:first-child:nth-last-child(12), .nav > li:first-child:nth-last-child(12) ~ li {
  width: calc(100% / 7 - 10px)
}
.nav > li:first-child:nth-last-child(13), .nav > li:first-child:nth-last-child(13) ~ li {
  width: calc(100% / 8 - 10px)
}
.nav > li:first-child:nth-last-child(14) a, .nav > li:first-child:nth-last-child(14) ~ li a {
  padding: 20px 0
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}
.covid2 .navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 17px
}
.covid2 .navbar-nav > li > a:hover {
  color: #000 !important;
  background: #eaeaea
}
.covid .navbar-nav > li > a {
  padding: 10px 0
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}
nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a {
  white-space: normal
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}
.navwrap {
  padding: 0;
  width: 90%;
  margin: auto;
  height: 90px
}
.logo {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/logo.svg) no-repeat center/contain;
  width: 350px;
  height: 100px;
  float: left;
  -webkit-transition: all 0 linear;
  -moz-transition: all 0 linear;
  transition: all 0 linear;
  margin-top: 30px;
  position: absolute;
  z-index: 1000
}
.covid2 .logo, .covid .logo, .greenpeace .logo {
  margin-top: 20px
}
.greenpeace .other {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/topbg.png) no-repeat;
  background-attachment: fixed;
  background-position: right top;
  height: 140px
}
.covid_content {
  background: #eaeaea;
  position: relative
}
.covid2 .other, .covid .other {
  background: none
}
.zone .other {
  background: none;
  border-bottom: 1px solid #000
}
.greenpeace .copyright, .retiree.zone .copyright {
  background: gray;
  margin-top: 50px
}
.covid2 .copyright {
  margin-top: 0
}
.retiree .copyright {
  background: #006837
}
.greenpeace .top_bread {
  margin: 140px 0 0;
  background: #cce8ea;
  position: relative;
  z-index: 1
}
.greenpeace.niea2 .top_bread {
  background: #d3e9f7
}
.greenpeace.retiree .top_bread {
  background: #99c3af
}
.greenpeace .breadcrumb {
  width: 85%;
  max-width: 1600px;
  margin: 10px auto;
  padding: 10px 0
}
.zone .breadcrumb {
  width: 100%;
  margin: 10px auto
}
.zone .zone3 .breadcrumb {
  width: auto;
  display: inline-block;
  margin: 10px auto
}
.zone3 .top_control {
  float: right
}
.zone .zone3 .top_control .top_bar_group {
  margin: 10px auto
}
.zone .zone3 .top_control .top_bar_group .top_bar1, .zone .zone3 .top_control .top_bar_group .top_bar2 {
  margin: 0
}
.greenpeace .content-wrap {
  padding: 0;
  width: 85%
}
.greenpeace .navwrap {
  height: 90px
}
.greenpeace .subnav {
  position: absolute;
  right: 5%;
  top: 0;
  height: 70px
}
.zone .subnav {
  right: 0
}
.greenpeace .logo_main {
  display: flex;
  justify-content: left;
  align-items: center
}
.greenpeace .logo {
  overflow: visible;
  text-indent: -9999999px;
  position: relative
}
.greenpeace .logo2 {
  display: table;
  font-size: 2rem;
  height: 80px;
  font-weight: 600;
  color: #067196;
  margin: 40px 0 0 24px;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #000
}
.zone .logo2 {
  border-left: 0;
  padding: 0
}
.greenpeace.retiree .logo2 {
  color: #000
}
.greenpeace .logo2 span {
  display: table-cell;
  vertical-align: middle
}
.zone .logo2 span {
  vertical-align: top
}
.copyright_box3 {
  padding: 30px 0;
  margin: auto;
  text-align: center;
  line-height: 1.8
}
.copyright_box3 br {
  line-height: 2
}
.copyright_box3 b {
  margin-bottom: 10px
}
.covid + .copyright .footer_menu span, .greenpeace .footer_menu span {
  border: #fff solid 1px;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  padding: 0 5px;
  display: inline-block;
  margin-top: 5px
}
.other .logo {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/logo2.svg) no-repeat center/contain
}
.zone .other .logo {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/logo2.svg) no-repeat left/contain
}
.zone .other .logo.logo_EY {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/EPA_EY_logo.svg) no-repeat left/contain
}
.NavFixed .logo {
  margin-top: -15px
}
.bgBanner {
  position: relative;
  z-index: -2
}
.subnav {
  float: right;
  height: 100%;
  line-height: 70px;
  z-index: 1000;
  position: relative
}
.subnav ul, .subnav ul li {
  float: left;
  list-style: none
}
.lineicon {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/line.svg) no-repeat
}
.lineicon:hover {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/line_hover.svg) no-repeat;
  background-size: contain
}
.facebook {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/fb.svg) no-repeat
}
.facebook:hover {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/fb_hover.svg) no-repeat;
  background-size: contain
}
.twitter {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/twitter.svg) no-repeat
}
.twitter:hover {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/twitter_hover.svg) no-repeat;
  background-size: contain
}
.google {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/google.svg) no-repeat
}
.google:hover {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/google_hover.svg) no-repeat;
  background-size: contain
}
.print {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/print.svg) no-repeat
}
.print:hover {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/print_hover.svg) no-repeat;
  background-size: contain
}
.top_btn_main {
  margin: 20px 0
}
.top_btn_main a {
  color: #4A4A4A;
  border: 1px solid #d8b684;
  margin: 10px 10px 0 0;
  padding: 5px 15px;
  position: relative
}
.top_btn_main a.active, .top_btn_main a:hover {
  color: #4A4A4A;
  background: #d8b684
}
.top_btn_main a:before {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #d8b684 transparent transparent;
  z-index: 1
}
.top_btn_main a.active:before, .top_btn_main a:hover:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1
}
.top_bar0, .top_bar1, .top_bar2 {
  display: inline-block;
  margin: 0 5px 15px 0;
  vertical-align: middle
}
.bar_none {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0
}
.flotright {
  float: right !important
}
.flotleft {
  float: left !important
}
#select_btn li a {
  padding: 5px;
  min-width: 100px;
  color: #000;
  text-decoration: none
}
.navli {
  max-height: 70px
}
.navli2 {
  margin: 8% 0 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap
}
.navli2 li {
  list-style: none;
  text-align: center;
  width: 100%;
  margin-bottom: 10px
}
.navli2 li a {
  padding: 6px 8px;
  margin-bottom: 10px;
  border: 1px solid #000;
  color: #000;
  left: 0;
  width: 65%
}
.navli li {
  margin: 0 20px 0 0;
  position: relative;
  letter-spacing: .01em
}
.navli li:first-child {
  margin: 0 5px 0 0
}
.navli li:first-child:before, .navli li:nth-child(3):before {
  border-right: none
}
.navli li a {
  color: #fff;
  height: auto;
  margin-top: 45px;
  font-size: 90%
}
.zone .other .navli li a {
  margin-top: 58px;
  color: #000
}
.other .navli li a {
  color: #535456
}
.covid .list_group.list_normal2 li a:hover, .covid .other .navli li a:hover, .covid .slick-slide a:hover {
  color: #65c8d0
}
.covid2 .list_group.list_normal2 li a:hover, .covid2 .other .navli li a:hover, .covid2 .slick-slide a:hover {
  color: #5d97ae
}
.topimg {
  margin-top: 40px;
  max-width: 400px
}
.navli li:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-right: 0
}
.leftBtns, .leftBtns ol {
  list-style: none;
  max-width: 300px
}
.leftBtns a {
  display: block;
  color: #44403F;
  padding: 9px 15px 9px 25px;
  font-size: 120%;
  position: relative;
  cursor: pointer
}
.leftBtns a.active {
  color: #DA4D3C
}
.leftBtns a.focus:before, .leftBtns a:hover:before {
  content: '';
  color: #DA4D3C;
  position: absolute;
  top: 20px;
  left: 0;
  border: 5px solid transparent;
  border-left-color: currentColor;
  margin: 0 5px 0 15px;
  transition: all .4s ease 0
}
.leftBtns a.focus, .leftBtns a:hover {
  color: #DA4D3C;
  font-weight: 700
}
.leftBtns li:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 300px;
  border-bottom: 2px solid rgba(224, 224, 224, 0.6)
}
.leftBtns li ol li:last-child:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 300px;
  border-bottom: 0
}
.leftBtns ol {
  margin-left: 10%
}
.main_env iframe {
  margin-top: 6px;
  padding: 0 10px
}
.Search {
  position: absolute;
  right: 5.5%;
  top: 15px;
  cursor: pointer
}
.greenpeace .Search {
  position: relative;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: -15px
}
.greenpeace .Search_box, .greenpeace .Search_box2 {
  display: block !important;
  width: 100%;
  max-width: 600px;
  float: right;
  background: none;
  position: relative !important;
  right: 0;
  top: 0
}
.control {
  clear: both
}
.Search .Search_main {
  position: relative
}
.Search .Search_box, .Search .Search_box2, .Search i {
  position: absolute
}
.Search .Search_box2 {
  max-width: none
}
.Search2 label, .Search label {
  display: none
}
.Search i {
  right: 5%
}
.Search_box, .Search_box2 {
  display: none;
  top: 45px;
  padding: 10px;
  width: 725px;
  text-align: right;
  background: #ececec;
  right: -35px
}
.search_wrap {
  display: flex
}
.Search i:before {
  content: "";
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/search.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  display: block
}
.Search i.add:before {
  content: "";
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/search_over.svg) no-repeat center/contain
}
.Search2 input[type=text], .Search input[type=text] {
  border: 1px #c5c5c5 solid;
  width: 200px;
  height: 36px;
  font-family: Microsoft JhengHei, "Arial Black", LiHei Pro;
  background: rgba(247, 248, 248, 0.85);
  border-radius: 8px 0 0 8px;
  color: #000;
  font-size: 90%;
  padding-left: 15px
}
.Search_box2 input[type=text], .Search_box input[type=text] {
  width: 100% !important
}
.Search_box2 input[type=text] {
  min-width: 30vw
}
.Search2 input.btn, .Search input.btn {
  border: none;
  width: 50px;
  height: 36px;
  margin: 0 6px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/search2.svg) no-repeat center/48%;
  text-indent: -999999px;
  vertical-align: middle;
  background-color: #92A7B0;
  cursor: pointer;
  margin-left: -6px;
  border-radius: 0 8px 8px 0
}
.img_two img {
  width: calc(100% / 2 - 20px);
  display: inline-block;
  margin: 20px 20px 0 0
}
.img_two img:nth-child(2), .img_two img:nth-child(4) {
  margin-right: 0
}
.hot_words {
  color: #fff;
  font-size: 90%
}
.hot_words font {
  display: block
}
.hot_words a {
  color: #fff
}
.Search2 input.btn {
  background-color: #F6BA47;
  cursor: pointer;
  text-indent: -999999px
}
.Search2 .btn {
  margin: 0 6px
}
.Search2 {
  display: flex;
  margin-right: 10px
}
.search_bar {
  max-width: 650px;
  margin: 10px auto;
  text-align: left;
  display: flex
}
.align_top * {
  vertical-align: top !important
}
.search-button {
  color: #fff;
  background-color: #92A7B0;
  border-radius: 5px;
  padding: 0 10px;
  height: 36px;
  font-size: 90%;
  vertical-align: bottom;
  cursor: pointer;
  border: 0
}
.banner {
  margin-bottom: 2%
}
.left_menu {
  width: 90%;
  padding-bottom: 15%;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/menu_bg.svg) no-repeat bottom;
  margin-bottom: 10%
}
.control2 .cd-accordion-menu, .control2 .left_menu {
  width: 90%;
  margin-left: 10%
}
.zone .cd-accordion-menu {
  border: 1px solid #a1ceba
}
.zone .zone_rightmenu .cd-accordion-menu {
  border: 0;
  float: right
}
.left_menu2 li a, .left_menu a {
  display: block;
  font-size: 120%;
  padding: 20px;
  background: #fff;
  border-bottom: dotted 2px #19a3a3 !important
}
.left_menu2 .last_more a {
  border-bottom: 0 !important
}
.left_menu a:nth-of-type(odd) {
  background: #F7F8F8
}
.left_menu a.active, .left_menu a:hover {
  background: #CCE8EA;
  color: #000;
  font-weight: bolder
}
.left_menu a:first-child {
  border-top: dotted 2px #19a3a3
}
.left_menu a span {
  display: block;
  padding-left: 80px
}
.bottom_share, .top_share {
  text-align: right;
  margin-bottom: 1%
}
.control .top_share {
  text-align: left
}
.control aside + .top_share {
  display: none
}
.top_main {
  position: relative;
  width: 100%
}
.content-wrap {
  width: 85%;
  margin: auto;
  padding: 160px 0 0;
  position: relative
}
.breadcrumb {
  margin: .5% 0;
  clear: both
}
.breadcrumb a {
  color: #3E3A39;
  display: inline
}
.breadcrumb > li {
  display: inline
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  content: ">";
  display: inline
}
.breadcrumb > li:first-child:before {
  content: "";
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/home.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 5px
}
.retiree .breadcrumb > li:first-child:before {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/home2.png) no-repeat;
  background-size: contain
}
.zone .breadcrumb > li:first-child:before {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/home.png) no-repeat;
  background-size: contain
}
.breadcrumb > li:last-child > a {
  font-weight: 700
}
.content_main {
  margin: 40px 0 20px;
  overflow: hidden
}
nav.navbar.bootsnav {
  margin-bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #ECECEC;
  border: none;
  border-bottom: solid 1px #e0e0e0;
  z-index: 100
}
.other nav.navbar.bootsnav {
  background: #CCE8EA
}
.retiree nav.navbar.bootsnav .nav {
  display: flex;
  max-width: 850px;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-items: center
}
.retiree nav.navbar.bootsnav {
  background: #006837;
  min-height: auto
}
.covid2 nav.navbar.bootsnav {
  background: #5d97ae;
  min-height: auto
}
.covid nav.navbar.bootsnav {
  margin-left: auto;
  background: none
}
.covid2 nav.navbar.bootsnav {
  margin-left: auto
}
.covid2 nav.navbar.bootsnav .nav, .covid nav.navbar.bootsnav .nav {
  display: flex;
  margin: auto;
  text-align: center;
  justify-content: space-between;
  align-items: center
}
.covid2 .nav:after, .covid2 .nav:before, .covid .nav:after, .covid .nav:before {
  display: none
}
.covid2 nav.navbar.bootsnav .nav, .covid nav.navbar.bootsnav .nav {
  width: 80%;
  margin: auto;
  height: 45px
}
.covid2 .nav > li, .covid .nav > li {
  width: 100%
}
.covid2 .nav > li > a, .retiree .nav > li > a {
  color: #fff
}
.covid .nav > li > a {
  color: #231815
}
.covid .nav > li > a.active, .covid .nav > li > a:hover {
  color: #007a96
}
.covid2 .nav > li > a:hover {
  color: #cceeeb
}
.covid .newsWrap {
  overflow: hidden;
  background: #fff;
  width: 95%
}
.covid2 .main_point, .covid .main_point {
  position: relative;
  display: flex;
  margin: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  justify-content: space-between;
  padding: 10px 0 15px
}
.covid .list_group {
  margin-bottom: 20px
}
.covid2 .main_point > li, .covid .main_point > li {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: visible;
  width: 100%;
  text-align: center;
  display: inline-block
}
.covid2 .main_point > li > a, .covid .main_point > li > a {
  padding: 0;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 120%;
  letter-spacing: .12em;
  color: #000;
  min-width: 165px;
  position: relative
}
.covid .main_point > li > a:before {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 5px;
  top: auto;
  position: absolute;
  width: 100%;
  border-bottom-width: 5px;
  border-color: #eaeaea;
  bottom: 4px;
  left: 0
}
.covid .nav > li > a:after, .covid .nav > li > a:before {
  top: auto;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0 !important
}
.covid .main_point > li > a:after, .covid .nav > li > a:after {
  border-color: transparent;
  -webkit-transition: all .25s;
  transition: all .25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 5px;
  position: absolute;
  width: 0;
  border-bottom-width: 5px;
  border-color: #65c8d0;
  bottom: 4px;
  left: 0
}
.covid .nav > li > a.active:after, .covid .nav > li > a:hover:after {
  width: 15vw;
  z-index: 1000
}
.covid2 .main_point {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10
}
.covid2 .main_point > li {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: visible;
  height: 80px;
  width: 100%
}
.covid2 .main_point > li:first-child:nth-last-child(4), .covid2 .main_point > li:first-child:nth-last-child(4) ~ li {
  width: 25%
}
.covid2 .main_point > li:first-child:nth-last-child(5), .covid2 .main_point > li:first-child:nth-last-child(5) ~ li {
  width: 20%
}
.covid2 .main_point > li > a {
  padding: 0;
  display: block;
  height: 52px;
  line-height: 52px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 125%;
  letter-spacing: .12em;
  background: #ECECEC;
  color: #000
}
.covid2 .main_point > li:last-child > a {
  border-right: 0
}
.covid2 .main_point > li > a > span {
  display: block
}
.covid2 .main_point > li > a > i {
  position: absolute;
  bottom: -7px;
  line-height: 0;
  left: 0;
  right: 0;
  font-style: normal
}
.covid2 .newsWrap .main_point .active i, .covid2 .newsWrap .main_point a:hover > i {
  color: #5d97ae !important
}
.covid2 .main_point > li.active:nth-child(3) > a > i, .covid2 .main_point > li.active:nth-child(4) > a > i, .covid2 .main_point > li.active:nth-child(5) > a > i, .covid2 .main_point > li:nth-child(3) > a:hover > i, .covid2 .main_point > li:nth-child(4) > a:hover > i, .covid2 .main_point > li:nth-child(5) > a:hover > i {
  right: 10%
}
.covid2 li.active a > i:before, .covid2 li a:hover > i:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #5d97ae transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}
.covid2 .newsWrap .main_point .active a, .covid2 .newsWrap .main_point a:hover {
  color: #fff !important;
  background: #5d97ae !important
}
.covid .main_point > li.active > a:after, .covid .main_point > li > a:focus:after, .covid .main_point > li > a:hover:after {
  width: 100%;
  z-index: 1000
}
.covid2 .main_point > li:last-child > a, .covid .main_point > li:last-child > a {
  border-right: 0
}
.covid2 .main_point > li > a > span, .covid .main_point > li > a > span {
  display: block
}
.covid2 .main_point > li > a > i, .covid .main_point > li > a > i {
  position: absolute;
  bottom: 0;
  line-height: 0
}
.covid2 .outline, .covid .outline {
  display: none;
  clear: both;
  padding-bottom: 20px;
  position: relative
}
.covid2 .list_group {
  margin-bottom: 37px;
  min-height: 255.94px
}
.covid2 .outline.active, .covid .outline.active {
  display: block
}
.covid .newsTxt2 {
  font-size: 120%
}
#color:hover > i:before, .active #color > i:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 10px solid #4ca55b;
  border-color: #4ca55b transparent transparent;
  position: absolute;
  top: calc(100% - 7px);
  border-width: 20px 10px;
  left: 50%;
  transform: translateX(-50%)
}
.centerbtn {
  display: flex;
  justify-content: center
}
.centerbtn a {
  padding: 11px 6vmin;
  border: 1px solid currentColor;
  border-radius: 30px
}
.centerbtn a:hover {
  color: #fff;
  background: #65c8d0
}
.covid_btn {
  justify-content: flex-end
}
.btn_center {
  justify-content: center;
  margin-top: 15px
}
.covid_btn a {
  border-radius: 0
}
.covid_btn a:hover {
  color: #fff;
  background: #5d97ae
}
nav.navbar.bootsnav ul.nav li.active > a, nav.navbar.bootsnav ul.nav li.active > a:focus, nav.navbar.bootsnav ul.nav li.active > a:hover, nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover {
  background-color: transparent
}
.navbar-toggle {
  background: #fff;
  color: #fff;
  border: none;
  width: 60px;
  height: 70px;
  padding: 15px;
  position: relative
}
.retiree .navbar-toggle {
  background: transparent;
  margin-top: 20px
}
nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%
}
nav.navbar.bootsnav ul.nav li:last-child .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%
}
nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a {
  white-space: normal
}
nav.navbar.bootsnav {
  border: none
}
.dropdown2 .dropdown-toggle2, .dropdown-menu a, .dropdown .dropdown-toggle, .nav.topnav > li > a {
  color: #024a5a;
  padding: 20px 10px;
  white-space: nowrap;
  text-align: center;
  display: block;
  vertical-align: middle;
  position: relative
}
.en .nav.topnav > li > a {
  padding-left: 15px;
  padding-right: 15px
}
header .navbar a:hover {
  color: #024a5a !important;
  background: #fff
}
.owl-controls {
  width: 100%;
  z-index: 1
}
.owl-theme .owl-controls .owl-buttons div {
  zoom: 1;
  filter: Alpha(Opacity=50);
  opacity: .5;
  z-index: 10
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: silver
}
.owl-theme .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls .owl-page.active span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #96c9d4
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.owl-item.loading {
  min-height: 150px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/AjaxLoader.gif) no-repeat center center
}
.owl-next, .owl-prev {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/leftBtn.svg) no-repeat;
  background-size: contain;
  height: 70px;
  width: 70px;
  text-indent: -9999999px
}
.owl-prev {
  position: absolute;
  left: -100px;
  top: 35%
}
.owl-next {
  transform: rotate(180deg);
  position: absolute;
  right: -100px;
  top: 35%
}
.owl-pagination {
  width: 100%;
  padding: 0;
  z-index: 1;
  position: relative
}
.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center
}
footer {
  background: #232323 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/footerbg.svg) no-repeat bottom/contain;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: 50px;
  padding-bottom: 80px;
  color: #FFF;
  overflow: hidden
}
#other footer {
  background: gray;
  padding-bottom: 0
}
#other .btn_footer {
  margin: 1% auto
}
#other .footerAll {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 85%;
  max-width: 1600px;
  margin: auto
}
#other .footerAll a:before {
  content: ">"
}
#other .footerAll a {
  width: calc(100% / 4);
  margin-bottom: 30px;
  padding-right: 15px;
  display: flex
}
#other .footerAll.add {
  display: none
}
#other .copyright {
  background: #fff;
  margin-top: 0
}
#other .copyright b, #other .copyright blockquote {
  display: block;
  color: #4d4d4d
}
#other .footer_menu span {
  border: #4d4d4d solid 1px;
  color: #4d4d4d;
  border-radius: 5px;
  margin-right: 10px;
  padding: 0 5px;
  display: inline-block
}
.copyright_btn {
  background: gray;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 10px
}
.retiree .copyright_btn {
  background: #fff;
  color: #57726e
}
.niea2 .copyright_btn {
  background: #fff;
  color: gray
}
.ftinline {
  display: inline;
  vertical-align: baseline;
  margin-left: 5px
}
.btn_footer {
  text-align: center;
  margin: 1% auto 2%;
  cursor: pointer
}
.img01:before {
  content: "點選收合"
}
.img02:before {
  content: "點選展開"
}
.img01:after {
  content: "∨";
  font-weight: 500;
  position: absolute;
  line-height: 1.2;
  margin-left: 5px;
  transition: all .4s ease
}
.img02:after {
  content: "∧";
  font-weight: 500;
  position: absolute;
  line-height: 1.2;
  margin-left: 5px;
  transition: all .4s ease
}
.copyright {
  background: #3e7a8c;
  line-height: 1.5
}
.covid2 .copyright, .covid .copyright {
  background: gray;
  line-height: 1.5;
  margin-top: 0
}
.copyright_main {
  display: flex;
  width: 75%;
  margin: auto
}
.copyright_box, .copyright_box2 {
  padding: 20px 0;
  width: 80%
}
.copyright_box2 {
  width: 20%
}
.copyright_box2 a {
  margin: 0 5px
}
.copyright b, .copyright blockquote {
  display: block;
  color: #fff
}
.copyright_box span {
  display: inline-block
}
.footer_menu a {
  margin-bottom: 10px;
  border: #fff solid 1px;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  padding: 0 5px
}
.copyright_box b a {
  vertical-align: middle;
  margin-top: 10px
}
.footerAll {
  padding: 0;
  max-width: 75%;
  margin: auto
}
.footerAll ul {
  display: block;
  list-style: none;
  line-height: 1.3em
}
.footerAll ul:first-child {
  display: flex
}
.footerAll > ul > li {
  width: calc(100% / 6 - 20px);
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 0 0;
  margin-bottom: 30px
}
.footerAll > ul > li:last-child {
  margin: 0
}
.footerAll > ul > li > a, .footerAll > ul > li > span {
  display: block;
  letter-spacing: .1em;
  font-size: 120%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24)
}
.footerAll > ul > li > ul {
  font-size: 105%
}
.footerAll > ul > li > ul > li {
  margin: 8px 0
}
.siteItem ul a, footer a {
  color: #FFF;
  position: relative
}
.star {
  margin-bottom: 30px
}
.title_a {
  max-width: 25%;
  margin-left: 0;
  margin-bottom: 50px
}
@media screen and (max-width:1665px) {
  .main_env li {
    width: calc(100% / 2 - 10px);
    margin: 20px 0
  }
  .main_env li:nth-of-type(2n) {
    margin-right: 0
  }
  .main_env li:nth-of-type(2n-1) {
    margin-right: 20px
  }
  .main_env li:nth-of-type(3n+1) {
    margin-left: 0
  }
}
@media screen and (max-width:1400px) {
  .case_words {
    font-size: 1.8vw
  }
  .case_1 p {
    bottom: -40px
  }
}
@media screen and (max-width:1300px) {
  .main_env li {
    width: calc(100% / 2 - 10px);
    margin: 20px 0
  }
  .main_env li:nth-of-type(2n) {
    margin-right: 0
  }
  .main_env li:nth-of-type(2n-1) {
    margin-right: 20px
  }
}
@media screen and (max-width:1140px) {
  .topnav {
    max-width: 600px
  }
  .Search2 input[type=text], .Search input[type=text] {
    width: 200px
  }
  .navli {
    display: none
  }
  .greenpeace .navli, .greenpeace .navli li {
    display: block !important
  }
}
@media screen and (max-width:1070px) {
  .zone_menu {
    flex-wrap: wrap
  }
  .zone_menu a {
    justify-content: center;
    flex: 0 1 50%
  }
  .zone_menu a.active, .zone_menu a:hover {
    border: 3px solid #df521e
  }
}
@media screen and (max-width:1280px) {
  .covid .nav > li > a.active:after {
    display: none
  }
  .side-right .covid2 .content-wrap, .side-right .covid .content-wrap {
    padding: 110px 0 0
  }
  .covid .nav > li > a:hover:after {
    display: none
  }
  .navmain.NavFixed {
    z-index: 999
  }
  .content-wrap .container, .content-wrap aside, .covid2 .retiree_main .newsWrap, .covid2 .retiree_main .retiree_info {
    width: 100%
  }
  .grid li.new_vedio {
    width: 48%;
    width: calc(50% - 20px)
  }
  .control2 .cd-accordion-menu, .control2 .left_menu {
    width: 100%;
    margin-left: 0
  }
  .greenpeace .other {
    height: auto
  }
  .greenpeace .top_bread {
    margin: 110px 0 0
  }
  .covid2 .retiree_main {
    margin-top: 0
  }
  .covid2 .content-wrap {
    margin-bottom: 20px
  }
  .covid_content:before {
    height: 65px
  }
  .greenpeace.EY_main .logo_main {
    max-width: 231px;
    flex-direction: column
  }
  .zone .other .logo.logo_EY {
    width: 100%;
    height: 34PX;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/EPA_EY_logo.svg) no-repeat center/contain;
    margin-bottom: 10px;
    margin-right: 0
  }
  .greenpeace.EY_main .logo2 {
    height: auto;
    margin: 0;
    padding: 0
  }
  .content-wrap .container {
    margin-bottom: 0 !important
  }
  .cd-accordion-menu.left_menu2 {
    margin-bottom: 10px !important
  }
  .mobile_flex {
    display: flex;
    flex-direction: column-reverse
  }
  .zone aside {
    margin-bottom: 25px
  }
  .control2 .fb_main, .control2 .googleplay, .googleplay2 {
    width: 100%;
    margin: 5% 0
  }
}
@media screen and (max-width:3993px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-top: solid 5px
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px;
    color: #fff;
    text-align: left
  }
  nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    margin-top: 0
  }
  nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
    left: -200px
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 120%;
    font-weight: 400
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: " ";
    font-family: 'FontAwesome';
    font-weight: 500;
    position: absolute;
    top: 35%;
    padding-left: 5px;
    transition: all .4s ease 0
  }
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
    content: " ";
    transform: rotate(225deg)
  }
  .dropdown-menu.multi-dropdown {
    position: absolute;
    left: -100% !important
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-size: 100%;
    background: #00a0ba
  }
  .dropdown > .dropdown-menu > li {
    margin: 0;
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 100%
  }
  .nav > li.bigmenu {
    position: static
  }
  nav.navbar.bootsnav li.bigmenu ul {
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0
  }
  .bigmenu ol {
    list-style: none;
    width: 23%;
    float: left
  }
  .bigmenu a {
    color: #000;
    color: #000;
    display: block;
    padding: 10px 20px
  }
  .cd-accordion-menu {
    width: 90%;
    max-width: 600px;
    line-height: 1;
    margin: 0;
    padding: 0
  }
  .cd-accordion-menu.left_menu2 {
    border: 2px solid #19a3a3;
    margin-bottom: 20px
  }
  .cd-accordion-menu.left_menu4 {
    margin-bottom: 10px !important;
    border: 2px solid #19a3a3;
    margin-left: 0;
    max-width: inherit;
    width: 100%
  }
  .cd-accordion-menu * > * {
    list-style: none
  }
  .cd-accordion-menu ul {
    display: none;
    margin: 0;
    padding: 0
  }
  .zone .cd-accordion-menu ul {
    padding-left: 40px
  }
  .zone .zone_rightmenu .cd-accordion-menu ul, .zone .zone_rightmenu .cd-accordion-menu ul li {
    background: #efe8e1
  }
  .retiree.zone .zone_rightmenu .cd-accordion-menu ul li a {
    color: #000
  }
  .zone .cd-accordion-menu ul ul {
    padding-left: 80px
  }
  .cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none
  }
  .add_space li {
    margin: 2px 0 4px
  }
  .zone .zone_rightmenu .cd-accordion-menu input[type=checkbox]:checked + label, .zone .zone_rightmenu .cd-accordion-menu label:hover, .zone_rightmenu .add_space li {
    background: gray
  }
  .retiree.zone .zone_rightmenu .cd-accordion-menu a, .zone .zone_rightmenu .cd-accordion-menu a, .zone .zone_rightmenu .cd-accordion-menu label {
    color: #fff
  }
  .cd-accordion-menu input[type=checkbox] {
    position: absolute;
    width: 90%;
    max-width: 600px;
    height: 54px;
    opacity: 0
  }
  .cd-accordion-menu input[type=checkbox]:focus {
    opacity: 1
  }
  .cd-accordion-menu a, .cd-accordion-menu label {
    position: relative;
    display: block;
    padding: 13px 5px 13px 50px;
    line-height: 1.5;
    background: #007a96;
    box-shadow: inset 0 -1px #007a96;
    color: #fff;
    font-size: 1.6rem
  }
  .retiree.zone .cd-accordion-menu a, .zone .cd-accordion-menu a, .zone .cd-accordion-menu label {
    color: #000;
    background: none;
    box-shadow: none;
    padding: 13px 5px 13px 20px
  }
  .zone .cd-accordion-menu label {
    padding: 13px 44px 13px 20px
  }
  .retiree.zone .cd-accordion-menu a.active, .zone .cd-accordion-menu label:hover {
    background: #a1ceba
  }
  .retiree.zone .zone_rightmenu .cd-accordion-menu a.active, .retiree.zone .zone_rightmenu .cd-accordion-menu ul li a:hover {
    background: #efe8e1;
    color: #c1272d;
    position: relative
  }
  .retiree.zone .zone_rightmenu .cd-accordion-menu ul li a.active:before, .retiree.zone .zone_rightmenu .cd-accordion-menu ul li a:hover:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    vertical-align: top;
    margin-top: 8px;
    left: 2px;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #c1272d;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
  }
  .retiree .cd-accordion-menu a {
    background: #006837;
    box-shadow: none
  }
  .retiree .cd-accordion-menu a.active, .retiree .cd-accordion-menu a:hover {
    background: #99c3af;
    color: #000
  }
  .retiree.zone .cd-accordion-menu a:hover {
    color: #41665e;
    background: none
  }
  .retiree.zone .zone_rightmenu .cd-accordion-menu a:hover {
    color: #fff
  }
  .retiree.zone .zone_rightmenu .cd-accordion-menu ul li a:hover {
    color: #c1272d
  }
  .cd-accordion-menu.left_menu2 a, .cd-accordion-menu.left_menu2 label {
    background: #19a3a3
  }
  .cd-accordion-menu.left_menu2 label {
    padding: 10px 0;
    padding-left: 10px
  }
  .cd-accordion-menu.left_menu4 label {
    text-align: left
  }
  .no-touch .cd-accordion-menu a:hover, .no-touch .cd-accordion-menu label:hover {
    background: #52565d
  }
  .cd-accordion-menu a:after, .cd-accordion-menu label:after, .cd-accordion-menu label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .cd-accordion-menu.left_menu2 label:before {
    content: '';
    position: relative;
    top: inherit;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }
  .cd-accordion-menu.left_menu2 label:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 10px
  }
  .cd-accordion-menu label {
    cursor: pointer
  }
  .cd-accordion-menu.left_menu2 .icon1:before {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/icon1.png) !important;
    width: 40px;
    height: 40px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px
  }
  .cd-accordion-menu.left_menu2 .icon2:before {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/icon2.png) !important;
    width: 40px;
    height: 40px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px
  }
  .cd-accordion-menu label:before {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/plus.svg);
    background-repeat: no-repeat
  }
  .cd-accordion-menu ul label:before {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/plus2.svg);
    background-repeat: no-repeat
  }
  .cd-accordion-menu label:before {
    left: 18px;
    background-position: 0 0
  }
  .cd-accordion-menu input[type=checkbox]:checked + label:before {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/minus.svg)
  }
  .zone .cd-accordion-menu input[type=checkbox]:checked + label {
    background: #a1ceba
  }
  .zone .cd-accordion-menu input[type=checkbox]:checked + label:before {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/minus3.svg)
  }
  .zone .zone_rightmenu .cd-accordion-menu input[type=checkbox] + label:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
    transform: rotate(0deg);
    top: 40%;
    right: 10px
  }
  .zone .zone_rightmenu .cd-accordion-menu input[type=checkbox]:checked + label:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 40%
  }
  .cd-accordion-menu.left_menu2 .icon1:before, .cd-accordion-menu.left_menu2 .icon2:before, .cd-accordion-menu.left_menu2 input[type=checkbox]:checked + label:before {
    display: none !important
  }
  .cd-accordion-menu label img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
  }
  .cd-accordion-menu ul input[type=checkbox]:checked + label:before {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/minus2.svg)
  }
  .cd-accordion-menu input[type=checkbox]:checked + label:after {
    background-position: -32px 0
  }
  .cd-accordion-menu.left_menu2 input[type=checkbox]:checked + label:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 40%
  }
  .cd-accordion-menu input[type=checkbox]:checked + label + ul, .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    display: block
  }
  .cd-accordion-menu ul a, .cd-accordion-menu ul label {
    background: #F6F6F6;
    box-shadow: inset 0 -1px #F6F6F6;
    padding-left: 50px
  }
  .cd-accordion-menu ul .has-children a, .cd-accordion-menu ul .has-children label {
    padding-left: 69px
  }
  .zone .cd-accordion-menu ul .has-children label {
    padding-left: 59px
  }
  .cd-accordion-menu ul .has-children ul a, .cd-accordion-menu ul .has-children ul label {
    padding-left: 87px
  }
  .cd-accordion-menu ul .has-children ul ul a, .cd-accordion-menu ul .has-children ul ul label {
    padding-left: 108px
  }
  .cd-accordion-menu.left_menu2 ul a {
    padding: 10px 0 10px 15px;
    background: none;
    line-height: 1.5;
    font-size: 100%;
    color: #231815
  }
  .last_more {
    overflow: hidden
  }
  .top_bar_group {
    width: 100%;
    margin: 1.5% auto
  }
  .retiree .top_bar_group {
    text-align: right
  }
  .zone .top_bar_group {
    margin: 0 0 9px
  }
  .cd-accordion-menu.left_menu2 ul li.last_more a {
    float: right;
    padding: 5px 10px;
    margin: 10px 20px;
    border-radius: 20px;
    color: #fff;
    background: #B5B5B6
  }
  .cd-accordion-menu.left_menu2 ul li {
    background: #fff
  }
  .cd-accordion-menu.nomore .last_more {
    display: none
  }
  .left_menu2 ul li:nth-of-type(odd) {
    background: #F7F8F8 !important
  }
  .cd-accordion-menu.left_menu2 ul a:hover {
    color: #1E8183
  }
  .cd-accordion-menu.left_menu2 .menu_title {
    width: calc(98.5%);
    display: flex
  }
  .cd-accordion-menu.left_menu2 .menu_title i {
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/download.png) no-repeat;
    margin: 0 10px
  }
  .cd-accordion-menu.left_menu2 ul a:hover i {
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/download_hover.png) no-repeat;
    margin: 0 10px
  }
  .menu_title font {
    width: 100%
  }
  .left_menu2 .date {
    display: block
  }
  .left_menu2 .date i {
    font-style: normal;
    margin-left: 10px
  }
  .left_menu3 a > .date, .left_menu3 a > .menu_title i {
    display: none
  }
  .cd-accordion-menu.left_menu3 ul a {
    padding: 10px
  }
  .cd-accordion-menu.left_menu2 ul a:focus, .cd-accordion-menu.left_menu3 ul a:focus {
    outline: none;
    position: relative
  }
  .cd-accordion-menu.left_menu2 ul a:focus:before, .cd-accordion-menu.left_menu3 ul a:focus:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    padding: 0;
    height: 100%;
    top: 0;
    border: 1px solid #000;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin: auto
  }
  .cd-accordion-menu.left_menu2 ul a:hover .date i {
    background: none
  }
  .cd-accordion-menu ul label {
    color: #000
  }
  .cd-accordion-menu ul a {
    color: #024a5a;
    background: #fff;
    text-decoration: none
  }
  .no-touch .cd-accordion-menu ul a:hover, .no-touch .cd-accordion-menu ul label:hover {
    background: #3c3f45
  }
  .cd-accordion-menu > li:last-of-type > a, .cd-accordion-menu > li:last-of-type > label, .cd-accordion-menu > li > ul > li:last-of-type a, .cd-accordion-menu > li > ul > li:last-of-type label {
    box-shadow: none
  }
  .cd-accordion-menu ul label:before {
    left: 36px
  }
  .cd-accordion-menu ul a:after, .cd-accordion-menu ul label:after {
    left: 59px
  }
  .cd-accordion-menu ul ul a, .cd-accordion-menu ul ul label {
    padding-left: 90px
  }
  .cd-accordion-menu ul ul ul a, .cd-accordion-menu ul ul ul label {
    padding-left: 110px
  }
  .cd-accordion-menu ul ul label:before {
    left: 54px
  }
  .cd-accordion-menu ul ul a:after, .cd-accordion-menu ul ul label:after {
    left: 77px
  }
  .cd-accordion-menu ul ul ul label:before {
    left: 72px
  }
  .cd-accordion-menu ul ul ul a:after, .cd-accordion-menu ul ul ul label:after {
    left: 95px
  }
}
@media only screen and (min-width:0px) {
  .cd-accordion-menu a, .cd-accordion-menu label {
    font-size: 120%;
    padding-right: 10px
  }
  .cd-accordion-menu label:before {
    left: 24px;
    top: 28px
  }
  .zone .cd-accordion-menu label:before {
    left: auto;
    top: 28px;
    right: 24px;
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/icon/plus3.svg)
  }
  .cd-accordion-menu ul label:before {
    left: 53px;
    top: 32px
  }
  .cd-accordion-menu ul a:after, .cd-accordion-menu ul label:after {
    left: 77px
  }
  .cd-accordion-menu ul ul label:before {
    left: 72px;
    top: 32px
  }
  .cd-accordion-menu ul ul a:after, .cd-accordion-menu ul ul label:after {
    left: 101px
  }
  .cd-accordion-menu ul ul ul label:before {
    left: 96px
  }
  .cd-accordion-menu ul ul ul a:after, .cd-accordion-menu ul ul ul label:after {
    left: 125px
  }
  .cd-accordion-menu.animated label:before {
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
    background: #fff;
    color: #000 !important
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:last-child > a {
    border-bottom: none
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: right
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    content: '';
    border: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    border-top: none;
    border-left: none;
    right: 20px;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown.on > a.dropdown-toggle:before {
    border: 2px solid #000
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    font-family: 'FontAwesome';
    float: left;
    content: "\f104";
    margin-top: 0
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: 0
  }
  nav.navbar.bootsnav li.dropdown.last_btn ul.dropdown-menu ul.dropdown-menu, nav.navbar.bootsnav li.dropdown:nth-last-child(2) ul.dropdown-menu ul.dropdown-menu {
    top: 0;
    left: -165px;
    right: 190px
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
    padding: 0 15px !important
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
    padding: 25px 0 20px
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed {
    padding: 0
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed > li {
    padding: 0
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0 30px;
    margin: 0 -.5px;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
    border-left: none
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
    border-right: none
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content {
    display: none
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    text-align: left;
    padding: 5px 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    color: #6f6f6f
  }
  nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
    display: block !important;
    height: auto !important
  }
  nav.bootsnav.brand-center .navbar-header {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0
  }
  nav.bootsnav.brand-center .navbar-brand {
    display: inline-block;
    float: none
  }
  nav.bootsnav.brand-center .navbar-collapse {
    text-align: center;
    display: inline-block;
    padding-left: 0;
    padding-right: 0
  }
  nav.bootsnav.brand-center ul.nav > li.dropdown > ul.dropdown-menu {
    margin-top: 2px
  }
  nav.bootsnav.brand-center ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
    margin-top: 0
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 50%;
    float: left;
    display: block
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 100px
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 100px
  }
  nav.bootsnav.brand-center ul.nav {
    float: none !important;
    margin-bottom: -5px !important;
    display: inline-block !important
  }
  nav.bootsnav.brand-center ul.nav.navbar-right {
    margin: 0
  }
  nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
    text-align: left;
    padding-right: 100px
  }
  nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
    text-align: right;
    padding-left: 100px
  }
  body.wrap-nav-sidebar .wrapper {
    padding-left: 260px;
    overflow-x: hidden
  }
  nav.bootsnav.navbar-sidebar {
    position: fixed;
    width: 260px;
    overflow: hidden;
    left: 0;
    padding: 0 !important;
    background: #fff;
    border-right: solid 1px #dfdfdf
  }
  nav.bootsnav.navbar-sidebar .scroller {
    width: 280px;
    overflow-y: auto;
    overflow-x: hidden
  }
  nav.bootsnav.navbar-sidebar .container, nav.bootsnav.navbar-sidebar .container-fluid {
    padding: 0 !important
  }
  nav.bootsnav.navbar-sidebar .navbar-header {
    float: none;
    display: block;
    width: 260px;
    padding: 10px 15px;
    margin: 10px 0 0 !important
  }
  nav.bootsnav.navbar-sidebar .navbar-collapse {
    padding: 0 !important;
    width: 260px
  }
  nav.bootsnav.navbar-sidebar ul.nav {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px !important;
    margin: 0 0 30px
  }
  nav.bootsnav.navbar-sidebar ul.nav li {
    float: none !important
  }
  nav.bootsnav.navbar-sidebar ul.nav > li > a {
    padding: 10px 15px;
    font-weight: 700
  }
  nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > a:after {
    float: right
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    left: 100%;
    top: 0;
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background-color: transparent;
    border: none !important;
    padding: 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0
  }
  nav.bootsnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
    border: none !important
  }
  nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > ul.dropdown-menu {
    margin-bottom: 15px
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    padding-left: 0;
    float: none;
    margin-bottom: 0
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
    padding: 5px 15px;
    color: #6f6f6f;
    border: none
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    padding-left: 15px;
    margin-top: 0
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a:before {
    content: "\f107"
  }
  nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content > li {
    padding: 0 !important
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
    display: block;
    float: none !important;
    padding: 0;
    margin: 0;
    width: 100%
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
    padding: 7px 0;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    cursor: pointer;
    color: #6f6f6f
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
    content: "\f107"
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
    border: none
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
    padding: 3px 0 !important
  }
}
@media screen and (min-width:769px) {
  .navbar-toggle {
    display: none
  }
  .navbar-nav > li {
    float: left
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }
}
@media (max-width:1280px) {
  aside .mobile_menu {
    display: none
  }
  .cd-accordion-menu {
    width: 100%;
    max-width: inherit
  }
  .left_menu {
    width: 100%;
    padding-bottom: 0;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/menu_bg.svg) no-repeat bottom;
    margin-bottom: 10px
  }
  .subnav {
    line-height: 50px
  }
  .fontchange ul:first-child {
    margin-top: 25px
  }
  .fontchange ul:nth-child(2) {
    margin-top: 17px
  }
  .logo {
    margin-top: 10px
  }
  .NavFixed .logo {
    margin-top: -45px
  }
}
@media (min-width:992px) {
  .menu-twocolum {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    columns: 2;
    width: 400px;
    max-height: calc(64px * 9)
  }
}
@media screen and (max-width:1280px) {
  .fontchange ul:first-child, .fontlevel, .main_words, .navli li, .share_icon li, .share_near {
    display: none
  }
  .add_space li {
    margin: 0
  }
  h2 {
    margin-top: 6px
  }
  .navbar-toggle {
    display: inline-block;
    float: left
  }
  nav.navbar.bootsnav {
    background: none;
    z-index: 9999
  }
  .side-right .retiree #navbar-menu {
    background: #006837
  }
  .side-right .retiree nav.navbar.bootsnav ul.nav > li > a {
    color: #fff
  }
  body > .wrapper {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  body.side-right > .wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
    position: relative;
    z-index: 0
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #fff;
    z-index: 9999999;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  .covid2 nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    background: #5d97ae
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
    left: 0
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 280px;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    display: block
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
    padding: 15px 45px 15px 20px;
    padding: 15px 22px 15px 20px
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
    padding-right: 40px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=' col-'] {
    width: 100%
  }
  nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block !important
  }
  nav.navbar.bootsnav.navbar-fixed .logo-display {
    display: none !important
  }
  nav.navbar.bootsnav.navbar-mobile .tab-content, nav.navbar.bootsnav.navbar-mobile .tab-menu {
    width: 100%;
    display: block
  }
  .navwrap, .topnav {
    padding: 0;
    max-width: 100%;
    margin: auto;
    width: 100%
  }
  .navwrap {
    padding: 0;
    height: 70px;
    background: #FFF;
    position: relative;
    z-index: 999;
    left: 0;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
  .logo {
    height: 58px;
    top: 5px;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/logo2.svg) no-repeat center/contain
  }
  .navbar-toggle .hamburger-icon, .navbar-toggle .hamburger-icon:after, .navbar-toggle .hamburger-icon:before {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #024a5a
  }
  .retiree .navbar-toggle .hamburger-icon, .retiree .navbar-toggle .hamburger-icon:after, .retiree .navbar-toggle .hamburger-icon:before {
    background-color: #006837
  }
  .retiree .hamburger-icon {
    width: 20px
  }
  .retiree .hamburger-icon:after {
    width: 10px
  }
  .navbar-toggle .hamburger-icon:after, .navbar-toggle .hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' '
  }
  .navbar-toggle .hamburger-icon:after {
    top: 10px
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    top: 0
  }
  nav.navbar.bootsnav .navbar-nav > li {
    float: none;
    width: 100%;
    border-bottom: 2px solid #fff
  }
  .navbar-mobile .mobileshow, .navbar-mobile .mobileshow:first-child a:hover, .navbar-mobile .mobileshow > ul {
    background: #DA4D3D
  }
  .navbar-mobile li.green, .navbar-mobile li.green > ul, .navbar-mobile li.green a:hover {
    background: #024a5a
  }
  .navbar-mobile li.gray, .navbar-mobile li.gray > ul, .navbar-mobile li.gray a:hover {
    background: gray
  }
  .navbar-mobile li.green2 {
    background: #7ABD28
  }
  .navbar-mobile li.green2 > ul {
    background: rgba(252, 253, 250, 0.9)
  }
  .navbar-mobile li.green2 > ul a {
    color: #000 !important;
    text-align: center
  }
  .navbar-mobile li.green2 ul li {
    text-align: center
  }
  .navbar-mobile li.green2 iframe {
    min-height: 175px;
    max-width: 220px;
    border: 0
  }
  nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #FBE7AA
  }
  .covid nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #007a96
  }
  .covid2 nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #cceeeb
  }
  .navbar {
    min-height: inherit
  }
  .navli li:before {
    border-right: 0
  }
  .navli li a {
    color: #FFF;
    display: inline-block;
    height: auto;
    line-height: inherit;
    font-size: 150%;
    padding: 0 10px;
    margin-top: 30px;
    border-radius: 5px;
    background: #F5C22B;
    text-align: center;
    vertical-align: middle
  }
  .greenpeace .navli li a {
    font-size: 90%;
    padding: 0;
    margin-top: 10px;
    background: none
  }
  nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    float: none !important;
    margin: 0 !important
  }
  .navbar-header {
    float: left;
    display: block;
    text-align: center
  }
  .side-right .covid2 .navbar-header, .side-right .covid .navbar-header {
    margin-top: 22px
  }
  .covid2 .navbar-header, .covid .navbar-header {
    margin-top: 20px
  }
  .share_icon li:last-child {
    display: block
  }
  .NavFixed .navwrap {
    position: fixed
  }
  .side-right .NavFixed .navwrap, .side-right .navwrap {
    position: fixed;
    left: 280px
  }
  nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0
  }
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 350px;
    overflow-y: auto !important
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: block !important
  }
  nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 -15px
  }
  .side-right .hamburger-icon, .side-right .retiree .hamburger-icon {
    background-color: transparent
  }
  .side-right .retiree .hamburger-icon:after {
    width: 30px
  }
  .side-right .hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
  }
  .side-right .hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
  }
  .dropdown-menu a:before, .dropdown .dropdown-toggle:before {
    content: "";
    position: relative
  }
  .NavFixed .logo {
    margin-top: 0
  }
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:after {
    content: '';
    border: 2px solid #535456;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: auto;
    position: absolute;
    border-top: none;
    border-left: none;
    right: 20px;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    margin-left: 0
  }
  header .navbar a:hover {
    background: none
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    color: #535456;
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: -1px;
    text-align: left !important
  }
  .covid2 nav.navbar.bootsnav .navbar-nav > li > a {
    color: #fff
  }
  nav.navbar.bootsnav .navbar-nav > li:first-child > a {
    border-top: none
  }
  nav.navbar.bootsnav ul.navbar-nav.navbar-left > li:last-child > ul.dropdown-menu {
    border-bottom: solid 1px #e0e0e0
  }
  nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
    float: none !important;
    position: relative;
    display: block;
    width: 100%
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    position: relative !important;
    float: none;
    border: none;
    padding: 0 !important;
    margin: 0 0 -1px !important;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0;
    -o-border-radius: 0 0 0;
    border-radius: 0 0 0
  }
  .dropdown-menu a, nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #fff;
    padding: 10px 0;
    color: #fff
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    border: 2px solid #535456;
    display: none
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus, nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover {
    background-color: transparent
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
    float: none !important;
    left: 0 !important;
    padding: 0;
    position: relative;
    background: #fff;
    width: 100%
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu > li > a {
    color: #53544F;
    border-color: #dbdcdc
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
    display: inline-block;
    margin-top: -10px
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
    padding: 10px 15px 10px 0;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: solid 1px #e0e0e0;
    color: #6f6f6f
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 8px 0
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    right: -15px
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
    border-bottom: none
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
    border-bottom: solid 1px #e0e0e0
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
    border-bottom: none
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
    content: "\f107"
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px
  }
  nav.bootsnav.brand-center .navbar-collapse {
    display: block
  }
  nav.bootsnav.brand-center ul.nav {
    margin-bottom: 0 !important
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 100%;
    float: none;
    display: block
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    margin-bottom: 0
  }
  nav.bootsnav .megamenu-content {
    padding: 0
  }
  nav.bootsnav .megamenu-content .col-menu {
    padding-bottom: 0
  }
  nav.bootsnav .megamenu-content .title {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-weight: 400
  }
  nav.bootsnav .megamenu-content .content {
    display: none
  }
  .subnav {
    margin-right: 10px
  }
  .top_share {
    margin: 10px 0
  }
  .h2_icon a:last-child {
    margin-right: 0
  }
  .Search, .Search .Search_box, .Search .Search_box2 {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 3px;
    padding: 0 5px 5px 10px;
    width: 100%;
    background: #fff
  }
  .Search, .Search .Search_box2 {
    margin: 0;
    padding: 0
  }
  .Search .Search_box2 {
    padding: 4px 0 7px
  }
  .Search input.btn {
    margin: 0
  }
  .Search.mobile2, .Search.mobileshow2 {
    padding: 12px 5px 11px 10px
  }
  .Search2 input[type=text], .Search .Search_main, .Search input[type=text] {
    width: 100%
  }
  .dropdown2 .dropdown-toggle2, .dropdown-menu a, .dropdown .dropdown-toggle {
    text-align: left
  }
  .dropdown-menu a {
    margin-left: 0;
    padding-left: 1em !important
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding-left: 1.5em !important
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu > li > a {
    padding-left: 2em !important
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu ul.dropdown-menu > li > a {
    padding-left: 2.5em !important
  }
  #accesskey_C, .L, .pc2, .pcbox .mobile2, .search-button, .Search i, .z {
    display: none !important
  }
  .mobile2, .mobileshow2 .banner_bottom .box_icon, .pcbox .leftBtns ol, .pcbox .pc2, .Search_box, .Search_box2 {
    clear: both;
    display: block !important
  }
  .mobileshow2 .banner_bottom .box_icon {
    width: 100%
  }
  .mobileshow, .mobileshow2 {
    display: block;
    float: none
  }
  .mobileshow2 .banner_bottom .box_icon img {
    max-width: 180px;
    padding: 5px
  }
  .dropdown > .dropdown-menu > li {
    float: none
  }
  .greenpeace .subnav {
    margin-right: 0 !important;
    position: absolute;
    right: 5%
  }
  .greenpeace .logo_main {
    display: flex;
    max-width: 550px;
    margin: 20px auto 0;
    justify-content: center
  }
  .greenpeace.covid2 .logo_main, .greenpeace.covid .logo_main {
    align-items: center;
    margin: 0 auto;
    transform: translate(-8%, 29%)
  }
  .retiree_news {
    margin-right: 0
  }
  .retiree_main, .retiree nav.navbar.bootsnav .nav {
    display: block
  }
  .retiree .logo_main {
    align-items: center;
    transform: translate(-8%, 0%)
  }
  .retiree header .navwrap, .retiree header .navwrap .logo_main, .retiree header.other {
    margin: 0 auto;
    align-self: center;
    display: flex
  }
  .retiree.zone header .navwrap .logo_main .logo2:before {
    display: none
  }
  .greenpeace .other .logo {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/logo2.svg) no-repeat left/cover
  }
  .greenpeace .logo {
    margin: 0;
    top: 0;
    flex-grow: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px
  }
  .greenpeace .logo2 {
    font-size: 1.8rem;
    margin: 0 0 0 10px;
    letter-spacing: 0;
    width: auto;
    height: auto;
    padding: 10px 0 10px 10px;
    border-left: 0
  }
  .greenpeace .navli li:last-child {
    margin: 0
  }
  .greenpeace .navwrap {
    background: none
  }
  .greenpeace.covid2 .navwrap, .greenpeace.covid .navwrap {
    background: #FFF
  }
  .greenpeace .navwrap {
    height: 110px
  }
  .mobile_hide {
    display: none !important
  }
}
@media (max-width:992px) {
  .zone .zone3 .breadcrumb {
    padding: 4px 0
  }
  .covid .main_point > li > a {
    min-width: inherit
  }
  .insideBanner3 p {
    font-size: 2vw
  }
  .tab_style:after, .tab_style:before {
    background: -webkit-linear-gradient(#323232, #323232) repeat-x left center;
    background: -moz-linear-gradient(#323232, #323232) repeat-x left center;
    background: -ms-linear-gradient(#323232, #323232) repeat-x left center;
    background: linear-gradient(#323232, #323232) repeat-x left center;
    background-size: 1px 1px
  }
  .covid + .copyright {
    margin-top: 0
  }
  .retiree_main {
    margin: 0
  }
  .case_words {
    font-size: 3vw
  }
  .retiree_info_box a {
    margin-bottom: 20px
  }
  .list_main, .main_case, .main_movie {
    flex-wrap: wrap
  }
  .case_1, .list_box, .movie_box {
    width: 100%
  }
  .case_1 p {
    bottom: 0;
    position: relative
  }
  .case_1:nth-child(2) {
    margin: 10px 0
  }
  .movie_box:first-child {
    margin-bottom: 40px
  }
  .content-wrap {
    padding: 75px 0 0
  }
  .covid .content-wrap {
    width: 100%
  }
  .h2, .h3, h1 {
    font-size: 190%
  }
  #btn_img, aside .mobile_menu, footer {
    display: none
  }
  .content-wrap aside {
    width: 100%;
    float: none
  }
  .leftBtns, .leftBtns ol {
    max-width: inherit;
    background: #EEEFEF
  }
  .leftBtns a.focus:before, .leftBtns a:hover:before {
    content: '';
    border: 0;
    display: none
  }
  .leftBtns ol {
    margin-left: 7%;
    left: 0;
    z-index: 100
  }
  .leftBtns ol li {
    display: block
  }
  .leftBtns ol a {
    z-index: 1000
  }
  .content-wrap .container {
    background: #FFF;
    float: none;
    width: 100%;
    min-height: 505px;
    padding: 0;
    margin-bottom: 80px
  }
  .topnav {
    background: #ECECEC
  }
}
@media screen and (max-width:1324px) {
  .copyright_main, .footerAll {
    padding: 0;
    width: 95%;
    max-width: none;
    margin: auto
  }
  .owl-next, .owl-prev {
    top: 30%
  }
}
@media screen and (max-width:1200px) {
  .img_main li {
    width: calc(100% / 3 - 20px)
  }
  .ep_box, .EY_box {
    width: calc(100% / 2 - 20px)
  }
  .ep_box:nth-of-type(3n) {
    margin-right: 30px
  }
  .ep_box:nth-of-type(2n), .ep_box:nth-of-type(3n), .movie_box:first-child {
    margin-right: 0
  }
  .ep_box:nth-of-type(odd) {
    margin-right: 30px
  }
  .sitemap .box {
    width: calc(100% / 3 - 20px)
  }
  .sitemap .box:nth-of-type(3n) {
    margin-right: 0
  }
  .sitemap .box:nth-of-type(4n) {
    margin-right: 20px
  }
}
@media screen and (max-width:1024px) {
  .sitemap .box {
    width: calc(100% / 2 - 20px)
  }
  .list_box, .movie_box {
    width: 100%
  }
  .sitemap .box:nth-of-type(2n) {
    margin-right: 0
  }
  .sitemap .box:nth-of-type(3n), .sitemap .box:nth-of-type(4n) {
    margin-right: 20px
  }
  .googleplay {
    display: none
  }
  .banner_bottom .box_icon, .banner_bottom .box_icon:first-child:before, .banner_bottom .box_icon:nth-child(2), .bottom_share {
    display: none
  }
  .banner_bottom .box_icon.important_message {
    display: block
  }
  .banner_bottom .box_icon {
    width: calc(100%)
  }
}
@media screen and (max-width:992px) {
  .copyright {
    margin-top: 50px
  }
  .list_box:first-child, .movie_box:first-child {
    margin-right: 0
  }
}
@media (max-width:768px) {
  .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8 {
    width: 100% !important;
    float: none;
    position: relative;
    margin-left: 0
  }
  .grid li.new_vedio {
    width: 100% !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    max-width: none !important
  }
  .covidBanner2 li {
    margin: 0
  }
  .insideBanner4 {
    padding: 0 0 50px
  }
  .covidBanner2 .slick-next {
    right: -5vw;
    width: 20px
  }
  .covidBanner2 .slick-prev {
    left: -5vw;
    width: 20px
  }
  .covidBanner .slick-next, .covidBanner .slick-prev {
    width: 8vmin;
    left: -58px
  }
  .covidBanner .slick-next {
    left: inherit;
    right: -58px
  }
  .covid2 .covidBanner .slick-next, .covid2 .covidBanner .slick-prev {
    width: 4vmin;
    left: -7%
  }
  .covid2 .covidBanner .slick-next {
    left: inherit;
    right: -7%
  }
  .top_bar0, .top_bar1, .top_bar2 {
    margin: 5px 0
  }
  .form-control3, .retiree .form-control2, .retiree .form-control4, .top_bar1 {
    width: 100%;
    max-width: none !important
  }
  .retiree .top_bar_group {
    text-align: left
  }
  .retiree.zone .top_bar_group {
    text-align: right
  }
  .bar_none {
    display: inline-block;
    width: unset;
    height: unset;
    margin: unset;
    padding: unset
  }
  .top_bar0 {
    min-width: 90px
  }
  .top_bar1 {
    width: calc(100% - 130px)
  }
  .zone .top_bar1 {
    width: auto
  }
  .top_bar2 {
    min-width: 25px
  }
  .img_main li {
    width: calc(100% / 2 - 20px)
  }
  .waveWrapper {
    display: none
  }
  .content-wrap {
    width: 90%
  }
  .main_people_pic {
    max-width: 150px;
    margin: auto
  }
  .main_people_pic img {
    width: 100% !important;
    height: auto !important;
    float: none !important
  }
  .main_env li {
    width: calc(100%);
    margin: 20px 0
  }
  .main_env li:nth-of-type(2n-1) {
    margin-right: 0
  }
  .main_env li:nth-child(2), .main_env li:nth-child(5) {
    margin: 0
  }
}
@media screen and (max-width:700px) {
  .retiree_info_box a {
    padding: 0 15px;
    padding-bottom: 15px
  }
  .side-right .covid2 .content-wrap, .side-right .covid .content-wrap {
    padding: 0
  }
  .covid .main_point > li > a {
    font-size: 115% !important
  }
  .greenpeace .top_bread {
    margin: 70px 0 0
  }
  .greenpeace .navwrap {
    height: 70px
  }
  .greenpeace.covid2 .navwrap, .greenpeace.covid .navwrap {
    height: 74px
  }
  .retiree .navbar-toggle {
    margin-top: 11px
  }
  .side-right .other {
    height: 70px
  }
  body.side-right > .wrapper:after {
    top: 70px
  }
  .greenpeace .logo {
    width: 36px;
    height: 36px
  }
  .greenpeace .logo_main {
    margin: 10px auto 0
  }
  .covid2 .navbar-header, .covid .navbar-header {
    margin-top: 0;
    margin-bottom: 0
  }
  .greenpeace.covid2 .logo_main, .greenpeace.covid .logo_main {
    transform: translate(-8%, 22%)
  }
  .tab_style {
    font-size: 160% !important
  }
  .insideBanner3 p {
    font-size: 130%
  }
  .covid2 .covidBanner .slick-next, .covid2 .covidBanner .slick-prev {
    width: 4vmin;
    left: -32px
  }
  .covid2 .covidBanner .slick-next {
    left: auto;
    right: -32px
  }
  .side-right .covid2 .navbar-header, .side-right .covid .navbar-header {
    margin-top: 3px
  }
  .greenpeace.covid .navwrap {
    height: auto
  }
  .side-right .covid2 .other, .side-right .covid .other {
    height: 72px
  }
  body.side-right > .wrapper.covid2:after, body.side-right > .wrapper.covid:after {
    top: 74px
  }
  .EY_box {
    width: 100%
  }
  .EY_content {
    padding: 0 5%
  }
  .case_words {
    font-size: 6vw
  }
  .retiree_info {
    padding: 40px 0 0
  }
  .copyright_box2 {
    display: none
  }
  .list_group2 li a {
    display: block
  }
  .list_group2 li a > :not(:last-child) {
    margin-bottom: 15px
  }
  .greenpeace .logo_main {
    max-width: 450px
  }
  .greenpeace .logo2 {
    padding: 10px 0 10px 10px;
    font-size: 145%
  }
  .retiree .navbar-toggle {
    height: 50px;
    width: 50px
  }
  .min_tab {
    min-width: 620px
  }
  .ep_box:nth-of-type(3n) {
    margin-right: 0
  }
  .otherinfo {
    padding: 14px 5px 14px 0
  }
  .waveWrapper {
    bottom: -40px
  }
  .ep_box, .ep_main {
    width: 100%
  }
  .ep_box {
    margin: 20px 0 0
  }
  .ep_box:nth-of-type(odd) {
    margin-right: 0
  }
  .pc {
    display: none !important
  }
  .mobile {
    display: block !important
  }
  .content-wrap {
    width: 95%
  }
  .rwd-table th {
    display: none !important
  }
  .rwd-table > tbody > tr > td {
    display: block;
    text-align: left !important;
    border-right: 0;
    border-bottom: 0;
    width: 100% !important
  }
  .rwd-table {
    border: 0;
    margin: 0 auto 2%;
    background-color: #EEEFEF
  }
  .rwd-table td:before {
    content: attr(data-th);
    font-weight: 700;
    padding-right: 10px;
    display: block
  }
  .rwd-table > tbody > tr:nth-of-type(2n) {
    background-color: #fff
  }
  .list_style li {
    padding-right: 0
  }
}
@media screen and (max-width:550px) {
  .news_box {
    display: block
  }
  .list_group li a {
    flex-wrap: wrap
  }
  .zone .form-control4 {
    width: 100% !important
  }
  .top_control + a + .words {
    margin-top: 60px
  }
  .top_control h2, .top_control h2:after {
    width: calc(100%)
  }
  .container .h2_icon {
    top: auto;
    bottom: -56px
  }
  .covid2 .covidBanner .slick-next, .covid2 .covidBanner .slick-prev {
    left: -7%
  }
  .covid2 .covidBanner .slick-next {
    left: auto;
    right: -7%
  }
  .googleplay {
    display: none
  }
  .issues_title {
    font-size: 90%
  }
  .bricon img {
    max-width: 60px
  }
  .container .h2_icon {
    margin: 10px 0
  }
  .otherinfo .click_look {
    min-width: 147px
  }
  h2 {
    font-size: 1.8rem !important;
    line-height: 1.2;
    margin-bottom: 55px
  }
  h5 {
    font-size: 1.5rem !important;
    letter-spacing: 0
  }
  .greenpeace .subnav {
    top: 0
  }
  .greenpeace .logo_main {
    max-width: 80%
  }
  .greenpeace .logo2 {
    font-size: 1.3rem;
    margin: 0;
    display: flex;
    padding: 10px 0 10px 10px;
    align-items: center
  }
  .sitemap .box {
    width: calc(100%)
  }
  .sitemap .box:nth-of-type(3n), .sitemap .box:nth-of-type(4n) {
    margin-right: 0
  }
  .list_group .title, .news_box span:first-child {
    width: 100%
  }
  .twocut li {
    background: none !important
  }
  .twocut li a {
    width: calc(100%);
    display: flex
  }
  .twocut li a:last-child {
    background: #F5F5F5
  }
}
.ep_banner {
  position: relative
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55)
  }
  to {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px
}
.waveTop {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/wave-top.png)
}
.waveMiddle {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/wave-mid.png)
}
.waveBottom {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/images/wave-bot.png)
}
.bgTop {
  z-index: 15;
  opacity: .5
}
.bgMiddle {
  z-index: 10;
  opacity: .75
}
.bgBottom {
  z-index: 5
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom
}
.waveTop {
  background-size: 50% 100px
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.waveMiddle {
  background-size: 50% 120px
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite
}
.waveBottom {
  background-size: 50% 100px
}
.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}
.en .index_h1 a:hover svg, .issues_btn_main .issues_btn_next:hover svg {
  -webkit-transform: translateX(8px);
  transform: translateX(8px)
}
.issues_btn_main .issues_btn_prev:hover svg {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px)
}
.info_box2:hover svg {
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}
@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}
@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}
.pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}
.pop:active, .pop:focus, .pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}
@-webkit-keyframes ripple-out {
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0
  }
}
@keyframes ripple-out {
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0
  }
}
.ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}
.ripple-out:before {
  content: '';
  position: absolute;
  border: #5F5F5F solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}
@media screen and (max-width:768px) {
  .issues_btn_main .issues_btn_next, .issues_btn_main .issues_btn_prev, .issues_btn_next:before, .issues_btn_prev:before {
    border: 0
  }
}
.ripple-out:active:before, .ripple-out:focus:before, .ripple-out:hover:before {
  -webkit-animation-name: ripple-out;
  animation-name: ripple-out
}
@media screen and (max-width:500px) {
  .copyright_box, .copyright_box2 {
    width: 100%
  }
  .navli2 li a {
    font-size: 3.5vw
  }
  .covidBanner .slick-next, .covidBanner .slick-prev {
    width: 12vmin;
    left: -58px
  }
  .covid2 .main_point > li > a > span {
    font-size: 90%
  }
  .covid2 .main_point > li > a, .covid .main_point > li > a {
    min-width: inherit
  }
  .covidBanner .slick-next {
    left: auto;
    right: -58px
  }
  .container .h2_icon {
    display: block;
    vertical-align: bottom;
    float: right;
    margin-bottom: 10px
  }
  .ftinline {
    margin-left: 5px;
    vertical-align: inherit
  }
  .ftinline a {
    margin-top: 0;
    margin-bottom: 0;
    transform: translate(0%, -8%)
  }
  .main_env li {
    margin: 0
  }
  h6 {
    margin: 5px 0
  }
  .zone_menu a {
    padding: 8px 10px
  }
  .zone_menu a i {
    max-width: 25px;
    margin-right: 4px
  }
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) {
  ul.marquee li {
    font-size: 75%
  }
}
@media screen and (max-width:350px) {
  .side-right .NavFixed .navwrap, .side-right .navwrap {
    left: 250px
  }
  .covid2 .main_point > li > a > span, .covid .main_point > li > a > span {
    font-size: 80%
  }
  .greenpeace .navwrap {
    height: 70px
  }
  .navbar-toggle .hamburger-icon, .navbar-toggle .hamburger-icon:after, .navbar-toggle .hamburger-icon:before {
    width: 24px
  }
  .navbar-toggle {
    padding: 18px
  }
  .greenpeace .logo_main {
    max-width: 88%;
    margin-top: 0
  }
  .greenpeace .logo2 {
    font-size: 1.2rem;
    margin: 0;
    padding: 10px 0 10px 10px;
    height: 70px
  }
  .covid2 .navbar-header, .covid .navbar-header {
    margin-top: 0;
    margin-bottom: 0
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    width: 250px;
    left: -250px
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 250px
  }
  body.side-right > .wrapper {
    margin-left: 250px;
    margin-right: -250px !important
  }
  .table-center > tbody > tr > td, .table-left > tbody > tr > td, .table-th > tbody > tr > td, .table > tbody > tr > td {
    padding: 7px 2px
  }
  .weather_main .owl-next {
    right: 60px
  }
  .leftBtn > li:nth-child(2) {
    margin-top: 10px
  }
  .copyright_box, .copyright_box2, .ftinline {
    font-size: 90%
  }
  .ftinline a {
    transform: translate(0%, -13%);
    margin-right: 0
  }
  .ftinline {
    margin-left: 0
  }
}
.gsc-input-box, input.gsc-search-button, input.gsc-search-button-v2 {
  width: auto !important;
  height: auto !important;
  font-size: 100% !important
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-size: 90%
}
.gsc-result-info, .gsc-selected-option-container {
  font-size: 90%
}
input.gsc-input {
  font-size: 120%;
  margin-top: 0 !important
}
.gsc-adBlock {
  display: none !important
}
.gsc-result .gs-title {
  overflow: visible !important
}
.gsc-selected-option-container .gsc-selected-option {
  position: static;
  white-space: nowrap !important
}
.gsc-control-cse {
  font-family: Microsoft JhengHei, Arial Black, LiHei Pro !important
}
.gsc-tabHeader {
  display: inline-block;
  padding: 5px 20px;
  font-size: 150%;
  margin: 2px;
  border-radius: 20px;
  height: auto;
  line-height: 27px;
  min-width: 54px;
  text-align: center
}
.gsc-tabsArea, .gsc-tabsArea > div {
  height: auto !important
}
.gsc-tabHeader.gsc-tabhActive {
  border-bottom-color: #F90 !important
}
.gsc-tabHeader {
  display: inline-block;
  padding: 5px 20px !important;
  font-weight: 700;
  font-size: 150%;
  margin: 2px;
  border-radius: 20px;
  height: auto !important;
  line-height: 27px;
  min-width: 54px;
  text-align: center
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *, .gsc-control-cse .gs-spelling {
  font-size: 105%
}
.gsc-tabHeader.gsc-tabhInactive:hover, input.gsc-search-button:focus, input.gsc-search-button:hover {
  background-color: #009E96 !important;
  color: #fff !important
}
.gsst_a {
  font-size: 130% !important
}
.gs-result .gs-title, .gs-result .gs-title * {
  text-decoration: none !important
}
.gsc-result .gs-title {
  height: auto !important
}
.gsc-result .gs-title {
  overflow: visible !important
}
.strp-window {
  position: fixed;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: #292929;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif
}
.strp-window.strp-vertical {
  height: 0;
  width: 100%
}
.strp-window {
  margin-left: 40px
}
.strp-window.strp-vertical {
  margin-left: 0;
  margin-bottom: 40px
}
@media (max-width:414px) and (orientation:portrait), all and (max-width:736px) and (max-height:414px) {
  .strp-window.strp-horizontal {
    min-width: 100%
  }
}
@media (max-height:414px) and (orientation:landscape), all and (max-height:736px) and (max-width:414px) {
  .strp-window.strp-vertical {
    min-height: 100%
  }
}
.strp-spinner-move, .strp-window {
  z-index: 99999
}
.strp-spinner-move, .strp-spinner-move [class^=strp-], .strp-window, .strp-window [class^=strp-] {
  box-sizing: border-box
}
.strp-window {
  transform: translateZ(0px)
}
.strp-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important
}
.strp-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.strp-side-right {
  top: 0;
  right: 0
}
.strp-side-right .strp-pages {
  top: 0;
  right: 0
}
.strp-side-right .strp-page {
  top: 0;
  right: 0
}
.strp-side-right .strp-close {
  top: 0;
  right: 0;
  color: transparent
}
.strp-side-left {
  top: 0;
  left: 0
}
.strp-side-left .strp-pages {
  top: 0;
  left: 0
}
.strp-side-left .strp-page {
  top: 0;
  left: 0
}
.strp-side-left .strp-close {
  top: 0;
  right: 0
}
.strp-side-top {
  top: 0;
  left: 0
}
.strp-side-top .strp-pages {
  top: 0;
  left: 0
}
.strp-side-top .strp-page {
  top: 0;
  left: 0
}
.strp-side-top .strp-close {
  top: 0;
  right: 0
}
.strp-side-bottom {
  bottom: 0;
  left: 0
}
.strp-side-bottom .strp-pages {
  bottom: 0;
  left: 0
}
.strp-side-bottom .strp-page {
  bottom: 0;
  left: 0
}
.strp-side-bottom .strp-close {
  top: 0;
  right: 0
}
.strp-page {
  position: absolute;
  width: 100%;
  height: 100%
}
.strp-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #292929;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.strp-no-overlap .strp-container {
  padding: 48px 72px
}
.strp-no-overlap.strp-no-sides .strp-container {
  padding: 48px 0
}
.strp-vertical .strp-no-overlap .strp-container {
  padding: 0 72px
}
.strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
  padding: 0 48px
}
.strp-hovering-clickable .strp-container {
  cursor: pointer
}
.strp-content-element {
  position: absolute;
  top: 50%;
  left: 50%
}
.strp-content-element iframe {
  float: left;
  width: 100%;
  height: 100%
}
.strp-container img {
  display: inline-block;
  vertical-align: middle
}
.strp-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  line-height: 20px;
  background: #000;
  -webkit-text-size-adjust: unset;
  text-size-adjust: unset
}
.strp-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto
}
.strp-caption {
  width: auto;
  display: inline;
  white-space: pre-wrap
}
.strp-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: .99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap
}
.strp-info a, .strp-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline
}
.strp-info a:hover {
  color: #eee
}
.strp-nav {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: transparent
}
.strp-nav-previous {
  left: 0
}
.strp-nav-next {
  right: 0;
  left: auto
}
.strp-nav-disabled {
  cursor: default
}
.strp-nav-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}
.strp-nav-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010
}
.strp-nav-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.strp-close {
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.strp-close-background, .strp-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.strp-close-background {
  filter: alpha(opacity=80);
  opacity: .8;
  background-color: #101010
}
.strp-close:hover .strp-close-background {
  background-color: #161616
}
.strp-has-error .strp-container {
  background-color: #ca3434
}
.strp-error {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  margin-left: -120px;
  margin-top: -120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/error.svg)
}
.strp-no-svg .strp-error {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/error.png)
}
.strp-spinner-move {
  position: fixed;
  top: 0;
  right: 0;
  height: 48px;
  width: 0;
  overflow: visible !important
}
.strp-spinner-move.strp-vertical {
  width: 48px;
  height: 0
}
.strp-spinner {
  width: 48px;
  height: 48px;
  float: left;
  position: relative
}
.strp-spinner-move.strp-side-top {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto
}
.strp-spinner-move.strp-side-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto
}
.strp-spinner-move.strp-side-right .strp-spinner {
  margin-left: -48px
}
.strp-spinner-move.strp-side-left .strp-spinner {
  margin-right: -48px;
  float: right
}
.strp-spinner-move.strp-side-bottom .strp-spinner {
  margin-top: -48px
}
.strp-spinner-move.strp-side-top .strp-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -48px
}
@-moz-keyframes strp-spinner-spin {
  to {
    -moz-transform: rotate(360deg)
  }
}
@-webkit-keyframes strp-spinner-spin {
  to {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes strp-spinner-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.strp-spinner-frame, .strp-spinner-rotate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.strp-spinner-line {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 2px;
  margin-left: -1px;
  height: 3px;
  border-radius: 1px;
  z-index: 80;
  color: inherit
}
.strp-window-skin-strip .strp-nav-button-background {
  background-color: transparent
}
.strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/previous.svg)
}
.strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/next.svg)
}
.strp-window-skin-strip.strp-no-svg .strp-nav-previous .strp-nav-button-icon {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/previous-faded.png);
  opacity: 1
}
.strp-window-skin-strip.strp-no-svg .strp-nav-next .strp-nav-button-icon {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/next-faded.png);
  opacity: 1
}
.strp-window-skin-strip .strp-nav .strp-nav-button-icon {
  opacity: .6
}
.strp-window-skin-strip.strp-mobile-touch .strp-nav .strp-nav-button-icon {
  opacity: 1
}
.strp-window-skin-strip .strp-nav-hover .strp-nav-button-icon, .strp-window-skin-strip .strp-nav:hover .strp-nav-button-icon {
  opacity: 1
}
.strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-previous .strp-nav-button-icon, .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-previous:hover .strp-nav-button-icon {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/previous.png)
}
.strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-next .strp-nav-button-icon, .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-next:hover .strp-nav-button-icon {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/next.png)
}
@media (max-width:375px) and (orientation:portrait), all and (max-height:375px) and (max-width:667px) {
  .strp-window-skin-strip .strp-nav {
    width: 48px;
    height: 60px;
    margin: 0 5px;
    margin-top: -30px
  }
  .strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/previous-small.svg)
  }
  .strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/next-small.svg)
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav-previous .strp-nav-button-icon {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/previous-small-faded.png)
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav-next .strp-nav-button-icon {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/next-small-faded.png)
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-previous .strp-nav-button-icon, .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-previous:hover .strp-nav-button-icon {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/previous-small.png)
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-next .strp-nav-button-icon, .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-next:hover .strp-nav-button-icon {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/next-small.png)
  }
  .strp-no-overlap .strp-container {
    padding: 48px 58px
  }
  .strp-no-overlap.strp-no-sides .strp-container {
    padding: 48px 0
  }
  .strp-vertical .strp-no-overlap .strp-container {
    padding: 0 58px
  }
  .strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
    padding: 0 48px
  }
}
.strp-window-skin-strip .strp-close .strp-close-icon {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/close.svg);
  opacity: .8
}
.strp-window-skin-strip .strp-close:hover .strp-close-icon {
  opacity: 1
}
.strp-window-skin-strip.strp-mobile-touch .strp-close .strp-close-icon, .strp-window-skin-strip.strp-mobile-touch .strp-close:hover .strp-close-icon {
  opacity: 1
}
.strp-window-skin-strip.strp-no-svg .strp-close .strp-close-icon {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181008175029/https://www.epa.gov.tw/Template/epa/css/strip-skins/strip/close.png);
  opacity: 1
}





/*
     FILE ARCHIVED ON 17:50:29 十月 8, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 12:15:00 五月 20, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
