@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.
 */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
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;
}

/* Grid system*/
/*== Media queries breakpoints*/
/**/
/*## Define the breakpoints at which your layout will change, adapting to different screen sizes.*/
/* Extra small screen / phone*/
/*** Deprecated `$screen-xs` as of v3.0.1*/
/* $screen-xs:                  480px !default;*/
/*** Deprecated `$screen-xs-min` as of v3.2.0*/
/*** Deprecated `$screen-phone` as of v3.0.1*/
/* Small screen / tablet*/
/*** Deprecated `$screen-sm` as of v3.0.1*/
/* $screen-sm:                  768px !default;*/
/*** Deprecated `$screen-tablet` as of v3.0.1*/
/* Medium screen / desktop*/
/*** Deprecated `$screen-md` as of v3.0.1*/
/* $screen-md:                  992px !default;*/
/*** Deprecated `$screen-desktop` as of v3.0.1*/
/* Large screen / wide desktop*/
/*** Deprecated `$screen-lg` as of v3.0.1*/
/* $screen-lg:                  1400px !default;*/
/*** Deprecated `$screen-lg-desktop` as of v3.0.1*/
/* So media queries don't overlap when required, provide a maximum*/
/*== Grid system*/
/**/
/*## Define your custom responsive grid.*/
/*** Number of columns in the grid.*/
/* $grid-columns:              12 !default;*/
/*** Padding between columns. Gets divided in half for the left and right.*/
/* $grid-gutter-width:         30px !default;*/
/* Navbar collapse*/
/*** Point at which the navbar becomes uncollapsed.*/
/*** Point at which the navbar begins collapsing.*/
/*== Container sizes*/
/**/
/*## Define the maximum width of `.container` for different screen sizes.*/
/* Small screen / tablet*/
/*** For `$screen-sm-min` and up.*/
/* Medium screen / desktop*/
/*** For `$screen-md-min` and up.*/
/* Large screen / wide desktop*/
/*** For `$screen-lg-min` and up.*/
/* Centered container element*/
/* Creates a wrapper for a series of columns*/
/* Generate the extra small columns*/
/* Generate the small columns*/
/* Generate the medium columns*/
/* Generate the large columns*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > div {
  box-sizing: border-box;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row, .container {
  clear: both;
  zoom: 1;
}
.row:before, .container:before, .row:after, .container:after {
  content: "";
  display: table;
}
.row:after, .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;
  line-height: 2em;
}
.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 #204ca4;
  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;
  font-family: Helvetica, Arial, "LiHei Pro", "新細明體", sans-serif, "微軟正黑體";
  font: normal 1em "Noto Sans TC";
}
@media print {
  body {
    font-size: 13px;
  }
}

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #e1540e;
  cursor: pointer;
}

.breadcrumb {
  background: none;
  border-bottom: 1px solid #EEE;
  padding: 0.5em 0em 0.8em;
  font-size: 0.813em;
  margin: 5px auto 5px;
}
.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: #e1540e;
  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;
}

.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 {
  background-image: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  min-width: 30px;
  width: auto !important;
  margin: 0.25em 2px;
}

.btn {
  padding: 0.5em 2em !important;
  font-size: 16px;
  touch-action: manipulation;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid white;
  color: #333;
  border-radius: 6px;
  background-clip: padding-box;
  text-shadow: RGBA(0, 0, 0, 0.3) 0px 0px 0px;
  background-color: rgb(247, 247, 247);
  background-image: linear-gradient(top, rgb(247, 247, 247) 0%, rgb(234, 234, 234) 100%);
}
.btn:hover, .btn:focus {
  cursor: pointer;
}
.btn.active {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #333;
  background-color: rgb(247, 247, 247);
  background-image: linear-gradient(top, rgb(247, 247, 247) 0%, rgb(234, 234, 234) 100%);
}

.btn-green {
  background: #9fb111;
  border: 1px solid #9fb111;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-green:hover, .btn-green:focus {
  cursor: pointer;
}
.btn-green.active {
  background: #75820d;
  border: 1px solid #75820d;
  cursor: pointer;
}

.btn-blue {
  background: #0aa6b8;
  border: 1px solid #0aa6b8;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-blue:hover, .btn-blue:focus {
  cursor: pointer;
}
.btn-blue.active {
  background: #077a88;
  border: 1px solid #077a88;
  cursor: pointer;
}

.btn-yellow {
  background: #efff00;
  border: 1px solid #efff00;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-yellow:hover, .btn-yellow:focus {
  cursor: pointer;
}
.btn-yellow.active {
  background: #bfcc00;
  border: 1px solid #bfcc00;
  cursor: pointer;
}

.btn-orange {
  background: #e1540e;
  border: 1px solid #e1540e;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-orange:hover, .btn-orange:focus {
  cursor: pointer;
}
.btn-orange.active {
  background: #b1420b;
  border: 1px solid #b1420b;
  cursor: pointer;
}

.btn-red {
  background: #ff3e4d;
  border: 1px solid #ff3e4d;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-red:hover, .btn-red:focus {
  cursor: pointer;
}
.btn-red.active {
  background: #ff0b1e;
  border: 1px solid #ff0b1e;
  cursor: pointer;
}

.btn-purple {
  background: #aa5ac5;
  border: 1px solid #aa5ac5;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-purple:hover, .btn-purple:focus {
  cursor: pointer;
}
.btn-purple.active {
  background: #923daf;
  border: 1px solid #923daf;
  cursor: pointer;
}

.btn-xl {
  font-size: 24px;
}

.btn-lg {
  font-size: 20px;
}

.btn-sm {
  font-size: 15.008px;
}

.btn-xs {
  font-size: 12px;
}

hr {
  margin: 1em 0px;
  display: block;
  border: none;
  clear: both;
}

hr {
  border-top: 1px solid #fff;
}
hr.hr1 {
  border-top: 3px double #fff;
}
hr.hr2 {
  border-top: 1px dashed #fff;
}
hr.hr3 {
  border-top: 1px dotted #fff;
}
hr.hr4 {
  background-color: #fff;
  border-top: 2px dashed #fff;
}
hr.hr5 {
  background-color: #fff;
  border-top: 2px dotted #fff;
}
hr.hr6 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
hr.hr7 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

img.img_rounded {
  border-radius: 16px;
  background-clip: padding-box;
}
img.img_circle {
  border-radius: 50%;
  background-clip: padding-box;
}

.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;
}

[tooltip] {
  position: relative;
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 13.008px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}

[tooltip]::after {
  content: attr(tooltip);
  text-align: left;
  min-width: 150px;
  line-height: 1.5em;
  max-width: 300px;
  font-size: 0.813em;
  max-height: 67.2px;
  overflow: hidden;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  box-sizing: border-box;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.tabSet {
  max-width: 90%;
  margin: 20px auto;
  background: #f3f3f3;
  overflow: hidden;
  clear: both;
  zoom: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 12px;
}
.tabSet:before, .tabSet:after {
  content: "";
  display: table;
}
.tabSet:after {
  clear: both;
}
@media screen and (max-width:767px) {
  .tabSet {
    max-width: 100%;
    width: auto;
    height: auto !important;
  }
}

.tabs {
  position: relative;
}
@media screen and (max-width:767px) {
  .tabs {
    position: relative;
  }
}
.tabs > .tabItem {
  float: left;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
.tabs > .tabItem.active > a {
  background-color: #204ca4;
  color: #FFF;
}
@media screen and (max-width:767px) {
  .tabs > .tabItem {
    float: none;
  }
  .tabs > .tabItem > a {
    width: 100% !important;
    border-bottom: 1px solid #888;
  }
  .tabs > .tabItem.active > a {
    border-color: #bbb;
  }
}
.tabs > .tabItem > a {
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.tabs > .tabItem > a:hover {
  background: #204ca4;
}

.example-2 .tabItem > a:hover {
  background: #f39;
}
.example-2 .tabItem.active > a {
  background: #f39;
}

.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 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.tabContent li {
  margin: 0 0 1.3em 0;
  padding: 0;
  border-bottom: 1px #999 dashed;
}
@media screen and (max-width:767px) {
  .tabContent li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.tabContent li span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 0.813em;
  color: #666;
}
.tabContent .more {
  text-align: right;
}
@media screen and (max-width:767px) {
  .tabContent .more {
    text-align: center;
  }
}
.tabContent .more a {
  display: inline-block;
  background: #CCC;
  color: #FFF;
  width: auto;
  font-size: 0.813em;
  padding: 0.5em 2em;
  border-radius: 4px;
  background-clip: padding-box;
  transition: all 0.3s ease-out;
}
.tabContent .more a:hover, .tabContent .more a:focus {
  background: #b3b3b3;
}

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 th {
  background-color: #F3F3F3;
  color: #333;
  border: #DDD 1px solid;
  font-weight: normal;
}
table.table_hover tr:hover {
  background: #FCFCFC;
}
table.table_sprite tr:nth-child(even) {
  background: #FCFCFC;
}
@media screen and (max-width: 575px) {
  table.table_list {
    background-color: transparent !important;
  }
  table.table_list thead,
  table.table_list tbody,
  table.table_list th,
  table.table_list td,
  table.table_list tr {
    display: block;
  }
  table.table_list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table_list tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  table.table_list td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;
  }
  table.table_list td:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
}

.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: 1400px) {
  .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: 1400px) {
  .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;
  background-clip: padding-box;
  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;
}

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: #e1540e;
  border: 1px solid #e1540e;
  color: #FFF;
  border-radius: 6px;
  background-clip: padding-box;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus {
  cursor: pointer;
}
button.active,
input[type=button].active {
  background: #b1420b;
  border: 1px solid #b1420b;
  cursor: pointer;
}

input[type=submit] {
  background: #e1540e;
  border: 1px solid #e1540e;
  color: #FFF;
  border-radius: 6px;
  background-clip: padding-box;
}
input[type=submit]:hover, input[type=submit]:focus {
  cursor: pointer;
}
input[type=submit].active {
  background: #b1420b;
  border: 1px solid #b1420b;
  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;
  background-clip: padding-box;
  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 #f59160;
  box-shadow: 0px 0px 0px 2px #f59160;
  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;
  background-clip: padding-box;
  text-shadow: none;
}
input[type=reset]:hover, input[type=reset]:focus {
  cursor: pointer;
}
input[type=reset].active {
  background: gray;
  border: 1px solid 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: #e1540e;
  background-color: #e1540e;
  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: #e1540e 0 0 0 1px;
  border-radius: 2px;
  background-clip: padding-box;
}

input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #e1540e 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: #e1540e;
  border: 1px solid #e1540e;
  color: #FFF;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 0.2em 1em !important;
  border-radius: 4px;
  background-clip: padding-box;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  cursor: pointer;
}
.upload_grp .upload_btn.active {
  background: #b1420b;
  border: 1px solid #b1420b;
  cursor: pointer;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  cursor: pointer !important;
}

input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

form .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: -3px;
  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;
}

.icon-calendar {
  border: none;
}

body {
  -webkit-text-size-adjust: none;
}

* {
  -webkit-overflow-scrolling: touch;
}

.accesskey {
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 9;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .accesskey {
    display: none;
  }
}

header .accesskey {
  color: #454545;
  top: 0px;
}

footer .accesskey {
  color: #5c5c5c;
}

.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 h4 {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #204ca4;
  font-weight: 500;
  margin: 1em 0;
  padding: 0 0 0 40px;
  background: url(../images/icon-h4-download.png) no-repeat left center;
  background-size: 30px 30px;
}
.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;
  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 75px;
  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: 42px;
  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: #e1540e !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 h4 {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #204ca4;
  font-weight: 500;
  margin: 1em 0;
  padding: 0 0 0 40px;
  background: url(../images/icon-h4-link.png) no-repeat left center;
  background-size: 30px 30px;
}
.web_link ol,
.web_link ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}
@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 0 0.5em 42px;
  position: relative;
  height: auto;
  line-height: 1.5em;
  display: block;
}
.web_link li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
  width: 30px;
  counter-increment: counter;
  content: counters(counter, ".") " . ";
}

.header {
  position: relative;
  z-index: 99;
  background: #2e2e2e;
  padding: 0 15px;
  box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .header {
    clear: both;
    zoom: 1;
    position: fixed;
    width: 100%;
    background: #454545;
    padding: 0;
  }
  .header:before, .header:after {
    content: "";
    display: table;
  }
  .header:after {
    clear: both;
  }
}
.header:before {
  content: "";
  width: 100%;
  height: 5em;
  background: #454545;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header:before {
    display: none;
  }
}
.header > .container .searchCtrl, .header > .container .sidebarCtrl {
  width: 44px !important;
  height: 44px !important;
  position: absolute;
  top: 0px;
  display: block;
  font-size: 0;
  padding: 13px 8px;
  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;
}
.header > .container .sidebarCtrl span {
  background: #fff;
  width: 100%;
  height: 5px;
  margin: 4px 0 5px;
  display: block;
}
.header > .container .searchCtrl {
  display: none;
  right: 5px;
  font-size: 0;
}
.header > .container .searchCtrl:before {
  width: 32px;
  height: 44px;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 30px;
  opacity: 1;
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
}
.header h1 {
  float: left;
  width: 300px;
  height: 68px;
  margin: -28px 0 0 0;
  padding: 0;
  box-sizing: border-box;
}
.header h1 a {
  display: inline-block;
}
.header h1 img {
  display: block;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 0px 20px;
    width: 100%;
    text-align: center;
    height: 65px;
    margin: 0;
  }
  .header h1 img {
    width: 86%;
    height: auto;
    margin: 3px auto 0;
    transform: scale(0.8);
  }
}
.header .navigation {
  clear: both;
  zoom: 1;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.5em;
}
.header .navigation:before, .header .navigation:after {
  content: "";
  display: table;
}
.header .navigation:after {
  clear: both;
}
.header .navigation ul {
  float: right;
  padding: 0;
  margin: 0 1em 0 0;
  font-size: 0.83em;
  list-style: none;
}
.header .navigation ul.left_nav {
  float: left;
  margin-left: 2em;
}
.header .navigation li {
  float: left;
  margin: 0 0.2em;
}
.header .navigation li a {
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  color: #fff;
}
.header .navigation li a:hover, .header .navigation li a:focus {
  color: #efff00;
}
.header .navigation li:after {
  content: "/";
  color: #fff;
}

.search {
  vertical-align: middle;
  padding: 0em 0.3em 0.2em;
  position: absolute;
  right: 0;
  top: 2em;
  box-sizing: border-box;
}
.search label {
  font-size: 0;
}
.search .form_inline {
  margin-top: 5px;
}
.search .form_grp {
  margin-bottom: 0;
  margin-right: 0;
}
.search .form_grp input {
  margin: -0.2em 0 0;
  padding: 0.3em;
  border-radius: 3px;
}
.search .btn_grp {
  padding: 0.2em 0;
  margin-bottom: 0;
}
.search .btn_grp input {
  margin: 0;
}
.search .btn_grp input[type=submit] {
  background: url(../images/icon_search.png) no-repeat center center #454545;
  border: none;
  padding: 0.45em 0em;
  min-width: auto;
}
.search .keywordHot {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 0.3em 0;
}
.search .keywordHot ul {
  display: inline-block;
  font-size: 0.938em;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
}
.search .keywordHot ul:before {
  display: inline-block;
  content: "熱門關鍵字：";
  color: #999;
  float: left;
}
.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: 1em 0.3em 0.5em;
  display: block;
  height: auto;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 98;
  background: #333;
}
.search.m_search label {
  font-size: 0;
  line-height: 0;
}
.search.m_search .form_grp {
  margin-bottom: 0;
  margin-right: 0;
  width: 70%;
  padding: 0 0 0 5%;
  margin-top: 0;
  text-align: right;
  box-sizing: border-box;
}
.search.m_search .form_grp input {
  width: 100%;
  margin: -0.2em 0 0;
  padding: 0.5em 1em 0.4em;
}
.search.m_search .btn_grp {
  padding: 0.2em;
  margin-bottom: 0;
  width: 25%;
  box-sizing: border-box;
}
.search.m_search .btn_grp input {
  width: 80% !important;
  margin: 0;
}
.search.m_search .keywordHot {
  padding-left: 5%;
}
.search.m_search .keywordHot a {
  color: #FFF;
}
.search.m_search .keywordHot a:hover, .search.m_search .keywordHot a:focus {
  color: #204ca4;
}

.header.fixed {
  position: fixed;
  width: 100%;
  right: 0;
  top: 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
}

.menu {
  clear: both;
  zoom: 1;
  margin: 0 auto;
  margin-left: 10px;
  min-height: 2.5em;
  position: relative;
  z-index: 99;
}
.menu:before, .menu:after {
  content: "";
  display: table;
}
.menu:after {
  clear: both;
}
.menu > ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
.menu > ul > li {
  display: inline-block;
  vertical-align: top;
  min-width: 160px;
  font: 500 normal 1.05em "Noto Sans TC";
}
.menu > ul > li > a {
  display: block;
  padding: 0 0.5em;
  height: 2.5em;
  line-height: 2.5em;
  color: #fff;
  border-bottom: solid 5px #2e2e2e;
}
.menu > ul > li > a:hover, .menu > ul > li > a:focus {
  color: #efff00;
}
.menu > ul ul {
  display: none;
  overflow: visible;
  width: 160px;
  background: rgba(69, 69, 69, 0.9);
  padding: 0;
  z-index: 999999;
  position: absolute;
  top: auto;
  left: 0;
  list-style: none;
  text-align: left;
  border: solid 1px #CCC;
  border-top: solid 5px #efff00;
  margin-top: -5px;
}
.menu > ul ul ul {
  top: 0;
  left: 160px;
  border-top: solid 5px #e1540e;
  margin-top: 0;
}
.menu > ul ul ul ul {
  top: 0;
  left: 160px;
  border-top: solid 5px #0aa6b8;
}
.menu li {
  position: relative;
}
.menu li a {
  display: block;
  outline: none;
  text-decoration: none;
}
.menu li li {
  float: none;
  font: 400 normal 0.93em "Noto Sans TC";
}
.menu li li a {
  padding: 0.8em 1.2em;
  color: #FFF;
}
.menu li li a:hover, .menu li li a:focus {
  background: #204ca4;
}
.menu li li li {
  font-size: 1em;
}
.menu li li.hasChild > ul {
  z-index: 999;
}
.menu li li.hasChild > a {
  padding-right: 2em;
}
.menu li li.hasChild > a:hover, .menu li li.hasChild > a:focus {
  background: #204ca4;
}
.menu li li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 1.3em;
  width: 6px;
  height: 6px;
  border: 2px solid #FFF;
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
}

.sidebar {
  display: none;
  position: fixed;
  padding-top: 3em;
  top: 0;
  height: 100%;
  width: 280px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  -webkit-overflow-scrolling: auto;
  -webkit-transform: translateZ(0);
  /* Stops scrolling immediately */
  z-index: 99999999;
  background: #9fb111;
  box-sizing: border-box;
  padding-bottom: 2em;
}
.sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  width: 100%;
  height: 3em;
  background: #9fb111;
  padding: 0 1em;
  line-height: 3em;
  box-sizing: border-box;
}
.sidebar .menu {
  width: 100%;
  box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  margin-bottom: 1em;
  margin-left: 0;
}
.sidebar .menu li {
  display: block;
  float: none;
  width: 100%;
}
.sidebar .menu li > a {
  padding: 0.5em 1em;
  background: #333;
  border-bottom: 1px solid #666;
}
.sidebar .menu li.hasChild > a {
  padding: 0.5em 1em !important;
  color: #EEE;
  background: #454545;
  padding-right: 36px;
  position: relative;
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.7);
}
.sidebar .menu li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 1.5em;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #EEE;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: 0.3s;
}
.sidebar .menu li li a {
  padding: 1em 1em;
}
.sidebar .menu li li a:after {
  display: none;
}
.sidebar .menu li li.hasChild a {
  background: #333;
  padding: 1em 1em 1em 2em !important;
}
.sidebar .menu li li.hasChild a:hover, .sidebar .menu li li.hasChild a:focus {
  background: #204ca4;
}
.sidebar .menu a {
  display: block;
  color: #FFF;
  text-decoration: none;
  transition: 0.4s;
}

