@charset "UTF-8";
/*!================== ※ 圖文配置 ※ ==================*/
/*==========textAimg==========*/
.content .textAimg-c, .content .textAimg-l, .content .textAimg-l-sep, .content .textAimg-r, .content .textAimg-r-sep {
  margin: 0 0 35px 0;
  overflow: hidden;
}
.content .textAimg-c > .textAimg_img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 100%;
}
.content .textAimg-c > .textAimg_text {
  clear: both;
}
.content .textAimg-l > .textAimg_img, .content .textAimg-l-sep > .textAimg_img {
  float: left;
  margin: 0 25px 15px 0;
  max-width: 50%;
}
.content .textAimg-l-sep > .textAimg_text {
  overflow: hidden;
}
.content .textAimg-r > .textAimg_img, .content .textAimg-r-sep > .textAimg_img {
  float: right;
  margin: 0 0 15px 25px;
  max-width: 50%;
}
.content .textAimg-r-sep > .textAimg_text {
  overflow: hidden;
}
.content .textAimg_text {
  text-align: justify;
  word-break: break-word;
  /* word-wrap: break-word; */
  display: block;
  margin-bottom: 20px;
}
.content ol>li.textAimg_text {
  display: list-item;
  text-indent: 0;
  margin: 0 0 40px 0;
}
.content ul>li.textAimg_text {
  display: list-item;
  text-indent: 0;
  margin: 0 0 40px 0;
}
.content .textAimg-c ol, .content .textAimg-l ol, .content .textAimg-l-sep ol, .content .textAimg-r ol, .content .textAimg-r-sep ol{
  list-style-type: decimal; 
  list-style-position: inside;
  padding: 0 30px;
}
.content .textAimg-c ul, .content .textAimg-l ul, .content .textAimg-l-sep ul, .content .textAimg-r ul, .content .textAimg-r-sep ul{
  list-style: disc; 
  list-style-position: inside;
  padding: 0 15px;
}
/*讓圖文ul順一點*/
.content .textAimg-c ol, .content .textAimg-l ol, .content .textAimg-l-sep ol, .content .textAimg-r ol, .content .textAimg-r-sep ol {
  list-style-type: decimal; 
  list-style-position: outside;
  padding: 0 30px;
}
.content .textAimg-c ul, .content .textAimg-l ul, .content .textAimg-l-sep ul, .content .textAimg-r ul, .content .textAimg-r-sep ul {
  list-style: disc; 
  list-style-position: outside;
  padding: 0 30px;
}
.content .textAimg-c h1, .content .textAimg-l h1, .content .textAimg-l-sep h1, .content .textAimg-r h1, .content .textAimg-r-sep h1 {
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 768px) {  
  .content .textAimg-l > .textAimg_img, .content .textAimg-l-sep > .textAimg_img , .content .textAimg-r > .textAimg_img, .content .textAimg-r-sep > .textAimg_img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .content .textAimg-c, .content .textAimg-l, .content .textAimg-l-sep, .content .textAimg-r, .content .textAimg-r-sep {
    margin: 0 0 15px 0;
  }
  /*讓圖文ul順一點*/
  .content .textAimg-c ol, .content .textAimg-l ol, .content .textAimg-l-sep ol, .content .textAimg-r ol, .content .textAimg-r-sep ol {
    list-style-type: decimal; 
    list-style-position: outside;
    padding: 0 0 0 30px;
  }
  .content .textAimg-c ul, .content .textAimg-l ul, .content .textAimg-l-sep ul, .content .textAimg-r ul, .content .textAimg-r-sep ul {
    list-style: disc; 
    list-style-position: outside;
    padding: 0 0 0 30px;
  }
  .content .textAimg-c h1, .content .textAimg-l h1, .content .textAimg-l-sep h1, .content .textAimg-r h1, .content .textAimg-r-sep h1 {
    font-size: 1.125rem;
    margin: 6px 0;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!

normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css ※ css初始化 ※
*/
/* Document ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ========================================================================== */
/*!

================== ※ 基本設置 ※ ==================
*/
:focus {
  outline: none; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

select, input, textarea {
  font-family: "微軟正黑體", 'Apple LiGothic', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Helvetica, sans-serif; }

textarea {
  border: 1px solid #dedede;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
}
input:disabled {
  cursor: not-allowed;
  background-color: #eee;
}
select, input:not([type='radio']):not([type='checkbox']) {
  -webkit-appearance: none;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
  height: 50px;
  color: #464646; }

input[type='checkbox'], input[type='radio'] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 10px; }
.uv {
  display: inline-block; 
}
.uv_Btn {
  display: none;
  vertical-align: middle; 
}
.uv_Btn:checked ~ .uv_Radio:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 9px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: skyblue;
  border-radius: 50%; 
}
.uv_Btn:checked ~ .uv_CheckBox:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 9px;
  margin-top: -6px;
  width: 10px;
  height: 6px;
  border-left: 3px solid skyblue;
  border-bottom: 3px solid skyblue;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}
.uv_Btn:checked ~ .uv_CheckBox.Full:after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff; 
}
.uv_Btn:checked ~ .uv_CheckBox.Full:before {
  background: skyblue;
  border: 1px solid skyblue; 
}
.uv_Radio {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 30px;
  line-height: 170%; 
}
.uv_Radio:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  box-sizing: border-box;
}
.uv_CheckBox {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 30px;
  line-height: 170%; 
}
.uv_CheckBox:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  box-sizing: border-box;
}
select {
  min-width: 150px;
  /*! 隱藏既有下拉箭頭 */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  /*! 美化下拉選單 */
  background: url("../images/select_arrow.png") center right 8px no-repeat, #fff;
  background-size: 14px auto;
  box-sizing: border-box; 
}
select::-ms-expand {
  display: none; 
}
a {
  text-decoration: none;
  color: #464646; 
}
img {
  max-width: 100%;
  max-height: 100%;
}
body.Fixd {
  height: 100vh;
  overflow: hidden; 
}
.wrapper {
  font-family: "微軟正黑體", 'Apple LiGothic', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Helvetica, sans-serif;
  color: #464646;
  letter-spacing: .3px;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  word-break: break-all;
  overflow: hidden;
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  word-break : normal;
  word-wrap:break-word;
}
.logo {
  z-index: 0;
  padding: 0 10px 0 60px;
  width: calc(100% - 70px);
  max-width: 300px;
  height: 100%;
  -o-transition: width .5s, margin .3s;
  -ms-transition: width .5s, margin .3s;
  -moz-transition: width .5s, margin .3s;
  -webkit-transition: width .5s, margin .3s;
  transition: width .5s, margin .3s; 
}
.logo a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/logo.png") center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: center left;
  -o-transition: padding .5s;
  -ms-transition: padding .5s;
  -moz-transition: padding .5s;
  -webkit-transition: padding .5s;
  transition: padding .5s; 
}
.mbShow {
  display: none; 
}
.menu_Btn {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  box-sizing: border-box;
  padding: 14px 15px;
  font-size: 0.875rem;
  text-align: center;
  background: #1f3670;
}
.menu_Btn i {
  display: none; 
}
.menu_Btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  -o-transition: transform .3s;
  -ms-transition: transform .3s;
  -moz-transition: transform .3s;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  position: absolute;
}
.menu_Btn span:nth-of-type(1) {
  top: 0;
} 
.menu_Btn span:nth-of-type(2) {
  top: 10px;
} 
.menu_Btn span:last-of-type {
  width: 60%;
  top: 20px
}
.menu_Btn:after {
  content: '';
  font-size: .75rem;
  display: block;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 1px;
  letter-spacing: -0.5px;
}
.menu_Btn.open {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.menu_Btn.open .rotate {
  transform: rotate(360deg);
}
.menu_Btn .rotate {
  transform: rotate(0deg);
  transition: all .4s;
  position: relative;
  width: 30px;
  height: 32px;
}
.menu_Btn.open span {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 0;
}
.menu_Btn.open span:nth-of-type(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_Btn.open span:nth-of-type(2) {
  opacity: 0;
  -o-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.menu_Btn.open span:last-child {
  margin: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_Btn:hover {
  cursor: pointer;
}

/*!
==================== ※ header 設置 ※ ====================
*/
header {
  height: 160px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -o-transition: top .3s, height .3s;
  -ms-transition: top .3s, height .3s;
  -moz-transition: top .3s, height .3s;
  -webkit-transition: top .3s, height .3s;
  transition: top .3s, height .3s;
  border-bottom: 1px solid #DDD;
  /* box-shadow: 0 0 0.5rem rgb(0 0 0 / 30%); */
}
header.Height {
  height: 100px;
}
header.Height ~ .main {
  padding-top: 220px;
}
.header {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
}
.header h1 {
  width: 20%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.menu_area {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.side_area {
  display: flex;
  justify-content: end;
  align-items: center;
}
.top_menu {
  text-align: end;
  font-size: 0.9375rem;
  padding: 0 20px;
}
.top_menu a:hover {
  color: #7b7464;
}
.top_menu a::after {
  content: '';
  padding: 0 5px 0 0;
  border-right: 1px solid #000;
}
.top_menu a:last-child::after {
  content: '';
  display: none;
}
.bottom_menu {
  display: flex;
}
.menu_Box {
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
  position: relative;
  max-width: 1200px;
  background-color: #FFF;
  transition: all 1s ease-out;
}
.menu_Box li a {
  color: #000;
}
.menu_Box li > a:hover {
  color: #7b7464;
}
.menu.TableView {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  justify-content: center;
}
.menu.TableView .menu_List {
  padding: 0 20px;
  line-height: 120%;
  position: relative;
  -o-transition: background .3s, padding .5s;
  -ms-transition: background .3s, padding .5s;
  -moz-transition: background .3s, padding .5s;
  -webkit-transition: background .3s, padding .5s;
  transition: background .3s, padding .5s;
}
.menu.TableView .menu_List:last-child:after{
  content: none;
}
.menu.TableView .menu_List:after.Height {
  top: 32%;
}
.menu.TableView .menu_List:hover {
  /* background: rgba(0 0 0 / 10%); */
  border-bottom: 3px solid #70bd26;
}
.menu.TableView .menu_List:hover .menu_OptionChild {
  height: auto;
}
.menu.TableView .menu_List:hover .menu_ChildName {
  opacity: 1;
}
.menu.TableView .menu_Title {
  padding: 0 5px;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}
.menu.TableView .menu_Option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.menu.TableView .menu_OptionChild {
  position: absolute;
  width: 200px;
  box-sizing: border-box;
  line-height: 140%;
  background-color: #e9efc4;
  border-color: #c6db40;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  top: 110%;
  left: 0;
  height: 0;
  overflow: hidden;
  font-size: 1.04375rem;
  overflow-y: auto;
  max-height: 400px;
}
.menu.TableView .menu_ChildName {
  opacity: 0;
  display: block;
  padding: 6px 12px;
  color: #333;
  -o-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -ms-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -moz-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -webkit-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
}
.menu.TableView .menu_ChildName:hover {
  background: #72bc29;
  color: #FFF;
  padding-left: 16px;
}
.menu.Mobile {
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.menu.Mobile .menu_List {
  line-height: 170%;
  text-align: center;
  position: relative;
}
.menu.Mobile .menu_Option {
  display: block;
  padding: 14px 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.menu.Mobile .menu_OptionChild:before, .menu.Mobile .menu_OptionChild:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #72b92d;
  position: absolute;
  top: 24px;
  right: 15px;
  -o-transition: transform .3s;
  -ms-transition: transform .3s;
  -moz-transition: transform .3s;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.menu.Mobile .menu_OptionChild.Close {
  height: 0;
  overflow: hidden;
}
.menu.Mobile .menu_OptionChild.Close:after {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu.Mobile .menu_OptionChild.Close .menu_ChildName {
  color: rgba(255, 255, 255, 0);
}
.menu.Mobile .menu_ChildName {
  display: block;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.05);
  -o-transition: color .5s;
  -ms-transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  transition: color .5s;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.search {
  padding: 0 20px;
}
.search_box {
  position: relative;
}
.search_box input:not([type='radio']):not([type='checkbox']) {
  padding: 0 45px 0 15px;
}
.search_box .submit {
  height: 100%;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 40px;
}
.search_box .submit:hover {
  opacity: 0.8;
}
.search_box button {
  background: none;
  border: 0;
  cursor: pointer;
}
.icon {
  color: transparent;
  font: 0/0 a;
  overflow: hidden;
  text-shadow: none;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.i-search {
  background-image: url(../images/icon_search.svg);
  height: 21px;
  width: 21px;
}
.scroll::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.scroll::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.4);
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
}
.color_red {
  color: #F00;
}
.color_blue {
  color: #3f51b5;
}

/*!
==================== ※ #banner 設置 ※ ====================
*/
.banner {
  width: 100%;
  max-width: 1340px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
:root {
  --swiper-theme-color: #f8db59;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .swiper-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-container .swiper-img img {
  max-width: 100%;
}
.banner_img {
  padding-bottom: 21%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev,
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  background-color: #f8db59;
  opacity: 0.9;
  color: #FFF;
  padding: 0 8px;
}
.swiper-button-next, .swiper-button-prev, .swiper-pagination {
  z-index: 1;
}
.swiper-container .swiper-pagination {
  color: #FFF;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-container-rtl .swiper-button-next:after,
.swiper-container .swiper-button-next:after, 
.swiper-container .swiper-container-rtl .swiper-button-prev:after {
  color: #FFF;
  font-size: 16px;
}

/*!
==================== ※ #main 設置 ※ ====================
*/
.main {
  padding-top: 180px;
  margin: 0 3%;
  box-sizing: border-box;
  min-height: calc(100vh - 160px);
  background: #fff;
}
.slider_List {
  display: block;
  padding: 0 8px;
  box-sizing: border-box;
}
.slider_Img {
  width: 100%;
  height: 0;
  padding-bottom: 36%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
  overflow: visible;
  font-family: "微軟正黑體", 'Apple LiGothic', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Helvetica, sans-serif;
}
#cboxOverlay {
  background: #000;
}
#cboxContent {
  background: #fff;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight {
  background: #fff;
  width: 0;
  height: 0; 
}
#cboxTopLeft, #cboxTopRight {
  width: 10px;
  height: 10px; 
}
#cboxTopCenter {
  height: 10px; 
}
#cboxMiddleLeft, #cboxMiddleRight {
  width: 10px; 
}
#cboxLoadedContent {
  margin-bottom: 78px; 
}
#cboxClose {
  bottom: auto;
  top: -20px;
  right: -26px;
  width: 38px;
  height: 38px;
  background: #aa001f;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/close.svg") center no-repeat;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0 0 0 / 75%); 
}
#cboxCurrent {
  right: 0;
  left: auto;
  bottom: 15px;
  color: #666;
  font-size: .875rem; 
}
#cboxPrevious, #cboxNext {
  width: 30px;
  height: 48px;
  bottom: auto;
  left: auto;
  background: url("../images/lightbox_arrow.svg") center no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; 
}
#cboxPrevious {
  left: -60px; 
}
#cboxNext {
  right: -60px;
  transform: rotate(180deg);
}
#cboxTitle {
  bottom: 0;
  height: 78px;
  box-sizing: border-box;
  padding: 10px 10px 30px;
  line-height: 150%;
  text-align: left;
  color: #000; 
}

