@charset "UTF-8";

/*CSS RESET*/
img {
  border: 0;
  vertical-align: top;
}

a img {
  border: 0;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  outline: none;
  /* for Firefox Google Chrome  */
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  border-style: none;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.check-item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="date"] {
  -webkit-appearance: inherit !important;
  -moz-appearance: inherit !important;
  appearance: inherit !important;
}

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer !important;
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed !important;
}

*:focus {
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  padding-left: 0;
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", 微軟正黑體, Arial, Helvetica, sans-serif;
}

::-webkit-input-placeholder {
  color: #2e2e2e;
  opacity: 1;
}

:-moz-placeholder {
  color: #2e2e2e;
  opacity: 1;
}

::-moz-placeholder {
  color: #2e2e2e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #2e2e2e;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #2e2e2e;
  opacity: 1;
}

::placeholder {
  color: #2e2e2e;
  opacity: 1;
}

/*end reset*/

/*--無障礙USE (一開始按tab會出現 跳到主要內容的連結)--*/
.sr-only {
  padding: 0.5rem;
  background: #2b358c;
  color: #fff;
  position: absolute;
  top: -2.5rem;
  left: 0;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 2000;
}


.sr-only:focus {
  position: absolute;
  left: 0;
  top: 0;
  outline-color: transparent;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
  border: #ffbf47 solid 0.4rem;
  background: #ffbf47;
  color: #000;
  font-weight: 700;

}


a:focus {
  outline: 5px dotted #0000C4;
}

footer a:focus,
.path a:focus,
#AC:focus {
  outline: 5px dotted yellow;
}

input:focus,
button:focus,
textarea:focus {
  outline: 5px dotted #0000C4;
}

a.gotop:focus {
  outline: 8px dotted orange;
}

/*--無障礙隱藏label標籤用--*/
.sr-only-label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accesskey {
  position: absolute;
  z-index: 1;
  color: rgb(255, 0, 191);
}

/*---------*/
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.d-inline-block {
  display: inline-block !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

body {
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  background: #f2f0f0;
}

body>* {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.img-rwd {
  width: 100%;
  height: auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header-wrap {
  position: fixed;
  height: 147px;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 0 1px #666;
}

.header {
  width: 100%;
  position: relative;
  padding-right: 154px;
  align-items: flex-start;
}

.logo-area {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.logo {
  padding-top: 14px;
  padding-left: 35px;
  width: 220px;
  display: block;
}

.pc-logo {
  max-width: 100%;
  height: auto;
}

.mid-menu {
  border-left: 1px solid #ccc;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.top-nav {
  width: 100%;
  border-bottom: 1px solid #ccc;
  align-items: center;
  justify-content: flex-end;
  padding-right: 42px;
}

.top-nav li a {
  height: 59px;
  line-height: 59px;
  padding: 0 14px;
  padding-left: 26px;
  display: inline-block;
  color: #2e2e2e;
  margin-left: 13px;
  white-space: nowrap;
}

.sitemap {
  background: url(../images/icon_sitemap.png) no-repeat 0 18px;
}

.download {
  background: url(../images/icon_download.png) no-repeat 0 20px;
}

.link {
  background: url(../images/icon_link.png) no-repeat 0 19px;
}

.backhome {
  background: url(../images/icon_homepage.png) no-repeat 0 19px;
}

.top-nav ul {
  margin-right: 18px;
}

.search-box {
  background: #eaeaea;
  border: 1px solid #bcbcbc;
  border-radius: 50px;
  width: 294px;
  align-items: center;
}

.search-box label {
  width: calc(100% - 44px);
}

.search-box input {
  padding: 10px 5px 10px 16px;
  border: none;
  background: transparent;
  width: 100%;
}


.search-box input::placeholder {
  color: #545454;
  font-size: inherit;
}

.btn-search {
  border: none;
  width: 44px;
  height: 40px;
  font-size: 0;
  background: url(../images/icon_search.png) no-repeat 0 center;
}

.main-nav {
  width: 100%;
  padding-bottom: 24px;
  padding-top: 29px;
  padding-right: 29px;
  align-items: center;
  justify-content: flex-end;
}

.main-nav li a {
  display: inline-block;
  color: #2e2e2e;
  border-right: 1px solid #bcbcbc;
  height: 35px;
  line-height: 35px;
  padding: 0 35px;
  position: relative;
  text-align: center;
  font-size: 20px;

}

.main-nav li a:after {
  content: "";
  display: inline-block;
  background: #36842A;
  width: 94px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  margin-left: 28px;
  width: 0;
  transform-origin: left;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
}

.main-nav li a:hover:after {
  width: 94px;
}

.main-nav li:last-child a {
  border-right: none;

}


.wrapper {
  max-width: 1168px;
  margin: 0 auto;
}

.header-member-box {
  position: absolute;
  right: 0;
  background: #f4f4f4;
  text-align: center;
  width: 154px;
  height: 100%;
  /*height: 147px;*/

  background: url(../images/icon_memberlogin.png) no-repeat center 20px, #f4f4f4;
}

.header-member-box p {
  padding-top: 57px;
}

.header-member-box a {
  margin-top: 10px;
  background: #36842a;
  color: #fff;
  font-size: 13px;
  width: 114px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  border-radius: 8px;

}

.header-member-box a:hover {
  background: #7D0021;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* 至少佔據可視範圍的整個高度*/
  padding-top: 147px;
}


.main {
  flex: 1;
  /* 高度自動伸展至所有剩餘的空間*/
}


.i-news {
  padding-top: 45px;
  padding-bottom: 45px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.in-card {
  background: #fff;
  border-radius: 10px;
  width: 30.22%;
  overflow: hidden;
  box-shadow: 0 0 10px #b4b4b4;
}

.in-card--head {
  text-align: center;
  color: #fff;
  padding: 9px 12px 0;

}

.in-card--head h3 {
  padding: 6px 11px;
  border-radius: 50px;
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.i-news-activity h3 {
  background: #5d6cb4;
}

.in-card--footer a {
  text-align: right;
  display: block;
  color: #fff;
  padding: 8px 20px;
  font-size: 21px;
}

.i-news-activity .in-card--footer a {
  background: #5d6cb4;
}


.i-news-environmental h3 {
  background: #36842a;
}

.i-news-environmental .in-card--footer a {
  background: #36842a;
}

.i-news-public h3 {
  background: #f07059;
}

.i-news-public .in-card--footer a {
  background: #f07059;
}

.i-news ul {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 84px;
}

.i-news li {
  border-bottom: 1px dotted #2e2e2e;
}

.i-news li a {
  color: #2e2e2e;
  padding: 17px 0 19px;
  font-size: 21px;
  display: block;
  height: 89px;
  overflow: hidden;
}

.i-news li:last-child {
  border-bottom: none;
}

.i-news li a:hover {
  color: #36842a;
}

.in-card--footer {
  position: relative;
}

.in-card--footer i {
  pointer-events: none;
}

.i-news-activity .in-card--footer i {
  width: 169px;
  height: 132px;
  background: url(../images/homepage/p_event.png) no-repeat;
  background-size: 158px;
  position: absolute;
  top: -102px;
  left: 16px;
}

.i-news-environmental .in-card--footer i {
  width: 150px;
  height: 118px;
  background: url(../images/homepage/p_news.png) no-repeat;
  background-size: 150px;
  position: absolute;
  top: -88px;
  left: 20px;
}

.i-news-public .in-card--footer i {
  width: 157px;
  height: 118px;
  background: url(../images/homepage/p_opendata.png) no-repeat;
  background-size: 157px;
  position: absolute;
  top: -88px;
  left: 20px;
}

.i-news-activity .in-card--footer a:hover {
  background: #4b599c;
}

.i-news-environmental .in-card--footer a:hover {
  background: #27641e;
}

.i-news-public .in-card--footer a:hover {
  background: #dc634d;
}

.lawandmeet {
  background: url(../images/colorful-bg.jpg) no-repeat;
  padding-bottom: 110px;
  padding-top: 36px;
  background-size: cover;
}

.i-law {
  margin-bottom: 68px;
}

.i-law-list {
  justify-content: space-between;
  flex-wrap: wrap;
}

.i-law-list>li {
  background: #fff;
  border-radius: 15px;
  padding: 18px 37px 18px 12px;
  width: 49%;
  display: flex;
  margin-bottom: 14px;
  box-shadow: 0 0 8px #90c1bc;
}

.i-law-list>li:hover {
  box-shadow: 0 0 0 2px #36842a;
}

.i-law-list li a {
  display: block;
  color: #2e2e2e;
  line-height: 1.3;
}

.i-law-list li a:hover {
  color: #36842a;
}

.i-law h2 {
  text-align: center;
  font-size: 38px;
  margin: 0;
  font-weight: 400;
  margin-bottom: 12px;

}

.i-law p {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.i-law-list--text {
  padding-left: 15px;
}

.i-law-list--photo {
  width: 241px;
  flex: none;
}

.i-law-list--photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;

}

.i-law-list--text h3 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
}

.i-download-list {
  margin-top: 15px;

}

.i-download-list li {
  margin-bottom: 6px;
  width: 100%;
}

.i-download-list li a {
  padding-left: 27px;
  display: block;
  font-size: 18px;
  background: url(../images/list-circle.png) no-repeat 4px 2px;
}


.i-meet {
  width: 100%;
  border-radius: 25px;
  border: 4px solid #fff;
  padding: 30px 33px 38px 37px;
  position: relative;
}

.i-meet h2 {
  font-size: 55px;
  margin: 0;
  margin-top: 30px;
  font-weight: 400;
}

.i-meet-title {
  width: 258px;
  position: relative;
  flex: none;
}

.i-meet-title i {
  position: absolute;
  display: block;
  width: 291px;
  height: 115px;
  background: url(../images/homepage/p_meeting.png) no-repeat;
  left: -35px;
  margin-top: 26px;
}

.i-meet ul {
  width: calc(100% - 258px);
}

.i-meet li {
  margin-bottom: 14px;
}

.i-meet li a {
  color: #2e2e2e;
  font-size: 21px;
  padding: 10px 30px 13px;
  height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);

}

.i-meet li a:hover {
  box-shadow: 0 0 0 2px #36842a;
  color: #36842a;
}

.btn-default {
  padding: 10px 30px;
  color: #fff;
  background: #36842a;
  border-radius: 75px;
  font-size: 21px;
  display: inline-block;
  border: none;
  border: 2px solid #fff;
  white-space: nowrap;
}

.btn-default:hover {
  background: #7D0021;
}

.btn-default.btn-download {
  padding: 4px 30px;

}

.btn-back {
  padding: 9px 46px;
}

.i-meet-footer {
  position: absolute;
  bottom: -25px;
  text-align: center;
  left: 0;
  right: 0;

}

.i-meet-footer .btn-default {
  border: none;
}

.i-download {
  position: relative;

}

.i-d-bg {
  background: #5ed79f;
  padding-top: 116px;
  padding-bottom: 48px;
}

.i-download:before {
  display: block;
  content: "";
  position: absolute;
  height: 62px;
  width: 100%;
  margin-top: -60px;
  background: url(../images/wave.png) no-repeat center top;
  background-size: cover;
}

.i-d-title {
  flex: none;
  width: 227px;
  margin-right: 24px;
}

.i-d-title h2 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  margin-top: 5px;
  text-align: center;
  font-weight: 400;
}

.i-d-title i {
  display: block;
  background: url(../images/homepage/p_download.png) no-repeat center top;

  height: 117px;
}

.i-download ul {
  width: 100%;
}

.i-download ul li {
  width: 20%;
  padding: 0 11px;
}

.i-download ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.i-download ul li h3 {
  margin: 0;
  line-height: 1.3;
  margin-top: 2px;
  font-weight: 400;
  font-size: 21px;
}

.i-download ul li a img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  border: 7px solid #c1ffe2;
}

.i-download ul li a:hover img {
  border-color: #36842a;
}


.banners {
  background: #f2f0f0;
}

.banners-list-pc,
.banners-list-mobile {
  display: flex;
  flex-wrap: wrap;
  padding-top: 28px;
  padding-bottom: 18px;
}

.banners-list-pc li {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 10px;
  text-align: center;
}

.banners-list-mobile li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 10px;
  text-align: center;
}

.banners img {
  vertical-align: top;
}


footer {
  background: #4a4e46;
  color: #fff;
  padding-top: 44px;
  padding-bottom: 47px;
}

.f-info {
  padding-left: 50px;
}

.f-info h4,
.footer-name {
  font-size: 22px;
  margin: 0;
  margin-bottom: 18px;
}

.f-info li {
  margin-bottom: 13px;
}

.fi-email {
  padding-left: 35px;
  height: 24px;
  background: url(../images/icon_email.png) no-repeat 0 center;
  background-size: 24px;
}

.fi-tel {
  padding-left: 35px;
  height: 24px;
  background: url(../images/icon_phone.png) no-repeat 0 center;
  background-size: 24px;
}

footer .wrapper {
  justify-content: space-between;
}

.f-copy p {
  margin: 0;
}

.f-copy {
  padding-top: 8px;
}

.f-copy p.fc01-1 {
  margin-bottom: 11px;
}

.f-copy p.fc01-2 {
  line-height: 1.9;
  color: #c4c4c4;
}

.fc02 {
  margin-top: 43px;
}

.fc02 img {
  width: 92px;
  margin-left: 25px;
  flex: none;
}

.gotop {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background: url(../images/icon_gotop.png) no-repeat center, #36842a;
  position: fixed;
  right: 5px;
  bottom: 180px;
  cursor: pointer;
  text-align: center;
  font-size: 0;
  border: 4px solid #fff;
  transition: all 0.3s ease;
  z-index: 10;
  display: inline-block;
}

/*.gotop:hover{
  background: url(../images/icon_gotop.png) no-repeat center, #7D0021;
}*/


/*---內頁----*/
.main-content {
  padding-bottom: 15px;
}

.wrapper2 {
  width: 1448px;
  margin: 0 auto;
}

.path {
  padding: 11px 0;
  background: #36842A;
  margin-bottom: 24px;
}

.breadcrumb {
  padding-left: 13px;
  list-style: none;
}

.breadcrumb li {}

.breadcrumb li,
.breadcrumb li a {
  color: #fff;
}

.breadcrumb li a:hover {
  color: #E7FFCB;
  text-decoration: underline;
}

.breadcrumb li:first-child {
  padding-left: 34px;
  background: url(../images/icon_index.png) no-repeat 0 center;
}

.breadcrumb li+li:before {
  padding: 0 14px;
  content: ">";
}


.side-nav {
  width: 286px;
  margin-right: 32px;
  flex: none;
  background: #fff;
  border-radius: 15px;
  border-bottom: 16px solid #36842a;
  box-shadow: 0 0 10px #b1b1b1;
}


.side-nav-title {
  background: #36842a;
  color: #fff;
  padding: 10px 10px 10px 22px;
  letter-spacing: 8px;
  border-radius: 15px 15px 0 0;
  font-size: 30px;
}


/*---內容頁 左側伸縮選單--*/
.accordion {
  width: 100%;
  padding-bottom: 25px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 0 15px 57px;
  color: #4D4D4D;
  font-size: 22px;
  font-weight: 400;
  /*border-bottom: 1px solid #CCC;*/
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: url(../images/icon-arrow01.png);
  background-position: 22px 18px;
  background-repeat: no-repeat;
}

.accordion .current .link,
.accordion .link:hover {
  background-color: #e7ffcb;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li.open .link {
  /*---下級選單有開啟時的title顏色----*/

}

/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  font-size: 18px;
  background-color: #f2f0f0;
}

