@charset "UTF-8";
/* ==========================================================================
   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: 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;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
  zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row > div {
  box-sizing: border-box;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  zoom: 1;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

/* @include transition(all,2s,ease-out); */
.breadcrumb ul li:before {
  content: " / ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #CCC;
}

.cp {
  font-size: 1.0666666em;
  line-height: 1.65em;
}
@media screen and (max-width: 575px) {
  .cp {
    font-size: 1.2em;
  }
}
.cp h1 {
  font-size: 2em;
}
.cp h2 {
  font-size: 1.75em;
  margin-bottom: 1.25em;
}
.cp h3 {
  font-size: 1.5em;
}
.cp h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h5 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp p {
  font-size: 1em;
  line-height: 1.85em;
  margin-top: 0;
}
.cp ul,
.cp ol {
  font-size: 1em;
  margin-bottom: 1em;
}
.cp ul li,
.cp ol li {
  margin-bottom: 0.5em;
}
.cp dd,
.cp th,
.cp td figure {
  font-size: 1em;
}
.cp blockquote {
  background: #f1f1f1;
  font-style: normal;
  display: block;
  font-size: 1em;
  border-left: 5px solid #1579a9;
  padding: 2em;
  box-sizing: border-box;
  margin: 0 0em 2em;
}
.cp img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cp img {
    max-width: 100%;
    width: auto;
    clear: both;
  }
}

body {
  font-size: 1em;
  font-weight: normal;
  color: #333;
  line-height: 1.45em;
  -webkit-text-size-adjust: none;
  color: #333;
}
@media print {
  body {
    font-size: 0.813em;
  }
}

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #eb0202;
  cursor: pointer;
}

.breadcrumb {
  background: none;
  padding: 0.1em 0em 0.1em;
  font-size: 0.938em;
  margin: 0px auto 5px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 20px;
  }
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0px 0.1em 0.1em 0px;
}
.breadcrumb ul li:first-child:before {
  content: "現在位置：";
  display: inline-block;
  color: #666;
  margin-left: 0;
  padding: 0;
}
.breadcrumb a {
  color: #333;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #eb0202;
  cursor: pointer;
}

.divider, .divider-vertical {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-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("../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;
  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;
}

.qp form button, .forwardForm form button, .upload_grp .upload_btn, input[type=reset], input[type=submit], button,
input[type=button], .btn-purple, .btn-red, .btn-orange, .btn-yellow, .btn-blue, .btn-green, .btn {
  font-size: 1em;
  touch-action: manipulation;
  background-image: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  width: auto;
  padding: 0.5em 2em;
  min-width: 80px;
  width: auto;
  margin: 0.25em 2px;
}

.btn {
  background: #ddd;
  border: 1px solid #dddddd;
  color: #333;
  border-radius: 6px;
}
.btn:hover {
  background: #c4c4c4;
  border: 1px solid #c4c4c4;
  cursor: pointer;
  color: #FFF;
}
.btn:focus {
  background: #aaaaaa;
  border: 1px solid #aaaaaa;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
.btn.active {
  background: #c4c4c4;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #333;
  outline: none;
}

.btn-green {
  background: #7ba400;
  border: 1px solid #7ba400;
  color: #FFF;
  border-radius: 6px;
}
.btn-green:hover {
  background: #557100;
  border: 1px solid #557100;
  cursor: pointer;
  color: #FFF;
}
.btn-green:focus {
  background: #2f3e00;
  border: 1px solid #2f3e00;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
.btn-green.active {
  background: #557100;
  cursor: pointer;
}

.btn-blue {
  background: #116289;
  border: 1px solid #116289;
  color: #FFF;
  border-radius: 6px;
}
.btn-blue:hover {
  background: #0b425c;
  border: 1px solid #0b425c;
  cursor: pointer;
  color: #FFF;
}
.btn-blue:focus {
  background: #06212e;
  border: 1px solid #06212e;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
.btn-blue.active {
  background: #0b425c;
  cursor: pointer;
}

.btn-yellow {
  background: #ffbe00;
  border: 1px solid #ffbe00;
  color: #FFF;
  border-radius: 6px;
}
.btn-yellow:hover {
  background: #cc9800;
  border: 1px solid #cc9800;
  cursor: pointer;
  color: #FFF;
}
.btn-yellow:focus {
  background: #997200;
  border: 1px solid #997200;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
.btn-yellow.active {
  background: #cc9800;
  cursor: pointer;
}

.btn-orange {
  background: #c94c00;
  border: 1px solid #c94c00;
  color: #FFF;
  border-radius: 6px;
}
.btn-orange:hover {
  background: #963900;
  border: 1px solid #963900;
  cursor: pointer;
  color: #FFF;
}
.btn-orange:focus {
  background: #632500;
  border: 1px solid #632500;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
.btn-orange.active {
  background: #963900;
  cursor: pointer;
}

.btn-red {
  background: #eb0202;
  border: 1px solid #eb0202;
  color: #FFF;
  border-radius: 6px;
}
.btn-red:hover {
  background: #b80202;
  border: 1px solid #b80202;
  cursor: pointer;
  color: #FFF;
}
.btn-red:focus {
  background: #860101;
  border: 1px solid #860101;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
.btn-red.active {
  background: #b80202;
  cursor: pointer;
}

.btn-purple {
  background: #8500e2;
  border: 1px solid #8500e2;
  color: #FFF;
  border-radius: 6px;
}
.btn-purple:hover {
  background: #6700af;
  border: 1px solid #6700af;
  cursor: pointer;
  color: #FFF;
}
.btn-purple:focus {
  background: #49007c;
  border: 1px solid #49007c;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
.btn-purple.active {
  background: #6700af;
  cursor: pointer;
}

.btn-xl {
  font-size: 1.5em;
}

.btn-lg {
  font-size: 1.25em;
}

.btn-sm {
  font-size: 0.938em;
}

.btn-xs {
  font-size: 0.75em;
}

hr {
  margin: 1em 0px;
  display: block;
  border: none;
  clear: both;
}

hr {
  border-top: 1px solid #ddd;
}
hr.hr1 {
  border-top: 3px double #ddd;
}
hr.hr2 {
  border-top: 1px dashed #ddd;
}
hr.hr3 {
  border-top: 1px dotted #ddd;
}
hr.hr4 {
  background-color: #fff;
  border-top: 2px dashed #ddd;
}
hr.hr5 {
  background-color: #fff;
  border-top: 2px dotted #ddd;
}
hr.hr6 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
hr.hr7 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

img.img_rounded {
  border-radius: 16px;
}
img.img_circle {
  border-radius: 50%;
}

.pic_list {
  text-align: left;
  overflow: hidden;
}
.pic_list .imgOuter {
  position: relative;
  margin: 1%;
  display: block;
  padding: 0;
  float: left;
  width: 31.3333333333%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #DEDEDE;
}
@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.3333333333%;
  overflow: hidden;
  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 {
  height: 400px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .img-container {
    height: 280px;
    width: 100%;
  }
}
.img-container a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.img-container a .caption {
  position: absolute;
  width: 100%;
  height: 3em;
  background: rgba(0, 0, 0, 0.45);
  padding: 1em 0.5em 0.5em;
  font-size: 1.125em;
  color: #FFF;
  margin: 0;
  text-align: center;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .img-container a .caption {
    height: 5em;
    width: 100%;
    left: 0;
    padding: 1em 1em;
    text-align: center;
  }
}
.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;
}

.tabSet {
  max-width: 100%;
  margin: 1em auto;
  overflow: hidden;
  clear: both;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .tabSet {
    width: auto;
    height: auto !important;
    padding: 10px 8px;
  }
}

.tabs {
  position: relative;
}
.tabs > .tabItem {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.tabs > .tabItem.active {
  background-color: #1579a9;
  color: #FFF;
}
.tabs > .tabItem:hover, .tabs > .tabItem:focus {
  background: #1579a9;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem {
    float: none;
    width: 100% !important;
    border-bottom: 1px solid #888;
  }
  .tabs > .tabItem.active {
    border-color: #bbb;
  }
}
.tabs.cptab > .tabItem {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
  color: #333;
  padding: 0;
  font-size: 1.125em;
  height: 68px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.75em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: none;
}
@media screen and (max-width: 767px) {
  .tabs.cptab > .tabItem {
    padding: 16px 0;
    border-bottom: none;
    height: auto;
  }
}
.tabs.cptab > .tabItem.active {
  color: #FFF;
  background: #1579a9;
}
@media screen and (max-width: 767px) {
  .tabs.cptab > .tabItem.active {
    padding: 16px 0px;
  }
}
.tabs.cptab > .tabItem:hover, .tabs.cptab > .tabItem:focus {
  color: #FFF;
  background: #1579a9;
}
@media screen and (max-width: 767px) {
  .tabs.cptab > .tabItem:hover, .tabs.cptab > .tabItem:focus {
    background-color: #1579a9;
  }
}

.example-2 .tabItem:hover {
  background: #528124;
}
.example-2 .tabItem.active {
  background: #528124;
}

.active + .tabContent {
  display: block;
}

.tabContent {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  clear: both;
  padding: 30px 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tabContent {
    position: static;
  }
}
.tabContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabContent li {
  margin: 0 0 1.3em 0;
  padding: 0;
  line-height: 1.6;
  border-bottom: 1px #CCC dashed;
}
@media screen and (max-width: 767px) {
  .tabContent li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.tabContent li a {
  color: #333;
  text-decoration: none;
}
.tabContent li a:hover, .tabContent li a:focus {
  color: #eb0202;
  cursor: pointer;
}
.tabContent li time {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 0.813em;
  color: #666;
}

table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  table {
    width: 100%;
    position: relative;
  }
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
}
table td {
  border: #ddd 1px solid;
  word-break: break-all;
}
table td a {
  word-break: break-all;
}
table td.aCenter {
  text-align: center;
}
table td.aRight {
  text-align: right;
}
table th {
  background-color: #F3F3F3;
  color: #333;
  border: #DDD 1px solid;
  text-align: center;
  white-space: nowrap;
}
table.table_hover tr:hover {
  background: #FCFCFC;
}
table.table_sprite tr:nth-child(even) {
  background: #FCFCFC;
}

.form_grid {
  margin: 0.5em;
}
.form_grid .form_grp {
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  padding: 0.5em 0;
}
.form_grid .form_title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 5px;
}
@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: 1200px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
.form_grid .form_content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@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: 1200px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}

label,
legend {
  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;
}

input,
textarea,
select,
button {
  color: #333;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  box-sizing: border-box;
  border-radius: 5px;
  transition: border, 0.2s, ease-out;
  transition: box-shadow, 0.2s, ease-out;
}

input,
select,
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_contentinline input,
.form_contentinline select,
.form_contentinline textarea {
  width: auto;
}

.image {
  margin: 0 2px;
}
.image img {
  vertical-align: middle;
}

.form_content span {
  margin: 0 5px 0 3px;
}

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: #528124;
  border: 1px solid #528124;
  color: #FFF;
  border-radius: 6px;
}
button:hover,
input[type=button]:hover {
  background: #395919;
  border: 1px solid #395919;
  cursor: pointer;
  color: #FFF;
}
button:focus,
input[type=button]:focus {
  background: #1f310e;
  border: 1px solid #1f310e;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
button.active,
input[type=button].active {
  background: #395919;
  cursor: pointer;
}

input[type=submit] {
  background: #1579a9;
  border: 1px solid #1579a9;
  color: #FFF;
  border-radius: 6px;
}
input[type=submit]:hover {
  background: #0f597c;
  border: 1px solid #0f597c;
  cursor: pointer;
  color: #FFF;
}
input[type=submit]:focus {
  background: #0a384e;
  border: 1px solid #0a384e;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
input[type=submit].active {
  background: #0f597c;
  cursor: pointer;
}

textarea {
  color: #333;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  box-sizing: border-box;
  border-radius: 5px;
  transition: border, 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%;
  }
}

input[type=text]:focus,
input[type=reset]:focus,
input[type=file]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #1b99d6;
  box-shadow: 0px 0px 0px 2px #1b99d6;
  outline: none;
}

select {
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 24px 0 0.5em;
  border: 1px solid #ccc;
  background: #fff url(../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;
}

input[type=reset] {
  background: #999999;
  border: 1px solid #999999;
  color: #FFF;
  border-radius: 6px;
  text-shadow: none;
}
input[type=reset]:hover {
  background: gray;
  border: 1px solid gray;
  cursor: pointer;
  color: #FFF;
}
input[type=reset]:focus {
  background: #666666;
  border: 1px solid #666666;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
input[type=reset].active {
  background: gray;
  cursor: pointer;
}

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: #0f597c;
  background-color: #0f597c;
  outline: none;
}

input[type=checkbox]:checked {
  background-image: url(../images/basic/icon_checked.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  box-shadow: #0f597c 0 0 0 1px;
  border-radius: 2px;
}

input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #0f597c 0 0 0 1px;
}

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;
}

.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: #0f597c;
  border: 1px solid #0f597c;
  color: #FFF;
  border-radius: 6px;
  padding: 0.2em 1em !important;
  border-radius: 4px;
}
.upload_grp .upload_btn:hover {
  background: #0a384e;
  border: 1px solid #0a384e;
  cursor: pointer;
  color: #FFF;
}
.upload_grp .upload_btn:focus {
  background: #041821;
  border: 1px solid #041821;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
.upload_grp .upload_btn.active {
  background: #0a384e;
  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: 1.25em;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

form .form_grp,
form .check_grp,
form .radio_grp,
form .btn_grp,
form .upload_grp {
  margin-bottom: 0.2em;
}
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_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: 0px;
  padding: 0.45em 1em;
}
form.form_inline select,
form.form_inline textarea {
  width: auto;
}

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;
}

.must {
  color: #FF0000;
  margin: 0px 5px 0 0;
  font-size: 150%;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 110%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: none;
}

* {
  -webkit-overflow-scrolling: touch;
}

a:focus {
  outline: none;
  box-shadow: 0 0px 0px 3px #ffbe00 inset;
}
@media screen and (max-width: 767px) {
  a:focus {
    box-shadow: none;
  }
}

.accesskey {
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 99999;
  color: #ddd;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .accesskey {
    display: none;
  }
}

.main .accesskey {
  color: #d6e3e9;
}

.innerpage .accesskey {
  color: #d6e3e9;
  top: 20px;
  left: -20px;
  position: relative;
}
.innerpage .accesskey:focus {
  color: #333 !important;
  padding-top: 0;
  padding-bottom: 0px;
}

a.more {
  display: block;
  width: 10em;
  text-align: center;
  height: 2.5em;
  margin: 0.5em auto 0.5em;
  line-height: 2.5;
  color: #1579a9;
  border: 1px solid #1579a9;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.2s;
}
a.more:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 14px;
  border-left: none;
  border-bottom: none;
  transition: 0.3s ease-out;
}
a.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1579a9;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
a.more:hover, a.more:focus, a.more.active {
  color: white;
}
a.more:hover:before, a.more:focus:before, a.more.active:before {
  transform: scale(1);
}
a.more:hover:after, a.more:focus:after, a.more.active:after {
  right: 15px;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../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(../images/basic/top.png) no-repeat center top rgba(0, 0, 0, 0.8);
}

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 #1579a9;
}
.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: 100px;
  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 .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 65px;
  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;
  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;
    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(../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(../images/basic/icon_doc.jpg);
}
.file_download li a[href$=odf]:after {
  background: url(../images/basic/icon_odf.jpg);
}
.file_download li a[href$=pdf]:after {
  background: url(../images/basic/icon_pdf.jpg);
}
.file_download li a[href$=xls]:after {
  background: url(../images/basic/icon_xls.jpg);
}
.file_download li a[href$=ppt]:after {
  background: url(../images/basic/icon_ppt.jpg);
}
.file_download li a[href$=jpg]:after {
  background: url(../images/basic/icon_jpg.jpg);
}
.file_download li a[href$=mp3]:after {
  background: url(../images/basic/icon_mp3.jpg);
}
.file_download li a[href$=mov]:after {
  background: url(../images/basic/icon_mov.jpg);
}
.file_download li a[href$=txt]:after {
  background: url(../images/basic/icon_txt.jpg);
}
.file_download li a[href$=dot]:after {
  background: url(../images/basic/icon_doc.jpg);
}
.file_download li a[href$=zip]:after {
  background: url(../images/basic/icon_zip.jpg);
}
.file_download li a:hover, .file_download li a:focus {
  color: #eb0202 !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 #1579a9;
}
.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;
  top: 5px;
  left: 0px;
  text-align: right;
  width: 30px;
  counter-increment: counter;
  content: counters(counter, ".") " . ";
}