.sidebar .menu li.hasChild.closeThis > a:before {
  transform: rotate(225deg);
  top: 1.1em;
}

.sidebar .menu ul ul {
  display: none;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.09);
  font-size: 0.938em;
  position: relative;
}
.sidebar .menu ul ul a {
  padding-left: 2em;
}

.sidebar .menu ul ul ul {
  display: none;
}

.sidebar .navigation {
  position: static;
  text-align: left;
}

.sidebar .navigation ul {
  float: none;
  width: 90%;
  margin: 1em auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: none;
  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.813em;
  color: #FFF;
  text-decoration: none;
  border: none;
  margin: 2px;
  border-radius: 5px;
  background: #5c6b1f;
  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: #e1540e;
}

.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;
}

body > .menu_overlay {
  display: none;
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
}

footer {
  box-sizing: border-box;
  text-align: left;
  font-size: 0.813em;
  background: #5c5c5c;
  color: #eee;
}
footer .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
footer .container > div {
  padding-bottom: 1em;
}
footer a {
  text-decoration: none;
  color: #204ca4;
}
footer a:hover, footer a:focus {
  color: #183879;
}
footer .footer_logo {
  float: left;
  width: 66.6666666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer_logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  footer .footer_logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  footer .footer_logo {
    float: left;
    width: 25%;
  }
}
footer .footer_info {
  padding-top: 0.5em;
  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: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  footer .footer_info {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  footer .footer_info {
    float: left;
    width: 66.6666666667%;
  }
}
footer .footer_icon {
  padding-top: 1em;
  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: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  footer .footer_icon {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  footer .footer_icon {
    float: left;
    width: 33.3333333333%;
  }
}
footer .footer_link {
  background: #7e7e7e;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  zoom: 1;
  text-align: center;
}
footer .footer_link:before, footer .footer_link:after {
  content: "";
  display: table;
}
footer .footer_link:after {
  clear: both;
}
footer .footer_link ul {
  margin: 5px auto;
}
footer .footer_link ul li {
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
footer .footer_link ul li a {
  display: block;
  padding: 0.5em 1.4em 0.5em 0.5em;
  color: #fff;
  background: url(../images/f_linkbg.png) no-repeat right center;
  font-size: 1.13em;
}
footer .footer_link ul li a:hover, footer .footer_link ul li a:focus {
  color: #eeff65;
}
footer .footer_link ul li:last-child a {
  background: none;
}
@media screen and (max-width: 767px) {
  footer .footer_link {
    text-align: left;
  }
  footer .footer_link ul {
    margin: 0;
    padding: 0;
  }
  footer .footer_link ul li {
    display: block;
    border-bottom: solid 1px #ccc;
    margin: 0;
  }
  footer .footer_link ul li a {
    background: none;
    padding: 1em;
  }
  footer .footer_link ul li:last-child {
    border-bottom: none;
  }
}
footer p {
  line-height: 1.5em;
  margin: 0.5em 0;
}
footer .update,
footer .counter {
  display: inline-block;
  margin-right: 5px;
}
footer .update em,
footer .counter em {
  font-style: normal;
  color: #efff00;
  padding: 0 0.5em;
}
footer .footer_icon {
  text-align: right;
}
footer .footer_icon a {
  display: inline-block;
  vertical-align: top;
  margin: 2px 5px;
}
footer .footer_icon img {
  max-width: 120px;
}

.fatfooter {
  box-sizing: border-box;
}
.fatfooter nav {
  max-width: 100%;
}
.fatfooter nav > ul > li {
  box-sizing: border-box;
  width: 13.8571428571%;
}
@media screen and (max-width: 991px) {
  .fatfooter nav > ul > li {
    width: 12.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .fatfooter nav > ul > li {
    width: 95%;
    margin: 0px auto 3px;
  }
}
@media (max-width: 767px) {
  .fatfooter {
    display: none;
  }
}

.fatfooter {
  background: #5c5c5c;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.fatfooter .container {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.fatfooter .btn-fatfooter {
  font-size: 0.813em;
  cursor: pointer;
  display: inline-block;
  width: 80px;
  color: #FFF;
  border: none;
  background: #333;
  position: absolute;
  top: -2px;
  right: 1%;
  z-index: 999;
  border-radius: 0px 0px 10px 10px;
  background-clip: padding-box;
}
.fatfooter .btn-fatfooter:hover, .fatfooter .btn-fatfooter:focus {
  background: #333;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.fatfooter nav {
  clear: both;
  color: #fff;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 30px 0 0 10px;
  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;
  vertical-align: top;
  line-height: 1.3em;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .fatfooter nav ul li {
    display: block;
  }
}
.fatfooter nav ul li a {
  color: #b6c71b;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.25em;
  display: block;
  font-weight: 400;
  padding: 2% 5%;
}
.fatfooter nav ul li a:hover, .fatfooter nav ul li a:focus {
  color: #b6c71b;
  text-decoration: none;
  background: #333;
  border-radius: 3px;
  background-clip: padding-box;
}
.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 0;
  border: none;
  background: none;
  width: 100%;
}
.fatfooter nav ul li ul li a {
  display: block;
  color: white;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  font-size: 0.938em;
  font-weight: normal;
  line-height: 1em;
  padding: 5px 8px;
  background: none;
  box-sizing: border-box;
  border-bottom: none;
}
.fatfooter nav ul li ul li a:hover, .fatfooter nav ul li ul li a:focus {
  color: #fff;
}
.fatfooter nav ul li ul ul {
  display: none;
}

.function ul li.icon_forward a:before, .function ul li.icon_print a:before, .function ul li.icon_back a:before {
  vertical-align: middle;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.2em;
  display: inline-block;
}

.function {
  margin: 0px;
  overflow: hidden;
  box-sizing: border-box;
}
.function ul {
  padding: 0;
  margin: 0;
}
.function ul li {
  list-style: none;
  display: block;
  float: right;
  margin: 0 3px 3px 0;
}
.function ul li button,
.function ul li a {
  font-size: 0.813em;
  display: block;
  padding: 0.2em 1em;
  background: #888;
  border-color: #888;
  color: #FFF;
  border-radius: 4px;
  background-clip: padding-box;
}
.function ul li button:hover, .function ul li button:focus,
.function ul li a:hover,
.function ul li a:focus {
  background: #6f6f6f;
  border-color: #6f6f6f;
}
.function ul li.icon_back a:before {
  background: url(../images/basic/icon_back.svg) no-repeat center center;
  background-size: cover;
}
.function ul li.icon_print a:before {
  background: url(../images/basic/icon_print.svg) no-repeat center center;
  background-size: cover;
}
.function ul li.icon_forward a:before {
  background: url(../images/basic/icon_forward.svg) no-repeat center center;
  background-size: cover;
}

.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;
  background-clip: padding-box;
  box-shadow: 1px 1px 35px RGBA(0, 0, 0, 0.75);
  animation: scaleUp 0.3s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #204ca4;
  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: #e1540e;
  margin: 0px 0.5em;
}
.pagination .page {
  margin: 10px 0;
  padding: 0;
}
.pagination .page li {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  margin-bottom: 5px;
  list-style: none;
  box-sizing: border-box;
}
.pagination .page li a {
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  font-size: 15px;
  color: #333;
  background-color: rgb(247, 247, 247);
  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: #e1540e;
  color: #fff !important;
  border: #e1540e solid 1px;
}
.pagination .page li.active a {
  color: #fff !important;
  background: #e1540e;
  border: #e1540e solid 1px;
}
.pagination .page li.first a, .pagination .page li.prev a, .pagination .page li.next a, .pagination .page li.last a {
  color: #333;
  background: transparent;
  border: transparent;
}
.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 {
  color: #1a1a1a !important;
}

.pagination .total {
  padding: 5px;
}

@media (max-width: 767px) {
  .pagination .total select.form-control {
    margin: 0px 0px;
    text-align: center;
  }
}
.thumbnail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  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: 1400px) {
  .thumbnail {
    float: left;
    width: 25%;
  }
}
.thumbnail a {
  display: block;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #DDD;
  padding: 0.5em 0.5em 1em 0.5em;
}
.thumbnail a:hover, .thumbnail a:focus {
  border: 1px solid #a0b211;
  color: #e1540e;
}
.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 .imgOuter img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.thumbnail .caption {
  max-width: 90%;
  margin: 0px auto;
}
.thumbnail .caption h3 {
  font-weight: 400;
  font-size: 1.1em;
  height: 1.2em;
  overflow: hidden;
  margin: 0.5em 0;
  padding: 0;
  text-align: left;
}
.thumbnail .caption p {
  font-size: 0.93em;
  height: 3em;
  overflow: hidden;
  margin: 0.5em 0;
  padding: 0;
  text-align: left;
}

.gallery {
  margin: 1em 0;
}

.category {
  text-align: left;
  box-sizing: border-box;
  margin: 0.5em auto;
}
.category ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.category ul li {
  margin: 0px 3px 3px 0px;
  display: block;
  float: left;
}
@media screen and (max-width: 767px) {
  .category ul li {
    float: none;
  }
}
.category a {
  background: #9fb111;
  padding: 0.4em 1em;
  display: block;
  color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  background-clip: padding-box;
}
.category a:hover, .category a:focus {
  background: #3a4314;
}

.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: 30px;
  height: 46px;
  line-height: 30px;
  font-size: 0em;
  color: #FFF;
  z-index: 999;
  text-align: center;
  transition: 0.3s ease-out;
  border-radius: 5px;
}
.gallery .lightbox .light_prev {
  background: rgba(255, 255, 255, 0.3) url(../images/prev.png) no-repeat center center;
  background-size: 12px auto;
}
.gallery .lightbox .light_prev:hover {
  background: rgba(0, 0, 0, 0.5) url(../images/prev_ov.png) no-repeat center center;
  background-size: 12px auto;
}
.gallery .lightbox .light_prev:focus {
  outline: solid 1px #fcca33;
}
.gallery .lightbox .light_next {
  right: 0px;
  left: auto;
  background: rgba(255, 255, 255, 0.3) url(../images/next.png) no-repeat center center;
  background-size: 12px auto;
}
.gallery .lightbox .light_next:hover {
  color: #000;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5) url(../images/next_ov.png) no-repeat center center;
  background-size: 12px auto;
}
.gallery .lightbox .light_next:focus {
  outline: solid 1px #fcca33;
}
.gallery .lightbox .light_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  color: #FFF;
  line-height: 30px;
  font-size: 0em;
  z-index: 999;
  transition: 0.3s ease-out;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3) url(../images/icon-close.png) no-repeat center center;
  background-size: 16px auto;
}
.gallery .lightbox .light_close:hover {
  background: #FFF;
  color: #000;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8) url(../images/icon-close-ov.png) no-repeat center center;
  background-size: 16px auto;
}
.gallery .lightbox .light_close:focus {
  outline: solid 1px #fcca33;
}
.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;
  box-sizing: border-box;
}
.share ul {
  list-style-type: none;
  padding: 0;
}
.share ul li {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: left;
  margin: 0px 3px 3px;
}
@media screen and (max-width: 767px) {
  .share ul li {
    margin: 0px 1px 2px;
    width: 26px;
    height: 26px;
  }
}
.share ul li img {
  width: 100%;
  height: 100%;
}

