﻿/*========== 最外層框架 ==========*/
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
input[type="button"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0 0;
  margin: 0 0;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
}
a {
  color: #3b3b3b;
}
a:link {
  color: #3b3b3b;
}
a:visited {
  color: #538141;
}
a:hover {
  color: #538141;
}
a:active {
  color: #3b3b3b;
}
html {
  font-size: 0.825em;
}
body {
  padding: 0 0;
  margin: 0 0;
  font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Heiti TC", "思源黑體", "Microsoft JhengHei", "Noto Sans T Chinese", "Droid Sans Fallback", sans-serif;
  font-size: 1.2rem;
  color: #494949;
  background: #34557e;
}
/*~~~~ 首頁背景 ~~~*/
body.indexhome {
  background: url(../images/indexhome.jpg) no-repeat center top;
  position: relative;
}
body.indexhome::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/indexhome_before.png) no-repeat center top;
}
/*~~~~ END///-首頁背景 ~~~*/ :focus {
  /*outline: 2px solid #a35144 !important;
 background: #b14f40 !important;*/
  -moz-outline-style: 2px solid #a35144 !important;
  color: #fff !important;
  padding: 2px 4px;
}
/*
Accesskey_U：上方功能區塊，包括回首頁、網站導覽、網站搜尋、字體選擇等。
Accesskey_C：中央內容區塊，為本頁主要內容區。
Accesskey_s：網站搜尋。
Accesskey_Z：下方功能區塊。
Accesskey_L: 左側區域
Accesskey_R: 右側區域*/
.toplink {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
}
a[accesskey] {
  position: absolute;
  z-index: 1000000;
  color: rgb(255 255 255 / 17%);
}
#AU[accesskey] {
  margin: 0 0 0 -.5rem;
}
#AU:focus {
  color: #FFF;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}
/*內頁用*/
.solidblockmenu #AU:focus {
  color: #000;
}
/*Alt+C：中央內容區塊，為本頁主要內容區。*/
#AC[accesskey] {
  left: 5px;
  top: 5px;
}
#AC:focus {}
/*Alt+S：網站搜尋。*/
#AS[accesskey] {}
#AS:focus {}
/*Alt+L：左方功能區塊。*/
#AL[accesskey] {}
#AL:focus {}
/*Alt+R：右方功能區塊。*/
#AR[accesskey] {}
#AR:focus {}
/*Alt+Z：下方功能區塊。*/
#AZ[accesskey] {}
#AZ:focus {}
/*沒用到隱藏*/
.Accesskey_L, .Accesskey_R {
  display: none;
}
/*========== END-最外層框架 ==========*/
@media print {
  /* 在列印時隱藏特定的元素 */
  .no-print {
    display: none;
  }
  /* 將頁面背景設置為白色 */
  body {
    background-color: white;
  }
  /* 在列印時取消超鏈接的下劃線 */
  a:link, a:visited {
    text-decoration: none;
  }
  /* 在列印時取消超鏈接文字 */
  a[href]:after {
    content: " ("attr(href) ")" !important;
  }
  /* 將頁面寬度設置為8.5英寸 */
  body {
    width: 8.5in;
  }
  /* 在列印時強制換頁 */
  .page-break {
    page-break-after: always;
  }
}
/*========== header頁頭框架 ==========*/
.index_container {
  width: 100%;
}
/*為了無障礙導盲磚做的相對*/
#home {
  /*position: relative;*/
}
#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
/*========== END-最外層框架 ==========*/
/*========== header頁頭框架 ==========*/
.header.head-top {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 174px;
}
/*首頁消除*/
.index_container .header.head-top {
  padding-bottom: 0;
}
.header .group-wrapper {
  position: relative;
}
.header .header_group {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  display: block;
}
/*首頁不要浮動*/
.index_container .header_group {
  position: relative;
  box-shadow: none;
  background: none;
}
.header .header_group .wrap {
  background: #fff;
}
/*包覆LOGO+TOP選單+搜尋+關鍵字*/
.header_group .inner_wrap {
  display: flex;
  flex-direction: row;
  padding: 1.2rem 0;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
/*包覆TOP選單+搜尋+關鍵字*/
.header_group .inner_wrap .grinfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}
/*包覆TOP選單+搜尋*/
.header_group .inner_wrap .grinfo .cong {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
/*===== LOGO =====*/
.header_group h1 {
  position: relative;
  padding: 0;
  z-index: 999;
  width: auto;
  display: inline-block;
  text-indent: -9999px;
}
.header_group h1 span.namelo {
  display: none;
  text-indent: -9999px;
}
.logo {}
.header_group h1 a, .logo a {
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  color: inherit;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 0;
}
.logorwd {
  display: none;
}
/*===== END-LOGO =====*/
/*===== 搜尋search =====*/
.search_form {
  z-index: 8;
  display: block;
  min-width: 240px;
  display: none;
}
#search_form_c {
  background: #f1f4f7;
  border: 1px solid #3c587e;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#search_form_c input {
  border: none !important;
}
.search_form .search_key {
  color: #6f6f6f !important;
  float: left;
  padding: .7rem 1rem;
  width: 100%;
  background: #f1f4f7;
}
.search_form .search_btn {
  background: url(../images/search.png) center center no-repeat #3c587e;
  min-height: 100%;
  width: 42px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
}
input#search_key_c:hover {
  background-color: rgba(60 88 126, .25) !important;
}
input#search_btn_c:hover {
  background: url(../images/search.png) center center no-repeat #3c587e;
}
/*===== END搜尋search =====*/
/*=== END購物車首頁模組價錢 ===*/
/*===== TOP選單olidblockmenu =====*/
.solidblockmenu {
  padding: 0;
  display: inline-block;
}
.solidblockmenu ul {
  float: right;
  border-radius: 25px;
  padding: 0.5rem 0 .5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 1rem 0 0 0;
}
.solidblockmenu ul li {
  display: inherit;
  float: left;
  padding: 0 .25rem;
  position: relative;
}

.solidblockmenu ul li:nth-last-child(1) a {
  margin-right: 0;
}

.solidblockmenu ul li::before, .solidblockmenu ul li::after {
  content: "";
  display: block;
  position: absolute;
  right: -11px;
  top: 4px;
  width: 14px;
  height: 18px;
  background: #545454;
  clip-path: polygon(39% 0, 40% 0, 1% 100%, 0 100%);
  display: none
}
.solidblockmenu ul li a {
  color: #545454;
  font-size: 1.36rem;
  font-weight: 600;
  margin: 0 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.solidblockmenu ul li a:hover {
  color: #ea5420;
}
.solidblockmenu ul li:nth-last-child(1) {
  padding-right: 0;
  margin-right: 0;
}
.solidblockmenu ul li span.tex {
  margin: 0 0 0 .5rem;
}
/*=== 會員登入後的名與登出 ===*/
.solidblockmenu .member_out {}
.solidblockmenu .member_out span {
  color: #ED9027;
  padding-right: 8px;
}
.solidblockmenu .member_out a {}
.solidblockmenu .member_out a:hover {}
/*=== END會員登入後的名與登出 ===*/
/*===== END-TOP選單solidblockmenu =====*/
/*===== site_top_info頁尾設定(後台文字)此網站用於關鍵字 =====*/
/*少用可以在HTML放置廣告圖片*/
.site_top_info {
  position: relative;
  padding: .5rem 0;
}
/*==== 後台編輯器裡的原始碼 ====*/
.site_top_info .keysearch {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
/*== 標題 ==*/
.site_top_info .keysearch .seotext {
  padding: 0 5px 0 0;
}
.site_top_info .keysearch .seotext > :after {
  content: ' : ';
  display: inline;
}
.site_top_info .keysearch .seotext a {
  color: #343434;
  font-size: 1.28rem;
  cursor: auto;
}
/*== 更換內容 ==*/
.site_top_info .keysearch .seoword {}
.site_top_info .keysearch .seoword ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.site_top_info .keysearch .seoword ul li {}
.site_top_info .keysearch .seoword li + li:before {
  content: ' , ';
}
.site_top_info .keysearch .seoword ul li a {
  color: #343434;
  font-size: 1.28rem;
}
.site_top_info .keysearch .seoword ul li a:hover {
  color: #886135;
}
.site_top_info .keysearch .seoword ul li a span {}
/*===== END-site_top_info頁尾設定(後台文字)此網站用於關鍵字 =====*/
/*END-少用可以在HTML放置廣告圖片*/
/*===== 主選單 menu(UL樣式在jqueryslidemenu.css)=====*/
.header-top {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative;
  background: #5e94b0;
}
/*首頁選單不要顏色*/
.index_container .header-top {
  background: none
}
/*刪除*/
.jqueryslidemenu {}
.logo-nav {}
.nav-icon {
  display: none;
}
#menu_box1 {}
span.menu {
  display: none;
}
/*選單下級自訂*/
#home .title {
  margin-bottom: 13px;
  text-align: center;
  margin: 2em 0 1.5em 0;
  display: none;
}
#home .title .g_h3 {
  color: #5ca098;
  display: inline;
}
#home .title p {
  display: inline;
  vertical-align: middle;
}
#about62 {
  border-top: 5px solid #f1f1f2;
}
#about62 .module {
  padding: 15px 20px;
  color: #595757;
}
#about62 .module img {
  align-items: center;
  width: 40%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#about62 .module h5 {
  margin-bottom: 10px;
  margin-top: 10px;
}
#about62 .module p {
  margin: 0 0 10px;
}
#about62 .module img {
  align-items: center;
  width: 30%;
}
#about62 .module .green {
  color: #6ac09e;
}
/*===== END主選單 menu(UL樣式在jqueryslidemenu.css)=====*/
/*===== 圖片輪播 =====*/
.site_banner {
  width: 100%;
  position: relative;
  text-align: center;
  display: block;
}
.flash_module_div {
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 1rem 1.5rem;
}
.site_banner .banner {
  min-height: auto;
  height: auto;
  background: none !important;
}
.site_banner .banner ul {
  height: auto !important;
}
.site_banner .banner ul li a {
  display: block;
  width: 100%;
  height: auto;
}
.site_banner .banner ul li a img {
  width: 100% !important;
}
/*RWD*banner*/
#adaptive_rwd {
  display: none;
}
/*===== END圖片輪播 =====*/
/*========== ENDheader頁頭框架 ==========*/
/*===== 頁底FOOTER =====*/
#footer {
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 4rem 0 3rem 0;
  font-size: 1.16rem;
  font-weight: 400;
}
#footer .container {}
#footer .container a {
  font-weight: 600;
  color: #fff;
}
/*隱私權+政策*/
#footer .copyright {
  width: 76%;
  display: inline-block;
  text-align: left;
}
#footer .copyright ul {}
#footer .copyright ul li {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 .5rem;
}
#footer .copyright ul li a {}
#footer .copyright ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 90%;
  top: 5px;
  right: 0;
  background: #252525;
}
#footer .copyright ul li:first-child {
  padding-left: 0;
}
#footer .copyright ul li:nth-last-child(1)::after {
  display: none;
}
#footer .copyright p {
  line-height: 180%;
}
/*圖片 code+gov*/
#footer .photolime {
  width: 12%;
  text-align: right;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0 0 .5rem 0;
}
#footer .photolime span {
  display: inline-block;
}
#footer .photolime img {}
#footer .photolime a {
  display: block;
}
/*無障礙*/
#footer #accessibility {
  width: auto;
  float: right;
  text-align: right;
  margin: 0 0 0.5rem 0;
}
/*~~~隱藏頁底舊人數*/
.footer_people .counter_layout_div {
  display: none;
}
.updatetime_3 {
  display: inline;
}
.updatetime_layout_3 {
  display: none;
}
/*== 頁底TOP按鈕==*/
#roll_top {
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, .3);
  font-size: 140%;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}
