@charset "UTF-8";

caption{
	color:#767676
}
.form-control a{
	color: #000;
}

.select-link {
  border: 2px solid #bdc3c7 !important;
}

/*====== Header ======*/
#header {
  background: #FFF;
  color: #00606B;
  z-index: 9998;
  width: 100%;
  padding: 0 15px;
}
#header img {
  max-height: 41px;
  margin: 0 auto;
}
#header .menu-btn,
#header .user-btn {
  background: #FFF;
  color: #00606B;
  border: 0px;
}
/*====== Footer ======*/
#footer {
    background-color: #364A63;
    color: #EAEAEA;
    font-size: 12px;
}
#footer a,
#footer a:hover {
  color: #EAEAEA;
}

/* ===============================
 * 網站左側選單
 * =============================== */
/* 網站選單 增加第三層 */
/* Menu Appearance */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #eee;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.pushy a {
  display: block;
  color: #222;
  padding: 15px 20px;
  text-decoration: none;
}
.pushy ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
.pushy-header {
  background-color: #00606B;
}
.pushy-header .left {
  float: left;
  width: 50%;
}
.pushy-header .right {
  float: right;
  text-align: right;
  width: 50%;
}
.pushy-header button {
  background: #00606B;
  color: #FFF;
  text-align: center;
  border: 0;
  margin-top: 5px;
}
.pushy-content {
  visibility: hidden;
}
/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}
.pushy-open-left #wrapper,
.pushy-open-left .push {
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}
.pushy-right {
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}
.pushy-open-right #wrapper,
.pushy-open-right .push {
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}
/* Menu Transitions */
#wrapper,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul.pushy-singlemenu li {
  width: 100%;
  color: #222;
  text-align: left;
  background: #eee;
  border: 0;
  border-bottom: #c4c4c4 1px solid;
}
ul.pushy-singlemenu .order {
  background: #ED4C67;
  border-bottom: none;
}
ul.pushy-singlemenu .inquiry {
  background: #F79F1F;
  border-bottom: none;
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu ul {
  -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-bottom: #c4c4c4 1px solid;
}
.pushy-submenu ul li {
  padding-left: 15px;
  background-color: #e3e3e3;
}
.pushy-submenu ul .child button {
  background-color: #e3e3e3;
}
.pushy-submenu ul .child li {
  background-color: #e3e3e3;
}
.pushy-submenu ul .child a::after,
.pushy-submenu ul .child button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.pushy-submenu button {
  width: 100%;
  color: #222;
  padding: 15px 20px;
  text-align: left;
  background: #eee;
  border: 0;
  border-bottom: #c4c4c4 1px solid;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: url("../../images/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}
.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 3000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* ===============================
 * 行政資源頁面框架樣式
 * =============================== */
.pages-header .small {
  font-size: 18px;
}

/* 子選單
 --------------------------------- */
.adm-pages-submenu {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f7f7f7;
}
.adm-pages-submenu .submenu-wrap {
  display: table;
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.adm-pages-submenu .submenu-wrap .submenu-link {
  display: table-cell;
  white-space: nowrap;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6e9ea;
}
.adm-pages-submenu .submenu-wrap .submenu-link a {
  display: block;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  padding: 18px 13px 0;
  color: #34495e;
  height: 50px;
  opacity: 0.75;
}
.adm-pages-submenu .submenu-wrap .submenu-link.current a {
  color: #00606B !important;
}
.adm-pages-submenu .submenu-wrap .submenu-link.current a::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  bottom: -1px;
  left: 0;
  background: #00bcd2;
}
.adm-pages-submenu.adm-menu-slider.swiper-container-android .submenu-link,
.adm-pages-submenu.adm-menu-slider .submenu-wrap {
  font-size: 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.adm-pages-submenu .slide-btn-next,
.adm-pages-submenu .slide-btn-prev {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  width: 16px;
  height: 38px;
  margin-top: -19px;
  background-color: #f7f7f7;
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.adm-pages-submenu .slide-btn-next.swiper-button-disabled,
.adm-pages-submenu .slide-btn-prev.swiper-button-disabled {
  display: none;
}
.adm-pages-submenu .slide-btn-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2026%2026%27%3E%3Cpath%20d%3D%27M21%2C23.1L10.9%2C13L21%2C2.9L18%2C0L5%2C13l13%2C13L21%2C23.1z%27%20fill%3D%27%2334495e%27%2F%3E%3C%2Fsvg%3E");
  left: 0;
  right: auto;
  border-right: 1px solid #e6e9ea;
}
.adm-pages-submenu .slide-btn-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2026%2026%27%3E%3Cpath%20d%3D%27M8%2C26l13-13L8%2C0L5%2C2.9L15.1%2C13L5%2C23.1L8%2C26z%27%20fill%3D%27%2334495e%27%2F%3E%3C%2Fsvg%3E");
  right: 0;
  left: auto;
  border-left: 1px solid #e6e9ea;
}

/* 文字 - 連結
 --------------------------------- */
.adm-pages .links-black,
.adm-pages a.links-black {
  color: #34495e;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.adm-pages .links-black:active,
.adm-pages a.links-black:active {
  color: #00A2B5;
  text-decoration: underline;
}

/* 文字 - 標題
---------------------------------- */
.adm-pages h1, .adm-pages h2, .adm-pages h3, .adm-pages h4, .adm-pages h5, .adm-pages h6,
.adm-pages .h1, .adm-pages .h2, .adm-pages .h3, .adm-pages .h4, .adm-pages .h5, .adm-pages .h6 {
  display: block;
  line-height: 1.5;
}
.adm-pages h1, .adm-pages h2, .adm-pages h3, .adm-pages h4,
.adm-pages .h1, .adm-pages .h2, .adm-pages .h3, .adm-pages .h4 {
  font-weight: 500;
}
.adm-pages h1, .adm-pages h2, .adm-pages h3,
.adm-pages .h1, .adm-pages .h2, .adm-pages .h3 {
  margin: 20px 0 16px;
}
.adm-pages h4, .adm-pages h5, .adm-pages h6,
.adm-pages .h4, .adm-pages .h5, .adm-pages .h6 {
  margin: 28px 0 12px;
}
.adm-pages h5, .adm-pages h6,
.adm-pages .h5, .adm-pages .h6 {
  font-weight: 500;
}
.adm-pages h1, .adm-pages .h1 {
  font-size: 22px;
}
.adm-pages h2, .adm-pages .h2 {
  font-size: 20px;
}
.adm-pages h3, .adm-pages .h3 {
  font-size: 18px;
}
.adm-pages h4, .adm-pages .h4 {
  font-size: 16px;
}
.adm-pages h5, .adm-pages .h5 {
  font-size: 14px;
}
.adm-pages h6, .adm-pages .h6 {
  font-size: 12px;
}
.adm-pages strong, .adm-pages b {
  font-weight: 500;
}
.adm-pages small,
.adm-pages .small {
  display: inline-block;
  line-height: 1.5;
}
.adm-pages .small-muted {
  font-size: 14px;
  line-height: 1.3;
}

/* 內容 - 標題
---------------------------------- */
.adm-pages .sub-heading {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
  padding-left: 15px;
}
.adm-pages .sub-heading::before {
  background-color: #00bcd2;
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: .85em;
  top: .35em;
  left: 3px;
  bottom: 0;
}
.adm-pages .sub-heading.blue-circle, .adm-pages .sub-heading.green-circle, .adm-pages .sub-heading.orange-circle {
  padding-left: 24px;
}
.adm-pages .sub-heading.blue-circle::before, .adm-pages .sub-heading.green-circle::before, .adm-pages .sub-heading.orange-circle::before {
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: solid 4px;
  border-radius: 50%;
  top: .1em;
  left: 0;
  bottom: 0;
  margin: auto;
}
.adm-pages .sub-heading.blue-circle:before {
  border-color: #00bcd2;
}
.adm-pages .sub-heading.orange-circle:before {
  border-color: #ff9b30;
}
.adm-pages .sub-heading.green-circle:before {
  border-color: #5ddc70;
}
.adm-pages .sub-heading + .adm-article {
  margin-top: 0;
}

/* 清單 - ul, li
---------------------------------- */
.adm-pages ol, .adm-pages ul {
  padding-left: 0;
  margin-left: 1.75em;
  margin-top: 10px;
}
.adm-pages ol li, .adm-pages ul li {
  margin-bottom: .5em;
}
.adm-pages ol ol, .adm-pages ol ul, .adm-pages ul ol, .adm-pages ul ul {
  margin-left: 0;
  padding-left: 1.25em;
}
.adm-pages ol.list-unstyled, .adm-pages ul.list-unstyled {
  margin-left: 0;
  margin-top: 0;
}
.adm-pages .list-disc,
.adm-pages .list-square {
  list-style: none;
  margin-left: 0;
  padding-left: 1.15em;
}
.adm-pages .list-disc > li,
.adm-pages .list-square > li {
  list-style: none;
  margin-bottom: 0.25em;
}
.adm-pages .list-disc > li::before,
.adm-pages .list-square > li::before {
  display: inline-block;
  margin-left: -20px;
  width: 18px;
  text-align: center;
}
.adm-pages .list-disc > li:before {
  content: "•";
}
.adm-pages .list-square > li:before {
  content: "▪";
}
.adm-pages .order-row {
  width: 100%;
  margin: 16px 0;
}
.adm-pages .order-row .order-num,
.adm-pages .order-row .order-cont {
  display: inline;
  vertical-align: top;
}

/* 按鈕
---------------------------------- */
/*基本樣式*/
.adm-pages .btn-basic,
.adm-pages a.btn-basic {
  background: #007482;
  opacity:0.7;
  color: #fff;
}
.adm-pages .btn-basic:active,
.adm-pages a.btn-basic:active {
  background: #00a0b3;
  color: #fff;
}

/*線框樣式*/
.adm-pages .btn-line {
  border: 1px solid #00a0b3;
  color: #007482;
  background: transparent;
}
.adm-pages .btn-line:active {
  background: #007482;
  opacity:0.7;
  color: #fff;
}
.adm-pages .btn-download {
  padding: 9px 15px 8px;
}
.adm-pages .btn-download::before {
  content: '\f019';
  font-family: FontAwesome;
  position: relative;
  text-indent: 0;
  font-size: 1em;
  margin-right: 8px;
}

/* Display table
---------------------------------- */
.adm-pages .d-sm-table,
.adm-pages .d-table {
  display: table;
  width: 100%;
}
.adm-pages .d-sm-table .d-tr,
.adm-pages .d-table .d-tr {
  display: table-row;
}
.adm-pages .d-sm-table .d-th,
.adm-pages .d-sm-table .d-td,
.adm-pages .d-table .d-th,
.adm-pages .d-table .d-td {
  display: table-cell;
  vertical-align: top;
}
.adm-pages .info-table {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
}
.adm-pages .info-table .d-colgroup {
  padding: 8px 0;
}
.adm-pages .info-table .d-colgroup + .d-colgroup {
  border-top: 1px solid #ebebeb;
}
.adm-pages .info-table .d-th,
.adm-pages .info-table .d-td {
  padding: 5px 10px;
}
.adm-pages .info-table .d-th {
  white-space: nowrap;
  width: 1;
  opacity: .75;
}
.adm-pages .info-table.no-border {
  border-width: 0;
}
.adm-pages .info-table.table-compact {
  font-size: 14px;
}
.adm-pages .info-table.table-compact .d-th,
.adm-pages .info-table.table-compact .d-td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.adm-pages .info-table.table-striped .d-colgroup:nth-of-type(even) {
  background-color: #f9fafb;
}

/* Helper Classes
---------------------------------- */
.adm-pages .inline-block {
  width: auto;
  height: auto;
}
.adm-pages .indent {
  margin: 0 0 0 16px !important;
}
.adm-pages .nowrap {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.adm-pages .align-top {
  vertical-align: top;
}
.adm-pages .align-mid {
  vertical-align: middle;
}
.adm-pages .align-bottom {
  vertical-align: bottom;
}
.adm-pages .full-width {
  width: 100% !important;
}
.adm-pages .div-line {
  display: inline-block;
  vertical-align: middle;
  height: .8em;
  width: 1px;
  background: rgba(52, 73, 94, 0.2);
  margin: 0 .15em;
}
@media screen and (max-width: 575px) {
  .adm-pages .xs-full-w {
    width: 100% !important;
  }
}

/* 訊息清單
---------------------------------- */
.adm-pages .info-cols.cols-sbs {
  display: table;
  width: 100%;
}
.adm-pages .info-cols.cols-sbs .col-cont,
.adm-pages .info-cols.cols-sbs .col-label {
  display: table-cell;
  vertical-align: top;
}
.adm-pages .info-cols.cols-sbs .col-label {
  white-space: nowrap;
}
.adm-pages .info-cols .col-row {
  margin-bottom: 8px;
}
.adm-pages .info-cols .col-row:last-child {
  margin-bottom: 0;
}

/* 清單 - 連結
---------------------------------- */
.adm-pages .list-links {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
.adm-pages .list-links > li {
  display: block;
  margin-bottom: 7px;
}
.adm-pages .list-links > li > a {
  position: relative;
  display: block;
  padding: 15px 36px 15px 15px;
  border-radius: 4px;
  background-color: #edeff1;
  color: #526476;
  line-height: 1.333;
  font-weight: 500;
  word-wrap: break-word;
  word-break: break-all;
}
.adm-pages .list-links > li > a::before {
  position: absolute;
  display: block;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
  line-height: 1;
  content: '\f054';
  width: 18px;
  height: 18px;
  color: #fff;
  top: 50%;
  margin-top: -8px;
  right: 8px;
}

/* 表格
---------------------------------- */
.adm-pages .table.top-line {
  border-top: 1px solid #ddd;
}
.adm-pages .table.bt-line {
  border-bottom: 1px solid #ddd;
}
.adm-pages .table > tbody > tr > th,
.adm-pages .table > thead > tr > th {
  font-weight: 500;
  vertical-align: middle;
}
.adm-pages .table.col-align-top > tbody > tr > td {
  vertical-align: top;
}
.adm-pages .table-bordered {
  border-color: #e1e3e2;
  border-width: 1px;
}
.adm-pages .table-bordered > tbody > tr > td,
.adm-pages .table-bordered > tbody > tr > th,
.adm-pages .table-bordered > thead > tr > td,
.adm-pages .table-bordered > thead > tr > th {
  border-color: #e1e3e2;
  border-width: 1px;
}
.adm-pages .table-bordered > thead > tr > td,
.adm-pages .table-bordered > thead > tr > th {
  border-color: #e1e3e2;
  border-width: 1px;
  border-bottom-width: 2px;
}
.adm-pages .table-hover tr:active td {
  background-color: #ffffbb;
}
.adm-pages .th-gray th {
  background: #eef0f0;
}
.adm-pages .table-rwd {
  border: none !important;
  font-size: 16px;
}
.adm-pages .table-rwd caption {
  font-size: 18px;
  color: inherit;
}
.adm-pages .table-rwd thead {
  display: none;
}
.adm-pages .table-rwd tr {
  display: block;
  background: #fff !important;
  position: relative;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  border-bottom-width: 2px;
  border-radius: 4px;
  padding: 15px;
}
.adm-pages .table-rwd tr + tr {
  margin-top: 10px;
}
.adm-pages .table-rwd td {
  text-align: left !important;
  padding-left: 0;
  padding-right: 0;
  border-top-color: rgba(234, 234, 234, 0.75);
  border-top-width: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.adm-pages .table-rwd td:first-child {
  border-top: none;
}
.adm-pages .table-rwd td .col-label {
  display: block;
  padding-right: 15px;
  min-width: 33.3333333%;
  opacity: .65;
}

/* 表單
---------------------------------- */
/* 去除 chrome input type=date 的下拉箭頭 */
.adm-pages input[type="date"] {
  line-height: 36px;
  padding: 0 0 0 8px;
}
.adm-pages input[type="date"], .adm-pages input[type="date"]::-webkit-clear-button, .adm-pages input[type="date"]::-webkit-inner-spin-button, .adm-pages input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.adm-pages input[type="date"]::-webkit-inner-spin-button, .adm-pages input[type="date"]::-webkit-clear-button {
  display: none;
}
.adm-pages input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
}
.adm-pages input[type="date"]::-webkit-calendar-picker-indicator:hover {
  background: transparent;
  cursor: pointer;
}

/* input type=date 加上icon */
.adm-pages .input-date-label {
  line-height: 1;
  display: block;
  position: relative;
}
.adm-pages .input-date-label::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  color: #00bcd2;
  content: '\f017';
  font-size: 16px;
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}

/* Tableview
---------------------------------- */
.adm-tableview {
  background: #f7f9fa;
  margin: 5px -12px 0;
  padding: 10px 15px;
  line-height: 1.5;
}
.adm-tableview > .grid {
  padding: 10px 0;
}
.adm-tableview .label {
  padding: .15em .5em;
}
.adm-tableview .label-default {
  background-color: #e7edf0;
}
.adm-tableview .border-t,
.adm-tableview .border-b {
  border-color: #e7edf0;
}
.adm-tableview .small-muted {
  opacity: .7;
}
.adm-tableview .title {
  display: inline-block;
  width: 100%;
}
.adm-tableview .btn {
  padding-left: .5em;
  padding-right: .5em;
}
.adm-tableview .btn.btn-download {
  padding-left: 1em;
  padding-right: 1em;
}
.adm-tableview .grid-link {
  font-size: 16px;
  border-top: 1px solid #e7edf0;
  color: rgba(52, 73, 94, 0.5);
  text-align: center;
  padding: 10px 0 5px;
}
.adm-tableview .row-btns {
  margin: 0 -.5%;
  padding-top: 10px;
  white-space: nowrap;
}
.adm-tableview .row-btns .btn {
  width: 31.5%;
  margin: 0 .5%;
}

/* 卡片
---------------------------------- */
.adm-card {
  position: relative;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  border-bottom-width: 2px;
  border-radius: 4px;
  padding: 15px;
}
.adm-card + .adm-card {
  margin-top: 10px;
}
.adm-card .card-head {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.adm-card .card-body {
  padding-top: 10px;
}

/* 分頁
---------------------------------- */
ul.adm-pagination {
  display: table;
  width: 100%;
  text-align: center;
  margin: 15px 0 0;
  padding: 0;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  overflow: hidden;
}
ul.adm-pagination > li {
  display: table-cell;
  vertical-align: middle;
}
ul.adm-pagination > li.page-next, ul.adm-pagination > li.page-prev {
  width: 1%;
  white-space: nowrap;
}
ul.adm-pagination > li.page-prev {
  text-align: left;
}
ul.adm-pagination > li.page-next {
  text-align: right;
}
ul.adm-pagination > li.disable {
  display: none;
}
ul.adm-pagination > li.page-current {
  font-size: 14px;
}
ul.adm-pagination > li.page-current label {
  margin: 0;
}
ul.adm-pagination > li.page-current select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2300bcd2' d='M12,0L6,8L0,0H12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 7px;
  background-position: right 4px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 8px 20px 7px 4px;
  color: black;
}
ul.adm-pagination > li.page-current select:focus {
  outline: none;
}
ul.adm-pagination .btn-next,
ul.adm-pagination .btn-prev {
  margin: 0;
  border-radius: 0;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  color: #337ab7;
}
ul.adm-pagination .btn-next:active,
ul.adm-pagination .btn-prev:active {
  background-color: #ddd;
  color: #004062;
}

/* 圖片區塊
---------------------------------- */
.adm-media {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.adm-media figure {
  display: inline-block;
  max-width: 100%;
}
.adm-media figure figcaption {
  font-size: 14px;
  line-height: 1.6;
  color: #7a7a7b;
}
.adm-media figure img {
  border: solid 4px #efefef;
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 2px;
}
.adm-media figure img.no-border {
  border-width: 0;
  margin-bottom: 4px;
}

/* 相關 附件 & 網站
---------------------------------- */
.adm-attachments {
  background-color: #f3f5f7;
  display: table;
  padding: 10px 0;
  margin: 0 0 15px;
  width: 100%;
  border-radius: 4px;
}
.adm-attachments .col-cont,
.adm-attachments .col-label {
  padding: 0 16px;
}
.adm-attachments .col-label {
  font-weight: 500;
  padding-bottom: 7px;
}
.adm-attachments .col-cont {
  font-size: 16px;
}
.adm-attachments ul.files,
.adm-attachments ul.sites {
  list-style: none;
  margin: 0;
  padding: 0;
}
.adm-attachments ul.files > li,
.adm-attachments ul.sites > li {
  display: block;
  list-style: none;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
.adm-attachments ul.files > li:last-child,
.adm-attachments ul.sites > li:last-child {
  margin-bottom: 0;
}
.adm-attachments ul.files > li::before,
.adm-attachments ul.sites > li::before {
  position: absolute;
  color: #00bcd2;
  font-size: 14px;
  font-family: FontAwesome;
  display: block;
  width: 1.25em;
  left: 0;
  vertical-align: text-top;
  text-align: center;
}
.adm-attachments ul.files > li::before {
  content: "\f0f6";
  top: 1px;
}
.adm-attachments ul.sites > li::before {
  content: "\f08e";
  top: 3px;
}

/* 備註區塊
---------------------------------- */
.adm-remark {
  background-color: #fcf8e3;
  padding: 16px;
  margin: 16px 0;
  font-size: 16px;
}
.adm-remark .heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.adm-remark .heading > .fa {
  color: #ff8400;
  font-size: inherit;
  opacity: 0.9;
}
.adm-remark [class*="list-"] > li::before {
  color: #ff8400;
}

/* Swiper
---------------------------------- */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide img {
  max-width: 100% !important;
}

/* Arrows */
.swiper-btn-prev,
.swiper-btn-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin-top: -29px;
  z-index: 10;
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #2c3e50;
  opacity: 0.5;
  color: #fff;
  text-align: center;
  padding-top: 8px;
}
.swiper-btn-prev:active,
.swiper-btn-next:active {
  opacity: 1;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  opacity: 0.25;
  cursor: auto;
  pointer-events: none;
}

.swiper-btn-prev {
  left: 10px;
  right: auto;
  padding-right: 3px;
}

.swiper-btn-next {
  left: auto;
  right: 10px;
  padding-left: 3px;
}

/* Pagination */
.swiper-pagination {
  display: none;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  line-height: 1;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullets {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #34495e;
  opacity: 0.2;
  margin: 5px 3px 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container.has-pagination .swiper-btn-prev,
.swiper-container.has-pagination .swiper-btn-next,
.swiper-container.has-pagination .swiper-pagination {
  display: block;
}

/* ===============================
 * Editor - 預設樣式
 * =============================== */
.adm-article {
  margin: 5px 0 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* 文字 & 連結
-----------------------------------*/
.adm-article a:not([class]) {
  color: #2F73AE;
}
.adm-article a:not([class]):focus, .adm-article a:not([class]):hover {
    color: #004062;
    text-decoration: none
}
.adm-article a:not([class]):active {
  text-decoration: underline;
}

/* 文字顏色
---------------------------------- */
.adm-article .text-brand {
  color: #00bcd2;
}
.adm-article .text-red {
  color: #de0000;
}
.adm-article .text-orange {
  color: #C25500;
}
.adm-article .text-green {
  color: #5bb900;
}
.adm-article .text-blue {
  color: #0097e0;
}
.adm-article .text-purple {
  color: #673ab7;
}
.adm-article .text-cyan {
  color: #00bcd2;
}
.adm-article .text-brown {
  color: #795548;
}
.adm-article .text-gray {
  color: #798189;
}

/* 段落
---------------------------------- */
.adm-article p {
  margin: 10px 0;
}

/* 段落 FontAwesome Icons
---------------------------------- */
.adm-article .fa {
  min-width: 14px;
  min-height: 14px;
  text-align: center;
  font-size: 14px;
}
.adm-article .fa::before {
  position: relative;
  top: -1px;
}

/* 圖片
---------------------------------- */
.adm-article img {
  max-width: 100% !important;
  height: auto !important;
}

/* 表格
---------------------------------- */
/* ===============================
 * 關於臺鐵 - 願景與營運目標
 * =============================== */
.about-vision {
  background: url("../images/adm_about_bg.jpg") no-repeat right bottom;
  background-size: contain;
  padding: 0 0 2em;
  margin-bottom: 16px;
  border-bottom: solid 1px #eaeaea;
  min-height: 540px;
}
.about-vision .sub-heading + .adm-article {
  padding-left: 25px;
  margin-bottom: 40px;
}

/* ===============================
 * 關於臺鐵 - 局長簡介
 * =============================== */
/* 現任局長 */
.about-director .name {
  font-size: 22px;
  font-weight: 500;
}
.about-director .name .title {
  font-size: 16px;
  margin-left: 6px;
  vertical-align: baseline;
}
.about-director .info-cols {
  font-size: 16px;
  line-height: 1.5;
}
.about-director .info-cols .col-label {
  opacity: 0.75;
}
.about-director .info-cols .col-row + .col-row {
  margin: 15px 0 0;
}
.about-director .info-cols ul {
  margin-bottom: 0;
}
.about-director .info-cols ul li + li {
  margin-top: 8px;
}
.about-director .general {
  margin-bottom: 20px;
}
.about-director .general .name {
  margin-bottom: 10px;
  text-align: center;
}
.about-director .general .col-sm-6 {
  float: none;
  margin: 0 auto;
}
.about-director .general .pic-box {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  text-align: center;
}
.about-director .general .info-cols {
  padding: 0 15px;
}
.about-director .deputy::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: linear-gradient(to right,transparent, rgba(0, 0, 0, 0.75), transparent);
  margin-bottom: 20px;
}
.about-director .deputy .name {
  margin-bottom: 15px;
}
.about-director .deputy .info-cols {
  position: relative;
  font-size: 15px;
}
.about-director .deputy .info-cols .col-label {
  margin-bottom: 3px;
}
.about-director .deputy .d-sm-table .d-td,
.about-director .deputy .d-sm-table .d-tr {
  display: block;
}
.about-director .deputy .d-sm-table .d-td {
  padding: 15px;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  border-bottom-width: 2px;
  border-radius: 4px;
}
.about-director .deputy .d-sm-table .d-td + .d-td {
  margin-top: 10px;
}

/* 歷任局長 */
.about-director-ss {
  padding-top: 10px;
  line-height: 1.3;
}
.about-director-ss .col-label {
  font-size: 13px;
  line-height: 1;
  opacity: 0.6;
  margin-bottom: 6px;
}
.about-director-ss .col-cont {
  font-size: 16px;
}
.about-director-ss .col-cont.tenure {
  font-size: 16px;
  opacity: .75;
  line-height: 1.1;
}
.about-director-ss .col-cont.tenure .small {
  display: block;
}
.about-director-ss .card-head {
  position: relative;
  min-height: 116px;
  padding-right: 85px;
}
.about-director-ss .card-head .pic-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 106px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  background-clip: padding-box;
  border-radius: 4px;
}
.about-director-ss .card-head .pic-box img {
  width: 100%;
  height: auto;
}
.about-director-ss .card-head .col-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 0 26px;
}
.about-director-ss .card-body .col-row + .col-row {
  margin-top: 20px;
}
.about-director-ss .card-body .col-label {
  margin-bottom: 8px;
}
.about-director-ss .card-body .list-exp {
  list-style: none;
  margin: 0 -15px 0 0;
  padding: 0;
}
.about-director-ss .card-body .list-exp > li {
  margin-bottom: 0;
}
.about-director-ss .card-body .list-exp > li + li {
  margin-top: 8px;
}

/* ===============================
 * 關於臺鐵 - 臺鐵大事記
 * =============================== */
.about-timeline .adm-article,
.about-timeline .date,
.about-timeline .heading {
  word-wrap: break-word;
  word-break: break-all;
}
.about-timeline .date {
  font-weight: 500;
  color: #008392;
}
.about-timeline .adm-article,
.about-timeline .heading {
  position: relative;
}
.about-timeline .heading {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 4px;
}
.about-timeline .adm-article {
  color: rgba(52, 73, 94, 0.75);
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 40px;
  margin: 0;
}
.about-timeline .event-box {
  position: relative;
  margin: 0 0 0 32px;
}
.about-timeline .event-box::after, .about-timeline .event-box::before {
  position: absolute;
  display: block;
  content: '';
}
.about-timeline .event-box::before {
  background: #eee;
  width: 2px;
  top: 16px;
  left: -20px;
  height: 100%;
}
.about-timeline .event-box::after {
  background: #fff;
  border: solid 4px #00bcd2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: -26px;
  top: 9px;
}
.about-timeline .event-box:last-child::before {
  display: none;
}

/* ===============================
 * 公開資訊 - 電子公文區
 * =============================== */
ul.adm-edoc {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
ul.adm-edoc > li {
  display: table;
  width: 100%;
  margin: 0;
}
ul.adm-edoc > li + li {
  border-top: 1px solid #eaeaea;
}
ul.adm-edoc > li .site-img,
ul.adm-edoc > li .site-name {
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.adm-edoc > li .site-img {
  width: 128px;
}
ul.adm-edoc > li .site-img img {
  max-width: 100%;
  height: auto;
}
ul.adm-edoc > li .site-name {
  font-size: 16px;
  padding-left: 10px;
  line-height: 1.5;
}

/* ===============================
 * 公開資訊 - 平交道資訊
 * =============================== */
.adm-lc-detail .info-cols {
  font-size: 16px;
}
.adm-lc-detail .info-cols .col-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid rgba(234, 234, 234, 0.75);
}
.adm-lc-detail .info-cols .col-label,
.adm-lc-detail .info-cols .col-cont {
  display: block;
}
.adm-lc-detail .info-cols .col-label {
  font-size: 15px;
  padding-top: 1px;
  min-width: 33.33333333%;
  padding-right: 15px;
  opacity: .65;
}

/* ===============================
 * 公開資訊 - 臺鐵專有名詞
 * =============================== */
ul.adm-tr-terms {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.adm-tr-terms > li {
  display: block;
  padding: 0 0 20px 24px;
  margin: 0;
}
ul.adm-tr-terms > li + li {
  border-top: solid 1px #eee;
  padding-top: 20px;
}
ul.adm-tr-terms .head-zh {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
ul.adm-tr-terms .head-zh::before {
  display: block;
  position: absolute;
  content: "\f10c";
  font-family: FontAwesome;
  top: 5px;
  left: -18px;
  color: #00bcd2;
  font-size: 0.8em;
  line-height: 1;
  font-size: 14px;
}
ul.adm-tr-terms .head-en {
  font-size: 16px;
  margin: 0.25em 0;
}
ul.adm-tr-terms .desc {
  margin-top: 0.5em;
  font-size: 16px;
  opacity: .75;
}

/* ===============================
 * 影音專區
 * =============================== */
/* 影音列表 */
.adm-videos {
  max-width: 640px;
  margin: 0 auto;
}
.adm-videos .video-box {
  margin: 10px 0 20px;
}
.adm-videos .video-box .thumb {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  box-shadow: inset 0 0 1px #eaeaea;
  padding-bottom: 56.25%;
}
.adm-videos .video-box .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.adm-videos .caption {
  position: relative;
  z-index: 2;
  padding: 20px 15px 15px;
  min-height: 84px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  border-top-width: 0;
  border-bottom-width: 2px;
  border-radius: 0 0 4px 4px;
}
.adm-videos .caption a {
  color: #34495e;
}
.adm-videos .caption a:active {
  color: #00A2B5;
  text-decoration: underline;
}
.adm-videos .caption::after, .adm-videos .caption::before {
  position: absolute;
  display: block;
  content: '';
  z-index: 1;
}
.adm-videos .caption::before {
  background: #00bcd2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 16px;
  top: -12px;
}
.adm-videos .caption::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  left: 25px;
  top: -4px;
}

/* 影音播放 */
.adm-video-player .embed-responsive {
  background: #000;
}
.adm-video-player .caption {
  padding: 15px 20px;
}
.adm-video-player .caption .title {
  margin-bottom: 15px;
  line-height: 1.3;
}
.adm-video-player .caption .desc {
  opacity: .75;
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.3;
}

/* ===============================
 * 場地租售
 * =============================== */
.adm-pages .rent-group {
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eaeaea;
}
.adm-pages .rent-group > hr {
  background: #eaeaea;
}
.adm-pages .rent-item {
  margin-bottom: 16px;
}
.adm-pages .rent-item .img-box {
  width: 100%;
  margin-bottom: 20px;
}
.adm-pages .rent-item .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.adm-pages .rent-item .img-box img + img {
  margin-top: 5px;
}
.adm-pages .rent-item .info-box .head-row {
  line-height: 1.5;
  padding-bottom: 12px;
}
.adm-pages .rent-item .info-box .head-row .item-name {
  float: left;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 359px) {
  .adm-pages .rent-item .info-box .head-row .item-name {
    font-size: 18px;
    max-width: 152px;
  }
}
.adm-pages .rent-item .info-box .head-row .item-price {
  color: #ff8400;
  float: right;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
}
.adm-pages .rent-item .info-box .head-row .item-price .money {
  font-size: 18px;
  font-weight: 600;
}
.adm-pages .rent-item .info-box .info-row {
  font-size: 15px;
}
.adm-pages .rent-item .info-box .info-row .d-td.col-cont, .adm-pages .rent-item .info-box .info-row .d-td.col-label {
  padding-top: 4px;
  padding-bottom: 4px;
}
.adm-pages .rent-item .info-box .info-row .d-td.col-label {
  width: 1px;
  white-space: nowrap;
}
.adm-pages .rent-item .info-box .info-row .d-td.col-cont {
  padding-left: 5px;
}
.adm-pages .rent-item .list-square {
  margin: 0;
}
.adm-pages .rent-thumbs {
  margin-bottom: 24px;
}
.adm-pages .rent-thumbs img + img {
  margin-left: 16px;
}

/* 臺鐵聯絡資訊區塊
---------------------------------- */
.adm-brand-box {
  margin: 16px 0;
  padding: 15px;
  background: #f7f9fa;
  border: 1px solid #e9ecef;
  color: #31708f;
}
.adm-brand-box .d-td.brand-inverse {
  display: none;
}
.adm-brand-box .info-cols {
  font-size: 15px;
}
.adm-brand-box .info-cols .col-row {
  margin: 8px 0;
}

.adm-tenders .adm-tableview .title {
  font-size: 17px;
  line-height: 1.5;
}
.adm-tenders .adm-tableview img {
  max-width: 100% !important;
  border-radius: 6px;
}

.adm-tender-detail .info-cols {
  font-size: 16px;
}
.adm-tender-detail .info-cols .col-label {
  padding-right: 20px;
  opacity: .75;
}
.adm-tender-detail .adm-article {
  margin: 15px 0;
}
.adm-tender-detail .rent-thumbs img {
  border-radius: 6px;
}


/* ===============================
 * 關於臺鐵 - 靓道專區
 * =============================== */
 .about-ebooks{
  line-height: 1.7;
  margin: 1.5rem 0;
}
.about-ebooks ul{
  margin:0;
  display:flex;  
  flex-direction:row;
  flex-wrap: wrap;
  justify-content:center;
}
.about-ebooks ul li{
  border:1px solid #e4e4e4;
  box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  width:46%;
  margin:0 2%;
  margin-bottom:30px;
}
.about-ebooks li:hover{
  border:1px solid #00bcd2;
  color:#00bcd2;
}
.about-ebooks .ebooks-list {
  color:#333333;
  position: relative;
}
.about-ebooks .ebooks-list:hover{
  color:#00bcd2;
}
.about-ebooks .ebooks-list .ebooks-label{
  left: 15px;
  bottom:-10px;
  position: absolute;
  z-index: 1;
  background: #256fa0;
  width: 55px;
  height: 20px;
  border-radius: 3px;
  display: block;
  color:#fff;
  font-size:13px;
  box-shadow:0 1px 3px rgba(0, 188, 210, 1);
  text-align: center;
}
.about-ebooks .ebooks-list .ebooks-label i.fa {
  color:#fff;
  font-size:14px;
  margin:0 5px;
}
.about-ebooks .ebooks-list img{
  display: block;
  width:100%;
  min-width: 100px;
}
.about-ebooks .ebooks-list p{
  padding:1.5rem .85rem 0 .85rem;
  font-size: 16px;
}
.border-bottom {
  border-bottom: #c4c4c4 1px solid;
}