.submenu li {}

.submenu a {
  display: block;
  color: #2e2e2e;
  padding: 15px;
  padding-left: 57px;
  background-image: url(../images/icon-arrow02.png);
  background-position: 30px 14px;
  background-repeat: no-repeat;

}

.submenu .current a,
.submenu a:hover {
  color: #36842A;
  font-weight: 700;
}


/*----右側文字內容區----*/
.content {
  width: 100%;
}

.unit-title {
  color: #36842A;
  font-size: 40px;
  margin: 0;
  margin-bottom: 18px;
  padding-left: 2px;
}

.second-item--pc,
.second-item {
  background: #36842A;
  color: #fff;
  font-size: 22px;
  min-height: 50px;
  padding: 7px 7px 7px 22px;
  width: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.second-item--pc h3,
.second-item h3 {
  margin: 0;
  font-size: 26px;
}

.form-select {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/select-arrow.png);
  background-position: calc(100% - 8px) center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  border: none;
  padding: 3px 10px;
  padding-right: 32px;
  border-radius: 4px;
  height: 42px;
  font-size: 22px;
  border: 1px solid #ccc;
  font-weight: 400;
}

.form-select:focus {
  box-shadow: none;
}

.third-item {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  padding-left: 22px;
  margin-bottom: 10px;
}

.unit-title-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rwd-table {
  width: 100%;
  font-size: 21px;
}

/*-- Zebra striping --*/
.rwd-table tr td {
  background: #fff;
}

.rwd-table tr:nth-of-type(odd) td {
  background: #f2f0f0;
}

.rwd-table.table-style2 tr td {
  background: #f2f0f0;
}

.rwd-table.table-style2 tr:nth-of-type(odd) td {
  background: #fff;
}


.rwd-table td,
.rwd-table th {
  border-bottom: 4px solid #f2f0f0;
  text-align: center;
}

.rwd-table td {
  padding: 5px 6px;
  vertical-align: middle;
}

.rwd-table th {
  background: #82c300;
  color: #fff;
  padding: 13px 6px;
}

.rwd-table.dark-green-th th {
  background: #36842a;
}


.rwd-table tr td:first-child,
.rwd-table tr th:first-child {
  border-radius: 10px 0 0 10px;
}

.rwd-table tr td:last-child,
.rwd-table tr th:last-child {
  border-radius: 0 10px 10px 0;
}

.rwd-table tr:hover td,
.rwd-table.table-style2 tr:hover td {
  background: #e7ffcb;
}

.td-download {
  width: 169px;
}

.td-no {
  width: 88px;
}

.td-d-times {
  width: 118px;
}

