@charset "UTF-8";
/* 共通*/
/* 此變數為框架之整體變數，控制整體網站之設定，包含 顏色、文字、格線系統*/
/* 於mixins 資料夾內，各個模組也有其個別使用的變數，請至個別檔案設定，個別使用變數不含在此設定*/
/*-------------------------------------------------------------顏色---------//*/
/* 定義顏色 此顏色可自由變換*/
/*主色        */
/*輔助色*/
/*焦點*/
/* 但注意真實顏色與語意的關聯必須易於辨識*/
/*hr顏色*/
/* 連結顏色*/
/* 表單focus顏色*/
/*表單*/
/*-------------------------------------------------------------字型--------//*/
/* 字型設定*/
/*-------------------------------------------------------------格線系統-----//*/
/* 格線系統*/
/*格線欄位數*/
/*左右padding*/
/*container最大寬*/
/*mediaquery*/
/*電腦*/
/*平板*/
/*手機 */
/*極小尺寸*/
/*-------------------------------------------------------------客製化------//*/
/* 圖片*/
/*圖片導角*/
/*變數*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*reset*/
/*  MIXIN*/
.row {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  *zoom: 1;
}
.row > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  *zoom: 1;
}
/*格線系統*/
/*mediaquery*/
/*圖片RWD設定*/
/*清除浮動*/
/* @include transition(all,2s,ease-out); */
/*動畫*/
/*透明度*/
/*box-sizing*/
/*導角*/
/*漸層*/
/*置中*/
/*ellipsis 字多點點x`x`*/
/*陰影*/
/*清除li格式*/
/* 客製化*/
.breadcrumb ul li:before {
  content: ' / ';
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 2px;
  color: #ccc;
}
/*客製化繼承*/
/*fatfooter*/
/*img設定*/
/*針對CP內容頁做文字垂直韻律*/
/*客製MIXIN*/
html {
  font-size: 112.5%;
  line-height: 1em;
}
.vertical_rhythm {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(5%, rgba(187, 187, 187, 0.4)), color-stop(5%, rgba(187, 187, 187, 0)));
  background-image: -moz-linear-gradient(bottom, rgba(187, 187, 187, 0.4) 5%, rgba(187, 187, 187, 0) 5%);
  background-image: -webkit-linear-gradient(bottom, rgba(187, 187, 187, 0.4) 5%, rgba(187, 187, 187, 0) 5%);
  background-image: linear-gradient(to top, rgba(187, 187, 187, 0.4) 5%, rgba(187, 187, 187, 0) 5%);
  -moz-background-size: 100% 2em;
  -o-background-size: 100% 2em;
  -webkit-background-size: 100% 2em;
  background-size: 100% 2em;
  background-position: left top;
}
.vertical_rhythm img {
  float: left;
  margin: 0 18px 0 0;
}
.cp h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.cp h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.6666em;
}
.cp h3 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.6666em;
}
.cp h4 {
  font-size: 1.25em;
  line-height: 1.6em;
  margin-top: 0.5em;
  margin-bottom: 1.6em;
}
.cp h5 {
  font-size: 1.125em;
  line-height: 2.22222em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.cp h6 {
  font-size: 1em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0em;
}
.cp blockquote {
  background: #f2f2f2;
  font-style: normal;
  display: block;
  font-size: 1em;
  line-height: 2em;
  border-left: 5px solid #248634;
  padding: 36px;
  box-sizing: border-box;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.cp p,
.cp ul,
.cp ol,
.cp dd,
.cp figure {
  font-size: 1em;
  line-height: 2em;
  /* @include trailer(1);*/
  margin-top: 0em;
  margin-bottom: 2em;
  margin-bottom: 1em;
}
.cp img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .cp img {
    width: 100%;
    clear: both;
  }
}
/*CP文字排版*/
body {
  font-size: 1em;
  font-weight: normal;
  color: #666;
  line-height: 1.45em;
  -webkit-text-size-adjust: none;
  color: #333;
}
@media print {
  body {
    font-size: 13px;
  }
}
a {
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:hover {
  color: #195e24;
  cursor: pointer;
}
a:focus {
  outline: 2px solid #9ad202;
}
img:focus,
a:focus img {
  outline: 2px solid #9ad202;
}
.FontSize {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1000;
}
.FontSize ul {
  margin: 0;
  padding: 0;
}
.FontSize ul li {
  float: left;
  display: inline-block;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.FontSize ul li:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.FontSize ul li:first-child:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.FontSize ul li.active a {
  color: #1f722c;
}
.FontSize ul li a {
  color: #1f722c;
  margin: 0;
  padding: 9px 25px;
  display: block;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1399px) {
  .FontSize ul li a {
    padding: 9px 20px;
  }
}
@media screen and (max-width: 991px) {
  .FontSize ul li a {
    padding: 9px 10px;
  }
}
.FontSize ul li a:hover,
.FontSize ul li a:focus {
  color: #195e24;
  background: #adeb02;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -ms-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.FontSize ul li a span {
  position: absolute;
  content: '';
  top: 4px;
  right: 15px;
  font-size: 0.7em;
}
/*文字設定*/
/* 元素*/
.breadcrumb {
  background: none;
  padding: 0.1em 0em 0.1em;
  font-size: 0.9em;
  margin: 0px auto 5px;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  color: #248634;
  display: inline-block;
  margin: 0px 0.1em 0.1em 0px;
}
.breadcrumb ul li:nth-child(1) {
  padding-left: 18px;
}
.breadcrumb ul li:nth-child(1):before {
  display: none;
}
.breadcrumb ul li:nth-child(1):after {
  position: absolute;
  content: '\E93B';
  top: 0;
  left: 16px;
  display: block;
  font-family: 'fontello';
  color: #666;
}
.breadcrumb a {
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #195e24;
  cursor: pointer;
}
.breadcrumb a:focus {
  outline: 2px solid #9ad202;
}
/*麵包屑*/
.divider,
.divider-vertical {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 0.813rem;
  color: grey;
  text-shadow: 0 1px 1px #fff;
  cursor: default;
  display: block;
  clear: both;
  zoom: 1;
}
.divider:before,
.divider-vertical:before,
.divider:after,
.divider-vertical:after {
  content: '';
  display: table;
}
.divider:after,
.divider-vertical:after {
  clear: both;
}
.divider {
  display: table;
  line-height: 1;
  margin: 20px 0;
}
.divider:after,
.divider:before {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/divider.jpg');
}
.divider:before {
  background-position: right 1em top 50%;
}
.divider:after {
  background-position: left 1em top 50%;
}
.divider-vertical {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: auto;
  height: 50%;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.divider-vertical:after,
.divider-vertical:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 0;
  height: calc(100% - 1.2rem);
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.divider-vertical:before {
  top: -100%;
}
.divider-vertical:after {
  bottom: 0;
}
/*分隔線*/
/* 按鈕設定*/
/* 按鈕外框*/
.btn_grp {
  text-align: center;
  padding: 15px 0;
}
/* 按鈕的共用設定*/
/* 按鈕預設陰影*/
.btn,
.btn-default,
.btn-link,
.btn-extra,
.btn-green,
.btn-blue,
.btn-yellow,
.btn-orange,
.btn-red,
.btn-purple,
button,
input[type='button'],
input[type='submit'],
input[type='reset'],
.upload_grp .upload_btn {
  /* @include text-shadow(RGBA(0, 0, 0, .3) 1px 1px 1px);*/
  background-image: none;
  /*修正firefox*/
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  min-width: 80px;
  width: auto !important;
  margin: 0.25em 2px;
}
.btn {
  padding: 0.5em !important;
  font-size: 1em;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #248634;
  border: 1px solid #248634;
  color: #666;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  text-shadow: RGBA(0, 0, 0, 0.3) 0px 0px 0px;
  background-color: white;
  /* Old browsers*/
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  /* IE6-9*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #eaeaea));
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
}
.btn:hover,
.btn:focus {
  background: #195e24;
  border: 1px solid #195e24;
  cursor: pointer;
  color: #fff;
}
.btn.active {
  background: #195e24;
  border: 1px solid #195e24;
  cursor: pointer;
}
.btn:hover,
.btn:focus {
  color: #666;
  background-color: #f7f7f7;
  /* Old browsers*/
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  /* IE6-9*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #eaeaea));
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
}
.btn-default {
  background: #333;
  border: 1px solid #333333;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
.btn-default:hover,
.btn-default:focus {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  cursor: pointer;
  color: #fff;
}
.btn-default.active {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  cursor: pointer;
}
.btn-link {
  background: #fff;
  border: 1px solid white;
  color: #333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
.btn-link:hover,
.btn-link:focus {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  color: #fff;
}
.btn-link.active {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.btn-link:hover,
.btn-link:focus {
  color: #248634 !important;
}
.btn-extra {
  background: #666666;
  border: 1px solid #666666;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  border: 1px solid #666666;
  box-shadow: none;
  min-width: auto;
  width: auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.btn-extra:hover,
.btn-extra:focus {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  cursor: pointer;
  color: #fff;
}
.btn-extra.active {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .btn-extra {
    font-size: 0.8em;
  }
}
/*按鈕顏色*/
/*@include btn_setting(按鈕顏色,字的顏色);*/
.btn-green {
  background: #5d9f4b;
  border: 1px solid #5d9f4b;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
.btn-green:hover,
.btn-green:focus {
  background: #497c3b;
  border: 1px solid #497c3b;
  cursor: pointer;
  color: #fff;
}
.btn-green.active {
  background: #497c3b;
  border: 1px solid #497c3b;
  cursor: pointer;
}
.btn-blue {
  background: #4ed3e3;
  border: 1px solid #4ed3e3;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
.btn-blue:hover,
.btn-blue:focus {
  background: #23c7db;
  border: 1px solid #23c7db;
  cursor: pointer;
  color: #fff;
}
.btn-blue.active {
  background: #23c7db;
  border: 1px solid #23c7db;
  cursor: pointer;
}
.btn-yellow {
  background: #fdc86c;
  border: 1px solid #fdc86c;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
.btn-yellow:hover,
.btn-yellow:focus {
  background: #fcb53a;
  border: 1px solid #fcb53a;
  cursor: pointer;
  color: #fff;
}
.btn-yellow.active {
  background: #fcb53a;
  border: 1px solid #fcb53a;
  cursor: pointer;
}
.btn-orange {
  background: #f77810;
  border: 1px solid #f77810;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
.btn-orange:hover,
.btn-orange:focus {
  background: #cd6007;
  border: 1px solid #cd6007;
  cursor: pointer;
  color: #fff;
}
.btn-orange.active {
  background: #cd6007;
  border: 1px solid #cd6007;
  cursor: pointer;
}
.btn-red {
  background: #ff3e4d;
  border: 1px solid #ff3e4d;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
.btn-red:hover,
.btn-red:focus {
  background: #ff0b1e;
  border: 1px solid #ff0b1e;
  cursor: pointer;
  color: #fff;
}
.btn-red.active {
  background: #ff0b1e;
  border: 1px solid #ff0b1e;
  cursor: pointer;
}
.btn-purple {
  background: #aa5ac5;
  border: 1px solid #aa5ac5;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
.btn-purple:hover,
.btn-purple:focus {
  background: #923daf;
  border: 1px solid #923daf;
  cursor: pointer;
  color: #fff;
}
.btn-purple.active {
  background: #923daf;
  border: 1px solid #923daf;
  cursor: pointer;
}
/* 按鈕大小*/
.btn-xl {
  font-size: 1.6875em;
  /*24px*/
}
.btn-lg {
  font-size: 1.40625em;
  /*20px*/
}
.btn-sm {
  font-size: 1.05525em;
  /*15px*/
}
.btn-xs {
  font-size: 0.84375em;
  /*12px*/
}
/*按鈕設定*/
hr {
  margin: 1em 0px;
  display: block;
  border: none;
  clear: both;
}
hr {
  border-top: 1px solid #333;
}
hr.hr1 {
  border-top: 3px double #333;
}
hr.hr2 {
  border-top: 1px dashed #333;
}
hr.hr3 {
  border-top: 1px dotted #333;
}
hr.hr4 {
  background-color: #fff;
  border-top: 2px dashed #333;
}
hr.hr5 {
  background-color: #fff;
  border-top: 2px dotted #333;
}
hr.hr6 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #fff;
}
hr.hr7 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #fff;
}
/*分隔線*/
img.img_rounded {
  /*導角，可自訂*/
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
}
img.img_circle {
  /*圓形*/
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.pic_list {
  text-align: left;
  overflow: hidden;
  /*設定overflow-hidden，非必要*/
}
.pic_list .imgOuter {
  position: relative;
  margin: 1%;
  display: block;
  padding: 0;
  float: left;
  width: 31.33333%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*pc 3欄，mobile 2欄*/
  position: relative;
  overflow: hidden;
  background: #dedede;
  /*設定比例ex:4:3 or 16:9*/
}
@media (max-width: 767px) {
  .pic_list .imgOuter {
    float: none;
    display: inline-block;
    width: 48%;
    margin: 1% auto;
  }
}
.pic_list .imgOuter img {
  position: absolute;
  top: 0;
  left: 0;
}
.pic_list .imgOuter:before {
  display: block;
  content: '';
  padding-top: 75%;
}
.pic_list .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.single_setting .thumbnail {
  position: relative;
  margin: 1%;
  display: block;
  padding: 0;
  float: left;
  width: 31.33333%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .single_setting .thumbnail {
    float: none;
    display: inline-block;
    width: 98%;
    margin: 1% auto;
  }
}
.single_setting .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
.single_setting .thumbnail:nth-child(1) .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.single_setting .thumbnail:nth-child(1) .imgOuter:before {
  display: block;
  content: '';
  padding-top: 100%;
}
.single_setting .thumbnail:nth-child(1) .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.single_setting .thumbnail:nth-child(2) .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.single_setting .thumbnail:nth-child(2) .imgOuter:before {
  display: block;
  content: '';
  padding-top: 75%;
}
.single_setting .thumbnail:nth-child(2) .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.single_setting .thumbnail:nth-child(3) .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.single_setting .thumbnail:nth-child(3) .imgOuter:before {
  display: block;
  content: '';
  padding-top: 56.25%;
}
.single_setting .thumbnail:nth-child(3) .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/*for IE */
.img-container {
  /* width: 100%;*/
  /* height: 100%;*/
}
.img-container img {
  width: 100%;
  height: 100%;
}
.ie-object-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.ie-object-fill {
  position: relative;
  background-size: auto;
  background-position: center center;
}
.ie-object-contain {
  position: relative;
  background-size: contain;
  background-position: center center;
}
/* 圖檔變成透明 */
.ie-object-cover,
.ie-object-fill,
.ie-object-contain {
  background-repeat: no-repeat;
}
.ie-object-cover img,
.ie-object-fill img,
.ie-object-contain img {
  opacity: 0;
  width: 0px;
  height: 0px;
}
.fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.none {
  -o-object-fit: none;
  object-fit: none;
}
.scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
/*圖片*/
[tooltip] {
  position: relative;
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 14.634px;
  line-height: 27px;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: left;
  min-width: 150px;
  line-height: 1.5em;
  max-width: 300px;
  font-size: 0.813em;
  max-height: 75.6px;
  overflow: hidden;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}
[tooltip]:not([flow])::before,
[tooltip][flow^='up']::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^='up']::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^='up']::before,
[tooltip][flow^='up']::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
[tooltip][flow^='down']::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^='down']::after {
  top: calc(100% + 5px);
}
[tooltip][flow^='down']::before,
[tooltip][flow^='down']::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
[tooltip][flow^='left']::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^='left']::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^='right']::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^='right']::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^='up']:hover::before,
[tooltip][flow^='up']:hover::after,
[tooltip][flow^='down']:hover::before,
[tooltip][flow^='down']:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^='left']:hover::before,
[tooltip][flow^='left']:hover::after,
[tooltip][flow^='right']:hover::before,
[tooltip][flow^='right']:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
/*tooltip*/
.tabSet {
  max-width: 90%;
  margin: 20px auto;
  background: #f3f3f3;
  overflow: hidden;
  clear: both;
  zoom: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 12px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 12px;
}
.tabSet:before,
.tabSet:after {
  content: '';
  display: table;
}
.tabSet:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .tabSet {
    max-width: 100%;
    width: auto;
    height: auto !important;
  }
}
.tabSet.tabvariable {
  max-width: inherit !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tabSet.tabvariable .tabs > .tabItem.active > a {
  position: relative;
  overflow: inherit;
}
.tabSet.tabvariable .tabs > .tabItem.active > a:before {
  position: absolute;
  z-index: 1;
  content: '';
  top: 100%;
  left: 45%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #aaa;
}
.tabSet.tabvariable .tabs > .tabItem:nth-child(1) a:before {
  border-top-color: #f77810;
}
.tabSet.tabvariable .tabs > .tabItem:nth-child(3) a:before {
  border-top-color: #aa5ac5;
}
.tabSet.tabvariable .tabs > .tabItem:nth-child(5) a:before {
  border-top-color: #5d9f4b;
}
.tabSet.tabvariable .tabs > .tabItem:nth-child(7) a:before {
  border-top-color: #f94599;
}
.tabSet.tabvariable .tabs > .tabItem:nth-child(9) a:before {
  border-top-color: #4ed3e3;
}
.tabs {
  position: relative;
}
@media screen and (max-width: 767px) {
  .tabs {
    position: relative;
  }
}
.tabs > .tabItem {
  float: left;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
  border-bottom: none;
}
.tabs > .tabItem.active > a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem {
    float: none;
  }
  .tabs > .tabItem > a {
    width: 100% !important;
    border-bottom: 1px solid #888;
  }
  .tabs > .tabItem.active > a {
    border-color: #bbb;
  }
}
.tabs > .tabItem > a {
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs > .tabItem > a:hover {
  background: #aaa;
}
.tabs > .tabItem:before {
  display: none;
}
.tabs > .tabItem:nth-child(1) a {
  background-color: #f77810;
}
.tabs > .tabItem:nth-child(3) a {
  background-color: #aa5ac5;
}
.tabs > .tabItem:nth-child(5) a {
  background-color: #5d9f4b;
}
.tabs > .tabItem:nth-child(7) a {
  background-color: #f94599;
}
.tabs > .tabItem:nth-child(9) a {
  background-color: #4ed3e3;
}
/*多組 可設定差異*/
.example-2 .tabItem > a:hover {
  background: #9ad202;
}
.example-2 .tabItem.active > a {
  background: #9ad202;
}
/* 顯示content*/
.active + .tabContent {
  display: block;
}
.tabContent {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  clear: both;
  padding: 2em 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .tabContent {
    position: static;
  }
}
.tabContent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.tabContent li {
  margin: 0 0 1.3em 0;
  padding: 0;
  border-bottom: 1px #999 dashed;
}
@media screen and (max-width: 767px) {
  .tabContent li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.tabContent li span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 0.813em;
  color: #666;
}
.tabContent .more {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tabContent .more {
    text-align: center;
  }
}
.tabContent .more a {
  display: inline-block;
  background: #ccc;
  color: #fff;
  width: auto;
  font-size: 0.813em;
  padding: 0.5em 2em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tabContent .more a:hover,
.tabContent .more a:focus {
  background: #b3b3b3;
}
/*頁籤*/
/*http://lab.25sprout.com/responsive_table/*/
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  empty-cells: show;
}
@media screen and (max-width: 575px) {
  table {
    position: relative;
  }
}
table th,
table td {
  padding: 0.8em;
  text-align: left;
  empty-cells: show;
}
table td {
  border-bottom: #ccc 1px solid;
  word-break: break-all;
}
table td p {
  margin-bottom: 2px !important;
}
table td a {
  word-break: break-all;
  font-weight: bold;
  color: #248634 !important;
}
table td a:hover,
table td a:focus {
  color: #87b902 !important;
}
table th {
  background-color: rgba(93, 159, 75, 0.3);
  color: #1b6628;
  border-bottom: 2px solid #437735;
  text-align: left;
  white-space: nowrap;
}
table tbody tr th[scope='row'],
table tbody tr td.bg {
  text-align: right;
  color: #333;
  border-bottom-width: 1px;
  background: #eaeaea;
  border-bottom: #fff 1px solid;
}
@media screen and (max-width: 767px) {
  table tbody tr th[scope='row'],
  table tbody tr td.bg {
    text-align: left;
  }
}
table tbody tr:nth-child(1) th[scope='row'] {
  border-top: #eee 1px solid;
}
table tbody tr:nth-child(1) td {
  border-top: #eee 1px solid;
}
table.table_hover tr:hover {
  background: #e4f8e7;
}
table.table_hover tr:nth-child(even):hover {
  background: #e4f8e7;
}
table.table_sprite tr:nth-child(even) {
  background: #f7faf6;
}
@media screen and (max-width: 575px) {
  table.table_list,
  table.table_multiple {
    background-color: transparent !important;
    /*Force table to not be like tables anymore*/
  }
  table.table_list thead,
  table.table_list tbody,
  table.table_list th,
  table.table_list td,
  table.table_list tr,
  table.table_multiple thead,
  table.table_multiple tbody,
  table.table_multiple th,
  table.table_multiple td,
  table.table_multiple tr {
    display: block;
  }
  table.table_list thead tr,
  table.table_multiple thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table_list thead tr:nth-child(1),
  table.table_multiple thead tr:nth-child(1) {
    border: none;
  }
  table.table_list tr,
  table.table_multiple tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    /* background-color: #333;*/
  }
  table.table_list th,
  table.table_list td,
  table.table_multiple th,
  table.table_multiple td {
    padding: 0.4em !important;
  }
  table.table_list td,
  table.table_multiple td {
    /* Behave  like a "row"*/
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal !important;
  }
  table.table_list td:before,
  table.table_multiple td:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
table.table_multiple tr:nth-child(4n + 1),
table.table_multiple tr:nth-child(4n + 2) {
  background: #f7faf6 !important;
}
table.table_multiple tr th {
  color: #333;
  background: #ccc;
  border-bottom: 2px solid #b8b8b8;
}
table.table_multiple tr:hover {
  background: #e6e6e6;
}
table.table_multiple tr:nth-child(even):hover {
  background: #e6e6e6;
}
table.table_multiple tr:nth-child(odd) {
  border-bottom: 1px solid #b8b8b8;
}
table.table_multiple tr:nth-child(odd) td[rowspan='2'] {
  color: #333;
  font-weight: bold;
  text-align: center;
  background: #ccc;
}
table.table_multiple tr:nth-child(odd) td[rowspan='2']:hover {
  background: #ccc;
}
table.table_multiple tr td.total,
table.table_multiple tr td.total2 {
  color: #ff3e4d;
  background: rgba(255, 62, 77, 0.1);
  border-bottom-color: white;
}
.general-container table {
  border: 2px solid #eee !important;
}
.general-container table th {
  border-bottom: 1px solid #a3d895 !important;
}
@media screen and (max-width: 575px) {
  .general-container table th {
    white-space: normal;
    width: 25%;
  }
}
@media only screen and (max-width: 320px) {
  .general-container {
    overflow-x: scroll;
  }
  .general-container table {
    width: 320px;
  }
}
/*表格*/
/*參照雅瓊範例*/
.form_grid {
  margin: 0.5em;
}
.form_grid .btn_grp {
  clear: both;
  zoom: 1;
}
.form_grid .btn_grp:before,
.form_grid .btn_grp:after {
  content: '';
  display: table;
}
.form_grid .btn_grp:after {
  clear: both;
}
.form_grid .form_grp {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 4px 0;
}
.form_grid .form_grp .form_grp {
  border-bottom: 0;
}
.form_grid .form_title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  text-align: right;
  font-weight: bold;
}
@media (min-width: 768px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .form_grid .form_title {
    text-align: left;
  }
}
.form_grid .form_content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .form_grid .form_content {
    padding-left: 0px;
  }
}
/*---------------------------------------------下拉選單--------//*/
label,
legend {
  /* white-space: nowrap;*/
  display: inline-block;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 575px) {
  label,
  legend {
    display: block;
  }
}
label.inline input,
label.inline select,
label.inline textarea,
legend.inline input,
legend.inline select,
legend.inline textarea {
  width: auto;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.text-muted {
  color: #6c757d !important;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
/*---------------------------------------------預設設定--------//*/
input,
textarea,
select,
button {
  color: #666;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -ms-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out;
  -ms-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  /* 預設載入formStyle設定*/
}
input,
select,
textarea {
  width: 100%;
  -webkit-appearance: none;
  /*清除 safari 的預設樣式*/
  -moz-appearance: none;
  appearance: none;
}
/*---------------------------------------------文字輸入表單--------//*/
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='file']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='file']::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='file']:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='file']:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
button,
input[type='button'] {
  background: #248634;
  border: 1px solid #248634;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  border: 1px solid #248634;
}
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus {
  background: #195e24;
  border: 1px solid #195e24;
  cursor: pointer;
  color: #fff;
}
button.active,
input[type='button'].active {
  background: #195e24;
  border: 1px solid #195e24;
  cursor: pointer;
}
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus {
  background-color: #9ad202;
  outline: 2px solid #9ad202;
}
input[type='submit'] {
  background: #248634;
  border: 1px solid #248634;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  border: 1px solid #248634;
}
input[type='submit']:hover,
input[type='submit']:focus {
  background: #195e24;
  border: 1px solid #195e24;
  cursor: pointer;
  color: #fff;
}
input[type='submit'].active {
  background: #195e24;
  border: 1px solid #195e24;
  cursor: pointer;
}
input[type='submit']:hover,
input[type='submit']:focus {
  background-color: #9ad202;
  outline: 2px solid #9ad202;
}
textarea {
  color: #666;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -ms-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out;
  -ms-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  height: 5em;
  overflow-y: scroll;
}
@media screen and (max-width: 575px) {
  textarea {
    width: 100%;
  }
}
textarea:hover,
textarea:focus {
  background-color: rgba(154, 210, 2, 0.45);
}
input[type='text']:focus,
input[type='reset']:focus,
input[type='file']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  color: #333;
  /* border: 1px solid darken($form-focus, 2);*/
  border: 1px solid #9ad202;
  outline: 0;
  background-color: rgba(154, 210, 2, 0.45);
}
input[type='text']:focus:-moz-placeholder,
input[type='reset']:focus:-moz-placeholder,
input[type='file']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: #333;
}
input[type='text']:focus::-moz-placeholder,
input[type='reset']:focus::-moz-placeholder,
input[type='file']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: #333;
}
input[type='text']:focus:-ms-input-placeholder,
input[type='reset']:focus:-ms-input-placeholder,
input[type='file']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: #333;
}
input[type='text']:focus::-webkit-input-placeholder,
input[type='reset']:focus::-webkit-input-placeholder,
input[type='file']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: #333;
}
/* */
/*---------------------------------------------下拉選單--------//*/
select {
  line-height: 2.43em;
  height: 2.4em;
  padding: 0 24px 0 0.5em;
  border: 1px solid #ccc;
  background: #fff url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_select_arrow.svg) no-repeat right center;
  background-size: 20px;
}
select option {
  outline: none;
  border: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/*---------------------------------------------reset--------//*/
input[type='reset'] {
  background: #999999;
  border: 1px solid #999999;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  text-shadow: none;
}
input[type='reset']:hover,
input[type='reset']:focus {
  background: gray;
  border: 1px solid gray;
  cursor: pointer;
  color: #fff;
}
input[type='reset'].active {
  background: gray;
  border: 1px solid gray;
  cursor: pointer;
}
/*---------------------------------------------checkbox & radio--------//*/
input[type='checkbox'],
input[type='radio'] {
  font-size: 1em;
  margin: -4px 0.2em 0 0;
  width: 1em;
  height: 1em;
  background-color: #f7f6ee;
  border: 2px solid #ccc;
}
input[type='radio'] {
  border-radius: 50%;
}
input[type='checkbox']:checked,
input[type='radio']:checked {
  border-color: #9ad202;
  background-color: #9ad202;
  outline: none;
}
input[type='checkbox']:checked {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_checked.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  box-shadow: #9ad202 0 0 0 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}
input[type='radio']:checked {
  box-shadow: #fff 0 0 0 3px inset, #9ad202 0 0 0 1px;
}
/*---------------------------------------------readonly disable -------//*/
input[readonly],
input[disable] {
  background: #f2f2f2;
  color: #b3b3b3;
  border-color: #b3b3b3;
}
input[readonly] ~ label,
input[disable] ~ label {
  color: #b3b3b3;
}
input[readonly]:hover,
input[readonly]:focus,
input[disable]:hover,
input[disable]:focus {
  border-color: #b3b3b3;
  box-shadow: none;
  /* cursor: not-allowed;*/
}
/* 檔案上傳*/
/* https://codepen.io/shubhamc_007/pen/oZyodd*/
.upload_grp {
  position: relative;
}
.upload_grp input[readonly],
.upload_grp input[disable] {
  background: transparent;
  color: #666;
}
.upload_grp .upload_btn {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 3px;
  background: #9ad202;
  border: 1px solid #9ad202;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -ms-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  padding: 0.2em 1em !important;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.upload_grp .upload_btn:hover,
.upload_grp .upload_btn:focus {
  background: #759f02;
  border: 1px solid #759f02;
  cursor: pointer;
  color: #fff;
}
.upload_grp .upload_btn.active {
  background: #759f02;
  border: 1px solid #759f02;
  cursor: pointer;
}
.upload_grp .upload_btn:hover,
.upload_grp .upload_btn:focus {
  cursor: pointer !important;
}
input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*---------------------------------------------form setting--------//*/
form {
  /* form 全域行內設定*/
}
form .form_grp,
form .check_grp,
form .radio_grp,
form .btn_grp,
form .upload_grp {
  margin-bottom: 0.2em;
}
form .check_grp,
form .radio_grp {
  /* radio與check個別行內設定*/
}
form .check_grp label,
form .radio_grp label {
  display: block;
}
form .check_grp.form_inline label,
form .radio_grp.form_inline label {
  display: inline-block;
  margin: 0.2em 0.5em 0 0;
}
form .form_grp,
form .upload_grp {
  /* 文字表單個別行內設定*/
}
form .form_grp.form_inline label,
form .upload_grp.form_inline label {
  display: inline-block;
  margin-right: 0.5em;
}
form .form_grp.form_inline input,
form .form_grp.form_inline textarea,
form .form_grp.form_inline select,
form .upload_grp.form_inline input,
form .upload_grp.form_inline textarea,
form .upload_grp.form_inline select {
  width: auto;
}
form.form_inline label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
form.form_inline label ~ input,
form.form_inline label ~ textarea {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
form.form_inline input[type='text'],
form.form_inline input[type='password'],
form.form_inline select,
form.form_inline textarea {
  width: auto;
  display: inline-block;
}
form.form_inline .form_grp,
form.form_inline .check_grp,
form.form_inline .radio_grp,
form.form_inline .btn_grp,
form.form_inline .upload_grp {
  display: inline-block;
  margin-right: 0.5em;
}
form.form_inline .btn_grp .btn,
form.form_inline .btn_grp input[type='submit'],
form.form_inline .btn_grp input[type='reset'],
form.form_inline .btn_grp input[type='button'],
form.form_inline .btn_grp input[type='search'] {
  margin-top: -3px;
  padding: 0.45em 1em;
}
form.form_inline select,
form.form_inline textarea {
  width: auto;
}
/*---------------------------------------------captcha--------//*/
img.captcha {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0.5em;
}
img.captcha + input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
img.captcha ~ img {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0.5em;
}
/*表單*/
body {
  -webkit-text-size-adjust: none;
}
* {
  -webkit-overflow-scrolling: touch;
}
/* 導盲磚*/
.accesskey {
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 9;
  color: transparent;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .accesskey {
    display: none;
  }
}
.accesskey:hover,
.accesskey:focus {
  color: #9ad202;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[disabled] {
  color: #b3b3b3;
  background: #f2f2f2;
  border: 1px solid #ccc;
  outline: 0;
  box-shadow: none;
  cursor: no-drop;
}
* {
  box-sizing: border-box;
}
/* scrollTop*/
.scrollToTop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/top.png) no-repeat center top rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: 0.3s ease-out;
  display: none;
  z-index: 99999999;
  text-indent: -999999px;
}
.scrollToTop:hover {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/top.png) no-repeat center top rgba(0, 0, 0, 0.8);
}
/* img*/
img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.necessary {
  color: red;
  margin: 0px 0.2em;
}
.tooltip {
  text-align: center;
  padding: 40px 0;
}
.tooltip span {
  display: inline-block;
  background: #dedede;
  text-align: center;
  padding: 10px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  vertical-align: baseline;
}
.tooltip p > em {
  color: red;
}
.hr_block {
  text-align: left;
}
.hr_block span {
  font-size: 0.75em;
}
.hr_block hr {
  margin: 10px 0 !important;
}
/*檔案下載*/
.file_download {
  width: 100%;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}
.file_download:before,
.file_download:after {
  content: '';
  display: table;
}
.file_download:after {
  clear: both;
}
.file_download h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #248634;
}
.file_download ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .file_download ul {
    margin-left: 0;
  }
}
.file_download li {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.file_download li .update,
.file_download li .file_view {
  font-size: 0.813em;
  color: #aaa;
  width: 150px;
  float: right;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .file_download li .update,
  .file_download li .file_view {
    display: inline-block;
    float: none;
    width: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .file_download li .update,
  .file_download li .file_view {
    display: none;
  }
}
.file_download li .file_view {
  width: 110px;
}
.file_download li .update {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .file_download li .update {
    margin-left: 5px;
  }
}
.file_download li a {
  padding: 0.2em 0px 0.2em 35px;
  position: relative;
  height: auto;
  line-height: 1.45em;
  display: inline-block;
  width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file_download li a:before {
  position: absolute;
  /* outline: 1px solid red;*/
  top: 5px;
  left: 0px;
  text-align: right;
  width: 30px;
  counter-increment: counter;
  content: counters(counter, '.') ' . ';
}
@media screen and (max-width: 767px) {
  .file_download li a {
    margin-right: 0px;
    /* display: block;*/
    width: 85%;
  }
}
.file_download li a .kb {
  font-size: 0.75em;
  color: #666;
  display: inline-block;
  margin: 0px 0.5em;
}
/*.file_download li a:after {
    content: "";
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_other.jpg);
    width: 21px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 35px;
    text-align: right;
}
.file_download li a[href$="doc"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_doc.jpg);
}
.file_download li a[href$="odf"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_odf.jpg);
}
.file_download li a[href$="pdf"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_pdf.jpg);
}
.file_download li a[href$="xls"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_xls.jpg);
}
.file_download li a[href$="ppt"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_ppt.jpg);
}
.file_download li a[href$="jpg"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_jpg.jpg);
}
.file_download li a[href$="mp3"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_mp3.jpg);
}
.file_download li a[href$="mov"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_mov.jpg);
}
.file_download li a[href$="txt"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_txt.jpg);
}
.file_download li a[href$="dot"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_doc.jpg);
}
.file_download li a[href$="zip"]:after {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_zip.jpg);
}*/
.file_download li a:hover,
.file_download li a:focus {
  color: #248634 !important;
}
/* 外部連結*/
.web_link {
  width: 100%;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}
.web_link:before,
.web_link:after {
  content: '';
  display: table;
}
.web_link:after {
  clear: both;
}
.web_link h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #248634;
}
.web_link ol,
.web_link ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .web_link ol,
  .web_link ul {
    margin-left: 0;
  }
}
.web_link li {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.web_link li a {
  padding: 0.2em 0px 0.2em 35px;
  position: relative;
  height: auto;
  line-height: 1.45em;
  display: block;
}
.web_link li a:before {
  position: absolute;
  /* outline: 1px solid red;*/
  top: 5px;
  left: 0px;
  text-align: right;
  width: 30px;
  counter-increment: counter;
  content: counters(counter, '.') ' . ';
}
/*小元素*/
/* 模組*/
/*header*/
.header {
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
  /* 虛擬底色 - navigation*/
  /* @include background-image(linear-gradient(rgba(255, 250, 170, 0.8) 3%, #ffffff 30%));*/
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/headerbg.jpg') no-repeat 0 -3em;
  background-size: cover;
  /* mobile btn*/
  /* 導覽列*/
  /*search*/
}
@media screen and (max-width: 767px) {
  .header {
    clear: both;
    zoom: 1;
    position: fixed;
    width: 100%;
    min-height: 55px;
    background-position: 0 0;
    background-size: 200%;
  }
  .header:before,
  .header:after {
    content: '';
    display: table;
  }
  .header:after {
    clear: both;
  }
}
.header:before {
  content: '';
  width: 100%;
  height: 2.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e6e6e6;
  background-color: #248634;
  /* Old browsers*/
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF248634', endColorstr='#FF9BE15D');
  /* IE6-8*/
  /* IE9 SVG, needs conditional override of 'filter' to 'none'*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0ODYzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzliZTE1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #248634), color-stop(100%, #9be15d));
  background-image: -moz-linear-gradient(left, #248634 0%, #9be15d 100%);
  background-image: -webkit-linear-gradient(left, #248634 0%, #9be15d 100%);
  background-image: linear-gradient(to right, #248634 0%, #9be15d 100%);
}
@media screen and (max-width: 767px) {
  .header:before {
    display: none;
  }
}
.header > .container .sidebarCtrl,
.header > .container .searchCtrl {
  width: 55px !important;
  height: 55px !important;
  position: absolute;
  top: 0px;
  display: block;
  font-size: 0;
  padding: 15px;
  margin: 0;
  min-width: auto;
  min-height: auto;
  background: transparent;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header > .container .sidebarCtrl,
  .header > .container .searchCtrl {
    display: block !important;
  }
}
.header > .container {
  max-width: 1200px;
  overflow: visible;
  position: relative;
  /* menu*/
  /* search*/
}
.header > .container .sidebarCtrl {
  display: none;
  left: 0px;
}
.header > .container .sidebarCtrl span {
  background: #248634;
  width: 100%;
  height: 5px;
  margin: 4px 0 5px;
  display: block;
}
.header > .container .searchCtrl {
  display: none;
  right: 0px;
  font-size: 0;
}
.header > .container .searchCtrl:before {
  width: 40px;
  height: 40px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_search.png) no-repeat center center;
  background-size: 32px;
  opacity: 0.6;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
.header h1 {
  margin: 0;
}
.header .logo {
  float: left;
  width: 400px;
  height: 68px;
  margin: -30px 0 10px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header .logo {
    margin: -15px 0 5px 0;
  }
}
.header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .logo:hover {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .header .logo {
    padding: 2px 60px;
    width: 100%;
    text-align: center;
    height: 60px;
  }
  .header .logo img {
    width: auto;
    height: auto;
    max-height: 55px;
    margin: 0px auto;
    margin-top: 14px;
  }
}
@media (max-width: 380px) {
  .header .logo img {
    height: 45px;
    margin-top: 17px;
  }
}
.header .navigation {
  clear: both;
  zoom: 1;
  overflow: hidden;
  font-size: 0.813em;
  width: 100%;
}
.header .navigation:before,
.header .navigation:after {
  content: '';
  display: table;
}
.header .navigation:after {
  clear: both;
}
.header .navigation ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .navigation ul.left_nav {
  float: left;
  margin-left: 2em;
}
.header .navigation li {
  float: left;
  margin: 0 0.2em;
  position: relative;
}
.header .navigation li:first-child:before {
  display: none;
}
.header .navigation li:before {
  position: absolute;
  content: '|';
  top: 8px;
  left: -5px;
  font-size: 0.75em;
  color: #a6a6a6;
}
.header .navigation li a {
  display: inline-block;
  padding: 0.5em;
  color: #666;
  text-decoration: none;
}
.header .navigation li a:hover,
.header .navigation li a:focus {
  color: #9ad202;
}
.search {
  min-width: 25%;
  max-width: 50%;
  float: right;
  vertical-align: middle;
  padding: 0em 0.3em 0.2em;
  font-size: 0.938em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search label {
  font-size: 0;
}
.search .form_grp {
  margin-bottom: 0;
  margin-right: 0;
}
.search .form_grp input {
  width: 250px !important;
  margin: -0.2em 0 0;
  padding: 0.5em 0.5em 0.4em;
  border: 2px solid #9ad202;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.search .form_grp input:hover,
.search .form_grp input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #bbfd0a;
}
.search .btn_grp {
  padding: 0em;
  margin: 0 3px 0 -30px;
}
.search .btn_grp button {
  margin: 0;
  color: transparent;
  margin-top: -3px !important;
  padding: 0.46em 10px !important;
  min-width: 20px;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background: #9ad202;
  border: 2px solid #9ad202;
}
.search .btn_grp button:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.3em;
  color: white;
}
.search .btn_grp button:hover,
.search .btn_grp button:focus {
  background-color: #9ad202;
}
.search .btn-adv {
  font-size: 0.85em;
  color: #9ad202;
  text-decoration: underline;
}
.search.m_search {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto;
  padding: 0;
  display: block;
  height: auto;
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 98;
  padding-bottom: 10px;
  text-align: center;
  background-color: rgba(36, 134, 52, 0.9);
}
.search.m_search .form_inline {
  width: 95%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.search.m_search .form_inline label {
  font-size: 0;
  line-height: 0;
}
.search.m_search .form_inline .form_grp {
  margin-bottom: 0;
  margin-right: 0;
  width: 70%;
  padding: 0 0 0 5%;
  margin-top: 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .search.m_search .form_inline .form_grp {
    width: 60%;
  }
}
.search.m_search .form_inline .form_grp input {
  width: 100% !important;
  margin: -0.2em 0 0;
  padding: 0.5em 1em 0.4em;
}
.search.m_search .form_inline .btn_grp {
  padding: 0.2em;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search.m_search .form_inline .btn_grp button {
  min-width: auto;
}
.search.m_search .form_inline .btn_grp input {
  width: 80% !important;
  margin: 0;
}
.search.m_search .form_inline .btn-adv {
  display: inline;
  padding: 5px 0px;
}
.search.m_search .form_inline .keywordHot {
  padding-left: 5%;
}
.search.m_search .form_inline .keywordHot a {
  color: #fff;
}
.search.m_search .form_inline .keywordHot a:hover,
.search.m_search .form_inline .keywordHot a:focus {
  color: #248634;
}
/* header fix*/
.header.fixed {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
}
/*header*/
.menu {
  clear: both;
  zoom: 1;
  margin: 0 auto;
  min-height: 2.5em;
  position: relative;
  text-align: center;
  z-index: 999;
  /* background-color: #fff;*/
  /* 預設選單 li*/
}
.menu:before,
.menu:after {
  content: '';
  display: table;
}
.menu:after {
  clear: both;
}
.menu > ul {
  text-align: left;
  margin: 0 auto;
  display: block;
  padding: 0;
  /* 第一層選單樣式*/
}
.menu > ul > li {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.menu > ul > li > a {
  display: block;
  padding: 0 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  color: white;
  position: relative;
}
.menu > ul > li > a:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.menu > ul > li > a:after {
  content: ' ';
  display: block;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: none;
  margin-top: -8px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -ms-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media screen and (max-width: 991px) {
  .menu > ul > li {
    font-size: 0.875em;
  }
  .menu > ul > li a {
    padding: 2px 0.8em 4px 0.8em;
  }
  .menu > ul > li a:after {
    margin-top: -4px;
  }
}
.menu > ul > li:last-child > a:before {
  display: none;
}
.menu > ul ul {
  display: none;
  width: 200px;
  overflow: visible;
  background: white;
  padding: 0;
  z-index: 999999;
  position: absolute;
  top: auto;
  left: 0;
  list-style: none;
  text-align: left;
  border-top: 3px solid #248634;
  -webkit-transition: all 0.5s ease 0s 0.2s ease-out;
  -moz-transition: all 0.5s ease 0s 0.2s ease-out;
  -ms-transition: all 0.5s ease 0s 0.2s ease-out;
  -o-transition: all 0.5s ease 0s 0.2s ease-out;
  transition: all 0.5s ease 0s 0.2s ease-out;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  /* @include screen('notebook') {*/
  /*     min-width: 8.5em;*/
  /* }*/
  /* @include screen('tablet') {*/
  /*     min-width: 6.2em;*/
  /* }*/
}
.menu > ul ul li {
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}
.menu > ul ul li a {
  color: #248634;
  font-weight: 600;
}
.menu > ul ul ul {
  top: 0;
  left: 99%;
}
.menu li {
  position: relative;
  /* 第二層選單樣式*/
}
.menu li.active > a {
  font-weight: bold;
  color: #195e24;
  background: #adeb02;
}
.menu li.active > a:hover,
.menu li.active > a:focus {
  color: #195e24;
}
.menu li a {
  display: block;
  outline: none;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -ms-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
.menu li a:hover,
.menu li a:focus {
  color: #195e24;
  background: #adeb02;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.menu li.hasChild:hover a,
.menu li.hasChild:focus a {
  /* &:before{*/
  /*     border-bottom: 3px solid $primaryColor;*/
  /* }*/
}
.menu li.hasChild:hover a:after,
.menu li.hasChild:focus a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-bottom-color: #248634;
}
.menu li.hasChild:hover a + ul,
.menu li.hasChild:focus a + ul {
  border-top: 3px solid #248634;
}
.menu li.hasChild a:hover:after,
.menu li.hasChild a:focus:after {
  opacity: 1;
  filter: alpha(opacity=100);
  border-bottom-color: #248634;
}
.menu li li {
  float: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menu li li a {
  padding: 0.6em 0.8em;
  color: white;
}
.menu li li a:hover,
.menu li li a:focus {
  color: #195e24;
  background: #adeb02;
}
.menu li li.hasChild > ul {
  z-index: 999;
  top: -3px !important;
}
.menu li li.hasChild > a {
  padding-right: 5px;
}
.menu li li.hasChild > a:hover,
.menu li li.hasChild > a:focus {
  color: #195e24;
  background: #adeb02;
}
.menu li li.hasChild > a:hover:after,
.menu li li.hasChild > a:focus:after {
  border-color: white;
}
.menu li li.hasChild > a:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 1.3em;
  width: 6px;
  height: 6px;
  border: 2px solid #248634;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
}
/*//////////////////////////////////////////////////// 行動版選單*/
/* 行動版選單*/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar > .menu_overlay {
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.sidebar .m_area {
  width: 280px;
  padding-top: 3em;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 3em;
  height: 100%;
  background: #248634;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .m_area:before {
  content: '';
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 3em;
  background: #248634;
  padding: 0 1em;
  line-height: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .m_area .menu {
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  margin-bottom: 1em;
  background: #ccc;
}
.sidebar .m_area .menu li {
  display: block;
  float: none;
  width: 100%;
}
.sidebar .m_area .menu li ul {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar .m_area .menu li > a {
  text-align: left;
  padding: 0.5em 1em;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.sidebar .m_area .menu li > a:before {
  display: none;
}
.sidebar .m_area .menu li.hasChild > a {
  padding: 0.5em 1em !important;
  color: #222;
  background: #fff;
  padding-right: 36px;
  position: relative;
  /* text-shadow: 1px 1px 2px RGBA(0, 0, 0, .7);*/
}
.sidebar .m_area .menu li.hasChild > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  content: '';
  position: absolute;
  right: 16px;
  top: 1.5em;
  left: inherit;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: 0.3s;
}
.sidebar .m_area .menu li li {
  background: #fff;
}
.sidebar .m_area .menu li li a {
  padding: 1em 1em 1em 2em !important;
  background: rgba(0, 0, 0, 0.05);
}
.sidebar .m_area .menu li li a:hover,
.sidebar .m_area .menu li li a:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.15);
}
.sidebar .m_area .menu li li a:after {
  display: none;
}
.sidebar .m_area .menu li li.hasChild a {
  background: rgba(0, 0, 0, 0.05);
  padding: 1em 1em 1em 2em !important;
}
.sidebar .m_area .menu li li.hasChild a:hover,
.sidebar .m_area .menu li li.hasChild a:focus {
  background: rgba(0, 0, 0, 0.15);
}
.sidebar .m_area .menu a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: 0.4s;
}
.sidebar .menu ul ul {
  display: none;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.09);
  font-size: 0.938em;
  position: relative;
}
.sidebar .menu ul ul a {
  padding-left: 2em;
}
.sidebar .menu ul ul ul {
  display: none;
}
/* nav*/
.sidebar .navigation {
  position: relative;
  text-align: left;
  /* margin-bottom: 70px;*/
  /* outline:1px solid red;*/
}
.sidebar .navigation ul {
  float: none;
  width: 90%;
  margin: 1em auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  border-right: none;
}
.sidebar .navigation li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .navigation li:nth-child(odd):last-child {
  width: 100%;
}
.sidebar .navigation li a {
  display: block;
  height: 3em;
  line-height: 2em;
  padding: 0.5em 1em;
  font-size: 0.938em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .navigation li a:nth-child(odd) {
  border-left: none;
  border-top: none;
}
.sidebar .navigation li a:hover,
.sidebar .navigation li a:focus {
  background: #0e3615;
}
.sidebar button.sidebarClose {
  position: absolute;
  display: block;
  width: 3em !important;
  height: 3em !important;
  padding: 0;
  min-width: auto;
  top: 0px;
  right: 0px;
  margin: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  border: none;
}
.sidebar button.sidebarClose:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #eee;
  content: '';
  top: 15px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}
/*animation*/
@-webkit-keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
/*menu*/
footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.813em;
  color: white;
  padding: 15px 0;
  background-color: #0d7459;
  /* Old browsers*/
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D7459', endColorstr='#FF1A774C');
  /* IE6-8*/
  /* IE9 SVG, needs conditional override of 'filter' to 'none'*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNzQ1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhNzc0YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d7459), color-stop(100%, #1a774c));
  background-image: -moz-linear-gradient(top, #0d7459 0%, #1a774c 100%);
  background-image: -webkit-linear-gradient(top, #0d7459 0%, #1a774c 100%);
  background-image: linear-gradient(to bottom, #0d7459 0%, #1a774c 100%);
  /* 版權連結*/
}
@media screen and (max-width: 1399px) {
  footer {
    font-size: 0.75em;
  }
}
footer .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .container > div {
  padding-bottom: 1em;
}
footer a {
  text-decoration: none;
  color: white;
}
footer a:hover,
footer a:focus {
  color: #195e24;
}
footer .footer_logo {
  float: left;
  width: 66.66667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  text-align: center;
  padding: 5px;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  footer .footer_logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  footer .footer_logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  footer .footer_logo {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_logo {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  footer .footer_logo {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 992px) {
  footer .footer_logo {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1400px) {
  footer .footer_logo {
    float: left;
    width: 100%;
  }
}
footer .footer_logo .phone {
  font-size: 2em;
  font-weight: bold;
  margin: 5px auto;
  letter-spacing: 3px;
}
footer .footer_logo p {
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 6px;
}
@media screen and (max-width: 1399px) {
  footer .footer_logo .phone,
  footer .footer_logo p {
    letter-spacing: 1px;
    margin: 0;
  }
  footer .footer_logo .phone {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_logo .phone,
  footer .footer_logo p {
    font-size: 2em;
    margin: 0 auto 5px auto;
  }
}
@media screen and (max-width: 575px) {
  footer .footer_logo p {
    font-size: 1.5em;
  }
}
footer .footer_info {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer_info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .footer_info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  footer .footer_info {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_info {
    text-align: center;
  }
}
footer .footer_icon {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer_icon {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .footer_icon {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  footer .footer_icon {
    float: left;
    width: 50%;
  }
}
footer .footer_link {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
  clear: both;
  zoom: 1;
  line-height: 1;
}
footer .footer_link:before,
footer .footer_link:after {
  content: '';
  display: table;
}
footer .footer_link:after {
  clear: both;
}
footer .footer_link li {
  float: left;
  display: block;
  margin: 5px 10px 0px 0;
  padding-right: 1.2em;
  position: relative;
}
@media (max-width: 767px) {
  footer .footer_link li {
    float: none;
    display: inline-block;
  }
}
footer .footer_link li:before {
  position: absolute;
  content: '|';
  font-size: 0.7em;
  color: white;
  right: 0;
  top: 5px;
}
footer .footer_link li:last-child:before {
  display: none;
}
footer .footer_link li a {
  display: block;
  padding: 5px 0 5px 0;
  text-align: left;
  color: white;
  border-radius: none;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footer_link li a:hover,
footer .footer_link li a:focus {
  border-radius: none;
  color: #96c789;
}
footer p {
  line-height: 1.65em;
  color: white;
  margin: 0;
  padding: 0;
}
footer .update,
footer .counter {
  display: inline-block;
  margin-right: 5px;
}
footer .update em,
footer .counter em {
  font-style: normal;
  color: #96c789;
  padding: 0 0.5em;
}
footer .footer_icon {
  text-align: right;
}
@media (max-width: 767px) {
  footer .footer_icon {
    text-align: left;
  }
}
footer .footer_icon a {
  display: inline-block;
  vertical-align: top;
}
footer .footer_icon img {
  max-width: 120px;
}
/* qrcode */
footer .footer_info .qrcode_block {
  display: flex;
  margin-top: 0.5em;
}
footer .footer_info .qrcode_block a {
  color: #fff;
}
footer .footer_info .qrcode_block a:hover {
  color: #96c789;
}
footer .footer_info .qrcode_block .rightblock img {
  width: 80px;
  margin-left: 1em;
}
@media (max-width: 767px) {
  footer .footer_info .qrcode_block {
    justify-content: center;
  }
}
@media (max-width: 440px) {
  footer .footer_info .qrcode_block {
    flex-wrap: wrap;
  }
  footer .footer_info .qrcode_block .leftblock {
    flex: 1 1 auto;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  footer .footer_info .qrcode_block .rightblock {
    flex: 1 1 auto;
    flex-basis: 100%;
  }
}
/*footer*/
/*fatFooter 底色*/
/*fatFooter 連結顏色*/
.fatfooter {
  /* 如需要手機版顯示，把以下註解即可，或改為visible*/
}
.fatfooter nav {
  max-width: 100%;
}
.fatfooter nav > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24%;
}
@media screen and (max-width: 991px) {
  .fatfooter nav > ul > li {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .fatfooter nav > ul > li {
    width: 95%;
    margin: 0px auto 3px;
  }
}
@media screen and (max-width: 767px) {
  .fatfooter {
    display: none;
  }
}
.fatfooter {
  overflow: hidden;
  position: relative;
  padding-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  /* 右上方切換收合按鈕設定*/
  /*fatfooter選單*/
}
.fatfooter .container {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fatfooter .btn-fatfooter {
  font-size: 0.813em;
  cursor: pointer;
  display: none;
  width: 80px;
  color: #fff;
  border: none;
  background: #248634;
  position: absolute;
  right: 1%;
  z-index: 999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.fatfooter .btn-fatfooter:hover,
.fatfooter .btn-fatfooter:focus {
  background: #248634;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.fatfooter nav {
  clear: both;
  color: #fff;
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fatfooter nav ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .fatfooter nav ul {
    width: 100%;
    display: block;
    margin: 0px auto;
  }
}
.fatfooter nav ul li {
  display: inline-block;
  /* outline: 1px solid red;*/
  text-align: left;
  vertical-align: top;
  line-height: 2.6em;
  /* margin:$fatFooterliMargin;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .fatfooter nav ul li {
    display: block;
  }
}
.fatfooter nav ul li > a {
  color: #187459;
  text-align: left;
  line-height: 1.65em;
  display: block;
  font-weight: 800;
  padding: 3px 5px 0 5px;
  border-bottom: 2px solid #187459;
}
.fatfooter nav ul li > a:hover,
.fatfooter nav ul li > a:focus {
  outline: 0;
  color: white;
  background: #187459;
}
.fatfooter nav ul li ul {
  padding: 0;
  margin-top: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fatfooter nav ul li ul {
    width: auto;
    padding-left: 5%;
  }
}
.fatfooter nav ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  font-size: 0.938em;
}
.fatfooter nav ul li ul li a {
  display: block;
  color: #404040;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.4em;
  padding: 5px 8px;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
}
.fatfooter nav ul li ul li a:hover,
.fatfooter nav ul li ul li a:focus {
  color: #fff;
  text-decoration: none;
  background: #187459;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fatfooter nav ul li ul ul {
  display: none;
  /*第三層關閉*/
}
/*fatfooter*/
/*可自訂顏色，或是自帶既有變數，但請注意背景色與字的對比度*/
/*範例：$function_color:#000;*/
/*icon基本設定*/
.function {
  margin: -4.4em 0 0 0;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  zoom: 1;
}
.function:before,
.function:after {
  content: '';
  display: table;
}
.function:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .function {
    margin: 0px 0 1em 0;
    text-align: right;
    display: inline-block;
  }
}
.function ul {
  padding: 0;
  margin: 0;
}
.function ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 3px 3px 0;
  /* 回上一頁*/
  /* 友善列印*/
  /* facebook*/
}
.function ul li button,
.function ul li a {
  display: block;
  padding: 0.2em 1em;
  background: white;
  border: 2px solid #cccccc;
  color: transparent;
  text-align: center;
  z-index: 1;
  padding: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
}
.function ul li button:before,
.function ul li a:before {
  position: absolute;
  content: '';
  font-size: 1.2em;
  font-family: 'fontello';
  color: #b3b3b3;
  font-weight: bold;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1.8;
}
.function ul li button:hover,
.function ul li button:focus,
.function ul li a:hover,
.function ul li a:focus {
  background: #9ad202;
  border-color: #9ad202;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.function ul li button:hover:before,
.function ul li button:focus:before,
.function ul li a:hover:before,
.function ul li a:focus:before {
  color: white;
}
.function ul li.back a:before {
  content: '\E915';
}
.function ul li.print a:before {
  content: '\EB4B';
}
.function ul li.facebook a:before {
  content: '\E8F1';
}
/*function功能區塊*/
.modal {
  position: fixed;
  display: block;
  width: 400px;
  height: 300px;
  background: #fff;
  z-index: 99999999;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -200px;
  padding: 1em 1em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 35px RGBA(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 35px RGBA(0, 0, 0, 0.75);
  box-shadow: 1px 1px 35px RGBA(0, 0, 0, 0.75);
  animation: scaleUp 0.3s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #248634;
  padding-bottom: 0.5em;
}
.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px !important;
  min-width: auto;
  height: 30px;
  font-size: 0;
  border: none;
  display: block;
  padding: 0;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_close.svg) no-repeat center center;
}
.modal .close:hover,
.modal .close:focus {
  cursor: pointer;
}
@keyframes scaleUp {
  0% {
    transform: scale(1) translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
.modal_overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: RGBA(0, 0, 0, 0.5);
  z-index: 99999998;
}
/*pop視窗*/
/*pagination*/
.pagination {
  margin: 20px auto 5px auto;
  padding: 0px;
  display: block;
  text-align: center;
  clear: both;
  min-height: 45px;
  position: relative;
  font-size: 0.938em;
  clear: both;
  zoom: 1;
  /* outline: 1px solid red;*/
}
.pagination:before,
.pagination:after {
  content: '';
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination span {
  color: #248634;
  margin: 0px 4px;
}
.pagination input,
.pagination select,
.pagination textarea {
  width: auto !important;
}
.pagination .page {
  margin: 0px 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .pagination .page {
    position: static;
    clear: both;
    margin-bottom: 5px;
  }
}
.pagination .page li {
  display: inline-block;
  list-style: none;
  margin: 0 3px;
}
.pagination .page li.first a,
.pagination .page li.prev a,
.pagination .page li.next a,
.pagination .page li.last a {
  font-size: 1.2em;
  position: relative;
  color: #666;
  display: block;
  background: transparent;
  color: transparent;
  border: 1px solid white;
}
.pagination .page li.first a:before,
.pagination .page li.prev a:before,
.pagination .page li.next a:before,
.pagination .page li.last a:before {
  color: #666;
}
.pagination .page li.first a:hover,
.pagination .page li.first a:focus,
.pagination .page li.prev a:hover,
.pagination .page li.prev a:focus,
.pagination .page li.next a:hover,
.pagination .page li.next a:focus,
.pagination .page li.last a:hover,
.pagination .page li.last a:focus {
  background: transparent;
  border: 1px solid #248634;
}
.pagination .page li.first a:hover:before,
.pagination .page li.first a:focus:before,
.pagination .page li.prev a:hover:before,
.pagination .page li.prev a:focus:before,
.pagination .page li.next a:hover:before,
.pagination .page li.next a:focus:before,
.pagination .page li.last a:hover:before,
.pagination .page li.last a:focus:before {
  color: #248634;
}
.pagination .page li a {
  display: block;
  padding: 6px 10px;
  min-width: 40px;
  height: 40px;
  white-space: nowrap;
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.pagination .page li a:hover,
.pagination .page li a:focus {
  background: #248634;
  color: #fff !important;
  border: 1px solid #248634;
}
.pagination .page li a:before {
  font-family: 'fontello';
}
.pagination .page li.active a {
  color: #fff !important;
  background: #248634;
  border: #248634 solid 1px;
}
.pagination .page li.disabled a:before {
  color: #b3b3b3 !important;
  outline: 0;
  font-weight: normal;
  box-shadow: none;
  cursor: no-drop;
}
.pagination .page li.first a:before {
  content: '\E883';
}
.pagination .page li.prev a:before {
  content: '\E87B';
}
.pagination .page li.next a:before {
  content: '\E87C';
}
.pagination .page li.last a:before {
  content: '\E884';
}
.pagination .viewStatus {
  margin: 0px 0;
  padding: 0;
  line-height: 0.8;
  float: right;
  list-style: none;
}
.pagination .viewStatus li {
  display: inline-block;
  list-style: none;
}
.pagination .viewStatus li.viewList a,
.pagination .viewStatus li.viewMap a {
  font-size: 1.2em;
  line-height: 1.5;
  position: relative;
  color: #666;
  display: block;
  background: transparent;
  color: transparent;
  border: 1px solid #ccc;
}
.pagination .viewStatus li.viewList a:before,
.pagination .viewStatus li.viewMap a:before {
  color: #666;
}
.pagination .viewStatus li.viewList a:hover,
.pagination .viewStatus li.viewList a:focus,
.pagination .viewStatus li.viewMap a:hover,
.pagination .viewStatus li.viewMap a:focus {
  background: transparent;
  border: 1px solid #248634;
}
.pagination .viewStatus li.viewList a:hover:before,
.pagination .viewStatus li.viewList a:focus:before,
.pagination .viewStatus li.viewMap a:hover:before,
.pagination .viewStatus li.viewMap a:focus:before {
  color: #248634;
}
.pagination .viewStatus li a {
  display: block;
  padding: 6px 10px;
  min-width: 40px;
  height: 40px;
  white-space: nowrap;
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.pagination .viewStatus li a:hover,
.pagination .viewStatus li a:focus {
  background: #248634;
  color: #fff !important;
  border: 1px solid #248634;
}
.pagination .viewStatus li a:before {
  font-family: 'fontello';
}
.pagination .viewStatus li.active a {
  background: #248634;
  border: #248634 solid 1px;
}
.pagination .viewStatus li.active a:hover:before,
.pagination .viewStatus li.active a:focus:before {
  color: #248634;
}
.pagination .viewStatus li.active a:before {
  color: #fff;
}
.pagination .viewStatus li.viewList a:before {
  content: '\E8BA';
}
.pagination .viewStatus li.viewMap a:before {
  content: '\EAE2';
}
.pagination .total {
  padding: 10px 0;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 767px) {
  .pagination .total {
    clear: both;
    float: none;
  }
}
@media (max-width: 767px) {
  .pagination .total select.form-control {
    margin: 0px 0px;
    text-align: center;
  }
}
/*分頁*/
.thumbnail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .thumbnail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .thumbnail {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .thumbnail {
    float: left;
    width: 33.33333%;
  }
}
.thumbnail a {
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #ddd;
  padding: 0.5em;
}
.thumbnail a:hover,
.thumbnail a:focus {
  border: 1px solid #248634;
}
.thumbnail .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.thumbnail .imgOuter:before {
  display: block;
  content: '';
  padding-top: 75%;
}
.thumbnail .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.thumbnail .caption {
  max-width: 90%;
  margin: 0px auto;
}
/*縮圖*/
.category {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em auto 0.5em auto;
}
.category ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
}
.category ul li {
  margin: 0px 3px 3px 0px;
  display: block;
  float: left;
}
.category ul li.active a {
  color: white !important;
  font-weight: bold;
  background: #248634;
  border: 1px solid #248634;
}
.category a {
  background: rgba(93, 159, 75, 0.2);
  border: 1px solid rgba(36, 134, 52, 0.4);
  padding: 0.4em 1em;
  display: block;
  color: #248634 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.category a:hover,
.category a:focus {
  color: white !important;
  background: #248634;
  border: 1px solid #248634;
  outline: 0;
}
/*標籤*/
.gallery .lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
}
.gallery .lightbox .galler_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: block;
}
.gallery .lightbox .caption {
  color: #fff;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 999999;
  width: 60%;
  height: 8%;
  left: 50%;
  margin-left: -30%;
  line-height: 1.3em;
}
.gallery .lightbox .light_prev,
.gallery .lightbox .light_next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  z-index: 999;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease-out;
}
.gallery .lightbox .light_next {
  right: 0px;
  left: auto;
}
.gallery .lightbox .light_prev:hover,
.gallery .lightbox .light_next:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}
.gallery .lightbox .light_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 80px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease-out;
  text-align: center;
}
.gallery .lightbox .light_close:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}
.gallery .lightbox img {
  max-width: 80vw;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*燈箱*/
.share {
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.share ul {
  list-style-type: none;
  padding: 0;
}
.share ul li {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: left;
  margin: 0px 3px 3px;
}
@media screen and (max-width: 767px) {
  .share ul li {
    margin: 0px 1px 2px;
    width: 26px;
    height: 26px;
  }
}
.share ul li img {
  width: 100%;
  height: 100%;
}
/*社群分享*/
*[class^='notice'] {
  padding: 0.4em 2em 0.4em 2em;
  display: block;
  font-size: 0.938em;
  margin: 0.2em 0;
  position: relative;
  color: #666;
  background-color: #f2f2f2;
  vertical-align: middle;
  position: relative;
  border-left: 0.5em solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
*[class^='notice']:before {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  display: block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  content: '';
}
*[class^='notice']:before img {
  width: 100%;
}
*[class^='notice'] a.close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0.4em;
  right: 1em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
*[class^='notice'] a.close:hover,
*[class^='notice'] a.close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
*[class^='notice'] a.close img {
  width: 12px;
  height: 12px;
}
*[class*='notice_info'] {
  border: none;
  color: #00529b;
  background-color: #bde5f8;
  border-left: 0.5em solid #bde5f8;
}
*[class*='notice_info']:before {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_info.svg) no-repeat center center;
  background-size: 15px;
}
*[class*='notice_success'] {
  border: none;
  color: #4f8a10;
  background-color: #dff2bf;
  border-left: 0.5em solid #dff2bf;
}
*[class*='notice_success']:before {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_success.svg) no-repeat center center;
  background-size: 15px;
}
*[class*='notice_warning'] {
  border: none;
  color: #ce5605;
  background-color: #feefb3;
  border-left: 0.5em solid #feefb3;
}
*[class*='notice_warning']:before {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_warning.svg) no-repeat center center;
  background-size: 15px;
}
*[class*='notice_error'] {
  border: none;
  color: #d8000c;
  background-color: #ffd2d2;
  border-left: 0.5em solid #ffd2d2;
}
*[class*='notice_error']:before {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_error.svg) no-repeat center center;
  background-size: 15px;
}
/*提示*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin-bottom: 3em;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 3px;
  background-color: #eeeeee;
  left: 6%;
  margin-left: -37.5px;
}
@media screen and (max-width: 991px) {
  .timeline:before {
    left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .timeline:before {
    left: 8%;
  }
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before {
  content: ' ';
  display: table;
}
.timeline > li:after {
  content: ' ';
  display: table;
  clear: both;
}
.timeline > li:before {
  content: ' ';
  display: table;
}
.timeline > li:after {
  content: ' ';
  display: table;
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 80%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: ' ';
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: ' ';
}
@media screen and (max-width: 991px) {
  .timeline > li > .timeline-panel {
    width: 73%;
  }
}
@media screen and (max-width: 767px) {
  .timeline > li > .timeline-panel {
    width: 88%;
    margin: 78px 0 0 0;
  }
  .timeline > li > .timeline-panel:before {
    left: 20px !important;
    top: -15px !important;
    border-left: 15px solid transparent !important;
    border-bottom: 15px solid #ccc !important;
    border-top: 0 solid #ccc !important;
    border-right: 15px solid #cd353500 !important;
  }
  .timeline > li > .timeline-panel:after {
    left: 21px !important;
    top: -14px !important;
    border-left: 14px solid transparent !important;
    border-bottom: 14px solid #fff !important;
    border-top: 0 solid #fff !important;
    border-right: 14px solid #cd353500 !important;
  }
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.125em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 3%;
  padding-top: 13px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 1;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
@media screen and (max-width: 991px) {
  .timeline > li > .timeline-badge {
    left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .timeline > li > .timeline-badge {
    left: 8%;
  }
}
@media screen and (max-width: 575px) {
  .timeline > li > .timeline-badge {
    left: 10%;
  }
}
.timeline > li > .timeline-badge .timeText {
  position: absolute;
  top: 0px;
  left: 52px;
  z-index: 100;
  font-size: 1em;
  font-weight: bold;
  /* .day{ font-size: 2em;}*/
  /* .YM {*/
  /*  font-size: 0.8em;*/
  /*  position: absolute;*/
  /*  top: 33px;*/
  /*  left: 0;*/
  /* }*/
}
@media screen and (max-width: 767px) {
  .timeline > li > .timeline-badge .timeText {
    width: 200px;
    text-align: left;
    display: block;
    font-size: 1em;
  }
  .timeline > li > .timeline-badge .timeText .YM {
    position: static;
  }
}
.timeline > li.timeline-inverted:nth-child(odd) .timeline-badge {
  background-color: #4ed3e3;
}
.timeline > li.timeline-inverted:nth-child(odd) .timeText {
  color: #4ed3e3;
}
.timeline > li.timeline-inverted:nth-child(even) .timeline-badge {
  background-color: #5d9f4b;
}
.timeline > li.timeline-inverted:nth-child(even) .timeText {
  color: #5d9f4b;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/*時間軸*/
.TAFTsearch {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/theme-bg1.jpg') no-repeat center -20px;
  background-size: cover;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 80px;
  margin-bottom: 5em;
  position: relative;
}
.TAFTsearch .ill-left {
  position: absolute;
  bottom: -40px;
  left: 10px;
}
.TAFTsearch .ill-right {
  position: absolute;
  bottom: -70px;
  right: 0px;
}
.TAFTsearch > .container {
  width: 95%;
  position: relative;
  z-index: 1;
  padding: 0 !important;
  height: 400px;
  overflow: inherit;
  background-color: rgba(255, 255, 255, 0.5);
}
.TAFTsearch > .container .leftBox {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .TAFTsearch > .container .leftBox {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .TAFTsearch > .container .leftBox {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .TAFTsearch > .container .leftBox {
    float: left;
    width: 50%;
  }
}
.TAFTsearch > .container .rightBox {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .TAFTsearch > .container .rightBox {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .TAFTsearch > .container .rightBox {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .TAFTsearch > .container .rightBox {
    float: left;
    width: 50%;
  }
}
.TAFTsearch .form_grp {
  overflow: inherit;
  border-bottom: 0;
  padding: 30px 0.5em;
}
@media screen and (max-width: 767px) {
  .TAFTsearch .form_grp {
    padding: 0;
    overflow: hidden;
    margin-bottom: 1em;
  }
}
.TAFTsearch .form_grp .form_title {
  color: #248634;
  font-weight: bold;
  padding: 0;
  font-size: 0.938em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.TAFTsearch .form_grp .form_content .col-4-8.block.variable .container > div {
  clear: both;
}
.TAFTsearch .form_grp .form_content .col-4-8.block.variable .container > div > div {
  clear: both;
}
.TAFTsearch .form_grp .form_content .col-6.block .container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.TAFTsearch .form_grp .form_content .col-6.block .container .col:nth-child(1) {
  padding-left: 0;
}
.TAFTsearch .form_grp .form_content .col-6.block .container .col:nth-child(2) {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .TAFTsearch .form_grp .form_content .col-6.block .container .col:nth-child(2) {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.TAFTsearch .form_grp .form_content .col-6.block.variable .col input[type='date'] {
  width: 82%;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .TAFTsearch .form_grp .form_content .col-6.block.variable .col input[type='date'] {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .TAFTsearch .form_grp .form_content .col-6.block.variable .col input[type='date'] {
    width: 87%;
  }
}
.TAFTsearch .form_grp .form_content .col-4-8.block .container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: inherit;
}
.TAFTsearch .form_grp .form_content .col-4-8.block .container .col:nth-child(1) {
  padding-left: 0;
  padding-right: 7px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .TAFTsearch .form_grp .form_content .col-4-8.block .container .col:nth-child(1) {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .TAFTsearch .form_grp .form_content .col-4-8.block .container .col:nth-child(1) {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .TAFTsearch .form_grp .form_content .col-4-8.block .container .col:nth-child(1) {
    float: left;
    width: 33.33333%;
  }
}
.TAFTsearch .form_grp .form_content .col-4-8.block .container .col:nth-child(2) {
  padding-right: 0;
  padding-left: 7px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .TAFTsearch .form_grp .form_content .col-4-8.block .container .col:nth-child(2) {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 992px) {
  .TAFTsearch .form_grp .form_content .col-4-8.block .container .col:nth-child(2) {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1400px) {
  .TAFTsearch .form_grp .form_content .col-4-8.block .container .col:nth-child(2) {
    float: left;
    width: 66.66667%;
  }
}
@media screen and (max-width: 767px) {
  .TAFTsearch .form_grp .form_content .col-4-8.block .container .col:nth-child(2) {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.TAFTsearch .form_grp .form_content .col-4-8.block.variable .col:nth-child(2) select {
  width: 84% !important;
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .TAFTsearch .form_grp .form_content .col-4-8.block.variable .col:nth-child(2) select {
    width: 80% !important;
  }
}
@media screen and (max-width: 991px) {
  .TAFTsearch .form_grp .form_content .col-4-8.block.variable .col:nth-child(2) select {
    width: 75% !important;
  }
}
.TAFTsearch .form_grp .form_content .col-4-8.block.variable .col:nth-child(2) input[type='button'].btn-add {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  width: 30px !important;
  height: 30px;
  line-height: 1;
  padding: 5px;
  min-width: inherit;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
}
.TAFTsearch .form_grp .form_content .col-5-2-5.block .container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.TAFTsearch .form_grp .form_content .col-5-2-5.block .container .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.TAFTsearch .form_grp .form_content .col-5-2-5.block .container .col:nth-child(1) {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .TAFTsearch .form_grp .form_content .col-5-2-5.block .container .col:nth-child(1) {
    padding-right: 0;
  }
}
.TAFTsearch .form_grp .form_content .col-5-2-5.block .container .col:nth-child(2) {
  position: relative;
}
.TAFTsearch .form_grp .form_content .col-5-2-5.block .container .col:nth-child(2):before {
  position: absolute;
  content: '~';
  font-size: 1em;
  top: 0;
  bottom: 0;
  display: block;
  left: -4px;
  right: 0;
  margin: auto;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .TAFTsearch .form_grp .form_content .col-5-2-5.block .container .col:nth-child(2) {
    display: none;
    width: 0 !important;
  }
}
.TAFTsearch .form_grp .form_content .col-5-2-5.block .container .col:nth-child(3) {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .TAFTsearch .form_grp .form_content .col-5-2-5.block .container .col:nth-child(3) {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.TAFTsearch .btn_grp {
  text-align: center;
}
.TAFTsearch .btn_grp input[type='submit'],
.TAFTsearch .btn_grp input[type='reset'] {
  min-width: 100px;
}
.TAFTlist {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/theme-bg2.jpg') no-repeat center -20px;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .TAFTlist {
    background-position-y: 100%;
    background-position-x: 0;
    background-size: 180%;
    padding: 15px 0;
  }
}
.TAFTlist ul {
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .TAFTlist ul {
    width: 100%;
  }
}
.TAFTlist ul li {
  font-size: 1.2em;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .TAFTlist ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .TAFTlist ul li {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .TAFTlist ul li {
    float: left;
    width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  .TAFTlist ul li {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .TAFTlist ul li {
    padding: 5px;
    margin-bottom: 0;
  }
}
.TAFTlist ul li a {
  color: white;
  padding: 1em;
  display: block;
  text-align: center;
  background: rgba(36, 134, 52, 0.9);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .TAFTlist ul li a {
    line-height: 1.2;
  }
}
.TAFTlist ul li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #9ad202;
  border-right: 40px solid transparent;
}
.TAFTlist.variable {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/theme-bg3.jpg') no-repeat 2% 100%;
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .TAFTlist.variable {
    background-position-x: 45%;
  }
}
@media screen and (max-width: 991px) {
  .TAFTlist.variable {
    background-position-x: 60%;
    background-size: 135%;
  }
}
@media screen and (max-width: 767px) {
  .TAFTlist.variable {
    background-position-x: 0;
    background-position-y: 110%;
    background-size: 240%;
  }
}
.TAFTlist.variable ul {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .TAFTlist.variable ul {
    width: 100%;
  }
}
/*主題功能*/
/*write it in your sass setting*/
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:before {
  background: #9ad202 !important;
}
.slick-dots li button {
  min-width: 15px !important;
  margin: 0 !important;
}
.slick-dots li button.focus:before {
  background: #9ad202 !important;
  outline: 2px solid #9ad202 !important;
}
.slick-prev,
.slick-next {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-size: 60% !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.adSlider,
.adSlider-small {
  margin: 2em auto;
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .adSlider,
  .adSlider-small {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.adSlider .slick-prev,
.adSlider-small .slick-prev {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/vendor/slick/icon_arrow_left_inverse.png) no-repeat center center;
  left: -15px;
}
.adSlider .slick-next,
.adSlider-small .slick-next {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/vendor/slick/icon_arrow_right_inverse.png) no-repeat center center;
  right: -15px;
}
.adSlider .img-container,
.adSlider-small .img-container {
  /* width: 165px;*/
  /* height: 80px;*/
  margin: 0px 15px;
}
.adSlider .img-container a,
.adSlider-small .img-container a {
  display: block;
  text-align: center;
  position: relative;
  height: 125px;
}
.adSlider .img-container a img,
.adSlider-small .img-container a img {
  margin: 0 auto;
}
.adSlider .img-container a .caption,
.adSlider-small .img-container a .caption {
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
  line-height: 1.2;
  height: 40px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .adSlider .img-container a,
  .adSlider-small .img-container a {
    height: 165px;
  }
}
@media screen and (max-width: 575px) {
  .adSlider .img-container a,
  .adSlider-small .img-container a {
    height: auto;
  }
}
/*輪播圖*/
.accordion ul {
  margin: 1em 0;
  padding: 0;
}
.accordion ul > li {
  display: block;
  padding: 0.8em 0;
  border-bottom: 1px solid #ccc;
}
.accordion ul > li a {
  font-weight: bold;
  position: relative;
  display: block;
  font-size: 1.1em;
  color: #333;
}
.accordion ul > li a:before {
  position: absolute;
  content: '';
  z-index: 2;
  top: 4px;
  bottom: 0;
  right: 14px;
  text-align: center;
  margin: auto;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -ms-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.accordion ul > li a:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0px;
  right: 5px;
  margin: auto;
  padding: 5px;
  text-align: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 22px;
  background: #333;
}
.accordion ul > li a.closed:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -4px;
}
.accordion ul > li .operations {
  text-align: center;
  padding: 1em;
  position: relative;
  margin: 0 auto 1em auto;
  background: rgba(78, 211, 227, 0.2);
  border-top: 1px solid #a6e9f1;
  border-bottom: 1px solid #a6e9f1;
  clear: both;
  zoom: 1;
}
.accordion ul > li .operations:before,
.accordion ul > li .operations:after {
  content: '';
  display: table;
}
.accordion ul > li .operations:after {
  clear: both;
}
.accordion ul > li .operations h4 {
  color: #333;
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 1.1em;
}
.accordion ul > li .operations .btn-spotInfo {
  position: absolute;
  right: 1em;
  top: 0;
  color: #248634;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  padding: 10px 50px 10px 75px;
  border: 2px solid #279239;
  background-color: #fff;
}
.accordion ul > li .operations .btn-spotInfo:hover,
.accordion ul > li .operations .btn-spotInfo:focus {
  background-color: rgba(154, 210, 2, 0.6);
}
.accordion ul > li .operations .btn-spotInfo:before {
  position: absolute;
  content: '';
  left: 37px;
  top: 6px;
  width: 35px;
  height: 35px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/icon-CI.png) no-repeat 0 0;
  background-size: contain;
}
.accordion ul > li .operations .item-list .reviewDate {
  float: right;
}
.accordion ul > li .operations .item-list .reviewDate span {
  color: #248634;
}
.accordion ul > li .operations .item-list ul {
  margin: 2em 0 0 0;
}
.accordion ul > li .operations .item-list li {
  font-size: 1em;
  margin: 0;
  border-bottom: 0;
}
.accordion ul > li .operations .item-list li p {
  color: white;
  padding: 0.6em 0.4em;
  margin: 0;
  font-weight: bold;
  text-align: left;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -ms-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.accordion ul > li .operations .item-list li p span {
  font-weight: normal;
  position: absolute;
  right: 4px;
  top: 8px;
}
.accordion ul > li .operations .item-list li p span:before {
  font-size: 1.1em;
  top: 0px;
  left: 0;
  right: 5px;
  margin: auto 3px auto 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  color: white;
  border: 2px solid white;
}
.accordion ul > li .operations .item-list li p:hover,
.accordion ul > li .operations .item-list li p:focus {
  border: 2px solid white;
  box-shadow: 0 0 6px rgba(78, 211, 227, 0.5);
}
.accordion ul > li .operations .item-list li:nth-child(1),
.accordion ul > li .operations .item-list li:nth-child(4n + 1) {
  padding-left: 0;
}
.accordion ul > li .operations .item-list li:nth-child(4n) {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .accordion ul > li .operations .item-list li:nth-child(1),
  .accordion ul > li .operations .item-list li:nth-child(4n + 1) {
    padding-left: inherit;
  }
  .accordion ul > li .operations .item-list li:nth-child(4n) {
    padding-right: inherit;
  }
  .accordion ul > li .operations .item-list li:nth-child(odd) {
    padding-left: 0;
  }
  .accordion ul > li .operations .item-list li:nth-child(even) {
    padding-right: 0;
  }
}
.accordion ul > li .operations .item-list li.pass p {
  background: #7bcd67;
}
.accordion ul > li .operations .item-list li.pass p span {
  color: #1e6e2b;
}
.accordion ul > li .operations .item-list li.pass p span:before {
  content: '\E80F';
  color: #1e6e2b;
  border-color: #1e6e2b;
}
.accordion ul > li .operations .item-list li.extension p {
  background: #7adeea;
}
.accordion ul > li .operations .item-list li.extension p span {
  color: #188b99;
}
.accordion ul > li .operations .item-list li.extension p span:before {
  content: '\E88D';
  color: #188b99;
  border-color: #188b99;
}
@media screen and (max-width: 575px) {
  .accordion ul > li .operations .item-list li {
    width: 100%;
    float: none;
  }
  .accordion ul > li .operations .item-list li:nth-child(odd),
  .accordion ul > li .operations .item-list li:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
}
/*QA手風琴*/
.sildeSearch {
  margin: 0 auto;
  background: #ddd;
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 9999;
  background-color: rgba(0, 51, 0, 0.9);
}
.sildeSearch button.fixedBtn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  min-width: auto !important;
  width: 50px !important;
  height: 200px;
  white-space: normal !important;
  text-align: center;
  margin: 0;
  border: 0;
  padding: 35px 10px 0 10px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  -ms-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
  background-color: #55a63d;
  /* Old browsers*/
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF55A63D', endColorstr='#FF9FC620');
  /* IE6-8*/
  /* IE9 SVG, needs conditional override of 'filter' to 'none'*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1YTYzZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmYzYyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #55a63d), color-stop(100%, #9fc620));
  background-image: -moz-linear-gradient(top, #55a63d 0%, #9fc620 100%);
  background-image: -webkit-linear-gradient(top, #55a63d 0%, #9fc620 100%);
  background-image: linear-gradient(to bottom, #55a63d 0%, #9fc620 100%);
}
.sildeSearch button.fixedBtn:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  background: #248634;
}
.sildeSearch button.fixedBtn:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  z-index: 2;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  -ms-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sildeSearch button.fixedBtn.closed {
  right: auto;
}
.sildeSearch button.fixedBtn.closed:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sildeSearch {
    display: none;
  }
}
.searchBox {
  display: none;
  width: 350px;
  height: 200px;
  margin-left: 50px;
  padding: 10px;
  text-align: left;
}
.searchBox .form_inline {
  margin: 1em 0;
}
.searchBox .form_inline .form_grp {
  width: 90%;
  margin: 0;
}
.searchBox .form_inline .form_grp label {
  color: white;
  font-size: 1.25em;
  display: block;
}
.searchBox .form_inline .form_grp input {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  padding: 0.8em 1em !important;
  width: 80%;
  color: #9fc620;
}
.searchBox .form_inline .btn_grp {
  padding: 0em;
  margin: 0;
  display: inline-block;
  margin-left: -70px;
}
.searchBox .form_inline .btn_grp button {
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  color: transparent;
  margin-top: -5px !important;
  padding: 0.89em 1em !important;
  min-width: 20px;
  position: relative;
  border: 0;
  outline: 0;
}
.searchBox .form_inline .btn_grp button:before {
  position: absolute;
  margin: auto;
  content: '';
  top: 0;
  left: 0;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/btn-search.png') no-repeat center center;
  background-size: 60%;
}
/*fixedSearch*/
.taiwan_map {
  width: 300px;
  text-align: center;
  margin: 0px auto;
  position: relative;
}
.taiwan_map .mouse {
  width: 100px;
  height: 30px;
  display: none;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 20px;
}
.taiwan_map .map_block:hover {
  fill: #ff3e4d;
  cursor: pointer;
  outline: none;
}
.taiwan_map .map_block:focus {
  outline: none;
}
.taiwan_map .map_focus {
  cursor: pointer;
  fill: #edb302;
}
.taiwan_map svg path[name='臺北市'],
.taiwan_map svg path[name='新北市'],
.taiwan_map svg path[name='基隆市'],
.taiwan_map svg path[name='桃園縣'],
.taiwan_map svg path[name='新竹市'],
.taiwan_map svg path[name='新竹縣'] {
  fill: #f77810;
}
.taiwan_map svg path[name='苗栗縣'],
.taiwan_map svg path[name='臺中市'],
.taiwan_map svg path[name='彰化縣'],
.taiwan_map svg path[name='南投縣'],
.taiwan_map svg path[name='雲林縣'] {
  fill: #aa5ac5;
}
.taiwan_map svg path[name='嘉義縣'],
.taiwan_map svg path[name='嘉義市'],
.taiwan_map svg path[name='臺南市'],
.taiwan_map svg path[name='高雄市'],
.taiwan_map svg path[name='屏東縣'] {
  fill: #5d9f4b;
}
.taiwan_map svg path[name='宜蘭縣'],
.taiwan_map svg path[name='花蓮縣'],
.taiwan_map svg path[name='臺東縣'] {
  fill: #f94599;
}
.taiwan_map svg path[name='金門縣'],
.taiwan_map svg path[name='澎湖縣'],
.taiwan_map svg path[name='連江縣'] {
  fill: #4ed3e3;
}
.taiwan_map svg path.map_focus[name='臺北市'],
.taiwan_map svg path.map_focus[name='新北市'],
.taiwan_map svg path.map_focus[name='基隆市'],
.taiwan_map svg path.map_focus[name='桃園縣'],
.taiwan_map svg path.map_focus[name='新竹市'],
.taiwan_map svg path.map_focus[name='宜蘭縣'],
.taiwan_map svg path.map_focus[name='新竹縣'],
.taiwan_map svg path.map_focus[name='苗栗縣'],
.taiwan_map svg path.map_focus[name='臺中市'],
.taiwan_map svg path.map_focus[name='彰化縣'],
.taiwan_map svg path.map_focus[name='南投縣'],
.taiwan_map svg path.map_focus[name='雲林縣'],
.taiwan_map svg path.map_focus[name='嘉義縣'],
.taiwan_map svg path.map_focus[name='嘉義市'],
.taiwan_map svg path.map_focus[name='臺南市'],
.taiwan_map svg path.map_focus[name='高雄市'],
.taiwan_map svg path.map_focus[name='屏東縣'],
.taiwan_map svg path.map_focus[name='花蓮縣'],
.taiwan_map svg path.map_focus[name='臺東縣'],
.taiwan_map svg path.map_focus[name='金門縣'],
.taiwan_map svg path.map_focus[name='澎湖縣'],
.taiwan_map svg path.map_focus[name='連江縣'] {
  fill: #ff3e4d;
}
.taiwan_map .map_default {
  fill: #ccc !important;
}
.taiwan_map .map_default.active {
  fill: #333 !important;
}
.taiwan_map .map_output1 {
  fill: #77b766 !important;
}
.taiwan_map .map_output2 {
  fill: #fdce7b !important;
}
.taiwan_map .map_output3 {
  fill: #f99441 !important;
}
.taiwan_map .map_output4 {
  fill: #fb76b4 !important;
}
.taiwan_map .map_output5 {
  fill: #b065c9 !important;
}
.outputBg {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/map_outputBg.jpg') no-repeat right bottom;
}
@media screen and (max-width: 575px) {
  .outputBg {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/map_outputBg.jpg') no-repeat 0 bottom;
    background-size: 50%;
  }
  .outputBg svg {
    width: 77%;
  }
}
/* 地圖設定 */
/* 區塊縣市 hover 為#e3441c */
/* 區塊縣市 focus也要設定，不然會有outline*/
/* 如果不要分顏色，拿掉以下css */
/* 北區 */
/* 中區 */
/* 南區 */
/* 東區 */
/*fixedSearch*/
/* Credit: Nicolas Gallagher and SUIT CSS.*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
/*embed-responsive*/
/* 頁面*/
body.noscroll,
html.noscroll {
  /* position: fixed!important;*/
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden !important;
}
/* 最外圍預設為100%*/
.wrapper {
  width: 100%;
  margin: 0px auto;
  /* max-width:$container-max;*/
}
.wrapper.noscroll {
  /* position: fixed!important;*/
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden !important;
}
/* 整體共用container樣式*/
.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}
.main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  /* max-width: $container-max; 可先設定一個中央區塊最大寬，限制accesskey對齊*/
  /* 內頁標題設定*/
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 55px;
  }
}
.main h1 {
  line-height: 1.25em;
  font-size: 1.5em;
  border-bottom: 3px solid #cccccc;
  position: relative;
  padding-right: 150px;
}
@media screen and (max-width: 767px) {
  .main h1 {
    padding-right: 0;
  }
}
.main h1:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 25%;
  height: 3px;
  background-color: #248634;
}
.main h1 span {
  font-size: 0.6em;
  color: #248634;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .main h1 span {
    display: block;
  }
}
/* 首頁區塊設定*/
.section {
  padding: 0em 0 3em;
  text-align: center;
}
.section [class^='col'] {
  /* border: 2px solid #FFF;*/
  /* background: #DEDEDE;*/
  /* min-height: 250px;*/
  color: #248634;
  text-align: center;
  font-size: 1em;
  /* line-height: 250px;
  font-weight: bold;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section + .section {
  padding-top: 2em;
}
/* 滿版*/
.col-12 .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:100%*/
  /*992px  width:100%*/
  /*1400px width:100%*/
  border: none;
  /* @include gutter(); //gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-12 .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-12 .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-12 .col {
    float: left;
    width: 100%;
  }
}
/* 單欄*/
.col-12 .container {
  max-width: 100%;
}
.col-12 .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:100%*/
  /*992px  width:100%*/
  /*1400px width:100%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-12 .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-12 .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-12 .col {
    float: left;
    width: 100%;
  }
}
/* 四欄*/
.col-3 .container {
  /* @include gutter(); gutter 代表左右要留白*/
}
.col-3 .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:50%*/
  /*992px  width:50%*/
  /*1400px width:50%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-3 .col {
    float: left;
    width: 25%;
  }
}
.news .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
.news .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:100%*/
  /*992px  width:100%*/
  /*1400px width:100%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .news .col {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .news .col {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .news .col {
    float: left;
    width: 33.33333%;
  }
}
/* 雙欄 6-6*/
.col-6 .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
.col-6 .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:50%*/
  /*992px  width:50%*/
  /*1400px width:50%*/
}
@media (min-width: 768px) {
  .col-6 .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-6 .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .col-6 .col {
    float: left;
    width: 50%;
  }
}
/* 雙欄 9-3*/
.col-9-3 .col:nth-child(1) {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:66.6%*/
  /*992px  width:66.6%*/
  /*1400px width:66.6%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-9-3 .col:nth-child(1) {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .col-9-3 .col:nth-child(1) {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .col-9-3 .col:nth-child(1) {
    float: left;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .col-9-3 .col:nth-child(1) {
    margin-bottom: 1.5em;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.col-9-3 .col:nth-child(2) {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:33.3%*/
  /*992px  width:33.3%*/
  /*1400px width:33.3%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-9-3 .col:nth-child(2) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-9-3 .col:nth-child(2) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-9-3 .col:nth-child(2) {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .col-9-3 .col:nth-child(2) {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* 雙欄 10-2*/
.col-10-2 .col:nth-child(1) {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:66.6%*/
  /*992px  width:66.6%*/
  /*1400px width:66.6%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-10-2 .col:nth-child(1) {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 992px) {
  .col-10-2 .col:nth-child(1) {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 1400px) {
  .col-10-2 .col:nth-child(1) {
    float: left;
    width: 83.33333%;
  }
}
@media screen and (max-width: 767px) {
  .col-10-2 .col:nth-child(1) {
    margin-bottom: 1.5em;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.col-10-2 .col:nth-child(2) {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:33.3%*/
  /*992px  width:33.3%*/
  /*1400px width:33.3%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-10-2 .col:nth-child(2) {
    float: left;
    width: 16.66667%;
  }
}
@media (min-width: 992px) {
  .col-10-2 .col:nth-child(2) {
    float: left;
    width: 16.66667%;
  }
}
@media (min-width: 1400px) {
  .col-10-2 .col:nth-child(2) {
    float: left;
    width: 16.66667%;
  }
}
@media screen and (max-width: 767px) {
  .col-10-2 .col:nth-child(2) {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* 雙欄 3-9*/
.col-3-9 .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:66.6%*/
  /*992px  width:66.6%*/
  /*1400px width:66.6%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-3-9 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-3-9 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-3-9 .col {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .col-3-9 .col {
    margin-bottom: 1.5em;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.col-3-9 .col:nth-child(2) {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:33.3%*/
  /*992px  width:33.3%*/
  /*1400px width:33.3%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-3-9 .col:nth-child(2) {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .col-3-9 .col:nth-child(2) {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .col-3-9 .col:nth-child(2) {
    float: left;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .col-3-9 .col:nth-child(2) {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* 雙欄 4-8*/
.col-4-8 .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*764px  width:33.3%*/
  /*992px  width:33.3%*/
  /*1400px width:33.3%*/
}
@media (min-width: 768px) {
  .col-4-8 .col {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .col-4-8 .col {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .col-4-8 .col {
    float: left;
    width: 33.33333%;
  }
}
.col-4-8 .col:nth-child(2) {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:100%*/
  /*992px  width:100%*/
  /*1400px width:100%*/
}
@media (min-width: 768px) {
  .col-4-8 .col:nth-child(2) {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 992px) {
  .col-4-8 .col:nth-child(2) {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1400px) {
  .col-4-8 .col:nth-child(2) {
    float: left;
    width: 66.66667%;
  }
}
/* 雙欄 8-4*/
.col-8-4 .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:33.3%*/
  /*992px  width:33.3%*/
  /*1400px width:33.3%*/
}
@media (min-width: 768px) {
  .col-8-4 .col {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .col {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1400px) {
  .col-8-4 .col {
    float: left;
    width: 66.66667%;
  }
}
.col-8-4 .col:nth-child(2) {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:100%*/
  /*992px  width:100%*/
  /*1400px width:100%*/
}
@media (min-width: 768px) {
  .col-8-4 .col:nth-child(2) {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .col:nth-child(2) {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .col-8-4 .col:nth-child(2) {
    float: left;
    width: 33.33333%;
  }
}
.col-8-4 .news {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:66.6%*/
  /*992px  width:66.6%*/
  /*1400px width:66.6%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-8-4 .news {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .news {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1400px) {
  .col-8-4 .news {
    float: left;
    width: 66.66667%;
  }
}
.col-8-4 .video {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:33.3%*/
  /*992px  width:33.3%*/
  /*1400px width:33.3%*/
}
@media (min-width: 768px) {
  .col-8-4 .video {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .video {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .col-8-4 .video {
    float: left;
    width: 33.33333%;
  }
}
/* 三欄 3-3*/
.col-3-3-3 .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:33.3%*/
  /*992px  width:33.3%*/
  /*1400px width:33.3%*/
}
@media (min-width: 768px) {
  .col-3-3-3 .col {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .col-3-3-3 .col {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .col-3-3-3 .col {
    float: left;
    width: 33.33333%;
  }
}
.col-3-3-3 .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.col-3-3-3 .imgOuter:before {
  display: block;
  content: '';
  padding-top: 75%;
}
.col-3-3-3 .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.col-3-3-3 + .col-3-3-3 {
  background: #248634;
}
/* 進階設定*/
.col-1-2-1 .container {
  /* @include gutter(); //gutter 代表左右要留白  */
}
.col-1-2-1 .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:100%*/
  /*992px  width:100%*/
  /*1400px width:100%*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
@media (min-width: 768px) {
  .col-1-2-1 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-1-2-1 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-1-2-1 .col {
    float: left;
    width: 25%;
  }
}
.col-1-2-1 .col:nth-child(2) {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:100%*/
  /*992px  width:100%*/
  /*1400px width:100%*/
}
@media (min-width: 768px) {
  .col-1-2-1 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-1-2-1 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .col-1-2-1 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}
/* 五欄*/
.col-5 .col {
  float: left;
  width: 100%;
  /*576px  width:100%*/
  /*768px  width:33.3%*/
  /*992px  width:33.3%*/
  /*1400px width:33.3%*/
}
@media (min-width: 768px) {
  .col-5 .col {
    float: left;
    width: 16.66667%;
  }
}
@media (min-width: 992px) {
  .col-5 .col {
    float: left;
    width: 16.66667%;
  }
}
@media (min-width: 1400px) {
  .col-5 .col {
    float: left;
    width: 16.66667%;
  }
}
.col-5 .col:first-child {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-5 .col:first-child {
    margin-left: 8.33333%;
  }
}
@media (min-width: 992px) {
  .col-5 .col:first-child {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1400px) {
  .col-5 .col:first-child {
    margin-left: 8.33333%;
  }
}
/* inner內頁設定*/
.innerpage {
  padding-top: 1em;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .innerpage {
    padding-top: 5em;
  }
}
.innerpage > .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*gutter 代表左右要留白*/
}
/*版型初始設定*/
.main .identifyBlock h2,
.main .businessSearch h2,
.main .joinBlock h2 {
  font-size: 2em;
  margin-bottom: 1em;
  color: #333;
  position: relative;
  border: none;
  text-shadow: 0 1px 0 #fff, 0 2px 3px rgba(255, 255, 255, 0.25), 0 3px 5px rgba(255, 255, 255, 0.25);
}
.main .identifyBlock h2:before,
.main .businessSearch h2:before,
.main .joinBlock h2:before {
  position: absolute;
  content: '';
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 200px;
  height: auto;
  border-bottom: 3px solid #5ccb9e;
}
.main .identifyBlock h2:after,
.main .businessSearch h2:after,
.main .joinBlock h2:after {
  position: absolute;
  content: '';
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #5ccb9e;
}
.main button.more {
  color: white;
  border: 0;
  background: #5ccb9e;
  position: relative;
  text-align: left;
  overflow: hidden;
  margin-right: 0;
  padding-right: 50px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  -ms-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
.main button.more:before {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  font-family: 'fontello';
  content: '\E87C';
  font-size: 1.2em;
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  -ms-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
.main button.more:after {
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  bottom: 0;
  right: 0px;
  padding: 0 15px;
  background: #3bb986;
}
.main button.more:hover,
.main button.more:focus {
  background: #2f926a;
}
.main button.more:hover:before,
.main button.more:focus:before {
  right: 5px;
}
.main .KV-Banner .indexSearch {
  margin: 0 auto;
  vertical-align: middle;
  position: absolute;
  top: 19em;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .KV-Banner2 .indexSearch2 {
  margin: 0 auto;
  vertical-align: middle;
  position: absolute;
  top: 19em;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .main .KV-Banner2 .indexSearch2 {
    top: 15em;
  }
}
@media screen and (max-width: 991px) {
  .main .KV-Banner .indexSearch {
    top: 35em;
  }
  .main .KV-Banner2 .indexSearch2 {
    top: 12em;
  }
}
@media screen and (max-width: 767px) {
  .main .KV-Banner .indexSearch {
    top: 32em;
  }
}
@media screen and (max-width: 575px) {
  .main .KV-Banner2 .indexSearch2 {
    top: 9em;
  }
}
@media (max-width: 380px) {
  .main .KV-Banner .indexSearch {
    top: 33em;
  }
}
.main .indexSearch .form_inline,
.main .indexSearch2 .form_inline {
  margin: auto;
}
.main .indexSearch .form_grp,
.main .indexSearch2 .form_grp {
  margin-bottom: 0;
  margin-right: 0;
}
.main .indexSearch .form_grp label,
.main .indexSearch2 .form_grp label {
  font-size: 0;
}
.main .indexSearch .form_grp input,
.main .indexSearch2 .form_grp input {
  width: 600px;
  margin: -0.2em 0 0;
  padding: 0.8em;
  border: 2px solid #248634;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .main .indexSearch .form_grp input,
  .main .indexSearch2 .form_grp input {
    width: 330px;
    border: 2px solid #248634;
  }
}
@media (max-width: 380px) {
  .main .indexSearch .form_grp input,
  .main .indexSearch2 .form_grp input {
    width: 300px;
  }
}
.main .indexSearch .form_grp input::-webkit-input-placeholder,
.main .indexSearch2 .form_grp input::-webkit-input-placeholder {
  color: #248634;
}
.main .indexSearch .form_grp input:focus,
.main .indexSearch .form_grp input:hover,
.main .indexSearch2 .form_grp input:focus,
.main .indexSearch2 .form_grp input:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #bbfd0a;
}
.main .indexSearch .btn_grp,
.main .indexSearch2 .btn_grp {
  padding: 0em;
  margin: 0;
  margin-left: -70px;
}
.main .indexSearch .btn_grp button,
.main .indexSearch2 .btn_grp button {
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  color: transparent;
  margin-top: -3px !important;
  padding: 0.9em 1em !important;
  min-width: 20px;
  position: relative;
  border: 0;
  outline: 0;
}
.main .indexSearch .btn_grp button:before,
.main .indexSearch2 .btn_grp button:before {
  position: absolute;
  margin: auto;
  content: '';
  top: 0;
  left: 0;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/btn-search.png') no-repeat center center;
  background-size: 60%;
}
.KV-Banner {
  height: 440px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /* background-color: #fff;*/
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/KV-Bannerbg.jpg');
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .KV-Banner2 {
    height: 380px;
  }
}
@media screen and (max-width: 991px) {
  .KV-Banner {
    height: 760px;
  }
  .KV-Banner2 {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .KV-Banner2 {
    height: 250px;
  }
}
.KV-Banner .container {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .KV-Banner .container {
    overflow: visible;
  }
}
.KV-Banner .container .col {
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: block;
  z-index: 1;
  border: 0;
  overflow: visible;
  background: transparent;
}
.KV-Banner .container .col h2 {
  margin: 1em auto 2em auto;
  padding: 0;
  color: white;
  font-size: 2em;
}
.KV-Banner .container .col p {
  margin: 0 0 1em 0;
  padding: 0;
  color: white;
  font-size: 1em;
}
.KV-Banner .container .col .stateText {
  margin-bottom: 2em;
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 3em;
  right: 0;
  z-index: 1;
  padding-left: 5%;
  width: 60%;
}
@media screen and (max-width: 991px) {
  .KV-Banner .container .col .stateText {
    width: 100%;
    text-align: center;
  }
}
.KV-Banner .container .col .stateText h2,
.KV-Banner .container .col .stateText h3,
.KV-Banner .container .col .stateText p {
  margin: 0 0 0.5em;
  text-shadow: 0 0px 2px #333, 0 0 3px #666, 0 0 5px rgba(0, 0, 0, 0.45), 0 0 7px rgba(0, 0, 0, 0.25);
}
.KV-Banner .container .col .stateText h2 {
  font-size: 3em;
  margin: auto auto 0.5em auto;
  white-space: nowrap;
  display: inline-block;
}
.KV-Banner .container .col .stateText h2:before {
  display: none;
}
.KV-Banner .container .col .stateText h2 img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .KV-Banner .container .col .stateText h2 img {
    transform: scale(0.7);
  }
}
.KV-Banner .container .col .stateText h3 {
  font-size: 1.875em;
  color: #fff;
  line-height: 0.9em;
}
.KV-Banner .container .col .stateText p {
  font-size: 1.35em;
}
@media screen and (max-width: 575px) {
  .KV-Banner .container .col .stateText p {
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .KV-Banner .container .col .stateText {
    top: 2em;
  }
  .KV-Banner .container .col .stateText h2 {
    font-size: 2em !important;
    width: 60%;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .KV-Banner .container .col .stateText h3 {
    font-size: 1.5em !important;
    margin-bottom: 5px;
  }
  .KV-Banner .container .col .stateText p {
    font-size: 1em !important;
  }
}
.KV-Banner .container .col .Traceability_Code {
  position: absolute;
  width: 242px;
  right: 60%;
  top: 1.5em;
  z-index: 1;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
@media screen and (max-width: 991px) {
  .KV-Banner .container .col .Traceability_Code {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 17em;
  }
}
@media screen and (max-width: 767px) {
  .KV-Banner .container .col .Traceability_Code {
    top: 13em;
  }
}
@media (max-width: 380px) {
  .KV-Banner .container .col .Traceability_Code {
    top: 15em;
  }
}
.KV-Banner .container .col .Traceability_Code img {
  width: 100%;
}
.KV-Banner .container .kvblock {
  position: absolute;
  z-index: 2;
}
.KV-Banner .container .kvblock .container {
  max-width: 1200px;
  margin: 0 auto;
}
.KV-Banner .container .singleSlider .img-container a {
  height: 440px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #dedede;
  position: relative;
  background: transparent;
}
.KV-Banner .container .singleSlider .img-container a:before {
  display: block;
  content: '';
  padding-top: 56.25%;
}
.KV-Banner .container .singleSlider .img-container a img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .KV-Banner .container .singleSlider .img-container a {
    height: 700px;
  }
}
.KV-Banner .container .singleSlider .img-container a img {
  margin: auto;
  height: auto;
  top: auto;
  bottom: auto;
}
.KV-Banner .container .singleSlider .img-container a:before,
.KV-Banner .container .singleSlider .img-container a:after {
  position: absolute;
  content: '';
  z-index: 100;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.KV-Banner .container .singleSlider .img-container a:before {
  right: auto;
  left: 0em;
  top: auto;
  border-bottom: 400px solid rgba(255, 255, 255, 0.4);
  border-right: 400px solid transparent;
}
@media screen and (max-width: 991px) {
  .KV-Banner .container .singleSlider .img-container a:before {
    left: -3em;
  }
}
.KV-Banner .container .singleSlider .img-container a:after {
  right: 0em;
  left: auto;
  border-top: 400px solid rgba(255, 255, 255, 0.4);
  border-left: 400px solid transparent;
}
@media screen and (max-width: 991px) {
  .KV-Banner .container .singleSlider .img-container a:after {
    right: -3em;
  }
}
@media screen and (max-width: 767px) {
  .KV-Banner .container .singleSlider .img-container a {
    margin-bottom: 3em;
  }
  .KV-Banner .container .singleSlider .img-container a:before,
  .KV-Banner .container .singleSlider .img-container a:after {
    display: none;
  }
}
.KV-Banner .container .singleSlider .img-container a:hover,
.KV-Banner .container .singleSlider .img-container a:focus {
  outline: 2px solid #9ad202;
}
.KV-Banner .container .singleSlider .slick-dots {
  bottom: 20px;
}
@media screen and (max-width: 991px) {
  .KV-Banner .container .singleSlider .slick-dots {
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .KV-Banner .container .singleSlider .slick-dots {
    bottom: 80px;
  }
}
@media (max-width: 380px) {
  .KV-Banner .container .singleSlider .slick-dots {
    bottom: 60px;
  }
}
.KV-Banner .container .singleSlider .slick-arrow {
  top: 55%;
  z-index: 100 !important;
}
.KV-Banner .container .singleSlider .slick-arrow:hover,
.KV-Banner .container .singleSlider .slick-arrow:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #93c802;
  -moz-box-shadow: 0px 0px 0px 2px #93c802;
  box-shadow: 0px 0px 0px 2px #93c802;
}
.serviceItem {
  padding: 8px 0 0 0 !important;
  background: #2ba77a url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/serviceBg.jpg') repeat-x bottom;
}
.serviceItem .container.service {
  margin-bottom: 8px;
}
.serviceItem .container .col {
  float: left;
  width: 50%;
  margin: auto;
  padding-top: 5px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .serviceItem .container .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .serviceItem .container .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .serviceItem .container .col {
    float: left;
    width: 25%;
  }
}
.serviceItem .container .col:hover,
.serviceItem .container .col:focus {
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  -ms-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
.serviceItem .container .col:hover a,
.serviceItem .container .col:focus a {
  background-color: #248634;
  box-shadow: inset 0 0 0 2px white;
}
.serviceItem .container .col:hover a:before,
.serviceItem .container .col:focus a:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.serviceItem .container .col:hover p,
.serviceItem .container .col:focus p {
  color: #195e24;
}
.serviceItem .container .col a {
  border: 4px solid #fff;
  display: inline-block;
  color: #fff;
  font-size: 1.25em;
  width: 100px;
  height: 100px;
  line-height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  box-shadow: 0 0 0 10px transparent;
  position: relative;
}
.serviceItem .container .col a:before {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  top: -6px;
  left: -6px;
  padding: 6px;
  box-shadow: inset 0 0 0 6px #248634;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  transform: scale(0.8);
}
.serviceItem .container .col a:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #93c802;
  -moz-box-shadow: 0px 0px 0px 2px #93c802;
  box-shadow: 0px 0px 0px 2px #93c802;
}
.serviceItem .container .col span {
  white-space: nowrap;
  font-size: 1.2em;
  color: white;
  margin: 5px auto;
  display: block;
  font-weight: bold;
}
.serviceItem .container .col:nth-child(1) a {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/service1.png');
}
.serviceItem .container .col:nth-child(2) a {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/service2.png');
}
.serviceItem .container .col:nth-child(3) a {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/service3.png');
}
.serviceItem .container .col:nth-child(4) a {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/service4.png');
}
.serviceItem .servicePhone {
  color: white;
}
.serviceItem .servicePhone p,
.serviceItem .servicePhone ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.serviceItem .servicePhone ul {
  margin-bottom: 2px;
}
.serviceItem .servicePhone ul li {
  float: left;
  display: inline-block;
}
.serviceItem .servicePhone ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 70% !important;
}
.serviceItem .servicePhone ul li.fb a {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_facebook_white.png');
}
.serviceItem .servicePhone ul li.fb a:hover,
.serviceItem .servicePhone ul li.fb a:focus {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_facebook.png');
}
.serviceItem .servicePhone ul li.line a {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_line_white.png');
}
.serviceItem .servicePhone ul li.line a:hover,
.serviceItem .servicePhone ul li.line a:focus {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/basic/icon_line.png');
}
.event .col {
  text-align: left;
  padding-bottom: 1em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event .col .more {
  float: right;
}
.event .col h2 {
  margin: 0 0 10px 0;
  padding-top: 5px;
}
.event .singleSlider {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event .singleSlider .slick-dots {
  bottom: 4em;
}
.event .singleSlider .img-container {
  height: 350px;
  width: 100%;
  padding-bottom: 3em;
  position: relative;
  position: relative;
}
.event .singleSlider .img-container img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .event .singleSlider .img-container {
    height: 300px;
    width: 100%;
  }
}
.event .singleSlider .img-container .caption {
  position: absolute;
  width: 100%;
  height: 3em;
  padding: 1em 0.5em 0.5em;
  font-size: 1.125em;
  color: #333;
  margin: 0;
  text-align: center;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .event .singleSlider .img-container .caption {
    margin: 1em auto;
    text-align: center;
    padding: 10px;
    height: auto;
    position: static;
    overflow: visible;
    white-space: normal;
    text-overflow: inherit;
  }
}
.event .singleSlider a {
  display: block;
  height: 100%;
  width: 100%;
}
.event .list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0em;
}
.event .list ul li {
  position: relative;
  padding: 12px 0 12px 1em;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  -ms-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
.event .list ul li:before {
  position: absolute;
  content: '';
  top: 20px;
  left: 0px;
  padding: 4px;
  border: solid #999;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.event .list ul li a {
  font-weight: bold;
  color: #333;
  margin-left: 108px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.event .list ul li a time {
  color: #999999;
  font-weight: normal;
  position: absolute;
  left: 0.8em;
}
.event .list ul li a:hover {
  outline: 0;
}
.event .list ul li:hover,
.event .list ul li:focus {
  background: rgba(92, 203, 158, 0.3);
}
@media screen and (max-width: 1399px) {
  .event .list ul li {
    font-size: 1em;
  }
  .event .list ul li:before {
    top: 18px;
    padding: 4px;
  }
  .event .list ul li a {
    margin-left: 100px;
  }
}
@media screen and (max-width: 575px) {
  .event .list ul li a {
    margin-left: 0px;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
  }
  .event .list ul li a time {
    position: static;
    display: block;
  }
}
.coreValue {
  margin-top: 7em auto 0 auto;
  position: relative;
  background: rgba(92, 203, 158, 0.2);
}
.coreValue h2 {
  color: white;
  display: inline-block;
  font-size: 2em;
  padding: 18px 30px;
  margin-top: 0;
  background: #248634;
  border-bottom: none;
}
.coreValue h2:before {
  display: none;
}
.coreValue .container .col {
  float: left;
  width: 50%;
  min-height: 210px !important;
  margin: auto;
  background-color: transparent;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -ms-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  name: fadein;
  duration: 1s;
  delay: 0.2s;
  function: ease;
  mode: both;
  /* span{*/
  /*  white-space: nowrap;*/
  /*  line-height: 1em;*/
  /*  font-size: 1.3em;*/
  /*  color:$primaryColor;*/
  /*  margin-top: 0px;*/
  /*  display: block;*/
  /*  font-weight: bold;*/
  /* }*/
}
@media (min-width: 768px) {
  .coreValue .container .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .coreValue .container .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .coreValue .container .col {
    float: left;
    width: 25%;
  }
}
.coreValue .container .col:hover,
.coreValue .container .col:focus {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.coreValue .container .col:hover span,
.coreValue .container .col:focus span {
  color: #28b32f;
}
.coreValue .container .col:hover:nth-child(1) span,
.coreValue .container .col:focus:nth-child(1) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item1-hover.png');
}
.coreValue .container .col:hover:nth-child(2) span,
.coreValue .container .col:focus:nth-child(2) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item2-hover.png');
}
.coreValue .container .col:hover:nth-child(3) span,
.coreValue .container .col:focus:nth-child(3) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item3-hover.png');
}
.coreValue .container .col:hover:nth-child(4) span,
.coreValue .container .col:focus:nth-child(4) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item4-hover.png');
}
.coreValue .container .col:hover:nth-child(5) span,
.coreValue .container .col:focus:nth-child(5) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item5-hover.png');
}
.coreValue .container .col:hover:nth-child(6) span,
.coreValue .container .col:focus:nth-child(6) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item6-hover.png');
}
.coreValue .container .col:hover:nth-child(7) span,
.coreValue .container .col:focus:nth-child(7) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item7-hover.png');
}
.coreValue .container .col:hover:nth-child(8) span,
.coreValue .container .col:focus:nth-child(8) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item8-hover.png');
}
.coreValue .container .col span {
  display: inline-block;
  color: #248634;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  width: 180px;
  height: 180px;
  line-height: 377px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 110%;
  box-shadow: 0 0 0 10px transparent;
  position: relative;
}
@media screen and (max-width: 575px) {
  .coreValue .container .col {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 180px !important;
  }
  .coreValue .container .col span {
    width: 150px;
    height: 150px;
    background-size: 100%;
    line-height: 315px;
  }
}
.coreValue .container .col:nth-child(1) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item1.png');
}
.coreValue .container .col:nth-child(2) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item2.png');
}
.coreValue .container .col:nth-child(3) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item3.png');
}
.coreValue .container .col:nth-child(4) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item4.png');
}
.coreValue .container .col:nth-child(5) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item5.png');
}
.coreValue .container .col:nth-child(6) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item6.png');
}
.coreValue .container .col:nth-child(7) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item7.png');
}
.coreValue .container .col:nth-child(8) span {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/item8.png');
}
.identifyBlock {
  padding-top: 4em;
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/identifyBg.jpg') no-repeat right top;
}
.identifyBlock .col {
  margin: auto;
  min-height: auto !important;
}
.identifyBlock .col .endorsement {
  /* float: left;*/
  display: inline-block;
  height: 445px;
}
@media screen and (max-width: 991px) {
  .identifyBlock .col .endorsement {
    float: left;
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .identifyBlock .col .endorsement {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 300px;
    z-index: 0;
  }
}
@media screen and (max-width: 575px) {
  .identifyBlock .col .endorsement {
    display: none;
  }
}
.identifyBlock .col .headline {
  margin: 0em auto 2em auto;
  width: 400px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .identifyBlock .col .headline {
    width: 350px;
    margin: 0em 1em;
  }
}
@media screen and (max-width: 767px) {
  .identifyBlock .col .headline {
    max-width: 320px;
    display: block;
    margin: 1em auto;
    position: relative;
  }
  .identifyBlock .col .headline figure .img-container {
    background: transparent;
  }
}
@media screen and (max-width: 575px) {
  .identifyBlock .col .headline {
    width: auto;
    position: static;
  }
}
.identifyBlock .col .headline h3 {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  color: #333;
  font-size: 1.2em;
  text-align: left;
}
.identifyBlock .col .headline p {
  margin: 0 0 1em 0;
  height: 75px;
  overflow: hidden;
  text-align: justify;
  color: #333;
}
.identifyBlock .col .headline figure {
  margin: 0 auto;
  overflow: hidden;
}
.identifyBlock .col .headline figure a {
  display: block;
  text-align: center;
}
.identifyBlock .col .headline figure a:hover,
.identifyBlock .col .headline figure a:focus {
  outline: 0;
}
.identifyBlock .col .headline figure .img-container {
  width: 100%;
  height: 250px;
  margin-bottom: 5px;
  background-color: #fff;
}
.businessSearch {
  padding: 0;
  min-height: 500px;
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/businessSearchBg.jpg') no-repeat right top;
}
.businessSearch .col.leftBox {
  margin: auto;
  min-height: auto !important;
  position: relative;
  width: 50%;
  padding: 0;
  margin: 2em 0em;
  background: rgba(92, 203, 158, 0.2);
}
@media screen and (max-width: 991px) {
  .businessSearch .col.leftBox {
    width: 65%;
    margin: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .businessSearch .col.leftBox {
    width: auto;
    margin: 0 1em;
    background: rgba(92, 203, 158, 0.4);
  }
}
.businessSearch .col.leftBox .form_vertical {
  margin: 0;
  padding: 2em 4em;
}
@media screen and (max-width: 767px) {
  .businessSearch .col.leftBox .form_vertical {
    padding: 2em 1em;
  }
}
.businessSearch .col.leftBox .form_vertical .form_grp {
  text-align: left;
  position: relative;
}
.businessSearch .col.leftBox .form_vertical .form_grp .form_title {
  color: #333;
  text-align: left;
  font-weight: bold;
  padding-left: 1em;
  font-size: 1.2em;
  text-shadow: 0 1px 0 #fff, 0 2px 3px rgba(255, 255, 255, 0.25), 0 3px 5px rgba(255, 255, 255, 0.25);
}
.businessSearch .col.leftBox .form_vertical .form_grp .form_title:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 2px;
  padding: 3px;
  border: solid #999;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col {
  position: relative;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(1) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(1) {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(1) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(1) {
    float: left;
    width: 25%;
  }
}
.businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(2) {
  text-align: left;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(2) {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 992px) {
  .businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(2) {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(2) {
    float: left;
    width: 75%;
  }
}
.businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(2) select {
  width: 83%;
}
@media screen and (max-width: 1399px) {
  .businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(2) select {
    width: 82%;
  }
}
@media screen and (max-width: 991px) {
  .businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(2) select {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(2) select {
    width: 88%;
  }
}
@media screen and (max-width: 575px) {
  .businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(2) select {
    width: 79%;
  }
}
.businessSearch .col.leftBox .form_vertical .form_grp .variable .container .col:nth-child(2) input.btn-add {
  min-width: 40px;
  height: 36px;
  line-height: 1;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  background: #9ad202;
  border: 1px solid #9ad202;
}
.businessSearch .col.leftBox .form_vertical .btn_grp button {
  width: 100% !important;
  border: none !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
}
.businessSearch .col.leftBox .footerInfo {
  min-height: auto !important;
  padding: 1em;
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/footerInfoBg.gif');
}
.businessSearch .col.leftBox .footerInfo .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.businessSearch .col.leftBox .footerInfo .col {
  color: white;
  padding-left: 4em;
  position: relative;
  min-height: 70px !important;
  font-size: 1.2em;
  text-align: left;
  float: left;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .businessSearch .col.leftBox .footerInfo .col {
    margin-bottom: 5px;
    float: left;
    width: 100%;
  }
  .businessSearch .col.leftBox .footerInfo .col p {
    margin: 1em 0 !important;
  }
}
.businessSearch .col.leftBox .footerInfo .col a {
  display: block;
  margin: 0.5em 32px 0 0px;
  padding: 0;
  color: white;
}
@media screen and (max-width: 767px) {
  .businessSearch .col.leftBox .footerInfo .col a {
    margin: 0.5em 0em;
  }
}
.businessSearch .col.leftBox .footerInfo .col a:hover span.icon,
.businessSearch .col.leftBox .footerInfo .col a:focus span.icon {
  background: #9ad202;
}
.businessSearch .col.leftBox .footerInfo .col em {
  color: #9ad202;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
}
.businessSearch .col.leftBox .footerInfo .col span.icon {
  position: absolute;
  content: '';
  text-align: center;
  left: 0;
  top: 0;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 62px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 2em;
  background: white;
}
.businessSearch .col.leftBox .footerInfo .col span.icon:before {
  color: #248634;
  line-height: 62px;
}
@media screen and (max-width: 767px) {
  .businessSearch .col.leftBox .footerInfo .col span.icon {
    font-size: 1.5em;
  }
}
.shareBlock {
  padding-top: 3em !important;
  padding-bottom: 3em;
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/shareBg.jpg') no-repeat right bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.shareBlock:before {
  position: absolute;
  content: '';
  top: -3em;
  left: -5em;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/champion.png') no-repeat;
  background-size: 40%;
}
.shareBlock:after {
  position: absolute;
  content: '';
  display: block;
  z-index: 1;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #5ccb9e;
}
.shareBlock .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.shareBlock .container .col {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
}
.shareBlock .container .col h2 {
  font-size: 2em;
  color: #2f926a;
  margin: 1em auto;
  font-weight: bold;
  padding-bottom: 12px;
  display: inline-block;
  border-bottom: 2px solid #2f926a;
}
.shareBlock .container .col h2:before {
  display: none;
}
.shareBlock .container .col .headline {
  padding-bottom: 4em;
}
.shareBlock .container .col .headline button.more {
  color: #2f926a;
  background: #fff;
  border: 1px solid #5ccb9e;
}
.shareBlock .container .col .headline button.more:before {
  color: white;
}
.shareBlock .container .col .headline button.more:hover,
.shareBlock .container .col .headline button.more:focus {
  color: white;
  background: #2f926a;
}
.shareBlock .container .col .headline .One-time .img-container a {
  height: 332px;
  display: block;
  position: relative;
}
.shareBlock .container .col .headline .One-time .img-container .caption {
  display: block;
  width: 100%;
  padding: 1em 0.5em 0.5em;
  color: #2f926a;
  margin: 0em;
  text-align: center;
  bottom: 0em;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .shareBlock .container .col .headline .One-time .img-container .caption {
    height: 2em;
    width: 100%;
    left: 0;
    padding: 0.5em;
    overflow: visible;
    white-space: normal;
    text-overflow: inherit;
  }
}
.shareBlock .container .col .headline .embed-container {
  position: relative;
}
.shareBlock .container .col .headline .embed-container .caption {
  display: block;
  width: 100%;
  padding: 1em 0.5em 0.5em;
  font-size: 1.2em;
  color: #2f926a;
  margin: 0em;
  text-align: center;
  bottom: 0em;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .shareBlock .container .col .headline .embed-container .caption {
    height: 2em;
    width: 100%;
    left: 0;
    padding: 0.5em;
  }
}
.shareBlock .container .col .headline .embed-container .embed-responsive-16by9 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .shareBlock .container .col .headline .embed-container .embed-responsive-16by9 {
    height: auto;
  }
}
.shareBlock .container .col .headline .embed-container .embed-responsive-16by9 iframe,
.shareBlock .container .col .headline .embed-container .embed-responsive-16by9 object,
.shareBlock .container .col .headline .embed-container .embed-responsive-16by9 embed,
.shareBlock .container .col .headline .embed-container .embed-responsive-16by9 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .shareBlock {
    background-image: none;
    background-color: #5ccb9e;
  }
  .shareBlock:before,
  .shareBlock:after {
    width: 100%;
  }
  .shareBlock .col:nth-child(2) {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/shareBg.jpg') no-repeat right bottom;
    background-size: cover;
  }
  .shareBlock .col:nth-child(2) h2,
  .shareBlock .col:nth-child(2) .headline .caption {
    text-shadow: 0 1px 0 #fff, 0 2px 0 #ccc, 0 3px 5px rgba(255, 255, 255, 0.25);
  }
}
.joinBlock {
  padding: 0 0 2em 0;
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/joinBg.gif');
}
.joinBlock .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.joinBlock .container .col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 200px;
  margin: auto;
}
@media (min-width: 768px) {
  .joinBlock .container .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .joinBlock .container .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .joinBlock .container .col {
    float: left;
    width: 50%;
  }
}
.joinBlock .container .col:nth-child(1) {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .joinBlock .container .col:nth-child(1) {
    padding-right: 0;
  }
}
.joinBlock .container .col:nth-child(2) {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .joinBlock .container .col:nth-child(2) {
    padding-left: 0;
  }
}
.joinBlock .container .col .circleIcon {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: auto;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border: 4px solid #248634;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 2px white;
}
.joinBlock .container .col .circleIcon:after {
  position: absolute;
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  right: auto;
  left: 0em;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-top: 140px solid rgba(255, 255, 255, 0.3);
  border-right: 140px solid transparent;
}
.joinBlock .container .col .circleIcon:hover,
.joinBlock .container .col .circleIcon:focus {
  border: 6px solid white !important;
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  -ms-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
  -webkit-box-shadow: 0 0 0 0px transparent;
  -moz-box-shadow: 0 0 0 0px transparent;
  box-shadow: 0 0 0 0px transparent;
}
.joinBlock .container .col .headline {
  margin: 2em auto;
  overflow: hidden;
  padding: 2em;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .joinBlock .container .col .headline {
    display: block;
    margin: 1em auto;
    position: relative;
  }
  .joinBlock .container .col .headline figure .img-container {
    background: transparent;
  }
}
@media screen and (max-width: 575px) {
  .joinBlock .container .col .headline {
    width: auto;
    position: static;
  }
}
.joinBlock .container .col .headline:after {
  position: absolute;
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  right: auto;
  left: 0em;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-top: 440px solid rgba(255, 255, 255, 0.4);
  border-right: 440px solid transparent;
}
.joinBlock .container .col .headline h3 {
  margin: 1em auto;
  padding: 0;
  color: #248634;
  font-size: 1.5em;
  text-align: center;
  position: relative;
}
.joinBlock .container .col .headline h3:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: #248634;
}
.joinBlock .container .col .headline p {
  margin: 0 auto 1em auto;
  overflow: hidden;
  text-align: center;
  color: #999999;
}
.joinBlock .container .col .headline ol {
  color: #333;
  margin: 0 auto;
  min-height: 115px;
  overflow: hidden;
  width: 350px;
}
@media screen and (max-width: 991px) {
  .joinBlock .container .col .headline ol {
    width: auto;
  }
}
.joinBlock .container .col .headline ol li {
  text-align: left;
  line-height: 1.8;
}
.joinBlock .container .col .headline ol li a {
  color: #333;
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
.joinBlock .container .col .headline ol li a:hover,
.joinBlock .container .col .headline ol li a:focus {
  color: #248634;
}
.joinBlock .container .col:nth-child(1) .circleIcon {
  background: #248634 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/icon-join1.png') no-repeat center center;
  background-size: 50%;
}
.joinBlock .container .col:nth-child(2) .circleIcon {
  border: 6px solid #93c802;
  background: #93c802 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/icon-join2.png') no-repeat center center;
  background-size: 50%;
}
.joinBlock .container .col:nth-child(2) .headline h3 {
  color: #8bbe02;
}
.joinBlock .container .col:nth-child(2) .headline h3:before {
  background: #9ad202;
}
.cookingBlock img {
  display: inline-block;
}
.cookingBlock .title h2 {
  display: inline-block;
  border-bottom: 0;
}
.cookingBlock .title h2:before,
.cookingBlock .title h2:after {
  display: none;
}
.cookingBlock .album {
  margin: 1em auto;
  overflow: hidden;
}
.cookingBlock .album ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cookingBlock .album ul li {
  padding-top: 5px;
  padding-bottom: 2em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .cookingBlock .album ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cookingBlock .album ul li {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .cookingBlock .album ul li {
    float: left;
    width: 33.33333%;
  }
}
@media screen and (max-width: 575px) {
  .cookingBlock .album ul li {
    float: left;
    width: 100%;
  }
}
.cookingBlock .album ul li .cardBox {
  padding: 1em;
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cookingBlock .album ul li .cardBox:hover,
.cookingBlock .album ul li .cardBox:focus {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cookingBlock .album ul li .cardBox a {
  display: block;
  text-align: center;
}
.cookingBlock .album ul li .cardBox a .imgOuter {
  width: 100%;
  height: 250px;
  position: relative;
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.cookingBlock .album ul li .cardBox a .imgOuter:before {
  display: block;
  content: '';
  padding-top: 75%;
}
.cookingBlock .album ul li .cardBox a .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.cookingBlock .album ul li .cardBox a .imgOuter:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scaleY(0.1);
  -ms-transform: scaleY(0.1);
  -webkit-transform: scaleY(0.1);
  transform: scaleY(0.1);
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  -ms-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
.cookingBlock .album ul li .cardBox a .imgOuter span {
  position: absolute;
  content: '';
  z-index: 2;
  padding: 5px;
  margin: auto;
  font-size: 0;
  color: #fff;
  width: 80%;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1) 0.2s ease-out;
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1) 0.2s ease-out;
  -ms-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1) 0.2s ease-out;
  -o-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1) 0.2s ease-out;
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1) 0.2s ease-out;
}
.cookingBlock .album ul li .cardBox a .imgOuter span:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  width: 0%;
  height: 1px;
  background: #fff;
  box-shadow: inset 0px 0px 0px #fff;
  display: block;
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
}
.cookingBlock .album ul li .cardBox a .imgOuter span:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
}
.cookingBlock .album ul li .cardBox a .imgOuter:hover span,
.cookingBlock .album ul li .cardBox a .imgOuter:focus span {
  font-size: 1em;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cookingBlock .album ul li .cardBox a .imgOuter:hover span:before,
.cookingBlock .album ul li .cardBox a .imgOuter:hover span:after,
.cookingBlock .album ul li .cardBox a .imgOuter:focus span:before,
.cookingBlock .album ul li .cardBox a .imgOuter:focus span:after {
  width: 100%;
}
.cookingBlock .album ul li .cardBox a .imgOuter:hover:before,
.cookingBlock .album ul li .cardBox a .imgOuter:focus:before {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02) opacity 0.4s 0.2s ease-out;
  -moz-transition: all 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02) opacity 0.4s 0.2s ease-out;
  -ms-transition: all 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02) opacity 0.4s 0.2s ease-out;
  -o-transition: all 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02) opacity 0.4s 0.2s ease-out;
  transition: all 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02) opacity 0.4s 0.2s ease-out;
}
.cookingBlock .album ul li .cardBox a img:focus {
  border: 2px solid #9ad202;
}
.cookingBlock .album ul li .cardBox a h3 {
  margin: 8px 0;
  color: #333;
}
.cookingBlock .adSlider-small {
  margin: 1em auto;
}
.cookingBlock .adSlider-small .img-container {
  margin: 0;
  padding-bottom: 0;
  position: relative;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookingBlock .adSlider-small .img-container.slick-slide {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.cookingBlock .adSlider-small .img-container.slick-slide.slick-current {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cookingBlock .adSlider-small .img-container.slick-slide.slick-current a img {
  border: 2px solid #333;
}
.cookingBlock .adSlider-small .img-container a {
  height: 45px !important;
}
.cookingBlock .adSlider-small .img-container a[title]:hover {
  position: relative;
  /* tooltip arrow*/
}
.cookingBlock .adSlider-small .img-container a[title]:hover:after {
  background: #333;
  color: white;
  content: attr(title);
  font-size: 0.6em;
  left: 50%;
  z-index: 2;
  line-height: 1.25em;
  padding: 0.2em;
  position: absolute;
  bottom: 0.9em;
  -moz-transform: translate(-50%, -1em);
  -ms-transform: translate(-50%, -1em);
  -webkit-transform: translate(-50%, -1em);
  transform: translate(-50%, -1em);
  white-space: nowrap;
  max-width: 250px;
}
.cookingBlock .adSlider-small .img-container a[title]:hover:before {
  width: 0;
  height: 0;
  border-left: 0.9em solid transparent;
  border-right: 0.9em solid transparent;
  border-top: 0.9em solid #333;
  content: '';
  font-size: 0.75em;
  left: 50%;
  position: absolute;
  bottom: 7px;
  -moz-transform: translate(-50%, -1em);
  -ms-transform: translate(-50%, -1em);
  -webkit-transform: translate(-50%, -1em);
  transform: translate(-50%, -1em);
}
.AD {
  padding: 0 !important;
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207052157/https://taft.moa.gov.tw/Styles/Unit001/images/adSlider-smallbg.gif');
}
.AD .adSlider {
  min-height: auto !important;
}
.AD .adSlider .img-container {
  padding-bottom: 0;
  background: #ddd;
}
.AD .adSlider .img-container a {
  height: 80px !important;
}
/*MP*/
.lp table td {
  text-align: left;
}
.lp table td.date {
  color: #666;
}
.lp table td.num {
  color: #666;
}
.lp .list ul,
.lp .list ol {
  list-style-type: none;
  padding: 0;
}
.lp .list ul li,
.lp .list ol li {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  /* outline: 1px solid blue;*/
}
.lp .list ul li a,
.lp .list ol li a {
  display: block;
  padding-left: 2em;
  position: relative;
  line-height: 1.45em;
  color: #333;
  font-weight: bold;
}
.lp .list ul li a .num,
.lp .list ol li a .num {
  width: 2.8em;
  position: absolute;
  top: 0;
  left: 0;
}
.lp .list ul li a .num:after,
.lp .list ol li a .num:after {
  content: '.';
  display: inline-block;
}
.lp .list ul li span.dept,
.lp .list ul li time,
.lp .list ol li span.dept,
.lp .list ol li time {
  display: inline-block;
  font-weight: normal;
}
.lp .list ul li span.dept,
.lp .list ol li span.dept {
  color: #31b647;
}
.lp .list ul li time,
.lp .list ol li time {
  color: #aaa;
  font-size: 0.93em;
  font-weight: normal;
}
.lp .list ul li:nth-child(even),
.lp .list ol li:nth-child(even) {
  background: #f7faf6;
}
.lp .album {
  margin: 1em auto;
  overflow: hidden;
}
.lp .album ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp .album ul li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .lp .album ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .lp .album ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .lp .album ul li {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 575px) {
  .lp .album ul li {
    float: left;
    width: 100%;
  }
}
.lp .album ul li a {
  display: block;
  text-align: center;
}
.lp .album ul li .imgOuter {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.lp .album ul li .imgOuter:before {
  display: block;
  content: '';
  padding-top: 75%;
}
.lp .album ul li .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.generalSearch {
  padding: 1em 0;
  background: #f2f2f2;
}
.generalSearch .form_grid .form_grp {
  border-bottom: 0;
}
/*LP*/
/* 自動產生編號：https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters*/
.np ul,
.np ol {
  overflow: hidden;
  padding: 1em 0;
  margin: 0;
  overflow: hidden;
}
.np li {
  display: block;
  width: 49%;
  margin: 0 1% 10px 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.np li:nth-child(even) {
  width: 50%;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .np li {
    float: none;
    width: 96%;
    margin: 0px auto 10px;
  }
  .np li:nth-child(even) {
    width: 96%;
    margin-right: auto;
  }
}
.np li a {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #ddd;
  padding: 1em 1em 1em 2em;
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.np li a .num {
  position: absolute;
  width: 1em;
  top: 1em;
  left: 0.5em;
  text-align: right;
}
.np li a .num:after {
  content: '.';
  display: inline-block;
}
.np li a:hover,
.np li a:focus {
  color: #248634;
  border: 2px solid #248634;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(154, 210, 2, 0.1);
}
/*NP*/
.cp {
  /* more load/farmerviewClick start ************************************/
  /* item-lis start ************************************/
}
.cp h2 {
  border-bottom: none;
}
.cp h2:before {
  display: none;
}
.cp img.float_left {
  float: left;
  margin: 0px 1em 1em 0;
}
.cp img.float_right {
  float: right;
  margin: 0px 0 1em 1em;
}
.cp img.center_block {
  display: block;
  text-align: center;
  margin: 0px auto 1em auto;
}
.cp a {
  color: #248634;
}
.cp .certification-body {
  text-align: left;
}
.cp .certification-body a {
  color: #248634;
  font-size: 1.2em;
  text-decoration: underline;
}
.cp h3.H3-title {
  overflow: hidden;
  position: relative;
  text-align: center;
  clear: both;
  zoom: 1;
}
.cp h3.H3-title:before,
.cp h3.H3-title:after {
  content: '';
  display: table;
}
.cp h3.H3-title:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .cp h3.H3-title:before {
    width: 75% !important;
    letter-spacing: 0px;
  }
}
.cp h3.H3-title:before {
  position: absolute;
  content: '';
  display: block;
  height: 40px;
  width: 50%;
  background: #fff;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cp h3.H3-title:before {
    height: 0px;
  }
}
.cp h3.H3-title:after {
  position: absolute;
  content: '';
  bottom: 45%;
  z-index: -2;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  display: block;
  background-color: #226a4e;
  /* Old browsers*/
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF226A4E', endColorstr='#FFB1E154');
  /* IE6-8*/
  /* IE9 SVG, needs conditional override of 'filter' to 'none'*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyNmE0ZSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjNWViNzcyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjFlMTU0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #226a4e), color-stop(40%, #5eb772), color-stop(100%, #b1e154));
  background-image: -moz-linear-gradient(left, #226a4e 0%, #5eb772 40%, #b1e154 100%);
  background-image: -webkit-linear-gradient(left, #226a4e 0%, #5eb772 40%, #b1e154 100%);
  background-image: linear-gradient(to right, #226a4e 0%, #5eb772 40%, #b1e154 100%);
}
@media screen and (max-width: 767px) {
  .cp h3.H3-title:after {
    bottom: 5%;
  }
}
.cp h3 + .H3-sub {
  font-size: 0.8em;
  text-align: center;
  color: #999999;
}
.cp h4.h4-title {
  color: #248634;
  margin-bottom: 5px;
}
.cp .enlink {
  text-align: right;
}
.cp .enlink a {
  min-width: 200px;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
}
.cp .enlink a:hover,
.cp .enlink a:focus {
  color: white;
  background: #9ad202;
  border-color: #9ad202;
}
.cp .transport {
  padding: 0.8em;
  margin-bottom: 1em;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #2da640;
}
.cp .transport span.icon-truck,
.cp .transport span.icon-train {
  font-size: 1.5em;
  padding-top: 17px;
  color: white;
  float: left;
  margin-right: 5px;
  width: 60px;
  height: 60px;
  line-height: 35px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #248634;
}
.cp .headline {
  margin: 1em auto;
  overflow: hidden;
  width: 100%;
}
.cp .headline h3 {
  display: block;
  overflow: hidden;
  position: relative;
}
.cp .headline h3.Primary-title,
.cp .headline h3.Secondary-title {
  color: #248634;
  font-size: 1.2em;
  margin: 0 0 5px;
  width: 80px;
  text-align: left;
}
.cp .headline h3.Primary-title:before,
.cp .headline h3.Secondary-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100px;
  height: auto;
  border-bottom: 3px solid #248634;
}
.cp .headline h3.Primary-title:after,
.cp .headline h3.Secondary-title:after {
  background: none;
}
.cp .headline h3.Secondary-title {
  color: #9ad202;
}
.cp .headline h3.Secondary-title:before {
  border-bottom: 3px solid #9ad202;
}
.cp .headline figure {
  margin: 0 auto;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cp .headline figure {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cp .headline figure {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 1400px) {
  .cp .headline figure {
    float: left;
    width: 41.66667%;
  }
}
@media screen and (max-width: 575px) {
  .cp .headline figure {
    float: left;
    width: 100%;
  }
}
.cp .headline figure a {
  display: block;
  text-align: center;
}
.cp .headline figure .imgOuter {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.cp .headline figure .imgOuter:before {
  display: block;
  content: '';
  padding-top: 75%;
}
.cp .headline figure .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cp .headline figure .imgOuter img {
}
.cp .FarmerViewClick .FarmerView:nth-child(1) {
  display: block;
}
.cp .FarmerViewClick .FarmerView:nth-child(2) {
  display: none;
}
.cp .moreDown {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.cp .moreDown:before {
  position: absolute;
  content: '<';
  top: 0;
  left: 0;
}
.cp .moreDown:after {
  position: absolute;
  content: '>';
  top: 0;
  right: 0;
}
.cp .moreUp {
  color: white !important;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 0.9em;
  padding: 0px 10px 0px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background: rgba(154, 210, 2, 0.8);
}
.cp .moreUp:before {
  position: absolute;
  content: '\E87D';
  font-family: 'fontello';
  top: 0;
  left: 3px;
  color: white;
}
.cp .gradient:before {
  content: '';
  height: 80px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, #ffffff));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 65%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 65%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 65%);
  -webkit-transition: height 0.25s ease 0.2s ease-out;
  -moz-transition: height 0.25s ease 0.2s ease-out;
  -ms-transition: height 0.25s ease 0.2s ease-out;
  -o-transition: height 0.25s ease 0.2s ease-out;
  transition: height 0.25s ease 0.2s ease-out;
}
.cp .show.gradient::before {
  height: 4px;
}
.cp .more-container {
  display: inline-block;
  max-height: 50px;
  display: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.4s ease 0.2s ease-out;
  -moz-transition: max-height 0.4s ease 0.2s ease-out;
  -ms-transition: max-height 0.4s ease 0.2s ease-out;
  -o-transition: max-height 0.4s ease 0.2s ease-out;
  transition: max-height 0.4s ease 0.2s ease-out;
}
.cp .more-container.show {
  max-height: 2000px;
}
.cp .text-container,
.cp .text-container2,
.cp .text-container3 {
  max-height: 200px;
  min-height: 119px;
  overflow: hidden;
  position: relative;
  padding: 0;
  -webkit-transition: max-height 0.4s ease 0.2s ease-out;
  -moz-transition: max-height 0.4s ease 0.2s ease-out;
  -ms-transition: max-height 0.4s ease 0.2s ease-out;
  -o-transition: max-height 0.4s ease 0.2s ease-out;
  transition: max-height 0.4s ease 0.2s ease-out;
}
.cp .text-container.show,
.cp .text-container2.show,
.cp .text-container3.show {
  max-height: 5000px;
}
.cp .text-container,
.cp .text-container3 {
  max-height: 594px;
}
@media screen and (max-width: 767px) {
  .cp .text-container,
  .cp .text-container3 {
    max-height: 800px;
    margin-bottom: 5em;
  }
}
.cp .moreBtn {
  color: #248634;
  background: transparent !important;
  min-width: inherit !important;
  margin: 0.25em auto;
  padding: 0;
  cursor: pointer;
}
.cp .show-btn,
.cp .show-btn2,
.cp .show-btn3 {
  text-align: center;
  border: 1px solid #7adeea;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px !important;
  min-width: inherit !important;
  margin: 0.25em auto;
  padding: 3px 0;
  z-index: 1;
  color: #4ed3e3;
  cursor: pointer;
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  -ms-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
  text-decoration: none;
}
.cp .show-btn:before,
.cp .show-btn2:before,
.cp .show-btn3:before {
  font-size: 2em;
  margin-left: -80px;
}
.cp .show-btn:after,
.cp .show-btn2:after,
.cp .show-btn3:after {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 16px;
  right: 0;
  content: '展開更多';
  font-size: 1em;
}
.cp .show-btn:hover,
.cp .show-btn2:hover,
.cp .show-btn3:hover {
  color: white;
  background-color: rgba(78, 211, 227, 0.6);
}
.cp .show-btn.icon-angle-down.rotate,
.cp .show-btn2.icon-angle-down.rotate,
.cp .show-btn3.icon-angle-down.rotate {
  border: 1px solid #4ed3e3;
}
.cp .show-btn.icon-angle-down.rotate:before,
.cp .show-btn2.icon-angle-down.rotate:before,
.cp .show-btn3.icon-angle-down.rotate:before {
  color: #23c7db;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cp .show-btn.icon-angle-down.rotate:after,
.cp .show-btn2.icon-angle-down.rotate:after,
.cp .show-btn3.icon-angle-down.rotate:after {
  content: '收回內容';
  color: #23c7db;
}
.cp .item-list {
  text-align: center;
  display: block;
}
.cp .item-list ul {
  display: inline-block;
  list-style: none;
  position: relative;
  width: 100%;
  margin: 2em 0;
  padding: 0;
}
.cp .item-list ul li {
  font-size: 1.2em;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .cp .item-list ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cp .item-list ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .cp .item-list ul li {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .cp .item-list ul li {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .cp .item-list ul li {
    padding: 5px;
    margin-bottom: 0;
  }
}
.cp .item-list ul li:nth-child(even) a {
  background: #4ed3e3;
}
.cp .item-list ul li:nth-child(even) a:hover,
.cp .item-list ul li:nth-child(even) a:focus {
  background: #23c7db;
}
.cp .item-list ul li a {
  color: white;
  padding: 0.5em;
  display: block;
  line-height: 1.6;
  min-height: 65px;
  text-align: center;
  background: rgba(93, 159, 75, 0.7);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -ms-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.cp .item-list ul li a:hover,
.cp .item-list ul li a:focus {
  background: #5d9f4b;
}
.cp .item-list2 {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 3em;
  padding-bottom: 2em;
}
.cp .item-list2 ul {
  display: inline-block;
  list-style: none;
  position: relative;
  width: 100%;
  margin: 2em 0;
  padding: 0;
}
.cp .item-list2 ul li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .cp .item-list2 ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cp .item-list2 ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .cp .item-list2 ul li {
    float: left;
    width: 25%;
  }
}
.cp .item-list2 ul li div {
  color: #333;
  padding: 0.5em;
  font-size: 1em;
  display: block;
  text-align: left;
  font-weight: bold;
  background: #e0e0e0;
}
.cp .item-list2 ul li div span {
  float: right;
  font-weight: normal;
}
.cp .item-list2 ul li:nth-child(even) div {
  background: #d2f4f8;
}
@media screen and (max-width: 575px) {
  .cp .item-list2 ul li:nth-child(odd) {
    padding-left: 0;
    padding-right: 7px;
  }
  .cp .item-list2 ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 7px;
  }
  .cp .item-list2 ul li div {
    min-height: 80px;
    padding: 5px;
  }
}
.cp .item-logo {
  text-align: center;
  display: block;
}
.cp .item-logo .imgOuter {
  padding: 0.5em;
  position: relative;
  overflow: hidden;
  background: #dedede;
  background: #fff;
}
.cp .item-logo .imgOuter img {
  max-width: inherit !important;
}
.cp .item-logo .imgOuter:before {
  display: block;
  content: '';
  padding-top: 100%;
}
.cp .item-logo .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.cp .item-logo ul {
  display: inline-block;
  list-style: none;
  position: relative;
  width: 100%;
  margin: 2em 0;
  padding: 0;
}
.cp .item-logo ul li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .cp .item-logo ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .cp .item-logo ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .cp .item-logo ul li {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .cp .item-logo ul li {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .cp .item-logo ul li {
    padding: 5px;
    min-height: 200px;
  }
}
.cp .item-logo ul li .caption {
  border-top: 2px solid #d6d6d6;
}
.cp .item-logo ul li .caption h3 {
  margin: 5px 0;
  font-size: 1.1em;
  color: #333;
}
@media screen and (max-width: 575px) {
  .cp .item-logo ul li .caption h3 {
    font-size: 1em;
  }
}
.cp .item-logo ul li:hover .caption h3,
.cp .item-logo ul li:focus .caption h3 {
  color: #5d9f4b;
}
.cp .item-logo ul li a {
  color: #666;
  padding: 0.5em;
  font-weight: bold;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -ms-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 2px solid #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
}
.cp .item-logo ul li a:hover,
.cp .item-logo ul li a:focus {
  border-color: #5d9f4b;
}
.cp .producerIntra {
  margin-bottom: 3em;
}
.cp .otherIntro {
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em auto;
  background: rgba(36, 134, 52, 0.1);
}
.cp .otherIntro h4 {
  color: #248634;
  position: relative;
  border-bottom: 3px solid #5d9f4b;
  margin: 0 auto;
  min-width: 150px;
  display: inline-block;
  text-align: center;
}
.cp .otherIntro p,
.cp .otherIntro ol,
.cp .otherIntro ul,
.cp .otherIntro table {
  text-align: left;
}
.cp .TAFT-tablelist {
  margin-bottom: 3em;
}
.cp .TAFT-tablelist .container {
  padding-bottom: 3em;
}
.cp .TAFTinfo-12,
.cp .TAFTinfo {
  margin-bottom: 2em;
}
.cp .TAFTinfo-12 table,
.cp .TAFTinfo table {
  width: 100%;
}
.cp .TAFTinfo-12 table caption a,
.cp .TAFTinfo table caption a {
  color: #248634;
  font-size: 1.2em;
  text-decoration: underline;
}
.cp .TAFTinfo-12 table tr td[colspan='2'],
.cp .TAFTinfo table tr td[colspan='2'] {
  text-align: center;
  font-weight: bold;
  background: #e0edf0;
}
.cp .TAFTinfo-12 table tr:nth-child(1) th[scope='row'],
.cp .TAFTinfo table tr:nth-child(1) th[scope='row'] {
  border-top: 0 !important;
}
.cp .TAFTinfo-12 table th,
.cp .TAFTinfo-12 table td,
.cp .TAFTinfo table th,
.cp .TAFTinfo table td {
  padding: 0.6em 0.4em;
  border: 0;
  line-height: 1.2em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .cp .TAFTinfo-12 table th,
  .cp .TAFTinfo table th {
    white-space: normal;
  }
}
.cp .TAFTinfo-12 table th,
.cp .TAFTinfo table th {
  width: 20%;
  color: inherit;
  text-align: right;
  background: transparent;
}
.cp .TAFTinfo-12 table td a,
.cp .TAFTinfo table td a {
  color: #5d9f4b;
}
@media screen and (max-width: 767px) {
  .cp .TAFTinfo-12 table,
  .cp .TAFTinfo table {
    margin: 1em auto;
  }
  .cp .TAFTinfo-12 table th,
  .cp .TAFTinfo table th {
    width: auto;
  }
}
.cp .TAFTinfo .container .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cp .TAFTinfo-12 .container,
.cp .timeline-body-12 .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cp .TAFTinfo-12 .col,
.cp .timeline-body-12 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cp .TAFTinfo-12 .col,
  .cp .timeline-body-12 .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cp .TAFTinfo-12 .col,
  .cp .timeline-body-12 .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .cp .TAFTinfo-12 .col,
  .cp .timeline-body-12 .col {
    float: left;
    width: 100%;
  }
}
.cp .col-8-4.variable .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cp .col-8-4.variable .col {
    float: none;
  }
}
.cp .timeline-body-8-4 .container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cp .timeline-body-8-4 .col {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cp .timeline-body-8-4 .col:nth-child(1) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cp .timeline-body-8-4 .col:nth-child(1) {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 992px) {
  .cp .timeline-body-8-4 .col:nth-child(1) {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1400px) {
  .cp .timeline-body-8-4 .col:nth-child(1) {
    float: left;
    width: 66.66667%;
  }
}
.cp .timeline-body-8-4 .col:nth-child(2) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cp .timeline-body-8-4 .col:nth-child(2) {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .cp .timeline-body-8-4 .col:nth-child(2) {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .cp .timeline-body-8-4 .col:nth-child(2) {
    float: left;
    width: 33.33333%;
  }
}
.cp .timeline-body-8-4 .container,
.cp .timeline-body-12 .container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cp .timeline-body-8-4 .form_grid,
.cp .timeline-body-12 .form_grid {
  margin: 0;
}
.cp .timeline-body-8-4 .form_grid .form_grp,
.cp .timeline-body-12 .form_grid .form_grp {
  border-bottom: 0 !important;
}
.cp .timeline-body-8-4 .form_grid .form_grp .form_title,
.cp .timeline-body-12 .form_grid .form_grp .form_title {
  width: 35% !important;
  padding-top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1399px) {
  .cp .timeline-body-8-4 .form_grid .form_grp .form_title,
  .cp .timeline-body-12 .form_grid .form_grp .form_title {
    width: 40% !important;
  }
}
@media screen and (max-width: 991px) {
  .cp .timeline-body-8-4 .form_grid .form_grp .form_title,
  .cp .timeline-body-12 .form_grid .form_grp .form_title {
    width: 55% !important;
  }
}
@media screen and (max-width: 767px) {
  .cp .timeline-body-8-4 .form_grid .form_grp .form_title,
  .cp .timeline-body-12 .form_grid .form_grp .form_title {
    width: 100%;
  }
}
.cp .timeline-body-8-4 .form_grid .form_grp .form_content,
.cp .timeline-body-12 .form_grid .form_grp .form_content {
  color: #8c8c8c !important;
  width: 65% !important;
}
@media screen and (max-width: 1399px) {
  .cp .timeline-body-8-4 .form_grid .form_grp .form_content,
  .cp .timeline-body-12 .form_grid .form_grp .form_content {
    width: 60% !important;
  }
}
@media screen and (max-width: 991px) {
  .cp .timeline-body-8-4 .form_grid .form_grp .form_content,
  .cp .timeline-body-12 .form_grid .form_grp .form_content {
    width: 45% !important;
  }
}
@media screen and (max-width: 767px) {
  .cp .timeline-body-8-4 .form_grid .form_grp .form_content,
  .cp .timeline-body-12 .form_grid .form_grp .form_content {
    width: 100% !important;
  }
}
/* album start ************************************/
.album {
  margin: 1em auto;
  overflow: hidden;
}
.album ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.album ul li {
  float: left;
  width: 50%;
  /*576px */
  /*768px */
  /*992px */
  /*1400px */
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .album ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .album ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .album ul li {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 575px) {
  .album ul li {
    float: left;
    width: 100%;
    /*576px */
  }
}
.album ul li a {
  display: block;
  text-align: center;
}
.album ul li a .caption h3 {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 0.875em;
}
.album ul li a img {
  max-width: inherit;
}
.album ul li .imgOuter {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.album ul li .imgOuter:before {
  display: block;
  content: '';
  padding-top: 75%;
}
.album ul li .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.meta {
  text-align: left;
  margin: 0.5em auto 1em auto;
  font-size: 0.875em;
}
.meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.meta ul li {
  margin: 0px 1em 3px 0;
  display: inline-block;
  float: left;
}
.meta ul li:last-child {
  margin-right: 0;
}
.meta ul li:before {
  color: #248634;
}
.meta ul li span {
  color: #248634;
}
/*CP*/
.fp {
  margin: 1em auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
/*Forward*/
/* sitemap */
.sitemap {
  margin: 0px auto 1em;
  color: #666;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  clear: both;
  zoom: 1;
}
.sitemap:before,
.sitemap:after {
  content: '';
  display: table;
}
.sitemap:after {
  clear: both;
}
.sitemap .accesskeyDefine {
  padding: 1em 2em;
  background: #eee;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
}
.cascading {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cascading li {
  margin: 0 1.2% 1em 0;
  line-height: 1.5em;
  font-size: 1em;
  list-style: none;
  text-align: left;
  width: 22.5%;
  display: inline-block;
  vertical-align: top;
}
.cascading li a {
  margin: 10px 0px 0 0;
  color: #fff;
  padding: 0.5em;
  display: block;
  font-size: 1em;
  font-weight: bold;
  background: #12a27c;
  -webkit-transition: 0.2s all 0.2s ease-out;
  -moz-transition: 0.2s all 0.2s ease-out;
  -ms-transition: 0.2s all 0.2s ease-out;
  -o-transition: 0.2s all 0.2s ease-out;
  transition: 0.2s all 0.2s ease-out;
}
.cascading li a:hover,
.cascading li a:focus {
  color: #fff;
  background: #16c798;
  text-decoration: none;
}
.cascading li ul {
  margin-left: 0px;
  padding-left: 0%;
}
.cascading li ul li {
  width: 100%;
  display: block !important;
  margin-bottom: 0;
}
.cascading li ul li a {
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  font-size: 0.938em;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
  font-weight: normal;
  color: #666;
  font-weight: normal;
}
.cascading li ul li a:hover,
.cascading li ul li a:focus {
  color: #0d7459;
  background: rgba(22, 199, 152, 0.15);
}
@media screen and (max-width: 767px) {
  .cascading {
    width: 100%;
    margin: 0px auto;
  }
  .cascading li {
    width: 100%;
    margin: 0;
  }
}
/*Sitemap*/
.qp {
  margin: 1em auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
.qp fieldset.grp-fieldset {
  margin: 0 0 1em 0;
}
.qp fieldset.grp-fieldset legend {
  font-weight: bold;
  width: 100%;
  padding: 0.5em;
  margin: 0 0 1em 0;
  border-left: 2px solid #5ccb9e;
  background: rgba(92, 203, 158, 0.5);
}
.qp fieldset.grp-fieldset .form_grid {
  margin: 0 !important;
}
.qp fieldset.grp-fieldset .form_grid .form_grp .variable label.form_title {
  font-weight: bold;
  width: 7%;
  white-space: nowrap;
}
.qp fieldset.grp-fieldset .form_grid .form_grp .variable .form_content {
  width: 93%;
}
@media screen and (max-width: 767px) {
  .qp fieldset.grp-fieldset .form_grid .form_grp .variable {
    margin: 0 1em;
  }
  .qp fieldset.grp-fieldset .form_grid .form_grp .variable label.form_title,
  .qp fieldset.grp-fieldset .form_grid .form_grp .variable .form_content {
    width: 100%;
  }
}
.qp .form_grp .form_content .container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qp .form_grp .form_content .container .col {
  position: relative;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .qp {
    padding: 0;
  }
  .qp .form_grp {
    border-bottom: 0;
  }
}
/*QP*/
.sp h3 span {
  color: #5d9f4b;
}
.sp h3.H3-caption {
  color: white;
  padding: 10px 2em;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #0d7459;
  /* Old browsers*/
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D7459', endColorstr='#FF74B61D');
  /* IE6-8*/
  /* IE9 SVG, needs conditional override of 'filter' to 'none'*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNzQ1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc0YjYxZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d7459), color-stop(100%, #74b61d));
  background-image: -moz-linear-gradient(top, #0d7459 0%, #74b61d 100%);
  background-image: -webkit-linear-gradient(top, #0d7459 0%, #74b61d 100%);
  background-image: linear-gradient(to bottom, #0d7459 0%, #74b61d 100%);
}
.sp h3.H3-title {
  overflow: hidden;
  position: relative;
  text-align: center;
  letter-spacing: 4px;
  clear: both;
  zoom: 1;
}
.sp h3.H3-title:before,
.sp h3.H3-title:after {
  content: '';
  display: table;
}
.sp h3.H3-title:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .sp h3.H3-title:before {
    width: 75% !important;
    letter-spacing: 0px;
  }
}
.sp h3.H3-title:before {
  position: absolute;
  content: '';
  display: block;
  height: 40px;
  width: 30%;
  background: #fff;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}
.sp h3.H3-title:after {
  position: absolute;
  content: '';
  bottom: 45%;
  z-index: -2;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  display: block;
  background-color: #226a4e;
  /* Old browsers*/
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF226A4E', endColorstr='#FFB1E154');
  /* IE6-8*/
  /* IE9 SVG, needs conditional override of 'filter' to 'none'*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyNmE0ZSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjNWViNzcyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjFlMTU0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #226a4e), color-stop(40%, #5eb772), color-stop(100%, #b1e154));
  background-image: -moz-linear-gradient(left, #226a4e 0%, #5eb772 40%, #b1e154 100%);
  background-image: -webkit-linear-gradient(left, #226a4e 0%, #5eb772 40%, #b1e154 100%);
  background-image: linear-gradient(to right, #226a4e 0%, #5eb772 40%, #b1e154 100%);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sp .statBlock .col:nth-child(1) {
    float: left;
    width: 41.66667%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sp .statBlock .col:nth-child(2) {
    float: left;
    width: 58.33333%;
  }
}
.sp .generalSearch .form_grp .form_content .col-6.block.variable .container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp .generalSearch .form_grp .form_content .col-6.block.variable .col input[type='date'],
.sp .generalSearch .form_grp .form_content .col-6.block.variable .col input[type='text'],
.sp .generalSearch .form_grp .form_content .col-6.block.variable .col input.text {
  width: 82%;
  display: inline-block;
}
.sp .generalSearch .form_grp .form_content .col-6.block.variable .col:nth-child(1) {
  padding-left: 0;
}
.sp .generalSearch .form_grp .form_content .col-6.block.variable .col:nth-child(2) {
  padding-right: 0;
}
.RSS a {
  color: #248634;
}
.RSS .RSS-list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.RSS .RSS-list li {
  display: inline-block;
  float: left;
  width: 48.5%;
  margin: 0 1% 0.5em 0;
}
.RSS .RSS-list li:nth-child(even) {
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 575px) {
  .RSS .RSS-list li {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 0.5em 0;
  }
}
.RSS .RSS-list li a {
  background-color: #b6debf;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  display: block;
  padding: 0.8em 1em;
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  -ms-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
.RSS .RSS-list li a:hover,
.RSS .RSS-list li a:focus {
  color: white;
  background-color: #5eb772;
}
/*Special page*/
/* 無障礙*/
/* 以下皆是設定 測試無障礙關閉js 的純css排版*/
a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #9ad202;
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  transition: 0.5s;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  color: #fff;
}
@media screen and (max-width: 767px) {
  a.goCenter {
    display: none;
  }
}
a.goCenter:hover,
a.goCenter:focus {
  outline: none;
  top: 0;
  opacity: 1;
}
/* no-js*/
.no-js noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #248634;
  background: #fff;
  color: #666;
  overflow: hidden;
  line-height: 1.45em;
  font-size: 0.813em;
  margin: 0 0.5em 0.5em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-js noscript a {
  color: #248634;
}
.no-js noscript a:hover,
.no-js noscript a:focus {
  color: #248634;
}
.no-js .search noscript {
  margin-left: 1%;
  margin-right: 1%;
}
.no-js .tabvariable {
  overflow: inherit;
}
.no-js .tabvariable .tabs h2 {
  width: 100%;
}
.no-js .tabvariable .tabs .tabContent {
  display: block;
  position: static;
}
/*無障礙關閉js設定*/
/* 列印*/
/*列印樣式*/






/*
     FILE ARCHIVED ON 5:21:57 二月 7, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 22:58:16 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

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