@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap);
/*-------------------------------------------*\
  iehack.scss

  Use
  @include hack($IE-ver),目前使用IE10以上
\*-------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*    $Base                                                                                    */
/*-------------------------------------------------------------------------------*/
body {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body, form {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-------------------------------------------------------------------------------*/
/*    $Button                                                                                  */
/*-------------------------------------------------------------------------------*/
.kf_btn {
  display: inline-block;
  padding: 0.63rem 1rem;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border: 0.0625rem solid transparent;
}
.kf_btn i {
  margin-right: 0.25rem;
}
.kf_btn-space {
  margin: 0.25rem;
}
@media print {
  .kf_btn {
    border: 1px solid #afacac;
  }
}
.kf_btn:focus {
  outline: 2px dotted #bfa6ff;
}

a.kf_btn:hover, a.kf_btn:focus {
  text-decoration: none !important;
}

.kf_btn-lg {
  width: 160px;
}

.kf_btn_round {
  padding: 0;
  border-radius: 50%;
}

.kf_btn_wrap {
  text-align: center;
}
.kf_btn_wrap input, .kf_btn_wrap a {
  margin: 0.25rem 0;
  min-width: 100px;
}
@media (min-width: 576px) {
  .kf_btn_wrap input, .kf_btn_wrap a {
    margin: 0 0.25rem;
  }
}

.kf_btn-c1 {
  color: white !important;
  background-color: #b21d23;
}
.kf_btn-c1:focus, .kf_btn-c1:hover {
  background-color: #86161a;
}
.kf_btn-c1:active {
  background-color: #440b0d;
}

.kf_btn-c1.kf_outlined {
  color: #b21d23 !important;
  background-color: transparent;
  border-color: #b21d23;
}
.kf_btn-c1.kf_outlined:hover, .kf_btn-c1.kf_outlined:focus {
  color: white !important;
  background-color: #b21d23;
}

.kf_btn-c2 {
  color: white !important;
  background-color: #975f14;
}
.kf_btn-c2:focus, .kf_btn-c2:hover {
  background-color: #6a430e;
}
.kf_btn-c2:active {
  background-color: #261805;
}

.kf_btn-c2.kf_outlined {
  color: #975f14 !important;
  background-color: transparent;
  border-color: #975f14;
}
.kf_btn-c2.kf_outlined:hover, .kf_btn-c2.kf_outlined:focus {
  color: white !important;
  background-color: #975f14;
}

.kf_btn-c3 {
  color: white !important;
  background-color: #b21d23;
}
.kf_btn-c3:focus, .kf_btn-c3:hover {
  background-color: #86161a;
}
.kf_btn-c3:active {
  background-color: #440b0d;
}

.kf_btn-c3.kf_outlined {
  color: #b21d23 !important;
  background-color: transparent;
  border-color: #b21d23;
}
.kf_btn-c3.kf_outlined:hover, .kf_btn-c3.kf_outlined:focus {
  color: white !important;
  background-color: #b21d23;
}

/*-------------------------------------------------------------------------------*/
/*    $Form                                                                                    */
/*-------------------------------------------------------------------------------*/
abbr.kf_required {
  display: inline-block;
  margin-right: 0.25rem;
  border: 0 !important;
  color: #d20c0c;
  text-decoration: none;
  vertical-align: middle;
}
abbr.kf_required + .kf_fm_label {
  padding: 0.95rem 0 0.95rem 0.75rem !important;
}

.kf_invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.kf_fm_control {
  width: 100%;
  padding: 0.725rem 1.75rem 0.725rem 0.75rem;
  font-size: 1em;
  font-weight: normal;
  color: #484646;
  border: 1px solid #bbb9b8;
  outline: none;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.kf_fm_control:hover, .kf_fm_control:focus {
  border: 1px solid #b21d23;
  background-color: #ffffec;
  -webkit-box-shadow: -3px -3px 0px #bfa6ff, 3px 3px 0px #bfa6ff, 3px -3px 0px #bfa6ff, -3px 3px 0px #bfa6ff;
          box-shadow: -3px -3px 0px #bfa6ff, 3px 3px 0px #bfa6ff, 3px -3px 0px #bfa6ff, -3px 3px 0px #bfa6ff;
}
.kf_fm_control::-webkit-input-placeholder {
  color: #484646;
}
.kf_fm_control:-ms-input-placeholder {
  color: #484646;
}

select::-ms-expand {
  display: none;
}

.kf_select {
  background: url("../../images/module/kf_select_arrow.png") 98% center no-repeat white;
  background-size: 0.5rem 0.4rem;
  -webkit-appearance: none;
}

.kf_fm_group {
  margin-top: 1rem;
  color: #202020;
}
.kf_fm_group::after {
  content: "";
  display: table;
  clear: both;
}
.kf_fm_group.kf_radio label, .kf_fm_group.kf_checkbox label {
  display: inline-block;
}
.kf_fm_group.kf_radio label:not(:last-child), .kf_fm_group.kf_checkbox label:not(:last-child) {
  margin-bottom: 0.75rem;
}
.kf_fm_group.kf_radio .kf_input-sm, .kf_fm_group.kf_checkbox .kf_input-sm {
  margin-top: 0.75rem;
  max-width: 150px;
}
.kf_fm_group .kf_btn_wrap {
  padding: 2rem 0;
}
.kf_fm_group + .kf_hr-dashed {
  margin: 2rem 0;
}

.kf_form-inside::after {
  content: "";
  display: table;
  clear: both;
}
.kf_form-dark {
  padding: 1rem 1rem 3rem;
  background-color: rgba(225, 225, 224, 0.5);
}
@media (min-width: 813px) {
  .kf_form-dark {
    padding: 2rem 3rem 3rem;
  }
}

.kf_fm_row {
  margin-bottom: 1rem;
}
@media (min-width: 813px) {
  .kf_fm_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.kf_fm_row + .kf_hr-dashed {
  margin: 2rem 0;
}
.kf_fm_col {
  position: relative;
  width: 100%;
}
.kf_fm_col:nth-child(2) {
  text-align: left;
  width: 100%;
}
.kf_fm_label {
  padding: 0.95rem 0 0.95rem 0;
  display: inline-block;
}
.kf_fm_ct {
  display: block;
}
.kf_fm_ct::after {
  content: "";
  display: table;
  clear: both;
}
.kf_fm_ct label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.kf_fm_ct a:not(.kf_btn), .kf_fm_ct .kf_fm_txt {
  padding: 0.95rem 0 0.95rem 0;
  display: inline-block;
}
.kf_fm_ct input[type=file] {
  padding: 0.275rem;
  cursor: pointer;
}
.kf_fm_ct input[type=file]::-webkit-file-upload-button {
  padding: 0.5rem 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  border: 0;
  border-radius: 0.25rem;
  background-color: #b21d23;
}
.kf_fm_ct input[type=file]::-ms-browse {
  padding: 0.5rem 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  border: 0;
  border-radius: 0.25rem;
  background-color: #b21d23;
}
@media (min-width: 576px) {
  .kf_fm_cr {
    padding: 0.275rem 0 0;
  }
}
.kf_fm_cr input[type=radio], .kf_fm_cr input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.kf_fm_cr input[type=radio] + label, .kf_fm_cr input[type=checkbox] + label {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  padding: 0.75rem 0 0.75rem 25px;
  color: #202020;
  line-height: 1.1;
  cursor: pointer;
}
.kf_fm_cr input[type=radio] + label:before, .kf_fm_cr input[type=radio] + label:after, .kf_fm_cr input[type=checkbox] + label:before, .kf_fm_cr input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 1px;
  top: 12px;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: middle;
  border: 1px solid #afacac;
}
.kf_fm_cr input[type=radio] + label:hover, .kf_fm_cr input[type=checkbox] + label:hover {
  color: #b21d23;
}
.kf_fm_cr input[type=radio]:focus + label:before, .kf_fm_cr input[type=checkbox]:focus + label:before {
  outline: 1px dotted #b21d23;
}
.kf_fm_cr input[type=radio]:checked + label:before, .kf_fm_cr input[type=checkbox]:checked + label:before {
  border: 1px solid #b21d23;
}
.kf_fm_cr input[type=radio]:checked + label:after, .kf_fm_cr input[type=checkbox]:checked + label:after {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  left: 4px;
  background: #b21d23;
  border: 0;
}
.kf_fm_sq input[type=radio] + label:before, .kf_fm_sq input[type=radio] + label:after, .kf_fm_sq input[type=checkbox] + label:before, .kf_fm_sq input[type=checkbox] + label:after {
  border-radius: 3px;
}
.kf_fm_sq input[type=radio]:checked + label:after, .kf_fm_sq input[type=checkbox]:checked + label:after {
  background: none;
  content: "✔";
  top: 9px;
}
.kf_fm_alignleft input[type=radio] + label, .kf_fm_alignleft input[type=checkbox] + label {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .kf_fm_avg input:last-child, .kf_fm_avg input:nth-of-type(2), .kf_fm_avg select:last-child, .kf_fm_avg select:nth-of-type(2) {
    margin-right: 0;
  }
}
@media (min-width: 813px) {
  .kf_fm_avg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -0.5rem;
  }
  .kf_fm_avg .kf_fm_control {
    margin-right: 0.5rem;
  }
  .kf_fm_avg .kf_fm_control:last-child, .kf_fm_avg .kf_fm_control:nth-of-type(2) {
    margin-right: 0.5rem;
  }
}
@media (max-width: 575px) {
  .kf_fm_avg-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kf_fm_avg-xs > .kf_fm_control {
    margin-right: 0.5rem;
  }
  .kf_fm_avg-xs > .kf_fm_control:nth-last-child(1), .kf_fm_avg-xs > .kf_fm_control:nth-last-child(2) {
    margin-right: 0 !important;
  }
  .kf_fm_avg-xs .kf_fm_symbol {
    padding: 0.95rem 0 !important;
  }
}
@media (min-width: 576px) {
  .kf_fm_avgs input:nth-last-of-type(1), .kf_fm_avgs select:nth-last-of-type(1) {
    margin-right: 0;
  }
}
.kf_fm-hit {
  display: inline-block;
  padding: 0.125rem 0;
  line-height: 1.2;
}
.kf_fm_filebox {
  overflow: hidden;
  width: 100%;
  text-align: left !important;
  padding: 0.5rem 0;
}
.kf_fm_symbol {
  position: relative !important;
  float: left;
  padding: 0 0 0.95rem !important;
  margin: 0 0.5rem 0 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: inherit;
}
@media (min-width: 576px) {
  .kf_fm_symbol {
    padding: 0.95rem 0 !important;
  }
}
.kf_fm_validate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kf_fm_validate input[type=image] {
  margin-bottom: 0.75rem;
  border: 1px solid #bbb9b9;
}
.kf_fm_validate input:not(:first-child),
.kf_fm_validate a[class^=kf_btn],
.kf_fm_validate span {
  margin-top: 0.5rem;
}

@media (min-width: 813px) {
  .kf_form-flex .kf_fm_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kf_form-flex .kf_fm_col {
    min-width: 10rem;
  }
  .kf_form-flex .kf_fm_col:nth-child(1) {
    width: 10rem;
    text-align: right;
    padding-right: 0.75rem;
    color: #202020;
  }
}
.kf_fm-r input[type=file] {
  padding: 0.25rem;
  cursor: pointer;
}
.kf_fm-r input[type=file]::-webkit-file-upload-button {
  padding: 0.5rem 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  border: 0;
  border-radius: 0.25rem;
  background-color: #b21d23;
}
.kf_fm-r input[type=file]::-ms-browse {
  padding: 0.5rem 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  border: 0;
  border-radius: 0.25rem;
  background-color: #b21d23;
}
.kf_fm-r.kf_radio label,
.kf_fm-r.kf_radio input[type=radio],
.kf_fm-r.kf_radio input[type=checkbox], .kf_fm-r.kf_checkbox label,
.kf_fm-r.kf_checkbox input[type=radio],
.kf_fm-r.kf_checkbox input[type=checkbox] {
  margin: 0.75rem 0;
}

.kf_validate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kf_validate input:not(:first-child),
.kf_validate a[class^=kf_btn],
.kf_validate span {
  margin-top: 0.5rem;
}
.kf_validate input[type=image] {
  border: 1px solid #bbb9b9;
}

div[data-errors-for] {
  padding-top: 0.25rem;
}

.kf_fm-error {
  color: #a20909;
}

@media (min-width: 576px) {
  .kf_form-inside {
    width: 100%;
    margin: 0 auto;
  }
  .kf_fm_group.kf_radio .kf_input-sm, .kf_fm_group.kf_checkbox .kf_input-sm {
    margin-top: 0;
    margin-left: 0.25rem;
  }
  .kf_input {
    margin-right: 4px;
  }
  .kf_input-xs, .kf_input-sm, .kf_input-md, .kf_input-lg {
    float: left;
    margin-right: 0.5rem;
  }
  .kf_input-xs {
    width: 3.85rem;
  }
  .kf_input-sm {
    width: calc(25% - 4px);
  }
  .kf_input-md {
    width: calc(50% - 4px);
  }
  .kf_input-lg {
    width: calc(75% - 4px);
  }
  .kf_fm-l {
    width: 140px;
    padding: 0.7rem;
    text-align: right;
  }
  .kf_fm-l .kf_icon-pl {
    margin-right: -0.725rem;
  }
  .kf_fm-r {
    width: calc(100% - 140px);
  }
  .kf_fm-r > a:not(.kf_btn) {
    padding: 0.725rem 0;
  }
  .kf_fm-hit,
div[data-errors-for] {
    display: block;
  }
  .kf_validate div[data-errors-for] {
    margin-left: 0;
    padding-top: 0;
  }
}
@media print {
  .kf_form-inside {
    width: 80%;
    margin: 0 auto;
  }
  .kf_fm_group.kf_radio .kf_input-sm, .kf_fm_group.kf_checkbox .kf_input-sm {
    margin-top: 0;
    margin-left: 0.25rem;
  }
  .kf_input-sm {
    display: inline-block;
    width: 25%;
  }
  .kf_input-md {
    width: 50%;
  }
  .kf_fm-l {
    width: 140px;
    padding: 0.7rem;
    text-align: right;
  }
  .kf_fm-r {
    width: calc(100% - 140px);
  }
  .kf_fm-r > a:not(.kf_btn) {
    padding: 0.725rem 0;
  }
  div[data-errors-for] {
    margin-left: 140px;
  }
  .kf_validate div[data-errors-for] {
    margin-left: 0;
    padding-top: 0;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $Breadcrumbs                                                                      */
/*-------------------------------------------------------------------------------*/
.kf_breadcrumbs_ul, .kf_breadcrumbs {
  padding: 0.5rem;
}

.kf_breadcrumbs_ul li {
  display: inline;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15rem;
}
.kf_breadcrumbs_ul li:before {
  content: "/";
  padding: 0 0.25rem;
  color: #b21d23;
}
.kf_breadcrumbs_ul li:first-child:before {
  content: "";
}
.kf_breadcrumbs_ul a {
  color: #b21d23;
}
.kf_breadcrumbs_ul a:hover, .kf_breadcrumbs_ul a:focus {
  color: #ffb91d;
  text-decoration: underline;
}

@media (min-width: 576px) {
  .kf_breadcrumbs_ul {
    padding-bottom: 0;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $Paginator                                                                             */
/*-------------------------------------------------------------------------------*/
.kf_paginator {
  padding: 1.5rem 0;
  font-size: 0.875em;
}
@media (min-width: 813px) {
  .kf_paginator {
    padding: 4rem 0 2rem;
  }
}

.kf_pagination {
  text-align: center;
}
.kf_pagination::after {
  content: "";
  display: table;
  clear: both;
}
.kf_pagination li {
  display: none;
}
@media (min-width: 813px) {
  .kf_pagination li {
    display: inline-block;
  }
}
.kf_pagination li[class^=kf_page] {
  display: inline-block;
}
.kf_pagination a {
  display: block;
  padding: 0.75rem 0.5rem;
  color: #202020;
  border: 1px solid #b7b4b4;
  outline: none;
}
.kf_pagination a:hover, .kf_pagination a:focus {
  background-color: #d0cece;
}
@media (min-width: 813px) {
  .kf_pagination a {
    padding: 0.75rem 1rem;
  }
  .kf_pagination a:focus {
    outline: 2px dotted #bfa6ff;
  }
}
.kf_pagination .active a {
  color: white;
  border: 1px solid #b21d23;
  background-color: #b21d23;
}

.kf_paginator_date {
  display: none;
}
@media (min-width: 576px) {
  .kf_paginator_date {
    display: block;
    padding: 1rem;
    text-align: center;
    letter-spacing: 0.125rem;
    color: #202020;
  }
}

@media print {
  .kf_pagination li {
    display: inline-block;
  }
  .kf_paginator_date {
    padding: 1rem;
    display: block;
    text-align: center;
    color: #202020;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $Searchbar                                                                            */
/*-------------------------------------------------------------------------------*/
.kf_search {
  padding: 0.75rem;
}
.kf_search::after {
  content: "";
  display: table;
  clear: both;
}
.kf_search-bg_dark {
  background-color: #e1e1e0;
}
.kf_search input[type=submit] {
  min-height: calc(2.7rem + 3px);
}
.kf_search + .kf_row .kf_div_table {
  border-top: none;
}
.kf_search > .kf_search_tit {
  margin: 0 0.5rem;
}
.kf_search .kf_fm_control {
  margin-bottom: 0 !important;
}

.kf_search_row {
  margin: 0.5rem;
}

.kf_search_col {
  padding: 0.5rem;
}
.kf_search_col-ib {
  padding: 0.5rem;
  text-align: center;
}

.kf_search_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kf_search_inner input[type=text] {
  margin-right: 1rem;
}

.kf_search_tit {
  display: block;
  padding: 0.5rem 0;
  padding-left: 1rem;
  background-position: left center !important;
}

.kf_search_date::after {
  content: "";
  display: table;
  clear: both;
}
.kf_search_date input[type=text],
.kf_search_date span {
  float: left;
}
.kf_search_date input[type=text] {
  width: calc(50% - 1rem);
}
.kf_search_date span {
  width: 2rem;
  padding: 0.65rem 0;
  text-align: center;
}

@media (min-width: 576px) {
  .kf_search {
    padding: 1.75rem;
  }
  .kf_search_col {
    float: left;
    width: 25%;
  }
  .kf_search_col-ib {
    display: inline-block;
  }
  .kf_search_col.kf_search_date {
    width: 50%;
  }
  .kf_search_inner {
    width: calc(30% + 90px + 1rem);
  }
}
@media print {
  .kf_search-bg_dark {
    background-color: transparent;
  }
  .kf_search_col {
    float: left;
    width: 25%;
  }
  .kf_search_col-ib {
    display: inline-block;
  }
  .kf_search_col.kf_search_date {
    width: 50%;
  }
  .kf_search_inner {
    width: calc(25% + 90px + 1rem);
  }
}
/*-------------------------------------------------------------------------------*/
/*    $List                                                                                       */
/*-------------------------------------------------------------------------------*/
.kf_div_table {
  color: #202020;
  border-top: 1px solid #b7b4b4;
}

@media (max-width: 575px) {
  .kf_div_td:not(:first-child) {
    padding-top: 0.5rem;
    background-position: left 0.6rem;
  }
}
.kf_div_td a i {
  margin: 0 0.5rem;
}

.kf_div_body .kf_div_tr {
  padding: 1rem;
}
@media (min-width: 576px) {
  .kf_div_body .kf_div_tr {
    padding: 0;
  }
}

.kf_div_body .kf_list:hover, .kf_div_body .kf_list:focus {
  background-color: rgba(225, 225, 224, 0.25);
}

.kf_list {
  border-bottom: 1px solid #b7b4b4;
}
@media (min-width: 576px) {
  .kf_list {
    border-bottom: 1px dashed #b7b4b4 !important;
  }
}

@media (min-width: 576px) {
  .kf_div_table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.2;
  }
  .kf_div_head, .kf_div_body {
    vertical-align: middle;
    border-color: inherit;
  }
  .kf_div_head {
    display: table-header-group;
    color: #b21d23;
    border-top: 1px solid #b21d23;
    border-bottom: 1px solid #b21d23;
  }
  .kf_div_body {
    display: table-row-group;
  }
  .kf_div_tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  .kf_div_th, .kf_div_td {
    display: table-cell;
    padding: 1em 0.5rem;
    vertical-align: inherit;
    text-align: center;
  }
}
.kf_div_tit {
  text-align: left;
}
.kf_div_tit a {
  color: #202020 !important;
}
.kf_div_tit a:hover, .kf_div_tit a:focus {
  color: #c01c27 !important;
  text-decoration: none !important;
}

.kf_div_tit-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .kf_div_tit-truncate {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .kf_div_number::before, .kf_div_no::before {
    content: attr(data-label);
    display: inline-block;
    color: #b21d23;
  }
  .kf_div_no {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.875em;
  }
  .kf_div_sector {
    display: inline-block;
    min-width: 100px;
    margin: 0.5rem 0.5rem 0 0;
    padding: 0.325rem !important;
    text-align: center;
    color: white;
    background-color: #b21d23;
  }
  .kf_div_date, .kf_div_writer {
    display: inline-block;
    margin-right: 0.5rem;
    padding-left: 1.25rem;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
  }
  .kf_div_date {
    background-image: url("../../images/module/kf_icon_calendar.gif");
  }
  .kf_div_writer {
    background-image: url("../../images/module/kf_icon_writer.gif");
  }
  .kf_div_number {
    display: inline-block;
  }
  .kf_div_format {
    padding: 0.5rem 0;
  }
}
.kf_dload {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0.25rem;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 576px) {
  .kf_dload {
    width: 26px;
    height: 26px;
    margin: 0;
  }
}

.kf_dload-pdf {
  background-image: url(../../images/module/kf_dload_pdf.svg);
}
.kf_dload-pdf:hover, .kf_dload-pdf:focus {
  background-image: url(../../images/module/kf_dload_pdf-hover.svg);
}

.kf_dload-xlsx {
  background-image: url(../../images/module/kf_dload_xlsx.svg);
}
.kf_dload-xlsx:hover, .kf_dload-xlsx:focus {
  background-image: url(../../images/module/kf_dload_xlsx-hover.svg);
}

.kf_dload-odf {
  background-image: url(../../images/module/kf_dload_odf.svg);
}
.kf_dload-odf:hover, .kf_dload-odf:focus {
  background-image: url(../../images/module/kf_dload_odf-hover.svg);
}

.kf_dload-ppt {
  background-image: url(../../images/module/kf_dload_ppt.svg);
}
.kf_dload-ppt:hover, .kf_dload-ppt:focus {
  background-image: url(../../images/module/kf_dload_ppt-hover.svg);
}

.kf_dload-doc {
  background-image: url(../../images/module/kf_dload_doc.svg);
}
.kf_dload-doc:hover, .kf_dload-doc:focus {
  background-image: url(../../images/module/kf_dload_doc-hover.svg);
}

.kf_dload-txt {
  background-image: url(../../images/module/kf_dload_txt.svg);
}
.kf_dload-txt:hover, .kf_dload-txt:focus {
  background-image: url(../../images/module/kf_dload_txt-hover.svg);
}

.kf_dload-zip {
  background-image: url(../../images/module/kf_dload_zip.svg);
}
.kf_dload-zip:hover, .kf_dload-zip:focus {
  background-image: url(../../images/module/kf_dload_zip-hover.svg);
}

.kf_dload-other {
  background-image: url(../../images/module/kf_dload_other.svg);
}
.kf_dload-other:hover, .kf_dload-other:focus {
  background-image: url(../../images/module/kf_dload_other-hover.svg);
}

@media (min-width: 576px) {
  .kf_tb_col-6 {
    width: 60px;
  }
  .kf_tb_col-8 {
    width: 80px;
  }
  .kf_tb_col-10 {
    width: 100px;
  }
  .kf_tb_col-12 {
    width: 120px;
  }
  .kf_tb_col-15 {
    width: 150px;
  }
  .kf_tb_col-20 {
    width: 200px;
  }
}
@media print {
  .kf_div_table {
    display: table !important;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.2;
  }
  .kf_div_head, .kf_div_body {
    vertical-align: middle;
    border-color: inherit;
  }
  .kf_div_head {
    display: table-header-group !important;
    color: #b21d23;
    border-top: 1px solid #b21d23;
    border-bottom: 1px solid #b21d23;
  }
  .kf_div_body {
    display: table-row-group;
  }
  .kf_div_tr {
    display: table-row !important;
    vertical-align: inherit;
    border-color: inherit;
  }
  .kf_div_th, .kf_div_td {
    display: table-cell !important;
    padding: 1em 0.5rem !important;
    vertical-align: inherit;
    text-align: center;
  }
  .kf_div_td {
    color: #202020 !important;
  }
  .kf_div_td::before {
    display: none !important;
  }
  .kf_list {
    border-bottom: 1px dashed #b7b4b4 !important;
  }
  .kf_div_tit {
    text-align: left;
    white-space: normal;
  }
  .kf_div_sector {
    background-color: transparent;
  }
  .kf_div_date {
    background: none;
  }
  .kf_tb_col-8 {
    width: 80px;
  }
  .kf_tb_col-10 {
    width: 100px;
  }
  .kf_tb_col-12 {
    width: 120px;
  }
  .kf_tb_col-16 {
    width: 160px;
  }
  .kf_dload-pdf {
    position: relative;
    height: 24px;
  }
  .kf_dload-pdf:before {
    position: absolute;
    content: "pdf";
  }
  .kf_dload-xlsx {
    position: relative;
    height: 24px;
  }
  .kf_dload-xlsx:before {
    position: absolute;
    content: "xlsx";
  }
  .kf_dload-odf {
    position: relative;
    height: 24px;
  }
  .kf_dload-odf:before {
    position: absolute;
    content: "odf";
  }
  .kf_dload-ppt {
    position: relative;
    height: 24px;
  }
  .kf_dload-ppt:before {
    position: absolute;
    content: "ppt";
  }
  .kf_dload-doc {
    position: relative;
    height: 24px;
  }
  .kf_dload-doc:before {
    position: absolute;
    content: "doc";
  }
  .kf_dload-txt {
    position: relative;
    height: 24px;
  }
  .kf_dload-txt:before {
    position: absolute;
    content: "txt";
  }
  .kf_dload-zip {
    position: relative;
    height: 24px;
  }
  .kf_dload-zip:before {
    position: absolute;
    content: "zip";
  }
  .kf_dload-other {
    position: relative;
    height: 24px;
  }
  .kf_dload-other:before {
    position: absolute;
    content: "other";
  }
}
/*-------------------------------------------------------------------------------*/
/*    $List Images                                                                          */
/*-------------------------------------------------------------------------------*/
.kf_imglist-bd a, .kf_imglist a {
  display: block;
  color: #202020;
  line-height: 1.2;
}
.kf_imglist-bd a:hover, .kf_imglist a:hover, .kf_imglist-bd a:focus, .kf_imglist a:focus {
  outline: none;
}
.kf_imglist-bd a:hover .kf_imglist_tit, .kf_imglist a:hover .kf_imglist_tit, .kf_imglist-bd a:focus .kf_imglist_tit, .kf_imglist a:focus .kf_imglist_tit {
  color: #c01c27;
}
.kf_imglist-bd a:hover .kf_img::after, .kf_imglist a:hover .kf_img::after, .kf_imglist-bd a:focus .kf_img::after, .kf_imglist a:focus .kf_img::after {
  opacity: 0;
}
.kf_imglist-bd a:hover .kf_img img, .kf_imglist a:hover .kf_img img, .kf_imglist-bd a:focus .kf_img img, .kf_imglist a:focus .kf_img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.kf_imglist-bd a:hover .kf_imglist_more, .kf_imglist a:hover .kf_imglist_more, .kf_imglist-bd a:focus .kf_imglist_more, .kf_imglist a:focus .kf_imglist_more {
  background-position: right 0.25rem center;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.kf_imglist {
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .kf_imglist {
    padding: 0;
  }
}

.kf_imglist-bd {
  margin: 1rem;
  border: 1px solid #b7b4b4;
}
.kf_imglist-bd a {
  padding: 1rem;
}
@media (min-width: 576px) {
  .kf_imglist-bd {
    margin: 1rem 0;
  }
}

.kf_img {
  position: relative;
  overflow: hidden;
  background-color: whitesmoke;
}
.kf_img::after, .kf_img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.kf_img::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.15;
}
.kf_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.kf_img_inner {
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 1rem;
}
.kf_img_inner iframe, .kf_img_inner object, .kf_img_inner embed, .kf_img_inner video, .kf_img_inner div, .kf_img_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.kf_img_publish {
  float: left;
  width: 70px;
  height: 100px;
  background-size: cover !important;
}
.kf_img_publish + .kf_imglist_group {
  padding-left: 86px;
}

.kf_imglist_group::after {
  content: "";
  display: table;
  clear: both;
}
.kf_imglist_group p {
  line-height: 1.2;
  height: 2.5em;
  margin-bottom: 0.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kf_imglist_tit {
  margin: 0.5rem 0;
  color: black;
  font-size: 1.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.kf_imglist_tit-hot {
  position: relative;
  float: left;
  margin-right: 1rem;
  padding: 0.25rem;
  width: 3rem;
  background-color: #b21d23;
  border-radius: 50%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  color: white;
  font-weight: bold;
  text-align: center;
}
.kf_imglist_tit-hot:after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.5rem 0 0.5rem;
  border-color: #b21d23 transparent transparent transparent;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.kf_imglist_ul {
  display: inline-block;
  font-size: 0.875em;
}
.kf_imglist_ul::after {
  content: "";
  display: table;
  clear: both;
}
.kf_imglist_ul li {
  float: left;
  padding: 0.25rem 1rem;
}
@media (min-width: 576px) {
  .kf_imglist_ul li {
    float: none;
  }
}

.kf_imglist_time {
  display: block;
  color: #969291;
  padding-bottom: 0.5rem;
}
.kf_imglist_time + .kf_imglist_time {
  display: inline-block;
  margin-right: 0.25rem;
}

.kf_imglist_badge {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  color: white;
  background-color: #b21d23;
  border-radius: 0.25rem;
}

.kf_imglist_more {
  padding-right: 1.5rem;
  color: #b21d23;
  background-image: url(../../images/module/kf_icon-arrow.gif);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}

.kf_album_list a {
  display: block;
  padding: 1.75rem 0;
  border-bottom: 1px solid #b7b4b4;
}
.kf_album_list a:focus {
  outline: 2px dotted #bfa6ff;
}
@media (min-width: 576px) {
  .kf_album_list .kf_img {
    margin-bottom: 0;
  }
  .kf_album_list .kf_img_wrap {
    float: left;
    min-width: 280px;
    padding-right: 1.5rem;
  }
}

@media print {
  .kf_imglist {
    padding: 0;
  }
  .kf_imglist-bd {
    margin: 1rem 0;
  }
  .kf_album_list .kf_img {
    margin-bottom: 0;
  }
  .kf_album_list .kf_img_wrap {
    float: left;
    width: 220px;
  }
  .kf_album_list .kf_imglist_group {
    padding-left: 236px;
  }
  .kf_imglist_ul li {
    float: none;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $Noimg                                                                                  */
/*-------------------------------------------------------------------------------*/
.noimg {
  background: #d4d3d3 url(../../images/module/no_image.svg) center center no-repeat;
}

@media print {
  .noimg {
    border: 1px solid #d4d3d3;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $UL                                                                                        */
/*-------------------------------------------------------------------------------*/
.kf_ul li {
  padding: 0.25rem 0;
  padding-left: 1rem;
  color: #202020;
  line-height: 1.2;
  background-image: url(../../images/module/kf_icon_list-disc01.gif);
  background-repeat: no-repeat;
  background-position: left 0.5rem;
}
.kf_ul span {
  display: block;
}
.kf_ul span:first-child {
  float: left;
  width: 5.25rem;
}
.kf_ul span:last-child {
  margin-left: 5.25rem;
}

/*-------------------------------------------------------------------------------*/
/*    $voicecode Page                                                                           */
/*-------------------------------------------------------------------------------*/
.kf_voicecode_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.kf_voicecode_inner {
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 813px) {
  .kf_voicecode_inner {
    margin: 0 auto 0;
  }
}

.kf_voicecode_tit {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7d0000;
  font-size: 3.75em;
  font-weight: bold;
}
@media (min-width: 576px) {
  .kf_voicecode_tit {
    font-size: 5.625em;
  }
}
.kf_voicecode_tit small {
  display: block;
  margin-top: 1rem;
  font-size: 40%;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.kf_voicecode_subtit {
  margin-top: 1rem;
}

.kf_voicecode_content {
  background: #d4d3d3;
  margin-top: 2rem;
  padding: 2rem 1rem;
  border-radius: 5px;
}

.kf_voicecode_s_tit {
  margin-bottom: 1rem;
}

.kf_voicecode_btn input {
  display: inline-block;
  padding: 0.375rem 1rem;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  color: white;
  background: #b21d23;
}
.kf_voicecode_btn input:hover, .kf_voicecode_btn input:focus {
  background: #86161a;
}
.kf_voicecode_btn input:focus {
  outline: 1px dotted #b21d23;
}

.kf_voicecode_foot {
  font-size: 0.875em;
  text-align: center;
}

.kf_voicecode_link {
  margin-top: 2.25rem;
}
.kf_voicecode_link a {
  border-radius: 100px;
  margin: 0 3px;
  display: inline-block;
  width: calc(50% - 9px);
  padding: 0.75rem 1rem;
  color: #975f14;
  border: 1px solid #d69956;
  font-size: 0.875em;
  margin-bottom: 10px;
}
.kf_voicecode_link a:hover, .kf_voicecode_link a:focus {
  color: white;
  background-color: #975f14;
  border: 1px solid #d69956;
}
.kf_voicecode_link a:focus {
  outline: 1px dotted #975f14;
}
.kf_voicecode_link a.kf_voicecode_full {
  width: calc(100% - 8px);
}

.kf_voicecode_info {
  margin-top: 1.25rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}
.kf_voicecode_info li {
  display: block;
}

.kf_voicecode_foot_mark {
  padding: 1rem 0;
}
.kf_voicecode_foot_mark a {
  margin: 0.5rem;
}

/*-------------------------------------------------------------------------------*/
/*    $Search_unit                                                               */
/*-------------------------------------------------------------------------------*/
.kf_search_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75rem;
  background: #e1e1e0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 576px) {
  .kf_search_unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 813px) {
  .kf_search_unit {
    padding: 1.75rem;
  }
}
.kf_search_unit_bar {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .kf_search_unit_bar {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .kf_search_unit_bar {
    width: 50%;
  }
}
.kf_search_unit_bar label {
  position: absolute;
  color: transparent;
  pointer-events: none;
}
.kf_search_unit_bar .kf_fm_control {
  margin-bottom: 0;
}
.kf_search_unit_fold {
  display: none;
  height: 0;
}
.kf_search_unit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25rem;
}
@media (min-width: 576px) {
  .kf_search_unit_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.kf_search_unit_clear, .kf_search_unit_submit, .kf_search_unit_more {
  margin: 0 0.25rem;
  vertical-align: baseline;
  padding: 0.63rem 1rem;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border: 0.0625rem solid transparent;
  background: #b21d23;
  color: white;
}
.kf_search_unit_clear i, .kf_search_unit_submit i, .kf_search_unit_more i {
  margin-right: 0.25rem;
}
.kf_search_unit_clear:hover, .kf_search_unit_clear:focus, .kf_search_unit_submit:hover, .kf_search_unit_submit:focus, .kf_search_unit_more:hover, .kf_search_unit_more:focus {
  background: #86161a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.kf_search_unit_clear:focus, .kf_search_unit_submit:focus, .kf_search_unit_more:focus {
  outline: 3px dotted #bfa6ff;
}
.kf_search_unit_clear {
  display: none;
}
.kf_search_unit_more {
  background: #975f14;
}
.kf_search_unit_more:hover, .kf_search_unit_more:focus {
  background: #6a430e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.unit-open {
  position: relative;
  display: block;
  padding: 3.5rem 1.5rem 3rem;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.unit-open::after {
  content: "";
  display: table;
  clear: both;
}
.unit-open .kf_search_unit_bar {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .unit-open .kf_search_unit_bar {
    width: 100%;
  }
}
.unit-open .kf_search_unit_bar label {
  display: block;
  position: inherit;
  color: #484646;
  margin-bottom: 0.95rem;
}
.unit-open .kf_search_unit_btn {
  display: block;
  text-align: center;
}
.unit-open .kf_search_unit_fold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .unit-open .kf_search_unit_fold {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.unit-open .kf_search_unit_clear, .unit-open .kf_search_unit_submit, .unit-open .kf_search_unit_more {
  display: inline-block;
  width: auto;
  min-width: 100px;
}
.unit-open .kf_search_unit_more {
  position: absolute;
  top: 0.75rem;
  right: 0;
  background: transparent;
  color: #b21d23;
}
.unit-open .kf_search_unit_more:before, .unit-open .kf_search_unit_more:after {
  position: absolute;
  top: 1.275rem;
  left: 0.5rem;
  content: "";
  width: 20px;
  height: 1px;
  background: #b21d23;
}
.unit-open .kf_search_unit_more:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.unit-open .kf_search_unit_more:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.unit-open .kf_fm_row {
  display: block !important;
}
.unit-open .kf_fm_row > .kf_fm_col:nth-child(1) {
  text-align: left !important;
  width: 100%;
}
@media (min-width: 992px) {
  .unit-open .kf_fm_row {
    width: 50%;
  }
  .unit-open .kf_fm_row:nth-child(1) {
    padding-right: 0.5rem;
  }
  .unit-open .kf_fm_row:nth-child(2) {
    padding-left: 0.5rem;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $kf_ts_search                                                              */
/*-------------------------------------------------------------------------------*/
.kf_ts_search {
  width: 100% !important;
}
.kf_ts_search input[type=submit] {
  margin-top: 0.5rem;
}
.kf_ts_search .kf_fm_control {
  margin-bottom: 0;
}

.kf_ts_search_txt {
  padding: 1rem 0.5rem;
}
.kf_ts_search_txt span {
  display: inline-block;
  padding-bottom: 0.5rem;
}
.kf_ts_search_txt a {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0.25rem 0;
  background-color: #7d0000;
  border-radius: 1rem;
  color: white;
}
.kf_ts_search_txt a:hover, .kf_ts_search_txt a:focus {
  background-color: #640000;
}
.kf_ts_search_txt a:focus {
  outline: 1px dotted #7d0000;
}

@media (min-width: 576px) {
  .ts_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ts_search input[type=submit] {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $google_hot_searchbar                                                      */
/*-------------------------------------------------------------------------------*/
.gsc-result .gs-title {
  height: auto !important;
  overflow: visible !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding: 0px !important;
}

.gsc-inline-block {
  width: 10em;
}

.main_wrap .cse .gsc-control-cse, .main_wrap .gsc-control-cse {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
}
.main_wrap .gsc-webResult .gsc-result, .main_wrap .gsc-webResult .gsc-result {
  padding: 1.5rem 0;
}
.main_wrap .gsc-table-result {
  line-height: 1.25rem;
}
.main_wrap .gsc-control-cse .gs-spelling, .main_wrap .gsc-control-cse .gs-result .gs-title, .main_wrap .gsc-control-cse .gs-result .gs-title * {
  font-size: 1.125em;
}
.main_wrap .gsc-control-cse .gs-result .gs-title {
  color: #7d0000;
  text-decoration: none;
}
.main_wrap .gsc-control-cse .gs-result .gs-title:hover, .main_wrap .gsc-control-cse .gs-result .gs-title:focus {
  color: #4a0000;
  text-decoration: underline;
}
.main_wrap .gs-result .gs-title * {
  color: #4a0000;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------*/
/*    $Det                                                                                       */
/*-------------------------------------------------------------------------------*/
.kf_det_center::after {
  content: "";
  display: table;
  clear: both;
}
.kf_det_center a {
  color: #ffb91d;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.kf_det_center a:hover, .kf_det_center a:focus {
  color: #b21d23;
  text-decoration: underline;
}
.kf_det_center + .kf_paginator {
  padding-top: 0;
}

.kf_det_head::after {
  content: "";
  display: table;
  clear: both;
}
.kf_det_head_time {
  color: #b21d23;
  font-size: 0.875em;
}
.kf_det_head + .kf_form-dark {
  margin-top: 2rem;
}

.kf_det_tit {
  padding: 1rem 0;
  font-size: 1.25em;
  line-height: 1.2;
}
.kf_det_tit-qa {
  padding-left: 2.5rem;
  background: url(../../images/module/kf_QA-Q.gif) left center no-repeat;
}

.kf_det_label {
  padding: 1rem 0;
  color: #484646;
  font-size: 0.875em;
}
@media (min-width: 576px) {
  .kf_det_label {
    text-align: right;
  }
}
.kf_det_label i {
  margin-right: 0.25rem;
}
.kf_det_label span {
  display: inline-block;
  padding-bottom: 0.25rem;
}
.kf_det_label-btn a {
  display: block;
  padding: 0.25rem 0.5rem;
  color: inherit;
  border: 1px solid #afacac;
  border-radius: 2px;
}
.kf_det_label-btn a:hover, .kf_det_label-btn a:focus {
  color: rgba(255, 255, 255, 0.85);
  background-color: #b21d23;
  border-color: #b21d23;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.kf_det_label + .kf_row-mid {
  margin-top: 1rem;
}

.kf_det_info {
  padding: 1rem;
  line-height: 1.5;
  border: 8px solid transparent; /* Safari 3.1-5 */
  -o-border-image: url(../../images/module/border_imag1.gif) 8 round; /* Opera 11-12.1 */
  border-image: url(../../images/module/border_imag1.gif) 8 round;
}
.kf_det_info_tit {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 1.75em;
  border-bottom: 1px solid #c7c6c6;
}
.kf_det_info_ul li {
  color: #202020;
}
.kf_det_info_ul b {
  color: #b21d23;
}

.kf_det_info_ul li {
  padding: 0.25rem 0;
}
.kf_det_info_ul li i {
  margin-left: 0.5rem;
}

.kf_relate_item {
  margin: 1.5rem 0;
}
.kf_relate_item + .kf_relate_item {
  padding-top: 2rem;
}
.kf_relate_ol {
  padding-left: 2.5rem;
  list-style: decimal;
}
.kf_relate_ol li {
  margin-top: 0.75rem;
  line-height: 1.2;
  color: #484646;
}
.kf_relate_ol a {
  display: inline-block;
  padding: 0.25rem;
  color: #915c24;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.kf_relate_ol a:hover, .kf_relate_ol a:focus {
  color: black;
  background-color: rgba(242, 201, 159, 0.25);
  text-decoration: underline;
}
.kf_relate_tit {
  position: relative;
  font-size: 1.875em;
  font-family: sans-serif, "Noto Sans TC";
  padding: 0.5rem;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.kf_relate_tit:before {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  content: "";
  display: block;
  width: 0.45rem;
  height: 1em;
  background: #7d0000;
}
.kf_voice {
  padding: 2rem 1rem;
  color: #969291;
  line-height: 1.2;
  background-color: rgba(225, 225, 224, 0.25);
  border-left: 5px solid #7d0000;
}
.kf_voice p {
  margin-top: 1rem;
}

.kf_extend_tit {
  position: relative;
  font-size: 1.875em;
  font-family: sans-serif, "Noto Sans TC";
  padding: 0.5rem;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.kf_extend_tit:before {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  content: "";
  display: block;
  width: 0.45rem;
  height: 1em;
  background: #7d0000;
}

.kf_same_tag {
  display: block;
  padding: 0.25rem;
  padding-right: 0;
  padding-left: 1rem;
}
.kf_same_tag a {
  position: relative;
  display: inline-block;
  padding: 0.25rem;
  padding-left: 1.125rem;
  color: #915c24;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.kf_same_tag a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #7d0000;
  border-radius: 1rem;
}
.kf_same_tag a:hover, .kf_same_tag a:focus {
  color: black;
  background-color: rgba(242, 201, 159, 0.25);
  text-decoration: underline;
}

.kf_qr_wrap::after {
  content: "";
  display: table;
  clear: both;
}
.kf_qr_fig {
  display: inline-block;
  width: 100px;
  margin-right: 1rem;
  text-align: center;
  vertical-align: text-top;
}
.kf_qr_fig figcaption {
  margin-top: 0.5rem;
  font-size: 0.875em;
}

.kf_det_footer {
  padding: 1rem 0;
  border-top: 1px solid #c7c6c6;
}
.kf_det_footer_txt {
  color: #4d0712;
  line-height: 1.2;
}
.kf_det_footer_time {
  color: #484646;
  font-size: 0.875em;
}
@media (min-width: 576px) {
  .kf_det_footer_time {
    text-align: right;
  }
}
.kf_det_footer .kf_btn_wrap {
  padding-top: 1rem;
}

@media print {
  .kf_det_label {
    text-align: right;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $Det Gallery                                                                           */
/*-------------------------------------------------------------------------------*/
.kf_det_gallery {
  margin: 0.5rem -0.25rem;
  padding-top: 2rem;
}
.kf_det_gallery::after {
  content: "";
  display: table;
  clear: both;
}
.kf_det_gallery a {
  color: #202020;
}
.kf_det_gallery a:hover, .kf_det_gallery a:focus {
  text-decoration: none;
}
.kf_det_gallery a:hover .kf_det_fig img, .kf_det_gallery a:focus .kf_det_fig img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.kf_det_gallery_item {
  display: block;
  padding: 0.5rem;
  font-size: 0.875em;
}

.kf_det_gallery_col {
  float: left;
  margin: 0.25rem;
}
.kf_det_gallery_col-sm, .kf_det_gallery_col-md, .kf_det_gallery_col-lg {
  width: calc(50% - 0.5rem);
}
@media (min-width: 576px) {
  .kf_det_gallery_col-sm {
    width: calc(25% - 0.5rem);
  }
}
@media (min-width: 813px) {
  .kf_det_gallery_col-sm {
    width: calc(20% - 0.5rem);
  }
}
@media (min-width: 992px) {
  .kf_det_gallery_col-sm {
    width: calc(16.6666666667% - 0.5rem);
  }
}
@media (min-width: 576px) {
  .kf_det_gallery_col-md {
    width: calc(33.3333333333% - 0.5rem);
  }
}
@media (min-width: 992px) {
  .kf_det_gallery_col-md {
    width: calc(25% - 0.5rem);
  }
}
@media (min-width: 1200px) {
  .kf_det_gallery_col-md {
    width: calc(20% - 0.5rem);
  }
}
@media (min-width: 992px) {
  .kf_det_gallery_col-lg {
    width: calc(33.3333333333% - 0.5rem);
  }
}

.kf_det_fig {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-align: center;
  background-size: 12rem;
  background-color: transparent;
  padding-bottom: 62.5%;
}
.kf_det_fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kf_det_figc {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

@media print {
  .kf_det_gallery_col-sm {
    width: calc(25% - 0.5rem);
  }
  .kf_det_gallery_col-md {
    width: calc(33.3333333333% - 0.5rem);
  }
  .kf_det_fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kf_det_fig-md {
    height: 9rem;
  }
  .kf_det_fig img {
    z-index: 1;
  }
}
/*-------------------------------------------*\
	kf_edit.scss

	Index
	- 1.編號、項目符號
	- 2.img
	- 3.table
	- 4.alink
	- * tips: 其他項目由編輯器自行產生不需要另外設定
\*-------------------------------------------*/
.kf_edit {
  color: #202020;
  line-height: 1.5;
}
.kf_edit > ol, .kf_edit > ul {
  padding-left: 2rem;
}
.kf_edit > ol li, .kf_edit > ul li {
  padding: 0.125rem 0;
}
.kf_edit > ol li > ol, .kf_edit > ol li > ul, .kf_edit > ul li > ol, .kf_edit > ul li > ul {
  padding-left: 1.25rem;
}
.kf_edit > ol li > ol, .kf_edit > ul li > ol {
  list-style: decimal;
}
.kf_edit > ol li > ul, .kf_edit > ul li > ul {
  list-style: disc;
}
.kf_edit > ol {
  list-style: decimal;
}
.kf_edit > ul {
  list-style: disc;
}
.kf_edit > img {
  width: 100%;
  margin: 1rem 0;
}
.kf_edit table {
  width: 100%;
  margin: 0.5em 0;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.kf_edit table caption {
  padding: 0.5rem;
  color: #b21d23;
}
.kf_edit table th, .kf_edit table td {
  padding: 0.75rem 0.5em;
  text-align: center;
}
.kf_edit table tr:nth-child(even) {
  background-color: white;
}
.kf_edit table tr:nth-child(odd) {
  background-color: #f3f3f2;
}
.kf_edit table th {
  color: white;
  background-color: #7d0000;
}
.kf_edit hr {
  border: 0;
  border-bottom: 1px solid #bbb9b9;
}
.kf_edit iframe {
  margin: 0.5rem 0;
}
.kf_edit + .kf_extend {
  padding-top: 2rem;
  border-top: 1px dashed #b7b4b4;
}
.kf_edit a {
  color: #915c24;
}
.kf_edit a:hover, .kf_edit a:focus {
  color: black;
  background-color: rgba(242, 201, 159, 0.5);
  text-decoration: underline;
}

@media (max-width: 575px) {
  .kf_table-rwd {
    width: 100%;
    margin: 1rem 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .kf_table-rwd table {
    margin: 0;
  }
  .kf_edit iframe {
    width: 100%;
  }
}
@media print {
  .kf_edit table th, .kf_edit table td {
    color: #202020;
    border: 1px solid #afacac;
  }
  .kf_edit iframe {
    width: auto;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $QA2                                                                                      */
/*-------------------------------------------------------------------------------*/
.kf_det_tit-qa {
  padding-left: 2.5rem;
  background: url(../../images/module/kf_QA-Q.gif) left 0.85rem no-repeat;
}
.kf_det_label-qa {
  text-align: right;
  background: url(../../images/module/kf_QA-A.gif) left 0.75rem no-repeat;
}

.kf_qa {
  padding: 0 1rem;
}

.kf_qa_item {
  border-bottom: 1px solid #b21d23;
}
@media (min-width: 576px) {
  .kf_qa_item:first-child {
    border-top: 1px solid #b21d23;
  }
}

.kf_qahead {
  position: relative;
  padding: 1rem 0;
  cursor: pointer;
}

.kf_qa_tit, .kf_qa_count {
  padding-left: 1.5rem;
}
.kf_qa_tit {
  position: relative;
  width: calc(100% - 70px);
}
.kf_qa_tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 14px;
  height: 8px;
  background: url(../../images/module/kf_QA-arrow.gif) left top no-repeat;
}
.kf_qa_tit-on:before {
  background-position: left bottom;
}
.kf_qa_count {
  position: absolute;
  right: 0;
  top: 1rem;
  color: #969291;
}

.kf_qabody {
  padding: 1rem 0 2rem 1.5rem;
}
.kf_qabody .kf_det_footer_time {
  margin-top: 1rem;
  text-align: left;
}
@media (min-width: 576px) {
  .kf_qabody .kf_det_footer_time {
    text-align: right;
  }
}

@media print {
  .kf_qa_item:first-child {
    border-top: 1px solid #b21d23;
  }
  .kf_qabody .kf_det_footer_time {
    text-align: right;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $Video                                                                                    */
/*-------------------------------------------------------------------------------*/
.kf_row-mid.kf_video {
  margin-bottom: 0;
}

.kf_video {
  background-color: black;
}
.kf_video_inside {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56%;
}
.kf_video_inside iframe, .kf_video_inside object, .kf_video_inside embed, .kf_video_inside video, .kf_video_inside div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.kf_video_inside iframe, .kf_video_inside object, .kf_video_inside embed {
  height: 100%;
}

.kf_video_time, .kf_video_download {
  padding-top: 1rem;
  color: #202020;
}
.kf_video_time b, .kf_video_download b {
  color: #b21d23;
}
.kf_video_time + .kf_row-mid, .kf_video_download + .kf_row-mid {
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .kf_video_inside {
    width: 80%;
    padding-bottom: 45%;
  }
}
@media print {
  .kf_video_inside {
    width: 80%;
    padding-bottom: 45%;
  }
}
/*--------------------------------------------*/
/*    $Registration                           */
/*--------------------------------------------*/
@media (max-width: 575px) {
  .kf_anlist .kf_div_td {
    display: inline-block;
    padding: 0.5rem 0.25rem;
  }
}
@media (min-width: 813px) {
  .kf_anlist .kf_div_td:first-of-type {
    width: 50px;
  }
  .kf_anlist .kf_div_td:nth-child(2n) {
    text-align: center;
  }
  .kf_anlist .kf_div_td:nth-last-child(2) {
    width: 160px;
  }
  .kf_anlist .kf_div_td:last-child {
    width: 120px;
  }
}
.kf_anlist .kf_anlist_badge {
  padding: 0.125rem 0.5rem;
  color: #7d0000;
  border-radius: 1rem;
  border: 2px solid #7d0000;
}

/*-------------------------------------------------------------------------------*/
/*    $Helpers                                                                                */
/*-------------------------------------------------------------------------------*/
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 575px) {
  .kf_hide-xs {
    display: none;
  }
  .kf_hide-xs + .kf_div_tit {
    padding-top: 0;
  }
}

@media (min-width: 576px) {
  .kf_hide-md {
    display: none;
  }
}

.kf_row::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .kf_row {
    padding-top: 3rem;
  }
}

.kf_row-xs {
  margin: 1rem 0;
}
.kf_row-mid {
  margin: 2rem 0;
}
.kf_row-t {
  margin-top: 1.5rem;
}

.kf_padding_v6 {
  padding: 2rem 0;
}

.kf_owe::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .kf_owe {
    margin: 0 -0.5rem;
  }
}

.kf_fl {
  float: left;
}

.kf_fr {
  float: right;
}

.kf_hit-1 {
  color: #d20c0c;
}

.kf_txt {
  color: #202020;
}

.kf_mod-primary {
  color: #b21d23;
}

.kf_icon-disc1 {
  position: relative;
}
.kf_icon-disc1:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #e1ac67;
}

.kf_icon-disc2 {
  position: relative;
}
.kf_icon-disc2:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #d69956;
}

.kf_icon-disc3 {
  position: relative;
}
.kf_icon-disc3:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #c0853e;
}

.kf_icon-disc4 {
  position: relative;
}
.kf_icon-disc4:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #975f14;
}

.kf_tith5 {
  color: #202020;
  font-size: 1.75em;
}
.kf_tith5 span {
  color: #590c15;
}
.kf_tith5-icon {
  padding-left: 1rem;
  background: url(../../../images/module/icon_round_row-tit.png) left center no-repeat;
}

.kf_bold {
  font-weight: bold;
}

.kf_explain {
  color: #484646;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  overflow: hidden;
  width: 100%;
}

.kf_fm_hit1 {
  color: #d20c0c;
}

.kf_fm_hit2 {
  color: #0661c9;
}

.kf_txt-short {
  padding: 0.5rem 0;
  line-height: 1.2;
  color: #202020;
}
.kf_txt-short i {
  margin-right: 0.25rem;
  color: #b21d23;
}

.kf_hr-dashed {
  border-top: 1px dashed #afacac;
}

@media (min-width: 576px) {
  .kf_fl-md {
    float: left;
  }
}
.kf_ol {
  padding-left: 1rem;
  list-style: decimal;
}
.kf_ol li {
  margin-top: 0.5rem;
}

@media print {
  .kf_row {
    padding: 0 1rem;
  }
  .kf_hide-md {
    display: none;
  }
  .kf_hr-bdt {
    border-top: 1px solid #b21d23;
  }
}