.table-style2 th {
  background: #36842a;
  font-size: 26px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.table-style2 td {
  padding: 12px;
}

.th-form {
  width: 278px;
  text-align: left !important;
  padding-left: 1.5em !important;
}

.td-form {
  padding-right: 30px;
}

.table-style2 .td-no,
.table-style2 .th-no {
  padding-left: 20px;
}

.table-style2 a {
  color: #2e2e2e;
  display: block;
}

.table-style2 a:hover {
  color: #36842A;
}


/*.table-style2.rwd-table td, .table-style2.rwd-table th{
  border-bottom-width: 6px;
}*/
/*.table-style2.rwd-table tr td:first-child,  {
    border-radius: 20px 0 0 20px;
}

.table-style2.rwd-table tr th:first-child{
   border-radius: 10px 0 0 20px;
}
.table-style2.rwd-table tr td:last-child{
  border-radius: 0 20px 20px 0;
}

.table-style2.rwd-table tr th:last-child{
  border-radius: 0 20px 10px 0;
}*/


.pagination-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 13px;
  margin-bottom: 13px;
}

.pagination {
  display: flex;
  list-style: none;

}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-link {
  position: relative;
  display: block;
  color: #104d78;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-link:hover {
  z-index: 2;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 3;
  color: #36842a;
  font-weight: 700;
  background: #f4f4f4;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}


.download-top {
  justify-content: space-between;
  align-items: flex-end;
}

.sort-choose {
  flex: none;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 21px;
  padding-left: 8px;
}

.btn-sort {
  padding: 6px 9px;
  background: #c5c5c5;
  display: inline-block;
  border-radius: 75px;
  border: none;
}

.btn-sort.current {
  background: #36842a;
  color: #fff;
}

.sort-choose .btn-sort {
  margin: 0 2px;
}

.btn-sort:hover {
  background: #7D0021;
  color: #fff;
}

.list-title {
  background: #36842a;
  color: #fff;
  padding: 10px 20px 10px 22px;
  border-radius: 8px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.list-title h2,
.list-title div {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.list-title h2 {
  padding-right: 8px;
}


.class-list-content {
  position: relative;
  background: #fff;
  line-height: 1.8;
  padding: 10px 22px 22px;
  border-radius: 8px;
  font-size: 22px;
  margin-bottom: 48px;
}

.clc-title {
  color: #36842a;
  width: 124px;
  flex: none;
  font-weight: 700;
}

.class-list-content .btn-default {
  position: absolute;
  bottom: -15px;
  right: 25px;
}

.class-list-content .btn-default.btn-download {
  padding-right: 48px;
  padding-left: 48px;
}

.info-bar {
  width: 100%;
  text-align: right;
  padding: 14px 21px;
  border-radius: 6px;
  margin-bottom: 13px;
  background: #36842A;
  font-size: 22px;
  color: #fff;
}

.info-bar.news-bar {
  font-size: 18px;
}

.title-bar {
  background: #fff;
  padding: 14px 20px 14px 36px;
  border-radius: 6px;
  margin: 0;
  font-size: 22px;
}

.respond-list li+li {
  border-top: 2px solid #36842A;
  padding-top: 8px;
}

.respond-list {
  font-size: 22px;
}


.respond-person {
  padding: 4px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
}

.respond-content {
  padding: 4px;
  padding-top: 8px;
  color: #666;
}

.respond-time {
  padding: 4px;
  text-align: right;
  font-size: 18px;
}

.dc-info {
  text-align: right;
}

.dc-info time {
  display: inline-block;
  padding-left: 10px;
}

.edit-area {
  padding: 19px 42px 28px 35px;
  line-height: 1.6em;
  font-size: 22px;
  word-break: break-all;

}

.edit-area ul {
  list-style: initial;
}

.edit-area ul,
.edit-area ol {
  padding-left: 1.2em;
}

.edit-area img {
  margin: 10px 0;
  max-width: 100%;
  height: auto;
}

.edit-area a {
  color: #2e2e2e;
}

.edit-area a:hover {
  text-decoration: underline;
}

.btn-area {
  padding-bottom: 34px;
}

/*---YT影片RWD--*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.apply-wrapper {
  justify-content: space-between;
  padding-bottom: 60px;
}

.apply-box {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
  max-width: 550px;
}

.apply-photo {
  padding: 22px;
}

.apply-photo img {
  width: 100%;
  height: auto;
}

.apply-footer {
  text-align: center;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
}

.apply-box a {
  font-size: 41px;
  font-weight: 700;
  display: inline-block;
  border-radius: 75px;
  background: #192f8f;
  border: 3px solid #d8dffc;
  color: #fff;
  box-shadow: 2px 2px 0 2px #8c8c8c;
  padding: 12px 55px;
}

.apply01 a:hover {
  background: #0f206c;
}

.apply02 a {
  background: #3e5920;
  border-color: #d5e3c4;
}

.apply02 a:hover {
  background: #2b4113;
}

.apply-title {
  background: #5d6cb4;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  font-size: 26px;
}

.apply02 .apply-title {
  background: #657d49;
}

.apply-hint {
  padding-top: 25px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}

.apply-hint p {
  margin-bottom: 20px;
  font-size: 22px;
}

.white-area {
  padding: 19px 35px;
  background: #fff;
  border-radius: 8px;
}

.check-style input[type=checkbox]:not(old),
.check-style input[type=radio]:not(old) {
  width: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  opacity: 0;
  position: absolute;
}

.check-style input[type=checkbox]:not(old)+label,
.check-style input[type=radio]:not(old)+label {
  display: inline-block;
  margin-left: 0;
  line-height: 1.6em;
  /*margin-bottom: 10px;*/

  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-right: 15px;
  cursor: pointer;
  align-items: center;
}

.check-style input[type=checkbox]:focus+label,
.check-style input[type=radio]:focus+label {
  outline: 5px dotted #0000C4;
}

/*.check-style input[type=checkbox]:not(old) + label:hover,
.check-style input[type=radio   ]:not(old) + label:hover{
  outline: 3px dotted red;
}*/






.check-style input[type=checkbox]:disabled+label,
.check-style input[type=radio]:disabled+label {
  cursor: default;
}



.check-style input[type=checkbox]:not(old)+label>span,
.check-style input[type=radio]:not(old)+label>span {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0.25em 0.5em 0.25em 0;
  border: 1px solid #4a4e46;
  background: #4a4e46;
  vertical-align: middle;
  border-radius: 4px;
  position: relative;
  flex: none;

}







.check-style input[type=radio]:not(old)+label>span {
  border: 1px solid #bdbdbd;
  background: #eaeaea;
}

.check-style input[type=checkbox]:not(old)+label>span {
  width: 25px;
  height: 25px;
}

.check-style input[type=radio]:not(old)+label>span {
  border-radius: 75px;
}

.check-style input[type=checkbox]:not(old):checked+label>span,
.check-style input[type=radio]:not(old):checked+label>span {
  background: #2e2e2e;
}

.check-style input[type=radio]:not(old):checked+label>span {
  border-color: #2e2e2e;
}

.check-style input[type=checkbox]:not(old):checked+label>span:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  color: #000;
  text-align: center;
  font-weight: bold;
  position: absolute;
  font-size: 1.2em;
  background: url(../images/check_yes.png) no-repeat center;
}



.check-style input[type=radio]:not(old):checked+label>span>span {
  display: block;
  width: 22px;
  height: 22px;
  margin: 2px;
  border-radius: 75px;

  background: url(../images/check_yes.png) no-repeat -1px 0, #2e2e2e;
}

/*-------*/

.check-style--space {
  padding: 23px 14px;
  display: flex;
  flex-wrap: wrap;
}

.fw700 {
  font-weight: 700 !important;
}

.apply-form {
  font-size: 22px;
}

.check-item {
  width: 20%;
  white-space: nowrap;
  margin-bottom: 6px;
}

.d-row .check-item {
  width: 118px;
  padding-left: 3px;
}

.textarea {
  background: #eaeaea;
  padding: 10px 18px;
  height: 104px;
  width: 100%;
  border: none;
  font-size: 18px;
}

.wc-row-wrap {
  margin-bottom: 32px;
}

.wc-row {
  display: flex;
  align-items: center;
}

.wc-title {
  font-size: 22px;
  width: 152px;
  text-align: right;
  padding-right: 25px;
}

.wc-con {
  width: calc(100% - 152px);
}

.input {
  width: 100%;
  border: 1px solid #bcbcbc;
  background: #eaeaea;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 18px;
}

.wc-con .input {
  max-width: 753px;
}

.article-write {
  margin-top: 28px;
}

.article-write .white-area {
  padding-top: 25px;
  padding-bottom: 25px;
}

.article-write .wc-con .input {
  max-width: 100%;
}

.article-write .input {
  border: none;
  border-radius: 0;
}

.input:focus,
.textarea:focus {
  background: #fff;
  /*outline: 3px dotted orange;*/
}


.error-text {
  font-size: 16px;
  color: #c40000;
  padding-left: 29px;
  line-height: 1.3;
  min-height: 22px;
  margin-top: 5px;
  padding-top: 2px;
  background: url(../images/icon_message.png) no-repeat left center;
}

.wc-row-wrap .error-text {
  margin-left: 155px;
}

.clearboth::after {
  /*--給最外層容器--*/
  content: "";
  clear: both;
  display: table;
}


.btn-default.btn-print {
  font-size: 22px;
}


.text-discuss-finish {
  color: #c40000;
  font-size: 18px;
  line-height: 1.6;
}

.discuss-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5%;
  margin-top: 42px;
}