*[class^=notice] {
  padding: 0.4em 2em 0.4em 2em;
  display: block;
  font-size: 0.938em;
  margin: 0.2em 0;
  position: relative;
  color: #666;
  background-color: #f2f2f2;
  vertical-align: middle;
  position: relative;
  border-left: 0.5em solid #f2f2f2;
  box-sizing: border-box;
  border-radius: 4px;
  background-clip: padding-box;
}
*[class^=notice]:before {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  display: block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  content: "";
}
*[class^=notice]:before img {
  width: 100%;
}
*[class^=notice] a.close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0.4em;
  right: 1em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
*[class^=notice] a.close:hover, *[class^=notice] a.close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
*[class^=notice] a.close img {
  width: 12px;
  height: 12px;
}

*[class*=notice_info] {
  border: none;
  color: #00529B;
  background-color: #BDE5F8;
  border-left: 0.5em solid #BDE5F8;
}
*[class*=notice_info]:before {
  background: url(../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;
}

.lightbox_slider {
  background: #fff;
  padding: 1em 0px 1em;
  clear: both;
}
.lightbox_slider h3 {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #204ca4;
  font-weight: 500;
  margin: 1em 0;
  padding: 0 0 0 40px;
  background: url(../images/icon-h4-photo.png) no-repeat left center;
  background-size: 30px 30px;
  text-align: left;
}
.lightbox_slider .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
  max-height: 200px;
  margin: 5px;
}
.lightbox_slider .imgOuter:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.lightbox_slider .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lightbox_slider .imgOuter img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lightbox_slider .infotxt {
  margin: 0px 10px 0px 20px;
  padding: 0px;
  display: inline-block;
}
.lightbox_slider .slick-prev,
.lightbox_slider .slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
  transition: 0.3s ease-out;
}
.lightbox_slider .slick-prev {
  left: 0px;
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
}
.lightbox_slider .slick-next {
  right: 0px;
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
}
.lightbox_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.lightbox_slider a {
  color: #555;
}
.lightbox_slider a:hover {
  color: #204ca4;
}

