@charset "UTF-8";
body {
  font-family: 微軟正黑體;
  width: 100%;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #4D4B45;
}
a:focus, a:hover, a:visited {
  text-decoration: none;
  color: #333;
}

.alert-text {
  color: red;
}

.import-text {
  color: #EE8A19;
}

.container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.btn {
  border-radius: 5px;
  border: none;
}
.btn.btn-full {
  width: 100%;
  text-align: center;
}
.btn.btn-primary {
  background: #FF7200;
  color: #fff;
}
.btn.btn-donate {
  background: #FF4E63;
  color: #fff;
}
.btn.btn-link {
  background: #FFBF00;
  color: #fff;
  padding: 8px 15px;
}
.btn.btn-link:hover {
  background: #FF7200;
  text-decoration: none;
}
.btn.btn-cancel {
  background: #8C8C8C;
  color: #fff;
}
.btn.btn-search {
  background: #A0A0A0;
  color: #fff;
  padding: 7px 15px;
}
.btn.btn-search i {
  margin-left: 10px;
}
.btn.btn-search:hover {
  background: #FF7200;
  text-decoration: none;
}

.line {
  border-top: 1px dashed #C9C9C9;
  margin: 15px 0px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-bottom-xs {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .margin-bottom-xs {
    margin-bottom: 0;
  }
}

.col-xs-margin-bottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .col-xs-margin-bottom {
    margin-bottom: 0px;
  }
}

.col-md-margin-bottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .col-md-margin-bottom {
    margin-bottom: 0px;
  }
}

.honor-list .content .honor-photo-list .content-area .honor-title-area {
  padding-left: 15px;
  background: url(../img/index/list_icon.png) 0px 50% no-repeat;
  background-size: 7px 9px;
}
.honor-list .content .honor-photo-list .content-area .honor-title-area:hover {
  background: url(../img/index/list_icon_hover.png) 0px 50% no-repeat;
  background-size: 7px 9px;
}

.cate_links:after {
  content: "";
  display: block;
  clear: both;
}

div.article-content-area ul li, div.article-content-area ol li {
  list-style-type: none !important;
}

.datepicker {
  padding: 6px 12px !important;
}

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
header {
  position: relative;
  z-index: 100;
  background: #fff;
  height: 143px;
}
@media screen and (max-width: 991px) {
  header.non-link {
    height: 102px;
  }
}
@media screen and (min-width: 992px) {
  header {
    height: 129px;
  }
}
@media screen and (min-width: 1200px) {
  header {
    height: 135px;
  }
}
header div.md-title {
  padding: 20px 0px;
}
header div.md-title div.md-title-box {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  header div.md-title div.md-title-box {
    margin-right: -10px;
  }
  header div.md-title div.md-title-box img {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  header div.md-title div.md-title-box {
    margin-right: 0px;
  }
  header div.md-title div.md-title-box img {
    width: 100%;
  }
}
header div.md-title div.md-title-link-area {
  margin-top: 10px;
  float: right;
}
header div.md-title div.md-title-link-area a {
  vertical-align: middle;
}
header div.md-title div.md-title-link-area a.other-link {
  font-size: 15px;
  padding-right: 10px;
}
header div.md-title div.md-title-link-area a.other-link:hover {
  color: #FF7200;
}
header div.md-title div.md-title-link-area a.other-link.on {
  color: #FF7200;
}
header div.md-title div.md-title-link-area a.other-link + a.other-link {
  border-left: 1px solid #333;
  padding-left: 12px;
  line-height: 1;
  display: inline-block;
}
header div.md-title div.md-title-link-area a.btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 3px;
}
header div.md-title div.md-title-link-area a.btn.search {
  background: url(../img/header/icon_search.png);
}
header div.md-title div.md-title-link-area a.btn.facebook {
  background: url(../img/header/icon_fb.png);
}
header div.md-title div.md-title-link-area a.btn.youtube {
  background: url(../img/header/icon_youtube.png);
}
header div.md-title div.md-title-link-area a.btn.ch_on {
  background: url(../img/header/icon_cn_on.png);
}
header div.md-title div.md-title-link-area a.btn.ch_off {
  background: url(../img/header/icon_cn_off.png);
}
header div.md-title div.md-title-link-area a.btn.en_on {
  background: url(../img/header/icon_en_on.png);
}
header div.md-title div.md-title-link-area a.btn.en_off {
  background: url(../img/header/icon_en_off.png);
}
header div.md-title div.md-title-link-area a.donate {
  display: inline-block;
  width: 95px;
  height: 32px;
  color: #fff;
  font-size: 15px;
  padding: 6px 0px 0px 28px;
  background: url(../img/header/icon_donate.png);
  margin-left: 15px;
}
header div.md-title div.md-title-link-area a.donate:hover {
  background: url(../img/header/icon_donate_hover.png);
}
header div.xs-title .xs-title-top {
  padding: 10px 15px;
  background: #F5C53A;
}
header div.xs-title .xs-title-top .title-menu-area:after {
  content: "";
  display: block;
  clear: both;
}
header div.xs-title .xs-title-top .title-search-area {
  margin-top: 8px;
}
header div.xs-title .xs-title-top .title-search-area input {
  border: none;
}
header div.xs-title .xs-title-top .title-search-area .btn {
  background: #EE8918;
  border: 1px solid #EE8918;
}
header div.xs-title .xs-title-top .title-search-area .btn i {
  color: #fff;
}
header div.xs-title .xs-title-bottom {
  position: relative;
  padding: 0px;
  background: #fff;
  border-bottom: 3px solid #F5C53A;
  overflow: hidden;
}
header div.xs-title .xs-title-bottom nav {
  height: 41px;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
header div.xs-title .xs-title-bottom nav a {
  display: inline-block;
  padding: 10px 5px;
  font-weight: bold;
}
header div.xs-title .xs-title-bottom nav:after {
  content: "";
  display: block;
  clear: both;
}
header div.xs-title .xs-title-bottom nav.pc-scroll-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
header div.xs-title .xs-title-bottom nav.pc-scroll-bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5C53A;
}
header div.xs-title .xs-title-bottom nav.pc-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #F5C53A;
}
header div.xs-title .button-area {
  float: right;
}
header div.xs-title .button-area .link-btn {
  display: inline-block;
  width: 35px;
  padding-top: 22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
header div.xs-title .button-area .link-btn.fb {
  background: url(../img/header/sunshine_fb_2x.png) 50% 0px no-repeat;
  background-size: 23px 22px;
}
header div.xs-title .button-area .link-btn.eg {
  background: url(../img/header/sunshine_en_2x.png) 50% 0px no-repeat;
  background-size: 23px 22px;
}
header div.xs-title .button-area .link-btn.ch {
  background: url(../img/header/sunshine_ch_2x.png) 50% 0px no-repeat;
  background-size: 23px 22px;
}
header div.xs-title .button-area .link-btn.donate {
  background: url(../img/header/sunshine_donation_2x.png) 50% 0px no-repeat;
  background-size: 23px 22px;
  color: #FF4E63;
}
header div.xs-title img {
  max-width: 100%;
}
header div.xs-title div.xs-menu {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0px 0px 1px;
}
header div.xs-title div.xs-menu .icon-wrapper {
  margin: 3px auto;
  width: 30px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  cursor: pointer;
}
header div.xs-title div.xs-menu .icon-wrapper span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
header div.xs-title div.xs-menu .icon-wrapper span:nth-child(1) {
  top: 0px;
}
header div.xs-title div.xs-menu .icon-wrapper span:nth-child(2) {
  top: 10px;
}
header div.xs-title div.xs-menu .icon-wrapper span:nth-child(3) {
  top: 10px;
}
header div.xs-title div.xs-menu .icon-wrapper span:nth-child(4) {
  top: 20px;
}
header div.xs-title div.xs-menu.active span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
header div.xs-title div.xs-menu.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header div.xs-title div.xs-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header div.xs-title div.xs-menu.active span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
header div.is-sticky div.xs-title {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
header div.is-sticky div.xs-title .xs-title-top {
  display: none;
}
header div.nav-box {
  position: relative;
  background: url(../img/header/texture.png) #FEC61F;
  border-top: 1px solid #B1902C;
}
header div.nav-box ul.header-nav {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
header div.nav-box ul.header-nav:after {
  content: "";
  display: block;
  clear: both;
}
header div.nav-box ul.header-nav > li {
  float: left;
  width: 12.5%;
  padding: 0px 0px;
  text-align: center;
}
header div.nav-box ul.header-nav > li a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #252525;
  vertical-align: middle;
  padding: 8px 0px;
}
header div.nav-box ul.header-nav > li ul.header-nav2 {
  display: none;
  position: absolute;
  z-index: 100;
  list-style: none;
  padding: 10px 0px;
  min-width: 190px;
  top: 41px;
  border-top: 1px solid #cdbe8e;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 1px 2px #aeaeae;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header div.nav-box ul.header-nav > li ul.header-nav2 li {
  padding: 0px 20px;
}
header div.nav-box ul.header-nav > li ul.header-nav2 li:hover {
  background: #F5DFA9;
}
header div.nav-box ul.header-nav > li ul.header-nav2 li a {
  padding: 7px 15px;
  display: block;
  color: #1d1d1d;
  width: 100%;
  font-size: 16px;
}
header div.nav-box ul.header-nav > li ul.header-nav2 li a i {
  color: #E67817;
  margin-right: 10px;
}
header div.nav-box ul.header-nav > li ul.header-nav2 li:last-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
header div.nav-box ul.header-nav > li ul.header-nav2 li + li a {
  background: url(../img/header/line.png) repeat-x;
  padding-top: 8px;
}
header div.nav-box ul.header-nav > li:hover ul.header-nav2 {
  display: block;
}
header div.nav-box ul.header-nav > li + li > a {
  border-left: 1px solid #ffe28b;
}
header div.nav-box ul.header-nav.eg > li {
  width: auto;
}
header div.nav-box ul.header-nav.eg > li a {
  padding: 8px 45px;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  header div.nav-box ul.header-nav.eg > li a {
    padding: 8px 62px;
  }
}

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20;
  background: #FFDA6B;
}
div#mb-sidebar.hidden-sidebar {
  display: none;
  top: -100%;
  -webkit-animation-name: hiddensidebar;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: hiddensidebar;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
div#mb-sidebar.show-sidebar {
  display: block;
  top: 143px;
  -webkit-animation-name: showsidebar;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: showsidebar;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
@media screen and (min-width: 992px) {
  div#mb-sidebar {
    display: none;
  }
}
div#mb-sidebar.tag_hidden.show-sidebar {
  top: 100px;
  -webkit-animation-name: showsidebar_without_tag;
  animation-name: showsidebar_without_tag;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes hiddensidebar {
  0% {
    top: 143px;
  }
  100% {
    top: -100%;
  }
}
/* Standard syntax */
@keyframes hiddensidebar {
  0% {
    top: 143px;
  }
  100% {
    top: -100%;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 143px;
  }
}
/* Standard syntax */
@keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 143px;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes showsidebar_without_tag {
  0% {
    top: -100%;
  }
  100% {
    top: 100px;
  }
}
/* Standard syntax */
@keyframes showsidebar_without_tag {
  0% {
    top: -100%;
  }
  100% {
    top: 100px;
  }
}
div.sidebar-content {
  padding-bottom: 143px;
}

div#a-cart-sticky-header {
  height: 143px;
}
div#a-cart-sticky-header.tag_hidden {
  height: 100px;
}

