html,
body {
  /*font-family: "微軟正黑體" , sans-serif;*/
  font-family: "Meiryo UI", "微軟正黑體", "Microsoft JhengHei", arial, helvetica,
    sans-serif;
  line-height: 180%;
  height: 100%;
}

#id_wrapper {
  min-height: 100%;
  position: relative;
}

@media (min-width: 321px) and (max-width: 767px) {
  #id_content {
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #id_content {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  #id_content {
    padding-bottom: 70px;
  }
}

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

/*validate*/
input.error {
  border: 1px solid #333;
}
label.error,
label.error,
.help-block {
  color: #bb0a19;
  margin-bottom: 15px;
  font-style: normal;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 7px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
#uploadFile {
  border-radius: 0;
  /*box-shadow: none;*/
  width: 50%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d6de;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* Tabs panel */
.tabbable-panel {
  border: 1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #c3e3f4;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #3caae4;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/*fixed top*/
.top-fixed-bar {
  width: 100%;
  height: 100%;
  background-color: white;
  margin: 0 auto;
  /* position: fixed; */
  border-bottom: 5px solid #86bd41;
}

.top-height {
  width: 100%;
  /* height: 183px; */
}

.top-blue-bar {
  width: 100%;
  height: 63px;
  background-color: #1daee4;
}

.top-menu-bar {
  width: 100%;
  height: 150px;
}

@media (max-width: 991px) {
  .parent {
    height: 155px;
    display: table;
    table-layout: fixed;
  }
}

@media (min-width: 992px) {
  .parent {
    height: 155px;
    display: table;
    table-layout: fixed;
  }
}

.child {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.logo {
  margin-top: -17.5px;
  height: 50px;
}

.navbar-nav > li > a {
  color: #4c4948;
  font-size: 18px;
  font-weight: bold;
  font-family: "微軟正黑體", sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    height: 40px;
  }

  .navbar-nav > li > a {
    color: #4c4948;
    font-size: 16px;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .logo {
    height: 40px;
  }
}

.gy-bar {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 3px;
}

.gy-parent {
  height: 60px;
  display: table;
  table-layout: fixed;
}

.gy-child {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.gy-menu {
  margin-right: 0;
}

.gy-menu > li > a {
  color: white;
  font-size: 16px;
  padding: 7px;
}

.gy-bg-1 {
  position: absolute;
  width: 45%;
  height: 60px;
  top: 0;
  right: -20px;
  background-color: #c0db7f;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #c0db7f;
}

.gy-bg-2 {
  position: absolute;
  width: 45%;
  height: 30px;
  top: 15px;
  right: -20px;
  background-color: #ffffff;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.gy-bg-3 {
  position: absolute;
  width: 45%;
  height: 26px;
  top: 17px;
  right: -20px;
  background-color: #86bd41;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.m-header {
  width: 100%;
  max-width: 100%;
  height: 55px;
  background-color: #86bd41;
  position: fixed;
  z-index: 99999;
}

.m-header-height {
  max-width: 100%;
  height: 55px;
}

.m-logo {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 55px;
}
/*fixed-top end*/

/* footer */
.footer-menu {
  width: 100%;
  background-color: #808080;
}

.footer-bottom {
  width: 100%;
  background-color: #1daee4;
}

@media (max-width: 767px) {
  .m-footer-bottom {
    height: 220px;
    padding: 20px 0px;
    width: 100%;
    background-color: #1daee4;
  }

  .m-footer-bottom-en {
    height: 240px;
    padding: 20px 0px;
    width: 100%;
    background-color: #1daee4;
  }

  .m-footer-bottom-item {
    width: 100%;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: white;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-menu {
    height: 300px;
  }
  .footer-bottom {
    height: 100px;
    padding: 20px 0px;
  }
}

@media (min-width: 992px) {
  .footer-menu {
    height: 180px;
  }
  .footer-bottom {
    height: 100px;
    padding: 20px 0px;
  }
}

.bottom-menu a {
  font-size: 16px;
  color: white;
  line-height: 150%;
  text-decoration: none;
  text-align: center;
}

.bottom-menu-en a {
  font-size: 14px;
  color: white;
  line-height: 150%;
  text-decoration: none;
  text-align: left;
}

.bottom-menu-item {
  width: 100%;
  text-align: center;
}

.bottom-menu-item-en {
  font-family: "arial";
  font-size: 14px;
  width: 100%;
  text-align: left;
}

.footer-bottom-item {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: white;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-item {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: white;
  }
}

/* footer end */

/* home */

.home-title {
  text-align: center;
  margin-bottom: px;
}

.home-title h3 {
  margin-top: 0;
}

.home-title-line {
  width: 20%;
  height: 1px;
  background-color: black;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .home-title-line {
    width: 33%;
  }
}

.home-msg-content {
  position: relative;
  width: 370px;
  height: 505px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 30px;
  border-bottom: 2px solid #86bd41;
  background-color: #f6f6f6;
  margin-bottom: 50px;
}

.home-msg-img {
  position: relative;
  width: 290px;
  height: 0;
  margin: 0 auto;
  margin-top: -60px;
  padding-bottom: 290px;
  overflow: hidden;
}

.home-msg-title {
  width: 290px;
  height: 50px;
  line-height: 25px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  overflow-y: hidden;
}

.home-msg-date {
  width: 290px;
  margin: 0 auto;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.home-msg-summary {
  width: 290px;
  margin: 0 auto;
  font-size: 14px;
  height: 80px;
  margin-top: 30px;
  overflow-y: hidden;
}

.home-msg-more {
  position: absolute;
  padding: 0px;
  background-color: #86bd41;
  color: white;
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  bottom: -20px;
  left: 25%;
}

.home-browse-all {
  background-color: #86bd41;
  color: white;
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home-msg-content {
    width: 100%;
    height: auto;
  }

  .home-msg-img {
    width: 90%;
    padding-bottom: 90%;
  }

  .home-msg-title {
    width: 90%;
  }

  .home-msg-date {
    width: 90%;
  }

  .home-msg-summary {
    width: 90%;
    height: auto;
  }

  .home-browse-all {
    width: 100%;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-msg-content {
    width: 230px;
    height: 390px;
  }

  .home-msg-img {
    width: 180px;
    padding-bottom: 180px;
  }

  .home-msg-title {
    width: 180px;
  }

  .home-msg-date {
    width: 180px;
  }

  .home-msg-summary {
    width: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-msg-content {
    width: 296px;
    height: 450px;
  }

  .home-msg-img {
    width: 232px;
    padding-bottom: 232px;
  }

  .home-msg-title {
    width: 232px;
  }

  .home-msg-date {
    width: 232px;
  }

  .home-msg-summary {
    width: 232px;
  }
}

.home-activity {
  margin-top: 50px;
}

.home-activity-cell {
  position: relative;
  width: 590px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 30px;
}

.home-activity-img {
  position: absolute;
  width: 230px;
  height: 230px;
  overflow: hidden;
}

.home-activity-img img {
  width: 230px;
}

.home-activity-content {
  width: 590px;
  height: 230px;
  background-color: #f6f6f6;
  padding-left: 250px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 3px solid #86bd41;
}

@media (max-width: 767px) {
  .home-activity-img {
    width: 160px;
    height: 160px;
  }

  .home-activity-img img {
    width: 160px;
  }

  .home-activity-cell {
    width: 100%;
  }

  .home-activity-content {
    height: 160px;
    padding-left: 180px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-activity-img {
    width: 140px;
    height: 140px;
  }

  .home-activity-img img {
    width: 140px;
  }

  .home-activity-cell {
    width: 370px;
  }

  .home-activity-content {
    width: 370px;
    height: 140px;
    padding-left: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-activity-img {
    width: 180px;
    height: 180px;
  }

  .home-activity-img img {
    width: 180px;
  }

  .home-activity-cell {
    width: 470px;
  }

  .home-activity-content {
    width: 470px;
    height: 180px;
    padding-left: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
}

.home-activity-title {
  width: 100%;
  padding-top: 30px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
}

.home-activity-date {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
}

.home-activity-summary {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home-activity-title {
    padding-top: 0px;
  }
  .home-activity-summary {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-activity-title {
    padding-top: 0px;
  }
  .home-activity-summary {
    margin-top: 0px;
  }
}

.home-activity-more {
  position: absolute;
  padding: 0px;
  background-color: #86bd41;
  color: white;
  width: 25%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  bottom: 0;
  right: 0;
}

.home-report {
  margin-top: 50px;
}

.home-report-img {
  width: 285px;
  height: 0;
  padding-bottom: 285px;
  overflow: hidden;
  margin: 0 auto;
}

.home-report-img img {
  width: 100%;
}

.home-report-content {
  position: relative;
  width: 285px;
  height: 185px;
  margin: 0 auto;
  padding: 20px;
  border-bottom: 2px solid #86bd41;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}

.home-report-title {
  width: 100%;
  height: 100px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}

.home-report-more {
  background-color: #86bd41;
  color: white;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .home-report-img {
    width: 95%;
    padding-bottom: 95%;
  }
  .home-report-title {
    height: auto;
  }
  .home-report-content {
    width: 95%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-report-img {
    width: 180px;
    padding-bottom: 180px;
  }

  .home-report-content {
    width: 180px;
    height: 185px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-report-img {
    width: 225px;
    padding-bottom: 225px;
  }

  .home-report-content {
    width: 225px;
    height: 185px;
  }
}

/*home end*/

/*bread area*/
.bread {
  width: 100%;
  height: 55px;
  background-color: #efefef;
  border-top: 5px solid #c0db7f;
}

.bread-item {
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  font-size: 12px;
}

.bread-item a {
  color: #333;
}

/*left-menu*/
.left-menu {
  width: 235px;
  border: 2px solid #86bd41;
}

.en-left-menu {
  width: 265px;
  border: 2px solid #86bd41;
}

.newsletter-drop {
  position: relative;
  width: 235px;
  height: 55px;
  background-color: #86bd41;
  color: white;
  font-size: 18px;
}

.newsletter-menu {
  width: 235px;
  text-align: center;
  font-size: 18px;
  color: #4c4948;
}

@media (max-width: 767px) {
  .left-menu {
    width: 100%;
    border: 2px solid #86bd41;
    margin-bottom: 15px;
  }
  .en-left-menu {
    width: 100%;
    border: 2px solid #86bd41;
    margin-bottom: 15px;
  }
  .newsletter-drop {
    width: 100%;
  }

  .newsletter-menu {
    width: 100%;
  }
}

.left-menu a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.en-left-menu a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.left-menu-item {
  padding: 15px;
  padding-left: 55px;
  color: #4c4948;
  margin-left: 10px;
  margin-right: 10px;
}

.left-menu-item-active {
  background-color: #86bd41;
  padding: 15px;
  padding-left: 65px;
  color: white;
}

.en-left-menu-item {
  font-family: "arial";
  font-size: 18px;
  padding: 15px;
  color: #4c4948;
  margin-left: 10px;
  margin-right: 10px;
}

.en-left-menu-item-active {
  font-family: "arial";
  font-size: 18px;
  background-color: #86bd41;
  padding: 15px;
  padding-left: 25px;
  color: white;
}

/*page-areas*/
@media (min-width: 1200px) {
  .right-area {
    width: 900px;
    margin: 0 auto;
    margin-top: -15px;
    padding-top: 0;
  }
}

.news-detail-img {
  width: 450px;
  height: 450px;
}

@media (max-width: 767px) {
  .news-detail-img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-detail-img {
    width: 280px;
    height: 280px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-detail-img {
    width: 360px;
    height: 360px;
  }
}

/*member-menu*/
.member-menu {
  width: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .member-menu {
    width: 100%;
    border: 0;
    margin-bottom: 15px;
  }
}

.member-menu a {
  text-decoration: none;
  font-size: 16px;
}

.member-menu-title {
  padding: 15px;
  text-align: center;
  color: white;
  background-color: #515151;
}

.member-menu-item {
  padding: 15px;
  text-align: center;
  color: black;
}

.member-menu-item-active {
  background-color: #949391;
  padding: 15px;
  text-align: center;
  color: white;
}

/*table*/

.green-table > thead > tr > th {
  background-color: #86bd41;
  color: white;
  padding: 10px 5px;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
}

.green-table > tbody > tr > td {
  background-color: #efefef;
  color: #4c4a48;
  padding: 10px 5px;
  text-align: center;
  font-weight: 400;
  border-bottom: 1px solid #c0db7f;
  vertical-align: middle;
}

.green-table > tbody > tr > td a {
  color: #4c4a48;
  text-decoration: none;
}

.q-name {
  text-align: left !important;
}

/*消息類頁面*/

.news-cell {
  position: relative;
  margin-bottom: 40px;
  width: 900px;
}

@media (max-width: 767px) {
  .news-cell {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-cell {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-cell {
    width: 100%;
  }
}

.news-cell-img {
  position: absolute;
  width: 180px;
  height: 0;
  padding-bottom: 180px;
  background-color: #bfbfbf;
  overflow: hidden;
}

.news-cell-img img {
  width: 180px;
}

.news-cell-content {
  width: 100%;
  height: 165px;
  background-color: #f6f6f6;
  padding-left: 210px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #86bd41;
  overflow: hidden;
}

.news-cell-title {
  width: 100%;
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.news-cell-date {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.news-cell-summary {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  height: 40px;
  overflow: hidden;
}

.news-cell-more {
  position: absolute;
  padding: 0px;
  background-color: #86bd41;
  color: white;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  bottom: 0px;
  right: 0px;
}

@media (max-width: 767px) {
  .news-cell-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

  .news-cell-img img {
    width: 100%;
  }

  .news-cell-content {
    position: relative;
    height: auto;
    padding: 0px 10px;
    padding-bottom: 15px;
  }

  .news-cell-more {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    bottom: 0px;
    right: 0px;
  }

  .news-cell-title {
    width: 100%;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .news-cell-date {
    width: 100%;
    font-size: 16px;
  }

  .news-cell-summary {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-cell-img {
    width: 120px;
    height: 0;
    padding-bottom: 120px;
  }

  .news-cell-img img {
    width: 120px;
  }

  .news-cell-content {
    height: 110px;
    padding-left: 140px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .news-cell-title {
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
  }

  .news-cell-date {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
  }

  .news-cell-summary {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0px;
    height: 32px;
    overflow: hidden;
  }

  .news-cell-more {
    position: absolute;
    padding: 0px;
    background-color: #86bd41;
    color: white;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    bottom: 0px;
    right: 0px;
  }
}

/*花絮*/

.activity-cell-img {
  width: 270px;
  height: 0;
  padding-bottom: 180px;
  overflow: hidden;
  margin: 0 auto;
}

.activity-cell-img img {
  width: 100%;
}

.activity-cell-title {
  width: 270px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 10px;
  overflow: hidden;
  color: #333;
  background-color: #c0db7f;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .activity-cell-img {
    width: 100%;
    padding-bottom: 66.7%;
  }

  .activity-cell-title {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .activity-cell-img {
    width: 100%;
    padding-bottom: 66.7%;
  }

  .activity-cell-title {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .activity-cell-img {
    width: 216px;
    padding-bottom: 144px;
  }

  .activity-cell-title {
    width: 216px;
  }
}

/*新書快訊頁面*/

.book-cell {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0px;
}

.book-cell-img {
  position: absolute;
  width: 140px;
  height: 0;
  padding-bottom: 200px;
  top: 20px;
  background-color: #bfbfbf;
  overflow: hidden;
}

.book-cell-img img {
  height: 200px;
}

.book-cell-content {
  width: 870px;
  margin-left: 5%;
  min-height: 240px;
  background-color: #f6f6f6;
  padding-left: 120px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #86bd41;
  margin-left: 30px;
}

.book-cell-title {
  width: 100%;
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.book-cell-summary {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .book-cell {
    margin-left: 0;
  }

  .book-cell-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 148%;
  }

  .book-cell-img img {
    width: 100%;
    height: auto;
  }

  .book-cell-content {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    padding: 0px 10px 20px 10px;
  }

  .book-cell-title {
    width: 100%;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .book-cell-date {
    width: 100%;
    font-size: 16px;
  }

  .book-cell-summary {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .book-cell {
    position: relative;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .book-cell-img {
    width: 112px;
    padding-bottom: 160px;
    top: 15px;
  }

  .book-cell-img img {
    height: 160px;
  }

  .book-cell-content {
    width: 450px;
    min-height: 192px;
    padding-left: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .book-cell {
    position: relative;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .book-cell-img {
    width: 112px;
    padding-bottom: 160px;
    top: 15px;
  }

  .book-cell-img img {
    height: 160px;
  }

  .book-cell-content {
    width: 696px;
    min-height: 192px;
    padding-left: 100px;
  }
}

/*問卷填答頁面*/
.questionnaire-title-area {
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 15px;
  border: 2px solid #c0db7f;
  border-top: 5px solid #86bd41;
}
.questionnaire-time {
  font-size: 16px;
  text-align: right;
  margin: 10px 0px;
}

.questionnaire-desc {
  font-size: 14px;
}

.question_list {
  padding: 0px 20px;
}

.question {
  font-size: 1.3em;
}

.one_option {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 1.3em;
}

.count-input {
  margin-left: 10px;
}

.sort-input {
  margin-right: 10px;
}

.desc {
  padding: 10px 20px;
  border: 2px solid #86bd41;
  margin-top: 10px 0px;
}

/*統計圖表頁面*/
.search-area {
  border: 1px solid #86bd41;
  padding: 20px 30px 0px 10px;
  border-radius: 10px;
}
.export-btn-area {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}

/*訂閱電子報*/
.subscribe-img {
  position: relative;
  width: 235px;
}

@media (max-width: 767px) {
  .subscribe-img {
    width: 100%;
  }
}

.subscribe-input {
  position: absolute;
  width: 90%;
  top: 55%;
  left: 5%;
}

.subscribe-btn-area {
  position: absolute;
  width: 90%;
  top: 75%;
  left: 5%;
}

/*btn-green*/
.btn-green {
  color: #fff;
  background-color: #86bd41;
  border-color: #7cb139;
}
.btn-green:focus,
.btn-green.focus {
  color: #fff;
  background-color: #669b24;
  border-color: green;
}
.btn-green:hover {
  color: #fff;
  background-color: #669b24;
  border-color: green;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #669b24;
  border-color: green;
}
.btn-green:active:hover,
.btn-green.active:hover,
.open > .dropdown-toggle.btn-green:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.open > .dropdown-toggle.btn-green:focus,
.btn-green:active.focus,
.btn-green.active.focus,
.open > .dropdown-toggle.btn-green.focus {
  color: #fff;
  background-color: #669b24;
  border-color: green;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #86bd41;
  border-color: #7cb139;
}
.btn-green .badge {
  color: #86bd41;
  background-color: #fff;
}

/*btn-blue*/
.btn-blue {
  color: #fff;
  background-color: #3caae4;
  border-color: #2993cb;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #1d86be;
  border-color: #1271a3;
}
.btn-blue:hover {
  color: #fff;
  background-color: #1d86be;
  border-color: #1271a3;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #1d86be;
  border-color: #1271a3;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #1d86be;
  border-color: #1271a3;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #1d86be;
  border-color: #1271a3;
}
.btn-blue .badge {
  color: #1d86be;
  background-color: #fff;
}

/*btn-circle*/
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/*panel-green*/
.panel-green {
  border: 0;
}
.panel-green > .panel-heading {
  color: #333;
  border-bottom: 1px solid #86bd41;
}
.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-bottom-color: #86bd41;
}
.panel-green > .panel-heading .badge {
  color: #86bd41;
  background-color: #86bd41;
}
.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #86bd41;
}

/*fancybox*/

.fancybox-overlay {
  z-index: 99999;
}

.page-area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
}

.page {
  margin-top: 10px;
}

.slide-area-img {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
}

.slide-area-img img {
  width: 100%;
}

/*pagination*/
.page-first {
  width: 60px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #86bd41;
  color: white;
  position: absolute;
  right: 0;
  top: -1px;
}
.page-last {
  width: 60px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #86bd41;
  color: white;
  position: absolute;
  left: 0;
  top: -1px;
}

/*footer*/

.footer-logo-img {
  width: 380px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-logo-img {
    width: 235px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-logo-img {
    width: 300px;
  }
}

.logobox {
  height: 100px !important;
}
.logobox img {
  margin: 0 auto;
  height: 100%;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