#roll_top a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
}
#roll_top a:before {
  content: url(../images/gotop.png) !important;
}
#roll_top span {
  display: none;
}
/*== END///頁底TOP按鈕==*/
/*===== END-頁底FOOTER =====*/
/*===== 頁底計數器 =====*/
/*===== END-頁底計數器 =====*/
.center_layout.counter_layout {
  padding: 1.5rem 0;
  background: #5ca99b;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.center_layout.counter_layout .counter_title .title_h2 {
  display: none;
}
.center_layout.counter_layout .counter_content {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.center_layout.counter_layout .counter_content .counter_layout_div {
  margin: 0 auto;
  width: 782px;
}
.center_layout.counter_layout .counter_content .counter_layout_div div {
  float: left;
  display: inline-block;
  margin: 0 .8rem;
}
/*===== END-頁底FOOTER =====*/
/* ========== 內容框架 ==========*/
#mainContent {
  overflow: hidden;
  padding: 0 !important;
  background: #fff;
}
/*首頁消除*/
.index_container #mainContent {
  background: none;
}
/* === 首頁 ===*/
.index_container #mainContent {
  position: relative;
  margin-top: -400px;
}
/* ========== 三欄式左中右 ==========*/
.left_more_modules, .center_more_modules, .right_more_modules {
  float: left !important;
  position: relative;
  z-index: 1;
}
/*=== 左中右模組距離共用 ===*/
.left_more_modules .mc_02, .center_more_modules .mc_02, .right_more_modules .mc_02 {}
/*=== 崁套模組標題 === */
.more_modules .center_layout_title .title_h2 {
  display: none;
}
/*== 模組共用 ==*/
.title_h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 600;
  display: inline-block;
  color: #434343;
  font-size: 1.8rem;
}
/*== (左中右)模組標題 ==*/
.section .title_h2 {
  color: #fff;
  position: relative
}
.section .title_h2::before, .section .title_h2::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.module_more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.module_more a {
  font-size: 1.22rem;
  color: #fff;
  font-weight: 400;
}
.center_layout_content {
  margin: 0 auto;
}
/*title標題圖*/
.img_list .img_pic {
  text-align: center;
}
.img_list .img_pic a {
  display: block;
}
.img_list .img_pic img, .graphic_list .img_pic img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/*內容*/
.img_list .narrative_text, .graphic_list .narrative_text {}
.img_list li:nth-child(4n) .module_block, .graphic_list li:nth-child(4n) .module_block {
  margin-right: 0 !important;
}
.img_list li {
  width: 25%;
}
/*最新消息發布*/
.up_date {
  margin: 0.5rem 0;
  display: inline-block;
}
/*=== 明細Tab分頁(三項) ===*/
/*分項*/
.list_tab {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.list_tab ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.list_tab ul li {
  text-align: center;
  padding: 0 0 1rem 0;
  width: 33.3333%;
}
.list_tab ul li.is-active {
  position: relative;
}
.list_tab ul li a {
  color: #545454;
  padding: .6rem 2rem;
  display: block;
  font-weight: 600;
  font-size: 1.68rem;
  background: #efefef;
}
.list_tab ul li.is-active a, .list_tab ul li.is-active a:hover, .list_tab ul li.is-active a:focus {
  color: #fff !important;
  ;
  background: #967249 !important;
  ;
}
.list_tab ul li.is-active a::after, .list_tab ul li.is-active a:hover::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #967249;
  left: 50%;
  bottom: 5px;
  margin-left: -5px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 11px;
  height: 9px;
}
.list_tab ul li a span {}
/*內容*/
.group-listtab {
  padding: .8rem 0 2rem 0;
}
.group-listtab .news_list {
  padding: 0;
  margin: 0;
}
.group-listtab .news_list li {}
/*MORE*/
.understand_more {
  display: block;
  text-align: center;
  margin: .8rem 0 1rem 0;
}
.understand_more a {
  background: #fff url(../images/more_modulea.png) 22% center no-repeat;
  border: 1px solid #ad8b70;
  border-radius: 2px;
  padding: 0.8rem 3rem 0.8rem 5rem;
  color: #967249;
  display: inline-block;
  width: auto;
  font-size: 1.38rem;
  font-weight: 600;
}
/*=== 資訊列表 ===*/
.news_list {
  margin: 0px auto;
  list-style: none;
}
.news_list li {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: .5rem 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.news_list li:last-child {}
.news_list li span, .news_list li a {
  display: block;
}
.news_list li span {
  background: #6fa1a3;
  color: #fff;
  padding: .32rem 1.2rem;
  margin: 0 0 3px 0;
  border-radius: 2px;
  display: inline-block;
  font-size: 1.22rem;
}
.news_list li a {
  color: #fff;
  font-size: 1.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 0 2px 1rem;
  position: relative;
}
.news_list li a:hover {
  color: #cfe9e9;
}
.news_list li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 9px;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  background: #fff;
  width: 8px;
  height: 9.4px;
  display: none
}
/*=== 圖文列表 ===*/
.img_list {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.img_list li {
  display: inline;
  float: left;
  position: relative;
  width: 33%;
}
.img_list li a {
  display: block;
}
.img_list li p {
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.7rem;
  padding: .5rem 0;
}
.img_list li p a, .img_list li p span {
  color: #434343;
}
.img_list li a:hover {
  color: #ea5420
}
.img_list img {
  text-align: center;
  clear: both;
  border: none;
}
/*=== 圖文列表 ===*/
.graphic_list {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.graphic_list li {
  display: inline;
  float: left;
  position: relative;
  width: 25%;
}
.graphic_list li p {
  text-align: left;
  overflow: hidden;
}
.graphic_list li p a {
  color: #444;
}
.graphic_list li p a:hover {
  color: #e73828;
}
/*圖文框架*/
.graphic_list .module_block {
  text-align: center;
  padding: 1rem;
  position: relative;
}
/*後台上傳的圖片*/
.graphic_list .module_block .img_pic {}
.graphic_list .module_block .img_pic a {
  display: block;
}
.graphic_list .module_block img {
  text-align: center;
  clear: both;
  border: none;
}
/*大小標 + 內容 + more更多*/
.graphic_list .main_title {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.5rem 0 0 0;
}
.graphic_list .substandard {
  font-weight: 600;
  font-size: 1.3rem;
  color: #808080;
  padding: 0 0 0.5rem 0;
}
.graphic_list .inner_text {
  font-size: 1em;
}
.graphic_list .understand_more {
  font-size: 1em;
  background: #8bc0ba;
  padding: 0.2rem 1rem;
  display: inline-table;
  margin: 1rem 0;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-bottomright: 16px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.graphic_list .understand_more a {
  color: #fff;
}
.graphic_list .understand_more:hover {
  background: #ea5420;
}
/*日期*/
.graphic_list .date_establishment {
  padding: 10px 0;
}
.graphic_list .date_establishment .date_time {
  color: #898989;
}
/*== 產品列表 ==*/
.goods_list li {
  margin: 10px 0 25px 0px;
  position: relative;
}
.goods_list li a {
  display: block;
  margin: 0 auto;
}
.goods_list li img {
  display: block;
  width: 100%;
}
/*iframe 影片崁入(等比伸縮100%)*/
.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=== 內頁搜尋按鈕 ===*/
#search_form_cx {
  text-align: right;
  width: 100%;
  overflow: hidden;
}
#search_form_cx input {
  padding: 0.5rem 1rem;
  border: 1px solid #967249;
  display: inline-block;
  float: left;
}
#search_form_cx input.search_btn {
  border-radius: 3px;
  padding: 0.5rem 1.5rem;
  background: #967249;
  color: #fff;
  border: 1px solid #967249;
  position: relative;
  margin-left: -3rem;
}
/*////END iframe 影片崁入(等比伸縮100%)*/
/*END模組共用*/
/* ===== 左邊模組 =====*/
#left_sidebar {}
.left_layout {}
.left_layout .left_layout_title {}
.left_layout_title .mt_03 {}
.left_layout_title .mt_02 {}
.left_layout_title .mt_01 {}
.left_layout_title .mt_01 .title_h2 {}
.left_layout_title .mt_01 .module_more {}
.left_layout_title .mt_01 .module_more a {}
.left_layout_title .mt_01 .module_more a:hover {}
.left_layout_content {}
.left_layout_content .mc_03 {}
.left_layout_content .mc_02 {}
.left_layout_content .mc_01 {}
.left_layout_bottom {}
.left_layout_bottom .mb_03 {}
.left_layout_bottom .mb_02 {}
.left_layout_bottom .mb_01 {}
/*左邊圖文樣式*/
.left_layout .graphic_list li {}
.left_layout .graphic_list .module_block .img_pic {}
.left_layout .graphic_list .narrative_text {}
.left_layout .graphic_list .understand_more {}
.left_layout .graphic_list .understand_more a {}
.left_layout .graphic_list .understand_more:hover {}
.left_layout .graphic_list .understand_more:hover a {}
/* ===== END左邊模組 =====*/
/* ===== 右邊模組 =====*/
#right_sidebar {
  background: rgb(20 37 58 / 85%);
}
.right_sidebar {}
.right_layout .right_layout_title {}
.right_layout_title .mt_03 {}
.right_layout_title .mt_02 {}
.right_layout_title .mt_01 {}
.right_layout_title .mt_01 .title_h2 {}
.right_layout_title .mt_01 .module_more {}
.right_layout_title .mt_01 .module_more a {}
.right_layout_title .mt_01 .module_more a:hover {}
.right_layout_content {}
.right_layout_content .mc_03 {}
.right_layout_content .mc_02 {}
.right_layout_content .mc_01 {}
.right_layout_bottom {}
.right_layout_bottom .mb_03 {}
.right_layout_bottom .mb_02 {}
.right_layout_bottom .mb_01 {}
/*左邊圖文樣式*/
.right_layout .graphic_list li {}
.right_layout .graphic_list .module_block .img_pic {}
.right_layout .graphic_list .narrative_text {}
.right_layout .graphic_list .understand_more {}
.right_layout .graphic_list .understand_more a {}
.right_layout .graphic_list .understand_more:hover {}
.right_layout .graphic_list .understand_more:hover a {}
/* ===== END右邊模組 =====*/
/* ===== 中間模組(首頁選擇用) =====*/
.center_layout {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
/*其他首頁不顯示模組*/
.center_layout_title {}
.center_layout_title .mt_03 {}
.center_layout_title .mt_02 {}
.center_layout_title .mt_01 {}
.center_layout_title .mt_01 .title_h2 {}
.center_layout_content .mc_03 {
  overflow: hidden;
  width: 100%;
}
.center_layout_content .mc_02 {
  overflow: hidden;
  width: 100%;
}
.center_layout_content .mc_01 {
  overflow: hidden;
  width: 100%;
}
/* ===== END-中間模組 =====*/
/*===== 自設定序號模組 =====*/
/*使用崁套模組*/
.more_modules {
  padding: 1rem 0;
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.more_modules .center_layout_content {}
/*== 圖文共用 ==*/
/*把more更多搬到模組bottom(中間)*/
.more_modules .mb_01 {
  text-align: center;
}
.more_modules .more_module_more {
  padding: .6rem 1rem;
  display: inline-table;
}
.more_modules .more_module_more a {
  font-weight: 600;
  color: #434343;
  text-transform: uppercase;
}
/*==== 個別設定系統產生序號模組 ====*/
/*自己寫*/
/*~公用框架(崁套)*/
.index_container #content {
  margin: 400px 0 0 0;
}
/*模組大框架*/
.section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1.5rem;
}
/*內頁模組大框架*/
.main_container .section {
  padding: 0;
}
/*取消砍套內的1200px寬度*/
.more_modules .center_layout_content .mc_01 .more_module_left_layout_content .mc_01, .more_modules .center_layout_content .mc_01 .more_module_center_layout_content .mc_01, .more_modules .center_layout_content .mc_01 .more_module_right_layout_content .mc_01 {
  width: inherit;
}
/*============ (一)公告訊息~文字明細 ============*/
.news_area {
  background: rgb(0 144 147 / 90%);
  padding: 1.8rem 2.2rem 1.8rem 2.5rem;
}
.news_area .title_h2 {}
.news_area .title_h2::after {
  content: "NEWS";
  font-size: 1.38rem;
  color: #84d4d3;
  bottom: 0;
  margin: 0 0 0 .5rem;
}
.news_area .news_list {
  padding: 1.5rem 0;
}
/*MORE*/
.news_area .module_more a {
  display: inline-block;
  padding: 0 0 0 2rem;
  color: #cefbfc;
  background: url(../images/news_area_more.png) no-repeat left center;
}
.news_area .module_more a:hover {
  color: #fff;
}
/*============ (二)會員專區~單純連結============*/
.member_area {
  background: rgb(195 102 152 / 60%);
  padding: 0;
}
.member_area .mudule_2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
/*標題*/
.member_area .title_h2 {
  padding: .5rem 0 0 1.2rem;
}
.member_area .title_h2 span {
  margin: 0 0 0 .5rem;
}
/*內容*/
.member_area .right_layout_content {
  display: block;
  background: rgb(185 139 179 / 60%);
  padding: .6rem 2.5rem;
  position: relative;
}
.member_area .right_layout_content::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: rgb(125 76 115);
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.member_area .right_layout_content ol {}
.member_area .right_layout_content ol li a {
  position: relative;
  color: #fff;
  padding-left: .8rem;
}
.member_area .right_layout_content ol li a::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #d1bfce;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.member_area .right_layout_content ol li a span {}
.member_area .right_layout_bottom {
  display: none;
}
/*============ (三)教師會簡介+ (四)教職工會簡介 ~~敘述文 ============*/
.intro_area {
  padding: 1.5rem 2rem;
}
.intro_area.in1 {
  border-bottom: 1px dashed rgb(255 255 255 / 60%);
}
.intro_area.in2 {
  padding-bottom: 2.5rem;
}
/*標題*/
.intro_area .title_h2 {
  font-size: 1.54rem;
  position: relative;
  padding: 0 0 5px 1.5rem;
}
.intro_area .title_h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 1px;
  width: 14px;
  height: 20px;
}
.intro_area.in1 .title_h2::before {
  background: #beda4f;
}
.intro_area.in2 .title_h2::before {
  background: #edaf2a;
}
/*內容*/
.intro_area .mc_01 {}
.intro_area .mc_01 p.word {
  color: #fff;
  padding: .25rem 1.5rem .25rem 0;
  line-height: 160%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/*MORE*/
.intro_area .module_more {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
}
.intro_area.in1 .module_more {
  background: #adc94c;
}
.intro_area.in2 .module_more {
  background: #d99c1c;
}
.intro_area .module_more a {
  padding: 0;
  font-size: 1.9rem;
  line-height: 90%;
}
/*============ (五)申請書專區~圖文明細連結 ============*/
.apply_area {
  padding: 0;
}
/*標題*/
.apply_area .title_h2 {
  display: none;
}
/*內容*/
.apply_area .img_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.apply_area .img_list li {
  flex: 0 0 50%;
  padding: 2rem 1.3rem 2rem 1.3rem;
  position: relative;
}
.apply_area .img_list li::after {
  position: absolute;
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  width: 55%;
  height: 88%;
  left: 0;
  bottom: 0;
}
/*~分色系*/
.apply_area .img_list li:nth-child(1) {
  background: #ae7171d9;
}
.apply_area .img_list li:nth-child(2) {
  background: #6c749fd9;
}
.apply_area .img_list li:nth-child(1)::after {
  background: #95595ddb;
}
.apply_area .img_list li:nth-child(2)::after {
  background: #515983ba;
}
.apply_area .img_list li a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.apply_area .img_list li img {
  width: auto;
  height: auto;
}
.apply_area .img_list li p {
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 400;
  padding-left: .5rem;
}
/*============ (六)教師會 入會申請書~明細連結 ============*/
.branch {
  background: #a68f86a6;
  padding: 1.5rem 1.5rem .6rem 1.5rem;
}
.branch .right_layout {
  position: relative;
}
.branch .right_layout::after {
  position: absolute;
  display: inline-block;
  width: 123px;
  height: 123px;
  content: "";
  border-radius: 50%;
  background: #665752a6;
  top: .5rem;
  left: 1.5rem;
}
.branch .right_layout_title .mt_03 {
  position: relative;
  z-index: 1;
}
.branch .mudule_8 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
/*標題*/
.branch .mt_01 .title_h2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.branch .mt_01 .title_h2 span {
  font-size: 1.52rem;
  margin-top: 1rem;
  font-weight: 400;
}
/*內容*/
.branch .news_list {
  margin: 0 1rem 0 0;
}
.branch .news_list li {
  margin: 0 0 .25rem 0;
}
.branch .news_list li a {
  font-size: initial;
  position: relative;
  color: #fff;
}
.branch .news_list li a:hover {
  color: #f8ece8;
}
.branch .news_list li a::after {
  content: "";
  display: inline-block;
  left: 0;
  top: 6px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 4px;
  height: 8px;
  background: #f8ece8;
}
.branch .right_layout_bottom {
  display: none;
}
/*=== (右)相關連結 ===*/
/*==== ///END-首頁自定義模組 ====*/
/* ==== END-首頁模組 ====*/
/*=== END購物車首頁模組價錢 ===*/
/*~ 未整理出*/
#links {
  width: 820px;
  height: 187px;
  position: relative;
}
#ribbon {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 500;
}
#linkslide {
  position: absolute;
  top: 0px;
  left: 33px;
  z-index: 100;
}
#linkslide .next, #linkslide .prev {
  position: absolute;
  top: 0px;
  left: -28px;
  width: 35px;
  height: 167px;
  display: block;
  z-index: 101;
}
.links_container {
  width: 800px;
  height: 167px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  padding-top: 20px;
}
/* ==== 網站導覽 ====*/
/*== 內容+導覽選單 ==*/
.sitemap {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
/*== 文字解說 ==*/
.site_map_text {
  background: #efeae47d;
  padding: 2rem;
  border-radius: 5px;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 140%;
  color: #5e4933;
}
.site_map_text p {
  position: relative;
  padding: 0 0 0 1rem;
}
.site_map_text p::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #5e4933;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 6px;
  height: 10px;
  left: 0;
  top: 9px;
}
.site_map_text ul {
  padding: 0.5rem 0 0.5rem 2rem
}
.site_map_text ul li {}
/*== 導覽選單 ==*/
.sitemap_menu {
  padding: 0 .5rem;
}
.sitemap_menu ul {}
/*第一層*/
.sitemap_menu ul li {
  margin: 0 0 1rem 0;
  display: block;
  overflow: hidden;
}
.sitemap_menu ul li a {
  font-weight: 900;
  color: #3f473e;
  padding: 0 0 0 .8rem;
  display: block;
  border-left: 5px solid #769aad;
  margin: 0;
  background: #769aad29;
}
/*第二層*/
.sitemap_menu ul ul {
  display: flex;
  flex-direction: row;
  background: #fff;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem;
}
.sitemap_menu ul li li {
  background: #fff;
  flex: 0 0 33.33%;
  padding: 0;
  margin: 0;
}
.sitemap_menu ul li li a {
  font-weight: inherit;
  background: #5a82ae;
  margin: 0;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  border-left: none;
  display: inline-block;
}
.sitemap_menu ul li li a:hover {
  background: #497db6;
  color: #fff;
}
/*第三層*/
.sitemap_menu ul ul ul {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem 1.5rem;
  margin: 0;
}
.sitemap_menu ul li li li {
  padding: 0;
  margin: 0;
}
.sitemap_menu ul li li li a {
  color: inherit;
  background: initial;
  padding: 0 0.5rem 5px 0.5rem;
  margin: 0;
  border-bottom: 1px #7b8d79 dashed;
  border-radius: inherit;
}
.sitemap_menu ul li li li a:hover {
  color: #ea5420;
  background: initial;
}
/*第四層*/
.sitemap_menu ul ul ul ul {
  background: #fbfbfb;
}
.sitemap_menu ul li li li li {
  position: relative;
  padding: 0 0 0 .8rem;
  background: #fbfbfb;
}
.sitemap_menu ul li li li li::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #7f9b7b;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.sitemap_menu ul li li li li a {
  border: none;
  padding: 0;
}
/* ==== ///網站導覽 ====*/
/*==== 表單頁面 (清除與複選單重疊樣式)====*/
.information.form_page {}
.information.form_page .infor_nav {
  padding: 0;
  margin: 0;
}
.information.form_page .infor_nav .mt_01 {
  padding: 0;
}
/*重複標題所以隱藏*/
.information.form_page .infor_nav .mt_01 .infor_title, .information.form_page .infor_nav .mt_01::after, .information.form_page .infor_nav .mt_01::before {
  padding: 0;
  margin: 0;
  display: none;
}
/* ==== 聯絡我們 ====*/
.main-section {
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.login-form {
  position: relative;
  margin: 0 auto;
}
.login-form form {}
/*表頭文字*/
.form-narrative {}
.form-narrative ul, .form-narrative ol {
  padding: 0 0 1rem 20px;
}
.form-narrative ul {
  list-style-type: disc;
}
.form-narrative ul li, .form-narrative ol li {
  padding: .5rem 0;
}
.main-section .login-form .container {
  width: auto;
}
/*表單內容*/
.information.form_page .form-all {
  padding: 1rem 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: flex-start;
}
.form-group {
  padding: 0;
  border: none;
}
.information.form_page .form-all .form-group {
  padding: 1.2rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 50%;
}
.form-group1 p {
  margin: 0px !important;
  margin-bottom: 0px !important;
}
.information.form_page .your-para {
  text-align: left;
  padding-left: 5px;
  vertical-align: middle !important;
  margin-bottom: 8px;
  width: 30%
}
.your-para label {
  font-weight: 600;
  width: auto;
  display: initial;
}
/*必填*/
.required {
  color: #cb3628;
  font-weight: 600;
  vertical-align: middle;
  margin: 0 3px 0 0;
  width: auto;
  display: inline-block;
  float: left;
  font-size: 1.05rem;
}
.information.form_page .form-group input, .information.form_page .form-group textarea {
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px 1px;
  color: #333333;
  margin-bottom: 5px;
  width: 70% !important;
}
.input_text_100px {}
.form-group select {
  border: 1px solid #ccc;
  background: #fff;
  padding: 9px 10px;
  color: #333333;
  float: left;
  margin: 0 1% 0 0;
  width: 22%;
}
.form-group .aaddress {
  width: 50% !important;
}
.form-group0 .your-para {
  display: none;
}
.form-group2 {
  padding-top: 5px;
}
.messagecss {
  text-align: left;
  position: absolute;
  height: 50px;
  top: 1em;
  width: 100%;
}
.contactcss {
  color: #cccccc;
  padding-top: 5em;
}
label {
  font-weight: normal;
}
.form-group4 {
  text-align: center;
}
.form-group1 {
  padding-top: 76px;
}
/*水保服務團線上預約 表單使用*/
.information.form_page .form-all .form-group:nth-child(1), .information.form_page .form-all .form-group:nth-child(2), .information.form_page .form-all .form-group:nth-child(3), .information.form_page .form-all .form-group:nth-child(4) {}
/*== 勾選按鈕 ==*/
.information.form_page .form-all .form-group:nth-child(5) {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.information.form_page .form-all .form-group:nth-child(5) .your-para {
  width: 100%;
}
.information.form_page .form-all .form-group:nth-child(5) label {
  flex: 0 0 33%;
}
/*表單勾選欄位選項(自寫)*/
.information.form_page .form-group input:not([type="checkbox"]) {
  width: 100%;
  min-width: 0px;
}
.information.form_page .form-group input[type="radio"], .information.form_page .form-group input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 9;
  padding: 0;
  height: 24px;
  width: 24px !important;
}
.information.form_page .form-group input[type="checkbox"]:focus + label, input[type="radio"]:focus + label {
  outline: 2px solid #a35144 !important;
  background: #b14f40 !important;
}
.form-group .bu {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5px;
}
.form-group .bu label.radio_label {
  border: 1px solid #c6c5c5;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 24px;
  vertical-align: middle;
  background: #fff;
}
.form-group .bu label.radio_label:after {
  border: 0px solid #ffffff;
  border-width: 0 0 2px 2px;
  content: "";
  left: 4px;
  height: 8px;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 14px;
}
.form-group .bu input[type="checkbox"]:checked + label.radio_label {
  background: #538141;
  border: 1px solid #538141;
}
.form-group .bu input[type="radio"]:checked + label.radio_label {
  background: #538141;
  border: 1px solid #538141;
}
/*選擇框label樣式替代input*/
.form-group .bu .checkb {
  float: left;
  width: auto;
  display: inline-block;
  margin: 0 5px;
}
/*選擇框文字題目*/
.form-group .bu .project {
  padding: 0 12px 0 2px;
}
/*新增入驗證碼 (驗證活人)*/
.form-group.verify {
  text-align: center;
  padding: 2.5rem 0 0 0;
}
.form-group.verify .cf-turnstile {}
.form-group.verify .cf-turnstile span {
  display: inline-block;
  text-indent: -9999px;
}
/*驗證碼*/
.information.form_page .form-code {
  margin: .5rem 0;
  padding: 0 1rem;
  overflow: hidden;
}
.information.form_page .form-code .your-para {
  float: left;
  width: 13.78%;
  margin-right: 10px;
  font-weight: bold;
}
.information.form_page .form-code .your-para label {
  margin-top: 5px;
}
.information.form_page .form-code input {
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px 1px;
  color: #333333;
  margin-bottom: 5px;
  width: 300px;
  float: left;
}
.information.form_page .form-code img {
  float: left;
  padding: 1rem 0 0 1rem;
}
/*== 輸入按鈕 ==*/
.myButtonSubmit {
  background: #0189e8 !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.myButtonReset {
  background: #2cb701 !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.myButtonSubmit:hover, .myButtonReset:hover {
  background: #fc5300 !important;
}
/*== 表單列表清單 (module_self_selfform_list.html)==*/
.topic_form {
  width: 100%;
  overflow-y: hidden;
}
.topic_form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.topic_form ul li {
  text-align: left;
  width: 33.333%;
  text-align: center;
}
/*標題*/
.topic_form .theme {
  background: #7f92bf;
  padding: 1.2rem 1rem;
}
.topic_form .theme ul li {
  color: #fff;
  font-weight: 600;
  font-size: 1.34rem;
  border-right: 1px solid #ffffff45;
}
/*內容*/
.topic_form .content {
  border-bottom: 1px dashed #a5b7d0;
}
.topic_form .content ul li {
  padding: 1rem;
}
/*主題名稱*/
.topic_form .content ul li:first-child {
  text-align: left;
  position: relative;
  font-weight: 600;
  padding-left: 30px;
}
.topic_form .content ul li:first-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 8px;
  left: 1.5rem;
  top: 50%;
  margin-top: -4px;
  background: #5e868c;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
/*電腦版隱藏*/
.topic_form .content ul li span.th {
  display: none;
}
/*按鈕*/
.topic_form .content ul li a {
  display: inline-block;
  border-radius: 5px;
  background: #5fad56;
  padding: .5rem 1rem;
  color: #fff;
}
.topic_form .content ul li a:hover {
  background: #d56c43;
}
/*==== ///END-表單頁面 ====*/
/*== 附件檔案樣式 ==*/
.annexs_list {
  margin: 2em 0 2rem 0;
  overflow: hidden;
}
#annexs_title {
  border-bottom: 3px solid #a6c99e;
  padding: 5px 0;
  margin-bottom: 5px;
}
#annexs_title {
  border-bottom: 3px solid #dfc380;
  padding: 2rem .5rem 0 5.5rem;
  ;
  margin-bottom: 5px;
  background: url(../images/notes.png) left top no-repeat;
  font-weight: 800;
}
.annexsull {
  padding: 5px 0 20px 0;
}
.annexs_item {
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  color: #555555;
}
.annexs_item a {
  background: url(../images/annexs_itema.png) left center no-repeat;
  display: block;
  padding-bottom: 5px;
  padding-left: 20px;
  float: left;
  font-size: 1.4rem;
}
.annexs_item img {
  padding-left: 10px;
}
.annexs_item span {
  font-size: 1.14rem;
}
.annexs_item .annexs_date {
  padding-left: 1%;
}
.annexs_item .annexs_rate {
  color: #fff;
  float: right;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  line-height: initial;
  padding: 6px 10px;
  background: #D34617;
  border-radius: 35px;
}
/*== ///END-復健檔案樣式 ==*/
/* ========== mainContent 內容外框包括左中右與內容==========*/
#left_sidebar, #content, #right_sidebar {
  float: left;
  margin: 0 auto;
}
/*~會員模組用~*/
.main_container #content {
  float: inherit;
}
.main {
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
  width: 100%;
  float: left;
}
/* ========== 原本一開始的樣式要整理或刪除 ==========*/
/*=== 開闔明細 用在問與答 ===*/
.list-group {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.news_list.list-group {}
.news_list.list-group .list-group-item {
  border-bottom: 1px rgba(0, 0, 0, 0.08) dashed;
  padding: 1.2rem 1rem;
  width: 100%;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between
}
.news_list.list-group li a::after {
  width: 9px;
  height: 11.5px;
  left: 0.5rem;
  top: 8px;
  background: #5c9f64;
}
.news_list .list-group-item:nth-child(odd) {
  background-color: #f2f2f2;
}
.news_list .list-group-item a {
  display: inline-block;
  float: left;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: inherit;
  order: 1;
  padding: 0 0 2px 1.8rem;
}
.news_list .list-group-item a:hover {
  color: #967249;
}
.news_list .list-group-item span {
  margin-bottom: 0;
  color: #6d6d6d;
  background: none;
  display: inline-block;
  float: right;
  order: 2;
  letter-spacing: -.5px;
}
.news_list .list-group-item .badge {
  padding: 0.1em 1em;
  color: #fff;
}
/*明細開闔頁面*/
.opening_page {
  padding: 2rem 0;
}
.opening_page span {
  display: inline-table;
  float: left;
}
.opening_page .reply {
  padding: 10px;
}
.info_tab {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.08);
  padding: 1.5rem 1rem 0.5rem 0;
  overflow: hidden;
}
.info_tab .problem {
  background: url(../images/problem.svg) 6px 8px no-repeat #5488a8;
  background-size: 70%;
  padding-left: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.info_tab a {
  font-weight: 600;
  font-size: 1.3rem;
}
.info_tab a:hover {
  color: #2c8b89;
}
.info_tab_content {
  padding: 0;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.info_tab_content .answer {
  background: url(../images/answer.svg) no-repeat 10px center #e67e84;
  background-size: 50%;
  width: 50px;
  height: 60px;
}
.info_tab_content .reply {
  padding: 1.5rem;
}
/*=== ///END-開闔明細 用在問與答 ===*/
.infor_list {
  overflow: hidden;
}
/*======= 內頁用的圖文明細+詳細內容 =======*/
.information .infor_list ul.graphic_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.information .infor_list ul.graphic_list li {
  flex: 0 0 33%;
  padding: 0 1.4rem 2.8rem 1.4rem;
}
.information .infor_list ul.graphic_list li a {
  display: block;
}
.information .infor_list ul.graphic_list li .module_block {
  border: 1px solid #dcdcdc;
  padding: 1.5rem;
}
/*====== 圖片(TOP) =======*/
.information .infor_list ul.graphic_list li .module_block .img_pic {}
.information .infor_list ul.graphic_list li .module_block .img_pic img {
  min-height: 240px;
}
/*====== 文字區域(bottom) =======*/
.information .infor_list ul.graphic_list li .module_block .narrative_text {
  padding: 5px;
}
/*=== 日期+消息類別 ====*/
.information .infor_list ul.graphic_list li .module_block .date_establishment {
  display: flex;
  padding: 1rem 0 .8rem 0;
  align-items: center;
}
.information .infor_list ul.graphic_list li .module_block .date_establishment span {}
/*日期*/
.information .infor_list ul.graphic_list li .module_block .date_establishment span.date_time {
  color: #fff;
  border-radius: 2px;
  background: #538141;
  background: #538141;
  padding: 2px 5px;
  font-size: 1.22rem;
}
/*類別*/
.information .infor_list ul.graphic_list li .module_block .date_establishment span.nestype {
  color: #7f5d1c;
  font-size: 1.14rem;
  margin: 0 0 0 5px;
}
/*=== 標題 ====*/
.information .infor_list ul.graphic_list li .module_block .main_title {
  text-align: left;
  min-height: 60px;
  min-height: 95px;
  border-bottom: 1px #b5b5b5 dashed;
  padding: 0 0 1.2rem 0;
  position: relative;
}
.information .infor_list ul.graphic_list li .module_block .main_title::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 8px;
  background: #bda16c;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 8px;
  height: 9.5px;
}
.information .infor_list ul.graphic_list li .module_block .main_title a {
  color: #2b2b2b;
  display: block;
  margin: 0 0 0 1rem;
}
.information .infor_list ul.graphic_list li .module_block .main_title a:hover {
  color: #967249;
}
/*=== 副標題(隱藏高度) ====*/
.information .infor_list ul.graphic_list li .module_block .substandard {
  padding: 0;
}
/*=== 詳細內容 ====*/
.information .infor_list ul.graphic_list li .module_block .inner_text {
  color: #4b4b4b;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  font-size: 1.38rem;
  font-weight: 400;
  margin: 1rem 0 0.15rem 0;
}
.information .infor_list ul.graphic_list li .module_block .inner_text p {
  color: #4b4b4b;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  font-size: 1.38rem;
  font-weight: 400;
  margin: 1rem 0 0.15rem 0;
}
/*=== 副標題(隱藏) ====*/
.information .infor_list ul.graphic_list li .module_block .substandard {
  padding: 0;
}
/*======= //END-內頁用的圖文明細+詳細內容 =======*/
.sub_sort {
  margin: 0 auto;
}
.sub_sort .img_list {
  margin: 0 2em 1em;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.sub_sort .img_list li {
  display: inline-table;
  float: left;
  margin: 0.3em 0.8em;
  text-align: center;
  padding: 0 1em;
}
.sub_sort .img_list li .jqzoom {
  padding-bottom: 0.5em;
}
.formSave {
  margin: 1em 0 auto;
  width: 100%;
}
.formSave input[type="text"] {
  margin-bottom: 2em;
}
.code_cells {
  padding-top: 2em;
}
p.con_title {
  font-weight: bold;
  margin-left: 13px;
  color: #2869ad;
}
.left-grid ul li, .sub_menu_layout_left .sub_menu_parent {
  color: #555;
  list-style: none;
  padding: 15px 24px;
  background: url(../images/linp.png) no-repeat 10px 18px;
  cursor: pointer;
  list-style-type: none;
  border-bottom: 1px #ccc dotted;
  padding-left: 34px;
}
.sub_menu_parent {
  color: #555;
  list-style: none;
  padding: 15px 24px;
  background: url(../images/linp.png) no-repeat 10px 18px;
  cursor: pointer;
  list-style-type: none;
  border-bottom: 1px #ccc dotted;
  padding-left: 34px;
}
.left-grid ul li, .sub_menu_layout_left, .sub_menu_parent a {
  color: #555;
}
.left-grid ul li a {
  color: #555;
}
.left-grid ul li a:hover {
  color: #ef6000;
}
.left-grid p {
  line-height: 1.8em;
  color: #555;
}
.ab1 a {
  text-align: right;
  padding: 0.5em 0;
  display: block;
  text-decoration: none;
}
.ab2 a {
  text-align: right;
  padding: 0.5em 0;
  display: block;
  text-decoration: none;
}
.ab1 {
  background: #eee;
  padding: 1em 1em;
  margin: 3em 0;
  border-radius: 5px;
}
.ab2 {
  background: #eee;
  padding: 1em 1em;
  border-radius: 5px;
}
.right-grid {
  padding: 0.5em 0 0;
}
.right-grid h5 {
  padding: 0.5em 0;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
.right-grid p {
  font-size: 1em;
  color: #555;
  line-height: 1.8em;
  text-align: left;
}
.aboutus4 h4 {
  padding: 0.5em 0;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 1.5em;
  font-weight: 600;
}
.team-grid h5 {
  padding: 0.5em 0;
  color: #0A0909;
}
.aboutus4 {
  margin-top: 2.5em;
}
.aboutus2 {
  margin-top: 1em;
}
.services-section {
  padding: 4em 0;
  text-align: center;
}
.services-section h3 {
  text-transform: capitalize;
  color: #394c53;
  font-weight: 600;
}
a.button1 {
  padding: 0.5em 1em;
  background: #f2af00;
  margin: 1.5em auto 0;
  width: 38%;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.service-section1 {
  padding: 4em 0;
  background: #efc337;
}
.services-grid {
  text-align: center;
}
.services-grid p {
  color: #555;
  line-height: 1.8em;
  margin: 0.5em 0 2em;
}
.services-grid h5 {
  color: #000;
  font-weight: 600;
  padding-top: 0.7em;
  text-transform: capitalize;
}
.services-grid img {
  border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.services-grid a img:hover {
  opacity: 0.6;
}
.services-grid a img:hover {
  opacity: 0.6;
}
.services-section1 {
  padding: 1em 0 4em;
  background: #f5f5f5;
}
.reservation {
  padding: 4em 0;
}
.reservation-head {
  text-align: center;
}
.reservation-head h3 {
  color: #394c53;
  font-weight: 600;
  text-transform: capitalize;
}
.reservation .tb-one input[type="text"] {
  width: 28.2%;
}
.project-section {
  padding: 4em 0;
  background: url(../images/footer-bg.jpg);
}
.project-section h3 {
  text-transform: capitalize;
  margin-bottom: 1.5em;
  text-align: center;
  color: #394c53;
  font-weight: 600;
}
.port2 {
  padding: 2em 0;
}
.port-grid a img:hover {
  opacity: 0.6;
}
.tabs-box {
  margin: 3em auto 0;
  padding: 0 0 1em;
  position: relative;
  width: 100%;
}
ul.tabs-menu {
  left: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  top: 0;
}
ul.tabs-menu li {
  display: block;
  float: none;
  background: none
}
ul.tabs-menu li a {
  color: #939393;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  padding: 0.5em 0;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  width: 100%;
}
ul.tabs-menu li a:hover {
  color: #ef6000;
}
ul.tabs-menu li a span {
  background: rgba(0, 0, 0, 0) url(../images/tab.png) no-repeat scroll 0 0;
  display: inline-block;
  height: 13px;
  margin-right: 12px;
  width: 13px;
}
.tab-grids {
  border-left: 3px solid #e8e8e8;
}
.tab-grid {
  padding-left: 2.8em;
}
.tb-one:nth-child(1) {
  margin-top: 0;
}
.tb-one {
  margin-top: 1.8em;
}
.tab-grid h3 {
  color: #282828;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.tab-grid p {
  color: #474747;
  font-weight: 500;
  line-height: 1.8em;
  margin: 5px 0;
}
.tb-two {
  margin-top: 14px;
}
.tb-one input[type="text"]:nth-child(1), .tb-one input[type="text"]:nth-child(3) {
  margin-right: 23px;
}
.tb-one input[type="text"] {
  background: #f3f3f3 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0.5em;
  color: #474747;
  margin: 7px auto;
  outline: medium none;
  padding: 10px;
  width: 100%;
}
.s-btn, .t-btn {
  margin-top: 1em;
  text-align: right;
}
.tb-one textarea {
  background: #f3f3f3 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0.5em;
  color: #474747;
  height: 150px;
  margin: 4px 0;
  outline: medium none;
  padding: 15px;
  resize: none;
  width: 100%;
}
.tb-one select {
  background: #f3f3f3;
  border: medium none;
  border-radius: 0.5em;
  color: #474747;
  margin: 7px auto;
  outline: medium none;
  padding: 10px;
  width: 100%;
}
.tb-one select option {
  background: #fff;
}
.tb-one input[type="submit"], .tb-one input[type="reset"] {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #282828;
  border-radius: 5px;
  color: #414141;
  cursor: pointer;
  font-weight: 700;
  padding: 9px 24px;
}
.tb-one .pri label {
  padding: 5px 10px;
}
.tabs-box ul.contact02 {
  margin: 10px auto;
  width: 100%;
}
.tabs-box ul.contact02 li {
  border: 1px solid #ccc;
  margin: 10px 0;
  list-style: none;
  border-radius: 3px;
}
.tabs-box ul.contact02 li .msg {
  border-bottom: 1px dotted #ccc;
  padding: 0.3em 1em;
}
.tabs-box ul.contact02 li .msg .name {
  color: #0055a1;
  font-weight: bold;
  margin-right: 10px;
}
.tabs-box ul.contact02 li .reply .text {
  clear: both;
}
.tabs-box ul.contact02 li .msg .date {
  margin-right: 10px;
}
.tabs-box ul.contact02 li .msg .ip {
  color: #676767;
  margin-left: 10px;
}
.tabs-box ul.contact02 li .reply {
  background: #f4f9f6;
  margin-bottom: 0;
  padding: 0.3em 1em;
}
.tabs-box ul.contact02 li .reply .name {
  color: #ef6000;
  font-weight: bold;
  margin-right: 10px;
}
.tabs-box ul.contact02 li .reply .date {
  margin-right: 10px;
}
.tabs-box ul.contact02 li .reply .text {
  clear: both;
}
.kf-paginator {
  float: left;
  padding: 1em 0 2.5em;
  position: relative;
  width: 100%;
}
.kf-pagination li {
  display: inline-block;
  margin-right: 0.05em;
}
.kf-pagination .kf-current {
  background-color: #00a569;
  border-color: #00a569;
  color: #fff;
  pointer-events: none;
}
.kf-pagination a {
  border: 1px solid silver;
  border-radius: 4px;
  padding: 0.5em 0.7em;
}
.kf-paginator_number {
  padding-top: 0.65em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 2.5em;
}
a.b-home {
  background: #16A667;
  padding: 0.8em 3em;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin-top: 1em;
}
a.b-home:hover {
  background: #f2af00;
  color: #fff;
}
.app_left {
  border-right: 1px solid #e4e4e4;
  padding-right: 20px;
}
.app_left .box {
  margin: 0 0 1em 0;
}
.app_left .box .edit {}
.app_left p.title::after {
  border-bottom: 1px solid #c00;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 40px;
}
.app_left p.title {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.app_left label {
  display: block;
  margin: 0 auto;
  padding: 0.5em 5px;
  width: 100%;
}
.app_left input {
  padding: 0.2em;
  width: 90%;
}
.app_left .edit input, .app_left .edit textarea {
  background-color: #fafafa;
  border: 2px solid #efefef;
  color: #666;
}
.r11 {
  color: #c00;
  line-height: 24px;
}
.member .update {
  margin: 30px 30px 0 0;
  display: block;
  float: right;
}
.m-button-engage, a[class*="m-button"], span[class*="m-button"] {
  display: inline-block;
}
[class*="m-button"] {
  background: #16a667 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  max-width: 100%;
  padding: 0.7em 3em;
  text-align: center;
}
[class*="m-button"]:hover {
  background: #ffb449;
  color: #fff;
}
.record {
  margin: 0 auto;
  float: none;
}
.car_search {
  width: 100%;
  line-height: 1.5em;
  margin: 0 auto;
}
.car_search .box {
  float: left;
  margin: 0 1em 1em 1em;
}
.car_search input, .car_search select {
  border: 1px solid #e2e2e2;
  color: #777;
  padding: 0.2em 1em;
  vertical-align: middle;
}
.clr::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0em;
  height: 0;
  line-height: 0;
  margin: 0 auto;
  width: 80%;
}
.carousel .disabled, .clr::after {
  visibility: hidden;
}
.detail-wrap {
  padding-top: 1em;
}
.detail-wrap .box {
  margin: 1em 0;
  width: 100%;
  padding: 0.5em 0.5em;
}
.detail-wrap .box .text {
  border-left: 2px solid #16a667;
  padding-left: 5px;
  color: #666;
}
.detail-wrap .box i {
  background: #f5f5f5;
  padding: 0.5em 0.8em;
  color: #3333;
}
.detail-wrap .box .fogc {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 0.5em;
  border: 1px #E0DFDF solid;
}
.contact {
  padding: 4em 0;
}
.contact-head {
  text-align: center;
}
.contact-head h3 {
  text-transform: capitalize;
  color: #394c53;
  font-weight: 600;
}
.contact-head span {
  color: #777;
}
.contact-map iframe {
  min-height: 300px;
  width: 100%;
  border: none;
  margin: 1.5em 0 1em;
}
.contact-form-row {
  margin-bottom: 3em;
}
.contact-form-row div {
  width: 32.6%;
  float: left;
  margin-right: 1%;
}
.contact-form-row div span, .contact-form-row2 span {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  padding: 0 0 0.5em;
}
.contact-form-row div input[type="text"], .formSave input[type="text"] {
  width: 100%;
  padding: 1em;
  border: 1px solid #EEE;
  -webkit-appearance: none;
  outline: none;
  color: #777;
  transition: border-color 0.4s;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -ms-transition: border-color 0.4s;
}
.contact-form-row div input[type="text"]:hover, .contact-form-row2 textarea:hover {
  color: #d4a258;
  border-color: #d4a258;
}
.contact-form-row div:nth-child(3) {
  margin-right: 0;
}
.contact-form-row2 textarea, .formSave textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #EEE;
  -webkit-appearance: none;
  outline: none;
  color: #777;
  min-height: 320px;
  resize: none;
  transition: border-color 0.4s;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -ms-transition: border-color 0.4s;
}
.contact-form-row2 {
  margin-top: 1em;
}
.contact-form input[type="submit"], myButton input[type="submit"] {
  display: block;
  background: #16A667;
  padding: 0.7em 3em;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 400;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border: none;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
  background: #ffb449;
}
.login {
  padding: 2em 0;
  background: none;
}
.login h3 {
  color: #f2af00;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}
.login p {
  color: #090909;
  margin: 0;
  text-transform: uppercase;
}
/*=-== 分頁 ====*/
.abgne_tab {
  clear: left;
  width: 560px;
  margin: 0 auto;
  background: #fbfbfb;
  padding: 0px;
  padding-top: 0em;
  padding-bottom: 5px;
  border: 1px #cccccc solid;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.abgne_tab .self_form_table {
  background: none;
  box-shadow: none;
  padding: 0;
}
ul.tabs {
  background: #00a2e5 none repeat scroll 0 0;
  height: 40px;
  line-height: 40px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-radius-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-radius-top-right-radius: 8px;
}
ul.tabs li {
  float: left;
  overflow: hidden;
  position: relative;
  background: #999;
  margin-bottom: -1px;
  border-left: none;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-radius-top-left-radius: 8px;
}
ul.tabs li a {
  display: block;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  transition: all 0.1s ease-in-out 0s;
}
ul.tabs li a:hover {
  background: #e79f05;
}
ul.tabs li.active {
  background: #64c025;
  border-bottom: 1px solid #fff;
}
ul.tabs li.active a:hover {
  background: #e79f05;
}
div.tab_container {
  clear: left;
  width: 100%;
  border-top: none;
}
div.tab_container .tab_content {
  padding: 20px;
}
div.tab_container .tab_content h2 {
  margin: 0 0 20px;
}
.tab_container .normal {
  text-align: center;
}
.tab_container .normal p {
  margin: 0 0 12px;
}
.tab_container input {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 0.95em;
  height: 18px;
  line-height: 18px;
  padding: 5px;
  height: 34px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}
.controls input {
  margin-bottom: 5px;
}
.control-group {
  display: block;
  margin-bottom: 10px;
}
.control-group input {
  width: 100%;
}
.tab_container input.normal {
  overflow: hidden;
  width: 100%;
  background: #F63;
  display: block;
  margin: 0 auto;
  margin-top: 1em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.tab_container input.normal:hover {
  background-color: #F63;
  -moz-box-shadow: 0 .2em .2em -.1em #c83166, 0 .3em #ca3b06, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 .2em .2em -.1em #c83166, 0 .3em #ca3b06, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
  box-shadow: 0 .2em .2em -.1em #c83166, 0 .3em #ca3b06, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12); /*------ end contact -----*/
}
/* ========== 內頁內容外框 ==========*/
/*==== 發佈單位搜尋 ====*/
.form_ssued {
  overflow: hidden;
  font-weight: 600;
  width: 100%;
  display: none; /*=== 先隱藏 ===*/
}
.form_ssued .container {
  background: rgba(251, 251, 251, 1.0);
  padding: 2rem 2rem 0 2rem;
}
.form_ssued input, .form_ssued select {
  color: #6f6f6f;
  background: #fff;
  border: 1px solid #b6b6b6;
  border-radius: 2px;
  padding: 8px 10px;
}
.form_ssued label {
  padding-left: 10px;
  font-weight: 600;
  font-size: 1.22rem;
}
.form_ssued input[type="submit"] {
  background: #95b3c0;
  color: #fff;
  padding: 7px 10px;
  border: none;
}
.form_ssued input[type="submit"]:hover {
  background: #85a0ab;
  font-size: 1.22rem;
}
/*==== ///END-發佈單位搜尋 ====*/
.information {
  font-size: 1.516rem;
  padding: 0;
  margin: 0 auto;
}
.information p {
  line-height: 160%;
  margin: 0 0 .5rem 0;
}
.infor_nav {
  margin: 0 auto;
  padding: 2rem 2rem 1rem 2rem;
}
.infor_nav .mt_02 {}
.infor_nav .mt_01 {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 .5rem;
}
.infor_nav .mt_01::before, .infor_nav .mt_01::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.infor_nav .mt_01::before {
  background: #9ec8d36b;
  top: 0;
  left: 0px;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.infor_nav .mt_01::after {
  background: #9ec8d3;
  top: 0;
  left: 0px;
  z-index: 1;
}
.infor_title {
  font-size: 2rem;
  font-weight: 600;
  padding: .35rem 5.5rem 0 1rem;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.infor_title:first-letter {
  font-size: 2.7rem;
}
/*明細內容標題(字要縮小)*/
.details .infor_title {
  font-size: 1.8rem;
  line-height: 160%;
}
.details .infor_title:first-letter {
  font-size: inherit;
}
/*內層級導覽*/
.nav_title {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.21rem;
  padding: 5px 0px;
  color: #658ca1;
  background: url(../images/nav_title.png) left center no-repeat;
  padding: 2px 0 2px 2rem;
}
.nav_title a {
  color: #505050;
}
.nav_title a:hover {
  color: #D33836;
}
/*發布日期*/
.fbsize {
  width: 100%;
  overflow: hidden;
  text-align: right;
  margin-bottom: 1rem;
}
.fbsize .content {
  text-align: right;
  background: rgba(163, 189, 190, .25);
  padding: .4rem .8rem;
  display: inline-block;
  width: auto;
  border-radius: 4px;
}
.fbsize span {}
.fbsize span.unit {
  font-weight: 600;
}
.nav_title a {}
.infor_nav hr {
  display: none !important;
}
/*內頁內容區塊*/
.infor_contain {
  overflow: hidden;
  padding: 1.5rem 2rem;
}
.infor_contain .mc_03 {
  margin: 0 auto;
  overflow: hidden;
  min-height: 400px;
  padding: 0;
}
.infor_content {
  font-size: 1.516rem;
  line-height: 210%;
}
.infor_content_css {
  font-size: 1.516rem;
  line-height: 1.8;
}
/*內文連結A*/
.infor_contain a {
  font-weight: 600;
  color: #967249;
}
.infor_contain a:hover {
  color: #538141;
}
/*按鈕連結A*/
.infor_contain a.buttonlink {
  background: #967249;
  display: inline-block;
  padding: 0.25rem 1rem 0.3rem 1rem;
  color: #fff;
  border-radius: 3px;
  margin: 2px 4px;
  line-height: initial;
}
.infor_contain a.buttonlink:hover {
  background: #538141;
}
/*內頁明細*/
.infor_list .news_list {}
.infor_list .news_list li {
  background: #59849b17;
  border-left: 10px solid #658da2;
}
.infor_list .news_list li span {
  padding: 2px .5rem;
  background: #79a8c14a;
  font-weight: 600;
  order: 2;
  color: #3f6c84;
}
.infor_list .news_list li a {
  color: inherit;
  padding: .94rem .78rem;
  display: inline-block;
  order: 1;
}
.infor_list .news_list li:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px -5px;
  border: 1px solid #658da2;
  background: #59849b21;
}
/*內頁圖文*/
.infor_list .img_list {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1rem 0;
}
.infor_list .img_list li {
  text-align: center;
  margin-bottom: 2rem;
  width: 25%;
}
.infor_list .img_list li a {
  font-weight: 600;
  display: inline-block;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #cccccc54;
  font-size: inherit;
  color: inherit;
  display: inline-block;
}
.infor_list .img_list li a:hover {
  border: 1px solid #63bd5c;
}
.infor_list .img_list li .jqzoom {
  border: 1px solid #829fa00f;
}
.infor_list .img_list li .jqzoom img {
  border: 2px solid #fff;
}
.infor_list .img_list li p {
  margin: .5rem 0 0 0;
  position: relative;
  padding: 0 0 0 1.2rem;
  display: none;
}
.infor_list .img_list li p::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 6px;
  background: #78b3a1;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 6px;
  height: 8px;
}
.infor_contain img {
  max-width: 100%;
}
/*MORE更多頁面*/
.changed {
  background: #fff;
}
.changed .infor_list .img_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.changed .infor_list .img_list li {
  width: auto;
}
.changed .infor_list .img_list li a {
  padding: 0;
  border: none;
  box-shadow: none;
}
.changed .infor_list .img_list li p {
  display: none;
}
.changed .infor_list .img_list li .jqzoom, .changed .infor_list .img_list li img {
  border: none;
}
/*====== 內頁消息頁面(新增了照片輪播) ======*/
.carousel_newspage {}
/*==== 輪播圖 ====*/
.carousel_newspage .newspho {
  position: relative;
  overflow: hidden;
}
.carousel_newspage .newspho .phoimgs {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.carousel_newspage .newspho .phoimgs .owl-carousel.owl-loaded {
  min-height: 550px;
}
.carousel_newspage .newspho .phoimgs .owl-carousel .item {
  border: 5px solid #acbaa1;
  border-radius: 10px;
  background: #d6e2cc;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.carousel_newspage .newspho .phoimgs .owl-carousel .owl-item img {
  border-radius: 5px;
  border: 15px solid #fff;
}
/*左右按鈕*/
.carousel_newspage .newspho .owl-theme .owl-nav {
  position: relative;
  margin-top: -300px;
  width: 100%;
}
.carousel_newspage .newspho .owl-carousel .owl-nav button {
  position: absolute;
  background: #acbaa1;
  width: 50px;
  height: 100px;
  border-radius: 2px;
}
.carousel_newspage .newspho .owl-carousel .owl-nav button.owl-prev {
  border-radius: 0 50px 50px 0;
  left: 0;
}
.carousel_newspage .newspho .owl-carousel .owl-nav button.owl-next {
  border-radius: 50px 0 0 50px;
  right: 0;
}
.carousel_newspage .newspho .owl-carousel .owl-nav button span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}
.carousel_newspage .newspho .owl-carousel .owl-nav button.owl-prev span {
  padding-right: 10px;
}
.carousel_newspage .newspho .owl-carousel .owl-nav button.owl-next {
  padding-left: 10px;
}
/*點點按鈕*/
.carousel_newspage .newspho .owl-theme .owl-dots {
  width: 100%;
  padding: 0.25rem;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.carousel_newspage .newspho .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  margin: 0;
  min-height: inherit;
  font-size: 0;
}
.carousel_newspage .newspho .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  font-size: 0;
}
/*==== 消息內文 ====*/
.carousel_newspage .newspage {
  padding: 1rem 0 5rem 0;
}
/*====== ///END-內頁消息頁面(新增了照片輪播) ======*/
/*==================== 內頁自定義 ====================*/
/*== 共用module_section ==*/
.module_section {
  overflow: hidden;
  padding: 1rem 0;
}
/*== 內頁共用外框 ==*/
.section_in {
  width: 100%;
  overflow: hidden;
}
/*== 適用於區塊標題==*/
.section_in h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}
/*條列塊面*/
.vision_box {
  display: flex;
}
/*條列塊面(多分類)*/
.vision_box.many {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.vision_box.many img {
  width: 50%;
}
/*== 內頁文字共用框== */
.section_in .narrative {
  padding: 2rem 0;
}
.section_in .narrative p {
  line-height: 180%;
  margin: 0 0 1rem 0;
}
/*文字特殊*/
.large {
  font-size: 120%;
}
.small {
  font-size: 90%;
}
.bold {
  font-weight: 600;
}
.texleft {
  text-align: left;
}
.texcenter {
  text-align: center;
}
.texright {
  text-align: right;
}
.flotleft {
  float: left;
}
.flotcenter {
  float: none;
}
.flotright {
  float: right;
}
/*==== UL國字序號排列 ====*/
ol.planlist {
  margin: 1rem 0;
  padding: 0;
}
ol.planlist .oli {
  position: relative;
  border-bottom: 2px #acbbad78 dashed;
  padding: 0.5rem .5rem .5rem 4.5rem;
  margin: 0 0 0.8rem 0;
}
ol.planlist .oli::after {}
ol.planlist li {
  list-style: cjk-ideographic;
  line-height: 150%;
  position: relative;
  z-index: 1;
}
ol.planlist li ol {
  padding: 0.8rem 1rem 1rem 3rem;
  background: #e0dad65c;
  border-radius: 15px;
  margin: 0.8rem 0 1rem 0;
}
ol.planlist li ol li {
  list-style: auto;
  border: none;
  margin: 0;
  padding: 0;
}
/*============================ (一)認識我們 ============================*/
.aboutlayout {}
/*==== 排版共用 ====*/
.aboutlayout .section_in.shared {}
/*標題*/
.aboutlayout .section_in.shared .titx {
  font-weight: 600;
  font-size: 2rem;
  background: url(../images/paragraptitx.jpg)right 1rem no-repeat;
  padding: 0 7.5rem 0 0;
  position: relative;
  margin: 0 0 0.5rem 0;
  display: inline-block;
}
/*== (1)100%全文字==*/
.aboutlayout .shared .paragraph {
  margin: 0 0 2rem 0;
}
/*標題*/
.aboutlayout .shared .paragraph .titx {
  color: #000;
}
.aboutlayout .shared .paragraph p {
  margin: 0 0 1rem 0;
}
.aboutlayout .shared .paragraph .lio {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 1rem 0 2rem 0;
  border-bottom: 2px #79955942 dashed;
}
.aboutlayout .shared .paragraph .lio span {
  padding: 1rem;
}
.aboutlayout .shared .paragraph .lio img {
  border: 10px solid #fff;
  height: 340px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
/*== (2)分排 ==*/
.aboutlayout .shared .vision_boxt {
  display: flex;
}
/*圖片*/
.aboutlayout .shared .vision_boxt .impho {
  width: 30%;
}
.aboutlayout .shared .vision_boxt .impho .lio {}
.aboutlayout .shared .vision_boxt .impho .lio img {
  padding: 1rem;
}
/*文字*/
.aboutlayout .shared .vision_boxt .narrative {
  width: 70%;
}
.aboutlayout .shared .vision_boxt .narrative .titx {}
.aboutlayout .shared .vision_boxt .narrative p {}
/*== ///END-分排 ==*/
/*======= 關於我們 =======*/
.aboutlayout .relevant {
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
  padding: 1.8rem 2.5rem;
  background: #f4f1ee;
}
.relevant .aboutli {
  margin: 0;
  text-align: center;
  width: 33.333%;
  position: relative;
  padding: 0.4rem;
}
.relevant .aboutli .tte {
  position: relative;
  background: #fff;
  margin: 0 0 0.5rem 0;
  padding: 1.5rem;
}
.relevant .aboutli .tte h3 {
  position: relative;
  padding: 0;
  margin: 1rem 0 0 0;
  font-size: 2.14rem;
}
/*分色系*/
.relevant .aboutli:nth-child(1) .tte h3 {
  color: #d89696;
}
.relevant .aboutli:nth-child(2) .tte h3 {
  color: #6d9cba;
}
.relevant .aboutli:nth-child(3) .tte h3 {
  color: #61b192;
}
.relevant .aboutli .tte h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 15px;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
}
/*分色系*/
.relevant .aboutli:nth-child(1) .tte h3::before {
  background: rgb(242 208 209 / 20%);
}
.relevant .aboutli:nth-child(2) .tte h3::before {
  background: rgb(192 211 224 / 20%);
}
.relevant .aboutli:nth-child(3) .tte h3::before {
  background: rgb(186 218 205 / 20%);
}
/*== 圖文 ==*/
.relevant .aboutli .graphic {
  position: relative;
  background: #fff;
  min-height: 240px;
}
.relevant .aboutli .graphic::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 50%;
  margin-top: -60px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: block;
}
/*分色系*/
.relevant .aboutli:nth-child(1) .graphic::before {
  background: rgb(242 208 209 / 20%);
}
.relevant .aboutli:nth-child(2) .graphic::before {
  background: rgb(192 211 224 / 20%);
}
.relevant .aboutli:nth-child(3) .graphic::before {
  background: rgb(186 218 205 / 20%);
}
.relevant .aboutli .graphic img {
  max-width: 80px;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 .5rem 0;
}
.relevant .aboutli p {
  padding: 0;
  margin: 0;
  font-size: 1.367rem;
  line-height: 170%;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
/*==== 詳細內容(文繞圖)====*/
.aboutlayout .narrative {
  padding: 2.5rem 0;
  margin: 0;
}
.aboutlayout .director .narrative {
  padding: 0;
  margin: 5% 5% 0 0;
}
/*第一段(有圖文)*/
.aboutlayout .narrative .paragraph {
  padding: 2rem 0 1rem 0;
  width: 100%;
  overflow: hidden;
}
.aboutlayout .narrative p.flotleft {
  padding-left: 0;
  padding-right: 0;
}
.aboutlayout .narrative .paragraph img.pic {
  position: relative;
}
.aboutlayout .narrative .paragraph img.pic.a1 {
  z-index: 2;
}
.aboutlayout .narrative .paragraph img.pic.a2 {
  z-index: 1;
  margin-top: -150px;
}
.aboutlayout .narrative .paragraph img.pic.a3 {
  margin-top: 50px;
  margin-right: 100px;
}
/*======= ///END-關於我們 =======*/
/*======= 農業局長 =======*/
.aboutlayout .director.vision_box {
  background: #fff;
  justify-content: center;
  padding: 3rem 0;
}
/*圖片*/
.director .photo {
  border-radius: 15px;
  border: 1px solid #cccccc69;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
  margin: 0 10% 0 0;
}
.director .photo img {
  border-radius: 15px;
  border: 20px solid #fff;
}
.director .photo p {
  text-align: center;
  background: #184f3630;
  padding: 0.5rem;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
/*文字*/
.aboutlayou .narrative {}
.narrative .box {
  margin: 0 0 2rem 0;
}
.section_in .director .narrative h3 {
  text-align: left;
  margin: 0;
}
.narrative .box ul {
  border-bottom: 2px #70563f21 dashed;
}
.narrative .box ul li {
  position: relative;
  padding: 0 0 .3rem 1.5rem;
}
.narrative .box ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  display: block;
  width: 10px;
  height: 10px;
  background: #967249ab;
  border-radius: 50%;
}
/*======= ///END-農業局長 =======*/
/*======= 聯絡我們 =======*/
.connection {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: flex-start;
  justify-content: space-between;
}
.connection .materialli {
  flex: 0 0 49%;
  margin: 1% .5%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  padding: 1rem .8rem;
  border-radius: 5px;
  border: 1px solid #cccccc80;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  min-height: 250px;
  position: relative;
}
.connection .materialli:nth-last-child(1) {
  min-height: 340px;
}
.connection .materialli::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 30px;
  bottom: -2px;
  right: -2px;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  background: #bfa991;
  z-index: 1;
}
.connection .materialli::after {
  position: absolute;
  content: "";
  border: 2px #f3e9e1 dashed;
  border-radius: 5px;
  width: 96.5%;
  min-height: 230px;
}
.connection .materialli:nth-last-child(1)::after {
  min-height: 320px;
}
/*== 左半天兩個項目資訊) ==*/
.connection .materialli .graphic {
  width: 48%;
  text-align: center;
  border-right: 2px #ddd7d1 dashed;
  padding: 0;
}
.connection .materialli .graphic .boxkind {
  display: inline-block;
  width: auto;
}
/*== 科目處室名稱 ==*/
.connection .materialli .boxkind.tte {
  width: 100%;
  position: relative;
}
.connection .materialli .boxkind.tte::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90%;
  height: 18px;
  left: 5%;
  bottom: 0.5rem;
  background: rgb(186 218 205 / 49%);
}
.connection .materialli .boxkind.tte h3 {
  position: relative;
  font-weight: 600;
  z-index: 1;
}
/*聯絡方式*/
.connection .materialli .boxkind.message {
  padding: 0.5rem;
}
.connection .materialli .boxkind p {
  line-height: 130%;
  text-align: left;
  position: relative;
  padding: 0 0 .5rem 2rem;
}
.connection .materialli .boxkind p::after {
  position: absolute;
  content: "";
  left: 1rem;
  top: 10px;
  display: block;
  width: 6px;
  height: 6px;
  background: #967249ab;
  border-radius: 50%;
}
/*== 右半邊處室項目 ==*/
.connection .materialli .project {
  width: 52%;
  padding: 0 .8rem 0 1.6rem;
  line-height: 150%;
}
.connection .materialli .project ol {
  line-height: initial;
  list-style: cjk-ideographic;
  padding: 0;
  margin: 0 0 0 3rem;
}
.connection .materialli .project ol li {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
/*======= ///END-聯絡我們 =======*/
/*== 主分類組織架構 ==*/
/*架構圖*/
.organization {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 5rem;
}
.organization div {
  border-radius: 4px;
  padding: 1rem;
}
.organization .tit {
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 120%;
}
/*第一層*/
.organization .tit.f1 {
  background: #52a8c8;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.organization .tit.f1 .edu {
  text-align: left;
  float: left;
  line-height: 160%;
}
.organization .tit.f1 .poit {
  float: left;
  background: #fffffff0;
  text-align: center;
  color: #517583;
}
.organization .tit.f1 .poit span {
  width: auto;
  display: inline-block;
  padding: 0;
  text-align: left;
  line-height: 150%;
}
/*第二層*/
.organization .tit.f2 {
  margin: 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 1px;
}
.organization .tit.f2 .lisbox {
  background: #61a082;
  flex: 0 0 30%;
}
.organization .tit.f2 .lisbox:nth-child(2) {
  margin-right: 5%;
}
.organization .tit.f2 .lisbox:nth-child(3) {
  margin-right: 2%;
}
.organization .tit.f2 .lisbox .titx {
  padding: 0.5rem;
  background: #ffffffde;
  color: #2f7954;
}
.organization .tit.f2 .lisbox .lisna {
  padding-bottom: 0.25rem;
}
.organization .tit.f2 .lisbox ul {
  width: auto;
  display: inline-block;
  padding-left: 5px;
}
.organization .tit.f2 .lisbox ul li {
  position: relative;
  padding: 0 0 0 1rem;
  font-size: 1.26rem;
  font-weight: 400;
  margin: 2px 0;
}
.organization .tit.f2 .lisbox ul li::after {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  display: inline-block;
  background: #3a5649;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 5px;
  height: 8px;
}
/*第三層*/
.organization .box {
  width: 100%;
  overflow: hidden;
  padding: 3rem 0 1rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.organization .box .oin {
  flex: 0 0 23%;
  background: #826985;
  padding: 0rem;
  margin: 0;
}
.organization .box .oin::before {
  content: "";
  display: block;
  position: absolute;
  height: 14%;
  width: 0;
  border-left: 2px dotted #3c8682;
  margin-left: 12%;
  top: 2px;
}
.organization .box .oin::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #529e7a;
  position: absolute;
  top: 28px;
  margin-left: 11.64%;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.organization .box .oin:nth-child(3)::before {
  margin-left: 20%;
}
.organization .box .oin:nth-child(3)::after {
  margin-left: 19.64%;
}
.organization .box .oin span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.organization .box .oin span.order {
  background: #957199;
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 32%);
  padding: 10px;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.organization .box .oin p {
  padding: 1rem 0.5rem 1rem 0.5rem;
  text-align: center;
  color: #fff;
  letter-spacing: .5px;
  line-height: 160%;
}
/*箭頭*/
.organization .arrow {
  width: 70px;
  height: 34px;
  height: 34px;
  margin: 0 auto;
  text-indent: -9999px;
  background: #4c97b3;
  -webkit-clip-path: polygon(0 35%, 50% 100%, 100% 35%, 80% 35%, 80% 0, 20% 0, 20% 35%);
  clip-path: polygon(0 35%, 50% 100%, 100% 35%, 80% 35%, 80% 0, 20% 0, 20% 35%);
}
/*== END主分類組織架構 ==*/
/*======= 組織沿革及歷屆首長 =======*/
.aboutlayout {}
.aboutlayout table.dcf-table {
  width: 100%;
  margin: 0 0 2rem 0;
}
.aboutlayout table.dcf-table caption {
  font-weight: 600;
}
.aboutlayout table.dcf-table th {
  background: #6fa0c4;
  text-align: center;
  padding: 0.5rem .6rem;
  color: #fff;
  border-left: 1px solid #ffffff47;
}
.aboutlayout table.dcf-table tr:nth-child(even) {
  background: #6fa0c421;
}
.aboutlayout table.dcf-table td {
  padding: .5rem;
  text-align: center;
}
.aboutlayout table.dcf-table .textd a {
  color: inherit;
}
/*======= ///END-組織沿革及歷屆首長 =======*/
/*======= 青年政策 =======*/
.youth {}
.youth h3 {
  text-align: left;
  margin: 2rem 0 0.5rem 0;
  position: relative;
  display: inline-block;
  padding: 0.25rem 2rem;
  font-size: 1.9rem;
}
.youth h3::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 115%;
  height: 18px;
  left: -1.5rem;
  bottom: -0.15rem;
  background: #c2ae9db0;
}
.youth h3 span {
  position: relative;
  z-index: 1;
}
.youth ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin: 1rem 0 0 0;
}
.youth ul li {
  padding: 1rem 1rem 2rem 1rem;
}
.youth ul li a {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  display: block;
  border: 1px solid #cccccc73;
}
.youth ul li a:hover {
  border: 1px solid #538141;
}
.youth ul li a img {
  border-radius: 5px;
  border: 10px #fff solid;
}
/*======= ///END-青年政策 =======*/
/*======= 性別主流化 =======*/
.section_in.gender {}
/*== 主題外框==*/
.section_in.gender .itembox {
  background: #fff;
  margin: 0 0 3rem 0;
  padding: 1.5rem 1rem;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
/*== 大標 ==*/
.section_in.gender .itembox h3 {
  position: relative;
  margin: 1rem 0 2.5rem 0;
}
.section_in.gender .itembox h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40%;
  height: 20px;
  left: 50%;
  margin-left: -240px;
  bottom: -0.4rem;
  background: rgb(186 218 205 / 49%);
}
.section_in.gender .itembox h3 span {
  position: relative;
  z-index: 1;
}
/*== 分兩欄或是一欄==*/
.section_in.gender .itembox .genderbox {
  padding: 0 1.5rem;
}
.section_in.gender .itembox .genderbox .itemcolumn /*一欄*/ {
  border: 2px #f3e9e1 dashed;
  border-radius: 5px;
  padding: 1rem;
  margin: 1rem;
}
/*== 小標 ==*/
.section_in.gender .itembox .itemcolumn h4 {
  margin: 0;
  background: #96724929;
  color: #251d15;
  padding: 1.2rem 1rem 1rem 3.2rem;
  border-radius: 2px;
  position: relative;
}
.section_in.gender .itembox .itemcolumn h4::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  left: 1rem;
  top: 14px;
  border-radius: 50%;
  border: 1px solid #00000014;
}
/*== 項目 ==*/
.section_in.gender .itembox .itemcolumn ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin: 0;
  padding: 1rem 1.5rem;
}
.section_in.gender .itembox .itemcolumn ol li {
  list-style: none;
  position: relative;
  line-height: 160%;
  margin: 0.25rem 1%;
  flex: 0 0 98%;
  border-bottom: thin #d3cbc3 dashed;
  margin-bottom: 0.8rem
}
.section_in.gender .itembox .itemcolumn ol li::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: #d09963;
  left: 0;
  top: 10px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.section_in.gender .itembox .itemcolumn ol.three li {
  flex: 0 0 30%;
}
/*== 單個 ==*/
.section_in.gender .itembox .itemcolumn p {
  padding: 1.5rem 0 0 0;
}
/*== 連結 ==*/
.section_in.gender .itembox .itemcolumn a {
  position: relative;
  z-index: 1;
  color: inherit;
  font-weight: inherit;
  padding: 0 0 0 1rem;
  display: inline-block;
}
.section_in.gender .itembox .itemcolumn p a {
  display: block;
}
/*======= ///END-性別主流化 =======*/
/*======= ///資訊公開 =======*/
.section_in.infor {
  padding: 0 0 2rem 0;
}
.section_in.infor .vision_box {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section_in.infor .materialli {
  border-bottom: thin #d3cbc3 dashed;
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  width: 100%;
  margin: 0 0 1rem 0;
  box-shadow: rgba(0, 0, 0, 0.05) 2.4px 2.4px 3.2px;
}
.section_in.infor .boxkind.tte {
  position: relative;
  padding: 0 0 0 2rem;
}
.section_in.infor .boxkind.tte::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: #b19382;
  top: 1.2rem;
  top: 12px;
  left: 0.5rem;
}
.section_in.infor .materialli .project p {
  padding: 0 1rem;
}
/*======= ///END-資訊公開 =======*/
/*============================ ///END-(一)認識我們 ============================*/
/*============================ (二)買農產 ============================*/
.farminglayout {}
/*======= 新北農漁產  =======*/
.farminglayout .vision_box {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
/*== 沒顏色的100%敘述文 ==*/
.farminglayout .mainintro {
  padding: 1rem;
  margin: 0 0 1.5rem 0;
}
/*內容*/
.farminglayout .mainintro p {
  border: none;
  margin: 1rem 0;
  line-height: 180%;
}
/*== 次標題==*/
.farminglayout .nametit {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #434343;
  position: relative;
  margin: 0 0 2rem 0;
}
.farminglayout .nametit::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 400px;
  height: 18px;
  background: #f3e9e1;
  left: 50%;
  bottom: 1px;
  margin-left: -200px;
}
.farminglayout .nametit span {
  position: relative;
  z-index: 1;
}
/*== 圖+文 ==*/
.farminglayout .phtop {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
  text-align: center;
  padding: 0 1rem 1.5rem 1.5rem;
}
.farminglayout .phtop img {
  border-radius: 5px;
  border: 15px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.farminglayout .narrative {
  padding: 0 0 0 5%;
}
.farminglayout .narrative p {
  border-bottom: 2px #70563f21 dashed;
  padding: 0 0 2rem 0;
}
.farminglayout .narrative ul {
  padding: 1rem 0;
}
.farminglayout .narrative ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.farminglayout .narrative ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  display: block;
  width: 14px;
  height: 14px;
  background: #538141;
  clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}
.farminglayout .narrative ul ol {
  margin: 0 0 0 1rem;
  padding: 0 0 0 0;
}
.farminglayout .narrative ul ol li {
  border-bottom: 2px #70563f21 dashed;
  padding: 0;
}
.farminglayout .narrative ul ol li::after {
  display: none;
}
/*== 資訊 ==*/
.farminglayout .paragraph {
  padding: 2rem;
  background: #f4f1ee;
  margin: 3rem 1rem;
  border-radius: 5px;
}
.farminglayout .paragraph h3 {
  margin: 1rem 0 1rem 0;
  font-size: 1.8rem;
}
.farminglayout .paragraph ul {
  padding: 1rem 0 1.5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.farminglayout .paragraph li {
  position: relative;
  flex: 0 0 19%;
  padding: 1rem;
  border: 5px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px, rgba(0, 0, 0, 0.04) 0px 1px 2px;
  margin: 0 0 1rem 0;
  margin: .5%;
}
.farminglayout .paragraph li a {
  display: block;
  background: #fff;
  border: 1px solid #cccccc85;
}
.farminglayout .paragraph li:hover {
  border: 5px solid #538141;
}
/*======= 產地產期 =======*/
.farminglayout .childbirth {}
.childbirth.vision_box {}
.childbirth.vision_box .listbox {}
/*=== 農漁產地圖 ===*/
.childbirth.vision_box .listbox.maps {}
/*=== 農漁產期表 ===*/
.childbirth.vision_box .listbox.surface {}
.childbirth.vision_box .listbox.surface .tte {
  background: url(../images/productsmt03.png) left 1rem no-repeat;
  padding: 3rem 0 0 9rem;
  position: relative;
  width: 100%;
}
.childbirth.vision_box .listbox.surface .tte::after {
  position: absolute;
  content: "";
  display: block;
  width: 41px;
  height: 36px;
  top: 1rem;
  left: 50%;
  margin-left: -240px;
  background: url(../images/productsmt02.png) left top no-repeat;
}
.childbirth.vision_box .listbox.surface h3 {
  font-size: 2.34rem;
  background: #c19eb5;
  color: #Fff;
  display: inline-block;
  padding: 5px;
  border-radius: 2px;
}
.childbirth.vision_box .listbox.surface h3 span {
  border: 1px solid #fff;
  border-radius: 2px;
  margin: 0.25rem;
  display: block;
  padding: 5px 15px;
}
.listbox.surface ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.listbox.surface ul li {
  display: flex;
  padding: 0;
  flex: 0 0 49.3%;
  margin: 0.25rem;
}
.listbox.surface ul li:nth-child(1n) {
  background: #c2ae9d;
}
.listbox.surface ul li:nth-child(2n) {
  background: #a4c5a8;
}
/*分色單雙*/
.listbox.surface ul li:nth-child(odd) {
  background: #b19f9026;
}
.listbox.surface ul li:nth-child(odd) .items {
  background: #b19f9080;
}
.listbox.surface ul li:nth-child(even) {
  background: #a4c5a838;
}
.listbox.surface ul li:nth-child(even) .items {
  background: #a4c5a885;
}
.listbox.surface ul li .rows {
  display: block;
  width: 100%;
  min-height: auto;
}
.listbox.surface ul li span {
  font-size: 1.25rem;
  line-height: 150%;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  float: left;
  position: relative;
}
/*產品名稱*/
.listbox.surface ul li .items {
  font-weight: 600;
  padding: .8rem .8rem 0.5rem 0.8rem;
  font-size: 1.5rem;
  width: 100%;
  display: block;
  float: none;
}
.listbox.surface ul li .items a {
  position: relative;
  padding: 0 0 0 1.8rem;
}
.listbox.surface ul li .items a::after {
  position: absolute;
  top: 6px;
  left: 5px;
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #ffffffc9;
}
/*產品產月*/
.listbox.surface ul li .month {
  border-right: 2px solid #fff;
}
/*產品產地*/
.listbox.surface ul li .area {}
.listbox.surface ul li .month::after, .listbox.surface ul li .area::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  left: 10px;
  top: 1.5rem;
  background: #0000004a;
}
/*=== 農漁產地表 ===*/
.childbirth.vision_box .listbox.place {}
/*======= ///END-產地產期 =======*/
/*======= 實體通路 > 小農鮮鋪 > 小農故事  =======*/
.farminglayout .story {}
.farminglayout .story .phtop {
  box-shadow: rgba(0, 0, 0, 0.005) 0px 25px 20px -20px;
}
/*== 口號 ==*/
.farminglayout .story .slogan {
  background: url(../images/linkbox_h2.png) no-repeat left top;
  display: block;
  padding: 0 0 1.6rem 100px;
  color: #a6664c;
}
.farminglayout .story .slogan span {
  font-size: 2.4rem;
  font-weight: 900;
}
/*== 主要作物==*/
.farminglayout .mainintro.crop {
  margin-top: 3rem;
}
.farminglayout .mainintro.crop .bopiu {
  padding: 1.2rem 1.5em;
  margin: 1rem 1rem 2rem 1rem;
  border: 2px #759179 dashed;
  border-radius: 5px;
  background: #fff;
  line-height: 160%;
}
/*======= ///END-實體通路 > 小農鮮鋪 > 小農故事 =======*/
/*=======買農產 > 實體通路 > 小農鮮鋪 > 小農鮮鋪簡介  =======*/
.farminglayout .marketbox {
  padding: 1rem;
}
/*標*/
.farminglayout .marketbox .markettit {
  font-size: 2rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
  letter-spacing: .25rem;
}
.farminglayout .marketbox .vision_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.farminglayout .marketbox .vision_box .marketlis {
  flex: 0 0 48%;
  margin: 1%;
  background: #fff;
  padding: 1rem;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.farminglayout .marketbox .vision_box .marketlis .mana {
  background: #8dab90;
  color: #fff;
  padding: 0 2rem;
  display: block;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}
.farminglayout .marketbox .vision_box .marketlis ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.farminglayout .marketbox .vision_box .marketlis ol li {
  position: relative;
  padding: 0.25rem 1rem 0.25rem 2rem;
  line-height: initial;
}
.farminglayout .marketbox .vision_box .marketlis ol li::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 0.8rem;
  top: .95rem;
  background: #53787c8a;
  border-radius: 50%;
}
/*======= ///END-買農產 > 實體通路 > 小農鮮鋪 > 小農鮮鋪簡介  =======*/
/*======= 買農產 > 實體通路 > 新北希望市集  =======*/
/*大標*/
.farminglayout .ghpy {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 3.5rem;
  margin: 0;
}
.farminglayout .ghpy::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #dfac23;
  left: 1rem;
  top: 0.65rem;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
/*次標*/
.farminglayout .market .nametit {
  margin: 4rem 0 1.5rem 0;
}
.farminglayout .market .nametit::after {
  background: #d6e2cc;
}
.farminglayout .market .nametit span {
  color: #509947;
}
.farminglayout .market .nametit:first-child {
  margin-top: 0;
}
.farminglayout .vision_box.respect {
  padding: 2rem 0 1rem 0;
  border-bottom: 2px #b199993b dashed;
}
.farminglayout .vision_box.respect:nth-last-child(even) {
  background: #fff;
}
/*======= ///END-買農產 > 實體通路 > 新北希望市集  =======*/
/*============================ ///END-(二)買農產 ============================*/
/*============================ (三)來體驗 ============================*/
.experiencelayout {
  padding: 0;
}
/*== 沒顏色的100%敘述文 ==*/
.experiencelayout .mainintro {
  padding: 0 1rem;
  margin: 2rem 0 1.5rem 0;
}
/*內容*/
.experiencelayout .mainintro p {
  border: none;
  margin: 0 0 1.5rem 0;
  line-height: 180%;
}
/*次標題*/
.experiencelayout .nametit {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #434343;
  position: relative;
  margin: 0 0 2rem 0;
}
.experiencelayout .nametit::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 400px;
  height: 18px;
  background: #f3e9e1;
  left: 50%;
  bottom: 1px;
  margin-left: -200px;
}
.experiencelayout .nametit span {
  position: relative;
  z-index: 1
}
/*有iocn的次標*/
.experiencelayout .iconn {
  background: url(../images/productsmt03.png) left 1rem no-repeat;
  padding: 1.5rem 0 .5rem 130px;
  position: relative;
  margin: 0 0 1rem 0;
}
.experiencelayout .iconn span {
  font-weight: 600;
  color: #8b5a1e;
  font-size: 1.8rem;
}
/*並排條列*/
.experiencelayout .mainintro ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: space-around;
}
.experiencelayout .mainintro ul li {
  flex: 0 0 48%;
  border: 2px #759179 dashed;
  border-radius: 15px;
  margin: 1%;
  padding: 0.5rem 1.5rem;
  background: #fff;
  line-height: 160%;
}
.experiencelayout .mainintro ul li span {
  display: block;
  position: relative;
  padding: 0 0 0 1rem;
}
.experiencelayout .mainintro ul li span::after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #759179;
}
/*整列條列*/
.experiencelayout .mainintro ul.tbre {
  display: block;
}
.experiencelayout .mainintro ul.tbre li {
  border: none;
  border-bottom: 2px #759179 dashed;
  border-radius: 2px;
}
.experiencelayout .mainintro ul.tbre li span {}
.experiencelayout .mainintro ul.tbre li span.tte {
  font-weight: 600;
}
/*注意整列條列*/
.experiencelayout .mainintro ol.precautions {
  list-style: none;
  padding: 0 0 0 1.2rem;
  margin: 0;
}
.experiencelayout .mainintro ol.precautions li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.experiencelayout .mainintro ol.precautions li::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background: #d27d29;
}
/*== 圖+文 ==*/
.experiencelayout .vision_box {
  align-items: center;
}
.experiencelayout .phtop {
  padding: 1rem;
}
.experiencelayout .phtop img {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  border: 10px solid #fff;
  border-radius: 5px;
}
.experiencelayout .narrative ul {}
.experiencelayout .narrative ul li {
  position: relative;
  padding: 0 0 0 2rem;
  line-height: 160%;
  margin: 0 0 1rem 0;
}
.experiencelayout .narrative {
  padding: 1rem 0 0 2rem;
}
.experiencelayout .narrative ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  display: block;
  width: 10px;
  height: 10px;
  background: #538141;
}
.experiencelayout .narrative ul ol {
  padding: 0;
  margin: 0 .5rem 2rem 1.5rem;
}
.experiencelayout .narrative ul ol li {
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #9672493d;
  line-height: 150%;
  margin: 0 0 1rem 0;
}
.experiencelayout .narrative ul ol li::after {
  display: none;
}
/*======= 珊瑚小學堂 =======*/
.theschool {}
.theschool .phtop {}
.experiencelayout .narrative p {
  border-bottom: 2px #70563f21 dashed;
  padding: 0 0 1.8rem 0;
}
/*======= ///END-珊瑚小學堂 =======*/
/*============================ ///END-(三)來體驗 ============================*/
/*============================ (四)找資源 ============================*/
.resourcelayout {}
/*共用主標*/
.resourcelayout .nametit {
  display: block;
  width: 100%;
  font-size: 2.16rem;
  font-weight: 600;
  text-align: center;
  color: #434343;
  position: relative;
  margin: 0 0 2rem 0;
}
.resourcelayout .nametit::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 18px;
  background: #f3e9e1;
  left: 50%;
  bottom: -2px;
  margin-left: -255px;
}
.resourcelayout .nametit span {
  position: relative;
  z-index: 1;
}
/*共用次標*/
.resourcelayout .applytime {
  font-size: 1.5rem;
  color: #000;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.resourcelayout .applytime::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  left: 0;
  top: 14px;
  background: #967249;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.resourcelayout .applytime span.ap {
  font-weight: 600;
  color: #846037;
  font-size: 1.78rem;
}
ul.noborder, ol.noborder {
  margin: 0 0 0 2rem !important;
}
ul.noborder li, ol.noborder li {
  border: none !important;
}
/*======= 農村再生社區輔導+樹木修剪認證課程+從農輔導從農輔導 =======*/
.farmingpage .vision_box {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
/*== 沒顏色的100%敘述文 ==*/
.farmingpage .mainintro {
  padding: 0 1rem;
}
/*內容*/
.farmingpage .mainintro p {
  border: none;
  margin: 1rem 0;
  line-height: 180%;
}
/*== 圖+文 ==*/
.farmingpage .phtop {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 25px 20px -20px;
  padding: 0 1rem 0 1.5rem;
}
.farmingpage .phtop img {
  border-radius: 5px;
  border: 15px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.08) -4px 9px 25px -6px;
}
.farmingpage .narrative {}
.farmingpage .narrative p {
  border-bottom: 2px #70563f21 dashed;
  padding: 0 0 2rem 0;
}
.farmingpage .narrative ul {
  padding: 1rem 0;
}
.farmingpage .narrative ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.farmingpage .narrative ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  display: block;
  width: 10px;
  height: 10px;
  background: #538141;
}
.farmingpage .narrative ul li a {}
.farmingpage .narrative ul ol {
  margin: 0 0 0 1rem;
  padding: 0 0 0 0;
}
.farmingpage .narrative ul ol li {
  border-bottom: 2px #70563f21 dashed;
  padding: 0;
}
.farmingpage .narrative ul ol li::after {
  display: none;
}
/*== 資訊 ==*/
.farmingpage .paragraph {
  padding: 2rem;
  background: #f4f1ee;
  margin: 2rem 1rem;
  border-radius: 5px;
}
.farmingpage .paragraph ul {
  padding: 1rem 0 1.5rem 0;
}
.farmingpage .paragraph li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.farmingpage .paragraph ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #967249ab;
}
/*======= ///END-農村再生社區輔導+樹木修剪認證課程+從農輔導 =======*/
/*======= 農漁會聯絡方式 =======*/
.fisherman .vision_box {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/*== 圖+文 ==*/
.fisherman .phtop {
  text-align: center;
  padding: 0 1rem 0 1.5rem;
  border: 15px solid #fff;
  background: #fff;
}
.fisherman .phtop img {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.fisherman .narrative {
  width: 20%;
  color: #895757;
  font-weight: 600;
}
/*== 資訊 ==*/
.fisherman .aragraph {}
.fisherman .aragraph table.dcf-table {}
.fisherman table.dcf-table th {
  background: #6fa0c4;
  text-align: center;
  padding: 0.5rem .6rem;
  color: #fff;
  border-left: 1px solid #ffffff47;
}
.fisherman table.dcf-table tr:nth-child(even) {
  background: #6fa0c421;
}
.fisherman table.dcf-table td {
  padding: .5rem;
  text-align: center;
}
.fisherman table.dcf-table td:nth-child(2) {
  text-align: left;
  padding: 0 0 0 2.5rem;
}
.fisherman table.dcf-table .textd a {
  color: inherit;
}
/*======= ///END-農漁會聯絡方式 =======*/
/*============================ ///END-(二)找資源 ============================*/
/*==================== ///END-內頁自定義 ====================*/
/*============= 搜尋頁面 ==========*/
.info_search {}
#search_form_cx {
  margin: 0;
  overflow: hidden;
}
.info_search label {
  display: none;
}
.info_search input {
  padding: .5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 .25px;
  background-image: none !important
}
.info_search .search_key_cx input {
  width: 100%;
}
.info_search input[type="button"] {
  background: #5ca99b;
  border: 1px solid #5ca99b;
  color: #fff;
}
/*搜尋下的清單*/
.info_search ul.infor_list {
  overflow: hidden;
  width: 100%;
  padding: 1rem 0;
}
.info_search ul.infor_list li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  margin: 1rem 0;
  padding: 1rem 0;
}
.info_search ul.infor_list li div {
  border-bottom: 1px #ccc dashed;
  width: 100%;
  overflow: hidden;
  padding: 0 0.5rem;
  margin-bottom: 5px;
}
.info_search ul.infor_list li div div {
  border: none;
  width: inherit;
  overflow: inherit;
  padding: 0;
  margin: 0;
}
.info_search ul.infor_list li span {
  font-size: 1.2rem;
  color: #967249;
  display: inline-block;
  float: left;
  border-radius: 2px;
  padding: 0 4px;
  position: relative;
  font-weight: 600;
}
.info_search ul.infor_list li span::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 60%;
  top: 20%;
  right: -8%;
  background: #96724959;
}
.info_search ul.infor_list li a {
  font-size: 1.54rem;
  display: inline-block;
  float: left;
  padding: 0 0 0 1.5rem;
  color: #625e5e;
}
.info_search ul.infor_list li a:hover {
  color: #967249;
}
/*商品照片*/
.info_search .picture {
  width: 100%;
}
.info_search .picture a {}
/*名稱文案*/
.info_search .introduce {}
.info_search .introduce .name_p {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
/*售價*/
.info_search .selling_price {
  padding: .5rem 0 0 0;
}
.info_search .selling_price .goods_money {
  color: #666;
  font-size: 1rem;
}
.info_search .selling_price .goods_money .moneys {
  font-weight: bold;
  font-size: 1.8rem;
  color: #d83b32;
}
/*============= ///END-搜尋頁面 ==========*/
/*============= 會員模組-會員註冊 ==========*/
.infor_content_css .self_form_table {
  width: 95%;
  margin: 0 auto;
}
/*=== 送出 重置 按鈕 ===*/
.send_button {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.send_button .button_s {
  display: flex;
  width: auto;
  margin: 0 auto;
}
.send_button p {
  float: left;
  margin: 0.5rem;
}
.send_button input {
  border: rgba(0, 0, 0, 0.20) 1px solid;
  border-radius: 5px;
  color: #fff;
  background-color: none;
  background-image: none;
  padding: 0.5rem 3rem;
}
.send_button .send input {
  background: #ED9027;
}
.send_button .clear input {
  background: #58717A;
}
.send_button input:hover {
  background: #BF242F;
}
.infor_content_css .send_button label {
  display: none;
}
.infor_contain h4 {
  font-weight: 600;
  margin: 2rem 0 0.5rem 0;
  font-size: 1.35rem;
}
/*返回*/
.infor_contain .return_page {
  text-align: center;
  margin: 3rem 0 2rem 0;
}
.infor_contain .termsservice {
  margin: 1.5rem 0 2rem 25px;
}
.infor_contain .termsservice li {
  list-style: initial;
  margin: 1rem 0;
}
#myform {
  padding: 1em;
}
/*========== 分頁 ==========*/
.web_paging {
  margin: 1rem 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 1.21rem;
  letter-spacing: 1.5px;
  color: #66666a;
  margin-top: 1rem;
}
.web_paging .pagination {
  display: inline-block;
}
.web_paging .pagination table {
  width: auto !important;
}
.web_paging td {
  border: none;
  padding: 0;
}
.web_paging input.page {
  vertical-align: middle;
  padding: 8px 4px;
  text-align: center;
  margin: 0 .5rem;
}
.web_paging input.button {
  background: #2e90b7;
  color: #fff;
  padding: 10px 8px 9px 8px;
  border: none !important;
  border-radius: 3px;
  margin-left: .5rem;
}
/*========== ///END-分頁 ==========*/
/* ========== 會員登入頁面 (模組+選單)==========*/
/* ==== 共用 ====*/
/*執行按鈕*/
.information .p_btns {
  padding: 2em 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}
.information .p_btns div {
  float: left;
  display: inline-block;
  width: auto;
}
.information .p_btns .btns {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  padding: 0.25em 5rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  border: none;
}
/*送出*/
.p_btns .submit_btn {
  padding-left: 0;
}
.p_btns .submit_btn .btns {
  background: #75b0af;
}
.p_btns .submit_btn .btns:hover {
  background: #538141;
  ;
}
/*取消或是重置*/
.p_btns .reset_btn {
  padding-right: 0;
}
.p_btns .reset_btn .btns {
  background: #999;
}
.p_btns .reset_btn .btns:hover {
  background: #a5a3a3;
}
.mamber_login /*最外框*/ {
  clear: left;
  padding: 0;
  margin: 0;
}
/*首頁模組用*/
.normal.mamber_login {
  background: #f4f4f4;
}
.mamber_login_module {
  overflow: hidden;
}
.mamber_login .member_login_form /*選單內頁表格*/ {
  padding: 30px 0 0;
  border: 1px solid #E2E2E2;
  margin: 20px 50px 50px;
  background: rgba(255, 255, 255, .85);
}
.mamber_login .module_user.member_login_form /*模組用表格*/ {}
.mamber_login .td1 /*副標*/ {
  text-align: center;
  margin: 0 0 2.2rem 0;
}
.mamber_login .td1 .user-account {
  font-size: 20px;
  color: #424242;
  font-weight: 600;
}
.mamber_login .user-wrapper /*帳密輸入大外框*/ {
  padding: 0;
  margin: 0 auto;
}
.mamber_login .form-row /*帳密+按鈕欄位外框*/ {
  display: flex;
  flex-wrap: wrap;
  margin: 0 25%;
}
/*按鈕共用*/
.mamber_login .form-row a {
  /* height: 54px;
   font-size: 1.4rem;
   border: none;
   color: #ffffff;
   display: block;*/
}
.mamber_login .user-wrapper .form-item /*帳密輸入欄位框*/ {
  margin-bottom: 1.5rem;
}
.mamber_login input {
  width: 100%;
  min-width: 0px;
  border-radius: 0.25rem;
  margin-bottom: 5px;
}
/*名稱label外框*/
.mamber_login .user-wrapper .form-item .label-item {}
/*== 登入後的第一個欄位(不能更改的帳號) ===*/
.member_login_form.after .user-wrapper .form-item:nth-child(2) div {
  float: left;
  display: inline-table;
  width: auto;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.member_login_form.after .user-wrapper .form-item:nth-child(2) div label {
  margin-left: 0;
}
/*== END登入後的第一個欄位(不能更改的帳號) ===*/
/*必填寫*/
.mamber_login .user-wrapper .notice {
  color: #be3362;
  position: absolute;
  top: -28px;
  left: 0;
  font-weight: 900;
}
.member_login_form .user-wrapper .form-item label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 600;
  margin-left: 10px;
}
/*input外層DIV*/
.mamber_login .user-wrapper .form-item .input-item {
  width: 100%;
  position: relative;
}
.mamber_login .user-wrapper .form-item input, .mamber_login .user-wrapper .form-item select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 50px;
  padding: 0 20px;
  font-size: 1.18rem;
  line-height: 50px;
  color: #808080;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Noto Sans T Chinese", "Droid Sans Fallback", sans-serif;
}
.mamber_login .user-wrapper .form-item select {
  margin-bottom: 10px;
}
.mamber_login .user-wrapper .form-item .input-item input /*內頁會員表單用*/ {}
/*radio+checkbox 選擇按鈕(如性別用或是勾選)*/
.mamber_login .user-wrapper .form-item .input-item input[type="radio"], .mamber_login .user-wrapper .form-item .input-item input[type="checkbox"] {
  width: auto;
  height: auto;
  float: left;
  margin-right: 5px;
}
.mamber_login .user-wrapper .form-item .input-item .gender {
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}
/*未填寫送出彈出- 警語！(如不能為空)*/
.mamber_login .user-wrapper .birth-warning {
  color: #d94d23;
  padding: 5px 0 0 0;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
}
/*提醒輸入的文字*/
.mamber_login .user-wrapper .orange_deep {
  color: #adadad;
  display: block;
  width: 100%;
  font-size: 1.14rem;
}
/*註冊手機驗證按鈕*/
#btnSubmit {
  color: #fff;
  background: #10567b;
  border: 1px solid #10567b;
}
/*驗證碼區域(輸入框+語音)*/
.user-wrapper .form-item.verification {}
.user-wrapper .form-item.verification .vrow {
  float: left;
  display: inline-block;
}
/*驗證輸入框*/
.user-wrapper .form-item.verification .vrow.coput {
  width: 80%;
}
.user-wrapper .form-item.verification label /*驗證碼*/ {
  margin-right: 1%;
  padding-top: 12px;
  width: 12%;
  float: left;
}
.user-wrapper .form-item input.login_input_s /*驗證碼輸入框*/ {
  float: left;
  width: 83%;
}
/*驗證碼圖+語音*/
.user-wrapper .form-item.verification .vrow.covim {
  width: 20%;
  float: left;
  display: flex;
  align-items: center;
}
.user-wrapper .form-item.verification .vrow.covim span {
  float: left;
}
.user-wrapper .form-item .vcimage {}
.mamber_login #vcimage /*驗證碼圖*/ {
  max-width: inherit;
}
.user-wrapper .form-item .code_muisc {
  display: flex;
  align-items: center;
}
.user-wrapper .form-item .code_muisc a {}
.user-wrapper .form-item .code_muisc a img {
  max-width: inherit;
}
/*登入按鈕*/
.member_submit .member {
  width: 100%;
  margin: 1em auto;
  text-align: center;
  overflow: hidden;
}
.member_submit .member a, .member_submit .btn-login {
  background: #88ba43;
  display: block;
  width: 100%;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  letter-spacing: 4px;
  line-height: 56px;
  color: #fff;
  border: none;
}
.member_submit input.btn-login {
  margin-bottom: 0;
}
.member_login_form .member a:hover, .member_submit .btn-login:hover {
  background: #94c550;
}
/*忘記密碼*/
.mamber_login .mamber_reg_forget {
  margin: 0 0 2rem 0;
  text-align: center;
}
.mamber_login .mamber_reg_forget a {
  color: #66666a;
  font-size: 1.13rem;
  padding: 0 8px;
}
.mamber_login .mamber_reg_forget a:hover {
  text-decoration: underline;
}
.mamber_login .mamber_reg_forget a.forgetpassword {
  border-left: #d3d3d5 1px solid;
  padding-left: 15px;
}
/*分格線*/
.mamber_login hr.divider {
  overflow: inherit;
  position: relative;
  margin: 30px 30px 20px 30px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}