.discuss-list>li {
  background: #fff;
  border-radius: 15px;
  padding: 5px;
  width: 28.3%;
  margin: 0 2.5%;
  margin-bottom: 20px;

}

.discuss-list>li:hover {
  box-shadow: 0 0 0 2px #36842a;
}

.discuss-list li a {
  display: block;
  color: #2e2e2e;
  line-height: 1.3;
}

.discuss-list li a:hover {
  color: #36842a;
}

.discuss-list--photo,
.discuss-list--text {
  width: 100%;
}

.discuss-list--photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  vertical-align: top;
}

.discuss-list--text {
  width: 100%;
  padding: 18px 7px 25px;
}

.discuss-list--text h3,
.discuss-list--photo h3 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
}

.discuss-list--photo h3 {
  margin: 18px 7px 0;
}

.discuss-download-list {
  /*    margin-top: 15px;*/
}

.discuss-download-list li {
  padding: 0;
  margin-bottom: 10px;
}

.discuss-download-list li:last-child {
  margin-bottom: 0;
}

.discuss-download-list li a {
  padding-left: 27px;
  display: block;
  font-size: 18px;
  background: url(../images/list-circle.png) no-repeat 4px 2px;
}


.discuss-content {
  border-radius: 12px;
  background: #fff;
  padding: 22px 35px;
  line-height: 1.8em;
  font-size: 22px;
}


.discuss-btn-area {
  margin-top: 12px;
  text-align: center;
  margin-bottom: 28px;
}

.discuss-btn-area .btn-default {
  margin: 0 8px;
  padding: 10px 46px;
}

.td-date {
  text-align: right;
  width: 174px;
}

.td-respond {
  text-align: center;
  width: 96px;
}


.a-link {
  color: #2e2e2e;
  display: block;
}

.a-link:hover {
  color: #36842A;
}

.rwd-table.discuss-article-table td {
  padding-top: 11px;
  padding-bottom: 11px;
}

.discuss-article-wrap {
  padding-bottom: 37px;
}

.bg-light-green {
  background: #82c300;
}

.wc-row.v-top {
  align-items: flex-start;
  padding-top: 7px;
}

.btn-default.btn-sent {
  padding-left: 37px;
  padding-right: 37px;
}

.inner-search-box {
  background: #fff;
  border: 2px solid #bcbcbc;
  border-radius: 50px;
  width: 297px;
  align-items: center;
}

.inner-search-box label {
  width: calc(100% - 44px);
}

.inner-search-box input {
  padding: 10px 5px 10px 16px;
  border: none;
  background: transparent;
  width: 100%;
  font-size: 18px;
}

.inner-search-box input::placeholder {
  color: #000;
}

.inner-search-box .btn-search {
  border: none;
  width: 44px;
  height: 40px;
  background: url(../images/icon_search2.png) no-repeat 0 center;
}

.legislation-head {
  justify-content: space-between;
  align-items: center;
}

.legislation-head .unit-title {
  flex: none;
}

.inner-search-box-wrap {
  padding-left: 5px;
  margin-bottom: 18px;
}

.result-bar {
  font-size: 26px;
}

.result-bar strong,
.result-bar span {
  font-size: 1.3em;
}

.result-area {
  border-radius: 14px;
  background: #fff;
  padding: 20px 30px;
  font-size: 22px;
}

.result-list li {
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.result-list li:nth-child(even) {
  background: #f2f0f0;
}

.result-list li a {
  padding: 16px 12px;
  display: block;
  color: #2e2e2e;
}

.result-list li a:hover {
  color: #36842A;
}

.r-no {
  margin-left: 43px;
  min-width: 36px;
  flex: none;
}

.r-con {
  width: 100%;
}

/*------*/
.login-area {
  background: #fff;
  border-radius: 350px;
  padding: 65px 126px 22px 145px;
  margin-bottom: 126px;

}

.login-photo {
  width: 384px;
  flex: none;
}

.login-photo img {
  width: 100%;
  height: auto;
}

.login-info {
  width: 100%;
  padding-left: 109px;
  padding-top: 55px;
}


.login-info h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;

}

.liw-row {
  align-items: center;
  margin-bottom: 14px;
}

.liw-row label {
  font-size: 22px;
  flex: none;
  margin-right: 14px;
  font-weight: 700;
}

.liw-row input:placeholder {
  font-size: 12px;
}

.liw-row input {
  width: 425px;
  border: 1px solid #bcbcbc;
  background: #fff;
  color: #2e2e2e;
  border-radius: 5px;
  height: 48px;
}