.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0px 0 0;
}
.sidebar-nav .sidebar-header:first-child {
  margin-top: 0;
}
.sidebar-nav .sidebar-ul-split {
  padding: 9px 10px;
  color: #262626;
  background: #FFDA6B;
  position: relative;
}
.sidebar-nav .sidebar-ul-split:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border: solid transparent;
  right: 12px;
  bottom: -12px;
  border-width: 6px;
  border-top-color: #ff7878;
}
.sidebar-nav select {
  margin: 10px 10px;
  padding: 5px 3px;
  background: #C40010;
  color: #262626;
  border: none;
  border-radius: 5px;
}
.sidebar-nav select:focus {
  outline: none;
}
.sidebar-nav li.nav-title {
  padding: 20px 0px;
  height: 78px;
  border-bottom: 1px solid #FFEDB5;
}
.sidebar-nav li.nav-title a {
  float: left;
  width: 25%;
  padding: 0px;
  text-align: center;
  border-bottom: none;
}
.sidebar-nav li.nav-title a:hover {
  background: #FFDA6B;
}
.sidebar-nav li.nav-title a + a {
  border-left: 2px dotted #ffffff;
}
.sidebar-nav li.search {
  padding: 15px 25px;
  border-bottom: 1px solid #FFEDB5;
}
.sidebar-nav li.search button#quickSearchBtn {
  background: #fff;
  border: 1px solid #A0A0A0;
}
.sidebar-nav li.search i {
  color: #A0A0A0;
}
.sidebar-nav a {
  display: block;
  color: #2E2E2E;
  font-size: 17px;
  padding: 9px 25px;
  min-height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #FFEDB5;
  text-decoration: none;
}
.sidebar-nav a i.icon {
  margin-right: 15px;
}
.sidebar-nav a:hover, .sidebar-nav a.open, .sidebar-nav a.active {
  color: #2E2E2E;
  background: #ffd16b;
}
.sidebar-nav a.open .sidebar-nav-icon, .sidebar-nav a.open .sidebar-nav-indicator, .sidebar-nav a.active .sidebar-nav-icon, .sidebar-nav a.active .sidebar-nav-indicator {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.sidebar-nav a .sidebar-nav-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-nav a .sidebar-nav-indicator {
  float: right;
  line-height: inherit;
  margin-left: 4px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.sidebar-nav a .sidebar-nav-icon, .sidebar-nav a .sidebar-nav-indicator {
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 18px;
  font-size: 1em;
  text-align: center;
  color: #2E2E2E;
}
.sidebar-nav li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background: #FFE081;
}
.sidebar-nav li ul a {
  margin: 0;
  font-size: 15px;
  padding-left: 25px;
  min-height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #FFEDB5;
  padding: 9px 25px;
  color: #2E2E2E;
}
.sidebar-nav li ul a i.sidebar-nav-icon, .sidebar-nav li ul a i.sidebar-nav-indicator {
  color: #2E3337;
}
.sidebar-nav li ul ul {
  background: #FFE390;
}
.sidebar-nav li ul ul a {
  padding-left: 40px;
}
.sidebar-nav li.active ul {
  display: block;
}

.is-sticky {
  height: auto !important;
}
.is-sticky #a-cart-sticky-header.tag_hidden {
  height: 0px;
}
.is-sticky #a-cart-sticky-header {
  background: #ffffff;
  left: 0;
  margin-left: 0;
  opacity: 1;
  padding: 0px 15px;
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 1100;
  display: block;
  height: 41px;
  /* transition: all 0.1s ease-in 0s; */
}

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer div.footer-info {
  background: url(../img/header/texture.png) #44413F;
  padding: 20px 0px;
  font-size: 14px;
  text-align: center;
}
footer div.footer-info p {
  margin: 0px 0px 5px 0px;
  color: #9F9D98;
}
footer div.footer-info p.link-area {
  color: #E4C798;
}
footer div.footer-info p.link-area a {
  color: #E4C798;
  margin: 0px 3px;
}
@media screen and (min-width: 992px) {
  footer div.footer-info p.link-area {
    margin-bottom: 30px;
  }
}
footer div.footer-info p a {
  color: #ccc;
}
footer div.footer-info .footer-img-box {
  margin-top: 15px;
}
footer div.footer-info .footer-img-box > a > img {
  width: 50px;
  margin: 0 5px;
}
@media screen and (min-width: 992px) {
  footer div.footer-info {
    text-align: left;
    padding: 40px 0px;
  }
  footer div.footer-info .footer-img-box {
    margin: 25px 0 0 20px;
  }
  footer div.footer-info .footer-img-box > a > img {
    width: 80px;
    margin: 0 9px;
  }
}
@media screen and (min-width: 1200px) {
  footer div.footer-info .footer-img-box > a > img {
    margin: 0 10px;
  }
}
footer div.social-link-area {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  footer div.social-link-area {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  footer div.social-link-area {
    margin-bottom: 0;
  }
}
footer div.social-link-area a {
  vertical-align: middle;
}
footer div.social-link-area a.btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 3px;
}
footer div.social-link-area a.btn.btn-line {
  background: url(../img/header/icon_line.png);
}
footer div.social-link-area a.btn.facebook {
  background: url(../img/header/icon_fb.png);
}
footer div.social-link-area a.btn.youtube {
  background: url(../img/header/icon_youtube.png);
}
footer div.social-link-area a.btn.ig {
  background: url(../img/header/icon_ig.png);
}

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
#epaper-modal {
  width: 90%;
  max-width: 550px;
  margin: 15px auto 15px;
  border-radius: 7px;
}
@media screen and (min-width: 480px) {
  #epaper-modal {
    width: 80%;
    margin: 50px auto 0;
    border-radius: 0px;
  }
}
#epaper-modal .modal-content {
  border: none;
}
@media screen and (min-width: 480px) {
  #epaper-modal .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
#epaper-modal .modal-header {
  padding: 0;
  border: none;
  position: relative;
}
#epaper-modal .modal-header .page-title.center {
  padding-top: 20px;
}
#epaper-modal .modal-header .close {
  float: none;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}
#epaper-modal ul.nav-tabs li a {
  border: none;
}
#epaper-modal ul.nav-tabs li.active a {
  background-color: #FF7200;
  color: #fff;
}
#epaper-modal .tab-content {
  padding: 10px 0px 15px;
}
#epaper-modal .form-group {
  padding: 0 5px;
  position: relative;
}
#epaper-modal .form-group + .form-group {
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}
#epaper-modal a.epaper-intro {
  display: inline-block;
  color: #428bca;
  text-decoration: underline;
  margin-top: 10px;
}
#epaper-modal label.checkbox {
  cursor: pointer;
  font-weight: normal;
  padding-left: 20px;
}
#epaper-modal label.epaper_check {
  float: left;
}
#epaper-modal label.vcode-label {
  display: block;
}
#epaper-modal .form-control.vcode {
  width: 150px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
#epaper-modal .form-group:after {
  content: "";
  display: block;
  clear: both;
}
#epaper-modal #epaper_auth_code {
  vertical-align: top;
}

div.index-banner-area {
  background: url(../img/index/banner_bg.png) 50%;
  background-size: auto 100%;
  margin-top: 2px;
  margin-bottom: 10px;
}
div.index-banner-area .owl-controls {
  margin: 0px;
}
div.index-banner-area .owl-dots {
  margin: 0 auto;
  margin-top: -25px;
  position: relative;
}
div.index-banner-area .owl-dots .owl-dot.active span, div.index-banner-area .owl-dots .owl-dot:hover span {
  background: #EC8817;
}
div.index-banner-area .owl-nav > div {
  position: absolute;
  top: 50%;
  margin: 0px;
  margin-top: -21px;
  width: 30px;
  height: 42px;
  padding: 0px;
  position: absolute;
}
div.index-banner-area .owl-nav > div.owl-prev {
  background: url(../img/index/banner_left.png);
  background-size: 30px 42px;
  left: 20px;
}
div.index-banner-area .owl-nav > div.owl-next {
  background: url(../img/index/banner_right.png);
  background-size: 30px 42px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  div.index-banner-area div#index-banner {
    padding: 0px 59px;
  }
}
@media screen and (min-width: 768px) {
  div.index-banner-area {
    margin-bottom: 25px;
  }
}

div.index-eg-box {
  border: none;
  padding-top: 0px;
  min-width: 256px;
}
div.index-eg-box div.index-english-owl {
  display: none;
}
div.index-eg-box div.index-english-owl .owl-controls .owl-nav {
  display: none;
}
div.index-eg-box div.index-english-owl .owl-controls .owl-dots {
  margin: 0 auto;
  position: relative;
}
div.index-eg-box div.index-english-owl .owl-controls .owl-dots .owl-dot {
  width: 12px;
}
div.index-eg-box div.index-english-owl .owl-controls .owl-dots .owl-dot span {
  background: #c9c9c9;
  width: 6px;
  height: 6px;
}
div.index-eg-box div.index-english-owl .owl-controls .owl-dots .owl-dot.active span, div.index-eg-box div.index-english-owl .owl-controls .owl-dots .owl-dot:hover span {
  background: #f6bf1e;
}
div.index-eg-box div.index-english-owl .owl-stage-outer .owl-stage .owl-item .english-owl-item .english-img-area {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  display: none;
}
div.index-eg-box div.index-english-owl .owl-stage-outer .owl-stage .owl-item .english-owl-item .english-img-area img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  div.index-eg-box div.index-english-owl .owl-stage-outer .owl-stage .owl-item .english-owl-item .english-img-area {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  div.index-eg-box div.index-english-owl {
    display: block;
    opacity: 0;
    height: 0;
  }
  div.index-eg-box div.index-english-owl.owl-loaded {
    opacity: 1;
    height: auto;
    min-height: 272px;
  }
}
@media screen and (min-width: 1200px) {
  div.index-eg-box div.index-english-owl.owl-loaded {
    min-height: 320px;
  }
}
@media screen and (min-width: 992px) {
  div.index-eg-box {
    display: block;
    border: 1px solid #BCBCBC;
    padding: 13px;
    border-radius: 3px;
  }
}

.english-owl-item-md {
  display: block;
  border-bottom: 1px dashed #C9C9C9;
  padding-bottom: 10px;
}
.english-owl-item-md .date-area {
  display: inline-block;
  margin-right: 10px;
}
.english-owl-item-md .intro-area {
  display: inline;
}
@media screen and (min-width: 992px) {
  .english-owl-item-md {
    display: none;
  }
}

.english-owl-item-md:nth-last-child(1) {
  border-bottom: none;
}

/*  index banner area */
/*  index title area */
div.title-area {
  position: relative;
  border-left: 9px solid #EC8817;
  padding-left: 8px;
  margin-left: 0px;
  margin-bottom: 10px;
}
div.title-area.eg {
  margin-top: 5px;
}
div.title-area span {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 600;
}
div.title-area img.eg {
  width: 116px;
  height: 16px;
}
div.title-area a.more {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  color: #EC8817;
  border: 1px solid #EC8817;
  padding: 2px 5px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  div.title-area a.more {
    top: 5px;
    border: none;
  }
}
div.title-area a.video-more {
  float: right;
  font-size: 14px;
  color: #EC8817;
}
@media screen and (min-width: 768px) {
  div.title-area.eg {
    margin-top: 0px;
  }
}

/*  index title area */
.container.xs-nopadding {
  padding: 0px;
}