/*!
==================== ※ 首頁開始 ※ ====================
*/

/* 我要捐款浮動BTN */
.donate_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 90px;
  height: 80px;
  background: #fa1e43;
  color: #FFF !important;
  font-size: 1.03125rem;
  top: 45%;
  z-index: 888;
  box-shadow: 5px 3px 10px #aaa;
  opacity: 0.8;
  position: fixed;
  text-align: center;
  right: 0;
  font-weight: bold;
  transition: .3s;
  line-height: 1.4;
}
.donate_btn:hover {
  box-shadow: 5px 3px 10px #666;
  opacity: 1;
  transition: .3s;
}
/*HEADER登入BTN*/
.login_W {
  display: block;
  font-size: 0.9375rem;
  background-color: #f3f3f3;
  padding: 4px 10px;
  border-radius: 4px;
}
.login_W a {
  display: inline-block;
  padding: 6px 10px;
  color: #333;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #CCC;
}
.login_W a:hover {
  background-color: #fb8400;
  color: #FFF;
}
.login_W a:active {
  background-color: #eee;
}
.login_W span b {
  margin-right: 6px;
} 
.login_M {
  display: none;
}
.login_M span {
  color: #FFF;
}
/*首頁LOGIN*/
.banner_block {
  display: flex;
  width: 100%;
  align-items: center;
}
.banner_box {
  width: 75%;
}
.index_login {
  width: 24%;
  background-color: #fdfae9;
  margin-left: 1%;
}
.index_login h2 {
  background-color: #efeaca;
  text-align: center;
  font-size: 120%;
  font-weight: 600;
  padding: 10px;
}
.login_main {
  padding: 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.login_btn {
  margin-top: 25px;
}
.login_btn a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #FFF;
  background-color: #df2935;
  transition: .3s;
  margin-top: 15px;
}
.login_btn a.btn_color {
  background-color: #fee13d;
  color: #333;
}
.login_btn a:hover {
  transition: .4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) ;
  border-radius: 6px;
}

/*========== 首頁最新消息 ==========*/