/*  slick-lightbox  */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999999999999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 5px;
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
  z-index: 9;
}
.slick-lightbox .slick-next {
  right: 5px;
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
  z-index: 9;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto 1em;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 20px 0 0;
  color: white;
  clear: both;
  zoom: 1;
}
.slick-lightbox-slick-caption:before, .slick-lightbox-slick-caption:after {
  content: "";
  display: table;
}
.slick-lightbox-slick-caption:after {
  clear: both;
}

.slick-lightbox-close {
  position: fixed;
  top: 10px;
  right: 50px;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  min-width: auto;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  content: "";
  height: 6px;
  width: 32px;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  background: #DDD;
  left: 6px;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:after {
  content: "";
  height: 6px;
  width: 32px;
  transform: rotate(-45deg);
  position: absolute;
  top: 18px;
  background: #DDD;
  left: 6px;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:hover, .slick-lightbox-close:focus {
  background: none;
  margin-top: 0;
  border: none;
}
.slick-lightbox-close:hover:before, .slick-lightbox-close:hover:after, .slick-lightbox-close:focus:before, .slick-lightbox-close:focus:after {
  background: #FFF;
}

.Syncing_slider {
  clear: both;
  zoom: 1;
  margin: 2em 0;
}
.Syncing_slider:before, .Syncing_slider:after {
  content: "";
  display: table;
}
.Syncing_slider:after {
  clear: both;
}
.Syncing_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #204ca4;
}
.Syncing_slider .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.Syncing_slider .imgOuter:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.Syncing_slider .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.Syncing_slider .imgOuter p {
  position: absolute;
  background: RGBA(0, 0, 0, 0.4);
  text-align: center;
  color: #FFF;
  padding: 0.5em;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 0px;
  width: 100%;
  height: 4em;
  line-height: 3em;
  margin: 0px;
}
.Syncing_slider .slick-next {
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
}
.Syncing_slider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
}
.Syncing_slider .Slider-for {
  position: relative;
}
.Syncing_slider .Slider-for .imgOuter {
  max-height: 400px;
}
.Syncing_slider .Slider-nav {
  /*正在動作的縮圖*/
  position: relative;
}
.Syncing_slider .Slider-nav .imgOuter p {
  display: none;
}
.Syncing_slider .Slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.Syncing_slider .Slider-nav .imgOuter {
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .Slider-nav .imgOuter {
    max-height: 150px;
  }
}
.Syncing_slider .slick-dots {
  display: none !important;
}