.header {
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header {
    clear: both;
    zoom: 1;
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
  }
  .header:before, .header:after {
    content: "";
    display: table;
  }
  .header:after {
    clear: both;
  }
}
.header > .container .searchCtrl, .header > .container .sidebarCtrl {
  width: 60px !important;
  height: 60px !important;
  position: absolute;
  top: 0px;
  display: block;
  font-size: 0;
  padding: 15px;
  margin: 0;
  min-width: auto;
  min-height: auto;
  background: transparent;
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header > .container .searchCtrl, .header > .container .sidebarCtrl {
    display: block !important;
  }
}
.header > .container {
  max-width: 1200px;
  overflow: visible;
  position: relative;
}
.header > .container .sidebarCtrl {
  display: none;
  left: 0px;
  z-index: 999;
}
.header > .container .sidebarCtrl span {
  position: absolute;
  background: #1579a9;
  width: 50%;
  height: 4px;
  top: 35%;
  left: 50%;
  margin-left: -25%;
  display: block;
}
.header > .container .sidebarCtrl span:nth-child(2) {
  top: 50%;
}
.header > .container .sidebarCtrl span:nth-child(3) {
  top: 65%;
}
.header > .container .searchCtrl {
  display: none;
  right: 0px;
  font-size: 0;
}
.header > .container .searchCtrl:before {
  width: 40px;
  height: 40px;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 32px;
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  z-index: 999;
}
.header h1 {
  float: left;
  width: 402px;
  height: 73px;
  margin: -20px 0 0 20px;
  padding: 0;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
}
.header h1 a {
  display: inline-block;
}
.header h1 img {
  display: block;
  max-width: 402px;
  max-height: 73px;
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 2px 60px;
    width: 100%;
    text-align: center;
    height: 60px;
    margin: 0;
  }
  .header h1 img {
    width: auto;
    height: auto;
    max-height: 54px;
    margin: 0px auto;
    transform: scale(0.8);
  }
}
@media (max-width: 400px) {
  .header h1 {
    padding: 0;
  }
  .header h1 img {
    transform: scale(0.7);
  }
}
.header .navigation {
  clear: both;
  zoom: 1;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 99;
}
.header .navigation:before, .header .navigation:after {
  content: "";
  display: table;
}
.header .navigation:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation ul {
  float: right;
  padding: 0;
  margin: 0 170px 0 0;
  font-size: 0.938em;
  list-style: none;
}
.header .navigation ul.left_nav {
  float: left;
  margin-left: 2em;
}
.header .navigation li {
  float: left;
  margin: 0 0.4em 0 0.5em;
  color: #fff;
  position: relative;
  font-size: 0.938em;
}
@media screen and (max-width: 991px) {
  .header .navigation li {
    margin: 0 0.3em 0 0.4em;
  }
}
.header .navigation li:before {
  content: "|";
  width: 1px;
  height: 10px;
  color: #777;
  position: absolute;
  top: 5px;
  left: -7px;
}
.header .navigation li:first-child:before {
  content: "";
}
.header .navigation li a {
  display: inline-block;
  padding: 0.4em;
  text-decoration: none;
  color: #777;
}
.header .navigation li a:hover, .header .navigation li a:focus {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .header .navigation li a {
    padding: 0.4em 0.3em;
  }
}

.font_size {
  position: absolute;
  z-index: 99;
  top: 0px;
  right: 10px;
  color: #333;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .font_size {
    display: none;
  }
}
.font_size span {
  float: left;
  color: #333;
  padding: 0.4em 0;
  font-size: 0.938em;
}
.font_size ul {
  margin: 5px 0 0;
  padding: 0;
  float: left;
}
.font_size ul li {
  float: left;
  list-style: none;
  margin-left: 3px;
}
.font_size ul li a {
  display: block;
  padding: 0.1em 0.4em;
  color: #fff;
  background-color: #666;
}
.font_size ul li a:hover, .font_size ul li a:focus, .font_size ul li a.active {
  background-color: #1579a9;
}
.font_size ul li a.small {
  font-size: 0.938em;
}
.font_size ul li a.large {
  font-size: 1.125em;
}

.search {
  min-width: 25%;
  max-width: 50%;
  float: right;
  vertical-align: middle;
  padding: 0em 0.3em 0em;
  box-sizing: border-box;
}
.search label {
  font-size: 0em;
}
.search .form_inline {
  text-align: right;
}
.search .form_grp {
  margin-bottom: 0;
  margin-right: 0 !important;
}
.search .form_grp input {
  margin: -0.2em 0 0;
  padding: 7px 35px 7px 7px;
  border-radius: 0;
  background-color: #e1dfd6;
}
.search .form_grp input[type=submit] {
  font-size: 0em;
  width: 30px !important;
  height: 34px;
  max-width: inherit;
  min-width: inherit;
  background: url(../images/basic/icon_search2.png) no-repeat center center;
  background-size: 20px;
  border: none;
  display: inline-block;
  background-color: #1579a9;
  margin-left: -40px !important;
  margin-top: -3px !important;
  opacity: 1;
}
.search .form_grp input[type=submit]:hover, .search .form_grp input[type=submit]:focus {
  opacity: 1;
  background-color: #0f597c;
  box-shadow: 0 0px 0px 2px #ffbe00;
}
.search .btn_grp {
  padding: 0.2em;
  margin-bottom: 0;
}
.search .btn_grp input, .search .btn_grp input[type=submit] {
  margin: -3px 0 0 0 !important;
  padding: 0.45em 1em 0.35em !important;
  font-size: 0.875em;
  background-color: #c94c00;
  border: 1px solid #c94c00;
  border-radius: 0;
}
.search .btn_grp input:hover, .search .btn_grp input:focus, .search .btn_grp input[type=submit]:hover, .search .btn_grp input[type=submit]:focus {
  background-color: #963900;
  box-shadow: 0 0px 0px 2px #ffbe00;
}
.search .keywordHot {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 0.1em 0 0.3em;
}
.search .keywordHot ul {
  display: inline-block;
  font-size: 0.813em;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
}
.search .keywordHot ul li {
  margin: 0 0.6em 0 0;
  padding: 0;
  display: inline-block;
}
.search .keywordHot ul a:hover, .search .keywordHot ul a:focus {
  text-decoration: underline;
}
.search.m_search {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto;
  padding: 0.2em 0.3em 0.5em;
  display: block;
  height: auto;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 999;
  background: #1579a9;
}
.search.m_search label {
  font-size: 0em;
  line-height: 0;
}
.search.m_search .form_grp {
  width: 75%;
  height: auto;
  padding: 0 0 0 5% !important;
  margin-top: 0;
  text-align: right;
  float: left;
  height: 50px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 400px) {
  .search.m_search .form_grp {
    width: 60%;
  }
}
.search.m_search .form_grp input {
  width: 100%;
  margin: -0.2em 0 0;
  padding: 0.5em 45px 0.4em 0.5em;
}
.search.m_search .form_grp input[type=submit] {
  font-size: 0em;
  width: 36px !important;
  height: 36px;
  padding: 0;
  max-width: inherit;
  min-width: inherit;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 24px;
  border: none;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 22px;
  opacity: 0.8;
}
.search.m_search .form_grp input[type=submit]:hover, .search.m_search .form_grp input[type=submit]:focus {
  opacity: 1;
}
.search.m_search .btn_grp {
  display: inline-block;
  padding: 0.2em;
  margin-bottom: 0;
  width: 20%;
  margin-top: 20px;
  margin-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 400px) {
  .search.m_search .btn_grp {
    margin-right: 40px;
  }
}
.search.m_search .btn_grp input {
  width: 80% !important;
  padding: 0.45em 1em 0.35em !important;
  margin: 0;
}
.search.m_search .keywordHot {
  padding-left: 5%;
  margin-top: 10px;
  clear: both;
  zoom: 1;
}
.search.m_search .keywordHot:before, .search.m_search .keywordHot:after {
  content: "";
  display: table;
}
.search.m_search .keywordHot:after {
  clear: both;
}
.search.m_search .keywordHot a {
  color: #FFF;
}
.search.m_search .keywordHot a:hover, .search.m_search .keywordHot a:focus {
  color: #1579a9;
}

@media (min-width: 768px) {
  .menu {
    clear: both;
    zoom: 1;
    width: 100%;
    margin: 0px 0 0;
    padding: 0;
    text-align: center;
    clear: both;
    z-index: 9999;
    position: relative;
    background-color: #1579a9;
  }
  .menu:before, .menu:after {
    content: "";
    display: table;
  }
  .menu:after {
    clear: both;
  }
  .menu ul a:focus {
    background-color: #0f597c;
    color: #fff;
  }
  .menu ul ul {
    display: none;
    overflow: visible;
    width: 100%;
    background-color: #f1f2f3;
    position: absolute;
    top: auto;
    left: 0;
    text-align: left;
    margin-top: 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 8px 12px;
    padding: 20px;
    z-index: 9999;
    box-sizing: border-box;
  }
  .menu ul ul li {
    position: relative;
    display: inline-block;
    width: 23%;
    vertical-align: top;
    margin: 0 0px 15px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu ul ul li {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .menu ul ul li > a {
    padding: 8px 8px 8px 20px;
    color: #fff;
    background-color: #1579a9;
    display: block;
  }
  .menu ul ul li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #528124;
  }
  .menu ul ul li ul {
    display: block;
    overflow: visible;
    width: 100%;
    position: relative;
    top: auto;
    left: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .menu ul ul li ul li {
    display: block;
    width: 100%;
    margin: 0;
    border: none;
  }
  .menu ul ul li ul li a {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px #999 dotted;
    background-image: url(../images/icon02.png);
    background-repeat: no-repeat;
    background-position: 20px 15px;
    padding: 8px 8px 8px 30px;
    color: #666;
    font-size: 0.938em;
    background-color: #fff;
  }
  .menu ul ul li ul li a:hover {
    background-color: #ccc;
    color: #000;
  }
  .menu ul ul li ul li.more {
    text-align: center;
  }
  .menu ul ul li ul li.more a {
    background-image: none;
    text-align: center;
    background-color: #999;
    color: #fff;
    border: none;
    padding: 3px 0;
    width: 80px;
    border-radius: 50px;
    margin: 10px auto;
    font-size: 0.813em;
  }
  .menu ul ul li ul li.more a:focus {
    outline: 3px solid #c94c00;
  }
  .menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    line-height: 18px;
    display: inline-block;
  }
  .menu > ul a {
    display: block;
    color: #000;
    transition: all 0.2s;
    outline: none;
    text-decoration: none;
  }
  .menu > ul > li {
    margin: 0px;
    padding: 0;
    display: inline-block;
    font-size: 1.125em;
  }
  .menu > ul > li > a {
    color: #fff;
    padding: 11px 18px;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu > ul > li > a {
    padding: 11px 12px;
  }
}
@media (min-width: 768px) {
  .menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    top: 12px;
    left: 0px;
    background-color: #106289;
  }
  .menu > ul > li > a:hover {
    color: #fff;
    background-color: #0f597c;
  }
  .menu > ul > li > a:focus {
    color: #fff;
    background-color: #0f597c;
  }
  .menu > ul > li:hover > a {
    color: #fff;
    background-color: #0f597c;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Stops scrolling immediately */
  z-index: 99999999;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto;
}
.sidebar > .menu_overlay {
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  z-index: 9;
  display: none;
}
.sidebar .m_area {
  width: 280px;
  padding-top: 3em;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 3em;
  height: 100%;
  background: #1579a9;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  -webkit-overflow-scrolling: auto;
}
.sidebar .m_area:before {
  content: "";
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  width: 100%;
  height: 3em;
  background: #1579a9;
  padding: 0 1em;
  line-height: 3em;
  box-sizing: border-box;
}
.sidebar .m_area .menu {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  margin-bottom: 1em;
  background: #CCC;
}
.sidebar .m_area .menu ul {
  margin: 0;
  padding: 0;
}
.sidebar .m_area .menu ul li {
  display: block;
  float: none;
  width: 100%;
}
.sidebar .m_area .menu ul li ul {
  background: #FFF;
}
.sidebar .m_area .menu ul li > a {
  padding: 1em 1em;
  background: #FFF;
  border-bottom: 1px solid #CCC;
}
.sidebar .m_area .menu ul li.hasChild > a {
  padding: 1em 1em !important;
  color: #222;
  background: #eee;
  padding-right: 36px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.sidebar .m_area .menu ul li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 20px;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #222;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: 0.3s;
}
.sidebar .m_area .menu ul li li {
  background: #fff;
}
.sidebar .m_area .menu ul li li > a {
  padding: 0.5em 1em 0.5em 2em !important;
  background: rgba(0, 0, 0, 0.05);
  background-color: #cff;
  color: #000;
}
.sidebar .m_area .menu ul li li > a:hover, .sidebar .m_area .menu ul li li > a:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.15);
}
.sidebar .m_area .menu ul li li.hasChild > a {
  background-color: #cff;
  color: #000;
  padding: 0.5em 1em 0.5em 2em !important;
  position: relative;
  padding-right: 36px;
}
.sidebar .m_area .menu ul li li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 20px;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #222;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: 0.3s;
}
.sidebar .m_area .menu ul li li li {
  background: #fff;
}
.sidebar .m_area .menu ul li li li > a {
  padding: 0.5em 1em 0.5em 3em !important;
  background: rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #000;
}
.sidebar .m_area .menu ul li li li > a:hover, .sidebar .m_area .menu ul li li li > a:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.15);
}
.sidebar .m_area .menu ul li li li > a:after {
  display: none;
}
.sidebar .m_area .menu ul li li li.hasChild > a {
  background-color: #fff;
  color: #000;
  padding: 0.5em 1em 0.5em 2em !important;
  position: relative;
  padding-right: 36px;
}
.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 .navigation {
  position: relative;
  text-align: left;
  display: block;
}