.btn-login {
  flex: none;
  margin-left: 14px;
  background: #36842a;
  font-size: 30px;
  color: #fff;
  width: 113px;
  height: 110px;
  background-image: url(../images/icon_memberlogin-white.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  padding-top: 52px;
  text-align: center;
  border-radius: 10px;
  border: none;
}

.btn-login:hover {
  background-color: #7D0021;
}

.btn-add-member,
.btn-forget {
  color: #2e2e2e;
  padding-left: 30px;
  display: inline-block;
  font-size: 17px;

}

.btn-add-member {
  margin-right: 30px;
  background: url(../images/icon_add.png) no-repeat 0 center;
}

.btn-forget {
  background: url(../images/icon_forget.png) no-repeat 0 center;
}

.btn-add-member:hover,
.btn-forget:hover {
  color: #36842a;
}

.member-btn-area {
  text-align: right;
  padding-right: 8px;
  padding-right: 168px;
}

.member-title {
  padding-left: 12px;
}

.member-area {
  padding: 34px 30px 28px 100px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 36px;
}

.member-area h2 {
  margin: 0;
  font-size: 40px;
  margin-bottom: 27px;
  font-weight: 400;
}

.member-area h2 span {
  font-size: 22px;
  padding-left: 16px;
  color: #e71919;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 10px;
}

.d-row-wrap {
  margin-bottom: 17px;
  padding-left: 45px;
}

.d-row {
  display: flex;
  align-items: center;
}

.d-row .title-label {
  font-size: 22px;
  font-weight: 700;
  width: 142px;
  padding-right: 25px;
  flex: none;
}

.required:before {
  content: "★";
  padding-right: 6px;
}

.d-row .input {
  width: 500px;
  border-radius: 5px;
  padding: 14px 18px;

}

.d-row .check-style {
  font-size: 18px;
}


.d-row-wrap .error-text {
  margin-left: 145px;
}

.textarea2 {
  width: 100%;
  border: 1px solid #bcbcbc;
  background: #eaeaea;
  border-radius: 5px;
  padding: 14px 18px;
  font-size: 18px;
  height: 52px;
}

.sitemap-area {
  line-height: 1.8em;
  font-size: 20px;
}

.mainitem {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.mainitem a {
  color: #36842A;
}

.mainitem a:hover,
.subitem a:hover {
  text-decoration: underline;
}

.subitem {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #2e2e2e;
}

.subitem a {
  color: #2e2e2e;
}

.mr10 {
  margin-right: 10px !important;
}


/*----表格 凍結th-----*/
.table-fixed-wrap {
  width: 100%;
  margin-bottom: 48px;
  border-left: 1px solid #c1c1c1;
}

.table-fixed {
  width: 100%;
  border-spacing: 0;
  font-size: 21px;
  background: #f3f3f3;
}

.table-fixed th {
  border-left: none;
  border-right: 1px solid #c1c1c1;
  padding: 5px;
  width: 80px;
  top: 0;
  background: #4A4E46;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.table-fixed th.th-name {
  width: 496px;
  vertical-align: middle;
}

.th-year {
  height: 28px;
  border-bottom: 1px solid #c1c1c1;
}

.table-fixed td {
  border-left: none;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 5px;
  vertical-align: top;
  text-align: center;
}

.table-fixed td.fixed-item {
  padding: 0;
}

.fixed-item {
  background: #fff;
  color: #747474;
}

.fixed-item .no {
  border-right: 1px solid #ccc;
  width: 46px;
  flex: none;
  padding: 13px 9px;
  text-align: center;
}

.fixed-item .item {
  padding: 13px 9px;

}

.btn-icon-download {
  width: 45px;
  display: inline-block;
  height: 45px;

  background: url(../images/icon_download2.png) no-repeat center;
}

.btn-icon-download span {
  font-size: 0;
}

.bg-gray {
  background: #e2e2e2;
}


.table-fixed thead th .set-block {
  display: inline-block;
}





@media (max-width: 768px) {
  .table-fixed-wrap {
    overflow-x: scroll;
  }

  .table-fixed {
    font-size: 18px
  }

  .table-fixed th.th-name {
    position: sticky;
    left: 0;
    width: 200px;
    min-width: 200px;
    z-index: 10;
  }

  .fixed-no {
    position: sticky;
    left: 0;
    width: 50px;
    min-width: 50px;
  }

  .table-fixed td.fixed-item {
    position: sticky;
    left: 0;
    width: 200px;
    min-width: 200px;
  }

  .table-fixed thead th .set-block {
    display: inline;
  }

}


@media (max-width: 767px) {

  .table-fixed {
    font-size: 16px
  }

  .fixed-item .no,
  .fixed-item .item {
    padding: 5px;
  }

  .fixed-item .d-flex {
    min-height: 56px
  }
}

@media (max-width: 500px) {
  .fixed-item .no {
    font-size: 14px;
    width: 30px;
  }
}

@media (max-width: 375px) {
  .table-fixed {
    font-size: 14px
  }

  .fixed-item .no {
    font-size: 12px;
  }

  .table-fixed th.th-name,
  .table-fixed td.fixed-item {
    width: 150px;
    min-width: 150px;
  }

  .fixed-item .no {
    width: 20px;
    padding: 2px;
  }

  .fixed-item .item {
    padding: 2px 5px;
  }


}

/*----mobile物件 RWD---*/
.sidebar,
.path--mob {
  display: none;
}

.mob-logo,
.m-hamburger {
  display: none;
}

.m-hamburger {
  display: none;
  width: 77px;
  height: 73px;
  position: absolute;
  font-size: 0;
  z-index: 10;
}

.m-hamburger i {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 21px;
  margin-left: 18px;
  width: 39px;
  height: 2px;
  background-color: #36842a;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.m-hamburger i:nth-child(1) {
  top: 0;
}

.m-hamburger i:nth-child(2) {
  top: 13px;
}

.m-hamburger i:nth-child(3) {
  top: 24px;
}

.m-hamburger.active i:nth-child(1) {
  top: 0;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-hamburger.active i:nth-child(2) {
  opacity: 0;
  width: 0;
}

.m-hamburger.active i:nth-child(3) {
  top: 27px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.i-law-list.i-law-list--mobile {
  display: none;
}

/*-----RWD-設定開始---*/

@media (max-width: 1700px) {
  .gotop {
    bottom: 10px;
    width: 58px;
    height: 58px;
    background-size: 30px;
    border-width: 3px;
  }

}

@media (max-width: 1500px) {
  .main-nav li a {
    padding: 0 30px;
    white-space: nowrap;
  }

  .main-nav li a:hover:after {
    margin-left: 23px
  }

  .main-nav {
    padding-right: 10px;
  }

  .logo {
    padding: 14px;
    padding-top: 22px;
    width: 173px;
  }

  .wrapper2 {
    width: 100%;
    padding: 0 15px;
  }

  .apply-box {
    width: 48%;
  }

  .apply-box a {
    font-size: 25px;
  }


}

@media (max-width: 1366px) {
  .main-nav li a {
    padding: 0 20px;
  }

  .main-nav li a:hover:after {
    margin-left: 14px
  }

  .top-nav {
    padding-right: 22px
  }

  .header-member-box {
    width: 140px
  }

  .download-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .sort-choose {
    margin-bottom: 15px
  }

  .login-area {
    padding: 40px 126px 40px 126px;
  }

  .login-area {
    padding: 40px 5% 40px 5%;
    border-radius: 50px;
  }

  .login-photo {
    width: 30%;
  }

  .login-info {
    width: 100%;
    padding-left: 10%;
    padding-top: 25px;
  }

  .btn-login {
    flex: none;
  }

  .member-btn-area {
    padding-right: 25%
  }
}

@media (max-width: 1240px) {
  .main-nav li a {
    padding: 0 15px;
  }

  .main-nav li a:hover:after {
    margin-left: 8px
  }

  .top-nav {
    padding-right: 10px;
  }

  .main-nav {
    padding-right: 0;
  }

  .i-news {
    padding-top: 17px
  }
}


@media (max-width: 1168px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }

  .in-card {
    width: 32%;
  }

  .i-d-title {
    flex: none;
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .i-download .wrapper {
    flex-wrap: wrap;
  }

  .i-d-bg {
    padding-top: 10px
  }

  .i-d-title i {
    display: inline-block;
    height: 68px;
    width: 103px;
    background-size: 103px;
  }

  .i-d-title h2 {
    margin-top: 0;
    display: inline-block;
    padding-left: 12px;
  }

  .login-info {
    padding-left: 5%
  }
}




/*--漢堡選單出現--*/
@media (max-width: 1190px) {
  .mid-menu {
    border-left: none;
  }

  .pc-logo,
  .top-nav ul,
  .main-nav,
  .header-member-box {
    display: none
  }

  .mob-logo,
  .m-hamburger {
    display: block
  }

  .header-wrap {
    background: #fff;
    height: 125px;
  }

  .header {
    flex-direction: column;
    padding-right: 0;
  }

  .container {
    min-height: calc(100vh - 125px);
    padding-top: 125px;
  }

  .logo {
    padding: 0;
    padding-top: 14px;
    padding-left: 77px;
    height: 73px;
    width: 100%;
  }

  .mob-logo {
    width: 100%;
    max-width: 280px;
    height: auto;
  }

  .top-nav {
    border-bottom: none;
  }

  .search-box {
    background: #36842a;
    border: none;
    border-radius: 0;
    width: 100%;
    color: #fff;
    height: 52px
  }

  .top-nav {
    padding-right: 0;
  }

  .search-box input::placeholder {
    color: #fff;
  }

  .search-box label {
    width: calc(100% - 60px);
  }

  .search-box input {
    color: #fff;
    height: 42px;
    padding: 0 9px;
  }

  .btn-search {
    width: 54px;
    height: 52px;
    background: url(../images/m_icon_search.png) no-repeat center;
    background-size: 30px;
    font-size: 0;
  }

  /*---手機伸縮選單----*/
  .caret {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
  }

  .caret::before {
    position: absolute;
    content: "";
    width: 44px;
    height: 30px;
    display: inline-block;
    right: 20px;
    top: 21px;
    background: url(../images/icon_tree_arrow.png) no-repeat center;
    background-size: 40px;
  }

  .caret-down::before {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Safari */
    transform: rotate(-180deg);
  }

  .nested {
    display: none;
  }

  .active {
    display: block;
  }

  .sidebar {
    background-color: #4a4e46;
    color: #fff;
    position: fixed;
    height: calc(100% - 73px);
    width: 100%;
    padding-top: 0;
    padding-bottom: 97px;
    overflow-y: auto;
    margin-top: 73px;
    z-index: 200;

    -webkit-overflow-scrolling: touch;
    bottom: 0;

  }

  .sidebar-tree-nav {
    padding-bottom: 88px;
  }

  .sidebar-tree-nav,
  .sidebar-tree-nav a {
    color: #fff;
  }


  .sidebar-tree-nav>li a,
  .sidebar-tree-nav>li .caret {
    display: block;
    background: #4a4e46;
    padding: 12px 24px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    font-size: 32px;
    font-weight: 700
  }

  .nested li a {
    background: #e7ffcb;
    color: #36842a;
    border-bottom: 1px solid #657d49;
    padding-left: 64px;
    background: url(../images/m_icon_arrow.png) no-repeat 20px 16px, #e7ffcb;
    background-size: 45px;
  }

  .sidebar-tree-nav>li .nested .caret {
    background: #e7ffcb;
    color: #36842a;
    border-bottom: 1px solid #657d49;
    padding-left: 64px;
    background: url(../images/m_icon_arrow.png) no-repeat 20px 16px, #e7ffcb;
    background-size: 45px;
  }

  .sidebar-tree-nav>li .nested .caret::before {
    position: absolute;
    content: "";
    width: 44px;
    height: 30px;
    display: inline-block;
    right: 20px;
    top: 21px;
    background: url(../images/icon_tree_arrow2.png) no-repeat center;
    background-size: 40px;
  }

  .nested li .nested li a {
    background: #36842a;
    color: #fff;
    border-bottom: 1px solid #62a252;
    padding-left: 100px;
    background: url(../images/m_icon_arrow2.png) no-repeat 55px 16px, #36842a;
    background-size: 33px;
    font-weight: 400
  }

  .mob-top-nav {
    background: #36842a
  }

  .mob-top-nav li {
    width: 33.3%;
    padding-bottom: 12px;
    padding-top: 16px;
  }

  .mob-top-nav li a {
    display: block;
    color: #fff;
    font-size: 26px;

    white-space: nowrap;
    text-align: center;
    padding-top: 57px;
  }

  .mob-sitemap {
    background: url(../images/m_icon_sitemap.png) no-repeat center top;
    background-size: 66px;
  }

  .mob-download {
    background: url(../images/m_icon_download.png) no-repeat center top;
    background-size: 66px;
  }

  .mob-link {
    background: url(../images/m_icon_link.png) no-repeat center top;
    background-size: 66px;
  }

  .mob-header-member-box {
    height: 97px;
    align-items: center;
    background: #f4f4f4;
    justify-content: center;
    padding: 0 16px;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .mob-header-member-box p {
    font-size: 32px;
    color: #2e2e2e;
    padding-left: 78px;
    background: url(../images/m_icon_memberlogin.png) no-repeat;
    background-size: 69px;
    height: 60px;
    line-height: 60px;
    margin-right: 8px;
  }

  .mob-header-member-box a {
    background: #36842a;
    color: #fff;
    font-size: 22px;
    padding: 16px 12px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
  }
}

@media (max-width: 1024px) {
  .i-law-list>li {
    flex-wrap: wrap;
    padding: 16px;
    padding-bottom: 28px;
    display: block;
  }

  .i-law-list--photo {
    width: 100%;
  }

  .i-law-list--text {
    width: 100%;
    padding: 12px 8px 0;
  }

  .i-download-list li a {
    font-size: 22px;
    background-position: 4px 7px;
  }

  .i-meet li a {
    height: auto;
    white-space: inherit;
    border-radius: 10px;
  }

  .i-news li a {
    min-height: 50px;
    height: auto;
  }

  .lawandmeet {
    padding-top: 0;
  }

  /*.gotop{ bottom: 10px; }*/
  /*---內頁----*/
  .pagination-wrap {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px
  }

  .content {
    padding-top: 10px
  }

  .side-nav-wrap,
  .path,
  .unit-title--pc,
  .second-item--pc {
    display: none
  }

  /* Force table to not be like tables anymore */
  .rwd-table table,
  .rwd-table thead,
  .rwd-table tbody,
  .rwd-table th,
  .rwd-table td,
  .rwd-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .rwd-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .rwd-table tr {}

  .rwd-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 2px solid #f2f0f0;
    position: relative;
    padding: 8px;
    padding-left: 116px;
    width: 100%;
    text-align: left;
  }


  .table-style2 .td-no,
  .table-style2 .th-no {
    padding-left: 116px;
  }

  .rwd-table.discuss-article-table td {
    padding-left: 150px;
  }

  .rwd-table.table-style2 tr td {
    background: #fff
  }

  .table-style2 a {
    text-decoration: underline;
  }

  .rwd-table td:last-child {
    border-bottom-width: 9px;
  }

  .rwd-table tr:nth-of-type(odd) td {
    background: #fff;
  }

  .rwd-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    padding-top: 8px;
    left: 0;
    padding-left: 8px;
    width: 106px;
    padding-right: 10px;
    background: #82c300;
    color: #fff;
    bottom: 0;
    white-space: nowrap;
  }

  .rwd-table.dark-green-th td:before {
    background: #36842a;
  }



  .rwd-table.discuss-article-table td:before {
    width: 145px;
  }

  .rwd-table.table-style2 td:before {
    background: #36842a;
  }


  /*
    Label the data
    */
  .rwd-table td:nth-of-type(1):before {
    content: attr(data-content);
  }

  .rwd-table td:nth-of-type(2):before {
    content: attr(data-content);
  }

  .rwd-table td:nth-of-type(3):before {
    content: attr(data-content);
  }

  /*.rwd-table td:nth-of-type(4):before { content: attr(data-content); }*/
  .rwd-table .td-download:before {
    content: "";
  }

  .td-date:before {
    content: attr(data-content);
  }

  .rwd-table td.td-download {
    background: #f2f0f0 !important;
    padding-left: 0;
    text-align: center;
  }

  .rwd-table td.td-download:before {
    background: transparent;
  }

  .path--mob {
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .breadcrumb {
    padding-left: 0
  }

  .path--mob .breadcrumb li {
    color: #36842A;
    font-size: 30px;
    font-weight: 700;
    display: inline;

  }

  .path--mob .breadcrumb li:first-child {
    padding-left: 0;
    background: none;
  }

  .breadcrumb li+li:before {
    padding: 0;
  }

  .second-item--pc {
    padding: 0;
  }

  .mob-form-select-wrap .form-select {
    width: 100%;
    padding: 10px;
    padding-left: 16px;
    padding-right: 59px;
    color: #fff;
    height: 60px;
    border-radius: 8px;
    background-color: #36842a;
    background-image: url(../images/select-arrow2.png);
    background-position: calc(100% - 14px) center;
  }

  .form-select option {
    color: #000;
    background: #fff
  }

  .third-item {
    padding-left: 9px;
  }

  .a-link {
    text-decoration: underline;
  }

  .legislation-head .unit-title,
  .inner-search-box-wrap {
    margin-bottom: 0
  }

  .login-photo {
    width: 20%;
  }

  .login-info {
    padding-left: 30px;
    padding-top: 0;
  }

  .white-area {
    padding: 16px;
  }

  .check-style--space {
    padding: 23px 0 23px 0;
  }

  .discuss-list>li {
    width: 30%;
    margin: 0 1.5% 20px;
  }

  .legislation-head {
    margin-bottom: 8px
  }

  .dc-info {
    font-size: 18px
  }
}


@media (max-width: 1023px) {
  .title-bar {
    padding: 14px 10px 14px 15px;
  }

  .edit-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .in-card {
    width: 100%;
    margin-bottom: 12px
  }

  .i-download ul {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
  }

  .i-download ul li {
    display: inline-block;
    width: 175px;
    vertical-align: top;
  }

  .i-download ul li h3 {
    white-space: normal;
  }

  footer .wrapper {
    flex-direction: column;
    align-items: center;
  }

  .f-info {
    padding-left: 0;
  }

  .f-copy {
    flex-direction: column;
    text-align: center;
  }

  .fc02 img {
    margin-left: 0
  }

  .fc02 {
    margin-top: 12px;
  }

  .f-copy p.fc01-1 {
    margin-bottom: 2px;
  }

  .f-copy p.fc01-2 {
    line-height: 1.3;
  }

  .f-info h4 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
  }

  .f-info li {
    margin-bottom: 2px;
  }

  .f-copy {
    padding-top: 5px;
  }

  /*.gotop{
    width: 58px; height: 58px;
    background-size: 30px;
    border-width: 3px;
  }*/
  .login-info {
    width: 100%;
    padding-left: 0;
  }

  .login-photo {
    display: none
  }

  .login-info-form {
    width: 100%;
    justify-content: space-between;
  }

  .liw-row input,
  .login-info-write {
    width: 100%
  }

  .member-btn-area {
    padding-right: 145px;
  }

  .textarea2 {
    height: 82px
  }

  .member-area {
    padding: 30px;
  }

  .d-row-wrap {
    padding-left: 0;
  }

  .member-area h2 {
    font-size: 30px
  }

  .discuss-list>li {
    width: 48%;
    margin: 0 1% 20px;
  }

  .discuss-list {
    margin-top: 22px
  }

}






@media (max-width: 768px) {
  .liw-row.mb0 {
    margin-bottom: 14px !important
  }

  .check-item {
    width: 33%
  }

  .i-meet {
    flex-wrap: wrap;
    padding: 15px 20px;
  }

  .i-meet-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .i-meet h2 {
    font-size: 50px;
    margin: 0;
    margin-top: 0;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
  }

  .i-meet-title i {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 60px;
    left: 0;
    margin-top: 3px;
    background-size: 120px;
  }

  .i-meet ul {
    width: 100%;
    margin-bottom: 20px;
  }

  .i-law-list--pc {
    display: none;
  }

  .i-law-list.i-law-list--mobile {
    display: block;
    padding-bottom: 70px;
  }

  .i-law-list--mobile li {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    width: 100%;
  }

  .i-law-list--mobile .i-download-list li {
    padding: 0;
  }

  .i-law-list--mobile .slick-list {
    background: #fff;
    border-radius: 15px;
  }

  .i-law {
    margin-bottom: 50px;
  }

  .i-meet li a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .i-download:before {
    height: 44px;
    margin-top: -40px;
    background: url(../images/mob-wave.png) no-repeat center top;
    background-size: cover;
  }

  .list-title {
    align-items: center;
  }

  .list-title div {
    font-size: 18px;
    flex: none;
  }

  .unit-title {
    font-size: 30px
  }

  .row-summary {
    flex-direction: column;
  }

  .result-area {
    padding: 10px;
  }

  .r-no {
    margin-left: 20px;
  }

  .result-bar {
    font-size: 20px;
    padding: 10px 15px;
  }

  .login-info-form {
    flex-direction: column;
  }

  .btn-login {
    margin-left: 0;
    width: 100%;
    height: 50px;
    padding-top: 0;
    background-image: none;
  }

  .member-btn-area {
    text-align: center;
    padding-right: 0;
    margin-top: 15px;
  }

  .btn-add-member,
  .btn-forget {
    height: 40px;
    line-height: 40px;
  }

  .login-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .login-area {
    padding: 30px;
    border-radius: 20px;
  }

  .d-row .input::placeholder {
    font-size: 16px;
  }

  .d-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .d-row .title-label {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .d-row .input {
    width: 100%;
  }

  .d-row-wrap .error-text {
    margin-left: 0;
  }

  .apply-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .apply-wrapper {
    flex-direction: column;
    padding-bottom: 0
  }

  .wc-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .wc-title {
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding-bottom: 5px
  }

  .wc-con {
    width: 100%
  }

  .wc-row-wrap .error-text {
    margin-left: 0;
  }

  .banners-list-pc {
    display: none;
  }

  .banners-list-mobile {
    display: block;
  }
}


@media (max-width: 600px) {
  .info-bar {
    text-align: left;
    padding: 8px 10px 8px 15px;
  }

  .info-bar.news-bar {
    font-size: 16px;
  }

  .list-title {
    align-items: start;
    flex-direction: column;
  }

  .class-list-content {
    padding-bottom: 40px
  }

  .check-item {
    width: 50%;
  }

}

@media (max-width: 500px) {

  .row-from,
  .clc-row {
    flex-direction: column;
  }

  .sort-choose {
    padding-left: 0;
    font-size: 18px;
  }

  .member-area {
    padding: 20px 15px;
  }

  .d-row .input::placeholder,
  .textarea2::placeholder {
    font-size: 12px
  }

  .member-area h2 {
    margin-bottom: 10px
  }

  .discuss-list>li {
    width: 100%;
    margin: 0 0 20px;
  }

  .discuss-content {
    padding: 15px;
  }

}



@media (max-width: 460px) {

  .i-download ul li a img {
    width: 124px;
    height: 124px;
  }

  .i-download ul li {
    width: 152px
  }

  .i-download .wrapper {
    padding-right: 0;
    padding-left: 5px
  }

  .mob-top-nav li a {
    font-size: 20px
  }

  .mob-header-member-box p {
    font-size: 24px;
    padding-left: 65px;
    background: url(../images/m_icon_memberlogin.png) no-repeat 0 center;
    background-size: 50px;
  }

  .inner-search-box {
    width: auto;
  }

  .liw-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .liw-row label {
    margin-bottom: 10px
  }

  .btn-login {
    font-size: 25px
  }

}




@media (max-width: 414px) {

  .sidebar-tree-nav>li a,
  .sidebar-tree-nav>li .caret {
    font-size: 25px;
    font-weight: 400;
  }

  .nested li a {
    background-position: 20px 12px;
  }

  .caret::before {
    top: 15px;
    background-size: 30px;
  }

  .sidebar-tree-nav>li .nested .caret::before {
    top: 15px;
    background-size: 30px;
  }

  .mob-header-member-box p {
    font-size: 20px;
    padding-left: 55px;
    background-size: 40px;
  }

  .mob-header-member-box a {
    font-size: 18px;
    padding: 8px 12px;
  }

  .mob-header-member-box {
    height: 60px;
  }

  .nested li .nested li a {
    background-size: 25px;
  }
}




@media (max-width: 400px) {

  .i-meet h2,
  .i-d-title h2 {
    font-size: 32px;
    white-space: nowrap;
  }

  .mob-header-member-box p,
  .mob-header-member-box a {
    font-size: 20px;
  }

  .member-area h2 {
    font-size: 22px;
  }

  .member-area h2 span {
    font-size: 14px;
  }

  .member-area h2 {
    margin-bottom: 10px;
  }

  .member-area {
    padding: 15px 15px 10px;
    border-radius: 10px;
  }

  .d-row .title-label {
    font-size: 18px
  }

  .d-row .input {
    padding: 8px 10px;
  }

  .d-row-wrap {
    margin-bottom: 12px
  }

  .d-row .title-label {
    margin-bottom: 5px
  }

  .apply-box a {
    font-size: 20px;
  }

  .apply-hint {
    font-size: 26px;
  }

  .check-item {
    width: 100%;
  }

  .legislation-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .inner-search-box-wrap {
    padding-left: 0;
    width: 100%;
    margin-top: 5px;
  }
}

@media (max-width: 370px) {
  .mob-logo {
    max-width: 240px
  }

  .logo {
    padding-top: 16px;
  }

  .mob-header-member-box p {
    white-space: nowrap;
  }
}


/*----2024/0912 擴增頁面: 低污染技術專區------*/
.wrapper-subject {
  width: 94.2%;
  margin: 0 auto;
}

.content-title {
  color: #36842A;
  font-size: 48px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
}

.subject-head {
  justify-content: space-between;
  align-items: center;
}

.subject-head .unit-title {
  flex: none;
}

.subject-box-wrap {
  padding-left: 10px;
}

.subject-box-wrap ul {
  display: flex;
}

.subject-box-wrap ul li {
  font-size: 32px;
}

.subject-box-wrap ul li+li {
  margin-left: 25px;
}

.subject-box-wrap ul li a {
  width: 330px;
  height: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #646464;
  color: #B3BDCC;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}

.subject-box-wrap ul li a:hover,
.subject-box-wrap ul li a.active {
  background: #36842A;
  color: #fff;
}

.wrapper-subject .content {
  width: calc(100% - 406px);
}

.icon-subject01 {
  width: 105px;
  height: 87px;
  background: url(../images/subject-icon001.svg) no-repeat;
}

.icon-subject02 {
  width: 92px;
  height: 77px;
  background: url(../images/subject-icon002.svg) no-repeat;
}

.subject-box-wrap ul li .set-break {
  display: block;
}

.subject-box-wrap ul li i {
  margin-right: 12px;
}


.side-nav.unit-subject {
  width: 358px;
  margin-right: 48px;
}

.side-nav.unit-subject .side-nav-title {
  letter-spacing: 0;
  font-size: 35px;
}

.side-nav.unit-subject .accordion .link {
  font-size: 26px;
  background-position: 22px 21px;
}

.side-nav.unit-subject .submenu {
  font-size: 22px;
  padding-bottom: 10px;
}

.side-nav.unit-subject .submenu a {
  padding-top: 12px;
  padding-bottom: 12px;
}


.side-nav.unit-subject {
  margin-bottom: 75px;
}

.side-nav.unit-subject .accordion {
  padding-bottom: 0;
}

.subject-head .unit-title {
  font-size: 48px;
}

.s-content {
  font-size: 24px;
  color: #646464;
  line-height: 1.7;
}

.unit-subject .accordion .link {
  cursor: default;
  display: block;
  padding: 0;
  color: #4D4D4D;
  font-size: 22px;
  font-weight: 400;
  /*border-bottom: 1px solid #CCC;*/
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: url(../images/icon-arrow01.png);
  background-position: 22px 18px;
  background-repeat: no-repeat;
}

.accordion .current .link,
.accordion .link:hover {
  background-color: #e7ffcb;
}

.unit-subject .accordion .link a.set-block {
  color: #535353;
  display: flex;
  padding: 15px 10px 15px 57px;
}

.main-nav li a.go-subject:hover:after {
  width: 160px;
}

/*---內容文字樣式----*/
.s-inner-content {
  font-size: 18px;
  margin-bottom: 60px;
}

/* .s-inner-content p {
  margin-bottom: 1em;
} */

.page_caption {
  font-size: 2.2em;
  line-height: 1.15em;
  margin-bottom: .6em;
  color: #00416f;
  font-weight: 700;
}

.page_caption1 {
  font-size: 1.6em;
  line-height: 1.15em;
  margin-bottom: .8em;
  font-weight: 700;
}

.page_caption2 {
  font-size: 1.2em;
  line-height: 1.15em;
  margin-bottom: .8em;
  font-weight: 700;
}

.page_caption3 {
  font-size: 1.05em;
  line-height: 1.2em;
  margin-bottom: .6em;
  font-weight: 700;
}

.page_caption4 {
  font-size: 1.25em;
  margin-bottom: .5em;
}

.small {
  font-style: normal;
  font-size: .9em;
}

.text-center {
  text-align: center !important;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  word-wrap:break-word;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.col-lg-10 {
  max-width: 83.3333%;
}

.col-lg-9 {
  max-width: 75%;
}

.w-100 {
  width: 100% !important;
}

.p,
.s-inner-content p {
  margin-bottom: 2em;
  line-height: 1.7;
}

figure {
  margin: 0 0 1em;
}


.point_ul {
  padding: 0 0 0 1.2em;
  margin-top: 0;
  margin-bottom: 1em;
  list-style-type: disc;
}

.point_ul li {
  margin-bottom: 8px;
}

.point_ul.set-left-pd {
  margin-left: 1.2em;
}

.point_ul li li {
  list-style: square outside;
  margin-left: 1.8em;
}

.point_ul li ul {
  margin: 0.5em 0;
}

.ol-list,
.point_ul .ol-list {
  padding: 0 0 0 1.2em;
  margin-top: 0;
  margin-bottom: 1em;
  list-style: decimal;
}

.point_ul ol.ol-list li {
  list-style: decimal;
  margin-left: 0;
}

.margin-btm_none {
  margin-bottom: 0 !important;
}


.table {
  width: 100%;
  margin-bottom: 1em;
  color: #212529;
  background: #fff;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d6d8db;
}

.table td,
.table th {
  padding: .3em .6em .35em;
  line-height: 1.3em;
  vertical-align: middle;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-secondary th,
.table-secondary thead th,
thead .table-secondary td {
  border-color: #b3b7bb;
}
thead .table-secondary td{ text-align: center; vertical-align: middle; }



.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.s-inner-content table {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

dt {
  font-weight: 700;
}

.subject-head {
  flex-wrap: wrap;
}

.gray {
  color: #535353;
}

.icon_check {
  font-size: 32px;
  line-height: 0;
}

.ion-md-checkmark:before {
  content: "\f2bc";
}

.light_coffee_bg,
.light_coffee_bg .subject_list>li>a:hover {
  color: #600020;
}

.light_coffee_bg {
  background-color: #f9e8eb;
}


.red {
  color: #ce0000;
}

.subject_list li a {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: .6em .3em .6em 1em;
  line-height: 1.25em;
  display: block;
  color: #000;
  display: flex;
  align-items: center;
}

.subject_list li:last-child a {
  border-bottom: none;
}

.subject_list .sub1 {
  font-size: .98em;
  padding-left: .5em;
}

.subject_list>li>a:after {
  font-family: "Ionicons";
  content: "\f284";
  margin-left: auto;
  padding-left: .5em;
  font-size: 1em;
  color: #ce0000;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}


.sunject-btn-search {
  display: inline-block;
  color: #fff;
  background: #34651C;
  border-radius: 10px;
  padding: 3px 22px;
  margin-left: auto;
  font-size: 0.9em;
}
.sunject-btn-search:hover{
  background: #7D0021;
}
.subject-check {
  display: flex;
  flex-wrap: wrap;
}

.s-form-wrap {
  padding-left: 180px;
}

.s-form-row {
  display: flex;
  margin-bottom: 6px;
}

.s-form-wrap .input {
  background: #fff;
}

.s-input-wrap .input {
  width: 654px;
}

.s-label-title {
  width: 4em;
  margin-right: 18px;
  text-align: right;
  padding-top: 4px;
}

.unit-text {
  padding-left: 8px;
}

.s-form-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px !important;
}

.s-form-title--item {
  margin-bottom: 10px;
}

.subject-check .check-item {
  width: auto;
  margin-right: 20px;
}

.subject-check.check-style input[type=checkbox]:not(old)+label>span,
.subject-check.check-style input[type=radio]:not(old)+label>span {
  background: #F2F0F0;
}

.subject-check.check-style input[type=checkbox]:not(old):checked+label>span,
.subject-check.check-style input[type=radio]:not(old):checked+label>span {
  background: #34651C;
}

.other-write-input {
  max-width: 500px;
}

.s-content .btn-area {
  margin-top: 50px;
}

.btn-sent2, .btn-link {
  color: #fff;
  background: #34651C;
  border-radius: 20px;
  padding: 10px 20px;
  width: 410px;
  border: none;
  display: inline-block;
}

.btn-sent2:hover, .btn-link:hover {
  background: #7D0021;
}


.nested li .subject-nested.nested li a {
  padding-left: 120px;
  background-position: 75px 16px;
}

.nested li .nested li a.set-category-highlight {
  background: url(../images/m_icon_arrow2.png) no-repeat 55px 16px, #186000;
  background-size: 33px;
  padding-left: 100px;
  display: flex;
}

.subject-nested .sunject-btn-search {
  background: #184402;
}

.s-form-row2 {
  display: flex;
  margin: 14px 0;
  align-items: center;
}

.s-form-row2 .s-form-title--item {
  flex: none;
}

.s-form-row2 label {
  padding-top: 8px;
  margin-right: 10px;
  display: inline-block;

}

.s-form-row2 .input {
  max-width: 500px;
}
.row {
  margin-right: -8px;
  margin-left: -8px;
  display: flex;
  flex-wrap: wrap;
}
.p2 {
  margin-bottom: 1em;
}
.hover_overlay{
  max-width: 100%;
  position: relative;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.img_overlay {
  border-radius: 0;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: 1s ease;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  position: absolute;
    width: 100%;
    pointer-events: none;
}

.hover_overlay:hover .img_overlay {
  opacity: .8;
}
.ion-ios-search:before {
  content: "\f4a5";
}
.zoomer {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
}

.hover_overlay:hover .team-content {
  opacity: 0;
}
.vc_2 {
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.vc_1{ align-items: center;}
.s-inner-content .col-6{
  width: 50%;
  padding-right: 8px;
  padding-left: 8px;
}
.s-inner-content .col-8{
  width: 66.6%;
}
.s-inner-content .col-5 {
  width: 41.666667%;
  padding-right: 8px;
 padding-left: 8px;
}
.s-inner-content .col-2 {
  width: 16.666667%;
  padding-right: 8px;
  padding-left: 8px;
}
.zoom_img {
  margin-bottom: 1.5em;
}
.table_800 {
  width: 800px;
  margin: 0 auto 1rem;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  word-break: break-word;
}

.thirditem{
  font-size: 0.9em;
  color: #000;
  padding-left: 40px;
  font-weight: 700;
}
.thirditem-title a{
  color: #0c7826;
}
.thirditem-title{
  margin-left: -15px;
}

.s-result-head{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #8BC444;
  padding: 20px 20px 20px 18px;
  margin-bottom: 22px;
}

.sr-row{
  display: flex;
  justify-content: space-between;
}

.sr-col{
  display: flex;
}

.sr-side-numeric{
  min-width: 5em;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.sr-vocs{
  display: flex;
  flex-wrap: wrap;
}

.sr-vocs li{
  margin-right: 10px;
}

.s-result-info-label{
  color: #8BC444;
  font-weight: 700;
  text-align: right;
  flex: none;
}
.sr-row .sr-col:first-child .s-result-info-label{
  width: 8em;
}

.sr-row .sr-col:nth-child(2) .s-result-info-label{
  width: 387px;
}

.sr-row b{ color: #8BC444; } 

.sr-row .sr-col:nth-child(2) b{
  display: inline-block;
  width: 4em;
  flex: none;
}
.set-cmm{
  padding-left: 15px;
}

.s-result-content{
  border-radius: 10px;
  border: 1px solid #BAC0CB;
  background: #fff;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 39px;
}


.s-result-content img{
  margin:  0 auto;
  max-width: 100%;
  display: block;
}

.s-result-hint{
  font-size: 20px;
  color: #FF5050;
  line-height: 1.8;  
  display: flex;
  align-items: center;
  max-width: 1139px;
  margin: 0 auto 54px;
  font-weight: 700;
}
.s-result-hint i{
  display: block;
  flex: none;
  width: 78px;
  height: 78px;
  padding-left:98px;
  background: url(../images/subject/icon-subject-hint.svg) no-repeat center;
}

.set-no-break{
  flex: none;
}




/*----2024 新增的RWD------*/
@media (max-width: 1700px) {
  .side-nav.unit-subject .side-nav-title {
    font-size: 30px;
  }

  .side-nav.unit-subject .accordion .link {
    font-size: 22px;
    background-position: 22px 18px;
  }

  .side-nav.unit-subject .submenu {
    font-size: 18px;
  }

  .side-nav.unit-subject .submenu a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .side-nav-title {
    padding-left: 12px;
  }

  .side-nav.unit-subject {
    width: 300px;
  }

  .subject-head .unit-title {
    font-size: 40px;
  }

  .wrapper-subject .content {
    width: calc(100% - 348px);
  }
  .sr-side-numeric {
    min-width: auto;
  }


}


@media (max-width: 1600px) {
  .s-form-wrap {
    padding-left: 8%;
  }

}

@media (max-width: 1440px) {
  .s-form-wrap {
    padding-left: 0;
  }

  .sr-row{
    flex-direction: column;

  }
.sr-row .sr-col:nth-child(2) .s-result-info-label,
.sr-row .sr-col:first-child .s-result-info-label  {
    width: auto;
}

.s-result-head{ padding-left: 25px;}
.sr-row .sr-col:nth-child(2) b{ width: auto;}



}


@media (max-width: 1366px) {
  .s-form-row {
    flex-direction: column;
  }

  .s-label-title {
    margin-bottom: 6px;
    text-align: left;
    margin-right: 0;
  }

  .s-input-wrap .input {
    width: calc(100% - 4em);
  }

  .subject-box-wrap ul li a {
    width: 300px;
  }

  .subject-box-wrap ul li {
    font-size: 28px;
  }

  .subject-box-wrap {
    padding-left: 0;
  }
}


@media (max-width: 1024px) {
  .wrapper-subject .content {
    width: 100%;
  }

  .subject-box-wrap {
    display: none;
  }

  .content-title {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .s-form-row2{
    flex-direction: column;
    align-items: start;
  }
  .s-input-wrap{ width: 100%;}
}

@media (max-width: 768px) {

  .subject-head .unit-title {
    font-size: 30px;
  }

  .s-inner-content .col-8{
    width: 100%;
  }
  .s-inner-content .col-6{
    width: 100%;
  }
  .col-lg-10 {
    max-width: 100%;
 }
 .col-lg-9 {
  max-width: 100%;
} 

}

@media (max-width:767px) {
  .sr-col{
    flex-direction: column;
  }
  .s-result-info-label{ text-align: left;}
  .sr-side-numeric{ padding-left: 0;}
  .s-result-hint i {
    width: 38px;
    height: 38px;
    background-size: contain;
    padding-left: 58px;
  }
}




@media (max-width:500px) {
  .s-inner-content .col-5 {
    width: 100%;
  }
  .s-inner-content .col-2 {
    width: 100%;
  }
  .s-result-head{
    font-size: 20px;
  }
  

}


@media (max-width:414px) {

  .btn-sent2, .btn-link {
    width: 90%;
  }
  .s-result-hint{
    flex-direction: column;
  }
  .s-result-hint i{ margin-bottom: 10px;}
  .s-result-hint{
    padding: 0 8px;
    line-height: 1.6;
    text-align: justify;
  }
}