/* ----------  index left part area -------------- */
div.article-area {
  width: 100%;
}
div.article-area > div {
  padding: 15px 15px;
}
@media screen and (min-width: 992px) {
  div.article-area > div {
    padding: 0px 15px;
    margin-bottom: 40px;
  }
}
div.article-area > div:after {
  content: "";
  display: block;
  clear: both;
}
div.article-area.eg .title-area {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  div.article-area.eg {
    float: left;
    width: 100%;
  }
  div.article-area.eg .title-area {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  div.article-area {
    float: left;
    padding-right: 30px;
    width: 590px;
  }
  div.article-area.eg {
    width: 590px;
  }
}
@media screen and (min-width: 1200px) {
  div.article-area {
    width: 760px;
  }
  div.article-area.eg {
    width: 760px;
  }
}
div.article-area .activity-area, div.article-area .cooprate-area {
  width: 100%;
}
@media screen and (min-width: 992px) {
  div.article-area .activity-area, div.article-area .cooprate-area {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  div.article-area .activity-area.eg, div.article-area .cooprate-area.eg {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  div.article-area .activity-area.eg, div.article-area .cooprate-area.eg {
    width: 48%;
  }
}
div.article-area .activity-area.projects, div.article-area .cooprate-area.projects {
  float: right;
  background: none;
  border: none;
}
div.article-area .activity-area.projects .title-area, div.article-area .cooprate-area.projects .title-area {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  div.article-area .activity-area.projects .title-area, div.article-area .cooprate-area.projects .title-area {
    margin-bottom: 10px;
  }
}
div.article-area .activity-area.stories, div.article-area .cooprate-area.stories {
  background: #FFFAED;
  border-top: 1px solid #F3E5C1;
  border-bottom: 1px solid #F3E5C1;
}
div.article-area .activity-area.stories .title-area, div.article-area .cooprate-area.stories .title-area {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  div.article-area .activity-area.stories, div.article-area .cooprate-area.stories {
    background: none;
    border: none;
  }
  div.article-area .activity-area.stories .title-area, div.article-area .cooprate-area.stories .title-area {
    margin-bottom: 10px;
  }
}
div.article-area .announcement-area {
  background: #FFFAED;
  border-top: 1px solid #F3E5C1;
  border-bottom: 1px solid #F3E5C1;
}
@media screen and (min-width: 992px) {
  div.article-area .announcement-area {
    background: none;
    border: none;
  }
}
div.article-area .activity-area {
  background: none;
  border: none;
}
@media screen and (min-width: 768px) {
  div.article-area .activity-area {
    background: #FFFAED;
    border-top: 1px solid #F3E5C1;
    border-bottom: 1px solid #F3E5C1;
  }
}
@media screen and (min-width: 992px) {
  div.article-area .activity-area {
    background: none;
    border: none;
  }
}
div.article-area .cooprate-area {
  background: #FFFAED;
  border-top: 1px solid #F3E5C1;
  border-bottom: 1px solid #F3E5C1;
}
@media screen and (min-width: 768px) {
  div.article-area .cooprate-area {
    background: none;
    border: none;
  }
}

/* ----------  index left part area -------------- */
/* ----------  index right part area -------------- */
div.other-area {
  width: 100%;
}
div.other-area > div {
  padding: 15px 15px;
}
@media screen and (min-width: 992px) {
  div.other-area > div {
    padding: 0px 15px;
    margin-bottom: 40px;
  }
}
div.other-area > div:after {
  content: "";
  display: block;
  clear: both;
}
div.other-area.eg {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  div.other-area.eg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  div.other-area.eg {
    width: 50%;
    float: right;
    padding: 15px;
  }
}
@media screen and (min-width: 992px) {
  div.other-area {
    float: left;
    width: 380px;
  }
  div.other-area.eg {
    width: 380px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  div.other-area {
    width: 380px;
  }
}
div.other-area .donate-area, div.other-area .video-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.other-area .donate-area, div.other-area .video-area {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  div.other-area .donate-area, div.other-area .video-area {
    float: none;
    width: 100%;
  }
}
div.other-area .video-area {
  background: #FFFAED;
  border-top: 1px solid #F3E5C1;
  border-bottom: 1px solid #F3E5C1;
}
@media screen and (min-width: 768px) {
  div.other-area .video-area {
    background: none;
    border: none;
  }
  div.other-area .video-area.eg {
    margin-bottom: 0px;
  }
}
div.other-area .credit-area {
  background: none;
  border: none;
}
@media screen and (min-width: 768px) {
  div.other-area .credit-area {
    background: #FFFAED;
    border-top: 1px solid #F3E5C1;
  }
}
@media screen and (min-width: 992px) {
  div.other-area .credit-area {
    background: none;
    border: none;
  }
}
div.other-area .english-about-area {
  display: none;
}
div.other-area .english-about-area.sm {
  display: block;
  padding: 0 0 20px 0;
}
div.other-area .english-about-area.sm .title-area {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  div.other-area .english-about-area.sm .title-area {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  div.other-area .english-about-area.sm {
    display: none;
  }
}
div.other-area .english-about-area .english_about {
  background: #F5DFA9 no-repeat;
  background-size: 50px 53px;
  padding: 30px 20px 60px 20px;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
div.other-area .english-about-area .english_about .content-area {
  word-break: break-word;
  font-size: 15px;
  line-height: 1.8;
  overflow: hidden;
  height: 106px;
  position: relative;
}
div.other-area .english-about-area .english_about .content-area:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 50px;
  height: 18px;
  margin-top: 5px;
  background: -webkit-linear-gradient(left, rgba(245, 223, 169, 0), #f5dfa9);
  background: -o-linear-gradient(left, rgba(245, 223, 169, 0), #f5dfa9);
  background: -moz-linear-gradient(left, rgba(245, 223, 169, 0), #f5dfa9);
  background: linear-gradient(left, rgba(245, 223, 169, 0), #f5dfa9);
}
@media screen and (min-width: 992px) {
  div.other-area .english-about-area .english_about .content-area {
    height: 188px;
  }
}
@media screen and (min-width: 1200px) {
  div.other-area .english-about-area .english_about .content-area {
    height: 215px;
  }
}
div.other-area .english-about-area .english_about .content-area-sm {
  word-break: break-word;
  font-size: 15px;
  line-height: 1.8;
}
div.other-area .english-about-area .english_about:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  margin-left: -19px;
  display: inline-block;
  width: 100%;
  height: 53px;
  background: url(../img/index/english/page_turning_2x.png) 100% 100% no-repeat;
  background-size: 50px 53px;
  z-index: 100;
}
div.other-area .english-about-area .english_about:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: 62px;
  background: url(../img/index/english/pattern_2x.png) repeat-x;
  background-position: center bottom;
  background-size: 328px 37px;
}
@media screen and (min-width: 768px) {
  div.other-area .english-about-area .english_about {
    padding: 35px 30px 65px 30px;
  }
  div.other-area .english-about-area .english_about:before {
    content: "";
    height: 53px;
    background: url(../img/index/english/page_turning.png) 100% 100% no-repeat;
    background-size: 50px 53px;
    z-index: 100;
  }
  div.other-area .english-about-area .english_about:after {
    content: "";
    bottom: -5px;
    background: url(../img/index/english/pattern.png) repeat-x;
    background-position: center;
  }
}
@media screen and (min-width: 992px) {
  div.other-area .english-about-area .english_about {
    padding: 45px 45px 65px 45px;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 1200px) {
  div.other-area .english-about-area .english_about {
    padding: 45px 45px 87px 45px;
  }
  div.other-area .english-about-area .english_about:after {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 342px;
    background: url(../img/index/english/pattern.png) repeat-x;
    background-size: 100%;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  div.other-area .english-about-area .english_about:after {
    height: 62px;
    bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  div.other-area .english-about-area {
    display: block;
    margin-top: 5px;
  }
  div.other-area .english-about-area .title-area {
    margin-left: -15px;
    margin-right: -20px;
  }
}

/* ----------  index right part area -------------- */
/*  index photo list area */
.index-photo-img-area {
  display: none;
}
.index-photo-img-area a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}
.index-photo-img-area a img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .index-photo-img-area {
    display: block;
    float: left;
    width: 256px;
    height: 200px;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    padding: 12px;
    background: #fff;
  }
  .index-photo-img-area img {
    max-width: 100%;
  }
  .index-photo-img-area.eg {
    height: initial;
    float: initial;
    margin: 0 auto;
    padding: 13px;
  }
}

.index-photo-list-area {
  width: 100%;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .index-photo-list-area {
    display: block;
    float: left;
    width: 274px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .index-photo-list-area {
    width: 444px;
  }
}

.index-list {
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .index-list .index-list-title {
    height: 20px;
    overflow: hidden;
  }
}
.index-list .index-list-date {
  color: #FF7200;
  margin-right: 10px;
}
.index-list .index-list-content {
  display: none;
}
@media screen and (min-width: 992px) {
  .index-list .index-list-content {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
  }
}
.index-list.withphoto {
  position: relative;
}
.index-list.withphoto img {
  display: none;
}
@media screen and (min-width: 992px) {
  .index-list.withphoto {
    padding-left: 145px;
  }
  .index-list.withphoto img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 136px;
    height: 102px;
  }
  .index-list.withphoto .index-list-date {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
  }
  .index-list.withphoto .index-list-title {
    font-size: 15px;
    height: 60px;
    overflow: hidden;
  }
  .index-list.withphoto .index-list-content {
    margin-top: 5px;
  }
}
.index-list.icon-type .index-list-title.selected a {
  color: #FF8A42;
}
.index-list.icon-type a.icon {
  padding-left: 15px;
  background: url(../img/index/list_icon.png) 0px 50% no-repeat;
  background-size: 7px 9px;
}
.index-list.icon-type a.icon:hover {
  background: url(../img/index/list_icon_hover.png) 0px 50% no-repeat;
  background-size: 7px 9px;
}
@media screen and (min-width: 992px) {
  .index-list.icon-type {
    padding: 5px 0px;
  }
}

.index-list + .index-list {
  border-top: 1px dashed #C9C9C9;
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .index-list + .index-list.icon-type {
    border: none;
  }
}

/*  index photo list area */
/*  index donate box area */
.donate-box {
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  padding: 12px 12px 0px 12px;
  background: #fff;
}
.donate-box img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .donate-box {
    height: 200px;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    padding: 12px;
    background: #fff;
  }
  .donate-box img {
    max-width: 100%;
  }
}
.donate-box #donate-owl {
  padding: 0px 20px;
  max-width: 100%;
  width: 320px;
  margin: 0px auto;
}
@media screen and (min-width: 992px) {
  .donate-box #donate-owl {
    width: 100%;
  }
}
.donate-box #donate-owl img {
  width: auto;
  margin: 0px auto;
  max-height: 101.25px;
}
.donate-box #donate-owl p.donate-title {
  margin: 10px 0px;
  font-size: 15px;
  text-align: center;
}
.donate-box #donate-owl .owl-controls {
  margin: 0px;
}
.donate-box #donate-owl .owl-nav > div {
  position: absolute;
  top: 50%;
  margin: 0px;
  margin-top: 11px;
  width: 14px;
  height: 19px;
  padding: 0px;
  position: absolute;
}
.donate-box #donate-owl .owl-nav > div.owl-prev {
  background: url(../img/index/ad_left_sm@2x.png);
  background-size: 14px 19px;
  left: 0px;
}
.donate-box #donate-owl .owl-nav > div.owl-next {
  background: url(../img/index/ad_right_sm@2x.png);
  background-size: 14px 19px;
  right: 0px;
}
.donate-box .donate-button-area {
  margin-top: 10px;
  text-align: center;
}
.donate-box .donate-button-area a + a {
  margin-left: 6px;
}
.donate-box .donate-button-area .donate-button {
  display: inline-block;
  width: 97px;
  height: 31px;
  color: #fff;
  font-size: 15px;
  padding: 5px 0px 0px 25px;
}
@media screen and (min-width: 992px) {
  .donate-box .donate-button-area .donate-button {
    color: #BA2319;
    line-height: 16px;
    padding: 0px 0px 0px 20px;
    background-size: auto;
  }
}
.donate-box .donate-button-area .donate-button.other {
  background: url(../img/index/project_donate_sm@2x.png);
  background-size: 97px 31px;
}
@media screen and (min-width: 992px) {
  .donate-box .donate-button-area .donate-button.other {
    background: url(../img/index/project_donate.png) no-repeat;
  }
}
.donate-box .donate-button-area .donate-button.donate {
  background: url(../img/index/project_more_sm@2x.png);
  background-size: 97px 31px;
}
@media screen and (min-width: 992px) {
  .donate-box .donate-button-area .donate-button.donate {
    background: url(../img/index/project_more.png) no-repeat;
  }
}

/*  index donate box area */
/*  index video box area */
.video-box {
  position: relative;
  padding: 0px 34px;
  text-align: center;
  height: auto;
}
@media screen and (min-width: 768px) {
  .video-box {
    background: #F5DFA9;
    height: 207px;
  }
}
@media screen and (min-width: 992px) {
  .video-box {
    height: 200px;
  }
}
.video-box .video-border {
  height: 100%;
  width: 16px;
  position: absolute;
  top: 0px;
}
.video-box .video-border.left {
  background-size: 16px auto;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .video-box .video-border.left {
    background: url(../img/index/vedio_bg_left.png);
  }
}
.video-box .video-border.right {
  background-size: 16px auto;
  right: 0px;
}
@media screen and (min-width: 768px) {
  .video-box .video-border.right {
    background: url(../img/index/vedio_bg_right.png);
  }
}
.video-box iframe {
  max-width: 100%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .video-box iframe {
    width: 270px;
    height: 170px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .video-box iframe {
    width: 270px;
    height: 170px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .video-box iframe {
    width: 270px;
    height: 170px;
    margin-top: 15px;
  }
}
.video-box.eg iframe {
  max-width: 100%;
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .video-box.eg iframe {
    margin: 20px auto;
  }
}
@media screen and (min-width: 992px) {
  .video-box.eg iframe {
    margin: 15px auto;
  }
}

/*  index video box area */
/*  index credit box area */
@media screen and (min-width: 992px) {
  .credit-box {
    height: 197px;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    padding: 12px;
    background: #fff;
  }
  .credit-box img {
    max-width: 100%;
  }
}

/*  index credit box area */
/*  index ad area */
div.index-ad-area {
  background: #F4F3F0;
  border-top: 1px solid #E5E4E1;
  padding: 35px 0px;
  margin: 0 -15px;
}
@media screen and (min-width: 992px) {
  div.index-ad-area {
    background: none;
    border-top: none;
    margin: 0;
  }
}
div.index-ad-area #index-ad-owl {
  padding: 0px 30px;
}
div.index-ad-area #index-ad-owl .owl-controls {
  margin: 0px;
}
div.index-ad-area #index-ad-owl .owl-box img {
  width: 170px;
  height: auto;
  max-width: 100%;
  margin: 0px auto;
}
div.index-ad-area #index-ad-owl .owl-nav > div {
  position: absolute;
  top: 50%;
  margin: 0px;
  margin-top: -10px;
  width: 14px;
  height: 19px;
  padding: 0px;
  position: absolute;
}
div.index-ad-area #index-ad-owl .owl-nav > div.owl-prev {
  background: url(../img/index/ad_left_sm.png);
  background-size: 14px 19px;
  left: 10px;
}
div.index-ad-area #index-ad-owl .owl-nav > div.owl-next {
  background: url(../img/index/ad_right_sm.png);
  background-size: 14px 19px;
  right: 10px;
}
@media screen and (min-width: 1200px) {
  div.index-ad-area #index-ad-owl {
    padding: 0px 0px;
  }
  div.index-ad-area #index-ad-owl .owl-item {
    width: 170px !important;
    margin-right: 18px !important;
  }
  div.index-ad-area #index-ad-owl .owl-item .owl-box img {
    width: 170px;
  }
}