.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;
  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);
  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: #0a384e;
}

.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;
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
footer {
  box-sizing: border-box;
  text-align: left;
  font-size: 0.938em;
}
footer .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #626262;
}
footer .container > div {
  padding-bottom: 1em;
}
footer a {
  text-decoration: underline;
  color: #ffdf80;
}
footer a:hover, footer a:focus {
  color: #ffdf80;
  text-decoration: none;
}
footer .footer_qq {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer_qq {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  footer .footer_qq {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  footer .footer_qq {
    float: left;
    width: 8.3333333333%;
  }
}
footer .footer_info {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer_info {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  footer .footer_info {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  footer .footer_info {
    float: left;
    width: 66.6666666667%;
  }
}
footer .footer_icon {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer_icon {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  footer .footer_icon {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  footer .footer_icon {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  footer .footer_info {
    padding-left: 40px;
  }
}
footer .footer_link {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  zoom: 1;
  margin: 0;
}
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: 0px 15px 5px 0px;
  position: relative;
}
footer .footer_link li a {
  display: block;
  padding: 0;
  color: #fff;
  background-color: transparent;
}
footer .footer_link li a:hover, footer .footer_link li a:focus {
  text-decoration: underline;
}
footer .footer_link li:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  right: -7px;
  top: 5px;
}
footer .footer_link li:last-child:before {
  display: none;
}
footer p {
  line-height: 1.65em;
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
}
footer .Copyright {
  padding: 0;
  margin: 0;
}
footer .update,
footer .counter {
  display: inline-block;
  margin-right: 5px;
}
footer .update em,
footer .counter em {
  font-style: normal;
  color: #049ba1;
  padding: 0 0.5em;
}
footer .image {
  float: left;
  margin-right: 10px;
}
footer .footer_icon ul {
  margin: 0;
  padding: 0;
}
footer .footer_icon ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
footer .footer_icon ul li a {
  display: block;
}
footer .footer_icon ul li a:focus {
  box-shadow: 0 0px 0px 3px #ffbe00;
}
footer .footer_icon a {
  display: inline-block;
  vertical-align: top;
}
footer .footer_icon img {
  max-width: 120px;
}

.fatfooter {
  clear: both;
  zoom: 1;
}
.fatfooter:before, .fatfooter:after {
  content: "";
  display: table;
}
.fatfooter:after {
  clear: both;
}
.fatfooter nav {
  max-width: 100%;
}
.fatfooter nav > ul > li {
  margin-left: -4px;
  box-sizing: border-box;
  width: 14%;
}
@media screen and (max-width: 991px) {
  .fatfooter nav > ul > li {
    width: 14%;
  }
}
@media screen and (max-width: 767px) {
  .fatfooter nav > ul > li {
    width: 95%;
    margin: 0px auto 3px;
  }
}
@media screen and (max-width: 991px) {
  .fatfooter nav {
    max-width: 100%;
  }
  .fatfooter nav > ul > li {
    margin-left: -4px;
    box-sizing: border-box;
    width: 25%;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .fatfooter nav > ul > li {
    width: 25%;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .fatfooter nav > ul > li {
    width: 95%;
    margin: 0px auto 3px;
  }
}
@media (max-width: 767px) {
  .fatfooter {
    display: none;
  }
}

.fatfooter {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
}
.fatfooter .container {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #727272;
}
.fatfooter a.accesskey {
  padding-top: 3em;
  padding-bottom: 10px;
  color: #666 !important;
}
.fatfooter a.accesskey:focus {
  color: #fff !important;
}
.fatfooter .btn-fatfooter {
  font-size: 0.813em;
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #333;
  border: none;
  background: #434343;
  position: absolute;
  top: -50px;
  left: 47%;
  z-index: 9;
  text-indent: -9999px;
  border-radius: 50%;
}
.fatfooter .btn-fatfooter:before {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #FFF;
  content: "";
  transform: rotate(-45deg);
  top: 70%;
  left: 50%;
  border-left: none;
  border-bottom: none;
  margin-left: -8px;
  transition: 0.3s ease-out;
}
.fatfooter .btn-fatfooter.close:before {
  top: 60%;
  transform: rotate(135deg);
}
.fatfooter .btn-fatfooter:hover, .fatfooter .btn-fatfooter:focus {
  background: #434343;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: 3px solid #c94c00;
}
.fatfooter nav {
  clear: both;
  color: #fff;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 70px 30px 30px;
  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;
  text-align: left;
  font-size: 1.125em;
  vertical-align: top;
  padding-top: 2px;
  line-height: 2.6em;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .fatfooter nav ul li {
    display: block;
  }
}
.fatfooter nav ul li a {
  color: #333;
  text-align: left;
  line-height: 1.65em;
  display: block;
  font-weight: 400;
  padding: 1% 5%;
  text-decoration: underline;
  color: #fff;
}
.fatfooter nav ul li a:hover, .fatfooter nav ul li a:focus {
  color: #333;
  text-decoration: none;
  background: #ffbe00;
  border: none;
  outline: none;
  border-radius: 3px;
}
.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: 5px 2px;
  border: none;
  background: none;
  width: 100%;
  font-size: 0.875em;
}
.fatfooter nav ul li ul li a {
  display: block;
  color: #fff;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  font-size: 0.938em;
  font-weight: normal;
  line-height: 1.4em;
  padding: 3px 8px;
  background: none;
  box-sizing: border-box;
  border-bottom: none;
}
.fatfooter nav ul li ul ul {
  display: none;
}
.fatfooter .share_fatfoot {
  text-align: right;
  margin-top: 20px;
}
.fatfooter .share_fatfoot ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fatfooter .share_fatfoot ul li {
  display: inline-block;
}

.function {
  margin: 0px 0 10px;
  overflow: hidden;
  float: right;
  box-sizing: border-box;
}
.function ul {
  padding: 0;
  margin: 0;
}
.function ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 3px 3px 0;
}
.function ul li button,
.function ul li a {
  font-size: 0.938em;
  display: block;
  padding: 0.1em 1em 0.1em 2em;
  background-color: #6c6c6c;
  color: #FFF;
  background-repeat: no-repeat;
  background-position: 7px 10px;
  border-radius: 4px;
  text-decoration: none;
}
.function ul li button:hover, .function ul li button:focus,
.function ul li a:hover,
.function ul li a:focus {
  background-color: #535353;
  background-repeat: no-repeat;
  background-position: 7px 10px;
}
.function ul li.back a {
  background-image: url(../images/function_back.png);
}
.function ul li.print a {
  background-image: url(../images/function_print.png);
}
.function ul li.forward a {
  background-image: url(../images/function_forward.png);
}

.quickLink {
  float: none;
  clear: both;
  margin: 20px 0;
  text-align: right;
  float: right;
}

.quickLink ul {
  margin: 0px;
  padding: 0px;
}

.quickLink ul li {
  display: inline;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-image: none;
}

.quickLink ul li a.back {
  background-image: url(../images/back.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding: 0 0 0 20px;
  display: inline;
  color: #333;
  text-decoration: none;
}

.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;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 1px 1px 35px RGBA(0, 0, 0, 0.75);
  animation: scaleUp 0.3s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #1579a9;
  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(../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;
}

/*pagination*/
.pagination {
  margin: 10px auto 5px;
  padding: 0px;
  display: block;
  text-align: center;
  clear: both;
  font-size: 0.938em;
  clear: both;
  zoom: 1;
}
.pagination:before, .pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination span {
  color: #1579a9;
  margin: 0px 0.5em;
}
.pagination .page {
  margin: 0px 0;
  padding: 0;
}
.pagination .page li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px 5px;
  list-style: none;
  box-sizing: border-box;
}
.pagination .page li a {
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 800;
  display: block;
  white-space: nowrap;
  color: #333;
  background-color: rgb(247, 247, 247);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#FFF7F7F7", endColorstr="#FFEAEAEA");
  background-image: -owg-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(234, 234, 234) 100%);
  background-image: linear-gradient(top, rgb(247, 247, 247) 0%, rgb(234, 234, 234) 100%);
  border: #ccc solid 1px;
}
.pagination .page li a:hover, .pagination .page li a:focus {
  background: #1579a9;
  color: #fff !important;
  border: #1579a9 solid 1px;
}
.pagination .page li.active a {
  color: #fff !important;
  background: #1579a9;
  border: #1579a9 solid 1px;
}
.pagination .page li.first a, .pagination .page li.prev a, .pagination .page li.next a, .pagination .page li.last a {
  background-image: url(../images/pageBtn.png);
  background-repeat: no-repeat;
  background-size: 53px;
  background-color: #eee;
  height: 37px;
  width: 40px;
  border: 1px solid #bbb;
  font-size: 0;
  margin: 0;
  padding: 12px 10px 0;
  box-sizing: border-box;
}
.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-color: #ffc;
}
.pagination .page li.first.first a, .pagination .page li.prev.first a, .pagination .page li.next.first a, .pagination .page li.last.first a {
  background-position: 8px -53px;
}
.pagination .page li.first.prev a, .pagination .page li.prev.prev a, .pagination .page li.next.prev a, .pagination .page li.last.prev a {
  background-position: 8px 7px;
}
.pagination .page li.first.next a, .pagination .page li.prev.next a, .pagination .page li.next.next a, .pagination .page li.last.next a {
  background-position: -20px 7px;
}
.pagination .page li.first.last a, .pagination .page li.prev.last a, .pagination .page li.next.last a, .pagination .page li.last.last a {
  background-position: -20px -53px;
}

.pagination .total {
  padding: 5px;
}
.pagination .total select {
  margin: 0px 0.5em;
}
@media screen and (max-width: 767px) {
  .pagination .total select {
    margin: 0px;
  }
}
.pagination .total .btn {
  min-width: auto;
  padding: 0.4em 1em !important;
}

@media (max-width: 767px) {
  .pagination .total select.form-control {
    margin: 0px 0px;
    text-align: center;
  }
  .pagination .form_inline {
    display: none;
  }
}
/*----------------------------------------------------條件查詢 */
.condition {
  float: right;
  margin: 0px 0 1em;
  background-color: #fff;
}
.condition a {
  display: inline-block;
  padding: 8px 6px 8px 30px;
  background: url(../images/search_icon.png) no-repeat 8px 10px;
  line-height: 110%;
  border: 1px solid #fff !important;
  text-decoration: none;
  color: #666;
}
.condition a:hover {
  border-color: #bbb !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 4px;
  color: #333;
  background-color: #fff;
}

.thumbnail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  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.3333333333%;
  }
}
@media (min-width: 1200px) {
  .thumbnail {
    float: left;
    width: 33.3333333333%;
  }
}
.thumbnail a {
  display: block;
  border-radius: 5px;
  border: 1px solid #DDD;
  padding: 0.5em;
}
.thumbnail a:hover, .thumbnail a:focus {
  border: 1px solid #1579a9;
}
.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: left;
  box-sizing: border-box;
  margin: 1em auto 1em;
}
.category ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.category ul li {
  margin: 0px 5px 5px 0px;
  display: block;
  float: left;
}
.category a {
  background: #fff;
  padding: 0.4em 1em;
  display: block;
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 4px;
}
.category a:hover, .category a:focus, .category a.active {
  background: #1579a9;
  color: #fff;
}

.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: 0.938em;
  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: 0.938em;
  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;
  transform: translate(-50%, -50%);
}

.share {
  margin: 0px;
  float: left;
  width: 240px;
  box-sizing: border-box;
}
.share span {
  float: left;
  margin: 7px 10px 0 0;
}
.share ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.share ul li {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: left;
  margin: 0px 0px 3px;
}
@media screen and (max-width: 991px) {
  .share ul li {
    margin: 0px 1px 2px;
    width: 30px;
    height: 30px;
  }
}
.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;
  box-sizing: border-box;
  border-radius: 4px;
}
*[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;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
*[class^=notice] a.close:hover, *[class^=notice] a.close:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
*[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(../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(../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(../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(../images/basic/icon_error.svg) no-repeat center center;
  background-size: 15px;
}

body {
  font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
}
body.noscroll {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden !important;
}

.wrapper {
  width: 100%;
  margin: 0px auto;
  background-color: #bfbfbf;
}

.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 980px;
  }
}

.main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-color: #bfbfbf;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 60px;
  }
}
.main h2 {
  line-height: 1.25em;
  margin-bottom: 20px;
  color: #333;
  font-weight: 400;
  font-size: 1.25em;
  padding: 10px 15px;
}
.main.medium_size {
  font-size: 1.125em;
}
.main.large_size {
  font-size: 1.25em;
}

.innerpage .center_block h2 {
  color: #fff !important;
  background-color: #528124;
  border-radius: 5px;
}

.more {
  text-align: right;
  float: right;
}
.more a {
  display: inline-block;
  background-color: #ddd;
  color: #333;
  width: auto;
  padding: 0.3em 2em;
  text-align: center;
  border-radius: 5px;
  font-size: 0.938em;
  transition: all, 0.3s, ease-out;
}
.more a:hover, .more a:focus {
  background-color: #ccc;
}

a:focus {
  outline: none;
  box-shadow: 0 0px 0px 3px #ffbe00 inset;
}
@media screen and (max-width: 767px) {
  a:focus {
    box-shadow: none;
  }
}

.slick-dots li button {
  min-width: 12px;
}

a {
  cursor: pointer;
}

.hidden {
  display: none;
}