body.noscroll {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden !important;
}

.wrapper {
  width: 100%;
  margin: 0px auto;
}

.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}

.main {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 55px;
  }
}
.main h2 {
  line-height: 1.25em;
}

.section {
  padding: 0em 0 1em;
  text-align: center;
}
.section [class^=col] {
  border: 1px solid #FFF;
  background: #DEDEDE;
  min-height: 250px;
  color: #204ca4;
  text-align: center;
  line-height: 250px;
  font-size: 1.5em;
  font-weight: bold;
  box-sizing: border-box;
}
.section + .section {
  padding-top: 0em;
}

.col-12 .col {
  float: left;
  width: 100%;
  border: none;
}
@media (min-width: 768px) {
  .col-12 .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-12 .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-12 .col {
    float: left;
    width: 100%;
  }
}

.col-12 .container {
  max-width: 100%;
}
.col-12 .col {
  float: left;
  width: 100%;
  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: 1400px) {
  .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: 25%;
  }
}
@media (min-width: 992px) {
  .col-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-3 .col {
    float: left;
    width: 25%;
  }
}

.news .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  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: 1400px) {
  .news .col {
    float: left;
    width: 33.3333333333%;
  }
}

.col-6 .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.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: 1400px) {
  .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: 1400px) {
  .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: 1400px) {
  .col-8-4 .video {
    float: left;
    width: 33.3333333333%;
  }
}