.img-area {
  display: none;
}
@media screen and (min-width: 992px) {
  .img-area {
    display: block;
  }
}

.date-area {
  color: #FF7200;
  margin-top: 10px;
  font-size: 14px;
}

.intro-area {
  height: 40px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.4;
}

.title-item-area {
  height: initial;
  max-height: 40px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.4;
  display: inline;
  word-break: break-word;
}
@media screen and (min-width: 992px) {
  .title-item-area {
    display: block;
    height: 40px;
  }
}

.no-data {
  display: block;
}
@media screen and (min-width: 992px) {
  .no-data {
    display: none;
  }
}

.page-banner-area {
  background: url(../img/page/sm_banner_bg.png) 50%;
  background-size: auto 80px;
  height: 80px;
  margin-top: 2px;
}
.page-banner-area .banner-img {
  height: 100%;
}
.page-banner-area .banner-img.english h1 {
  margin-top: 27px;
}
@media screen and (min-width: 500px) {
  .page-banner-area .banner-img.english h1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-area .banner-img.english h1 {
    margin-top: 65px;
  }
}
.page-banner-area .banner-img.about {
  background: url(../img/page/banner/about.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.column {
  background: url(../img/page/banner/column.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.donate {
  background: url(../img/page/banner/donate_2018.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.story {
  background: url(../img/page/banner/story.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.news {
  background: url(../img/page/banner/news.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.join_us {
  background: url(../img/page/banner/join_us.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.client {
  background: url(../img/page/banner/client.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.client h1 {
  width: 110px;
  margin-top: 14px;
}
@media screen and (min-width: 500px) {
  .page-banner-area .banner-img.client h1 {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-area .banner-img.client h1 {
    margin-top: 65px;
  }
}
.page-banner-area .banner-img.service {
  background: url(../img/page/banner/service.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.rebuild {
  background: url(../img/page/banner/rebuild.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.area {
  background: url(../img/page/banner/area.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.equal_rights {
  background: url(../img/page/banner/equal_rights.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.participation {
  background: url(../img/page/banner/participation.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.report {
  background: url(../img/page/banner/report.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.research {
  background: url(../img/page/banner/research.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.assessment {
  background: url(../img/page/banner/assessment.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.visit {
  background: url(../img/page/banner/visit.png) 100% no-repeat;
  background-size: auto 80px;
}
.page-banner-area .banner-img.visit h1 {
  width: 110px;
  margin-top: 15px;
}
@media screen and (min-width: 380px) {
  .page-banner-area .banner-img.visit h1 {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-area .banner-img.visit h1 {
    margin-top: 65px;
  }
}
.page-banner-area .banner-img.contactus {
  background: url(../img/page/banner/contactus.png) 100% no-repeat;
  background-size: auto 80px;
}
@media screen and (min-width: 768px) {
  .page-banner-area {
    background: url(../img/page/lg_banner_bg.png) 50% no-repeat;
    background-size: auto 152px;
    height: 152px;
  }
  .page-banner-area .banner-img.about {
    background: url(../img/page/banner/about.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.column {
    background: url(../img/page/banner/column.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.donate {
    background: url(../img/page/banner/donate_2018.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.story {
    background: url(../img/page/banner/story.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.news {
    background: url(../img/page/banner/news.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.join_us {
    background: url(../img/page/banner/join_us.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.client {
    background: url(../img/page/banner/client.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.service {
    background: url(../img/page/banner/service.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.rebuild {
    background: url(../img/page/banner/rebuild.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.area {
    background: url(../img/page/banner/area.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.equal_rights {
    background: url(../img/page/banner/equal_rights.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.participation {
    background: url(../img/page/banner/participation.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.report {
    background: url(../img/page/banner/report.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.research {
    background: url(../img/page/banner/research.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.assessment {
    background: url(../img/page/banner/assessment.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.visit {
    background: url(../img/page/banner/visit.png) 100% no-repeat;
    background-size: auto 152px;
  }
  .page-banner-area .banner-img.contactus {
    background: url(../img/page/banner/contactus.png) 100% no-repeat;
    background-size: auto 152px;
  }
}
.page-banner-area h1, .page-banner-area .banner-title {
  color: #685316;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 13px;
}
.page-banner-area h1 span.eg, .page-banner-area .banner-title span.eg {
  margin-top: 5px;
  display: block;
}
@media screen and (min-width: 500px) {
  .page-banner-area h1, .page-banner-area .banner-title {
    font-size: 22px;
    margin-top: 30px;
    line-height: 1;
  }
  .page-banner-area h1 span.eg, .page-banner-area .banner-title span.eg {
    margin-top: 0px;
    margin-left: 10px;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-area h1, .page-banner-area .banner-title {
    margin-top: 65px;
    margin-left: 25px;
  }
}

.breadcrumbs {
  font-size: 14px;
  margin: 10px 0px;
}
.breadcrumbs span.path_alert {
  color: #EE8A19;
}

.page-main-area {
  margin-top: 20px;
  padding-bottom: 40px;
}
.page-main-area:after {
  content: "";
  display: block;
  clear: both;
}
.page-main-area .left-menu-area {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-main-area .left-menu-area {
    display: block;
    float: left;
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .page-main-area .left-menu-area {
    width: 200px;
  }
}
.page-main-area .right-content-area {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-main-area .right-content-area {
    float: left;
    width: 740px;
    padding-left: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .page-main-area .right-content-area {
    width: 910px;
  }
}

.left-menu {
  list-style: none;
  padding-left: 0px;
  border-top: 3px solid #FFCC33;
  border-bottom: 3px solid #FFCC33;
  margin-top: 29px;
}
.left-menu > li.selected > a {
  color: #EE8A19;
  background: url(../img/index/list_icon_hover.png) 10px 50% no-repeat;
  background-size: 7px 9px;
}
.left-menu > li.selected.layer > a {
  color: #333;
  background: url(../img/page/list_open.png) 10px 50% no-repeat;
  background-size: 7px 9px;
}
.left-menu > li > a {
  display: inline-block;
  padding: 15px 0px;
  padding-left: 25px;
  background: url(../img/index/list_icon.png) 10px 50% no-repeat;
  background-size: 7px 9px;
}
.left-menu > li > a:hover {
  background: url(../img/index/list_icon_hover.png) 10px 50% no-repeat;
  background-size: 7px 9px;
}
.left-menu > li + li {
  border-top: 1px dashed #A0A0A0;
}
.left-menu ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 15px;
}
.left-menu ul > li > a {
  display: inline-block;
  padding: 5px 0px;
  padding-left: 35px;
  background: url(../img/page/point_off.png) 20px 50% no-repeat;
  background-size: 6px 6px;
}
.left-menu ul > li > a:hover {
  background: url(../img/page/point_on.png) 20px 50% no-repeat;
  background-size: 6px 6px;
}
.left-menu ul > li.selected > a {
  color: #EE8A19;
  background: url(../img/page/point_on.png) 20px 50% no-repeat;
  background-size: 6px 6px;
}

.article-content-area .page-title {
  border-bottom: 3px solid #E3E3E3;
  padding-bottom: 10px;
}
.article-content-area .page-title h2, .article-content-area .page-title h1, .article-content-area .page-title h3, .article-content-area .page-title .title {
  font-size: 18px;
  margin: 0px;
  border-left: 3px solid #EC8817;
  padding-left: 5px;
}
.article-content-area .page-title h3 {
  display: block;
  background: unset;
  color: unset;
  font-weight: unset;
  padding: unset;
  padding-left: 5px;
  border-radius: unset;
  box-shadow: unset;
  line-height: 1.1;
  margin-top: 35px;
  margin-bottom: 10px;
}
.article-content-area .page-title.center {
  text-align: center;
  padding-bottom: 0px;
  position: relative;
  /*height: 30px;*/
}
.article-content-area .page-title.center h2, .article-content-area .page-title.center h1, .article-content-area .page-title.center .title {
  display: inline-block;
  border-left: none;
  border-bottom: 3px solid #EC8817;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  margin-bottom: -3px;
  min-width: 180px;
}

.page-title {
  border-bottom: 3px solid #E3E3E3;
  padding-bottom: 10px;
}
.page-title h2, .page-title h1, .page-title .title {
  font-size: 18px;
  margin: 0px;
  border-left: 3px solid #EC8817;
  padding-left: 5px;
}
.page-title.center {
  text-align: center;
  padding-bottom: 0px;
  position: relative;
  /*height: 30px;*/
}
.page-title.center h2, .page-title.center h1, .page-title.center .title {
  display: inline-block;
  border-left: none;
  border-bottom: 3px solid #EC8817;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  margin-bottom: -3px;
  min-width: 180px;
}

.page-intro {
  margin-top: 30px;
}

.page-content {
  margin-top: 30px;
}

h3.section-title {
  font-size: 18px;
  background: url(../img/list/faq_icon.png) 0px 50% no-repeat;
  background-size: 3px 14px;
  padding-left: 20px;
}

.article-imfo-area {
  margin-top: 5px;
}
.article-imfo-area .date, .article-imfo-area .donate-num {
  color: #FF7200;
  font-size: 14px;
  float: right;
  margin-top: 3px;
}
.article-imfo-area:after {
  content: "";
  display: block;
  clear: both;
}

.article-content-area {
  padding: 20px 0px;
  text-align: justify;
  letter-spacing: 1px;
  word-break: break-word;
}
.article-content-area .form-group {
  line-height: 1.42857143;
}
.article-content-area img {
  max-width: 100%;
  height: auto;
}
.article-content-area table {
  max-width: 100%;
  height: auto;
}
.article-content-area iframe {
  max-width: 100%;
}
.article-content-area a {
  word-break: break-all;
}
.article-content-area.no-border {
  border: none;
}
.article-content-area.no-padding {
  padding: 0px;
  border-bottom: none;
}
.article-content-area.no-padding-bottom {
  padding-bottom: 0px;
  border-bottom: none;
}
.article-content-area:after {
  content: "";
  display: block;
  clear: both;
}
.article-content-area .page-title {
  margin-bottom: 15px;
}
.article-content-area .page-title h2 {
  margin-top: 35px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 18px;
  color: #333;
}
.article-content-area .page-content {
  margin-bottom: 15px;
}
.article-content-area * {
  font-family: "微軟正黑體";
  padding: 0;
  margin: 0;
  color: #333;
  line-height: 1.8em;
  font-size: 15px;
}
.article-content-area h2 {
  margin: 15px 0 8px 0;
  font-size: 17px;
  font-weight: 500;
  color: #EC8817;
  margin: 20px 0;
  letter-spacing: 1px;
}
.article-content-area h3 {
  display: inline-block;
  font-size: 16px;
  background: #EC8817;
  color: #FEFEFE;
  font-weight: 500;
  padding: 3px 16px;
  border-radius: 1rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.article-content-area h4 {
  display: inline-block;
  font-size: 16px;
  color: #EC8817;
  border-bottom: 1px dashed #DDD;
}
.article-content-area h3, .article-content-area h4 {
  margin: 15px 0 8px 0;
  display: table;
}
.article-content-area h5 {
  font-size: 16px;
  font-weight: 400;
  color: #EC8817;
}
.article-content-area h5:before {
  display: inline-block;
  content: "●";
  font-size: 0.7em;
  padding-right: 5px;
  color: #FFCC33;
}
.article-content-area h4, .article-content-area h5 {
  margin: 15px 0 8px 0;
}
.article-content-area p, .article-content-area ul, .article-content-area ol {
  margin: 0px 0 15px 0;
}
.article-content-area ul {
  margin-left: 15px;
}
.article-content-area ol {
  margin-left: 25px;
}
.article-content-area ol, .article-content-area ul {
  list-style: none;
  counter-reset: item;
}
.article-content-area ul li {
  position: relative;
}
.article-content-area ul li::before {
  content: "◆";
  position: absolute;
  display: block;
  left: -15px;
  color: #CC6600;
}
.article-content-area ol li {
  position: relative;
}
.article-content-area ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  color: #CC6600;
  position: absolute;
  left: -25px;
  letter-spacing: 0px;
}
.article-content-area ul li, .article-content-area ol li {
  margin: 5px 0;
  list-style-type: none;
}
.article-content-area ul li > strong, .article-content-area ol li > strong {
  font-size: 16px;
  font-weight: 500;
  color: #CC6600;
  margin-right: 11px;
}
.article-content-area .imgbox img {
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  display: block;
  position: relative;
  margin: 2px auto;
}
.article-content-area .imgbox .illus_intro {
  font-size: 13px;
  color: #888;
  text-align: center;
  margin-bottom: 20px;
}
.article-content-area .cate_links {
  position: relative;
  font-size: 0px;
}
.article-content-area .cate_links li {
  display: inline-block;
  padding: 0px 5px;
}
.article-content-area .cate_links li a {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  color: #EC8817;
  border: none;
  padding-right: 12px;
  border-right: 3px solid rgba(255, 204, 51, 0.6);
}
.article-content-area .cate_links li:before {
  display: none;
  content: "";
}
.article-content-area .cate_links li:last-child a {
  border: none;
}
.article-content-area a {
  color: #5190CF;
  text-decoration: none;
  padding: 0 5px;
  border-bottom: 1px solid #5190CF;
}
.article-content-area .point_word {
  font-weight: 600;
  padding: 0 6px;
  text-decoration: none;
}
.article-content-area .quot {
  display: block;
  position: relative;
  color: #777;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto;
  padding: 0 20px;
  border-top: 1px solid rgba(119, 119, 119, 0.3);
  padding-top: 10px;
}
.article-content-area .quot::before {
  display: inline-block;
  content: "※";
  color: #EC8817;
}
.article-content-area table {
  width: 95%;
  margin: 10px auto;
  position: relative;
  border-collapse: collapse;
}
.article-content-area table td, .article-content-area table th {
  border: 1px solid #BBB;
  padding: 5px;
  min-width: 90px;
  vertical-align: middle;
}
.article-content-area .info_table tr:first-child {
  background: #EC8817;
}
.article-content-area .info_table tr:first-child th, .article-content-area .info_table tr:first-child td {
  color: #FFF;
}
.article-content-area .left_info_table td:first-child, .article-content-area .left_info_table th:first-child {
  background: #EC8817;
  color: #FFF;
  text-align: center;
}
.article-content-area .left_top_info_table tr:first-child {
  background: #EC8817;
}
.article-content-area .left_top_info_table tr:first-child th, .article-content-area .left_top_info_table tr:first-child td {
  color: #FFF;
}
.article-content-area .left_top_info_table td:first-child, .article-content-area .left_top_info_table th:first-child {
  background: #EC8817;
  color: #FFF;
  text-align: center;
}
.article-content-area .trustTable_container {
  width: 45%;
  display: inline-block;
  margin: 10px 2%;
}
.article-content-area .trustTable_container .trustTable tr:first-child th {
  border: none;
  font-size: 1.3em;
}
.article-content-area .trustTable_container .trustTable tr:nth-child(even) td {
  background-color: #fff;
}
.article-content-area .trustTable_container .trustTable tr:last-child {
  font-size: 1.3em;
  font-weight: 600;
}
.article-content-area .trustTable_container .trustTable tr td:first-child {
  text-align: center;
}
.article-content-area .trustTable_container .trustTable tr td:nth-child(2), .article-content-area .trustTable_container .trustTable tr td:nth-child(3) {
  text-align: right;
}
.article-content-area .trustTable_container:nth-child(even) .trustTable tr:nth-child(odd) td {
  background-color: rgba(255, 165, 0, 0.3);
}
.article-content-area .trustTable_container:nth-child(odd) .trustTable tr:nth-child(odd) td {
  background-color: rgba(255, 192, 203, 0.3);
}
@media screen and (max-width: 800px) {
  .article-content-area .trustTable_container {
    display: block;
    width: 100%;
    position: relative;
    margin: 15px auto;
  }
}
.article-content-area.contact-intro {
  margin-top: 20px;
  padding: 0;
}

.social-share {
  text-align: center;
  padding-top: 15px;
  border-top: 2px solid #E3E3E3;
}
.social-share a.back {
  margin-top: 3px;
  margin-bottom: 10px;
}
.social-share a.donate {
  margin-top: 3px;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 400px) {
  .social-share {
    text-align: right;
  }
  .social-share a.back {
    float: left;
  }
  .social-share a.donate {
    float: left;
  }
}
.social-share img {
  width: 36px;
  height: 36px;
  margin: 0px 10px;
}
.social-share img.line-social {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .social-share img.line-social {
    display: none;
  }
}

.story-area {
  border: 1px solid #F0EADB;
  background-color: #FFF9E9;
  margin-bottom: 25px;
  padding: 15px 15px 5px;
  border-radius: 6px;
}
.story-area .story-header {
  padding: 5px 10px 10px;
  border-bottom: 2px solid #F0EADB;
  margin-bottom: 5px;
}
.story-area .story-header span {
  display: inline-block;
  font-size: 17px;
  padding-left: 13px;
  position: relative;
}
.story-area .story-header span:before {
  content: "";
  display: block;
  width: 3px;
  height: 19px;
  background-color: #FFCC33;
  position: absolute;
  top: 3px;
  left: 0;
}
.story-area a.story-link {
  display: block;
  padding: 15px 25px;
  position: relative;
}
.story-area a.story-link:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #BCBCBC;
  position: absolute;
  top: 21px;
  left: 10px;
}
.story-area a.story-link:hover {
  color: #EE8A19;
}
.story-area a.story-link:hover:before {
  border-left-color: #FF7200;
}
.story-area a.story-link + a.story-link {
  border-top: 1px dashed #F0EADB;
}

.epaper-intro {
  padding: 0 0 5px 0;
}
.epaper-intro a {
  color: #5190CF;
  text-decoration: none;
  border-bottom: 1px solid #5190CF;
}

.article-content-area a:empty {
  padding: 0;
  border-bottom: none;
}

.cate_links li {
  float: left;
}

.search-area {
  border: 1px solid #F0EADB;
  border-radius: 0px;
  padding: 20px;
  background: #FFF9E9;
  margin-top: 30px;
}
.search-area img {
  max-width: 100%;
}
.search-area .mb-padding {
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .search-area .mb-padding {
    padding: 7px 0px 0px 0px;
  }
}
.search-area .row + .row {
  margin-top: 10px;
}
.search-area.padding-sm {
  border: 1px solid #F0EADB;
  border-radius: 0px;
  padding: 12px;
  background: #FFF9E9;
}
.search-area.padding-sm img {
  max-width: 100%;
}

.photo-list {
  position: relative;
  padding-left: 160px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E3E3E3;
}
.photo-list .photo-area, .photo-list .iframe-area {
  left: 0px;
}
.photo-list .content-area {
  padding-left: 20px;
}
.photo-list .photo-area, .photo-list .iframe-area {
  position: absolute;
  top: 0px;
  width: 160px;
  height: 120px;
}
.photo-list .content-area {
  position: relative;
  min-height: 120px;
}
@media screen and (min-width: 768px) {
  .photo-list {
    padding-left: 160px;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    left: 0px;
  }
  .photo-list .content-area {
    padding-left: 20px;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 160px;
    height: 120px;
  }
  .photo-list .content-area {
    position: relative;
    min-height: 120px;
  }
}
.photo-list .photo-area img, .photo-list .iframe-area img {
  max-width: 100%;
  max-height: 100%;
}
.photo-list .photo-area iframe, .photo-list .iframe-area iframe {
  max-width: 100%;
  max-height: 100%;
}
.photo-list .content-area {
  padding-bottom: 20px;
}
.photo-list .list-title-area {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  word-break: break-word;
}
.photo-list .list-type-area {
  display: block;
  margin-bottom: 5px;
}
.photo-list .list-content-area {
  display: none;
}
.photo-list .list-date {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
  color: #FF7200;
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  .photo-list .list-content-area {
    position: relative;
    display: block;
    color: #999999;
    font-size: 14px;
    margin: 10px 0px;
    max-height: 40px;
    overflow: hidden;
  }
  .photo-list .list-content-area:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 50px;
    height: 20px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  }
}
@media screen and (min-width: 992px) {
  .photo-list {
    position: relative;
    padding-left: 180px;
    border-bottom: none;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    left: 0px;
  }
  .photo-list .content-area {
    padding-left: 20px;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 180px;
    height: 140px;
  }
  .photo-list .content-area {
    position: relative;
    min-height: 140px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .photo-list {
    padding-left: 180px;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    left: 0px;
  }
  .photo-list .content-area {
    padding-left: 20px;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 180px;
    height: 140px;
  }
  .photo-list .content-area {
    position: relative;
    min-height: 140px;
  }
}
@media screen and (min-width: 992px) {
  .photo-list .photo-area img, .photo-list .iframe-area img {
    max-width: 100%;
    max-height: 100%;
  }
  .photo-list .photo-area iframe, .photo-list .iframe-area iframe {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .photo-list .photo-area {
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    padding: 9px;
    background: #fff;
  }
  .photo-list .photo-area img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .photo-list .list-type-area {
    display: inline-block;
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .photo-list .list-content-area {
    max-height: 102px;
  }
}
.photo-list:last-child {
  border-bottom: none;
}

.text-list-area {
  margin: 30px 0px;
}
.text-list-area .text-list {
  padding: 12px 0px;
}
.text-list-area .text-list .list-date {
  color: #FF7200;
  margin-right: 10px;
}
.text-list-area .text-list .list-type-area {
  float: right;
}
.text-list-area .text-list:after {
  content: "";
  display: block;
  clear: both;
}
.text-list-area .text-list:hover a {
  text-decoration: underline;
}
.text-list-area .text-list.download {
  position: relative;
  padding-right: 40px;
}
.text-list-area .text-list.download .list-date {
  display: block;
}
@media screen and (min-width: 768px) {
  .text-list-area .text-list.download {
    line-height: 32px;
  }
  .text-list-area .text-list.download .list-date {
    display: inline-block;
  }
}
.text-list-area .text-list.download .list-function-area {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 0px;
}
.text-list-area .text-list.download .list-function-area a.download {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/list/download_icon.png) no-repeat;
  background-size: 32px 32px;
}
.text-list-area .text-list.download .list-function-area a.download:hover {
  background: url(../img/list/download_icon_hover.png) no-repeat;
  background-size: 32px 32px;
}
.text-list-area .text-list + .text-list {
  border-top: 1px dashed #BCBCBC;
}

.honor-list {
  padding: 25px 0px;
}
.honor-list .title span {
  line-height: 24px;
  font-size: 16px;
  vertical-align: middle;
}
.honor-list .title img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.honor-list .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin: 10px 0px;
}
.honor-list .content .honor-photo-list {
  position: relative;
  border-bottom: 1px dashed #BCBCBC;
  padding-bottom: 20px;
}
.honor-list .content .honor-photo-list .photo-area, .honor-list .content .honor-photo-list .iframe-area {
  text-align: center;
}
.honor-list .content .honor-photo-list .photo-area img, .honor-list .content .honor-photo-list .iframe-area img {
  margin-bottom: 10px;
}
.honor-list .content .honor-photo-list .photo-area iframe, .honor-list .content .honor-photo-list .iframe-area iframe {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .honor-list .content .honor-photo-list {
    padding-left: 160px;
  }
  .honor-list .content .honor-photo-list .photo-area, .honor-list .content .honor-photo-list .iframe-area {
    left: 0px;
  }
  .honor-list .content .honor-photo-list .content-area {
    padding-left: 20px;
  }
  .honor-list .content .honor-photo-list .photo-area, .honor-list .content .honor-photo-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 160px;
    height: 120px;
  }
  .honor-list .content .honor-photo-list .content-area {
    position: relative;
    min-height: 120px;
  }
}
.honor-list .content .honor-photo-list .photo-area img, .honor-list .content .honor-photo-list .iframe-area img {
  max-width: 100%;
  max-height: 100%;
}
.honor-list .content .honor-photo-list .photo-area iframe, .honor-list .content .honor-photo-list .iframe-area iframe {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .honor-list .content .honor-photo-list {
    position: relative;
    padding-left: 160px;
  }
  .honor-list .content .honor-photo-list .photo-area, .honor-list .content .honor-photo-list .iframe-area {
    left: 0px;
  }
  .honor-list .content .honor-photo-list .content-area {
    padding-left: 20px;
  }
  .honor-list .content .honor-photo-list .photo-area, .honor-list .content .honor-photo-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 160px;
    height: 120px;
  }
  .honor-list .content .honor-photo-list .content-area {
    position: relative;
    min-height: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .honor-list .content .honor-photo-list {
    padding-left: 160px;
  }
  .honor-list .content .honor-photo-list .photo-area, .honor-list .content .honor-photo-list .iframe-area {
    left: 0px;
  }
  .honor-list .content .honor-photo-list .content-area {
    padding-left: 20px;
  }
  .honor-list .content .honor-photo-list .photo-area, .honor-list .content .honor-photo-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 160px;
    height: 120px;
  }
  .honor-list .content .honor-photo-list .content-area {
    position: relative;
    min-height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .honor-list .content .honor-photo-list .photo-area img, .honor-list .content .honor-photo-list .iframe-area img {
    max-width: 100%;
    max-height: 100%;
  }
  .honor-list .content .honor-photo-list .photo-area iframe, .honor-list .content .honor-photo-list .iframe-area iframe {
    max-width: 100%;
    max-height: 100%;
  }
}
.honor-list .content .honor-photo-list .content-area .honor-title-area {
  margin-bottom: 5px;
}
.honor-list .content .honor-photo-list .content-area .honor-content-area {
  color: #999999;
  font-size: 14px;
}
.honor-list .content .honor-photo-list:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .honor-list .content .honor-photo-list {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.honor-list .content .honor-photo-list + .honor-photo-list {
  margin-top: 20px;
}
.honor-list.selected .title img {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.honor-list.selected .content {
  max-height: 9999px;
}

.honor-list + .honor-list {
  border-top: 2px solid #BCBCBC;
}
@media screen and (min-width: 992px) {
  .honor-list + .honor-list {
    border-top: 1px dashed #BCBCBC;
  }
}

.video-list {
  padding: 25px 0px;
}
.video-list .title {
  padding-left: 15px;
  background: url(../img/index/list_icon@2x.png) 0px 50% no-repeat;
  background-size: 7px 9px;
  background-position-y: 6px;
}
.video-list .title span.title-text {
  font-weight: bold;
  font-size: 15px;
}
.video-list .title span.date {
  float: none;
  color: #FF7200;
  display: block;
}
@media screen and (min-width: 768px) {
  .video-list .title span.date {
    float: right;
  }
}
.video-list .content {
  margin: 10px 0px;
}
.video-list .content .video-photo-list {
  position: relative;
}
.video-list .content .video-photo-list .photo-area, .video-list .content .video-photo-list .iframe-area {
  text-align: center;
}
.video-list .content .video-photo-list .photo-area img, .video-list .content .video-photo-list .iframe-area img {
  margin-bottom: 10px;
}
.video-list .content .video-photo-list .photo-area iframe, .video-list .content .video-photo-list .iframe-area iframe {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .video-list .content .video-photo-list {
    padding-left: 255px;
  }
  .video-list .content .video-photo-list .photo-area, .video-list .content .video-photo-list .iframe-area {
    left: 0px;
  }
  .video-list .content .video-photo-list .content-area {
    padding-left: 20px;
  }
  .video-list .content .video-photo-list .photo-area, .video-list .content .video-photo-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 255px;
    height: 145px;
  }
  .video-list .content .video-photo-list .content-area {
    position: relative;
    min-height: 145px;
  }
}
.video-list .content .video-photo-list .photo-area img, .video-list .content .video-photo-list .iframe-area img {
  max-width: 100%;
  max-height: 100%;
}
.video-list .content .video-photo-list .photo-area iframe, .video-list .content .video-photo-list .iframe-area iframe {
  max-width: 100%;
  max-height: 100%;
}
.video-list .content .video-photo-list .content-area a.btn {
  float: right;
}
.video-list .content .video-photo-list .content-area:after {
  content: "";
  display: block;
  clear: both;
}
.video-list .content .video-photo-list .video-content-area {
  color: #999999;
  padding: 10px 0px;
}
.video-list:hover .title {
  background: url(../img/index/list_icon_hover@2x.png) 0px 50% no-repeat;
  background-size: 7px 9px;
  background-position-y: 6px;
}

.video-list + .video-list {
  border-top: 1px dashed #BCBCBC;
}

.faq-list-area {
  margin-bottom: 20px;
}
.faq-list-area.other {
  margin-bottom: 10px;
}
.faq-list-area .faq-list {
  border: 1px solid #F0EADB;
  padding: 15px;
  background: #FFF9E9;
}
.faq-list-area .faq-list .title {
  cursor: pointer;
  position: relative;
  padding-left: 45px;
  padding-right: 30px;
  line-height: 30px;
  background: url(../img/list/q_icon.png) no-repeat;
  background-size: 30px 30px;
}
.faq-list-area .faq-list .title a.faq-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border-bottom: none;
  background: url(../img/list/open_icon.png) no-repeat;
  background-size: 22px 22px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
}
.faq-list-area .faq-list .content {
  max-height: 0;
  overflow: hidden;
  padding-left: 45px;
  background: url(../img/list/a_icon.png) no-repeat;
  background-size: 30px 30px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.faq-list-area .faq-list .content img {
  max-width: 100%;
  height: auto;
}
.faq-list-area .faq-list .content * {
  font-family: "微軟正黑體";
  padding: 0;
  margin: 0;
  color: #333;
  line-height: 1.8em;
  font-size: 15px;
}
.faq-list-area .faq-list .content h2 {
  margin: 15px 0 8px 0;
  font-size: 17px;
  font-weight: 500;
  color: #EC8817;
  margin: 20px 0;
  letter-spacing: 1px;
}
.faq-list-area .faq-list .content h3 {
  display: inline-block;
  font-size: 16px;
  background: #EC8817;
  color: #FEFEFE;
  font-weight: 500;
  padding: 3px 16px;
  border-radius: 1rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.faq-list-area .faq-list .content h4 {
  display: inline-block;
  font-size: 16px;
  color: #EC8817;
  border-bottom: 1px dashed #DDD;
}
.faq-list-area .faq-list .content h3, .faq-list-area .faq-list .content h4 {
  margin: 15px 0 8px 0;
  display: table;
}
.faq-list-area .faq-list .content h5 {
  font-size: 16px;
  font-weight: 400;
  color: #EC8817;
}
.faq-list-area .faq-list .content h5:before {
  display: inline-block;
  content: "●";
  font-size: 0.7em;
  padding-right: 5px;
  color: #FFCC33;
}
.faq-list-area .faq-list .content h4, .faq-list-area .faq-list .content h5 {
  margin: 15px 0 8px 0;
}
.faq-list-area .faq-list .content p, .faq-list-area .faq-list .content ul, .faq-list-area .faq-list .content ol {
  margin: 0px 0 15px 0;
}
.faq-list-area .faq-list .content ul {
  margin-left: 15px;
}
.faq-list-area .faq-list .content ol {
  margin-left: 25px;
}
.faq-list-area .faq-list .content ol, .faq-list-area .faq-list .content ul {
  list-style: none;
  counter-reset: item;
}
.faq-list-area .faq-list .content ul li {
  position: relative;
}
.faq-list-area .faq-list .content ul li::before {
  content: "◆";
  position: absolute;
  display: block;
  left: -15px;
  color: #CC6600;
}
.faq-list-area .faq-list .content ol li {
  position: relative;
}
.faq-list-area .faq-list .content ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  color: #CC6600;
  position: absolute;
  left: -25px;
  letter-spacing: 0px;
}
.faq-list-area .faq-list .content ul li, .faq-list-area .faq-list .content ol li {
  margin: 5px 0;
  list-style-type: none;
}
.faq-list-area .faq-list .content ul li > strong, .faq-list-area .faq-list .content ol li > strong {
  font-size: 16px;
  font-weight: 500;
  color: #CC6600;
  margin-right: 11px;
}
.faq-list-area .faq-list .content .imgbox img {
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  display: block;
  position: relative;
  margin: 2px auto;
}
.faq-list-area .faq-list .content .imgbox .illus_intro {
  font-size: 13px;
  color: #888;
  text-align: center;
  margin-bottom: 20px;
}
.faq-list-area .faq-list .content .cate_links {
  position: relative;
  font-size: 0px;
}
.faq-list-area .faq-list .content .cate_links li {
  display: inline-block;
  padding: 0px 5px;
}
.faq-list-area .faq-list .content .cate_links li a {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  color: #EC8817;
  border: none;
  padding-right: 12px;
  border-right: 3px solid rgba(255, 204, 51, 0.6);
}
.faq-list-area .faq-list .content .cate_links li:before {
  display: none;
  content: "";
}
.faq-list-area .faq-list .content .cate_links li:last-child a {
  border: none;
}
.faq-list-area .faq-list .content a {
  color: #5190CF;
  text-decoration: none;
  padding: 0 5px;
  border-bottom: 1px solid #5190CF;
}
.faq-list-area .faq-list .content .point_word {
  font-weight: 600;
  padding: 0 6px;
  text-decoration: none;
}
.faq-list-area .faq-list .content .quot {
  display: block;
  position: relative;
  color: #777;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto;
  padding: 0 20px;
  border-top: 1px solid rgba(119, 119, 119, 0.3);
  padding-top: 10px;
}
.faq-list-area .faq-list .content .quot::before {
  display: inline-block;
  content: "※";
  color: #EC8817;
}
.faq-list-area .faq-list .content table {
  width: 95%;
  margin: 10px auto;
  position: relative;
  border-collapse: collapse;
}
.faq-list-area .faq-list .content table td, .faq-list-area .faq-list .content table th {
  border: 1px solid #BBB;
  padding: 5px;
  min-width: 90px;
  vertical-align: middle;
}
.faq-list-area .faq-list .content .info_table tr:first-child {
  background: #EC8817;
}
.faq-list-area .faq-list .content .info_table tr:first-child th, .faq-list-area .faq-list .content .info_table tr:first-child td {
  color: #FFF;
}
.faq-list-area .faq-list .content .left_info_table td:first-child, .faq-list-area .faq-list .content .left_info_table th:first-child {
  background: #EC8817;
  color: #FFF;
  text-align: center;
}
.faq-list-area .faq-list .content .left_top_info_table tr:first-child {
  background: #EC8817;
}
.faq-list-area .faq-list .content .left_top_info_table tr:first-child th, .faq-list-area .faq-list .content .left_top_info_table tr:first-child td {
  color: #FFF;
}
.faq-list-area .faq-list .content .left_top_info_table td:first-child, .faq-list-area .faq-list .content .left_top_info_table th:first-child {
  background: #EC8817;
  color: #FFF;
  text-align: center;
}
.faq-list-area .faq-list .content .trustTable_container {
  width: 45%;
  display: inline-block;
  margin: 10px 2%;
}
.faq-list-area .faq-list .content .trustTable_container .trustTable tr:first-child th {
  border: none;
  font-size: 1.3em;
}
.faq-list-area .faq-list .content .trustTable_container .trustTable tr:nth-child(even) td {
  background-color: #fff;
}
.faq-list-area .faq-list .content .trustTable_container .trustTable tr:last-child {
  font-size: 1.3em;
  font-weight: 600;
}
.faq-list-area .faq-list .content .trustTable_container .trustTable tr td:first-child {
  text-align: center;
}
.faq-list-area .faq-list .content .trustTable_container .trustTable tr td:nth-child(2), .faq-list-area .faq-list .content .trustTable_container .trustTable tr td:nth-child(3) {
  text-align: right;
}
.faq-list-area .faq-list .content .trustTable_container:nth-child(even) .trustTable tr:nth-child(odd) td {
  background-color: rgba(255, 165, 0, 0.3);
}
.faq-list-area .faq-list .content .trustTable_container:nth-child(odd) .trustTable tr:nth-child(odd) td {
  background-color: rgba(255, 192, 203, 0.3);
}
@media screen and (max-width: 800px) {
  .faq-list-area .faq-list .content .trustTable_container {
    display: block;
    width: 100%;
    position: relative;
    margin: 15px auto;
  }
}
.faq-list-area .faq-list.selected .content {
  margin-top: 30px;
  max-height: none;
  min-height: 30px;
}
.faq-list-area .faq-list.selected a.faq-button {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  opacity: 0.5;
}
.faq-list-area .faq-list.selected a.faq-button i {
  padding-left: 0;
}
.faq-list-area .faq-list.other {
  margin-bottom: 5px;
  padding: 0px;
  background: none;
  border: none;
}
.faq-list-area .faq-list.other .title {
  font-size: 16px;
  color: #fff;
  background: #FFF9E9;
  padding: 10px 55px 10px 50px;
  background: url(../img/list/donate_icon.png) 10px 10px #ec8817 no-repeat;
  background-size: 30px;
}
@media screen and (min-width: 768px) {
  .faq-list-area .faq-list.other .title {
    font-size: 18px;
    background-size: 40px;
    padding: 15px 55px 15px 60px;
  }
}
.faq-list-area .faq-list.other .title a.faq-button {
  background: #fff;
  width: 20px;
  height: 20px;
  top: 14px;
  right: 15px;
  opacity: 1 !important;
}
.faq-list-area .faq-list.other .title a.faq-button i {
  font-family: "FontAwesome";
  color: #ec8817;
  font-size: 17px;
  padding-left: 1px;
  line-height: 1.4;
  transform: translateY(-3px);
}
@media screen and (min-width: 768px) {
  .faq-list-area .faq-list.other .title a.faq-button {
    width: 28px;
    height: 28px;
  }
  .faq-list-area .faq-list.other .title a.faq-button i {
    font-size: 21px;
    transform: translateY(0px);
  }
}
.faq-list-area .faq-list.other .content {
  padding-left: 30px;
  background: #fad9b3;
  font-size: 15px;
}
.faq-list-area .faq-list.other .content.donate table {
  width: 100%;
}
.faq-list-area .faq-list.other .content.donate table th {
  background-color: #ffcc33;
}
.faq-list-area .faq-list.other .content.donate table td {
  background-color: #fff;
}
.faq-list-area .faq-list.other .content.donate table a {
  color: #D20505;
  text-decoration: underline;
  padding: 0 5px;
  border-bottom: none;
}
.faq-list-area .faq-list.other .content.donate hr {
  border-top: 1px solid #fff;
}
.faq-list-area .faq-list.other .content.donate a {
  color: #D20505;
  border-bottom: none;
  text-decoration: underline;
}
.faq-list-area .faq-list.other .content.donate .donate-online {
  background: #FF7200;
  color: #fff;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  padding: 6px 12px;
}
.faq-list-area .faq-list.other .content.donate ul {
  margin-left: 20px;
}
.faq-list-area .faq-list.other .content.donate ul li:before {
  content: "\f069";
  font-family: "FontAwesome";
  position: absolute;
  display: block;
  left: -20px;
  color: #ce0a05;
}
@media screen and (min-width: 768px) {
  .faq-list-area .faq-list.other .content {
    font-size: 16px;
  }
}
.faq-list-area .faq-list.other.selected .content {
  padding: 15px;
  margin: 0px;
  padding-bottom: 40px;
  position: relative;
}
.faq-list-area .faq-list.other.selected .content .go_top {
  display: block;
  color: #428bca;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.faq-list-area .faq-list + .faq-list {
  border-top: none;
}
.donate-list {
  position: relative;
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #E3E3E3;
}
.donate-list .photo-area, .donate-list .iframe-area {
  text-align: center;
}
.donate-list .photo-area img, .donate-list .iframe-area img {
  margin-bottom: 10px;
}
.donate-list .photo-area iframe, .donate-list .iframe-area iframe {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .donate-list {
    padding-left: 160px;
  }
  .donate-list .photo-area, .donate-list .iframe-area {
    left: 0px;
  }
  .donate-list .content-area {
    padding-left: 20px;
  }
  .donate-list .photo-area, .donate-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 160px;
    height: 120px;
  }
  .donate-list .content-area {
    position: relative;
    min-height: 120px;
  }
}
.donate-list .photo-area img, .donate-list .iframe-area img {
  max-width: 100%;
  max-height: 100%;
}
.donate-list .photo-area iframe, .donate-list .iframe-area iframe {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .donate-list {
    position: relative;
    padding-left: 160px;
  }
  .donate-list .photo-area, .donate-list .iframe-area {
    left: 0px;
  }
  .donate-list .content-area {
    padding-left: 20px;
  }
  .donate-list .photo-area, .donate-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 160px;
    height: 120px;
  }
  .donate-list .content-area {
    position: relative;
    min-height: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .donate-list {
    padding-left: 160px;
  }
  .donate-list .photo-area, .donate-list .iframe-area {
    left: 0px;
  }
  .donate-list .content-area {
    padding-left: 20px;
  }
  .donate-list .photo-area, .donate-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 160px;
    height: 120px;
  }
  .donate-list .content-area {
    position: relative;
    min-height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .donate-list .photo-area img, .donate-list .iframe-area img {
    max-width: 100%;
    max-height: 100%;
  }
  .donate-list .photo-area iframe, .donate-list .iframe-area iframe {
    max-width: 100%;
    max-height: 100%;
  }
}
.donate-list .content-area {
  position: relative;
  padding-bottom: 34px;
}
.donate-list .content-area:after {
  content: "";
  display: block;
  clear: both;
}
.donate-list .list-title-area {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.donate-list .list-content-area {
  color: #999999;
  font-size: 14px;
  margin: 10px 0px;
}
.donate-list [class*=btn-] {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.donate-list [class*=btn-] + [class*=btn-] {
  right: 110px;
}
@media screen and (min-width: 500px) {
  .donate-list .list-content-area {
    /* max-height: 40px; */
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .donate-list {
    position: relative;
    padding-left: 180px;
  }
  .donate-list .photo-area, .donate-list .iframe-area {
    left: 0px;
  }
  .donate-list .content-area {
    padding-left: 20px;
  }
  .donate-list .photo-area, .donate-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 180px;
    height: 140px;
  }
  .donate-list .content-area {
    position: relative;
    min-height: 140px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .donate-list {
    padding-left: 180px;
  }
  .donate-list .photo-area, .donate-list .iframe-area {
    left: 0px;
  }
  .donate-list .content-area {
    padding-left: 20px;
  }
  .donate-list .photo-area, .donate-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 180px;
    height: 140px;
  }
  .donate-list .content-area {
    position: relative;
    min-height: 140px;
  }
}
@media screen and (min-width: 992px) {
  .donate-list .photo-area img, .donate-list .iframe-area img {
    max-width: 100%;
    max-height: 100%;
  }
  .donate-list .photo-area iframe, .donate-list .iframe-area iframe {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .donate-list .photo-area {
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    padding: 10px;
    background: #fff;
  }
  .donate-list .photo-area img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .donate-list .list-type-area {
    display: inline-block;
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .donate-list .list-content-area {
    max-height: none;
  }
}
.donate-list:last-child {
  border-bottom: none;
}

.page_list {
  text-align: center;
}
.page_list ul li a {
  color: #767676;
  border: none;
}
.page_list ul li a:hover {
  color: #FF8700;
  background: none;
  text-decoration: underline;
}
.page_list ul li.selected a {
  color: #FF8700;
  background: none;
  text-decoration: underline;
}

.cate-menu-area {
  display: none;
  margin-top: 25px;
}
@media screen and (min-width: 500px) {
  .cate-menu-area {
    display: block;
  }
}
.cate-menu-area .cate-links {
  position: relative;
  font-size: 0px;
  padding: 0;
}
.cate-menu-area .cate-links li {
  display: inline-block;
  padding-right: 20px;
  margin-top: 5px;
  position: relative;
}
.cate-menu-area .cate-links li:before {
  content: "|";
  position: absolute;
  top: 4px;
  right: 9px;
  width: 2px;
  height: 16px;
  font-size: 15px;
  color: rgba(255, 204, 0, 0.6);
}
.cate-menu-area .cate-links li:last-child:before {
  display: none;
}
.cate-menu-area .cate-links li a {
  line-height: 1.8;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #333;
  position: relative;
}
.cate-menu-area .cate-links li a:hover, .cate-menu-area .cate-links li a:focus, .cate-menu-area .cate-links li a.active {
  color: #ff6600;
  text-decoration: underline;
}

.cate-dropdown-area {
  display: block;
}
@media screen and (min-width: 500px) {
  .cate-dropdown-area {
    display: none;
  }
}

#auth_code {
  height: 34px;
  margin-right: 15px;
}

#refresh_img {
  display: inline-block;
  cursor: pointer;
}
#refresh_img i {
  background: #fff;
  padding: 7px 5px;
  border-radius: 5px;
  color: #FFBF00;
  border: 1px solid #CCCCCC;
}

.form-group {
  margin-bottom: 0px;
}

.form-group + .form-group {
  margin-top: 15px;
}

.ori-form {
  border: 1px solid #F0EADB;
  border-radius: 0px;
  padding: 30px;
  background: #FFF9E9;
  margin-top: 30px;
}
.ori-form img {
  max-width: 100%;
}
.ori-form label.control-label {
  text-align: left;
}
.ori-form .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.ori-form .form-group.padding-top {
  border-top: 1px dashed #C9C9C9;
  padding-top: 15px;
  margin-top: 15px;
}
.ori-form .form-group .title {
  text-align: center;
  color: #EE8A19;
}
.ori-form .form-group.contact-sunshine {
  border-top: none !important;
  padding-top: 10px !important;
  padding-bottom: 0px;
}
.ori-form .form-group.contact-sunshine .backline {
  border-top: 2px solid #C9C9C9;
}
.ori-form .form-group.solid-border {
  border-top: 1px solid #C9C9C9 !important;
  padding-top: 22px !important;
  margin-top: 22px !important;
}
.ori-form .form-group.no-border {
  border: none !important;
  padding-top: 5px !important;
}
.ori-form .form-group + .form-group {
  border-top: 1px dashed #C9C9C9;
  padding-top: 15px;
  margin-top: 15px;
}
.ori-form .margin-top {
  border-top: 1px dashed #C9C9C9;
  padding-top: 15px;
}
.ori-form .map-box {
  border: 2px dotted #E0E0E0;
  border-radius: 0px;
  padding: 10px;
  background: #FFF;
  text-align: center;
}
.ori-form .map-box img {
  max-width: 100%;
}
.ori-form .map-box iframe {
  width: 100%;
}
.ori-form .text {
  cursor: pointer;
  color: #ce0a05;
  margin-left: 5px;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .ori-form .form-group {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.contact-title {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
.contact-title.margin_top {
  margin-top: 10px;
}
.contact-title h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.1;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  letter-spacing: 1px;
  border-left: 3px solid #EC8817;
  padding-left: 5px;
}

.form-group.btn-area {
  margin-top: 20px;
  text-align: center;
}

.closebtn {
  background: #FF7200;
  color: #fff;
  padding: 6px 35px;
}
.closebtn:hover {
  color: #fff;
}

.radio-open-area {
  padding: 10px;
  border-radius: 5px;
  background: #fde6d4;
  border: 1px solid #ccc;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .modal-dialog.post_job {
    width: 700px;
  }
}

.search-result-area {
  margin: 20px 0px;
}

.ori-table {
  border: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.ori-table thead tr td {
  background: #FFCC33;
  padding: 20px 12px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: bold;
}
.ori-table tbody tr td {
  padding: 12px 12px;
  border: 1px solid #fff;
  word-break: break-word;
}
.ori-table tbody tr td a:focus, .ori-table tbody tr td a:hover, .ori-table tbody tr td a:visited {
  color: #EE8A19;
}
.ori-table tbody tr td a:hover {
  text-decoration: underline;
}
.ori-table tbody tr:nth-child(odd) {
  background: #FFF4D7;
}
.ori-table tbody tr:nth-child(even) {
  background: #E8E8E8;
}

.donate-method {
  border: 1px solid #F0EADB;
  border-radius: 0px;
  padding: 20px;
  background: #FFF9E9;
  margin-top: 40px;
}
.donate-method img {
  max-width: 100%;
}
.donate-method .form-horizontal .control-label {
  text-align: left;
}

.together-step-area {
  margin-top: 30px;
  padding: 0px 15px;
}
.together-step-area img {
  max-width: 100%;
  height: auto;
}
.together-step-area .step-text {
  padding: 15px 0px;
  border-bottom: 1px dashed #E3E3E3;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .together-step-area .step-text {
    border-bottom: none;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .together-step-area {
    padding-bottom: 30px;
    border-bottom: 1px dashed #E3E3E3;
  }
}

.together-step-text {
  padding: 15px 45px;
}
.together-step-text.border-bottom {
  border-bottom: 2px solid #E3E3E3;
}
.together-step-text .contact-text {
  color: #5190CF;
}

.together-form-title {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  padding: 0px 45px;
}

.together-table {
  border: 2px dotted #E9E9E9;
  padding: 0px 15px;
}
.together-table .table-title {
  background: #FFF1CB;
  padding: 20px 0px;
  text-align: center;
  font-size: 20px;
}
.together-table p {
  background: url(../img/list/faq_icon.png) 0px 18px no-repeat;
  background-size: 3px 14px;
  padding: 15px 0px 15px 20px;
  margin-bottom: 0px;
}
.together-table p a {
  color: #1F7AC7;
  display: inline-block;
  word-break: break-all;
}
.together-table p .price {
  font-size: 20px;
  font-weight: bold;
}
.together-table p + p {
  border-top: 2px dotted #E9E9E9;
}
.together-table img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.together-table iframe {
  max-width: 100%;
  margin-bottom: 15px;
}
.together-table ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.together-table ul li > a {
  display: block;
  background: url(../img/list/faq_icon.png) 0px 50% no-repeat;
  background-size: 3px 14px;
  padding: 15px 0px 15px 20px;
}
.together-table ul li > span.space {
  display: none;
  background-size: 3px 14px;
  padding: 15px 0px 15px 20px;
}
.together-table ul li + li > a, .together-table ul li + li > span.space {
  border-top: 2px dotted #E9E9E9;
}
.together-table ul li.xs-border-top a {
  border-top: 2px dotted #E9E9E9;
}
@media screen and (min-width: 768px) {
  .together-table ul li.xs-border-top a {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .together-table .col-sm-6 + .col-sm-6 {
    border-left: 2px dotted #E9E9E9;
  }
  .together-table.no-center .col-sm-6 + .col-sm-6 {
    border-left: 0px;
  }
  .together-table ul li > span.space {
    display: block;
  }
}

.enterprise-area select {
  margin-top: 15px;
  background: #FF7200;
  color: #fff;
  border: none;
}
.enterprise-area .enterprise-box {
  position: relative;
  margin-top: 30px;
  min-height: 200px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  overflow: hidden;
  padding: 35px;
}
.enterprise-area .enterprise-box img.bg {
  position: absolute;
  z-index: -1;
}
.enterprise-area .enterprise-box img.bg.left-bg {
  top: 0px;
  left: 0px;
  width: 99px;
  height: 195px;
}
.enterprise-area .enterprise-box img.bg.right-bg {
  bottom: 0px;
  right: 0px;
  width: 139px;
  height: 275px;
}
.enterprise-area .enterprise-box .enterprise-content {
  position: relative;
}
.enterprise-area .enterprise-box .enterprise-content .photo-area, .enterprise-area .enterprise-box .enterprise-content .iframe-area {
  text-align: center;
}
.enterprise-area .enterprise-box .enterprise-content .photo-area img, .enterprise-area .enterprise-box .enterprise-content .iframe-area img {
  margin-bottom: 10px;
}
.enterprise-area .enterprise-box .enterprise-content .photo-area iframe, .enterprise-area .enterprise-box .enterprise-content .iframe-area iframe {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .enterprise-area .enterprise-box .enterprise-content {
    padding-left: 315px;
  }
  .enterprise-area .enterprise-box .enterprise-content .photo-area, .enterprise-area .enterprise-box .enterprise-content .iframe-area {
    left: 0px;
  }
  .enterprise-area .enterprise-box .enterprise-content .content-area {
    padding-left: 30px;
  }
  .enterprise-area .enterprise-box .enterprise-content .photo-area, .enterprise-area .enterprise-box .enterprise-content .iframe-area {
    position: absolute;
    top: 0px;
    width: 315px;
    height: 230px;
  }
  .enterprise-area .enterprise-box .enterprise-content .content-area {
    position: relative;
    min-height: 230px;
  }
}
.enterprise-area .enterprise-box .enterprise-content .photo-area img, .enterprise-area .enterprise-box .enterprise-content .iframe-area img {
  max-width: 100%;
  max-height: 100%;
}
.enterprise-area .enterprise-box .enterprise-content .photo-area iframe, .enterprise-area .enterprise-box .enterprise-content .iframe-area iframe {
  max-width: 100%;
  max-height: 100%;
}
.enterprise-area .enterprise-box .enterprise-content .photo-area {
  margin-bottom: 15px;
}
.enterprise-area .enterprise-box .enterprise-content .photo-area img {
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px #424242;
  -moz-box-shadow: 0px 0px 10px 0px #424242;
  box-shadow: 0px 0px 10px 0px #424242;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .enterprise-area .enterprise-box .enterprise-content .photo-area {
    margin-bottom: 0px;
  }
}
.enterprise-area .enterprise-box .enterprise-content .content-area {
  line-height: 1.5em;
}
.enterprise-area .enterprise-shadow {
  background: url(../img/page/together/shadow.png) 50% 0px no-repeat;
  background-size: 100% auto;
  height: 50px;
}

.sitemap-area {
  margin-top: 30px;
}
.sitemap-area .row {
  margin-top: 15px;
}
.sitemap-area .row ul {
  list-style: none;
  padding-left: 0px;
}
.sitemap-area .row ul li.title {
  padding-left: 15px;
  background: url(../img/index/list_icon_hover.png) 0px 50% no-repeat;
  background-size: 7px 9px;
  color: #FF7200;
  margin-bottom: 5px;
  font-size: 18px;
}
.sitemap-area .row ul li.list {
  padding: 9px 0px 9px 15px;
}
.sitemap-area .row ul li.list + li.list {
  border-top: 1px dotted #A0A0A0;
}
@media screen and (min-width: 992px) {
  .sitemap-area {
    padding: 0px 90px;
  }
}

.error-area {
  margin-top: 30px;
  margin-bottom: 45px;
}
.error-area img {
  max-width: 100%;
  height: auto;
}
.error-area h2 {
  font-size: 20px;
}
@media screen and (min-width: 500px) {
  .error-area h2 {
    font-size: 32px;
  }
}

.other-link-imfo {
  margin: 30px 0px;
  line-height: 1.5em;
}

.other-link-area .other-link-box {
  border: 2px dotted #F6F0E1;
  margin-bottom: 30px;
}
.other-link-area .other-link-box .title {
  background: #FFF9E9;
  text-align: center;
  padding: 8px 0px;
}
.other-link-area .other-link-box .link {
  text-align: center;
  padding: 15px 0px;
}
.other-link-area .other-link-box .link img {
  max-width: 100%;
  height: auto;
}

#google_search * {
  box-sizing: initial;
}
#google_search input {
  line-height: initial;
}

#tinymce {
  text-align: justify;
  line-height: 2em;
  letter-spacing: 1px;
}
#tinymce .form-group {
  line-height: 1.42857143;
}
#tinymce img {
  max-width: 100%;
  height: auto;
}
#tinymce table {
  max-width: 100%;
  height: auto;
}
#tinymce ol li, #tinymce ul li {
  list-style-type: none;
}
#tinymce.no-padding {
  padding: 0px;
  border-bottom: none;
}
#tinymce:after {
  content: "";
  display: block;
  clear: both;
}
#tinymce * {
  font-family: "微軟正黑體";
  padding: 0;
  margin: 0;
  color: #333;
  line-height: 1.8em;
  font-size: 15px;
}
#tinymce h2 {
  margin: 15px 0 8px 0;
  font-size: 17px;
  font-weight: 500;
  color: #EC8817;
  margin: 20px 0;
  letter-spacing: 1px;
}
#tinymce h3 {
  display: inline-block;
  font-size: 16px;
  background: #EC8817;
  color: #FEFEFE;
  font-weight: 500;
  padding: 3px 16px;
  border-radius: 1rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#tinymce h4 {
  display: inline-block;
  font-size: 16px;
  color: #EC8817;
  border-bottom: 1px dashed #DDD;
}
#tinymce h3, #tinymce h4 {
  margin: 15px 0 8px 0;
  display: table;
}
#tinymce h5 {
  font-size: 16px;
  font-weight: 400;
  color: #EC8817;
}
#tinymce h5:before {
  display: inline-block;
  content: "●";
  font-size: 0.7em;
  padding-right: 5px;
  color: #FFCC33;
}
#tinymce h4, #tinymce h5 {
  margin: 15px 0 8px 0;
}
#tinymce p, #tinymce ul, #tinymce ol {
  margin: 0px 0 15px 0;
}
#tinymce ul {
  margin-left: 15px;
}
#tinymce ol {
  margin-left: 25px;
}
#tinymce ol, #tinymce ul {
  list-style: none;
  counter-reset: item;
}
#tinymce ul li {
  position: relative;
}
#tinymce ul li::before {
  content: "◆";
  position: absolute;
  display: block;
  left: -15px;
  color: #CC6600;
}
#tinymce ol li {
  position: relative;
}
#tinymce ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  color: #CC6600;
  position: absolute;
  left: -25px;
  letter-spacing: 0px;
}
#tinymce ul li, #tinymce ol li {
  margin: 5px 0;
  list-style-type: none;
}
#tinymce ul li > strong, #tinymce ol li > strong {
  font-size: 16px;
  font-weight: 500;
  color: #CC6600;
  margin-right: 11px;
}
#tinymce .imgbox img {
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  display: block;
  position: relative;
  margin: 2px auto;
}
#tinymce .imgbox .illus_intro {
  font-size: 13px;
  color: #888;
  text-align: center;
  margin-bottom: 20px;
}
#tinymce .cate_links {
  position: relative;
  font-size: 0px;
}
#tinymce .cate_links li {
  display: inline-block;
  padding: 0px 5px;
}
#tinymce .cate_links li a {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  color: #EC8817;
  border: none;
  padding-right: 12px;
  border-right: 3px solid rgba(255, 204, 51, 0.6);
}
#tinymce .cate_links li:before {
  display: none;
  content: "";
}
#tinymce .cate_links li:last-child a {
  border: none;
}
#tinymce a {
  color: #5190CF;
  text-decoration: none;
  padding: 0 5px;
  border-bottom: 1px solid #5190CF;
}
#tinymce .point_word {
  font-weight: 600;
  padding: 0 6px;
  text-decoration: none;
}
#tinymce .quot {
  display: block;
  position: relative;
  color: #777;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto;
  padding: 0 20px;
  border-top: 1px solid rgba(119, 119, 119, 0.3);
  padding-top: 10px;
}
#tinymce .quot::before {
  display: inline-block;
  content: "※";
  color: #EC8817;
}
#tinymce table {
  width: 95%;
  margin: 10px auto;
  position: relative;
  border-collapse: collapse;
}
#tinymce table td, #tinymce table th {
  border: 1px solid #BBB;
  padding: 5px;
  min-width: 90px;
  vertical-align: middle;
}
#tinymce .info_table tr:first-child {
  background: #EC8817;
}
#tinymce .info_table tr:first-child th, #tinymce .info_table tr:first-child td {
  color: #FFF;
}
#tinymce .left_info_table td:first-child, #tinymce .left_info_table th:first-child {
  background: #EC8817;
  color: #FFF;
  text-align: center;
}
#tinymce .left_top_info_table tr:first-child {
  background: #EC8817;
}
#tinymce .left_top_info_table tr:first-child th, #tinymce .left_top_info_table tr:first-child td {
  color: #FFF;
}
#tinymce .left_top_info_table td:first-child, #tinymce .left_top_info_table th:first-child {
  background: #EC8817;
  color: #FFF;
  text-align: center;
}
#tinymce .trustTable_container {
  width: 45%;
  display: inline-block;
  margin: 10px 2%;
}
#tinymce .trustTable_container .trustTable tr:first-child th {
  border: none;
  font-size: 1.3em;
}
#tinymce .trustTable_container .trustTable tr:nth-child(even) td {
  background-color: #fff;
}
#tinymce .trustTable_container .trustTable tr:last-child {
  font-size: 1.3em;
  font-weight: 600;
}
#tinymce .trustTable_container .trustTable tr td:first-child {
  text-align: center;
}
#tinymce .trustTable_container .trustTable tr td:nth-child(2), #tinymce .trustTable_container .trustTable tr td:nth-child(3) {
  text-align: right;
}
#tinymce .trustTable_container:nth-child(even) .trustTable tr:nth-child(odd) td {
  background-color: rgba(255, 165, 0, 0.3);
}
#tinymce .trustTable_container:nth-child(odd) .trustTable tr:nth-child(odd) td {
  background-color: rgba(255, 192, 203, 0.3);
}
@media screen and (max-width: 800px) {
  #tinymce .trustTable_container {
    display: block;
    width: 100%;
    position: relative;
    margin: 15px auto;
  }
}
#tinymce.donate-method-style ul {
  margin-left: 20px;
}
#tinymce.donate-method-style ul li:before {
  content: "\f069";
  font-family: "FontAwesome";
  position: absolute;
  display: block;
  left: -20px;
  color: #ce0a05;
}
#tinymce.donate-method-style table {
  width: 100%;
}
#tinymce.donate-method-style table th {
  background-color: #ffcc33;
}
#tinymce.donate-method-style table td {
  background-color: #fff;
}
#tinymce.donate-method-style table a {
  color: #D20505;
  text-decoration: underline;
  padding: 0 5px;
  border-bottom: none;
}
/*# sourceMappingURL=public/C_16_021_sunshine/maps/base.css.map */