.section {
  padding: 0em;
}
.section [class^=col] {
  box-sizing: border-box;
}
.section + .section {
  padding-top: 0;
}
.col-12 .container {
  max-width: 1200px;
}
.col-12 .col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@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: 1200px) {
  .col-12 .col {
    float: left;
    width: 100%;
  }
}

.col-3 .col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-3 .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-3 .col {
    float: left;
    width: 25%;
  }
}

.news .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.news .col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .news .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .news .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .news .col {
    float: left;
    width: 33.3333333333%;
  }
}

.col-6 {
  clear: both;
  zoom: 1;
}
.col-6:before, .col-6:after {
  content: "";
  display: table;
}
.col-6:after {
  clear: both;
}
.col-6 .col {
  float: left;
  width: 100%;
}
@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: 1200px) {
  .col-6 .col {
    float: left;
    width: 50%;
  }
}

.col-8-4 .news {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-8-4 .news {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .news {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-8-4 .news {
    float: left;
    width: 66.6666666667%;
  }
}
.col-8-4 .video {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-8-4 .video {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .video {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-8-4 .video {
    float: left;
    width: 33.3333333333%;
  }
}

.col-3-3-3 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-3-3 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-3-3-3 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-3-3-3 .col {
    float: left;
    width: 33.3333333333%;
  }
}
.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: #1579a9;
}

.col-1-2-1 .col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  min-height: 250px;
}
@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: 1200px) {
  .col-1-2-1 .col {
    float: left;
    width: 25%;
  }
}
.col-1-2-1 .col:nth-child(2) {
  float: left;
  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: 1200px) {
  .col-1-2-1 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}

.col-5 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
.col-5 .col:first-child {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}