.mamber_login hr.divider:after {
  content: "or";
  text-align: center;
  position: absolute;
  top: 0px;
  width: 50px;
  color: rgba(0, 0, 0, 0.2);
  background: #F9F9F9;
  font-weight: 400;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*=== 會員登入FB+GOOGLE ===*/
.social-login {
  padding: 1rem 0 2rem 0;
}
.social-login a.social-button {
  color: #fff;
  margin: 1rem 0 0.5rem 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
}
/*facebook*/
.m-button-fb {
  background: #4f71b6 url(../images/ico_fb_btn.png) 35px center no-repeat;
}
.m-button-fb:hover {
  background: #5f82c3 url(../images/ico_fb_btn.png) 35px center no-repeat;
}
/*google*/
.m-button-gog {
  background: #dd4b39 url(../images/ico_gog_btn.png) 35px center no-repeat;
}
.m-button-gog:hover {
  background: #e85543 url(../images/ico_gog_btn.png) 35px center no-repeat;
}
.member h3 {
  color: #f2af00;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}
.member p {
  color: #090909;
  margin: 0;
  text-transform: uppercase;
}
.member li {
  list-style: none;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 0.6em 1.5em;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 0.8em;
}
.member li a {
  color: #3c763d;
}
.member li:hover {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.member li:hover a {
  color: #8a6d3b;
}
/*===== 會員註冊 =====*/
/*條款*/
.page_terms {
  padding: 1rem 2rem;
}
.page_terms .page_content {
  overflow: auto;
  height: 450px;
  line-height: 2rem;
  padding: 20px 15px 20px 5PX;
}
/*認證信*/
.infor_content_css.certification {
  text-align: center;
} /*頁面框*/
.certification_letter {
  border: 1px solid #ccc;
  padding: 3rem;
  border-radius: 5px;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.certification_letter p {
  text-align: left;
  margin: .5rem 0;
}
.certification_letter a.btns {
  color: #c30d23;
}
/* ======== 返回 ========*/
.back {
  display: block;
  text-align: center;
  margin: 1em 0.5em 2rem .5rem;
}
.back a {
  padding: 0.5em 1.4em;
  background: #6e8e9f;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}
.back a:hover {
  background: #4d8bac;
  color: #fff;
}
/* ======== ///END-返回 ========*/
/*==== 會員專區 會員中心 ====*/
/*會員特別標一組DIV*/
.information.myorders {}
.information.myorders .infor_title {
  display: none;
}
/*訂單查詢外框*/
.order_tracking {
  width: 100%;
  overflow: hidden;
}
/*左選項*/
.memember_center {
  width: 22%;
  margin-right: 0;
  float: left;
}
.memember_center h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 600;
  border-left: 10px solid #6f88a1;
  padding-left: .5rem;
  display: inline-block;
}
.memember_center ul {
  width: 100%;
  list-style: none;
  margin-bottom: 2rem;
}
.memember_center ul li {
  border: 1px solid #c5d8b5;
  margin: 1rem 0;
  border-radius: 5px;
  position: relative;
  background: #fff;
  border-bottom-width: 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.memember_center ul li::after, .memember_center ul li a::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.memember_center ul li::after {
  background: #abcd8b4f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 0.6rem;
  left: 0.5rem;
}
.memember_center ul li a {
  display: block;
  position: relative;
  font-weight: 600;
  padding: 1.5rem 0.5rem 1rem 4.8rem;
  color: #4c5147;
}
.memember_center ul li a::after {
  width: 32px;
  height: 32px;
  left: 1.2rem;
  top: 1.4rem;
}
.memember_center ul li:nth-child(1) a::after {
  background: url(../images/edit-image.png) left top no-repeat;
}
.memember_center ul li:nth-child(2) a::after {
  background: url(../images/school.png) left top no-repeat;
  top: 1.2rem;
}
.memember_center ul li:nth-child(3) a::after {
  background: url(../images/logout.png) left top no-repeat;
}
.memember_center ul li a:hover {
  color: #F60
}
.memember_center ul li a.current {}
/*登出*/
.memember_center ul li.out a {
  display: inline-block;
  width: auto;
  padding: 3px 15px;
  background: #d29fa8;
  color: #fff;
  border-radius: 3px;
  margin: 5px 0;
}
/*中間內容*/
.myorders_box {
  width: 78%;
  float: left;
}
/*框架*/
.myorders_box .mamber_login .form-row {
  margin: 1rem 10% 2.5rem 10%;
  font-size: 1.374rem;
}
.myorders_box .mamber_login .form-row:first-child {
  margin: 0;
}
/*~消除其他頁面第二個樣式*/
.myorders_box .member_login_form.after .user-wrapper .form-item:nth-child(2) div {
  clear: both;
  display: inline-table;
  width: 20%;
  font-size: inherit;
  letter-spacing: inherit;
}
/*~label*/
.myorders_box .mamber_login .form-row .label-item {
  float: left;
  width: 20%;
  padding-top: 1.5rem;
  padding-right: 1rem;
}
.myorders_box .mamber_login .form-row .label-item label {
  margin: 0;
}
/*~確認密碼*/
.myorders_box .member_login_form .user-wrapper .form-item label.confirm {
  position: relative;
  left: -125px;
  top: 2.5rem;
  margin-left: 0;
}
/*~input*/
.myorders_box .mamber_login .form-row .input-item {
  width: 80%;
  display: block;
  position: relative;
}
.myorders_box .mamber_login .form-row .input-item input {
  height: auto;
  margin: 0;
  display: inline-block;
  width: 95%;
  float: left;
}
/*~不可更改帳密*/
.myorders_box .mamber_login .form-row .label-item .account {
  margin-top: -1.5rem;
}
.myorders_box .mamber_login .form-row .input-item .existi {
  color: #79a2b8;
  font-size: 1.4rem;
  margin-top: 2px;
  display: inline-block;
  font-weight: 600;
}
/*~必填寫*/
.myorders_box .mamber_login .form-row .notice {
  position: relative;
  width: 5%;
  display: inline-block;
  top: inherit;
  left: inherit;
  text-align: center;
  padding: 1.2rem 0 .8rem 0;
}
/*~必填寫(選擇框)*/
.myorders_box .mamber_login .form-row .notice.choose {}
/*不能為空*/
.myorders_box .mamber_login .form-row .birth-warning {}
/*~備註欄位文字*/
.myorders_box .mamber_login .form-row .orange_deep {
  margin-top: .5rem;
}
/*~驗證碼*/
.myorders_box .user-wrapper .form-item.verification label {
  width: auto;
  float: inherit;
  padding: 0;
}
.myorders_box .user-wrapper .form-item.verification .vrow.covim {
  margin: 10px 0 15px 0;
}
/*會員資料查詢*/
.order_tracking .self_form_table {
  position: relative;
}
.order_tracking .self_form_table tr:nth-child(odd) {
  background: #f9f9f9;
}
.order_tracking .self_form_table tr:nth-child(even) {
  background: #fff;
}
.order_tracking .user_information {
  display: block;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  padding: 6px;
}
@media only screen and (max-width:1600px) {}
@media only screen and (max-width:1440px) {}
@media only screen and (max-width:1366px) {}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:1180px) {
	
	body.indexhome{
		background-size:cover
	}
	body.indexhome::before{
		background-repeat: repeat;
	}
	
  /*========== header頁頭框架 ==========*/
	.header_group .inner_wrap{
		padding: 1.2rem 1.5rem;
	}
	#adaptive{
		display: none
	}
	#adaptive_rwd{
		display: block
	}
	.site_banner .banner ul li img {
   width: 100% !important;
}
		
  /*========== 首頁模組內容區域 ==========*/	
	.index_container #mainContent{
	margin: 0;
	}	
	.index_container #content,
	.index_container #right_sidebar{
	  width: 100%!important;
	}	
	.index_container #content {
    margin: 0;
}
	
  /*========== 自定義首頁模組 ==========*/	
  /*===== 會員專區 =====*/
	.member_area .mudule_2{
		justify-content: flex-start;
	}
	.right_layout .right_layout_title {
      width: 20%;
}
	.member_area .right_layout_content{
        width: 80%;
        display: inline-block;
        padding: 1.5rem;
	}
  .member_area .right_layout_content ol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	  margin: 0 0 0 1rem;
}
	
  /*===== 教師分會 =====*/	
	.branch .news_list{
	display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
	}
	.branch .news_list li{
		flex: 0 0 33%;
		margin-bottom: .5rem;
	}	
	
}


