@charset "UTF-8";
/*-------------------------------------------------------------------------------*\

     $base

\*-------------------------------------------------------------------------------*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.kf-center {
  width: 100%;
  padding: 1.5em 2.5%;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.kf-center > h3 {
  line-height: 1.25em;
}
.kf-center > h4 {
  line-height: 1.25em;
}

.kf-relative {
  position: relative;
}

/* 內頁項目符號設定 */
.kf-detail-content ul, .kf-detail-content ol {
  padding: .125em 0;
}
.kf-detail-content ul li, .kf-detail-content ol li {
  padding: .125em 0;
  color: #555555;
}
.kf-detail-content ul {
  padding-left: 2em;
  list-style: disc;
}
.kf-detail-content ol {
  padding-left: 2em;
  list-style: decimal;
}
.kf-detail-content ol ol {
  padding-left: 2em;
  list-style: decimal-leading-zero;
}
.kf-detail-content .kf-table-responsive {
  min-height: 0.1%;
  overflow-x: auto;
}
.kf-detail-content table {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #555555;
}
.kf-detail-content table th, .kf-detail-content table td {
  padding: .5em;
  border: 1px solid #fff;
}
.kf-detail-content table tr:nth-child(even) {
  background-color: #eeeeee;
}
.kf-detail-content table tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.kf-detail-content table th {
  color: #fff;
  text-align: center;
  background-color: #5ea4f4;
  border: 1px solid #fff;
}
.kf-detail-content table td {
  color: #555555;
}

.kf-comtent_pt {
  padding: 2.5em 0;
}