.main_block {
  display: flex;
}
.case_news {
  display: flex;
  flex-direction: column;
  width: 75%;
}
.block_news {
  display: flex;
  justify-content: center;
  width: 100%;
}
.news_box {
  max-width: 1340px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 20px 50px;
  box-sizing: border-box;
}
.box_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.title_area {
  display: flex;
  align-items: center;
  width: 100%;
}
.title_icon {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.title_icon img {
  width: 30px;
  margin-right: 15px;
}
.title_icon h2 {
  font-weight: bold;
  color: #243b75;
}
.title_bar {
  width: 85%;
  height: 3px;
  margin-top: 0;
  background-color: #c9d942;
  position: relative;
}
.title_bar::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c9d942;
  position: absolute;
  right: -10px;
  top: -3px;
}
.list_news {
  display: flex;
  width: 100%;
  max-width: 1340px;
  margin: 1% 3%;
}
.list_news:hover {
  opacity: 0.8;
}
.news_link {
  width: 100%;
  display: flex;
}
.list_text {
  display: flex;
  align-items: center;
  line-height: 1.5;
  width: 90%;
}
.list_text span {
  font-size: 0.875rem;
  color: #01803f;
  font-weight: bold;
  margin-right: 15px;
}
.list_text h4 {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_text h4:hover, 
.list_text p:hover {
  transform: scaleX(1.01);
  transition: all 0.2s;
}
.list_text p {
  font-size: 1.1rem;
  color: #2b2b2b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 10px;
}
.btn_more {
  padding: 8px 24px;
  border: 2px solid #333;
  margin: 30px 0 0;
  border-radius: 20px;
}
.btn_more:hover {
  background: rgb(114 185 45 / 80%);
  color: #FFF;
  border: 2px solid #72b92d;
  -o-transition: background .3s, padding .5s;
  -ms-transition: background .3s, padding .5s;
  -moz-transition: background .3s, padding .5s;
  -webkit-transition: background .3s, padding .5s;
  transition: background .3s, padding .5s;
}

/*========== 首頁募款專案 ==========*/
.case_box {
  max-width: 1340px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 20px 50px;
  box-sizing: border-box;
}
.case_box .title_icon img:first-child {
  display: none;
}
.list_case {
  display: flex;
  width: 100%;
  max-width: 1340px;
  margin: 1% 3%;
  position: relative;
}
.case_link {
  width: 92%;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.case_link .list_text {
  display: initial;
  line-height: 1.5;
  width: calc(90% - 40px);
  padding: 10px 20px 100px 30px;
}
.case_link .list_text h4 {
  font-size: 1.5rem;
  color: #e57602;
}
.case_box .list_img {
  display: flex;
  align-items: center;
  min-width: 360px;
  background-size: cover;
  box-shadow: 3px 3px 10px #AAA;
}
.btn_donate {
  position: absolute;
  right: 10%;
  bottom: 20%;
}
.btn_donate a {
  background-color: #c9d942;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 1.1rem;
}
.btn_donate a:hover {
  background-color: #FF0000;
  color: #FFF;
  transition: background .3s, padding .5s;
} 

/*========== 首頁其他連結 ==========*/
.block_link {
  width: 23%;
  padding: 30px 10px 10px;
  margin-left: 1%;
  text-align: center;
}
.block_link .title_area {
  justify-content: center;
}
.block_link .flip {
  display: none;
}
.link_list img {
  max-width: 100%;
  padding: 2%;
}

/*!
==================== ※ 內頁 設置 ※ ====================
*/
.main_content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: calc(100vh - 100px);
}
.main_content .pagebn_title {
  color: #333;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0.5% 1% 1% 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DDD;
}
.main_content .pagebn_title::before {
  content: '';
  background: #ffba00;
  border-radius: 5px;
  width: 5px;
  height: 30px;
  margin-right: 1%;
}
.main_content .print_date {
  width: 74%;
  text-align: end;
}
.kwd:before {
  content: '>';
  padding: 0 10px;
}
.keyword img {
  width: 35px;
  padding-right: 10px;
}
.kwd_text {
  margin: 20px auto 50px;
}
.kwd_text p {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.kwd_text > p span {
  padding: 0 10px;
  font-size: 1.375rem;
  font-weight: normal;
}
.kwd_text ul {
  padding-top: 10px;
}
.kwd_text li {
  border-bottom: 1px solid #e9ecef;
}
.kwd_text ul li a {
  display: block;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
  -o-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -ms-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -moz-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -webkit-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
}
.kwd_text ul li a:hover {
  padding-top: 10px;
}
.kwd_text .show_main > div {
  margin: 4px 0 20px;
  color: #508fff;
}
.kwd_text .bread span::after {
  content: '>';
  padding: 0 4px;
}
.kwd_text .bread span:last-child::after {
  content: unset;
}
.kwd_text .show_main > h2  {
  margin: 16px 0;
  color: #333;
  font-size: 1.25rem;
}
.kwd_text .text_area {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 0;
  padding: 0;
  font-size: 1rem;
  color: #888888;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.8;
}
.breadcrumbs li::after {
  content: '/';
  padding: 0 10px;
}
.breadcrumbs li:last-child::after {
  content: '';
  padding: 0;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.container {
  background-color: #FFF;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 30px 80px;
  background: #fff;
  flex: 1; /*撐開剩下的空間*/
  /* box-shadow: 0 0 0.5rem rgb(0 0 0 / 30%); */
}
.inside {
  display: flex;
  align-items: flex-start;
}
.sidebar{
  width: 260px;
  margin-right: 40px;
}
.sidebar_title h1 {
  background: #1f3670;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 15px;
  margin: 0;
  text-align: center;
}
.sidebar_tab{
  border: 1px solid #1f3670;
  color: #ffffff;
  background: #1f3670;
  padding: 10px 30px 10px 10px;
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
  box-sizing: border-box;
  display: none;
}
.sidebar_tab:after {
  content: '';
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
 background: url(../images/arrow02.svg) center no-repeat;
 background-size: 15px;
  transition: all .3s;
}
.sidebar_menu {
  font-size: 0.9375rem;
}
.sidebar_menu > li {
  margin-bottom: -1px;
}
.sidebar_menu > li > a {
  border: 1px solid #1f3670;
  position: relative;
}
.sidebar_menu > li > a:after {
  content: '';
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-style: solid;
  border-width:5px 0 5px 8px;
  border-color: transparent transparent transparent #1f3670;
  transition: all .3s;
}
.sidebar_tab.open:after,
.sidebar_menu > li > a.open:after {
  transform:translateY(-50%) rotate(90deg);
}
.sidebar_menu > li > a:hover:after,
.sidebar_menu > li > a.active:after {
  border-color: transparent transparent transparent #1f3670;
}
.sidebar_menu > li > a{
  display: block;
  padding: 15px 30px 15px 15px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.sidebar_menu > li > a:hover,
.sidebar_menu > li > a.active{
  color: #1f3670;
  background: #D3E4ED;
}
.sidebar_submenu {
  background: #efefef;
  padding: 0 10px;
}

.sidebar_submenu li:last-child {
  border-bottom: none;
}
.sidebar_submenu li a{
  display: block;
  padding: 10px 20px;
  position: relative;
  line-height: 1.4;
}
.sidebar_submenu li:hover a:before,
.sidebar_submenu li a.active:before{
  content: '';
  width: 5px;
  height: 5px;
  background: #14274f;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 50%;
  transition: all .3s;
}
.deactivate {
  opacity: .6;
}
.sidebar_menu.deactivate > li {
  cursor: auto;
}
.sidebar_menu.deactivate > li > a:hover{
  color: #1f3670;
  background: #fff;
  cursor: auto;
}
.sidebar_menu.deactivate > li > a:hover:after{
  border-color: transparent transparent transparent #1f3670;
}
.inside_main {
  width: calc(100% - 300px);
}
.inside_main.full {
  width: 100%;
}
/*會員登入*/
.login_box {
  background: #f7f7f7;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 50px;
  box-sizing: border-box;
  border-radius: 10px;
  border-style: solid;
  border-width: 5px 0px 0px 0px;
  border-color: rgb(226, 6, 67);
  box-shadow: 0px 5px 10px 0px rgba(226, 6, 67, 0.25);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.login_box input {
  width: 100%;
  background-color: #fff;
}
.login_box input:focus {
  border: 2px solid #cddc39;
  transition: border-color .5s ease;
}
.login_box p {
  margin: 6px 0;
}
.login_box > div {
  padding: 10px 0;
}
.req::before {
  content: '*';
  color: red;
}
.login_box .code_block {
  margin: 10px 0;
}
.login_box .submit {
  display: block;
  background-color: #e20643;
  border: 1px solid #e20643;
  color: #FFF;
  border-radius: 4px;
  padding: 16px 0;
  text-align: center;
  margin: 10px 0;
}
.login_box .submit:hover {
  border: 1px solid #e20643;
  color: #e20643;
  background-color: unset;
}
.login_box .submit:active {
  border: 1px solid #e20643;
  background-color: #e20643;
  color: #FFF;
}
.fgt_block a, .fgt_block span {
  font-size: 0.875rem;
  color: #989898;
}
.fgt_block a:hover {
  text-decoration: underline;
}
/*我要捐款*/
/*捐款狀態*/
.donate, .signup {
  padding: 12px;
  width: 100%;
  background-color: #fff3ef;
  margin: 10px auto 24px;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 1.8;
}
.donate p {
  text-align: center;
}
.btn_red {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background-color: #d9534f;
  border: 1px solid #d43f3a; 
  border-radius: 3px;
  margin: 10px;
}
.btn_red:hover {
  border: 1px solid #a12722; 
}
.btn_red:active {
  background-color: #a12722; 
}
.donate_block {
  width: 100%;
  text-align: center;
}
.donate_block span {
  display: inline-block;
  background-color: #e9e9e9;
  min-width: 200px;
  padding: 16px 10px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 0 6px;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.donate_block span::before {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  content: '';
  height: 0;
  width: 0;
  margin-left: -10px;
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 12px;
  z-index: 2;
  transform: translateX(4px);
  border-left-color: #e9e9e9;
  margin: 0;
}
.donate_block span::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -25px;
  height: 0;
  width: 0;
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 12px;
  transform: translateX(3px);
  border-left-color: #fff;
  margin: 0;
}
.donate_block span:last-child::after {
  display: none;
}
.donate_block .step1.active {
  background-color: #e4ec98;
}
.donate_block .step1.active::before {
  border-left-color: #e4ec98;
}
.donate_block .step2.active {
  background-color: #3b98c5;
}
.donate_block .step2.active a {
  color: #FFF;
}
.donate_block .step2.active::before {
  border-left-color: #3b98c5;
}
.donate_block .step3.active {
  background-color: #ffbbb6;
}
.donate_block .step3.active::before {
  border-left-color: #ffbbb6;
}
.donate_block .list li i.icon{
  background: url("../images/check.svg") 50% no-repeat;
  height: 25px;
  width: 25px;
  background-size: 16px;
  background-color: #28a745;
  border-radius: 50%;
  margin: 10px auto;
  z-index: 999;
}
.donate_block .list{
  display: flex;
  align-items: center;
}
.donate_block .list li{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 180px;
  line-height: 1.8;
  position: relative;
  font-size: 1.125rem;
  color:#28a745;
  font-weight: bold;
}
.donate_block .list li span{
  font-size: 0.875rem;
  color: #626262;
}
.donate_block .list li + li{
  margin-left: 30px;
}
.donate_block .list li + li::before{
  content: '';
  position: absolute;
  width: 130px;
  top: 20px;
  height: 2px;
  background-color: #28a745;
  left: -80px;
  margin: auto;
}
.donate_block .list li.active ~ li i, .donate_block .list li.active ~ li::before {
  background-color: #a0a0a0;
  color: #a0a0a0;
  background-image: none;
}
.donate_block .list li.active ~ li span, .donate_block .list li.active ~ li {
  color: #a0a0a0;
  font-weight: normal;
}
/*我要捐款表單*/
.donate_box {
  border: 1px solid #e4ec98;
  margin: 20px auto;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 4px;
}
.panel-heading {
  background-color: #e4ec98;
  padding: 10px 20px;
  font-size: 1.25rem;
}
.donate_box .notice {
  line-height: 1.6;
  margin: 20px 0 0;
  padding: 16px 20px;
  background-color: beige;
}
.panel-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.panel-body .date input {
  width: 35%;
}
.donate_item {
  display: flex;
  align-items: self-start;
  width: 100%;
  margin: 10px auto;
}
.donate_item span {
  padding: 10px;
}
.donate_item.date .clear {
  display: block;
  background-color: #607d8b;
  padding: 10px;
  color: #FFF;
  margin-left: 10px;
  border-radius: 4px;
}
.donate_box .item_name {
  width: 200px;
}
.money_group {
  width: calc(100% - 230px);
}
.money_input {
  display: flex;
  align-items: baseline;
}
.money_input p {
  font-weight: bold;
  padding: 10px 10px 0;
}

.money_group button {
  width: 18%;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 14px;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 0 10px 10px;
}
.money_group button:hover {
  background-color: #f5f5f5;
}
.money_group button.active {
  background-color: #cddc39;
}
.money_group.pay button.active {
  color: #FFF;
  background-color: #fb4b69;
  background-image: url(../images/check_C.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 5% center;
}
.money_group input {
  /* width: 94%; */
  width: 75%;
  margin: 0 0 10px 10px;
}
.donate_box input:focus,
.donate_box select:focus,
.honor_box input:focus,
.honor_box select:focus,
.donate_box .way textarea:focus {
  border: 2px solid #cddc39;
  transition: border-color .5s ease;
}
.pay-info {
  width: 94%;
  margin: 10px 0 10px 10px;
  background-color: #FFF;
  border: 1px solid #ffe595;
  border-radius: 4px;
}
.money_group .pay-info input {
  width: auto;
  margin: 10px 0 0 0;
}
.info_title {
  background-color: #ffe595;
  padding: 10px 20px;
  font-size: 1.25rem;
}
.info_body {
  padding: 20px 50px;
  line-height: 1.8;
}
.donate_item .info_body span {
  padding: 0;
}
/*我要捐款信用卡定期*/
.donate_box .donate_credit .item_name {
  width: 180px;
}
.donate_credit > .donate_item:nth-child(odd) {
  background-color: #f7f7f7;
  margin: 16px auto;
}
.donate_credit .option {
  width: calc(80%);
}
.donate_credit .option.w100 input {
  max-width: 90px;
}
.money_group .donate_credit input {
  width: auto;
  margin: 0 10px 0 10px;
}
.panel-body .donate_credit select, .panel-body .donate_credit input {
  width: auto;
  margin: 0 10px 0 10px;
}
.option .optlst {
  line-height: 60px;
}
.option .optlst .front {
  padding: 0 8px;
}
.totalNt {
  padding: 10px 10px 0;
}
.totalfull {
  width: 100%;
  padding: 10px 0 0;
}
/*捐款項目*/
.donate_box .way .option {
  width: 90%;
}
.panel-body .way select, .panel-body .way input {
  width: 47%;
  margin: 0 10px 10px 0;
}
.donate_box .way textarea {
  width: 95%;
  resize: vertical;
  min-height: 50px;
}
.btn_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_block a {
  display: block;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  margin: 10px;
  border-radius: 4px;
}
.btn_block a.btn_next {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn_block a.btn_agree {
  color: #fff;
  background-color: #3b98c5;
  border-color: #3280a6;
}
.btn_block a:hover {
  background-color: #e5e5e5;
}
.btn_block a.btn_next:hover {
  color: #fff;
  background-color: #d43f3a;
}
.btn_block a.btn_agree:hover {
  background-color: #3280a6;
}
.btn_block a:active {
  border-color: #8b8b8b;
}
.btn_block a.btn_next:active {
  color: #fff;
  background-color: #d43f3a;
  border-color: #4a0c09;
}
.btn_block a.btn_agree:active {
  color: #fff;
  background-color: #2a7194;
  border-color: #20526c;
}
/*我要捐款-個人資料*/
.donate_box.PI {
  border: 1px solid #3b98c5;
}
.donate_box.PI .panel-heading {
  background-color: #3b98c5;
  color: #FFF;
}
.donate_box.PI .donate_item span {
  padding: 10px 10px 10px 2px;
}
.donate_box.PI .option, .donate_box.PI .option_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  width: calc(100% - 230px);
}
.donate_box.PI .option_wrap {
  height: initial;
}
.donate_item.PI .option.w_full input,
.donate_item .option.w_full input,
.donate_item.PI .option.w_full select,
.donate_item .option.w_full select {
  width: calc(100% - 50px);
  margin-right: 20px;
}
.donate_box .item_name.full {
  width: 76%;
  text-align: left;
  padding: 0 0 0 10px;
}
.donate_box .donate_item.column {
  flex-direction: column;
}
.donate_box.PI .option.add {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: flex-start;
}
.option.add .option_sel select {
  width: calc(100% / 5 - 13px);
}
.option.add .option_sel {
  width: 100%;
}
.option.add input {
  width: calc(100% - 48px);
  margin: 10px 0;
}
/*我要捐款-芳名錄*/
.donate_box.honor {
  border: 1px solid #ffbbb6;
}
.donate_box.honor .panel-heading {
  background-color: #ffbbb6;
}
.donate_box.honor .donate_item {
  flex-direction: column;
}
.donate_box.honor .item_name {
  width: 100%;
  text-align: left;
  padding: 0 0 0 10px;
}
.donate_box.honor .option {
  margin: 10px 0;
  line-height: 50px;
}
.donate_box.honor .donate_item span {
  padding: 10px 10px 10px 0;
}
.donate_box.honor .notice3 {
  width: 100%;
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #fff3ef;
  border: 1px solid #ffbbb6;
  border-radius: 4px;
  line-height: 1.6;
}
.donate_box.honor .panel-body select, .donate_box.honor .panel-body input {
  width: auto;
}
.option.flex {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.code_block {
  display: flex;
  flex-wrap: wrap;
}
.code_Turn {
  display: block;
  width: 55px;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
  background: url(../images/refresh.png) center no-repeat;
  background-size: contain;
  background-size: auto;
}
.code_block img {
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
}
.honor_list .honor_table .thead .th:nth-child(1),
.honor_list .honor_table .thead .th:nth-child(3),
.honor_list .honor_table .thead .th:nth-child(4) {
  width: 12%;
}
/*捐款歷程*/
.rec_hons {
  width: calc(100% - 2px);
  overflow-x: auto;
  padding: 0 1px;
}
.rec_hons .honor_table {
  width: 100%;
  min-width: 800px;
  border-collapse: initial;
}
.rec_hons .honor_table .tbody .td:nth-child(2) {
  text-align: center;
}
.rec_hons .honor_table .tbody .td:nth-child(5) {
  text-align: left;
}
.rec_hons .honor_table .tbody .view {
  display: block;
  background: url(../images/icon_detail.svg) center no-repeat; 
  height: 24px;
}
.total {
  font-weight: bold;
  font-size: 1.0625rem;
  background-color: rgb(255 240 240);
  padding: 14px 20px;
  width: calc(100% - 1px);
  text-align: right;
  box-sizing: border-box;
}
.total span {
  margin: 0 10px;
}
/*友善列印*/
.main.print {
  padding-top: 20px;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.9375rem;
}
.main.print .main_content .pagebn_title {
  padding: 6px;
  font-size: 1.0625rem;
  margin: 0;
}
.main.print .container {
  padding: 0;
}
.print_page {
  background-color: #FFF;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.item, .item_CC {
  display: flex;
  align-items: center;
  margin: 6px 0 4px;
}
.item .head, .item_CC .head {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  width: 20%;
  text-align: right;
  padding: 6px;
  margin-right: 12px;
  line-height: 1.2;
  background-color: #e3e3e3;
}
.item_CC .head {
  width: 22%;
}
.item .head.req::before {
  content: '*';
  color: RED;
}
.item .hline {
  width: 100%;
  padding: 8px;
  text-align: center;
  background-color: #fff2d9;
  font-weight: bold;
}
.item .data {
  width: 80%;
}
.head.wheat {
  background-color: #f5deb3;
}
.item.seashell {
  background-color: #fff2d9;
}
.print_notice {
  line-height: 1.5;
}
/*內頁最新消息*/
.block_news.page.Block {
  max-width: 1340px;
  margin: 0 auto;
  border-bottom: 1px solid #CCC;
}
.Block .list_news .news_img {
  width: 100%;
  max-width: 600px;
  padding-bottom: 62%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px auto;
}
.Block .list_news.grp .news_img {
  max-width: 400px;
  padding-bottom: 65%;
}
.block_news.page.Block .news_link {
  border-bottom: none;
}
.list_grp {
  display: flex;
  width: 100%;
}
.list_news.grp {
  width: 33.333333%;
  margin: 0;
}
.list_news.no1 {
  width: 50%;
  margin-bottom: 4%;
}
/*最新消息列表*/
.block_news.page .list_news {
  padding: 6px 12px;
}
.block_news.page .list_news:hover {
  background-color: rgb(243, 243, 243);
}
.block_news.page .news_link {
  border-bottom: 1px solid #CCC;
}
.block_news.page .list_text {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.block_news.page .list_text h4 {
  width: 100%;
  font-size: 1.125rem;
  padding-top: 4px;
}
.block_news.page .list_text h4:hover {
  color: #fb8400;
}
.block_news.page .list_text p {
  font-size: 1rem;
  -webkit-line-clamp: 1;
  padding: 4px 0;
}
/*捐款專案*/
.donate_item.case {
  padding: 0 10px;
}
.case_table {
  padding: 16px 0;
}
.case_table ul {
  display: flex;
  flex-wrap: wrap;
}
.case_item {
  width: calc(100% / 6 - 22px);
  margin: 10px;
  border: 1px solid #DDD;
  position: relative;
}
.case_item a:hover {
  opacity: 0.8;
}
.case_item a:active {
  opacity: 1;
}
.case_item img {
  max-height: 100px;
}
.case_list {
  overflow: hidden;
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.case_list p {
  position: absolute;
  bottom: 0;
  background-color: #666666ca;
  width: 100%;
  padding: 10px;
  color: #FFF;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case_list p:hover {
  background-color: #242424;
}
.case_btn {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.case_btn a {
  background-color: #c9d942;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 1.1rem;
}
.case_btn a:hover {
  background-color: #FF0000;
  color: #FFF;
  transition: background .3s, padding .5s;
} 
/*專案捐款TAB*/
.donate_tab {
  margin: 0 auto;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, #eee 0%, #fff 100%);
}
.donate_tab .panel-body {
  padding: 20px 30px;
}
.donate_tab .donate_item {
  align-items: baseline;
}
.donate_tab .item_name {
  width: 200px;
}
.donate_tab .donate_item h3 {
  padding-left: 10px;
  color: #a0522d;
  font-weight: bold;
}
.folder_Main.Blue select,
.folder_Main.Blue input:not([type='radio']):not([type='checkbox']) {
  width: 75%;
}
.folder_Main.Blue .option .optlst select {
  width: 30%;
}
.folder_Main.Blue .option {
  width: 70%;
}
.folder_Main.Blue .option .optlst {
  display: flex;
  align-items: center;
}
/*註冊帳號*/
.signup {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
  padding: 50px 20px;
  line-height: 2;
}
.register .option {
  color: #FF0000;
  text-align: center;
  margin: 10px auto 30px;
}
.a-check, .a-change {
  display: block;
  background: #4CAF50;
  color: #FFF;
  border-radius: 6px;
  padding: 14px 28px;
  margin-left: 10px;
}
.a-change {
  background: #e91e63;
}
.a-check:hover, .a-change:hover {
  opacity: 0.8;
}
.a-check:active, .a-change:active {
  opacity: 1;
}
p.warning {
  display: flex;
  align-items: center;
}
p.warning::before {
  content: '';
  background: url(../images/warning.svg) no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
/*忘記密碼*/
.folder_TabBox {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.folder_TabBox li:first-child {
  margin-left: 0; 
}  
.folder_Tab {
  box-sizing: border-box;
  font-size: 1rem;
  width: 16%;
  text-align: center;
  border-radius: 6px 6px 0 0;
  background: #eee;
  margin-left: 4px; 
}
.folder_Tab a {
  display: block;
  color: #555;
  line-height: 100%;
  width: 100%;
  padding: 12px 5px;
  box-sizing: border-box;
  font-size: 1.25rem; 
}
.folder_Tab.active a {
  color: #FFF;
  background-color: #72b92d;
  border-radius: 6px 6px 0px 0px; 
}
.folder_TabBox.Blue .folder_Tab.active a {
  color: #FFF;
  background-color: #245b7a;
  border-radius: 6px 6px 0px 0px; 
}
.folder_Main {
  /* padding: 10px; */
  font-size: 1.125rem;
  border-top: 2px solid #72b92d;
  background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0.25));
  background: -o-linear-gradient(#fff, rgba(255, 255, 255, 0.25));
  background: -moz-linear-gradient(#fff, rgba(255, 255, 255, 0.25));
  background: linear-gradient(#fff, rgba(255, 255, 255, 0.25)); 
}
.folder_Main.Blue {
  border-top: 2px solid #245b7a;
}
.folder_Main .option.flex {
  padding-top: initial;
}
.folder_Main select,
  .folder_Main input:not([type='radio']):not([type='checkbox']) {
    width: 50%;
  }
/*常見問題*/
.faq_block ul li {
  margin: 10px 0;
}
.faq_block ul li > a {
  display: block;
  cursor: pointer;
  padding: 22px 16px;
  border-radius: 6px;
  font-size: 1.2rem;
  color: #FFF;
  background: linear-gradient(left,#666,#999);
  background: -webkit-linear-gradient(left,#666,#999);
  background: -moz-linear-gradient(left,#666,#999);
}
.faq_ans {
  margin-top: 10px;
  padding: 6px 10px 20px;
  line-height: 1.5;
}
/*芳名錄*/
.honor_box {
  border-bottom: 2px solid #CCC;
  margin: 20px auto;
  padding: 30px;
  box-sizing: border-box;
  background: linear-gradient(top,#f4f6f7,#e3e6e9);
  background: -webkit-linear-gradient(top,#f4f6f7,#e3e6e9);
  background: -moz-linear-gradient(top,#f4f6f7,#e3e6e9);
}
.honor_box .notice1 {
  line-height: 3;
  padding: 10px;
  color: #000;
}
.honor_box .notice1 b {
  margin: 0 6px; 
  text-decoration: underline;
  background-color: #ffeb3b;
}
.honor_box .notice2 {
  line-height: 1.6;
  margin: 20px 0 0;
  padding: 16px 20px;
  background-color: beige;
}
.honor_search {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.honor_search select, 
.honor_search input {
  width: 80%;
}
.honor_search .date input {
  width: 35%;
}
.honor_item, .honor_item_full {
  display: flex;
  align-items: center;
  width: 48%;
  margin: 10px 6px;
}
.honor_item.btn_base {
  width: 100%;
  justify-content: flex-end;
}
.honor_item_full {
  width: 100%;
}
.honor_item_full > .honor_item {
  margin: 0;
}
.honor_item_full .option {
  display: flex;
  width: 93%;
}
.honor_item_full .option select {
  margin-right: 10px;
}
.honor_item_full .option select:last-child {
  margin-right: 0;
}
.honor_item span {
  padding: 10px;
}
.honor_item.date .clear {
  display: block;
  background-color: #607d8b;
  padding: 10px;
  color: #FFF;
  margin-left: 10px;
  border-radius: 4px;
}
.honor_item .a-search {
  display: flex;
  align-items: center;
  background: #4CAF50;
  color: #FFF;
  border-radius: 6px;
  padding: 14px 28px;
}
.honor_item .a-search img {
  width: 20px;
}
.honor_item a:hover {
  opacity: 0.8;
}
.honor_item a:active {
  opacity: 1;
}
.item_name {
  width: 90px;
  text-align: right;
  padding-right: 20px;
  background-color: #d1e0e0;
  line-height: 50px;
  font-weight: bold;
  margin-right: 10px;
}
.item_name.req::before {
  content: '*';
  color: #FF0000;
}
/*芳名錄表格*/
.honorTitle {
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 2.6;
}
.honorTitle::before {
  content: '▶ ';
}
.honor_table {
  width: 100%;
  display: table;
  border-collapse:collapse;
}
.honor_table .tbody .td:nth-child(2) {
  text-align: left;
}
.honor_table .tbody > .td {
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  vertical-align: middle;
  color: #1f3670;
  font-weight: bold;
  line-height: 1.5;
}
.icon_date {
  background: url(../images/calendar.png) center right 15px no-repeat, #fff;
  background-size: 24px auto;
  box-sizing: border-box;
}
/*下載*/
.shares_table {
  width: 100%;
  display: table;
  border-collapse:collapse;
  margin-top: 30px;
}
.thead, .tbody{
  display: table-row;
}
.th, .td{
  display: table-cell;
  padding: 10px;
  vertical-align: baseline;
  border: 1px solid #ccc;
  background: #eee;
  text-align: center;
  vertical-align: middle;
}
.shares_table .tbody .td:first-child {
  width: 80%;
  text-align: left;
}
.shares_table .tbody > .td {
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  vertical-align: middle;
  color: #1f3670;
  font-weight: bold;
  line-height: 1.5;
}
.shares_table .btnBox {
  margin: 0;
}
.shares_table .btnBox a {
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 10px;
}
.shares_table .btnBox a img {
  width: 20px;
  margin-right: 5px;
  background: #4c942d;
  border-radius: 50%;
}
.btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.btn_up {
  padding: 12px 20px;
  background: #51669C;
  box-shadow: 0 3px 0 0 rgb(31 54 112);
  color: #fff;
  position: relative;
}
.btn_up.btn_G {
  color: #FFF;
  background: #92c717;
  box-shadow: 0 3px 0 0 #4c942d;
  border-radius: 6px;
}
.btn_up.btn_Y {
  color: #634900;
  background: #f5c745;
  box-shadow: 0 3px 0 0 #b0850b;
  border-radius: 6px;
}
.btn_up.btn_Gray {
  color: #FFF;
  background: #888;
  box-shadow: 0 3px 0 0 #666;
}
.btn_up.btn_R {
  color: #FFF;
  background: #F00;
  box-shadow: 0 3px 0 0 #9B0000;
}
.btn_up:hover {
  opacity: 0.8;
}
.btn_up:active {
  box-shadow: 0 -3px 0 0 rgb(31 54 112);
}
.btn_up.btn_Y:active {
  box-shadow: 0 -3px 0 0 #b0850b;
}
.btn_up.btn_G:active {
  box-shadow: 0 -3px 0 0 #4c942d;
}
.btn_up.btn_Gray:active {
  box-shadow: 0 -3px 0 0 #666;
}
.btn_up.btn_R:active {
  box-shadow: 0 -3px 0 0 #9B0000;
}
.nodata {
  padding: 100px 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
}
/*相簿*/
.album_btn {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.album_btn a {
  display: block;
  margin: 10px;
}
.album_Box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -15px;
}
.album_Box li {
  width: 20%;
  box-sizing: border-box;
  padding: 15px;
  -o-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.album_A {
  display: block;
  position: relative;
}
.album_A:before {
  position: absolute;
  content: attr(title);
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
  box-sizing: border-box;
  line-height: 20px;
  -o-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.album_A:hover:before {
  height: 100%;
  white-space: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.album_A.Detail:before {
  display: none;
}
.album_Img {
  padding-bottom: 67%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*網站導覽*/
.sitemap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sitemap > div {
  margin: 10px;
  width: calc(100% / 6 - 20px);
}
.sitemap ul {
  padding: 10px;
  line-height: 2.6;
}
.sitemap ul li { 
  border-bottom: 1px dashed #CCC;
}
.sitemap ul li a { 
  -o-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -ms-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -moz-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -webkit-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
}
.sitemap ul li a:hover {
  padding-left: 4px;
  font-weight: bold;
}
.sitemap h3 {
  background-color: #ff9900;
  border-radius: 8px;
  padding: 16px 10px;
  text-align: center;
  color: #FFF;
}
.sitemap h3 a {
  color: #FFF;
  display: block;
  -o-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -ms-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -moz-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  -webkit-transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
  transition: background .2s, color .3s .1s, padding .3s, opacity .3s .1s;
}
.sitemap h3 > a:hover {
  padding-left: 10px;
  font-weight: bold;
}

/*頁碼*/
.page_Box {
  width: 100%;
  max-width: 1222px;
  box-sizing: border-box;
  margin: 0 auto;
}
.page_Title {
  font-size: 1.375rem;
  position: relative;
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page_Banner {
  height: 200px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_BtnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 20px;
}
.page_Btn {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  margin: 5px;
  background: #eff2f5;
  font-size: 1.125rem;
  text-align: center;
  line-height: 34px;
  box-sizing: border-box;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  border: 2px solid transparent;
}
.page_Btn a {
  display: block;
  color: #99a1a7;
  font-weight: bold;
}
.page_Btn.active {
  background: #337ab7;
}
.page_Btn.active a {
  color: #fff;
}
.page_Btn:hover {
  border: 2px solid #337ab7;
}
/*內頁最新消息*/
.datebar {
  display: flex;
  justify-content: end;
  margin: 10px 0 20px;
}
.datebar p {
  padding-left: 16px;
  font-weight: bold;
}
.datebar span {
  color: #F60;
  
}

/*最新消息相關檔案*/
.shares_table.file .th{
  background: #ffc34d;
}
/*最新消息前後*/
.pager-modern {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 60px auto 10px;
  border-top: 1px solid #ccc;
  padding: 20px 0 10px;
  box-sizing: border-box;
}
.pager-modern a {
  width: 48%;
  background-color: rgba(245, 222, 179, 0.09);
}
.pager-modern a:hover {
  background-color: rgba(245, 222, 179, 0.25);
}
.pager-prev, .pager-next {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pager-next {
  align-items: flex-end;
  text-align: end;
}
.pager-prev i, .pager-next i {
  display: inline-block;
  background: url(../images/arrow_BLUE.svg) center no-repeat;
  width: 20px;
  height: 20px;
}
.pager-prev i {
  transform: rotate(180deg);
}
.pager-prev span, .pager-next span {
  display: flex;
  padding: 10px;
  line-height: 1.6;
  align-items: center;
}
.pager-modern a span:last-child:hover {
  transform: scaleX(1.005);
  transition: all 0.1s;
}

/*交易結果頁*/

.trade {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trade .rectangle {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #FFF;
  position: relative;
  margin: 10px;
}
.rectangle p {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
}
.roundRed {
  background: #d9534f;
}
.roundBlue {
  background: #2EA9DF;
}
.titleFont {
  color: #d9534f;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px;
}
.trade_info {
  padding-top: 30px;
  line-height: 1.5;
}
.trade_info .btn_block {
  padding-top: 20px;
}
/*!
==================== ※ footer 設置 ※ ====================
*/
footer {
  background: linear-gradient(top,#DDD,#FFF);
  background: -webkit-linear-gradient(top,#DDD,#FFF);
  background: -moz-linear-gradient(top,#DDD,#FFF);
  color: #666;
  font-family: "微軟正黑體", 'Apple LiGothic', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Helvetica, sans-serif;
}
.goTop, .goList {
  display: none;
  text-align: center;
  color: #FFF;
  padding: 13px 15px;
  border-radius: 5px;
  background: rgba(255 186 0 / 100%);
  position: fixed;
  right: 1%;
  bottom: 10%;
  overflow: hidden;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 20;
  cursor: pointer;
}
.goList {
  background: #0099ff;
  right: 5%;
  bottom: 10%;
}
.goList a {
  color:#FFF;
}
.goTop:hover {
  background: rgba(252 123 28 / 100%);
}
.goList:hover {
  background: #0066cc;
}
.declare {
  font-size: 87.5%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 38px 30px;
  line-height: 150%;
  letter-spacing: .5px;
}
.declare a {
  color: #231f20;
}
.bottomarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.bottomarea .rightarea h2 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}
.bottomarea .rightarea p {
  margin-top: 20px;
}
.ftcontact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.ftcontact ul li {
  display: flex;
  width: 100%;
  padding: 4px 0;
}
.ftcontact li::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  width: 20px;
}
.ftcontact .add::before {
  background: url(../images/add.svg) no-repeat;
}
.ftcontact .office::before {
  background: url(../images/office.svg) no-repeat;
}
.ftcontact .email::before {
  background: url(../images/email.svg) no-repeat;
}
.ftcontact .tel::before {
  background: url(../images/tel.svg) no-repeat;
}
.ftcontact .fax::before {
  background: url(../images/fax.svg) no-repeat;
}
.bottomarea .rightarea {
  margin-left: 30px;

}
/*!
==================== ※ 圖文設置 ※ ====================
*/
.wordArea {
  /* padding: 15px; */
  word-break: break-word;
  line-height: 200%;
  letter-spacing: .5px;
  font-size: 100%;
}
.wordArea em {
  font-style: italic;
}
.wordArea ul {
  list-style: decimal;
  padding-left: 20px; 
}
.wordArea ol {
  list-style: disc;
  padding-left: 20px; 
}
.wordArea iframe {
  width: 100%;
  max-width: 640px; 
}
.wordArea .ytp-thumbnail-overlay-image {
  background-size: contain; 
}
.wordArea td, .wordArea th {
  /*border: 1px solid;*/
  padding: 0 5px;
  vertical-align: middle; 
}
.wordArea strong, .wordArea b {
  font-weight: bold; 
}
.wordArea img {
  max-width: 100%; 
}
.wordArea .wordVote {
  width: 100%;
  resize: vertical;
  padding: 10px;
  box-sizing: border-box; 
}
.wordArea p {
  margin: 0 0 10px;
}

/*!
================= ※ IE版本過低頁面 ※ =================
*/
.suggest {
  display: -moz-deck;
  font-family: "微軟正黑體", 'Apple LiGothic', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  height: 100vh;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
.suggest_Main {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.suggest p {
  font-size: 1rem;
  line-height: 150%;
  margin: -20px 0;
}
.suggest p a {
  color: #000;
  text-decoration: underline;
}
.suggest .logoBox {
  position: absolute;
  bottom: 0;
  right: 0;
}
.suggest a.logoDL {
  display: block;
  margin: 30px;
}
.suggest a.logoDL img {
  max-width: 400px;
}

@media (max-width: 1800px) {
  /*芳名錄*/
  .honor_search .date input {
    width: 30%;
  }
  /*我要捐款*/
  .info_body {
    padding: 20px;
  }
  /*網站導覽*/
  .sitemap > div {
    width: calc(100% / 5 - 20px);
  }
}

@media (max-width: 1600px) {
  .menu_Box {
    max-width: 1040px;
  }
  .menu.TableView .menu_List {
    padding: 0 10px;
  }
  .menu.TableView .menu_Title {
    font-size: 1.0625rem;
  }
  /*我要捐款*/
  .money_group input {
    width: 50%;
  }
  .money_group button {
    width: 25%;
  }
  .donate_item.half {
    display: flex;flex-direction: column;
  }
  /*捐款專案*/
  .case_item {
    width: calc(100% / 5 - 22px);
  }
  /*網站導覽*/
  .sitemap > div {
    width: calc(100% / 4 - 20px);
  }
  /*相簿*/
  .album_Box li {
    width: 25%;
  }
}

@media (max-width: 1360px) {
  .menu.TableView .menu_List {
    padding: 0 6px;
  }
  .menu.TableView .menu_Title {
    font-size: 1rem;
  }
  /*我要捐款*/
  .money_group button {
    width: 34%;
  }
  .donate_box.PI .donate_item {
    flex-direction: column;
    margin: 10px auto;
  }
  .option .optlst.column {
    display: flex;
    flex-direction: column;
    align-items: self-start;
  }
  .donate_box .item_name.full {
    width: 100%;
  }
  .donate_box.PI .item_name {
    width: calc(100% - 20px);
    text-align: left;
    padding: 0 10px;
    margin: 0 auto;
  }
  .donate_box.PI .option, .donate_box.PI .option_wrap {
    width: 100%;
    margin: 20px 0 20px;
    height: auto;
  }
  .donate_box.PI .option_wrap input:not([type='radio']):not([type='checkbox']) {
    width: 100%;
  }
  .donate_item.PI .option.w_full input, .donate_item .option.w_full input, .donate_item.PI .option.w_full select, .donate_item .option.w_full select {
    width: 100%;
    margin-right: 0;
  }
  .option.add .option_sel select {
    width: 30%;
    margin: 10px 0;
  }
  .option.add input {
    width: 100%;
  }
  .panel-body p {
    line-height: 1.3;
  }
  .panel-body .donate_item.PI.date input {
    width: 100%;
  }
  /*芳名錄*/
  .item_name {
    width: 70px;
    padding-right: 5px;
    margin-right: 10px;
  }
  /*相簿*/
  .album_Box li {
    width: 33.33333%;
  }
}

@media (max-width: 1280px) {
  .logo {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  .border {
    width: calc(50% - 20px);
  }
  /*網站導覽*/
  .sitemap > div {
    width: calc(100% / 3 - 20px);
  }
}

@media (max-width: 1200px) {
  header {
    height: 60px;
    position: relative;
    background: #72b92d;
    border-bottom: none;
  }
  header.Height {
    height: 60px;
  }
  header.hideUp {
    top: 0;
    box-shadow: none;
  }
  .header {
    padding: 0; 
    justify-content: space-between;
    top: 80px;
  }
  .header h1 {
    padding-left: 15px;
  }
  .login_W {
    display: none;
  }
  .login_M {
    display: block;
    position: absolute;
    top: 12px;
    right: 60px;
  }
  .login_M a {
    display: inline-block;
    padding: 10px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
  }
  .login_M a:active {
    background-color: #ccc;
  }
  .menu_Btn, .mbShow {
    display: block !important;
  }
  .menu_Btn {
    background: #72b92d;
  }
  .menu_Box {
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    display: none;
    z-index: 1000;
  }
  .menu_Box.open {
    display: block;
  }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 2px;
  }
  .main {
    padding-top: 110px;
  }
  header.Height ~ .main {
    padding-top: 110px;
  }
  .index_login {
    display: none;
  }
  .banner_box {
    width: calc(100% - 1px);
  }
  .caret {
    display: none;
  }
  .menu_area {
    display: flex;
    align-items: center;
    flex-direction: initial;
    justify-content: initial;
  }
  .main_block {
    flex-direction: column;
  }
  .case_news {
    width: 100%;
  }
  /*首頁其他連結*/
  .block_link {
    width: 100%;
    padding: 10px;
    margin-left: 0;
    box-sizing: border-box;
  }
  .block_link .title_area {
    justify-content: space-between;
  }
  .block_link .title_icon {
    margin-bottom: 0;
  }
  .block_link .flip {
    display: block;
    padding: 10px;
    cursor: pointer;
  }
  .block_link .flip i {
    display: block;
    background: url("../images/add_i.svg") center no-repeat;
    background-size: 36px auto;
    width: 36px;
    height: 36px;
  }
  .title_icon {
    margin-bottom: 1%;
  }
  .title_bar {
    display: none;
  }
  /*捐款歷程*/
  .honor_item_full .honor_search select, 
  .honor_item_full .honor_search input {
  width: 66%;
  }
  /*我要捐款*/
  .donate_box .item_name {
    width: 170px;
  }
  .donate p {
    text-align: left;
  }
  .money_group button {
    width: 40%;
  }
  .panel-body {
    padding: 20px;
  }
  .donate_credit .donate_item {
    flex-direction: column;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
  }
  .donate_box .donate_credit .item_name {
    width: auto;
    text-align: center;
    padding-right: initial;
    margin-right: initial;
    background-color: unset;
  }
  .donate_credit .option {
    width: 100%;
  }
  .info_body {
    padding: 10px;
  }
  .option .optlst {
    display: flex;
    align-items: center;
  }
  /*捐款專案*/
  .case_item {
    width: calc(100% / 4 - 22px);
  }
  /*最新消息*/
  .list_news.no1, .list_news.grp {
    width: 100%;
  }
  .Block .list_news .news_img,
  .Block .list_news.grp .news_img {
    max-width: 600px;
    padding-bottom: 42%;
  }
  .list_grp {
    flex-direction: column;
  }
  /*芳名錄*/
  .honor_search {
    flex-direction: column;
  }
  .honor_item {
    width: 100%;
  }
  .honor_search .date input {
    width: 35%;
  }
  .honor_box {
    padding: 20px;
  }
  .honor_item .a-search {
    width: 50%;
    justify-content: center;
    margin: 0 auto;
  }
  .goTop {
    position: fixed;
    right: 15px;
    bottom: 130px;
    z-index: 20;
  }
  .goList {
    position: fixed;
    right: 60px;
    bottom: 130px;
    z-index: 20;
  }
  /*footer*/
  .ftcontact li::before {
    content: '';
    width: 25px;
  }
}
@media (max-width: 1080px)  {
  .honor_item_full {
    flex-direction: column;
  }
  .honor_item_full > .honor_item {
    margin: 10px 6px;
  }
  .honor_item_full.wrap {
    flex-direction: initial;
    align-items: flex-start;
  }
  .honor_item_full .option {
    flex-direction: column;
  }
  .honor_item_full .option select {
    width: 89%;
    margin: 0 0 10px 0;
  }  
}

@media (max-width: 1024px) {
  .header h1 {
    width: 20%;
  }
  /*最新消息*/
  .Block .list_news .news_img,
  .Block .list_news.grp .news_img {
    max-width: 430px;
    padding-bottom: 34%;
  }
  /*我要捐款*/
  select {
    min-width: 130px;
  }
  .donate_credit .option.w100 input {
    max-width: 78px;
  }
  /*忘記密碼*/
  .folder_Tab {
    width: 30%;
  }
}

@media (max-width: 990px) {
  /*內頁*/
  .sidebar {
    width: 30%;
    margin-right: 30px;
  }
  .inside_main {
    width: calc(70% - 30px);
  }
  /*網站導覽*/
  .sitemap > div {
    width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 900px) {
  select, input:not([type='radio']):not([type='checkbox']) {
    height: 40px;
  }
  /*========== 首頁最新消息 ==========*/
  .news_link {
    flex-direction: column;
  }
  .list_text {
    width: 100%;
  }
  /*首頁捐款專案*/
  .block_case {
    background: url("../images/g-bg.jpg") center no-repeat;
    background-size: cover;
  }
  .case_link {
    display: flex;
    flex-direction: column;
  }
  .case_box .title_icon img:first-child {
    display: block;  
  }
  .case_box .title_icon img:nth-of-type(2) {
    display: none;  
  }
  .case_box .title_icon h2 {
    color: #FFF;
  }
  .case_link .list_img {
    display: none;
  }
  .list_case {
    border: 10px solid rgb(255 255 255 / 50%);
    text-align: center;
  }
  .case_link .list_text {
    width: 100%;
    padding: 10px 0 60px;
  }
  .case_link .list_text h4 {
    color: #333;
  }
  .case_link .list_text h4::after {
    content: "︾";
    display: block;
    margin-top: 10px;
  }
  .list_case .list_text p {
    display: none;
  }
  .case_link {
    width: 100%;
    border-bottom: none;
    background-color: #FFF;
  }
  .btn_donate {
    right: initial;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn_donate a {
    background-color: #72b92d;
    padding: 10px 15px;
    font-size: 1rem;
  }
  .btn_more {
    background: rgb(114 185 45 / 80%);
    color: #FFF;
    border: 2px solid #72b92d;
  }
  .btn_more:hover {
    background: #72b92d;
  }
  /*內頁*/
  .breadcrumbs {
    margin: 0 auto 3%;
  }
  .main_content .pagebn_title {
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .main_content .pagebn_title::before {
    content: '';
    margin-right: 3%;
  }
  /*我要捐款-捐款方式*/
  .money_group {
    width: 100%;
  }
  .donate_block span {
    min-width: 170px;
  }
  .money_group button {
    width: 48%;
  }
  .info_title {
    font-size: 1rem;
  }
  /*我要捐款-捐款項目*/
  .panel-heading {
    font-size: 1rem;
  }
  .panel-body {
    padding: 10px;
  }
  .donate_item {
    flex-direction: column;
  }
  .donate_box .item_name {
    width: auto;
    line-height: initial;
    margin-bottom: 5px;
    background-color: unset;
    text-align: center;
    padding-right: 0;
    margin-right: 0;
    font-size: 0.875rem;
  }
  .donate_box .way .option {
    width: 100%;
  }
  .panel-body .way select, .panel-body .way input {
    width: 100%;
  }
  .donate_box .way textarea {
    width: 100%;
  }
  /*我要捐款-個人資訊*/
  .donate_box.PI .option {
    margin: 10px 0;
  }
  .donate_box.PI .option {
    font-size: 0.875rem;
  }
  .option.add .option_sel select {
    width: 48%;
  }
  .donate_box.PI .donate_item {
    margin: 6px auto;
  }
  .donate_box.PI .item_name {
    font-size: 0.875rem;
  }
  .panel-body p {
    font-size: 0.875rem;
  }
  .donate_box.PI .donate_item span {
    padding: 5px 5px 5px 0;
    line-height: 1.3;
  }
  .option .optlst.column {
    line-height: 20px;
  }
  /*捐款專案*/
  .case_item {
    width: calc(100% / 3 - 22px);
  }
  .donate_item.case {
    flex-direction: initial;
    align-items: center;
  }
  .donate_item.case select {
    width: 100%;
    min-width: 160px;
  }
  .case_table {
    padding: 6px 0; 
  }
  /*捐款TAB*/
  .donate_tab {
    font-size: 1rem;
  }
  .donate_tab .item_name {
    width: 100%;
    text-align: left;
    background-color: unset;
    line-height: 30px;
    margin-bottom: 2px;
  }
  .donate_tab .donate_item h3 {
    padding-left: 0;
  }
  .donate_tab .money_group button,
  .folder_Main.Blue select, .folder_Main.Blue input:not([type='radio']):not([type='checkbox']) {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .btn_block {
    font-size: 1rem;
  }
  .donate_tab .panel-body {
    padding: 10px 20px;
  }
  .folder_Main.Blue .option {
    width: 100%;
  }
  .folder_Main.Blue .option .optlst {
    flex-direction: initial;
    align-items: baseline;
    line-height: 20px;
  }
  .folder_Main.Blue .option .optlst select {
    width: 26%;
  }
  /*芳名錄*/
  .honor_search .date input {
    width: 32%;
  }
  /*footer*/
  .declare {
    padding: 20px 16px;
  }
}
@media (max-width: 850px) {
  .menu.TableView .menu_List {
    padding: 0 5px;
  }
}
@media (max-width: 800px) {
  .menu_area {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    justify-content: center;
    width: 78%;
  }
  .top_menu {
    padding: 10px 20px 0 20px;
  }

  .inside {
    flex-direction: column;
  }
  .sidebar_submenu {
    overflow: auto;
    max-height: 230px;
  }
  .sidebar {
    width: 100%;
    float: initial;
  }
  .sidebar_menu > li > a {
    padding: 10px 30px 10px 15px;
  }
  .sidebar_title h1,
  .sidebar_menu {
    display: none;
  }
  .sidebar_tab{
    display: block;
    margin-bottom: 1%;
  }
  .inside_main {
    width: 100%;
    margin-top: 10px;
  }
  .main_content {
    min-height: auto ;
  }
  .main_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  select, input:not([type='radio']):not([type='checkbox']) {
    height: 40px;
    font-size: 0.875rem;
  }
  .i-search {
    background-image: url(../images/icon_search.svg);
    height: 19px;
    width: 19px;
  }
  .bottomarea {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottomarea .leftarea {
    margin: 10px 0 20px;
  }
  .bottomarea .rightarea {
    margin-left: 0;
  }
  .bottomarea .rightarea h2 {
    font-size: 0.875rem;
    margin-bottom: 4px;
  }
  .bottomarea .rightarea {
    text-align: left;
    font-size: 0.875rem;
  }
  /*首頁登入*/
  .banner_box {
    width: 100%;
  }
  .index_login {
    display: none ;
  }
  .login_M a {
    padding: 10px 4px;
    font-size: 0.8125rem;
  }
  .login_M span {
    font-size: 0.875rem;
  }
  /*內頁*/
  .container {
    padding: 30px 20px 30px;
  }
  /*捐款專案*/
  .case_item {
    width: calc(100% / 2 - 22px);
  }
  /*忘記密碼*/
  .folder_Tab {
    width: 40%;
    font-size: 1rem;
  }
  .folder_Tab a {
    font-size: 1rem;
  }
  .folder_Main select,
  .folder_Main input:not([type='radio']):not([type='checkbox']) {
    width: 100%;
  }
  /*相簿*/
  .album_btn {
    flex-direction: column;
    align-items: center;
  }
  .album_Box li {
    width: 50%;
  }
  /*捐款歷程*/
  .honor_item_full.wrap {
    flex-direction: column;
    align-items: center;
  }
  .honor_item_full .option,
  .honor_item_full .option select {
    width: 100%;
  }
  /*我要捐款*/
  .donate {
    padding: 10px;
    margin: 0 auto 12px;
    border-radius: 6px;
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .btn_red {
    padding: 4px 6px;
    margin: 2px 4px;
  }
  .donate_block span {
    min-width: 80px;
    padding: 12px 10px;
    margin: 0 2px;
    font-size: 0.875rem;
  }
  .donate_block span::before {
    content: '';
    position: absolute;
    top: 0;
    right: -4px;
    content: '';
    height: 0;
    width: 0;
    margin-left: -10px;
    border: 19px solid transparent;
    border-right-width: 0;
    border-left-width: 8px;
    z-index: 2;
    transform: translateX(4px);
    border-left-color: #e9e9e9;
    margin: 0;
  }
  .donate_block span::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -13px;
    height: 0;
    width: 0;
    border: 19px solid transparent;
    border-right-width: 0;
    border-left-width: 8px;
    transform: translateX(3px);
    border-left-color: #fff;
    margin: 0;
  }
  .money_input {
    display: flex;
    flex-direction: column;
  }
  .money_input p {
    padding: 0;
  }
  .money_group input {
    width: 100%;
  }
  .money_group button {
    width: calc(100% - 20px);
  }
  .info_body {
    padding: 10px;
    line-height: 1.5;
  }
  /*最新消息*/
  .news_box {
    padding: 10px;
  }
  .block_news.page .list_news {
    padding: 0;
  }
  .Block .list_news .news_img,
  .Block .list_news.grp .news_img {
    padding-bottom: 50%;
  }
  .Block .list_news .news_img {
    margin: 10px auto;
  }
  .block_news.page .list_text h4 {
    font-size: 1rem;
  }
  /*芳名錄*/
  .icon_date {
    background: url(../images/calendar.png) center right 15px no-repeat, #fff;
    background-size: 18px auto;
  }
  .honor_item.date .clear {
    padding: 6px 10px;
    font-size: 0.875rem;
    margin: 10px 0 0 0;
  }
  .honor_item {
    flex-direction: column;
    align-items: center;
    margin: 6px auto;
  }
  .item_name {
    background-color: unset;
    text-align: center;
    padding-right: 0;
    margin-right: 0;
  }
  .honor_search select, .honor_search input {
    width: 100%;
    height: 40px !important;
  }
  .honor_search .date input {
    width: 100%;
    height: 40px;
  }
  .honor_item .a-search {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  /*常見問題*/
  .faq_block ul li > a {
    padding: 16px;
    font-size: 1rem;
  }
  /*footer*/
  .ftcontact li::before {
    content: '';
    width: 20px;
  }
  /*關鍵字*/
  .keyword img {
    width: 25px;
  }
  .kwd_text p {
    font-size: 1.125rem;
  }
  .kwd_text > p span {
    font-size: 1.125rem;
  }
  .kwd_text .show_main > h2 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .kwd_text {
    margin-bottom: 35px;
  }
  /*網站導覽*/
  .sitemap > div {
    width: calc(100% - 20px);
  }

  /*交易結果頁*/
  .trade_info .btn_block {
    padding-bottom: 20px;
    flex-direction: column;
  }
  .trade_info .btn_block a {
    width: 80%;

  }
}

@media (max-width: 600px) {
  .main {
    margin: 0 2%;
  }
  .header h1 {
    width: 32%;
    padding-left: 10px;
  }
  .logo {
    padding: 0;
    width: 100%;
  }
  .search {
    padding: 0 10px;
  }
  .top_menu {
    font-size: 0.8125rem;
    padding: 10px 10px 0 0px;
  }
  .slider_List {
    padding: 0 5px;
  }
  #colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
    overflow: hidden;
  }
  #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight {
    background: transparent;
    width: 0;
    height: 0;
  }
  #cboxContent {
    background: #000;
  }
  #cboxLoadedContent {
    margin: 10px;
    margin-bottom: 80px;
    margin-top: 50px;
  }
  #cboxClose {
    top: 8px;
    right: 8px;
  }
  #cboxCurrent {
    right: 10px;
    bottom: 10px;
    font-size: .78rem;
  }
  #cboxPrevious, #cboxNext {
    opacity: .35;
  }
  #cboxPrevious {
    left: 15px;
  }
  #cboxNext {
    right: 15px;
  }
  #cboxTitle {
    height: 80px;
    padding: 10px 10px;
    color: #fff;
    font-size: .875rem;
  }
  .container {
    padding: 20px;
  }
  .goTop.Bottom {
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
    box-sizing: border-box;
    border-radius: 0;
  }
  .declare {
    padding: 15px;
  }
  .bottomarea .rightarea {
    font-size: 0.8125rem;
  }
  .prod_area, .prod_area_list {
    padding: 30px 0;
    width: 100%;
  }
  select {
    min-width: 80px;
    background-size: 10px auto;
  }
  /*我要捐款*/
  .donate_box.honor .item_name {
    width: 90%;
  }
  .donate_box.honor .donate_item span {
    line-height: 1.5;
    padding: 4px 4px 4px 0;
    font-size: 0.875rem;
  }
  .donate_box.honor .option{
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .option.flex {
    padding-top: initial;
  }
  .code_block {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10px;
  }
  .album_Box li {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .container {
    padding: 10px;
  }
  .page_Btn {
    width: 34px;
    height: 34px;
    line-height: 30px;
  }
  /*我要登入*/
  .login_box {
    padding: 12px 20px;
    font-size: 0.875rem;
    margin: 0 auto 10px;
  }
  .login_box > div {
    padding: 6px 0;
  }
  .login_box .code_block {
    margin: 10px 0 0;
  }
  .login_box .submit {
    padding: 12px 0;
  }
  /*我要捐款*/
  .money_group .pay-info input {
    margin: 10px 0;
  }
  .donate_credit .option.w100 input {
    max-width: 50px;
  }
  select {
    padding: 0 5px;
    min-width: 70px;
  }
  .donate_block span {
    min-width: 60px;
  }
  .panel-body .donate_credit select, .panel-body .donate_credit input {
    width: auto;
    margin: 0 4px 0 4px;
  }
  .donate_item .info_body {
    font-size: 0.875rem;
  }
  .option .optlst {
    line-height: 46px;
  }
  .option .optlst label {
    display: flex;
    align-items: center;
  }
  .option.add .option_sel select {
    width: 100%;
  }
  /*捐款歷程*/
  .total {
    padding: 14px 10px;
    font-size: 1rem;
  }
  /*芳名錄*/
  .honor_table {
    font-size: 0.875rem;
  }
  .honor_table .tbody > .td {
    padding: 6px;
  }
  .honor_box .notice1 {
    line-height: 1.5;
  }
  /*相簿*/
  .album_Box {
    margin: 20px -10px;
  }
  .album_Box li {
    padding: 10px;
  }
  .album_A:hover:before {
    height: 40px;
    white-space: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}

@media (max-width: 420px) {
  .bottomarea .leftarea {
    margin: 10px 0;
  }
  .ftcontact li {
    width: 100%;
    margin-bottom: 10px;
  }
  .ftcontact li:last-child {
    margin-left: 0;
  }
  /*我要捐款*/
  select {
    padding: 0 5px;
    min-width: 70px;
  }
  .option .optlst .front {
    padding: 0 2px;
  }
  .panel-body .donate_credit select, .panel-body .donate_credit input {
    margin: 0 2px 0 2px;
  }
  select, input:not([type='radio']):not([type='checkbox']) {
    padding: 0 5px;
  }
  .donate_credit .option.w100 input {
    max-width: 50px;
  }
  .info_body {
    padding: 8px 4px;
  }
  /*捐款專案TAB*/
  .folder_Main.Blue input[type='radio'] {
    margin-left: 0;
  }
  /*捐款專案*/
  .case_item {
    width: calc(100% - 22px);
  }
  /*相簿*/
  .album_Box {
    margin: 20px -10px;
  }
  .album_Box li {
    width: 100%;
    padding: 10px;
  }
}