@media only screen and (max-width:1024px) {
 
}
@media only screen and (max-width:820px) {
  /*===== 無障礙導盲磚(RWD不用出現) =====*/ :focus {
    outline: none !important;
    background: none !important;
    -moz-outline-style: none !important;
  }
  a[accesskey] {
    display: none;
  }
  input, select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  input[type="checkbox"], input[type="radio"] {
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
  }
  select {
    position: relative;
  }
  select::before {}
  /*===== ///EDN-無障礙導盲磚(RWD不用出現) =====*/
  /*===== header頁頭 =====*/
  .header, .index_container .header {
    padding-bottom: 0;
    z-index: 4;
  }
  .index_container .header .header_group, .header .header_group {
    padding: 0;
    min-height: 100px;
    position: fixed;
    background: rgba(255, 255, 255, .95);
    position: fixed;
  }
  .header .header_group {}
  /*包覆LOGO+TOP選單*/
  .header_group .inner_wrap {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1rem;
  }
  .header_group h1 {
    top: 0;
    left: 6%;
  }
  /*== LOGO ==*/
  .logo {
    display: none;
  }
  .logorwd {
    display: block;
  }
  .header_group h1 a span.st {
    display: none;
  }
  /*== RWD選單 ==*/
  .header-top {
    width: auto;
    text-align: left;
    top: 12px;
    left: 1rem;
    z-index: 9;
  }
  .nav-icon {
    display: inline-block;
    background: #967249;
    width: auto;
    padding: 0.5rem;
    border-radius: 2px;
  }
  .nav-icon a {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600;
  }
  .nav-icon a i span {
    text-indent: -9999px;
    display: inline-block;
  }
  .top-menu {
    display: none;
  }
  /*== search_form 選單 ==*/
  .search_form {
    min-width: 180px;
  }
  /*== TOP選單 ==*/
  .solidblockmenu {
    padding: 0;
    width: auto;
    display: inline-block;
    float: none;
    margin-top: -5px;
  }
  .solidblockmenu ul {
    background: none;
    float: right;
    padding: 0;
    margin: 0;
  }
  .solidblockmenu ul li {
    padding: 0 .5rem;
  }
  .solidblockmenu ul li a {
    font-size: 1.1rem;
  }
  /*== banner ==*/
  .site_banner {
    margin: 106px 0 0 0;
  }
  /*電腦版隱藏*/
  .banner#adaptive {
    display: none;
  }
  /*RWD版打開*/
  .banner#adaptive_rwd {
    display: block;
  }
  /*===== ///header頁頭 =====*/
  .index_container #content {
    margin-top: 0;
  }
  /*==== 個別設定系統產生序號模組 ====*/
  /*自己寫*/
  /*===== ///END-footer頁尾 =====*/
  /* ========== 內容頁 ==========*/
  /*==== 首頁自定義模組 ====*/
  /*=== 中間模組共用 ===*/
  /*==== ///END-首頁自訂模組 ====*/
  /*內頁圖片100%百分比大小*/
  #info_d_c img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .infor_content_css textarea {
    width: 100% !important;
  }
  .infor_contain {
    min-height: inherit !important;
  }
  /*=== 廣告輪播模組 ===*/
  .ad-nav {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 1em !important;
  }
  .ad-gallery .ad-image-wrapper {
    text-align: center !important;
  }
  .ad-gallery .ad-image-wrapper .ad-image {
    position: inherit !important;
  }
  .ad-gallery .ad-image-wrapper .ad-image img {
    width: 520px !important;
  }
  .ad-gallery .ad-image-wrapper {
    height: auto !important;
  }
  /*=== ///END廣告輪播模組 ===*/
  #search_form_c {}
  .header .container {
    padding: 0 !important;
    width: 100% !important;
    position: relative;
  }
  /*===== 頁底FOOTER =====*/
  #footer {
    padding: 1.8rem 1rem;
  }
  #footer .copyright {
    width: 70%;
  }
  #footer .photolime {
    width: 18%;
  }
  /*==== 個別設定系統產生序號模組 ====*/
  /*自己寫*/
  /*~公用框架(崁套)*/
  .left_more_modules, .center_more_modules, .right_more_modules {
    float: none !important;
    width: 100% !important;
    padding: 1rem 0 2rem 0;
  }
  /*============ (一)當季農漁產+消息公告 ============*/
  .onesection {
    padding-top: 1rem;
  }
  .onesection .right_more_modules {
    padding: 0;
  }
  /*====== (中)最新消息 ======*/
  .onesection .more_mudule_2 {
    padding: 0;
  }
  /*============ (二)買農產+(三)來體驗+(四)找資源 ============*/
  .twosection .center_layout_title .title_h2, .foursection .center_layout_title .title_h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 100%;
  }
  /*============ (二)買農產 ============*/
  .twosection {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .twosection::after {
    top: 10rem;
  }
  /*標題+頭部*/
  .twosection .center_layout_title .title_h2 span {
    margin: 0 0 2rem 0;
    width: 100%;
    text-align: center;
  }
  /*圖片*/
  .twosection .center_layout_title .title_h2 img {
    height: auto;
    width: 100%;
    position: relative;
  }
  /*== 模組文宣 ==*/
  .twosection .titlebox {
    width: 44%;
    margin: 0 25%;
    background: rgb(255 255 255 / 90%);
    padding: 2rem;
    top: 16%;
  }
  .twosection .titlebox .more_module {
    margin: 0;
  }
  /*== 圖文明細 ==*/
  .twosection .img_list {
    padding: 3rem 1.5rem 1.2rem 1rem;
  }
  .twosection .img_list li .narrative_text {
    margin: 1rem 1rem 0rem 1rem;
  }
  /*============ (三)來體驗 ============*/
  .threesection .areabox {
    text-align: center;
  }
  /*標題+頭部*/
  .threesection .title_h2 span {
    top: 10%;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  /*== 模組文宣 ==*/
  .threesection .titlebox {
    margin: 0 auto;
  }
  /*== 圖文明細 ==*/
  .threesection .img_list {
    padding: 0 2.5%;
  }
  .threesection .img_list li .narrative_text {
    margin: 1.5rem 0.5rem 0 0.5rem;
  }
  /*============ (四)找資源 ============*/
  .foursection::after {
    top: 8rem;
    height: 100%;
  }
  .foursection .center_layout {
    padding: 0 0 10rem 0 !important
  }
  /*標題+頭部*/
  .foursection .center_layout_title .title_h2 {}
  .foursection .center_layout_title .title_h2 span {
    width: 100%;
    writing-mode: inherit;
    padding: 0;
    letter-spacing: inherit;
    color: #434343;
  }
  .foursection .center_layout_title .title_h2 span::before {
    width: 160px;
    height: 1px;
    left: 150px;
    margin: 0.5rem 0 0 0;
  }
  .foursection .center_layout_title .title_h2 span::after {
    writing-mode: inherit;
    top: 60px;
    left: 5px;
  }
  /*圖片*/
  .foursection .center_layout_title .title_h2 img {
    height: auto;
    width: 44vw;
    margin: 0;
    right: 2rem;
  }
  /*== 模組文宣 ==*/
  .foursection .areabox {
    padding: 0;
  }
  .foursection .titlebox {
    padding: 4rem 0 1rem 0;
    margin: 0;
    width: 52%;
  }
  /*改變順序*/
  .foursection .titlebox .substandard {
    order: 1;
  }
  .foursection .titlebox .describe {
    order: 2;
  }
  .foursection .titlebox .more_module {
    order: 3;
  }
  /*MORE按鈕*/
  .foursection .titlebox .more_module {
    margin: 0 0 6% 6%;
    text-align: left;
  }
  .foursection .titlebox .more_module a {
    color: #fff;
    position: relative;
    background: none;
    padding: 0.25rem 1.5rem 0.25rem 3rem;
    background: #0000002b;
    border-radius: 25px;
  }
  .foursection .titlebox .more_module a::after {
    position: absolute;
    content: "→";
    display: inline-block;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    top: -2px;
    left: 0.6rem;
    font-size: 2rem;
    color: #fff;
  }
  /*內容區*/
  .foursection .center_layout_content {
    background-position: 12% 76%;
    background-size: 110% 40%;
  }
  /*== 圖文明細 ==*/
  .foursection .center_layout .center_layout_content .mc_01 {
    width: 100%;
  }
  .foursection.section .img_list {
    width: 90%;
    margin: 0 5%;
  }
  /*點點順序*/
  .foursection.section .img_list li:nth-child(1)::after {
    top: 4%;
  }
  .foursection.section .img_list li:nth-child(2)::after {
    margin-bottom: -55px;
  }
  .foursection.section .img_list li:nth-child(3)::after {
    top: 20%;
  }
  /*============ (五)新北市農業局-稼日蒔光(FB)+相關連結 ============*/
  /*==== 新北市農業局-稼日蒔光(FB) ====*/
  .fivesection .more_modules .center_layout_content {
    padding: 0rem 0 6rem 0;
    text-align: center;
  }
  /*空值*/
  .fivesection .left_more_modules {
    padding: 0;
  }
  /*==== 相關連結 ====*/
  .fivesection .more_mudule_7 {
    padding: 0;
  }
  .fivesection .more_mudule_7 .mt_01 {
    background-position: 160px 20px;
  }
  .fivesection .img_list li img {
    max-width: inherit;
    width: inherit;
  }
  .fivesection .more_modules::after {
    background-position: 90% top;
  }
  /*====== (六)下拉開闔選單 ======*/
  .lastsection {
    display: none;
  }
  /*==================== 內頁自定義 ====================*/
  /*內頁寬距*/
  .infor_contain .mc_03 {
    padding: 0 1.5rem 1rem 1.5rem;
  }
  /*======= 內頁用的圖文明細+詳細內容 =======*/
  .information .infor_list ul.graphic_list li {
    flex: 0 0 50%;
  }
  /*==================== ///END-內頁用的圖文明細+詳細內容 ====================*/
  /*====== 內頁消息頁面(新增了照片輪播) ======*/
  .carousel_newspage {}
  .carousel_newspage .newspage {
    padding: 2rem 0 1rem 0;
  }
  .carousel_newspage .newspho .phoimgs {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  /*====== ///END-內頁消息頁面(新增了照片輪播) ======*/
  /*==================== 內頁自定義 ====================*/
  /*============= 搜尋頁面 ==========*/
  #search_form_cx {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  #search_form_cx input {}
  #search_form_cx .search_key_cx {
    width: 85% !important;
    padding-right: 0;
    padding: 0;
  }
  #search_form_cx .search_button {
    width: 16% !important;
    padding: 0;
  }
  #search_form_cx input.search_btn {
    margin-left: -5px;
    width: 100%;
  }
  /*============================ (一)認識我們 ============================*/
  .aboutlayout .shared .paragraph .lio {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  #info_d_c .aboutlayout .shared .paragraph .lio img {
    max-width: 100%;
    height: auto;
  }
  /*======= 農業局長 =======*/
  /*======= ///END-農業局長 =======*/
  .director .photo {
    margin: 0 5% 0 0;
  }
  .aboutlayout .director .narrative {
    padding: 0 1rem 0 0;
    margin: 5% 0 0 0;
  }
  /*======= 關於我們 =======*/
  .aboutlayout .relevant {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .relevant .aboutli, .relevant .aboutli:nth-child(3) {
    width: 100%
  }
  .aboutlayout .narrative p.flotleft {
    width: 100%;
  }
  .aboutlayout .narrative .paragraph {
    position: relative;
  }
  #info_d_c .aboutlayout .narrative .paragraph img.pic.a1 {
    width: 60%;
    margin-right: 1rem;
  }
  #info_d_c .aboutlayout .narrative .paragraph img.pic.a3 {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -230px;
    width: 40%;
  }
  /*======= //END-關於我們 =======*/
  /*============================ ///END-(一)認識我們 ============================*/
  /*============================ (二)買農產 ============================*/
  /*======= 產地產期 =======*/
  .farminglayout .childbirth.vision_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .childbirth.vision_box .listbox.surface {
    width: 100%;
  }
  .listbox.surface ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }
  .listbox.surface ul li {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
  /*======= ///END-產地產期 =======*/
  /*======= 新北農漁產 =======*/
  .farminglayout {}
  .farminglayout .vision_box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .farminglayout .phtop, .farminglayout .narrative {
    width: 100%;
  }
  /*圖*/
  .farminglayout .phtop {
    margin: 0 0 4rem 0;
  }
  /*文*/
  .farminglayout .narrative {
    padding: 0 1rem 0rem 1.5rem;
  }
  /*列表*/
  .farminglayout .narrative ul li {}
  /*======= ///END-新北農漁產 =======*/
  /*============================ ///END-(二)買農產 ============================*/
  /*============================ (三)來體驗 ============================*/
  .experiencelayout .vision_box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .theschool .phtop, .experiencelayout .narrative {
    width: 100%;
  }
  .theschool .phtop {
    margin: 0 0 .5rem 0;
  }
  .theschool .phtop img {
    width: 100%;
    height: auto;
  }
  .experiencelayout .narrative {
    padding: 1rem 0;
  }
  .experiencelayout .mainintro p {
    margin: 0 0 .5rem 0;
  }
  /*來體驗活動介紹頁面*/
  .experiencelayout .mainintro {
    margin: 0;
  }
  .experiencelayout .phtop {
    padding: 1rem;
    width: 100%;
  }
  .experiencelayout .narrative ul {
    padding: 0 1rem;
  }
  .experiencelayout .mainintro ul li {
    padding: 0.5rem 0.5rem;
  }
  /*============================ ///END-(三)來體驗 ============================*/
  /*============================ (四)找資源 ============================*/
  .farmingpage .vision_box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .farmingpage .phtop, .farmingpage .narrative {
    width: 100%;
  }
  .resourcelayout {}
  /*圖*/
  .farmingpage .phtop {
    text-align: center;
    margin: 0 0 1rem 0;
  }
  /*文*/
  .farmingpage .narrative {
    margin: 0;
    text-align: left;
    padding: 1rem 1rem 0 1.5rem;
  }
  /*==== 首頁 > 找資源 申辦業務 > 熱門申辦業務 ====*/
  iframe.business_pageiframe {
    /*height: 2200px;*/
  }
  /*==== ///END-首頁 找資源 > 申辦業務 > 熱門申辦業務 ====*/
  /*============================ ///END-(四)找資源 ============================*/
  /*==================== ///END-內頁自定義 ====================*/
  /*==== 表單頁面 (清除與複選單重疊樣式)====*/
  iframe.form_pageiframe {
    height: 1300px !important;
  }
  .information.form_page .infor_contain .mc_03 {
    padding: 0;
  }
  /*表單內容*/
  .information.form_page .form-all {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .information.form_page .form-all .form-group {
    margin: 0;
    width: 100%;
    align-items: center;
  }
  /*水保服務團線上預約 表單使用*/
  .information.form_page .form-all .form-group:nth-child(5) label {
    flex: 0 0 50%;
  }
  /*驗證碼*/
  .information.form_page .form-code .your-para {
    width: 33.78%;
  }
  /*==== ///END-表單頁面 (清除與複選單重疊樣式)====*/
  /*==== 會員專區 myorders ====*/
  .mamber_login .member_login_form {
    margin: 1.5rem 0;
  }
  .mamber_login .form-row {
    margin: 0 10%;
  }
  .page_terms {
    padding: 0;
  }
  .page_terms .page_content {
    padding: 20px 5PX;
  }
  .myorders_box .member_login_form .user-wrapper .form-item label.confirm {
    left: -115px;
  }
  /*============= 搜尋頁面 ==========*/
  .search_form .col-xs-4.search_key_cx, .search_form .col-xs-8 {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width:768px) {
  .logorwd img {
    width: 260px;
  }
  /*==================== 內頁自定義 ====================*/
  /*============================ (一)認識我們 ============================*/
  .aboutlayout .director.vision_box {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  /*======= 農業局長 =======*/
  /*======= ///END-農業局長 =======*/
  .director .photo {
    margin: 0;
  }
  .aboutlayout .director .narrative {
    padding: 0;
    margin: 5% 0 0 0;
  }
  /*============================ ///END-(一)認識我們 ============================*/
}
@media screen and (min-width: 667px) and (max-width: 736px) {
  .site_banner {
    margin: 136px 0 0 0;
  }
}
@media only screen and (max-width:736px) {
  /*==== footer頁底 ====*/
  #footer {
    padding-bottom: 0;
  }
  #footer .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #footer .container .copyright {
    width: 100%;
  }
  #footer .container .photolime {
    width: inherit;
  }
  #footer .photolime span {
    margin: .5rem
  }
  #footer #accessibility {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
  }
}
@media only screen and (max-width:568px) {
  /*========== header頁頭框架 ==========*/
  .index_container .header .header_group, .header .header_group {
    min-height: 175px;
  }
  /*包覆LOGO+TOP選單*/
  .header_group .inner_wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 1rem;
  }
  /*===== LOGO =====*/
  .header_group h1 {
    order: 2;
    text-indent: inherit;
    left: 0;
    padding: 5px 0 0 0;
  }
  .header_group h1 a, .logo a {
    display: inline-block;
    font-size: 0;
  }
  .logorwd img {
    width: auto;
  }
  .header_group .inner_wrap .grinfo .cong {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  /*===== TOP選單olidblockmenu =====*/
  .solidblockmenu {
    order: 1;
    width: 100%;
  }
  /*===== TOP選單olidblockmenu =====*/
  .search_form {
    order: 3;
    width: 100%;
    margin: .8rem 0 0 0;
  }
  /*===== 編輯器頁頭 =====*/
  .site_top_info .keysearch .seotext a, .site_top_info .keysearch .seoword ul li a {
    font-size: 1rem;
  }
  /*===== 主選單 menu(UL樣式在jqueryslidemenu.css)=====*/
  .header-top {
    top: 0;
    left: 0;
  }
  /*===== site_banne 主視覺圖
   =====*/
  .site_banner {
    margin: 195px 0 0 0;
  }
  /*==== ///END-header頁頭 ====*/
  /*==== footer頁底 ====*/
  /*無障礙*/
  /*==== 個別設定系統產生序號模組 ====*/
  /*自己寫*/
  /*~公用框架(崁套)*/ /*==== 個別設定系統產生序號模組 ====*/
  .left_more_modules, .center_more_modules, .right_more_modules {
    padding: 0;
  }
  .section .more_modules, .section .center_layout {
    padding: 0 1rem !important;
  }
  .onesection .more_mudule_1 .more_module_left_layout_content {
    padding: 0;
  }
  /*============ (一)當季農漁產+消息公告 ============*/
  /*====== (左)當季農漁產 ======*/
  iframe.agricultural_pageiframe {
    height: 360px;
  }
  .onesection {
    padding-top: 2rem;
  }
  /*TOP標題區域*/
  .onesection .more_mudule_1 .mt_03 {
    background-size: 30% auto;
    padding: 0 0 0 7.5rem
  }
  .onesection .more_mudule_1 .mt_02 {
    background-position: right top;
  }
  /*====== (中)最新消息 ======*/
  .onesection .more_mudule_2 {
    padding: 3rem 0;
  }
  /*=== 明細Tab分頁(三項) ===*/
  /*分項*/
  .list_tab ul li a {
    padding: 0.5rem;
  }
  .group-listtab {
    padding: 0.8rem 0 1rem 0;
  }
  /*============ (二)買農產+(三)來體驗+(四)找資源 ============*/
  /*==== 共同 ====*/
  .twosection .center_layout .title_h2, .threesection .center_layout .title_h2, .foursection .center_layout .title_h2 {
    font-size: 2.8rem;
  }
  .titlebox .substandard span {
    font-size: 2rem;
  }
  /*============ (二)買農產 ============*/
  .twosection .center_layout_title .title_h2 span {
    margin: 0 0 1rem 0;
  }
  .twosection .center_layout_content {}
  /*== 模組文宣 ==*/
  .twosection .titlebox {
    top: 50%;
    margin: 0;
    margin-top: -210px;
    background: none;
    width: 100%;
    left: 0;
  }
  /*== 圖文明細 ==*/
  .twosection .img_list {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: space-around;
    padding: 3rem 1.5rem 1rem 1rem;
  }
  .twosection .img_list li, .twosection .img_list li:first-child {
    width: 100%;
    border: none;
  }
  .twosection .img_list li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: none;
    border-bottom: 1px solid #e5ded2;
    padding: 1rem 0.5rem;
    justify-content: space-between;
  }
  .twosection .img_list li:nth-last-child(1) a {
    border: none;
  }
  .twosection .img_list li .img_pic {
    width: 50%
  }
  .twosection .img_list li .narrative_text {
    width: 50%;
  }
  .twosection .img_list li .narrative_text a {
    background: none;
  }
  .twosection .img_list li .narrative_text::after {
    display: none;
  }
  /*============ (三)來體驗 ============*/
  .section.threesection .center_layout {
    padding: 0 0 30rem 0 !important;
  }
  /*== 模組文宣 ==*/
  .threesection .titlebox {
    max-width: 300px;
    max-height: 350px;
    padding: 5rem 1rem 2rem 1rem
  }
  /*== 圖文明細 ==*/
  .threesection .img_list {
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    align-content: space-between;
  }
  .threesection .img_list li {
    width: 47%;
    margin-bottom: 0;
  }
  .threesection .img_list li .narrative_text {
    margin: 0.5rem;
  }
  .img_list li p {
    padding: 0;
  }
  /*============ (四)找資源 ============*/
  .foursection::after {
    top: 10rem;
  }
  /*標題+頭部*/
  .foursection .center_layout_title {
    min-height: 1050px;
  }
  .foursection .center_layout_title .title_h2 span::before {
    width: 200px;
    left: 120px;
  }
  .foursection .center_layout_title .title_h2 span::after {
    top: 40px;
  }
  /*照片*/
  .foursection .center_layout_title .title_h2 img {
    width: 90%;
    left: 0;
    margin: 0 5%;
    margin-top: 6rem;
  }
  /*內容區*/
  .foursection .center_layout_content {
    background-size: auto;
    background-position: 10% 75%
  }
  /*== 模組文宣 ==*/
  .foursection .titlebox {
    width: 90%;
    margin: 0 5%;
    padding: 15rem 0.5rem 1rem 0.5rem;
  }
  .foursection .titlebox .describe {
    padding: 0 1.5rem 0 1rem;
  }
  .foursection .titlebox .describe p {
    line-height: 160%;
  }
  /*== 圖文明細 ==*/
  .foursection.section .img_list {
    flex-wrap: wrap;
    justify-content: center
  }
  .foursection.section .img_list li {
    width: 46%;
    margin: 1%;
  }
  .foursection.section .img_list li::after {
    display: none;
  }
  .foursection .img_list li .narrative_text a {
    font-size: 1.3rem;
  }
  /*============ (五)新北市農業局-稼日蒔光(FB)+相關連結 ============*/
  /*==== 新北市農業局-稼日蒔光(FB) ====*/
  .fivesection.section .more_modules {
    padding: 2rem 1rem 0 1rem !important;
  }
  /*==== 相關連結 ====*/
  .fivesection .more_mudule_7 .mt_01 {
    background-position: left 20px;
  }
  .fivesection .more_mudule_7 .title_h2 {
    margin: 3rem 0 0 4rem;
  }
  .fivesection .img_list {
    display: flex;
  }
  .fivesection .img_list li {
    width: 100%;
  }
  /*====================== 內頁模組 ======================*/
  .fbsize {
    padding: 0;
    margin: 0;
  }
  #info_d_c img {
    width: auto !important;
    height: auto !important;
  }
  .infor_nav, .infor_contain {
    padding: 0;
  }
  .information {
    padding: .5em 0 0 0;
    background: none;
  }
  .infor_contain .mc_03 {
    padding: 2rem 1rem 1rem 1rem;
    background: none;
  }
  .infor_contain .mc_01 {
    padding: 0;
  }
  .infor_nav .mt_01 {
    text-align: center;
    background: #7b5b37;
  }
  .infor_title {
    padding: 0 1rem;
    margin: 1.5rem 0;
    background: none;
    color: #fff;
  }
  .infor_title:first-letter {
    font-size: inherit;
  }
  /*明細內容標題(字要縮小)*/
  .details .infor_title {
    text-align: left;
  }
  .nav_title {
    display: none;
  }
  .infor_nav .mt_01::after, .infor_nav .mt_01::before {
    display: none;
  }
  /*== 發布單位(搜尋) ==*/
  .form_ssued .container {
    background: none;
    padding: 2rem 1rem 0 1rem;
  }
  .form_ssued input, .form_ssued select {
    margin-bottom: .5rem;
    width: 100%;
  }
  /*== 條列明細 ==*/
  .news_list .list-group-item span {
    margin-bottom: .5rem;
  }
  /*== 發布單位顯示 ==*/
  .fbsize .content {
    margin: 1rem 0;
  }
  /*====== 內頁消息頁面(新增了照片輪播) ======*/
  .carousel_newspage {}
  .carousel_newspage .newspage {
    padding: 0rem 0 1rem 0;
  }
  .carousel_newspage .newspho .phoimgs {
    width: 100%;
    margin: 1rem auto;
    position: relative;
  }
  .carousel_newspage .newspho .phoimgs .owl-carousel.owl-loaded {
    min-height: 280px;
    height: 320px;
  }
  .carousel_newspage .newspho .owl-theme .owl-nav {
    margin-top: -140px;
  }
  .carousel_newspage .newspho .owl-carousel .owl-nav button {
    width: 30px;
    height: 60px;
  }
  /*====== ///END-內頁消息頁面(新增了照片輪播) ======*/
  /*==================== 內頁自定義 ====================*/
  /*============================ (一)認識我們 ============================*/
  /*======= 農業局長 =======*/
  .aboutlayout .director.vision_box {
    ;
    padding: 1rem 0;
  }
  .aboutlayout .director .narrative {
    margin: 10% 0 0 0;
  }
  /*======= ///END-農業局長 =======*/
  /*======= 關於我們 =======*/
  .aboutlayout .relevant {}
  .relevant .aboutli .graphic {
    min-height: auto;
    padding: 0 1.5rem;
  }
  #info_d_c .aboutlayout .narrative .paragraph img.pic {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 1rem 0 !important;
    border: 1px solid #ccc;
  }
  #info_d_c .aboutlayout .narrative .paragraph img.pic.a3 {
    position: inherit;
  }
  /*======= //END-關於我們 =======*/
  /*======= 聯絡我們 =======*/
  .aboutlayout .connection {}
  .aboutlayout .connection .materialli {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 0 2rem 0;
  }
  .connection .materialli::after {
    display: none;
  }
  .connection .materialli .graphic, .connection .materialli .project {
    width: 100%;
    padding: 1rem;
    border-right: none;
    border-bottom: 2px dashed #ddd7d1;
  }
  .connection .materialli .graphic {
    padding: 1rem 0;
  }
  .connection .materialli .boxkind.message {
    padding: 0;
    display: block;
    width: 100%;
  }
  .connection .materialli .project {
    padding: 1rem 0.8rem 0 1.6rem;
  }
  /*=======  ///END-聯絡我們 =======*/
  /*============================ ///END-(一)認識我們 ============================*/
  /*============================ (二)買農產 ============================*/
  /*======= 產地產期 =======*/
  .childbirth.vision_box .listbox.surface {
    width: 100%;
    margin-top: -3%;
  }
  .childbirth.vision_box .listbox.surface .tte {
    padding: 5.5rem 0 0 0;
  }
  .childbirth.vision_box .listbox.surface h3 {
    display: block;
    width: 100%;
  }
  .listbox.surface ul li {
    margin: 0 0 1.5rem 0;
  }
  .listbox.surface ul li span {
    display: block;
    width: 100%;
    float: none;
    padding: 0.5rem 1.5rem;
  }
  .listbox.surface ul li .month {
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  /*======= ///END-產地產期 =======*/
  /*======= 新北農漁產 =======*/
  .farminglayout {
    padding: 0;
  }
  .farminglayout .vision_box {}
  /*圖*/
  .farminglayout .phtop {}
  /*文*/
  .farminglayout .narrative {
    padding: 0 .2rem 0 0.5rem;
  }
  /*列表*/
  .farminglayout .narrative ul li {
    line-height: 145%;
  }
  .farminglayout .narrative ul li::after {
    ;
    left: 0;
    top: 7px;
  }
  /*======= ///END-新北農漁產 =======*/
  /*============================ ///END-(二)買農產 ============================*/
  /*============================ (四)找資源 ============================*/
  .farmingpage .vision_box {}
  .resourcelayout {
    padding: 0;
  }
  /*中標*/
  .resourcelayout .nametit {
    font-size: 1.9rem;
  }
  .resourcelayout .nametit span {
    line-height: 145%;
  }
  /*圖*/
  .resourcelayout .fisherman .phtop {
    padding: 0;
  }
  /*文*/
  .farmingpage .narrative {
    padding: 1rem .5rem 0 .5rem;
  }
  /*列表*/
  .farmingpage .narrative ul li {
    line-height: 145%;
    margin-bottom: 5px;
  }
  .farmingpage .narrative ul li::after {
    top: 9px;
  }
  /*============================ ///END-(四)找資源 ============================*/
  /*==================== ///END-內頁自定義 ====================*/
  /*==== 聯絡我們頁面(還需要整理) ====*/
  /*聯絡我們表單樣式*/
  .main-section {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: none;
    box-shadow: none;
  }
  .login-form {}
  .form-group label {
    width: 100%;
  }
  .form-group .bu {
    padding-bottom: 5px;
    border-bottom: 1px #d4d8d6 dashed;
    margin-bottom: 5px;
  }
  /*選擇框label樣式替代input*/
  .form-group .bu .checkb {
    display: block;
    width: auto;
    padding-top: 2px;
  }
  /*選擇框文字題目*/
  .form-group .bu .project {
    width: 88%;
    float: right;
    padding-right: 0;
  }
  .memember_center {
    width: 98%;
    float: none;
    margin: 0 auto;
  }
  .myorders_box {
    width: 98%;
    float: none;
    margin: 0 auto;
  }
  .hide-column .small {
    display: none;
  }
  .self_form_table th {
    width: 25%;
  }
  /*驗證碼*/
  .form-code .your-para, .infor_contain img {
    margin-top: 5px;
  }
  .form-code {
    padding-bottom: 5px;
  }
  /*送出安紐*/
  .information .p_btns {
    padding: 1em 0;
  }
  .form-code input {
    min-width: 50%;
  }
  /*== 表單列表清單 (module_self_selfform_list.html)==*/
  /*標題隱藏*/
  .topic_form .theme {
    display: none;
  }
  /*內容*/
  .topic_form .content {
    border-bottom: 10px #a5b7d09c solid;
    background: #cccccc40;
    margin-bottom: 1.5rem;
  }
  .topic_form .content ul li {
    width: 100%;
    text-align: left;
    padding: 0 0 1rem 0;
  }
  .topic_form .content ul li span {
    padding: 0 1rem;
  }
  .topic_form .content ul li:first-child {
    padding: 0 0 1rem 0;
  }
  .topic_form .content ul li:first-child::after {
    margin-top: 1.5rem;
  }
  .topic_form .content ul li:first-child span {
    padding-left: 30px;
  }
  .topic_form .content ul li span.th {
    display: list-item;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #77a5ac;
    color: #fff;
  }
  .topic_form .content ul li:last-child {
    text-align: center;
  }
  .topic_form .content ul li:last-child a {
    width: 90%;
    margin: 0 5%;
  }
  /*==== 表單頁面 (清除與複選單重疊樣式)====*/
  iframe.form_pageiframe {
    height: 1450px !important;
  }
  .information.form_page {
    padding: 0;
  }
  .information.form_page .infor_contain {
    padding: 0;
  }
  /*表單內容*/
  .information.form_page .form-all {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .information.form_page .form-all .form-group {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0.5rem 1rem 0 1rem;
    width: 100%;
    margin-bottom: 0;
  }
  .information.form_page .your-para {
    width: auto;
  }
  .information.form_page .form-group input, .information.form_page .form-group textarea {
    width: 100% !important;
    padding: .5rem 1rem 0 1rem;
  }
  .information.form_page .form-all .form-group:nth-child(5) {
    padding: 1rem 0 0 1rem;
  }
  .information.form_page .form-all .form-group:nth-child(5) label {
    flex: 0 0 100%;
  }
  /*驗證碼*/
  .information.form_page .form-code {
    margin: 0;
  }
  .information.form_page .form-code input {
    width: 70% !important;
  }
  .information.form_page .form-code .your-para {
    width: 100%;
  }
  .information.form_page .form-foot_info {
    display: none;
  }
  /*按鈕*/
  .information .p_btns {
    padding: 1rem;
    margin: 2rem 0 0 0;
  }
  .information .p_btns div {
    padding: 0 0.5rem;
  }
  /*==== ///END-表單頁面 (清除與複選單重疊樣式)====*/
  /* ========== 會員登入頁面 (模組+選單)==========*/
  /*驗證碼區域(輸入框+語音)*/
  .user-wrapper .form-item.verification .vrow.coput {
    width: 64%;
  }
  .user-wrapper .form-item.verification label {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  /* ========== END會員登入頁面 (模組+選單)==========*/
  /* ========== 會員專區 會員中心 ==========*/
  .order_tracking {
    padding: 2rem 0 1rem 0;
  }
  .myorders_box .mamber_login .form-row {
    margin: 0.5rem 5% 1.5rem 5%;
  }
  .myorders_box .mamber_login .form-row .label-item, .myorders_box .mamber_login .form-row .input-item {
    float: none;
    width: 100%;
  }
  .myorders_box .mamber_login .form-row .label-item {
    margin-bottom: 5px;
  }
  .myorders_box .mamber_login .form-row .label-item.account {
    padding: 0;
    width: 18% !important;
  }
  /*確認密碼*/
  .myorders_box .member_login_form .user-wrapper .form-item label.confirm {
    left: 0;
    top: 0;
    margin-left: 0;
    margin: 1.2rem 0 .5rem 0;
  }
  /*會員登入TOP彈跳視窗*/
  .toggler {
    top: 50px !important;
  }
  /* ========== END會員專區 會員中心 ==========*/
  /*============= 搜尋頁面 ==========*/
  #search_form_cx {}
  #search_form_cx input {}
  #search_form_cx .search_key_cx {
    width: 0%8 !important;
  }
  #search_form_cx .search_button {
    width: 20% !important;
  }
  .info_search ul.infor_list li div {
    margin-bottom: 1rem;
    padding-bottom: 5px;
  }
  .info_search ul.infor_list li span, .info_search ul.infor_list li a {
    display: block;
    float: none;
    line-height: 140%;
    padding: 0;
    margin: 0;
  }
  /* ========== mainContent 內容外框包括左中右與內容==========*/
  /*======= 內頁用的圖文明細+詳細內容 =======*/
  .information .infor_list ul.graphic_list li {
    flex: 0 0 100%;
  }
  /*==================== ///END-內頁用的圖文明細+詳細內容 ====================*


/*==================== 內頁自定義 ====================*/
  /*============================ (一)認識我們 ============================*/
  /*==== 封溪護魚====*/
  iframe.protection_pageiframe {
    height: 900px !important;
  }
  /*==== ///END-封溪護魚====*/
  /*/-============================ //END(一)認識我們 ============================*/
  /*-============================ (四)認識我們 ============================*/
  /*==== 首頁 > 找資源 申辦業務 > 熱門申辦業務 ====*/
  iframe.business_pageiframe {
    /*height: 850px !important;*/
  }
  /*==== ///END-首頁 找資源 > 申辦業務 > 熱門申辦業務 ====*/
  /*============================ ///END(四)找資源 ============================*/
  /*==================== END///-內頁自定義 ====================*/
  /* ========== END///-mainContent 內容外框包括左中右與內容==========*/
}