.innerpage > .container {
  z-index: 99;
}
.innerpage .mainleftblock {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  float: left;
  width: 0%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .innerpage .mainleftblock {
    float: left;
    width: 0%;
  }
}
@media (min-width: 992px) {
  .innerpage .mainleftblock {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .innerpage .mainleftblock {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .innerpage .mainleftblock {
    display: none;
  }
}
.innerpage .center_block {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .innerpage .center_block {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .innerpage .center_block {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .innerpage .center_block {
    float: left;
    width: 75%;
  }
}
@media screen and (max-width: 991px) {
  .innerpage .center_block {
    padding: 0;
    position: relative;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}

.submenu {
  position: relative;
  margin: 20px 0 25px 0;
  padding: 0;
  background: rgb(227, 237, 242);
  background: linear-gradient(45deg, rgb(227, 237, 242) 0%, rgb(210, 226, 233) 100%);
}
.submenu .title {
  font-size: 1.375em;
  background-color: #1579a9;
  color: #fff;
  padding: 15px 10px;
  position: relative;
  margin: 0 0 5px;
  text-align: center;
  border-bottom: 2px solid #ccc;
}
.submenu ul {
  margin: 0;
  padding: 15px 20px;
}
.submenu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.063em;
}
.submenu ul li a {
  border-bottom: 1px solid #fff;
  color: #000;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  transition: all, 0.5s, ease;
}
.submenu ul li a:hover, .submenu ul li a:focus {
  background-color: #fff;
  text-decoration: none;
  color: #0b3f57;
}
.submenu ul li:last-child a {
  border-bottom: none;
}

.np,
.lp,
.cp,
.ap,
.forwardForm,
.qp,
.sitemap {
  clear: both;
}

.agency_inblock {
  margin: 0;
  padding: 0;
}
.agency_inblock .title {
  font-size: 1.375em;
  background-color: #999;
  color: #fff;
  padding: 12px 10px;
  position: relative;
  margin: 0 0 0px 0;
  text-align: center;
}
.agency_inblock ul {
  margin: 15px 0;
  padding: 0;
}
.agency_inblock ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
.agency_inblock ul li a {
  padding: 8px 5px;
  display: flex;
  background-color: #e1e1e1;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.agency_inblock ul li a:hover {
  background-color: #c94c00;
}
.agency_inblock ul li a img {
  width: 200px;
  height: 60px;
}

.hidden {
  display: none;
}

.marquee_block {
  position: relative;
}
.marquee_block .container {
  padding-left: 130px;
  position: relative;
  padding-right: 30px;
  box-sizing: border-box;
  background-color: #fff9bf;
}
@media screen and (max-width: 767px) {
  .marquee_block .container {
    padding-left: 120px;
  }
}

.announcement {
  position: absolute;
  left: 20px;
  top: 15px;
  background-color: #c94c00;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.938em;
  display: inline-block;
}
.announcement:after {
  content: "";
  border: 7px solid #c94c00;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: -13px;
  top: 11px;
}
@media screen and (max-width: 767px) {
  .announcement {
    left: 15px;
  }
}

.marquee {
  overflow: hidden;
  padding: 20px 0;
}

.marqueeOuter {
  display: flex;
}

.marqueeBox {
  padding: 0 0 1px;
  display: flex;
}

.marqueeItem {
  margin: 0 80px 0 0;
  white-space: nowrap;
  font-size: 1.125em;
}
.marqueeItem a {
  color: #333;
  padding: 5px;
  font-weight: bolder;
}
.marqueeItem a:hover, .marqueeItem a:focus {
  color: #e40505;
}
.marqueeItem a:focus {
  box-shadow: 0 0px 0px 3px #c94c00 inset;
}
.marqueeItem a span {
  background-color: #c94c00;
  color: #fff;
  padding: 5px 10px;
  margin-right: 1em;
  border-radius: 5px;
  font-size: 0.938em;
  display: inline-block;
  position: relative;
}
.marqueeItem a span:after {
  content: "";
  border: 7px solid #c94c00;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: -13px;
  top: 11px;
}

.block02 {
  z-index: 99;
}
.block02 .col:first-child .more {
  display: none;
}

.col-8-4 .container {
  padding-top: 10px;
}
.col-8-4 .bigbannerblock {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-8-4 .bigbannerblock {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .bigbannerblock {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-8-4 .bigbannerblock {
    float: left;
    width: 66.6666666667%;
  }
}
.col-8-4 .fbblock {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-8-4 .fbblock {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .fbblock {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-8-4 .fbblock {
    float: left;
    width: 33.3333333333%;
  }
}

.fbblock {
  height: 300px;
  width: 95%;
}
@media screen and (max-width: 991px) {
  .fbblock {
    height: auto;
    margin: 40px auto 0;
  }
}
.fbblock .fb-page {
  width: 100%;
}
.fbblock .fbfan {
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .fbblock .fbfan {
    margin: 0;
  }
}
.fbblock .fbfan h2 {
  color: #1579a9;
  font-weight: 400;
  text-align: left;
  border-bottom: 8px solid #1579a9;
  background-color: transparent;
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 1.75em;
}
.fbblock .fbfan .fbfan_content {
  background-image: url("../images/fbfan.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-size: 100%;
  width: 100%;
  background-color: #7fcff4;
  height: 240px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .fbblock .fbfan .fbfan_content {
    height: 240px;
  }
}
@media screen and (max-width: 991px) {
  .fbblock .fbfan .fbfan_content {
    width: 400px;
    height: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .fbblock .fbfan .fbfan_content {
    width: auto;
    height: 260px;
  }
}
.fbblock .fbfan .fbfan_content div {
  flex: 0 0 auto;
  flex-basis: 60px;
  width: 60px;
  height: 60px;
  margin: 0 8px 20px;
}
.fbblock .fbfan .fbfan_content div a {
  display: block;
}
.fbblock .fbfan .fbfan_content div a img {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
}
.fbblock .fbfan .fbfan_content p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .fbblock .fbfan .fbfan_content p {
    text-align: center;
  }
}

.block03 {
  margin: 0;
  position: relative;
  z-index: 99;
}
.block03 > .container {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block03 > .container .news h2 {
  color: #8500e2;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.1em;
  border-bottom: 8px solid #8500e2;
  background-color: transparent;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
.block03 > .container .news h2.no02 {
  color: #1579a9;
  border-bottom-color: #1579a9;
}
.block03 > .container .news h2.no03 {
  color: #528124;
  border-bottom-color: #528124;
}
.block03 > .container .news h2.no04 {
  color: #c94c00;
  border-bottom-color: #c94c00;
}
.block03 > .container .news ul {
  margin: 0 0 10px;
  padding: 0;
}
.block03 > .container .news ul li {
  list-style-type: none;
  border-bottom: 1px dotted #666;
  font-size: 0.938em;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .block03 > .container .news ul li {
    height: auto;
  }
}
.block03 > .container .news ul li a {
  display: block;
  padding: 6px 0 6px 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 69px;
}
.block03 > .container .news ul li a span {
  margin-left: -80px;
  margin-right: 10px;
  color: #666;
}
.block03 > .container .news .more a {
  background-image: url("../images/nav_icon02_01.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  color: #333;
  background-color: transparent;
  padding: 0px 0 0 25px;
}
.block03 > .container .news .more a:hover {
  color: #eb0202;
}

.block04 .service {
  background-color: #ebebeb;
  padding: 0 20px 20px;
  overflow: hidden;
  margin-top: 20px;
}
.block04 .service ul {
  margin: 0 20px;
  padding: 0;
}
.block04 .service ul li {
  float: left;
  list-style-type: none;
  width: 24%;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .block04 .service ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .block04 .service ul li {
    width: 32%;
  }
  .block04 .service ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .block04 .service ul li {
    width: 48%;
  }
  .block04 .service ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .block04 .service ul li {
    width: 100%;
    margin-right: 0;
  }
}
.block04 .service ul li img {
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}
.block04 .service ul li a {
  vertical-align: middle;
  overflow: hidden;
  display: table-cell;
  padding: 0;
  height: 50px;
  width: 240px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 55px;
}
.block04 .service ul li a:hover {
  color: #b80202;
}
.block04 .service ul li a.no01 {
  background-image: url("../images/business_icon01.png");
}
.block04 .service ul li a.no02 {
  background-image: url("../images/business_icon02.png");
}
.block04 .service ul li a.no03 {
  background-image: url("../images/business_icon03.png");
}
.block04 .service ul li a.no04 {
  background-image: url("../images/business_icon04.png");
}
.block04 .service ul li a.no05 {
  background-image: url("../images/business_icon05.png");
}
.block04 .service ul li a.no06 {
  background-image: url("../images/business_icon06.png");
}
.block04 .service ul li a.no07 {
  background-image: url("../images/business_icon07.png");
}
.block04 .service ul li a.no08 {
  background-image: url("../images/business_icon08.png");
}
.block04 .service .more {
  clear: both;
}

.block05 .col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .block05 .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .block05 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .block05 .col {
    float: left;
    width: 33.3333333333%;
  }
}
.block05 .theme,
.block05 .movieblock,
.block05 .related_links {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.block05 .theme h2,
.block05 .movieblock h2,
.block05 .related_links h2 {
  background-image: url("../images/ad_h2bg.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}
.block05 .theme h2 span,
.block05 .movieblock h2 span,
.block05 .related_links h2 span {
  background-color: #fff;
  padding: 3px 10px 2px 0;
}
.block05 .theme ul li a,
.block05 .movieblock ul li a,
.block05 .related_links ul li a {
  display: block;
}
.block05 .theme ul li a:focus,
.block05 .movieblock ul li a:focus,
.block05 .related_links ul li a:focus {
  box-shadow: 0 0px 0px 3px #ffbe00;
}
.block05 .theme ul {
  margin: 0 0 15px;
  padding: 0;
}
.block05 .theme ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.block05 .theme ul li img {
  width: 140px;
  height: 46px;
}
@media screen and (max-width: 991px) {
  .block05 .theme ul li {
    margin: 0 3px 5px;
  }
  .block05 .theme ul li img {
    width: 130px;
    height: 46px;
  }
}
.block05 .movieblock .move {
  width: 330px;
  height: 215px;
  margin: 0 auto 25px;
}
.block05 .movieblock .move iframe {
  width: 100%;
  height: 100%;
}
.block05 .related_links ul {
  margin: 0 20px 15px;
  padding: 0;
  text-align: left;
}
.block05 .related_links ul li {
  list-style-type: none;
  margin: 0 10px 10px 0;
  width: 45%;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .block05 .related_links ul li {
    width: auto;
    display: block;
  }
}
.block05 .related_links ul li a {
  background-image: url("../images/statistics_icon01.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding: 3px 5px 3px 15px;
  display: block;
}

.block06 h2 {
  background-image: url("../images/ad_h2bg.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}
.block06 h2 span {
  background-color: #fff;
  padding: 3px 10px 2px 0;
}
.block06 .more {
  margin-bottom: 20px;
}

.adSlider {
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .adSlider {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.adSlider .img-container {
  width: 165px;
  height: 55px;
  margin: 2px 15px;
}
.adSlider .img-container a {
  display: block;
  text-align: center;
}
.adSlider .img-container a img {
  margin: 0 auto;
  width: 100%;
}

.block07 {
  /*-機關宣導圖像化資訊*/
}
.block07 .business2 {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.block07 .business2 h2 {
  background-image: url("../images/ad_h2bg.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}
.block07 .business2 h2 span {
  background-color: #fff;
  padding: 3px 10px 2px 0;
}
.block07 .business2 .imagedata {
  background-color: #00a4ca;
  text-align: center;
  padding: 25px 0 10px;
  background-image: url("../images/imagedata_bg01.jpg");
  background-repeat: no-repeat;
  background-position: center -50px;
  margin: 0 0 15px 0;
}
@media (max-width: 480px) {
  .block07 .business2 .imagedata .title img {
    width: 90%;
  }
}
.block07 .business2 .imagedata ul {
  margin: 0 0 0 120px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .block07 .business2 .imagedata ul {
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .block07 .business2 .imagedata ul {
    margin: 270px auto 0;
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .block07 .business2 .imagedata ul {
    width: 80%;
  }
}
.block07 .business2 .imagedata ul li {
  list-style-type: none;
  float: left;
  margin: 0 0 15px;
  padding: 0;
}
.block07 .business2 .imagedata ul li span {
  display: block;
  font-size: 1.25em;
  color: #fff;
  display: block;
  font-weight: 800;
  width: 210px;
  text-align: center;
  margin: 0 auto 5px;
  line-height: 130%;
  text-shadow: 0 0 5px #333, 0 0 5px #333;
}
@media screen and (max-width: 991px) {
  .block07 .business2 .imagedata ul li {
    float: none;
  }
  .block07 .business2 .imagedata ul li span {
    width: auto;
    text-align: left;
  }
}
.block07 .business2 .imagedata ul li a {
  width: 230px;
  height: 180px;
  border-radius: 10%;
  display: block;
  background-color: #fff;
  padding: 20px 0px 0px;
  text-align: center;
  margin: 0;
  color: #000;
  border: 5px solid #b2e6f5;
  transition: 0.3s;
}
.block07 .business2 .imagedata ul li a:hover, .block07 .business2 .imagedata ul li a:focus {
  text-decoration: none;
  color: #fff;
  border: 5px solid #fff;
}
.block07 .business2 .imagedata ul li a:hover.no01, .block07 .business2 .imagedata ul li a:focus.no01 {
  background-color: #5e773a;
}
.block07 .business2 .imagedata ul li a:hover.no02, .block07 .business2 .imagedata ul li a:focus.no02 {
  background-color: #776b3a;
}
.block07 .business2 .imagedata ul li a:hover.no03, .block07 .business2 .imagedata ul li a:focus.no03 {
  background-color: #b95556;
}
.block07 .business2 .imagedata ul li a:hover.no04, .block07 .business2 .imagedata ul li a:focus.no04 {
  background-color: #9a6a20;
}
.block07 .business2 .imagedata ul li a:hover.no05, .block07 .business2 .imagedata ul li a:focus.no05 {
  background-color: #694699;
}
.block07 .business2 .imagedata ul li a.no01 {
  background-color: #8eb05d;
  margin: 0;
}
.block07 .business2 .imagedata ul li a.no02 {
  background-color: #b0a05d;
  margin: 0 0 0 430px;
}
.block07 .business2 .imagedata ul li a.no03 {
  background-color: #d79d9e;
  margin: 0px 50px 0 60px;
}
.block07 .business2 .imagedata ul li a.no04 {
  background-color: #dca859;
  margin: 75px 50px 0 0;
  height: 140px;
}
.block07 .business2 .imagedata ul li a.no05 {
  background-color: #9879c2;
  margin: 0px 0 0 0;
}
@media screen and (max-width: 991px) {
  .block07 .business2 .imagedata ul li a {
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
  }
  .block07 .business2 .imagedata ul li a br {
    display: none;
  }
  .block07 .business2 .imagedata ul li a.no01, .block07 .business2 .imagedata ul li a.no02, .block07 .business2 .imagedata ul li a.no03, .block07 .business2 .imagedata ul li a.no04, .block07 .business2 .imagedata ul li a.no05 {
    height: auto;
    margin: 0;
  }
}

/*快捷列-*/
.fastlink {
  width: 129px;
  position: fixed;
  right: -94px;
  top: 163px;
  transition: 0.4s;
  font-size: 0.983em;
  z-index: 999;
}

.fastlink_btn {
  float: left;
  width: 25px;
  position: absolute;
  top: 0px;
  left: 0;
}
.fastlink_btn a {
  text-align: center;
  background-color: #626262;
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  width: 25px;
}
.fastlink_btn a:hover {
  text-decoration: none;
}

.fastlink_btn2 {
  float: left;
  width: 25px;
  position: absolute;
  top: 0px;
  left: 0;
  display: none;
}
.fastlink_btn2 a {
  text-align: center;
  background-color: #999;
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  width: 25px;
}

.fastlink ul {
  margin: 0 0 0 35px;
  padding: 7px;
  width: 80px;
  background-color: #d2d2d2;
  text-align: center;
}
.fastlink ul li {
  margin: 0 0 8px;
  list-style: none;
}
.fastlink ul li:last-child {
  margin: 0;
}
.fastlink ul li a {
  display: block;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  font-size: 0.875em;
}
.fastlink ul li a.web {
  font-size: 0.813em;
}
.fastlink ul li a:hover {
  background-color: #ffc;
  text-decoration: none;
}
.fastlink ul li a img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 5px;
}

.movie_lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}
.movie_lightbox .moviebox {
  width: 60%;
  margin: 5% auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 35px 25px;
  position: relative;
}
@media (max-width: 767px) {
  .movie_lightbox .moviebox {
    width: 80%;
  }
}
.movie_lightbox .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.movie_lightbox .movie {
  margin: 30px 0 0;
  width: 100%;
  height: 400px;
}
.movie_lightbox .movie iframe {
  width: 100%;
  height: 400px;
}
.movie_lightbox .movie embed {
  width: 100%;
  height: 400px;
}

.lp table tr:hover {
  background-color: #FFC;
}
.lp table td.date {
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .lp table td.date {
    text-align: left;
  }
}
.lp table td.num {
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .lp table td.num {
    text-align: left;
  }
}
.lp .table_list {
  margin-bottom: 20px;
}
.lp .table_list .fileType,
.lp .table_list .explain {
  margin-right: 5px;
}
.lp .table_list .fileType img,
.lp .table_list .explain img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lp .table_list {
    background-color: transparent !important;
  }
  .lp .table_list thead,
  .lp .table_list tbody,
  .lp .table_list th,
  .lp .table_list td,
  .lp .table_list tr {
    display: block;
  }
  .lp .table_list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .lp .table_list tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .lp .table_list td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;
  }
  .lp .table_list td:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 20%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
}
.lp .list ul,
.lp .list ol {
  list-style-type: none;
  padding: 0;
  border-top: 2px solid #1579a9;
}
.lp .list ul li,
.lp .list ol li {
  padding: 1em 0;
  border-bottom: 1px solid #DDD;
  position: relative;
}
.lp .list ul li a,
.lp .list ol li a {
  display: block;
  padding-left: 2em;
  position: relative;
  line-height: 1.45em;
}
.lp .list ul li a .num,
.lp .list ol li a .num {
  width: 1.5em;
  text-align: right;
  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 ol li span.dept {
  display: inline-block;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .lp .list ul li span.dept,
  .lp .list ol li span.dept {
    display: block;
  }
}
.lp .list ul li time,
.lp .list ol li time {
  display: block;
  color: #AAA;
  font-size: 0.938em;
}
.lp .album {
  margin: 1em auto;
  overflow: hidden;
}
.lp .album ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp .album ul li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .lp .album ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .lp .album ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .lp .album ul li {
    float: left;
    width: 33.3333333333%;
  }
}
.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;
}

.explanation {
  margin: 0 0 10px;
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 0 0 0 20px;
  color: #eb0202;
}

/*--------------listbutton*/
.listbutton {
  clear: both;
  float: right;
  margin: 0 0 10px;
}
.listbutton ul {
  margin: 0;
  padding: 0;
}
.listbutton ul li {
  float: left;
  list-style-type: none;
  white-space: nowrap;
  margin: 0 0 0 5px;
}
.listbutton ul li a {
  display: inline-block;
  padding: 6px 10px 6px;
  text-decoration: none;
  background-color: #959595;
  color: #fff;
  border-radius: 5px;
}
.listbutton ul li a:hover {
  background-color: #c94c00;
}

/*----------------------------------------------------listph*/
.listph {
  margin: 0;
  padding: 30px 0 10px;
  clear: both;
}
.listph ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.listph ul li {
  list-style-type: none;
  float: left;
  margin: 0 50px 30px 0;
  text-align: center;
  vertical-align: middle;
}
.listph ul li a {
  display: block;
}
.listph ul li a:focus {
  box-shadow: 0 0px 0px 2px #ffbe00;
}
.listph ul li img {
  width: 170px;
  height: 60px;
  padding: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px #CCC;
  background-color: #fff;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .listph ul li:nth-child(4n) {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .listph ul li {
    margin: 0 85px 30px 0;
  }
  .listph ul li:nth-child(3n) {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  .listph ul {
    width: 750px;
  }
  .listph ul li {
    margin: 0 20px 30px 0;
  }
  .listph ul li:nth-child(4n) {
    margin: 0 0px 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 789px) {
  .listph ul {
    width: 750px;
  }
  .listph ul li {
    margin: 0 10px 30px 0;
  }
  .listph ul li:nth-child(4n) {
    margin: 0 0px 30px 0;
  }
}
@media (min-width: 755px) and (max-width: 767px) {
  .listph ul li {
    margin: 0 5px 30px 0;
  }
  .listph ul li:nth-child(4n) {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 700px) and (max-width: 754px) {
  .listph ul li {
    margin: 0 25px 30px 30px;
  }
  .listph ul li:nth-child(3n) {
    margin: 0 0 30px 30px;
  }
}
@media (min-width: 650px) and (max-width: 699px) {
  .listph ul li {
    margin: 0 17px 30px;
  }
  .listph ul li:nth-child(3n) {
    margin: 0 0 30px 17px;
  }
}
@media (min-width: 590px) and (max-width: 649px) {
  .listph ul li {
    margin: 0 6px 30px;
  }
  .listph ul li:nth-child(3n) {
    margin: 0 0 30px 6px;
  }
}
@media (min-width: 480px) and (max-width: 589px) {
  .listph ul {
    width: 400px;
  }
  .listph ul li {
    margin: 0 25px 30px;
  }
  .listph ul li:nth-child(2n) {
    margin: 0 0 30px 5px;
  }
}
@media (min-width: 450px) and (max-width: 479px) {
  .listph ul li {
    margin: 0 30px 30px;
  }
  .listph ul li:nth-child(2n) {
    margin: 0 0 30px 0px;
  }
}
@media (min-width: 375px) and (max-width: 449px) {
  .listph ul {
    width: 350px;
  }
  .listph ul li {
    margin: 0 6px 30px 0px;
  }
  .listph ul li:nth-child(2n) {
    margin: 0 0 20px 0px;
  }
}
@media (max-width: 374px) {
  .listph ul {
    width: 170px;
  }
  .listph ul li {
    margin: 0 0px 20px 0px;
  }
}
/*----------------------------------------------------listph2*/
.listph2 > ul {
  list-style: none;
  margin: 0 0 0 0px;
  padding: 10px 0;
  overflow: hidden;
  width: 100%;
  line-height: 100%;
}

.listph2 > ul > li {
  float: left;
  padding: 9px 0 6px;
  margin: 0 15px 15px 0;
  text-align: center;
  border: 1px solid #bbb;
  width: 31.5%;
  height: 290px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 4px;
  text-align: center;
  background-color: #fff;
}

.listph2 li .image {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
}

.listph2 li .image img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 170px;
}

.listph2 li p {
  height: 50px;
  margin: 10px 0px 5px;
  padding: 0;
  text-align: center;
  line-height: 150%;
  overflow: hidden;
  border-bottom: 1px dotted #bbb;
}

.listph2 li a {
  text-decoration: none;
}

.listph2 ul ul {
  list-style: none;
  margin: 0 auto;
  padding: 6px 0 0;
  line-height: 110%;
  color: #333;
}

.listph2 ul ul li {
  margin: 0 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}

.listph2 ul ul li a {
  display: block;
  padding: 6px 10px;
  background-color: #999;
  border-radius: 0px;
  position: relative;
  color: #fff;
}

.listph2 ul ul li a:hover {
  color: #FF6;
}

.listph2 ul ul li.spacing {
  margin: 0 25px 0 0;
}

@media (min-width: 1200px) {
  .listph2 > ul > li:nth-child(3n) {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .listph2 > ul > li {
    margin: 0 10px 15px 0;
  }
  .listph2 > ul > li:nth-child(3n) {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listph2 > ul > li {
    margin: 0 10px 15px 0;
  }
  .listph2 > ul > li:nth-child(3n) {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 532px) and (max-width: 767px) {
  .listph2 > ul > li {
    margin: 0 20px 20px 0;
    width: 48%;
  }
  .listph2 > ul > li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 525px) and (max-width: 649px) {
  .listph2 > ul > li {
    margin: 0 15px 20px 0;
    width: 48%;
  }
  .listph2 > ul > li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 481px) and (max-width: 524px) {
  .listph2 > ul > li {
    margin: 0 10px 15px 0;
    width: 48%;
  }
  .listph2 > ul > li:nth-child(2n) {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480px) {
  .listph2 > ul > li {
    margin: 0 0px 15px 0;
    width: 99%;
  }
  .listph2 ul ul li {
    margin: 0 15px 0 0;
  }
}
.condition_block {
  display: flex;
  justify-content: space-between;
  margin: 0.8em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5em;
}
@media screen and (max-width: 575px) {
  .condition_block {
    display: block;
  }
}

.condition_rightblock {
  flex: auto;
  display: flex;
  justify-content: flex-end;
}
.condition_rightblock .RSSbtn {
  flex: none;
  display: flex;
  justify-content: flex-end;
}
.condition_rightblock .RSSbtn button {
  margin: 0;
}
.condition_rightblock .RSSbtn button.btn {
  padding: 0.3em 1em;
}
.condition_rightblock .condition_searchbtn {
  flex: none;
  margin-left: 5px;
  display: flex;
  justify-content: flex-end;
}
.condition_rightblock .condition_searchbtn button {
  margin: 0;
}
.condition_rightblock .condition_searchbtn button.btn {
  padding: 0.3em 1em;
}

.condition_searchblock {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  display: none;
}
.condition_searchblock .form_grid {
  border: none;
}

.item_listblock .item_list {
  display: flex;
  padding: 5px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .item_listblock .item_list {
    flex-wrap: wrap;
  }
}
.item_listblock .item_list .number {
  flex: none;
  flex-basis: 30px;
  max-width: 30px;
}
@media screen and (max-width: 767px) {
  .item_listblock .item_list .number {
    flex-basis: 40px;
    max-width: 40px;
    padding: 5px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
  }
}
.item_listblock .item_list .pic {
  flex: none;
  flex-basis: 25%;
  max-width: 25%;
  height: 160px;
  margin-bottom: 15px;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .item_listblock .item_list .pic {
    flex-basis: 100%;
    max-width: 100%;
    height: 240px;
  }
}
.item_listblock .item_list .pic img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.5s;
}
.item_listblock .item_list .content {
  flex: auto;
  flex-basis: calc(100% - 30px - 25%);
  max-width: calc(100% - 30px - 25%);
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .item_listblock .item_list .content {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.item_listblock .item_list .content .item_title {
  margin: 5px 0 10px;
  padding: 0;
  font-size: 1.25em;
}
.item_listblock .item_list .content .item_title a {
  text-decoration: underline;
}
.item_listblock .item_list .content .item_title a:hover {
  text-decoration: none;
}
.item_listblock .item_list .content .date {
  display: flex;
}
.item_listblock .item_list .content .date span {
  font-size: 0.938em;
  color: #666;
  padding: 0;
  margin-right: 30px;
  border-radius: 5px;
}
.item_listblock .item_list .content p {
  font-size: 0.938em;
  padding: 0;
  margin: 10px 0;
}
.item_listblock .item_list2 {
  padding: 5px 0 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.item_listblock .item_list2 .date {
  font-size: 1em;
  margin-bottom: 8px;
  color: #666;
}
.item_listblock .item_list2 .item_title {
  margin: 5px 0 10px;
  padding: 0;
  font-size: 1.25em;
}
.item_listblock .item_list2 .item_title a {
  text-decoration: underline;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item_listblock .item_list2 .item_title a:hover {
  text-decoration: none;
}
.item_listblock .item_list2 .data span {
  font-size: 1em;
  color: #666;
  padding: 0 15px 0 15px;
  margin-bottom: 2px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .item_listblock .item_list2 .data span {
    width: 100%;
  }
}
.item_listblock .item_list2 .data span:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #777;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 9px;
}

.nplist ul,
.nplist ol {
  overflow: hidden;
  padding: 1em 0;
  margin: 0;
  overflow: hidden;
}
.nplist li {
  display: block;
  width: 49%;
  margin: 0 1% 10px 0;
  float: left;
  box-sizing: border-box;
}
.nplist li:nth-child(even) {
  width: 50%;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .nplist li {
    float: none;
    width: 96%;
    margin: 0px auto 10px;
  }
  .nplist li:nth-child(even) {
    width: 96%;
    margin-right: auto;
  }
}
.nplist li a {
  border-radius: 4px;
  border: 2px solid #DDD;
  padding: 1em 1em 1em 2.5em;
  display: block;
  vertical-align: top;
  background-image: url(../images/link_icon01.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.nplist li a .num {
  position: absolute;
  width: 1em;
  top: 1em;
  left: 0.5em;
  text-align: right;
}
.nplist li a .num:after {
  content: ".";
  display: inline-block;
}
.nplist li a:hover, .nplist li a:focus {
  border: 2px solid #1579a9;
  background-color: #ffc;
  color: #333;
}

.piclist_group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 1em 0;
}
.piclist_group .piclist {
  flex: none;
  flex-basis: 31%;
  margin: 0 1.16% 25px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .piclist_group .piclist {
    flex-basis: 48%;
    margin: 0 1% 25px;
  }
}
@media screen and (max-width: 575px) {
  .piclist_group .piclist {
    flex-basis: 100%;
    margin: 0 0 25px;
  }
}
.piclist_group .piclist a {
  display: block;
  position: relative;
  border-radius: 5px;
}
.piclist_group .piclist a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0 2px #ffbe00;
  display: none;
}
.piclist_group .piclist a .images {
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: relative;
  line-height: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background: #DEDEDE;
}
.piclist_group .piclist a .images:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.piclist_group .piclist a .images img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.piclist_group .piclist a .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.piclist_group .piclist a .images .explain {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 3px 10px;
  margin: 0;
  background-color: rgba(21, 121, 169, 0.9);
  color: #fff;
}
.piclist_group .piclist a .images .explain span {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-weight: bolder;
  font-size: 0.938em;
}
.piclist_group .piclist a:hover .images img {
  transform: scale(1.1);
}
.piclist_group .piclist a:focus:before {
  display: block;
}

.public_information_group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 1em 0;
}
.public_information_group .information_list {
  flex: none;
  flex-basis: 23%;
  margin: 0 1% 25px;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .public_information_group .information_list {
    flex-basis: 31%;
    margin: 0 1.16% 25px;
  }
}
@media (max-width: 650px) {
  .public_information_group .information_list {
    flex-basis: 48%;
    margin: 0 1% 25px;
  }
}
@media (max-width: 480px) {
  .public_information_group .information_list {
    flex-basis: 100%;
    margin: 0 0 25px;
  }
}
.public_information_group .information_list .images {
  padding: 0;
  margin: 0 0 15px;
  background-color: #fff;
  position: relative;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}
.public_information_group .information_list .images:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.public_information_group .information_list .images img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.public_information_group .information_list .images .explain {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 3px 10px;
  margin: 0;
  background-color: rgba(21, 121, 169, 0.9);
  color: #fff;
}
.public_information_group .information_list .images .explain span {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-weight: bolder;
  font-size: 0.938em;
}
.public_information_group .information_list ul {
  list-style-type: none;
  margin: 10px 10px 20px;
  padding: 0;
  font-size: 0.938em;
  min-height: 180px;
}
@media (max-width: 480px) {
  .public_information_group .information_list ul {
    min-height: auto;
  }
}
.public_information_group .information_list ul li {
  margin-bottom: 8px;
}
.public_information_group .information_list ul li a {
  display: block;
  position: relative;
  color: #545454;
  padding: 0 0 0 15px;
}
.public_information_group .information_list ul li a:hover {
  color: #eb0202;
  text-decoration: underline;
}
.public_information_group .information_list ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #545454;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.public_information_group .information_list .more {
  margin-bottom: 20px;
}
.public_information_group .information_list .more a {
  background-color: #ccc;
  color: #333;
  border: 1px solid #ccc;
  min-width: 50px;
}
.public_information_group .information_list .more a:hover {
  color: #fff;
  background-color: #666;
}

.cp img.float_left {
  float: left;
  margin: 0px 1em 1em 0;
}
.cp img.float_right {
  float: right;
  margin: 0px 0 1em 1em;
}
.cp a {
  color: #1579a9;
  text-decoration: underline;
}
.cp article {
  clear: both;
}
.cp article figure {
  float: left;
  margin: 5px 15px 15px 2px;
  letter-spacing: 0;
  background-color: #fff;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .cp article figure {
    width: 100%;
  }
}
.cp article figure img {
  display: block;
  width: 400px;
  margin: 0 0 10px;
}
@media screen and (max-width: 575px) {
  .cp article figure img {
    width: 100%;
  }
}
.cp article figure figcaption {
  margin: 0 0px 4px;
  line-height: 140%;
  width: auto;
  max-width: 400px;
  color: #030;
}
@media (max-width: 480px) {
  .cp article figure figcaption {
    width: 96%;
  }
}

.info {
  font-size: 0.938em;
  line-height: 2em;
  list-style: none;
  margin: 0 0 0.5em 0;
  clear: both;
  box-sizing: border-box;
  padding: 0 0 0 1em;
  text-align: right;
}
@media screen and (max-width: 575px) {
  .info {
    text-align: left;
    padding: 0.8em 0em 0.8em;
  }
}
.info li {
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/link_icon01.png);
  background-repeat: no-repeat;
  background-position: 0 12px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 991px) {
  .info li {
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 575px) {
  .info li {
    width: auto;
    display: block;
    margin-left: 0px;
  }
}
.info li em {
  font-style: normal;
}

.cp article table,
.ap article table {
  margin: 0 auto 1em;
  width: 99%;
  line-height: 150%;
  border-collapse: collapse;
  background-color: #fff;
  border-top: 4px solid #1579a9;
}

.cp article table.noBorder,
.ap article table.noBorder {
  width: auto;
  margin: 0 0 1em;
  background-color: transparent;
}

.cp article table caption,
.ap article table caption {
  font-weight: bold;
  text-align: left;
  font-size: 1em;
  padding: 5px 10px 4px;
}

.cp article th,
.cp article td,
.ap article th,
.ap article td {
  vertical-align: top;
  padding: 15px 12px;
  border-bottom: 1px solid #d5d7d6;
  box-sizing: border-box;
}

.cp article table tr td ul,
.cp article table tr td ol,
.ap article table tr td ul,
.ap article table tr td ol {
  margin-bottom: 0px;
}

.cp article table tr:nth-child(even),
.ap article table tr:nth-child(even) {
  background-color: white;
}

/*-*/
.cp article table.noBorder,
.ap article table.noBorder {
  border-top: none;
}

.cp article .noBorder th,
.cp article .noBorder td,
.ap article .noBorder th,
.ap article .noBorder td {
  border: none;
  padding: 10px;
}

/*-*/
.cp article th[scope=row],
.ap article th[scope=row] {
  text-align: right;
  vertical-align: top;
  width: 15%;
  white-space: nowrap;
  border-right: 1px solid #606261;
}

.cp article th[scope=col],
.ap article th[scope=col] {
  text-align: center;
  vertical-align: middle;
}

.cp article table .aCenter,
.ap article table .aCenter {
  text-align: center;
}

.cp article table .aRight,
.ap article table .aRight {
  text-align: right;
}

@media (max-width: 767px) {
  .cp article table,
  .ap article table {
    width: 100%;
  }
  .cp article table tr,
  .ap article table tr {
    margin: 0 0 10px 0;
    display: block;
  }
  .cp article table tr:nth-child(even),
  .ap article table tr:nth-child(even) {
    background-color: #fff;
  }
  .cp article table tr th,
  .ap article table tr th {
    display: none;
  }
  .cp article table tr td,
  .ap article table tr td {
    display: block;
    width: 100%;
    margin: 0;
  }
  .cp article table tr td:first-child,
  .ap article table tr td:first-child {
    background-color: #ffc;
  }
  .cp article table tr td[data-title=序號],
  .ap article table tr td[data-title=序號] {
    background-color: #ffc;
  }
  .cp article table tr td:nth-child(1),
  .ap article table tr td:nth-child(1) {
    width: 100%;
  }
  .cp article table tr td:nth-child(2),
  .ap article table tr td:nth-child(2) {
    width: 100%;
  }
  .cp article table tr td:before,
  .ap article table tr td:before {
    content: attr(data-title) "：";
    display: inline-block;
    color: #333;
    font-weight: bolder;
  }
  .cp article table tr td ul,
  .cp article table tr td ol,
  .ap article table tr td ul,
  .ap article table tr td ol {
    margin: 10px 0px 0 40px;
  }
  /*-*/
  .cp article table.noBorder tr td:before,
  .ap article table.noBorder tr td:before {
    content: attr(data-title) "";
    display: inline-block;
    color: #333;
    font-weight: bolder;
  }
  /*-*/
  .cp article table .aCenter,
  .ap article table .aCenter {
    text-align: left;
  }
  .cp article table .aRight,
  .ap article table .aRight {
    text-align: left;
  }
}
.cp article p,
.ap article p {
  line-height: 2em;
  margin: 0 0 1em 0;
}

.cp article ul,
.cp article ol,
.ap article ul,
.ap article ol {
  margin: 0px 10px 40px 30px;
  padding: 0;
}

.cp article ul li,
.ap article ul li {
  margin: 0 0 10px 0;
  list-style-type: disc;
  line-height: 160%;
}

.cp article ol li,
.ap article ol li {
  list-style-type: decimal;
  margin: 0 0 10px 0;
  line-height: 160%;
}

.cp .pubInfo {
  clear: both;
  margin: 10px 0 20px;
  background: #e6e6e6;
  padding: 10px 20px;
}
.cp .pubInfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000;
}
.cp .pubInfo ul li {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 150%;
  list-style: none;
  border: none;
}
.cp .pubInfo ul li em {
  font-style: normal;
  font-weight: normal;
  margin-left: 4px;
  color: #444;
}

.cp article .gmap {
  clear: both;
  margin: 15px auto;
  padding: 0;
  border: 1px solid #CCC;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.cp article .gmap iframe {
  width: 100%;
  height: 400px;
}

.attachment,
.seeAlso {
  clear: both;
  overflow: hidden;
  margin: 5px 0px 15px;
  padding: 0 0 10px;
}

.attachment h3,
.seeAlso h3 {
  font-size: 1.188em;
  margin: 0 0 0.9em;
  padding: 8px 15px;
  letter-spacing: 1px;
  background-color: #e2e2e2;
  color: #333;
}

.attachment ul,
.seeAlso ul {
  margin: 0 3px;
  padding: 0;
  list-style: none;
  line-height: 150%;
}

.attachment li a,
.seeAlso li a {
  color: #333;
  text-decoration: none;
}

.attachment li a:hover,
.seeAlso li a:hover {
  text-decoration: underline;
}

.attachment .updated {
  margin: 0 0 0 40px;
  color: #999;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}

.attachment .fileSize {
  margin: 0 5px;
  color: #999;
  padding: 0;
}

.attachment .fileType {
  margin-right: 5px;
}

.attachment .fileType img {
  vertical-align: middle;
}

.attachment .filename li .explain {
  margin: 0px 0 0px 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .attachment .filename li img {
    width: auto !important;
  }
}
.attachment .filename li {
  margin: 0 0 0.5em;
  padding: 0px 0 8px 25px;
  background: url(../images/link_icon01.png) no-repeat 4px 9px;
  border-bottom: 1px dotted #ccc4a8;
}

.attachment .filename li:only-child {
  border: none;
}

.attachment .filename li span {
  margin-left: 0.2em;
}

.attachment .filename li .fileSize {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92em;
}

.attachment .images {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.attachment .images li {
  overflow: hidden;
  line-height: 23px;
  margin: 2px 5px 10px 0;
  padding: 10px 5px 5px;
  display: inline-block;
  width: 190px;
  height: 228px;
  text-align: center;
  border: 1px solid #bbb;
  background-color: #fff;
  border-radius: 5px;
}

@media (max-width: 1200px) {
  .attachment .images {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .attachment .images li {
    margin: 2px 5px 10px 0;
  }
}
@media (min-width: 660px) and (max-width: 767px) {
  .attachment .images {
    width: 100%;
    margin: 0 auto;
  }
  .attachment .images li {
    margin: 2px 5px 10px 0;
  }
}
@media (min-width: 480px) and (max-width: 659px) {
  .attachment .images {
    margin: 0 auto;
  }
  .attachment .images li {
    margin: 2px 5px 10px 0;
  }
}
@media (max-width: 479px) {
  .attachment .images li {
    margin: 2px 10px 10px 0;
  }
}
.attachment .images li:hover {
  background: #fff;
}

.attachment .images li a {
  display: block;
  margin: 0px;
  font-size: 0.92em;
}

.attachment .images li a:hover {
  text-decoration: none;
}

.attachment .images li img {
  max-width: 180px;
  max-height: 136px;
  display: block;
  margin: 0 auto 10px;
}

.seeAlso ul {
  list-style: none;
  margin: 0 3px;
  padding: 0;
}

.seeAlso ul li {
  margin: 0 0 0.5em;
  padding: 0 0 8px 25px;
  background: url(../images/link_icon01.png) no-repeat 4px 9px;
  border-bottom: 1px dotted #bbb;
}

.cpblcok .col {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.file_download {
  width: 100%;
  margin: 0 auto 20px;
  clear: both;
  zoom: 1;
}
.file_download:before, .file_download:after {
  content: "";
  display: table;
}
.file_download:after {
  clear: both;
}
.file_download h3 {
  font-size: 1.188em;
  margin: 0 0 0.9em;
  padding: 8px 15px;
  letter-spacing: 1px;
  background-color: #e2e2e2;
  color: #333;
  border-bottom: none;
}
.file_download ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .file_download ul {
    margin-left: 0;
  }
}
.file_download li {
  position: relative;
  padding-left: 2em;
  border-bottom: 1px solid #ccc;
  clear: both;
  overflow: hidden;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.file_download li:hover {
  background-color: #fff6db;
}
.file_download li span {
  display: block;
  margin-bottom: 0.2em;
  line-height: 1.5em;
}
.file_download li:before {
  position: absolute;
  top: 1em;
  left: 1em;
  text-align: right;
  width: 30px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  content: "";
}
.file_download li .update,
.file_download li .file_view {
  font-size: 0.813em;
  color: #AAA;
  width: 120px;
  padding-left: 35px;
  float: none;
  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 .update {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .file_download li .update {
    margin-left: 5px;
  }
}
.file_download li a {
  padding: 0px;
  position: relative;
  height: auto;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0.2em;
  width: 48px;
  text-align: center;
  text-indent: -9999px;
  height: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .file_download li a {
    margin: 0px auto 0.5em 0px;
  }
}
.file_download li a:hover:before, .file_download li a:focus:before {
  content: "";
  z-index: 99;
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 2px #eb0202 inset;
}
.file_download li a .kb {
  font-size: 0.75em;
  color: #666;
  display: none;
  margin: 0px 0.5em;
}
.file_download li a:after {
  content: "";
  background: url(../images/basic/download_file/icon_file.png) no-repeat center center;
  background-size: contain;
  width: 48px;
  height: 52px;
  position: absolute;
  top: 3px;
  left: 3px;
  text-align: right;
}
.file_download li a[href$=doc]:after {
  background: url(../images/basic/download_file/icon_doc.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=docx]:after {
  background: url(../images/basic/download_file/icon_docx.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=odt]:after {
  background: url(../images/basic/download_file/icon_odt.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=xls]:after {
  background: url(../images/basic/download_file/icon_xls.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=csv]:after {
  background: url(../images/basic/download_file/icon_csv.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=ods]:after {
  background: url(../images/basic/download_file/icon_ods.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=xlsx]:after {
  background: url(../images/basic/download_file/icon_xlsx.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=pdf]:after {
  background: url(../images/basic/download_file/icon_pdf.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=ppt]:after {
  background: url(../images/basic/download_file/icon_ppt.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=pptx]:after {
  background: url(../images/basic/download_file/icon_pptx.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=odp]:after {
  background: url(../images/basic/download_file/icon_odp.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=zip]:after {
  background: url(../images/basic/download_file/icon_zip.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=txt]:after {
  background: url(../images/basic/download_file/icon_txt.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=mov]:after {
  background: url(../images/basic/download_file/icon_mov.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=mp3]:after {
  background: url(../images/basic/download_file/icon_mp3.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=jpg]:after {
  background: url(../images/basic/download_file/icon_jpg.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=wmv]:after {
  background: url(../images/basic/download_file/icon_wmv.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=mp4]:after {
  background: url(../images/basic/download_file/icon_mp4.png) no-repeat center center;
  background-size: contain;
}

.fp {
  margin: 1em auto;
  box-sizing: border-box;
  padding: 1em;
}

/* sitemap */
.sitemap {
  margin: 0px auto 1em;
  color: #666;
  line-height: 2em;
  border-radius: 8px;
  clear: both;
  zoom: 1;
}
.sitemap:before, .sitemap:after {
  content: "";
  display: table;
}
.sitemap:after {
  clear: both;
}
.sitemap .accesskeyDefine {
  padding: 1em 2em;
  background: #EEE;
  border-radius: 6px;
}
.sitemap p {
  margin-bottom: 30px;
}

.cascading {
  margin: 0;
  padding: 0;
  border-top: 1px solid #CCC;
  box-sizing: border-box;
}
.cascading li {
  margin: 0 1% 1em;
  line-height: 1.5em;
  font-size: 1em;
  list-style: none;
  width: 22%;
  display: inline-block;
  vertical-align: top;
}
.cascading li a {
  margin: 10px 0px;
  color: #333;
  padding: 0.5em;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 2px solid #1579a9;
}
.cascading li a:hover, .cascading li a:focus {
  color: #1579a9 !important;
  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: 1em;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
  font-weight: normal;
  color: #666;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .cascading {
    width: 95%;
    margin: 0px auto;
  }
  .cascading li {
    width: 100%;
  }
}

.qp, .forwardForm {
  margin: 1em auto;
  box-sizing: border-box;
  padding: 1em 0;
}

.formBtn {
  margin: 10px 0;
  text-align: center;
}
.formBtn img {
  vertical-align: middle;
  margin: 0 5px;
}
@media screen and (max-width: 575px) {
  .qp form th,
  .qp form td, .forwardForm form th,
  .forwardForm form td {
    display: block;
    text-align: left;
  }
}
.qp form input.text2, .forwardForm form input.text2 {
  width: 23%;
}
.qp form button, .forwardForm form button {
  background: #999999;
  border: 1px solid #999999;
  color: #FFF;
  border-radius: 6px;
  text-shadow: none;
}
.qp form button:hover, .forwardForm form button:hover {
  background: gray;
  border: 1px solid gray;
  cursor: pointer;
  color: #FFF;
}
.qp form button:focus, .forwardForm form button:focus {
  background: #666666;
  border: 1px solid #666666;
  cursor: pointer;
  outline: 0;
  color: #FFF;
  box-shadow: 0 0px 0px 2px #ffbe00 !important;
}
.qp form button.active, .forwardForm form button.active {
  background: gray;
  cursor: pointer;
}
.qp form input,
.qp form textarea,
.qp form select,
.qp form button, .forwardForm form input,
.forwardForm form textarea,
.forwardForm form select,
.forwardForm form button {
  margin-bottom: 0em;
}
.qp form label, .forwardForm form label {
  display: inline-block;
}
.qp form caption, .forwardForm form caption {
  display: none;
}

.bigbanner {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .bigbanner {
    padding-bottom: 20px;
  }
}
.bigbanner .img-container {
  height: 300px;
  width: 100%;
  position: relative;
}
.bigbanner .img-container img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .bigbanner .img-container {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .bigbanner .img-container {
    width: 100%;
    height: 100%;
  }
}
.bigbanner a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.bigbanner a .caption {
  position: absolute;
  width: 100%;
  height: 3em;
  background: rgba(0, 0, 0, 0.45);
  padding: 1em 0.5em 0.5em;
  font-size: 1.125em;
  color: #FFF;
  margin: 0;
  text-align: center;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bigbanner a .caption {
    height: 2em;
    width: 100%;
    left: 0;
    padding: 0.5em;
  }
}
.bigbanner a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #ffc000;
  display: none;
}
.bigbanner a:focus:before {
  display: block;
}
.bigbanner .slick-dots {
  bottom: 10px;
}
.bigbanner .slick-dots li.slick-active button:before {
  background: #f2ba1d;
}
.bigbanner .slick-dots li button:hover:before,
.bigbanner .slick-dots li button:focus:before {
  opacity: 1;
  background: #f2ba1d;
}
@media screen and (max-width: 991px) {
  .bigbanner .slick-dots {
    bottom: -10px;
  }
  .bigbanner .slick-dots li button:before {
    background: #818984;
  }
  .bigbanner .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #08c4cb;
  }
  .bigbanner .slick-dots li button:hover:before,
  .bigbanner .slick-dots li button:focus:before {
    opacity: 1;
    background: #08c4cb;
  }
  .bigbanner .slick-prev {
    left: 0px;
  }
  .bigbanner .slick-next {
    right: 0px;
  }
}

.business {
  margin-bottom: 20px;
}
.business .slick-prev,
.business .slick-next {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.business .slick-next:hover,
.business .slick-next:focus,
.business .slick-prev:hover,
.business .slick-prev:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.business .slick-prev {
  left: -60px;
}
.business .slick-next {
  right: -60px;
}
.business .slick-dots {
  bottom: 0px;
  position: absolute;
}
.business .slick-dots li button:hover:before,
.business .slick-dots li button:focus:before {
  opacity: 1;
  background: #08c4cb;
}

.statistics {
  margin-bottom: 20px;
}
.statistics .slick-prev,
.statistics .slick-next {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.statistics .slick-next:hover,
.statistics .slick-next:focus,
.statistics .slick-prev:hover,
.statistics .slick-prev:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.statistics .slick-prev {
  left: -10px;
  background-image: url(../vendor/slick/icon_arrow_left.png);
}
.statistics .slick-next {
  right: -10px;
  background-image: url(../vendor/slick/icon_arrow_right.png);
}
.statistics .slick-dots li button:before {
  background: #818984;
}
.statistics .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #08c4cb;
}
.statistics .slick-dots li button:hover:before,
.statistics .slick-dots li button:focus:before {
  opacity: 1;
  background: #08c4cb;
}

.service {
  margin-bottom: 20px;
}
.service .slick-prev,
.service .slick-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.service .slick-next:hover,
.service .slick-next:focus,
.service .slick-prev:hover,
.service .slick-prev:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.service .slick-prev {
  left: -60px;
  background-image: url(../vendor/slick/icon_arrow_left.png);
}
.service .slick-next {
  right: -60px;
  background-image: url(../vendor/slick/icon_arrow_right.png);
}
.service .slick-dots li button:before {
  background: #818984;
}
.service .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #08c4cb;
}
.service .slick-dots li button:hover:before,
.service .slick-dots li button:focus:before {
  opacity: 1;
  background: #08c4cb;
}
@media screen and (max-width: 575px) {
  .service .slick-prev {
    left: 5px;
    background-image: url(../vendor/slick/icon_arrow_left_inverse.png);
  }
  .service .slick-next {
    right: 5px;
    background-image: url(../vendor/slick/icon_arrow_right_inverse.png);
  }
}

.adSlider {
  margin-bottom: 20px;
}
.adSlider .slick-prev,
.adSlider .slick-next {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.adSlider .slick-next:hover,
.adSlider .slick-next:focus,
.adSlider .slick-prev:hover,
.adSlider .slick-prev:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.adSlider .slick-prev {
  left: 0px;
  background-image: url(../vendor/slick/icon_arrow_left2.png);
}
.adSlider .slick-next {
  right: 0px;
  background-image: url(../vendor/slick/icon_arrow_right2.png);
}
.adSlider .slick-dots li button:before {
  background: #818984;
}
.adSlider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #08c4cb;
}
.adSlider .slick-dots li button:hover:before,
.adSlider .slick-dots li button:focus:before {
  opacity: 1;
  background: #08c4cb;
}
@media screen and (max-width: 767px) {
  .adSlider .slick-prev {
    left: -10px;
  }
  .adSlider .slick-next {
    right: -10px;
  }
}

@media (max-width: 400px) {
  .slick-dots li {
    margin: 0 5px;
  }
}

/*-cp2*/
.cp .slider-for {
  margin: 0 0 10px 0;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px #CCC;
  position: relative;
  clear: both;
}

.cp .slider-for img {
  width: 100%;
  height: auto;
}

.cp .slider-for p {
  text-align: left;
}

.cp .slider-nav {
  margin: 0 0 20px 0;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px #CCC;
  position: relative;
  clear: both;
}

.cp .slider-nav img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.cp .slider-nav div {
  margin: 0 5px;
}

.cp .slider-nav .slick-prev,
.slider-nav .slick-next {
  top: 50%;
}

.cp .slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
  opacity: 1;
  color: #999;
}

.cp .slider-nav .slick-next {
  right: 0px;
}

.cp .slider-nav .slick-prev {
  left: 0px;
}

@media (max-width: 500px) {
  .cp .slider-for {
    margin: 0 0 10px 0;
    padding: 5px;
  }
  .cp .slider-nav {
    margin: 0 0 20px 0;
    padding: 5px;
  }
  .cp .slider-nav div {
    margin: 0 0px;
  }
  /*箭頭位置-*/
  .cp .slider-nav .slick-prev,
  .slider-nav .slick-next {
    top: 40%;
  }
}
@media (max-width: 350px) {
  .cp .slider-nav .slick-prev,
  .slider-nav .slick-next {
    top: 30%;
  }
  .cp .slider-nav .slick-prev:before,
  .slider-nav .slick-next:before {
    font-size: 1.25em;
    opacity: 1;
    color: #000;
  }
}
.cp_photo {
  width: 80%;
  margin: 0px auto;
  padding: 20px 0;
  clear: both;
}
.cp_photo img {
  max-width: 100%;
  max-height: 450px;
  margin: 0 auto;
}
.cp_photo .slick-prev:before,
.cp_photo .slick-next:before {
  font-size: 2.5em;
}

/*-輪播箭頭*/
.cp_photo .slick-next {
  right: -60px;
}
.cp_photo .slick-prev {
  left: -60px;
}

/*-輪播點點*/
.cp_photo .slick-dots li button:hover:before,
.cp_photo .slick-dots li button:focus:before {
  background: #08c4cb;
}
.cp_photo .slick-dots li.slick-active button:before {
  background: #08c4cb;
}
.cp_photo .slick-dots {
  bottom: -10px;
  margin: 0;
}
.cp_photo .slick-dots li {
  margin: 0 10px;
}
.cp_photo .slick-dots li button:before {
  background: #818984;
}

@media (max-width: 767px) {
  .cp_photo {
    width: 100%;
  }
  .cp_photo .slick-next {
    right: 0px;
  }
  .cp_photo .slick-prev {
    left: 0px;
  }
}
.question {
  float: right;
  text-align: left;
  position: relative;
  margin: 0 0 15px 0;
}
.question .button a {
  background: url(../images/function2.png) no-repeat 5px 4px;
  padding: 2px 5px 2px 30px;
  margin: 5px 0 0;
  border-radius: 5px;
  border: 1px solid #CCC;
  display: block;
  color: #333;
  text-decoration: none;
}
.question .button a:hover {
  background-color: #FFC;
  color: #333;
  text-decoration: none;
}
.question .block {
  background-color: #999;
  margin: 5px 0 0 0px;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  width: 250px;
  text-align: left;
  display: none;
  z-index: 999;
}
.question .block:before {
  content: "";
  background-image: url(../images/question_icon01.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  display: block;
  height: 5px;
  margin: -15px 0 0 0;
  padding: 18px 0 0 0;
}
.question .block .del {
  position: absolute;
  top: 10px;
  right: 10px;
}
.question .block .del a {
  display: block;
}
.question .block .del a:focus {
  box-shadow: 0 0px 0px 2px #ffbe00;
}
.question .block ul {
  margin: 0;
  padding: 0;
}
.question .block ul li {
  list-style-type: none;
  margin: 0 0 5px 0;
  width: 190px;
}
.question .block ul li a {
  display: block;
  background-color: #FFF;
  padding: 3px 5px;
}
.question .block ul li a:hover {
  background-color: #1579a9;
  color: #fff;
}

.ap h3 {
  color: #528124;
  font-size: 1.25em;
}

.selectform {
  margin: 10px 0 10px;
  clear: both;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 10px 5px;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #eee);
}
.selectform label {
  font-size: 0;
}
.selectform select {
  display: inline-block;
  width: 30%;
}
@media (max-width: 530px) {
  .selectform select {
    display: block;
    width: 100%;
  }
}
.selectform input[type=text] {
  width: 50%;
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 24px 0 0.5em;
}
@media (max-width: 530px) {
  .selectform input[type=text] {
    display: block;
    width: 100%;
  }
}
.selectform .btn {
  background-color: #666;
  position: relative;
  border: 1px solid #666;
  color: #fff;
  padding: 0px 20px;
  height: 27px;
  cursor: pointer;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  font-family: "微軟正黑體";
  font-size: 1em;
  text-align: center;
  position: relative;
}
.selectform .text {
  padding: 3px;
  border: 1px solid #ccc;
}
.selectform .button {
  display: inline-block;
}
.selectform .button input {
  padding: 0.4em;
  margin-top: -2px;
}
@media (max-width: 530px) {
  .selectform .button {
    display: block;
    margin-top: 10px;
  }
}

/*-*/
.panel-title > a {
  display: block;
}

.panel-default {
  clear: both;
}

.well {
  border-radius: 0;
  padding: 15px 20px;
  background-color: #e6e6e6;
  background-image: none;
  box-shadow: none;
  border: none;
  margin-bottom: 10px;
  line-height: 1.8em;
  clear: both;
  border-radius: 5px;
}

.accordion_grounp {
  overflow: hidden;
}
.accordion_grounp .accordionblock {
  width: 100%;
  margin: 0 0 15px;
}
.accordion_grounp .accordionblock span.file_doc {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_docx {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_odt {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_xls {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_xlsx {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_csv {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_ods {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_ppt {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_pptx {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_odp {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_zip {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_txt {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_mov {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_mp3 {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_jpg {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_wmv {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_mp4 {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_pdf {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_other {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_rar {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_doc, .accordion_grounp .accordionblock span.file_docx, .accordion_grounp .accordionblock span.file_odt {
  background: #275cb7;
}
.accordion_grounp .accordionblock span.file_xls, .accordion_grounp .accordionblock span.file_xlsx, .accordion_grounp .accordionblock span.file_csv, .accordion_grounp .accordionblock span.file_ods {
  background: #387947;
}
.accordion_grounp .accordionblock span.file_ppt, .accordion_grounp .accordionblock span.file_pptx, .accordion_grounp .accordionblock span.file_odp, .accordion_grounp .accordionblock span.file_pdf {
  background: #c55a3b;
}
.accordion_grounp .accordionblock span.file_pdf {
  background: #c00;
}
.accordion_grounp .accordionblock span.file_zip, .accordion_grounp .accordionblock span.file_rar {
  background: #eb712e;
}
.accordion_grounp .accordionblock span.file_txt, .accordion_grounp .accordionblock span.file_other {
  background: #555;
}
.accordion_grounp .accordionblock span.file_mov {
  background: #009999;
}
.accordion_grounp .accordionblock span.file_mp3, .accordion_grounp .accordionblock span.file_mp4 {
  background: #088ecc;
}
.accordion_grounp .accordionblock span.file_jpg {
  background: #6c29a4;
}
.accordion_grounp .accordionblock span.file_wmv {
  background: #430a1f;
}
.accordion_grounp .accordionblock div.Q {
  border-radius: 5px;
  width: 100%;
}
.accordion_grounp .accordionblock div.Q a {
  padding: 15px 100px 15px 15px;
  border-radius: 5px;
  display: block;
  position: relative;
  text-align: left;
  line-height: 1.5em;
  border: 1px solid #eee;
  cursor: pointer;
  font-size: 1.125em;
  font-weight: bolder;
  background: rgb(238, 238, 238);
  background: linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(226, 226, 226) 71%, rgb(221, 221, 221) 100%);
  transition: 0.5s;
  color: #000;
}
.accordion_grounp .accordionblock div.Q a:hover {
  background: rgb(221, 221, 221);
  background: linear-gradient(180deg, rgb(221, 221, 221) 0%, rgb(204, 204, 204) 100%);
  box-shadow: none;
}
.accordion_grounp .accordionblock div.Q a:focus {
  background: rgb(221, 221, 221);
  background: linear-gradient(180deg, rgb(221, 221, 221) 0%, rgb(204, 204, 204) 100%);
}
.accordion_grounp .accordionblock div.Q .word {
  position: absolute;
  top: 12px;
  right: 40px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 3px 5px;
}
.accordion_grounp .accordionblock div.Q .word:after {
  content: "";
  border: 2px solid #333;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 15px;
  right: -20px;
  width: 8px;
  height: 8px;
  transform: rotate(225deg);
  transition: transform 0.5s;
}
.accordion_grounp .accordionblock div.Q .word.close:after {
  top: 10px;
  transform: rotate(45deg);
}
.accordion_grounp .accordionblock .answer {
  color: #000;
  padding: 0px 15px 0px 15px;
}
.accordion_grounp .accordionblock .answer .content p {
  margin: 0;
  padding: 10px 0 5px;
  line-height: 1.7em;
  color: #333;
}
.accordion_grounp .accordionblock .answer .content p a {
  color: #1579a9;
}
.accordion_grounp .accordionblock .answer .content ul,
.accordion_grounp .accordionblock .answer .content ol {
  margin: 5px 0 10px;
  padding: 0;
}
.accordion_grounp .accordionblock .answer .content ul li,
.accordion_grounp .accordionblock .answer .content ol li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 8px 15px;
  line-height: 1.6em;
}
.accordion_grounp .accordionblock .answer .content ul li:before,
.accordion_grounp .accordionblock .answer .content ol li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 19px;
}
.accordion_grounp .accordionblock .answer .content ul li p,
.accordion_grounp .accordionblock .answer .content ol li p {
  margin: 0;
  padding: 0;
}
.accordion_grounp .accordionblock .answer .content ul li a,
.accordion_grounp .accordionblock .answer .content ol li a {
  text-decoration: underline;
  color: #1579a9;
}
.accordion_grounp .accordionblock .answer .content ul li a:hover,
.accordion_grounp .accordionblock .answer .content ol li a:hover {
  color: #eb0202;
  text-decoration: none;
}
.accordion_grounp .accordionblock .answer .answer_list {
  margin: 10px 0;
  padding: 0;
}
.accordion_grounp .accordionblock .answer .answer_list li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.accordion_grounp .accordionblock .answer .answer_list li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 19px;
}
.accordion_grounp .accordionblock .answer .answer_list li a {
  display: block;
  padding: 10px 10px 8px 15px;
  text-decoration: none;
  color: #1579a9;
}
.accordion_grounp .accordionblock .answer .answer_list li a:hover {
  color: #333;
}
.accordion_grounp .accordionblock .answer .answer_list li:hover {
  background-color: white;
  text-decoration: none;
}

.aplist01 {
  clear: both;
}
.aplist01 ul {
  margin: 0 0 0 0px;
  padding: 0;
}
.aplist01 ul li {
  width: 32%;
  float: left;
  list-style-type: none;
  margin: 0 16px 10px 0;
}
.aplist01 ul li a {
  display: block;
  border: 1px solid #CCC;
  padding: 10px 15px 10px 25px;
  background-image: url(../images/nplist_icon01.png);
  background-position: 10px 14px;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.aplist01 ul li a:hover {
  background-color: #FFC;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .aplist01 ul li:nth-child(3n) {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .aplist01 ul li {
    margin: 0 12px 10px 0;
  }
  .aplist01 ul li:nth-child(3n) {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .aplist01 ul li {
    margin: 0 10px 10px 0;
    width: 49%;
  }
  .aplist01 ul li:nth-child(2n) {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 600px) {
  .aplist01 ul li {
    margin: 0 0px 10px 0;
    width: 100%;
  }
}
.infographic {
  text-align: center;
  background-color: #cce09a;
  margin-bottom: 30px;
  padding: 0 0 10px;
}

@media (max-width: 1199px) {
  .infographic img {
    width: 100%;
  }
}
.epaperTb {
  margin-bottom: 20px;
}
.epaperTb .fileType,
.epaperTb .explain {
  margin-right: 5px;
}
.epaperTb .fileType img,
.epaperTb .explain img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .epaperTb {
    background-color: transparent !important;
  }
  .epaperTb thead,
  .epaperTb tbody,
  .epaperTb th,
  .epaperTb td,
  .epaperTb tr {
    display: block;
  }
  .epaperTb thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .epaperTb tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .epaperTb td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding: 0.5em;
    white-space: normal;
    text-align: left;
  }
  .epaperTb td:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 20%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
}

.searchform .form_content .to {
  float: left;
  margin-top: 5px;
}
.searchform .form_content .select_date {
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0.3em;
}
.searchform .form_content .select_date input {
  margin-bottom: 0;
  border: none;
  padding: 0.4em;
}
.searchform .form_content input[type=radio] {
  float: left;
  margin: 3px 10px 5px 0;
}
.searchform .form_content .radiocontent {
  padding: 5px;
  display: block;
}
@media (max-width: 600px) {
  .searchform .form_content .to {
    display: none;
  }
  .searchform .form_content .select_date {
    width: 100%;
  }
  .searchform .form_content .select_date input {
    width: 90%;
  }
  .searchform .form_content select {
    width: 100%;
  }
  .searchform .form_content .location {
    width: 90%;
  }
  .searchform .form_content .enumber {
    width: 78%;
  }
}
@media (max-width: 500px) {
  .searchform .form_content .enumber {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .searchform .form_content .select_date {
    width: 100%;
  }
  .searchform .form_content .select_date input {
    width: 85%;
  }
  .searchform .form_content .location {
    width: 85%;
  }
  .searchform .form_content .enumber {
    width: 65%;
  }
}
@media (max-width: 350px) {
  .searchform .form_content .select_date {
    width: 100%;
  }
  .searchform .form_content .select_date input {
    width: 80%;
  }
  .searchform .form_content .location {
    width: 80%;
  }
  .searchform .form_content .enumber {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .searchform .form_content .select_dateblock {
    width: 93%;
    float: left;
  }
}
@media (max-width: 600px) and (max-width: 460px) {
  .searchform .form_content .select_dateblock {
    width: 90%;
  }
}
@media (max-width: 600px) and (max-width: 350px) {
  .searchform .form_content .select_dateblock {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .searchform .form_content .select_dateblock .select_date {
    width: 100%;
  }
  .searchform .form_content .select_dateblock .select_date input {
    width: 90%;
  }
}
@media (max-width: 600px) and (max-width: 510px) {
  .searchform .form_content .select_dateblock .select_date input {
    width: 85%;
  }
}
@media (max-width: 600px) and (max-width: 380px) {
  .searchform .form_content .select_dateblock .select_date input {
    width: 80%;
  }
}

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #528124;
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  transition: 0.5s;
  border-radius: 0px 0px 4px 4px;
  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 noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #1579a9;
  background: #FFF;
  color: #666;
  overflow: hidden;
  line-height: 1.45em;
  font-size: 0.813em;
  margin: 0 0.5em 0.5em;
  border-radius: 4px;
  box-sizing: border-box;
}
.no-js noscript a {
  color: #1579a9;
}
.no-js noscript a:hover, .no-js noscript a:focus {
  color: #eb0202;
}
.no-js .search noscript {
  margin-left: 1%;
  margin-right: 1%;
}
.no-js .tabSet {
  width: 100%;
  margin: 0 auto;
}
.no-js .tabSet .tabItem {
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 0px;
  border-bottom: 3px solid #ddd;
  background-color: #1579a9;
}
.no-js .tabSet .tabItem > a {
  background: none;
  font-size: 1.5em;
  color: #fff;
}
.no-js .tabSet .tabItem:before {
  display: none;
}
.no-js .tabSet .tabItem.active {
  color: #fff;
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 3px solid #ddd;
}
.no-js .tabSet .tabItem.active > a {
  color: #fff;
  background: none;
}
.no-js .tabSet .tabContent {
  position: relative;
  display: block;
}
.no-js .block08 .tabSet .tabItem {
  background-color: #ddd;
}
.no-js .block02 .col:first-child .more {
  display: block;
  margin-top: 20px;
}
.no-js .block05 .more {
  display: block;
  margin-top: 20px;
}
.no-js .bigbanner div.img-container {
  display: none;
}
.no-js .bigbanner div.img-container:first-child {
  display: block;
}
.no-js .business .businessblock {
  display: none;
}
.no-js .business .businessblock:first-child {
  display: block;
}
.no-js .statistics .statistics_block {
  display: none;
}
.no-js .statistics .statistics_block:first-child {
  display: block;
}
.no-js .service {
  overflow: hidden;
}
.no-js .service .servicebanner {
  display: none;
  float: left;
  margin-right: 10px;
}
.no-js .service .servicebanner img {
  width: 330px;
}
.no-js .service .servicebanner .fb-page {
  width: 330px;
  height: 290px;
}
.no-js .service .servicebanner:nth-child(1),
.no-js .service .servicebanner:nth-child(2),
.no-js .service .servicebanner:nth-child(3) {
  display: block;
}
.no-js .adSlider {
  text-align: left;
}
.no-js .adSlider .img-container {
  display: inline-block;
}
.no-js .community_links > ul > li {
  vertical-align: top;
}
.no-js .community_links ul li ul {
  position: relative;
}
.no-js .cp .slider-for div {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.no-js .cp .slider-nav {
  display: none;
}
.no-js .cp .cp_photo div {
  width: 49%;
  display: inline-block;
}
.no-js .tabContent .select .explain {
  display: block;
}

.medium_size .block03 .news ul li {
  height: 100px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .medium_size .block03 .news ul li {
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .medium_size .block03 .news ul li {
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .medium_size .block03 .news ul li {
    height: auto;
  }
}
.medium_size .block03 .news ul li a {
  display: block;
  padding: 6px 0 6px 88px;
}
.medium_size .block03 .news ul li a span {
  margin-left: -88px;
}

.large_size .block03 .news ul li {
  height: 110px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .large_size .block03 .news ul li {
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .large_size .block03 .news ul li {
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .large_size .block03 .news ul li {
    height: auto;
  }
}
.large_size .block03 .news ul li a {
  display: block;
  padding: 6px 0 6px 96px;
  line-height: 150%;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .large_size .block03 .news ul li a {
    padding: 6px 0 12px 96px;
  }
}
.large_size .block03 .news ul li a span {
  margin-left: -96px;
}

@media print {
  header, .fatfooter, footer, .accesskey {
    display: none;
  }
}/*# sourceMappingURL=hyui.css.map */