.kf-bgimg {
  overflow: hidden;
  text-align: center;
  background: url(../../images/icon-img_lg.svg) no-repeat center;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.kf-bgimg img {
  max-width: 100%;
  vertical-align: middle;
}

.kf-hit01 {
  color: #ff006c;
}

.kf-ul-style1 li {
  background: url(../../images/icon-list_disc.png) no-repeat left 0.65em;
}

.kf-hr-line2 {
  display: block;
  width: 100%;
  height: 1em;
  border: none;
  background: url(../../images/hr01.png) repeat-x left bottom;
}

/* title group */
.kf-tith4-1 {
  padding-left: 1em;
  margin-bottom: 1em;
  font: 1.25em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  background: url(../../images/icon-round-row-tit.png) no-repeat left 0.4em;
}
.kf-tith4-1 > span {
  color: #0f72e2;
}
.kf-tith4-1 > i {
  color: #0f72e2;
  font-style: oblique !important;
}

/*-----------------------------$ 行動版608以下------------------------------*/
@media only screen and (max-width: 38em) {
  .kf-hr-line2 {
    width: 95%;
    margin: 0 2.5%;
  }

  .kf-table-responsive {
    width: 100%;
    margin: 1em 0;
    overflow-y: hidden;
  }
  .kf-table-responsive table {
    margin: 0;
  }
}
/*-------------------------------------------------------------------------------*\

    $表單項目

\*-------------------------------------------------------------------------------*/
.kf-fombar {
  width: 100%;
  padding: 1.5em 2.5%;
  margin: 0;
  border: 0;
}

/* 下拉選單01 */
.kf-fombar__select1,
.kf-fombar__select2, .kf-fombar__select3,
.kf-fombar__select4 {
  position: relative;
  display: block;
  float: left;
  padding: 0%;
}
.kf-fombar__select1 > select,
.kf-fombar__select2 > select, .kf-fombar__select3 > select,
.kf-fombar__select4 > select {
  width: 100%;
}

.kf-fombar__gutter,
.kf-fombar__gutter2 {
  margin-right: 1.5%;
}

.kf-fombar__select1,
.kf-fombar__select2 {
  width: 25%;
  margin-top: 1px;
}

.kf-fombar__select3,
.kf-fombar__select4 {
  width: 50%;
}

.kf-fombar__select4 {
  margin-right: 50%;
  margin-bottom: 10px;
}

/* 輸入欄位01  */
.kf-fombar__txt1,
.kf-fombar__txt3 {
  width: 25%;
}

.kf-fombar__txt2 {
  width: 40%;
}

/* 日期搜尋  */
.kf-search-date {
  width: 50%;
  padding-bottom: 1rem;
}
.kf-search-date_tit {
  display: block;
  padding: .5em 0;
  padding-left: 1rem;
}
.kf-search-date input[type="text"] {
  width: calc((100% - 28px) / 2);
}

.kf-fom-md {
  width: calc(50% - 2px);
  margin-right: 1.5%;
}

.kf-fombar input[type="text"], .kf-fombar input[type="button"] {
  vertical-align: middle;
}

/* -----kf-respond-form------*/
.kf-respond-form {
  padding: 2.5em 0;
}

.kf-respond-form_group {
  width: 70%;
  margin: 0 auto;
  padding: .25em 0;
}
.kf-respond-form_group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.kf-respond-form_group label {
  display: block;
  width: 100%;
  padding: .75em 0;
  text-align: left;
}
.kf-respond-form_group label > i {
  color: #ff006c;
}
.kf-respond-form_group input,
.kf-respond-form_group textarea {
  width: 100%;
  padding: .25em;
}

.kf-respond-tit {
  width: 70%;
  margin: 0 auto;
  padding: .25em 0;
  font: 1.25em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  text-align: left;
}

.kf-captcha {
  float: left;
  padding: 10px 0;
}

/* -----kf-applydetail------*/
.kf-form-wrap {
  margin-top: 2.5em;
  padding-left: 8.3%;
  padding-right: 8.3%;
}
.kf-form-wrap > header {
  padding-bottom: 2.5em;
}

.kf-apply-form_group {
  margin-bottom: 20px;
}
.kf-apply-form_group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.kf-apply-form_group > .kf-desc,
.kf-apply-form_group legend {
  width: 20%;
  float: left;
}
.kf-apply-form_group textarea,
.kf-apply-form_group input[type=text],
.kf-apply-form_group input[type=email],
.kf-apply-form_group .kf-fombar__select3 {
  float: left;
}
.kf-apply-form_group input[class~="kf-txt-m"] {
  width: 50%;
}
.kf-apply-form_group textarea,
.kf-apply-form_group input[class~="kf-txt-lg"] {
  width: 100%;
}
.kf-apply-form_group textarea {
  padding-top: .5em;
  height: 100px;
}

.kf-apply-formR {
  float: left;
  width: 80%;
}
.kf-apply-formR span {
  float: left;
  height: 3.625em;
  padding-top: .25em;
  padding-left: .5em;
}

.kf-formR-group input[type=text] {
  margin-bottom: 10px;
}
.kf-formR-group input[type=text] {
  float: none;
}

.kf-apply-fieldset {
  border: 0;
  padding: 0;
}

.kf-apply-item_group {
  float: left;
  width: 80%;
}

/* -----檔案上傳------*/
input[type="file"] {
  width: 50%;
}

/* -----表單說明------*/
.kf-form-explain1,
.kf-form-explain2 {
  float: left;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

.kf-form-captcha,
.kf-form-Vsearch {
  display: block;
  float: left;
}

.kf-form-captcha {
  padding-left: 10px;
}

.kf-form-Vsearch img {
  width: 35px;
  height: 34px;
  padding-left: 10px;
}

/*-----------------------------$ 行動版608以下------------------------------*/
@media only screen and (max-width: 38em) {
  /* -----檔案上傳------*/
  input[type="file"] {
    width: 100%;
  }
}
/*-----------------------------$ 行動版480以下------------------------------*/
@media only screen and (max-width: 30em) {
  .kf-fombar {
    text-align: center;
  }

  .kf-fombar__gutter,
  .kf-fombar__gutter2 {
    margin-right: 3%;
  }

  .kf-fombar__select1 {
    width: 35%;
  }

  .kf-fombar__select2 {
    width: 48.5%;
  }

  .kf-fombar__select3,
  .kf-fombar__select4 {
    width: 100%;
  }

  .kf-fombar__txt1 {
    width: 35%;
  }

  .kf-fombar__txt2 {
    width: 75%;
  }

  .kf-fombar__txt3 {
    width: 100%;
  }

  .kf-fombar > div[class$="gutter2"]:nth-child(2) {
    margin-right: 0%;
  }
  .kf-fombar > input[class$="gutter2"] {
    margin: 1.25em 0 1.25em 0;
  }

  .kf-btn-center {
    margin: 0 auto;
  }

  /* -----kf-round-form------*/
  .kf-round-form_group {
    width: 90%;
  }

  /* -----kf-applydetail------*/
  .kf-apply-form_group > .kf-desc,
  .kf-apply-form_group legend {
    width: 100%;
  }
  .kf-apply-form_group textarea,
  .kf-apply-form_group input[class~="kf-txt-m"],
  .kf-apply-form_group input[class~="kf-txt-lg"] {
    width: 100%;
  }

  .kf-apply-formR {
    width: 100%;
  }
  .kf-apply-formR span {
    height: 2.25em;
    padding-left: 0em;
  }

  .kf-form_mb {
    margin-bottom: 10px;
  }

  .kf-form-captcha {
    padding-left: 0;
  }

  /* 日期搜尋  */
  .kf-search-date {
    width: 100%;
  }

  .kf-fom-md {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
/*-------------------------------------------------------------------------------*\

    $列表項目

\*-------------------------------------------------------------------------------*/
.kf-listtable {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.kf-listthead, .kf-listtbody {
  vertical-align: middle;
  border-color: inherit;
}

.kf-listthead {
  display: table-header-group;
}

.kf-listtbody {
  display: table-row-group;
}

.kf-listtr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.kf-listth, .kf-listtd {
  display: table-cell;
  padding: 1em 1%;
  vertical-align: inherit;
  text-align: center;
}

.kf-number1,
.kf-type1,
.kf-type2 {
  width: 15%;
}

.kf-number2 {
  width: 10%;
}

/* table kf-tit 標題攔 */
.kf-tit1,
.kf-tit3 {
  width: 40%;
}

.kf-tit2 {
  width: 55%;
}

.kf-tit5 {
  width: 60%;
}

.kf-tit6 {
  width: 45%;
}

.kf-tit8 {
  line-height: 1.5;
}

/* ------------日期 kf-date ------------ */
.kf-date1,
.kf-date2,
.kf-date4 {
  width: 18%;
}

.kf-date3 {
  width: 20%;
}

.kf-count1 {
  width: 12%;
}

/* ------------bilingual------------ */
.kf-bilingual_cn,
.kf-bilingual_en {
  width: 42.5%;
}

.kf-bilingual_en {
  word-wrap: break-word;
  word-break: break-all;
}

.kf-list {
  margin-top: -1.5em;
}

/* 相簿&影片列表 */
.kf-album_item01 {
  position: relative;
  padding: 1.875em 0;
  min-height: 215px;
}

.kf-item01-txt {
  margin-left: 15em;
  min-height: 9.375em;
}
.kf-item01-txt p {
  line-height: 1.875em;
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5em;
}

.kf-item01-txt_tit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kf-item01-txt_tit1 > a:focus {
  display: inline-block;
  border: 1px solid rgba(94, 164, 244, 0.15);
}

.kf-item01-txt_ul01 {
  padding: .6em 0 .25em 0;
}
.kf-item01-txt_ul01 li {
  padding: .25em 0 .25em 1.25em;
}

/* 檔案下載 */
.kf-file,
.kf-file2 {
  text-align: center;
  vertical-align: middle;
}
.kf-file a,
.kf-file2 a {
  display: inline-block !important;
}
.kf-file .kf-dload,
.kf-file2 .kf-dload {
  width: 25px;
  height: 25px;
  margin: .15rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 100%;
}
.kf-file .kf-file_btn,
.kf-file2 .kf-file_btn {
  margin: .25em;
  color: #fff;
  line-height: 2.25em;
}
.kf-file .kf-file_btn:hover,
.kf-file2 .kf-file_btn:hover {
  color: #fff;
}

.kf-file {
  width: 20%;
}

.kf-file2 {
  width: 25%;
}

/* 開放狀態 */
.kf-status {
  width: 15%;
}

/*-----------------------------$ 行動版480以下------------------------------*/
@media only screen and (max-width: 30em) {
  .kf-listthead, .kf-number1,
  .kf-number2, .kf-date3,
  .kf-count1 {
    display: none !important;
  }

  .kf-listtable, .kf-listtbody, .kf-listtr, .kf-listtd, .kf-tit1, .kf-tit2, .kf-tit3, .kf-tit4, .kf-tit5, .kf-tit6, .kf-tit7, .kf-date1, .kf-date2, .kf-date4 {
    display: block;
  }

  .kf-listtable {
    border-collapse: initial;
  }

  .kf-listtr {
    position: relative;
    width: 100%;
    padding: 1em 0;
  }

  .kf-listtd {
    padding: 0;
  }

  /* table kf-type 單位攔 */
  .kf-type1 {
    position: absolute;
    top: 1em;
    height: 1.875em;
  }

  .kf-type2 {
    position: absolute;
    top: 3.25em;
    height: 1.875em;
  }

  .kf-type1 {
    width: 35%;
  }

  .kf-type2 {
    width: auto;
    padding: 0 1em;
  }

  /* table kf-tit 標題攔 */
  .kf-tit1, .kf-tit2, .kf-tit3, .kf-tit4, .kf-tit5, .kf-tit6, .kf-tit7 {
    width: 100%;
  }

  .kf-tit1 {
    margin-top: 4em;
  }

  .kf-tit2 {
    margin-top: 2.75em;
  }

  .kf-tit3,
  .kf-tit5,
  .kf-tit6 {
    padding-left: 1.25em;
  }

  .kf-tit4 {
    padding-left: 1.25em;
    margin-top: 5rem;
  }

  .kf-tit7 {
    padding-left: 1.25em;
    margin-top: 2.5rem;
  }

  .kf-tit8 {
    margin-top: 2em;
  }

  /* table  kf-date 日期攔 */
  .kf-date1, .kf-date2 {
    position: absolute;
    width: 100%;
  }

  .kf-date1 {
    top: 2.875em;
  }

  .kf-date2 {
    top: .65em;
  }

  .kf-date4 {
    position: absolute;
    top: 1rem;
    width: 100%;
  }

  .kf-bilingual_cn,
  .kf-bilingual_en {
    width: 100%;
    padding: .5em 0 .5em 1.25em;
  }

  /* 相簿&影片列表 */
  .kf-album_item01 {
    position: static;
  }

  .kf-item01-txt {
    margin-left: 0;
    padding-top: 1.25em;
  }

  /* 檔案下載 */
  .kf-file,
  .kf-file2 {
    width: 100%;
    margin-top: 1em;
    padding-left: .5em;
    text-align: left !important;
  }
  .kf-file .kf-dload,
  .kf-file2 .kf-dload {
    width: 40px;
    height: 40px;
    margin: 0 .25em;
  }
  .kf-file .kf-file_btn,
  .kf-file2 .kf-file_btn {
    text-align: center;
    line-height: 3em;
  }

  /* 開放狀態 */
  .kf-status {
    min-width: 100px;
    margin: .75rem;
    padding: .25em 1em;
    color: #fff !important;
  }
  .kf-status-open {
    background: #ffa248;
  }
  .kf-status-expire {
    background: #b8b8b8;
  }
}
/*-------------------------------------------------------------------------------*\

    $button

\*-------------------------------------------------------------------------------*/
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  border: none;
}

/* ----------button--------- */
.kf-btn__md1,
.kf-btn__md2 {
  width: 15%;
  height: 2.25em;
  margin-left: -5px;
}

.kf-btn__md3 {
  width: 120px;
  height: 2.25em;
}

.kf-btn__md4 {
  width: 220px;
  height: 2.25em;
}

.kf-btn_post,
.kf-btn_link,
.kf-btn_enter {
  width: 3.75em;
  height: 2.25em;
}

.kf-btn_survey1,
.kf-btn_survey2 {
  width: 4.5em;
  height: 2.25em;
}

.kf-btn_md {
  width: 90px;
  height: 2.25em;
}

.kf-heart-btn {
  width: 30px;
  height: 30px;
  margin-left: .5em;
}

.kf-ebook {
  padding: 1rem 0 2rem 0;
}
.kf-ebook-btn {
  padding: .35em 1em;
}
.kf-ebook-btn i {
  margin-right: .5em;
}

/*-----------------------------$ 行動版480以下------------------------------*/
@media only screen and (max-width: 30em) {
  .kf-btn__md1 {
    width: 20%;
  }

  .kf-btn__md4 {
    width: 220px !important;
  }

  .kf-btn_post,
  .kf-btn_link,
  .kf-btn_enter,
  .kf-btn_survey1,
  .kf-btn_survey2 {
    width: 6.25em;
    height: 3.125em;
  }

  .kf-btn_md {
    width: 29%;
  }

  .kf-ebook {
    text-align: center;
  }
}
/*-------------------------------------------------------------------------------*\

    $分頁項目

\*-------------------------------------------------------------------------------*/
.kf-paginator {
  position: relative;
  padding: 2.5em 0;
}

.kf-pagination {
  width: 100%;
  text-align: center;
}
.kf-pagination li {
  display: inline-block;
  margin-right: .05em;
}
.kf-pagination a {
  display: inline-block;
  padding: .5em .7em;
}

.kf-paginator_number {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
}

/*--------------------------------$ 672以下---------------------------------*/
@media only screen and (max-width: 42em) {
  nav[role="navigation"] {
    width: 100%;
    text-align: center;
  }
}
/*-----------------------------$ 行動版480以下------------------------------*/
@media only screen and (max-width: 30em) {
  .kf-paginator_number {
    display: none;
  }

  .kf-pagination {
    width: 100%;
  }
  .kf-pagination li {
    display: none;
  }
  .kf-pagination li.kf-paginator_btn {
    display: inline-block;
  }
  .kf-pagination a {
    padding: .7em .65em;
  }
  .kf-pagination .kf-paginator_btn:first-of-type a::before {
    content: '\00ab  ';
  }
  .kf-pagination .kf-paginator_btn:last-of-type a::after {
    content: ' \00bb';
  }
}
/*-------------------------------------------------------------------------------*\

    $內頁共用模組

\*-------------------------------------------------------------------------------*/
/* 內頁標題 */
.kf-titlebar {
  padding-bottom: 1.5em;
}

.kf-post-title {
  padding-top: .55em;
  padding-left: 1em;
}

.kf-countbar {
  text-align: right;
  padding: 1.5rem 0 .5rem 0;
}

.kf-count_icon {
  padding-left: 1.5em;
  margin-left: 1em;
}

.kf-count-link {
  color: #5ea4f4;
}
.kf-count-link:hover {
  text-decoration: underline;
}

/* rss 語音 */
.kf-rss-tools {
  text-align: right;
  padding: .5rem 0 1.5rem 0;
}
.kf-rss-tools > a {
  padding: .25rem .75rem;
}
.kf-rss-tools > a i {
  margin-right: .5rem;
}

/* 內容項目 */
.kf-detail-p {
  padding-bottom: 1.5em;
  word-wrap: break-word;
}

.kf-detail-imgwrap {
  text-align: center;
}
.kf-detail-imgwrap img {
  max-width: 80%;
  max-height: 20em;
  margin: 0 .75em 1.5em .75em;
  vertical-align: bottom;
}

/* 相關連結&下載 */
.kf-relate_tit {
  padding-left: 1.85em;
  background-size: 24px !important;
}

.kf-relare_ol {
  padding: .75em 0 .75em 2.25em;
  list-style-type: decimal;
  list-style-position: inside;
}
.kf-relare_ol a {
  line-height: 1.75em;
  text-decoration: underline;
}

/* 圖片&相關簡介 */
.kf-row {
  padding: 1.25em 0;
}

.kf-detail-gallery:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.kf-detail-gallery li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.kf-detail-gallery li:nth-child(4n) {
  margin-right: 0;
}
.kf-detail-gallery a {
  display: block;
  padding: .75em;
}
.kf-detail-gallery a:hover {
  transition-duration: 0.5s;
}
.kf-detail-gallery a:hover figcaption {
  transition-duration: 0.5s;
}

.kf-detail_figure {
  width: 100%;
  text-align: center;
}
.kf-detail_figure img {
  width: auto;
  height: 6.25em;
  vertical-align: bottom;
}

.kf-detail_figcaption {
  padding: .75em 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 語音導覽*/
.kf-voice {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #f2f2f2;
}
.kf-voice_btn {
  display: block;
  width: 130px;
  padding: .5rem 1rem;
  color: #5ea4f4;
  text-align: center;
  border: 1px solid #5ea4f4;
  border-radius: 4px;
}
.kf-voice_btn:hover {
  color: #fff;
  background: #5ea4f4;
}
.kf-voice_btn i {
  margin-right: .5rem;
}
.kf-voice > p {
  padding-top: 1rem;
  color: #555555;
  line-height: 1.5;
  text-align: left;
}

/* 延伸閱讀*/
.kf-extend {
  margin-bottom: 2rem;
}
.kf-extend-tag {
  display: inline-block;
  padding: .25rem .5rem;
  margin-right: .5rem;
}
.kf-extend-tag i {
  margin-right: .5rem;
}
.kf-extend span {
  display: inline-block;
  padding: .35rem .25rem .35rem 0;
}
.kf-extend span:after {
  content: " ·";
  padding: 0 .25rem;
}
.kf-extend span:last-child:after {
  display: none;
}
.kf-extend span a {
  word-wrap: break-word;
  word-break: break-all;
}

/* QRcode*/
.kf-QR-wrap figure:after {
  margin-right: 0;
}

.kf-QR {
  display: inline-block;
  width: 110px;
  margin-right: .5rem;
  text-align: center;
  vertical-align: text-top;
}
.kf-QR figcaption {
  display: inline-block;
  padding: .5rem 0;
  text-align: left;
}

/* 內頁頁腳*/
.kf-foot_time {
  text-align: right;
}

.kf-foot_btnbar {
  padding: 1.875em 0;
  text-align: center;
}
.kf-foot_btnbar input, .kf-foot_btnbar button {
  margin: 0 .5em;
  line-height: 2.25em;
}
.kf-foot_btnbar > a {
  display: inline-block;
  margin: 0 .5em;
  text-align: center;
  line-height: 2.25em;
}

/*-----------------------------$ 行動版608以下------------------------------*/
@media only screen and (max-width: 38em) {
  .kf-detail-gallery li {
    width: 32%;
  }
  .kf-detail-gallery li:nth-child(3n) {
    margin-right: 0;
  }
  .kf-detail-gallery li:nth-child(4n) {
    margin-right: 2%;
  }

  .kf-foot_btnbar input, .kf-foot_btnbar button, .kf-foot_btnbar > a {
    width: 30%;
    height: 2.75em;
    line-height: 2.75em;
    transition: 1s;
  }
}
/*-----------------------------$ 行動版480以下------------------------------*/
@media only screen and (max-width: 30em) {
  .kf-countbar {
    text-align: left;
  }

  .kf-count_icon {
    padding-left: 1em;
    margin-left: 0em;
    margin-right: 2%;
  }

  .kf-rss-tools {
    text-align: left;
  }

  .kf-detail-imgwrap img {
    max-width: 100%;
    margin: 0 0 1.5em 0;
  }

  .kf-detail-gallery li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .kf-detail-gallery li:nth-child(3n) {
    margin-right: 3%;
  }
  .kf-detail-gallery li:nth-child(even) {
    margin-right: 0;
  }

  .kf-foot_time {
    text-align: left;
  }

  .kf-foot_btnbar input, .kf-foot_btnbar button, .kf-foot_btnbar > a {
    width: 30%;
    height: 2.75em;
    line-height: 2.75em;
  }

  .kf-voice {
    text-align: center;
  }
  .kf-voice_btn {
    margin: 0 auto;
  }
}
/*-------------------------------------------------------------------------------*\

     $breadcrumbs

\*-------------------------------------------------------------------------------*/
.kf-breadcrumbs {
  padding: 1em 2.5% 0 2.5%;
}

.kf-breadcrumbs-ul {
  padding: .5em;
}
.kf-breadcrumbs-ul li {
  display: inline;
  font-size: 0.9375em;
  letter-spacing: .15em;
  line-height: 1.5;
}
.kf-breadcrumbs-ul li a {
  color: #5ea4f4;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.kf-breadcrumbs-ul li a:hover {
  color: #ffa248;
  text-decoration: underline;
}
.kf-breadcrumbs-ul li:before {
  content: "/";
  padding: 0 .5em;
  color: #5ea4f4;
}
.kf-breadcrumbs-ul li:first-child:before {
  content: "";
  padding: 0;
}