/* ====================== RWD TABLE表格 ==========================  */
table {
  background-color: transparent;
  border-collapse: collapse;
}
/*==== 標格文字左中右 ====*/
.dcf-txt-left {
  text-align: left !important
}
.dcf-txt-center {
  text-align: center !important
}
.dcf-txt-right {
  text-align: right !important
}
/*==== 標格標題 ====*/
.dcf-table caption {
  color: #3b3b3b;
  font-size: 1.78rem;
  font-weight: 600;
  padding-bottom: .56rem;
}
/*==== 表格頁頭 ====*/
.dcf-table thead {}
/*==== 表格內容 ====*/
.dcf-table tbody {
  border-bottom: 1px solid var(--b-table);
  border-top: 1px solid var(--b-table);
}
/*==== 共用 ====*/
.dcf-table {
  width: 100%;
  margin: 1rem 0 2rem 0;
}
.dcf-table, .dcf-table td, .dcf-table th {
  border: 1px solid var(--b-table)
}
.dcf-table td, .dcf-table th {
  padding: .5rem .8rem;
}
.dcf-table th {
  padding: .6rem .8rem;
  background: #76a07a;
  color: #fff;
  text-align: center;
  border-color: #fff;
}
.dcf-table-responsive tr:not(:last-child), .dcf-table-responsive tr:not(:last-child) {
  border-bottom: 1px solid var(--b-table)
}
.dcf-table-responsive tbody tr:nth-of-type(2n) {
  background-color: var(--bg-table-stripe)
}
@media only screen and (max-width:820px) {
  .dcf-table {
    background: #fff;
  }
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap
  }
  .dcf-table-responsive tr {
    display: block
  }
  .dcf-table-responsive td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    text-align: left !important
  }
  .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
    border-width: 0
  }
  .dcf-table-responsive.dcf-table-bordered tbody td {
    border-top-width: 0
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: 0;
    background: none !important;
    border: 1px solid #759eb566;
    margin: 0 0 2rem 0;
    border-radius: 2px;
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding: 0;
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody td:nth-child(even) {
    background: #6fa0c421;
    padding: 0;
  }
  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0
  }
  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
    border-bottom-width: 0
  }
  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    background: #759eb5;
    padding: .5rem 1rem;
    color: #fff;
    border-bottom: 1px solid #ffffff2b;
  }
  .dcf-table-responsive td span {
    padding: .5rem 1rem;
  }
}
/* ========== ///END-自適應表格 ==========*/
/* ================================================ */