.doings .activity-photo {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .doings .activity-photo {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .doings .activity-photo {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .doings .activity-photo {
    float: left;
    width: 66.6666666667%;
  }
}
.doings .fb-box {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .doings .fb-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .doings .fb-box {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .doings .fb-box {
    float: left;
    width: 33.3333333333%;
  }
}

.event .news {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .event .news {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .event .news {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 1400px) {
  .event .news {
    float: left;
    width: 83.3333333333%;
  }
}
.event .r-banner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .event .r-banner {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .event .r-banner {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .event .r-banner {
    float: left;
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .event .r-banner {
    float: left;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
.event + .event .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.G-map {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.G-map .map {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .G-map .map {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .G-map .map {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .G-map .map {
    float: left;
    width: 50%;
  }
}
.G-map .info {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .G-map .info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .G-map .info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .G-map .info {
    float: left;
    width: 50%;
  }
}

.wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  text-align: left;
}
.wrap h2 {
  font: 500 1.5em "Noto Sans TC";
  margin: 1em 0 0.8em 0;
  border-left: solid 5px #9fb111;
  padding-left: 10px;
  line-height: 1em;
  text-align: left;
}

.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: 1400px) {
  .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: #204ca4;
}

.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: 1400px) {
  .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: 1400px) {
  .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: 1400px) {
  .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: 1400px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}

.innerpage {
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .innerpage {
    padding-top: 5em;
  }
}
.innerpage > .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.lp table td {
  text-align: left;
}
.lp table td.date {
  text-align: center;
  color: #666;
}
.lp table td.num {
  text-align: center;
  color: #666;
}
.lp article {
  clear: both;
  zoom: 1;
  margin: 0.5em 0 1em;
}
.lp article:before, .lp article:after {
  content: "";
  display: table;
}
.lp article:after {
  clear: both;
}
.lp article img {
  float: left;
  margin: 0 1em 1em 0;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .lp article img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.lp article p {
  font-size: 1em;
  line-height: 1.65em;
}
.lp .list ul,
.lp .list ol {
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #ccc;
}
.lp .list ul li,
.lp .list ol li {
  padding: 1em 0 1em 2em;
  border-bottom: 1px solid #DDD;
  position: relative;
}
.lp .list ul li .num,
.lp .list ol li .num {
  width: 1.5em;
  text-align: right;
  position: absolute;
  top: 1.1em;
  left: 0;
}
.lp .list ul li .num:after,
.lp .list ol li .num:after {
  content: ".";
  display: inline-block;
}
.lp .list ul li h3,
.lp .list ol li h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.lp .list ul li h3 a,
.lp .list ol li h3 a {
  color: #204ca4;
}
.lp .list ul li h3 a:hover, .lp .list ul li h3 a:focus,
.lp .list ol li h3 a:hover,
.lp .list ol li h3 a:focus {
  color: #e1540e;
}
.lp .list ul li p,
.lp .list ol li p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.lp .list ul li a,
.lp .list ol li a {
  display: inline-block;
  line-height: 1.45em;
}
.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;
  border-top: solid 1px #ccc;
}
.lp .album ul {
  padding: 0;
  margin: 1em 0 0 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: 50%;
  }
}
@media (min-width: 992px) {
  .lp .album ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .lp .album ul li {
    float: left;
    width: 25%;
  }
}
.lp .album ul li a {
  display: block;
  text-align: center;
  border: solid 1px #ccc;
  margin: 1em 0;
  padding: 6px;
  min-height: 290px;
  border-radius: 6px;
  background-clip: padding-box;
}
.lp .album ul li a:hover, .lp .album ul li a:focus {
  border: 1px solid #a0b211;
  color: #e1540e;
}
.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;
}
.lp .album ul li .imgOuter img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lp .album ul li h3 {
  font-weight: 400;
  font-size: 1.1em;
  height: 1.3em;
  overflow: hidden;
  margin: 10px;
  padding: 0;
  text-align: left;
}
.lp .album ul li p {
  font-size: 0.93em;
  height: 3em;
  overflow: hidden;
  margin: 10px;
  padding: 0;
  text-align: left;
}
.lp .video {
  margin-top: 30px;
}
.lp .video ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp .video ul li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lp .video ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .lp .video ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .lp .video ul li {
    float: left;
    width: 33.3333333333%;
  }
}
.lp .video ul li .youtube {
  position: relative;
  overflow: hidden;
  background: #dedede;
  margin-bottom: 0.5em;
}
.lp .video ul li .youtube:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.lp .video ul li .youtube img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lp .video ul li .youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lp .video ul li h3 {
  margin-bottom: 5px;
  height: 2.7em;
  line-height: 1.45em;
  overflow: hidden;
  display: block;
  margin-top: 5px;
  font-weight: 400;
}
.lp .video ul li .info {
  color: #666;
  margin-bottom: 5px;
  font-size: 0.75em;
  padding: 0.4em 0.8em;
  background: #dedede;
  border-radius: 4px;
  background-clip: padding-box;
}

.np ul, .np ol {
  overflow: hidden;
  padding: 1em 0;
  margin: 0;
  overflow: hidden;
}
.np li {
  display: block;
  width: 49%;
  margin: 0 1% 10px 0;
  float: left;
  background: url("../images/dot.png") no-repeat 0.8em 1.2em;
  box-sizing: border-box;
}
.np li:nth-child(even) {
  width: 50%;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .np li {
    float: none;
    width: 96%;
    margin: 0px auto 10px;
  }
  .np li:nth-child(even) {
    width: 96%;
    margin-right: auto;
  }
}
.np li a {
  border-bottom: dotted 1px #ccc;
  padding: 0.5em 1em 1em 2em;
  display: block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.np li a .num {
  display: none;
  position: absolute;
  width: 1em;
  top: 0.5em;
  left: 0.5em;
  text-align: right;
}
.np li a .num:after {
  content: ".";
  display: inline-block;
}
.np li a:hover, .np li a:focus {
  border-bottom: dotted 1px #efff00;
}

.cp {
  font-size: 1.125em;
  line-height: 2em;
}
.cp h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #204ca4;
  font-weight: 500;
}
.cp h4 {
  font-size: 1.05em;
  line-height: 1.5em;
  color: #333;
  font-weight: 500;
  margin: 1em 0;
  padding: 0;
}
.cp img {
  margin: 0px auto;
  max-width: 80%;
}
.cp img.float_left {
  float: none;
  margin: 0px auto 1em;
  max-width: 80%;
  clear: both;
  display: block;
}
.cp img.float_right {
  float: right;
  margin: 0px 0 1em 1em;
}
@media screen and (max-width: 767px) {
  .cp img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.cp a {
  color: #204ca4;
  text-decoration: underline;
}
.cp a:hover, .cp a:focus {
  color: #e1540e;
  text-decoration: none;
}
.cp ul,
.cp ol {
  clear: both;
  zoom: 1;
  margin: 1em 0;
  padding: 0 0 0 1.5em;
}
.cp ul:before, .cp ul:after,
.cp ol:before,
.cp ol:after {
  content: "";
  display: table;
}
.cp ul:after,
.cp ol:after {
  clear: both;
}
.cp p {
  margin: 1em 0;
  clear: both;
  zoom: 1;
}
.cp p:before, .cp p:after {
  content: "";
  display: table;
}
.cp p:after {
  clear: both;
}
.cp .info {
  font-size: 0.875em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
  border-left: solid 3px #9fb111;
  padding: 0.2em 1.5em 0.2em;
  background: #eee;
}
.cp .info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cp .info li {
  width: 23.33333%;
  flex: 0 1 23.33333%;
  vertical-align: top;
}
@media screen and (min-width: 993px) {
  .cp .info li:nth-of-type(2) {
    width: 30%;
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 991px) {
  .cp .info li {
    width: 48%;
    flex: 0 1 48%;
  }
}
@media screen and (max-width: 767px) {
  .cp .info {
    margin: 1em 0;
  }
  .cp .info li {
    width: 100%;
    flex: 0 1 100%;
  }
}
.cp table {
  font-size: 0.85em;
}
.cp .cp_youtube {
  max-width: 600px;
  margin: 0.5em auto 0.5em;
}
.cp .cp_youtube hr {
  margin: 0;
}
.cp .cp_youtube .info {
  margin-top: 10px;
  background: #fff;
  border: solid 1px #eee;
  padding: 5px;
  font-size: 1em;
}
.cp .cp_youtube p {
  font-size: 0.93em;
  margin: 0;
  line-height: 160%;
  font-weight: 400;
}
.cp .cp_youtube .youtube_outer {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  background: #dedede;
  clear: both;
  zoom: 1;
}
.cp .cp_youtube .youtube_outer:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.cp .cp_youtube .youtube_outer img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.cp .cp_youtube .youtube_outer:before, .cp .cp_youtube .youtube_outer:after {
  content: "";
  display: table;
}
.cp .cp_youtube .youtube_outer:after {
  clear: both;
}
.cp .cp_youtube .youtube_outer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fp {
  margin: 1em auto;
  box-sizing: border-box;
  padding: 1em;
}

/* sitemap */
.sitemap {
  margin: 0px auto 1em;
  color: #666;
  border-radius: 8px;
  background-clip: padding-box;
  clear: both;
  zoom: 1;
}
.sitemap:before, .sitemap:after {
  content: "";
  display: table;
}
.sitemap:after {
  clear: both;
}
.sitemap .accesskeyDefine {
  padding: 1em 2em;
  background: #EEE;
  border-radius: 6px;
  background-clip: padding-box;
}

.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: #204ca4;
  padding: 0.5em;
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  border-bottom: 2px solid #9fb111;
}
.cascading li a:hover, .cascading li a:focus {
  color: #e1540e !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 {
  margin: 1em auto;
  box-sizing: border-box;
  padding: 1em;
  border-top: solid 1px #ccc;
}
.qp p {
  margin: 0.5em 0;
}
.qp .btn_grp input {
  min-width: 80px;
}
@media screen and (max-width: 767px) {
  .qp {
    padding: 1em 0;
  }
}

@media screen and (max-width: 767px) {
  .myDate input[type=text] {
    width: 70% !important;
  }
}

/*思源黑體*/
.mp-banner {
  margin: 20px 20px;
}
.mp-banner img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .mp-banner {
    margin: 20px 10px 0;
    border-radius: 5px;
  }
}

.news {
  text-align: left;
}
.news h2 {
  font: 500 1.5em "Noto Sans TC";
  margin: 0 0 0.5em 10px;
  border-left: solid 5px #9fb111;
  padding-left: 10px;
  line-height: 1em;
}
.news ul {
  list-style-type: none;
  padding: 0;
  margin: 0 15px 0 15px;
  font: 400 1.05em "Noto Sans TC";
}
.news ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #bababa;
  position: relative;
}
.news ul li a {
  display: block;
  padding-left: 11em;
  position: relative;
  line-height: 1.45em;
}
@media screen and (max-width: 767px) {
  .news ul li a {
    padding-left: 0;
  }
}
.news ul li span.dept {
  display: inline-block;
  margin: 0 0.5em 0 1em;
  color: #e1540e;
  position: absolute;
  left: 5em;
}
@media screen and (max-width: 767px) {
  .news ul li span.dept {
    display: block;
    font-size: 0.75em;
    position: static;
    margin: 0 0.5em 0 2em;
  }
}
.news ul li span.dept2 {
  display: inline-block;
  margin: 0 0.5em 0 1em;
  color: #204ca4;
  position: absolute;
  left: 5em;
}
@media screen and (max-width: 767px) {
  .news ul li span.dept2 {
    display: block;
    font-size: 0.75em;
    position: static;
  }
}
.news ul li span.dept3 {
  display: inline-block;
  margin: 0 0.5em 0 1em;
  color: #5c6b1f;
  position: absolute;
  left: 5em;
}
@media screen and (max-width: 767px) {
  .news ul li span.dept3 {
    display: block;
    font-size: 0.75em;
    position: static;
  }
}
.news ul li span.title {
  display: inline-block;
  max-width: 96%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .news ul li span.title {
    display: block;
    max-width: 98%;
    white-space: normal;
    text-overflow: initial;
  }
}
.news ul li time {
  display: inline-block;
  color: #5d5d5d;
  font-size: 0.93em;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .news ul li time {
    font-size: 0.75em;
    position: static;
    float: left;
    margin-right: 1em;
  }
}

.more {
  float: right;
  margin: 1em 1em 0 0;
}
.more a {
  display: block;
  background: #9fb111;
  padding: 2px 1.2em;
  border-radius: 5px;
  color: #fff;
}
.more a:hover, .more a:focus {
  background: #5c6b1f;
}

.r-banner img {
  width: 96%;
  border-radius: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .r-banner img {
    width: 86%;
    margin: 20px auto;
  }
}

.service-list {
  text-align: left;
  margin: 15px;
}
.service-list h2 {
  font: 500 1.5em "Noto Sans TC";
  margin: 0 0 0.5em 10px;
  border-left: solid 5px #9fb111;
  padding-left: 10px;
  line-height: 1em;
}
.service-list .Responsive_slider {
  margin: 0 15px;
}
.service-list .slick-slide a {
  padding: 6px;
  margin-bottom: 3px;
  display: block;
}

.activity-photo h2 {
  font: 500 1.5em "Noto Sans TC";
  margin: 0 0 0.5em 10px;
  border-left: solid 5px #9fb111;
  padding-left: 10px;
  line-height: 1em;
  text-align: left;
}
.activity-photo .Syncing_slider {
  width: 94%;
  margin: 0 auto 10px;
  margin-left: 20px;
}
.activity-photo .Syncing_slider .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.activity-photo .Syncing_slider .imgOuter:before {
  display: block;
  content: "";
  padding-top: 62.5%;
}
.activity-photo .Syncing_slider .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.activity-photo .Syncing_slider .imgOuter img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.activity-photo .Syncing_slider .slick-slide {
  margin: 5px 15px 10px;
  overflow: hidden;
  border-radius: 10px;
}
.activity-photo .Syncing_slider .Slider-nav {
  width: 98%;
  margin: 0 auto;
  /*正在動作的縮圖*/
}
.activity-photo .Syncing_slider .Slider-nav .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.activity-photo .Syncing_slider .Slider-nav .imgOuter:before {
  display: block;
  content: "";
  padding-top: 62.5%;
}
.activity-photo .Syncing_slider .Slider-nav .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.activity-photo .Syncing_slider .Slider-nav .slick-slide {
  opacity: 0.6;
  margin: 10px;
}
.activity-photo .Syncing_slider .Slider-nav .slick-slide img {
  opacity: 1 !important;
}
.activity-photo .Syncing_slider .Slider-nav .slick-current {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .activity-photo .Syncing_slider .Slider-nav {
    width: 86%;
  }
  .activity-photo .Syncing_slider .Slider-nav .imgOuter {
    position: relative;
    overflow: hidden;
    background: #dedede;
  }
  .activity-photo .Syncing_slider .Slider-nav .imgOuter:before {
    display: block;
    content: "";
    padding-top: 75%;
  }
  .activity-photo .Syncing_slider .Slider-nav .imgOuter img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .activity-photo .Syncing_slider .Slider-nav .slick-slide {
    border-radius: 3px;
    margin: 5px;
  }
}
@media screen and (max-width: 767px) {
  .activity-photo .Syncing_slider .Slider-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .activity-photo .Syncing_slider {
    width: 92%;
    margin-left: 15px;
  }
  .activity-photo .Syncing_slider .slick-slide {
    margin: 5px 8px 10px;
    border-radius: 6px;
  }
}
.activity-photo .more {
  margin: 0 1em 0 0;
}

.fb-box iframe {
  margin: 2em auto 0;
}
@media screen and (max-width: 767px) {
  .fb-box iframe {
    margin: 1em auto 0;
  }
}
.fb-box iframe img {
  width: 100%;
}

.G-map {
  padding-bottom: 2em;
}
.G-map h2 {
  font: 500 1.5em "Noto Sans TC";
  margin: 0 0 0.8em 10px;
  border-left: solid 5px #9fb111;
  padding-left: 10px;
  line-height: 1em;
  text-align: left;
}
.G-map .map iframe {
  width: 100%;
  height: 380px;
  border: none;
}
@media screen and (max-width: 767px) {
  .G-map .map iframe {
    height: 280px;
  }
}
.G-map .info {
  background: #333;
  color: #fff;
  text-align: left;
  height: 380px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .G-map .info {
    height: auto;
  }
}
.G-map .info p {
  font-size: 0.93em;
  line-height: 1.5em;
  padding: 8px;
  margin: 1em;
}

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #204ca4;
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  transition: 0.5s;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  a.goCenter {
    display: none;
  }
}
a.goCenter:hover, a.goCenter:focus {
  outline: none;
  top: 0;
  opacity: 1;
}

.no-js noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #204ca4;
  background: #FFF;
  color: #666;
  overflow: hidden;
  line-height: 1.45em;
  font-size: 0.813em;
  margin: 0 0.5em 0.5em;
  border-radius: 4px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.no-js noscript a {
  color: #204ca4;
}
.no-js noscript a:hover, .no-js noscript a:focus {
  color: #e1540e;
}
.no-js .search noscript {
  margin-left: 1%;
  margin-right: 1%;
}/*# sourceMappingURL=hyui.css.map */