/* ============ 會員資料中通知店家彈跳視窗 ========== */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60)
}
.modal_od {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box
}
.close {
  cursor: pointer;
  padding: 2px 3px;
  font-size: 18px;
  cursor: pointer;
  padding: 2px 3px;
  position: absolute;
  right: 10px;
  top: 14px
}
.close:hover {
  background-color: grey;
  color: #ffffff
}
.button-blue {
  display: block;
  float: left;
  padding: 5px 0;
  width: 80px;
  margin-right: 10px;
  color: #fff;
  background: #fa8d09;
  text-align: center;
  cursor: pointer
}
.button-blue:hover {
  background: #3C6;
  text-decoration: none;
  color: #ffffff
}
.button-grey {
  display: block;
  float: left;
  padding: 5px 0;
  width: 80px;
  color: #fff;
  background: #ccc;
  text-align: center;
  cursor: pointer
}
.button-grey:hover {
  background: #aaa;
  text-decoration: none
}
.signup-form .form-arrow {
  display: block;
  width: 30px;
  height: 15px;
  position: absolute;
  left: 95px;
  top: -15px
}
.signup-form input {
  padding: 9px 9px 9px 9px;
  margin-bottom: 20px;
  width: 94%
}
.signup-form .login, .signup-form .reg {
  width: 302px;
  padding: 0;
  margin: 0 0 10px 0;
  height: 35px;
  font-size: 18px;
  cursor: pointer;
  border: none;
}
.signup-form label.remember {
  font-size: 13px
}
.signup-form input[type="checkbox"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 0 0
}
.signup-form a.forgot {
  font-size: 13px;
  float: right;
  margin-top: 2px;
  width: auto;
  cursor: pointer
}
.signup-form p.error {
  font-size: 13px;
  margin-bottom: 5px;
  color: #b22d2d
}
#signup-modal, .modal_od {
  display: none;
  width: 410px;
  padding: 0 40px 20px;
  background: white;
  border: 5px solid rgba(0, 0, 0, 0.2);
  margin-left: -190px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 1px 0 white inset;
  margin-top: -267px
}
#signup-modal a:hover, .modal_od a:hover {
  text-decoration: none
}
.modal_od h1, #signup-modal h1 {
  margin: 0 -40px;
  background: #EEE;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  font-size: 18px;
  padding: 13px 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
  margin-bottom: 30px
}
.modal_od .close, #signup-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 18px 16px 18px;
  height: 46px;
  overflow: hidden;
  opacity: .8;
  border-left: 1px solid #BBB
}
.forgot-btn, .login-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 14px;
  color: #ffffff
}
/* END============ 會員資料中通知店家彈跳視窗 ========== */