@charset "UTF-8";
/*-------------------------------------------------------------------------------*/
/*    $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;
}

a:focus {
  outline-offset: 2px;
  outline: 2px dotted #7c65b8;
}

/*-------------------------------------------------------------------------------*/
/*    $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-radius: 3px;
  background: transparent;
}
.kf_btn i {
  margin-right: 0.25rem;
}
.kf_btn-space {
  margin: 0.25rem;
}
@media print {
  .kf_btn {
    border: 1px solid #9e9e9e;
  }
}
.kf_btn:focus {
  outline-offset: 2px;
  outline: 2px dotted #7c65b8;
}

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;
  background-color: #0074d3;
}
.kf_btn-c1:focus, .kf_btn-c1:hover {
  background-color: #0058a0;
}
.kf_btn-c1:active {
  background-color: #002e54;
}

.kf_btn-c1.kf_outlined {
  color: #0074d3;
  background: transparent;
  -webkit-box-shadow: 0 0 0 2px #0074d3 inset;
          box-shadow: 0 0 0 2px #0074d3 inset;
}
.kf_btn-c1.kf_outlined:hover, .kf_btn-c1.kf_outlined:focus {
  color: white;
  background-color: #0074d3;
}

.kf_btn-c2 {
  color: white;
  background-color: #F59F06;
}
.kf_btn-c2:focus, .kf_btn-c2:hover {
  background-color: #c37f05;
}
.kf_btn-c2:active {
  background-color: #794e03;
}

.kf_btn-c2.kf_outlined {
  color: #F59F06;
  background: transparent;
  -webkit-box-shadow: 0 0 0 2px #f59f06 inset;
          box-shadow: 0 0 0 2px #f59f06 inset;
}
.kf_btn-c2.kf_outlined:hover, .kf_btn-c2.kf_outlined:focus {
  color: white;
  background-color: #F59F06;
}

.kf_btn-c3 {
  color: white;
  background-color: #00c4a7;
}
.kf_btn-c3:focus, .kf_btn-c3:hover {
  background-color: #00917c;
}
.kf_btn-c3:active {
  background-color: #00453a;
}

.kf_btn-c3.kf_outlined {
  color: #00c4a7;
  background: transparent;
  -webkit-box-shadow: 0 0 0 2px #00c4a7 inset;
          box-shadow: 0 0 0 2px #00c4a7 inset;
}
.kf_btn-c3.kf_outlined:hover, .kf_btn-c3.kf_outlined:focus {
  color: white;
  background-color: #00c4a7;
}

.kf_btn-c1 {
  background-color: #0069d2;
  background-image: -o-linear-gradient(315deg, #0069d2 0%, #40a1ec 100%);
  background-image: linear-gradient(135deg, #0069d2 0%, #40a1ec 100%);
}
.kf_btn-c1:hover, .kf_btn-c1:focus {
  background-color: #003e7c;
  background-image: -o-linear-gradient(315deg, #003e7c 0%, #005bb5 100%);
  background-image: linear-gradient(135deg, #003e7c 0%, #005bb5 100%);
}
.kf_btn-c1.kf_outlined:hover, .kf_btn-c1.kf_outlined:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-------------------------------------------------------------------------------*/
/*    $Form                                                                                    */
/*-------------------------------------------------------------------------------*/
abbr.kf_required {
  display: inline-block;
  margin-right: 0.25rem;
  border: 0 !important;
  color: #b73030;
  text-decoration: none;
  vertical-align: middle;
  margin-left: -1rem;
}
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: #6c6666;
  border: 1px solid #ada6a6;
  outline: none;
  background: white;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.kf_fm_control:hover, .kf_fm_control:focus {
  border: 1px solid #0074d3;
  background-color: #ffffe9;
}
.kf_fm_control:focus {
  outline-offset: 2px;
  outline: 2px dotted #7c65b8;
}
.kf_fm_control::-webkit-input-placeholder {
  color: #6c6666;
}
.kf_fm_control:-ms-input-placeholder {
  color: #6c6666;
}

select::-ms-expand {
  display: none;
}

.kf_select {
  background: url("../../images/module/kf_select_arrow.png") right 0.5rem center no-repeat white;
  background-size: 0.5rem 0.4rem;
  -webkit-appearance: none;
}

.kf_fm_group {
  margin-top: 1rem;
  color: #222222;
}
.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: #f5f5f5;
}
@media (min-width: 768px) {
  .kf_form-dark {
    padding: 2rem 3rem 3rem;
  }
}

.kf_fm_row {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .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: #0074d3;
}
.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: #0074d3;
}
@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: #222222;
  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 #9e9e9e;
}
.kf_fm_cr input[type=radio] + label:hover, .kf_fm_cr input[type=checkbox] + label:hover {
  color: #0074d3;
}
.kf_fm_cr input[type=radio]:focus + label:before, .kf_fm_cr input[type=checkbox]:focus + label:before {
  outline: 1px dotted #0074d3;
}
.kf_fm_cr input[type=radio]:checked + label:before, .kf_fm_cr input[type=checkbox]:checked + label:before {
  border: 1px solid #0074d3;
}
.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: #0074d3;
  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: 768px) {
  .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 #b8b8bf;
}
.kf_fm_validate input:not(:first-child),
.kf_fm_validate a[class^=kf_btn],
.kf_fm_validate span {
  margin-top: 0.5rem;
}
.kf_fm_validate a[class^=kf_btn],
.kf_fm_validate a[class^=kf_btn]:hover,
.kf_fm_validate a[class^=kf_btn]:focus {
  color: white;
}

@media (min-width: 768px) {
  .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: #222222;
  }
}
.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: #0074d3;
}
.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: #0074d3;
}
.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 #b8b8bf;
}

div[data-errors-for] {
  padding-top: 0.25rem;
}

.kf_fm-error {
  color: #b73030;
}

@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: #0074d3;
}
.kf_breadcrumbs_ul li:first-child:before {
  content: "";
}
.kf_breadcrumbs_ul a {
  color: #0074d3;
}
.kf_breadcrumbs_ul a:hover, .kf_breadcrumbs_ul a:focus {
  color: #F59F06;
  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: 576px) {
  .kf_paginator {
    padding: 1rem 0;
  }
}

.kf_pagination {
  text-align: center;
}
.kf_pagination::after {
  content: "";
  display: table;
  clear: both;
}
.kf_pagination li {
  display: none;
}
@media (min-width: 576px) {
  .kf_pagination li {
    display: inline-block;
    margin: 0 0.125rem;
  }
}
.kf_pagination li[class^=kf_page] {
  display: inline-block;
}
.kf_pagination a {
  display: table-cell;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  color: #222222;
  border: 1px solid #ada6a6;
  border-radius: 50%;
  outline: none;
}
.kf_pagination a:hover, .kf_pagination a:focus {
  background-color: #ffffe9;
}
@media (min-width: 576px) {
  .kf_pagination a:focus {
    outline-offset: 2px;
    outline: 2px dotted #7c65b8;
  }
}
.kf_pagination .active a {
  color: white;
  border: none;
  background-color: #0069d2;
  background-image: -o-linear-gradient(315deg, #0069d2 0%, #40a1ec 100%);
  background-image: linear-gradient(135deg, #0069d2 0%, #40a1ec 100%);
}

.kf_paginator_date {
  display: none;
}
@media (min-width: 576px) {
  .kf_paginator_date {
    display: block;
    padding: 1rem;
    text-align: center;
    color: #222222;
  }
}

.kf_pagination li[class^=kf_page] a {
  display: block;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.kf_pagination li[class^=kf_page] a:before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  text-indent: 0em;
  font: normal normal normal 1em/1 FontAwesome !important;
}

.kf_page_first a:before {
  content: "\f100";
  left: calc(50% - 0.3em);
}
.kf_page_prev a:before {
  content: "\f104";
  left: calc(50% - 0.25em);
}
.kf_page_next a:before {
  content: "\f105";
  left: calc(50% - 0.15em);
}
.kf_page_last a:before {
  content: "\f101";
  left: calc(50% - 0.2em);
}

@media print {
  .kf_pagination li {
    display: inline-block;
  }
  .kf_paginator_date {
    padding: 1rem;
    display: block;
    text-align: center;
    color: #222222;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $Searchbar                                                                            */
/*-------------------------------------------------------------------------------*/
.kf_search {
  padding: 0.75rem;
}
.kf_search::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .kf_search {
    padding: 20px 44px;
  }
}
.kf_search-bg_dark {
  background-color: #f5f5f5;
}
.kf_search input[type=submit] {
  height: calc(2.7rem + 3px);
}
.kf_search + .kf_row .kf_div_table {
  border-top: none;
}
@media (min-width: 576px) {
  .kf_search + .kf_row {
    margin-top: 2.5rem;
    padding: 0;
  }
}
.kf_search > .kf_search_tit {
  margin: 0 0.5rem;
}
.kf_search .kf_fm_control {
  margin-bottom: 0 !important;
}

label {
  display: inline-block;
  padding-bottom: 0.75rem;
}

.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 input[type=text], .kf_search_inner .kf_select {
  width: calc(100% - (90px + 1rem));
}
.kf_search_inner input[type=submit] {
  float: right;
  width: 90px;
}

.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_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(50% + 90px + 1rem);
  }
}
@media print {
  .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(50% + 90px + 1rem);
  }
}
/*-------------------------------------------------------------------------------*/
/*    $List                                                                      */
/*-------------------------------------------------------------------------------*/
.kf_div_table {
  color: #222222;
}

@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:nth-child(even) {
  background-color: white;
}
.kf_div_body:nth-child(odd) {
  background-color: #f5f5f5;
}

.kf_div_body .kf_list:hover, .kf_div_body .kf_list:focus {
  background-color: #d6e8ff;
}

.kf_list:nth-child(even) {
  background-color: #f5f5f5;
}

@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: white;
    background-color: #0069d2;
    background-image: -o-linear-gradient(315deg, #0069d2 0%, #40a1ec 100%);
    background-image: linear-gradient(135deg, #0069d2 0%, #40a1ec 100%);
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .kf_div_head {
    background-image: none;
  }
}
@media (min-width: 576px) {
  .kf_div_body {
    display: table-row-group;
  }
}
@media (min-width: 576px) {
  .kf_div_tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
}
@media (min-width: 576px) {
  .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 {
  display: inline-block;
  color: #222222 !important;
}
.kf_div_tit a:hover, .kf_div_tit a:focus {
  color: #005bb5 !important;
  text-decoration: none !important;
}
.kf_div_tit a:focus {
  outline-offset: 2px;
  outline: 2px dotted #7c65b8;
}
@media (min-width: 768px) {
  .kf_div_tit a {
    font-size: 1.25em;
  }
}

.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) {
  div[data-label$=：]::before, .kf_div_number::before, .kf_div_no::before {
    content: attr(data-label);
    display: inline-block;
    color: #0074d3;
  }
  .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: #078fff;
  }
  .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_writer {
    background-image: url("../../images/module/kf_icon_writer.gif");
  }
  .kf_div_number {
    display: inline-block;
  }
  .kf_div_format {
    padding: 0.5rem 0;
  }
  .kf_div_class,
.kf_div_date {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.25rem 0.5rem !important;
  }
  .kf_div_class {
    border: 1px solid #d3d0d0;
    border-radius: 3px;
  }
  div[data-label$=：]::before {
    display: block;
    margin-bottom: 0.5rem;
  }
  div[data-label$=：] + div[data-label$=：] {
    margin-top: 1rem;
    border-top: 1px dotted #9e9e9e;
  }
  div[data-label$=：] + .kf_div_date {
    margin: 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);
}

.kf_dload-jpg {
  background-image: url(../../images/module/kf_dload_jpg.svg);
}
.kf_dload-jpg:hover, .kf_dload-jpg:focus {
  background-image: url(../../images/module/kf_dload_jpg-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;
  }
  .kf_tb_col-21 {
    width: 210px;
  }
}
.nowrap {
  white-space: nowrap;
}

@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: #0074d3;
    border-top: 1px solid #0074d3;
    border-bottom: 1px solid #0074d3;
  }
  .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: #222222 !important;
  }
  .kf_div_td::before {
    display: none !important;
  }
  .kf_list {
    border-bottom: 1px dashed #ada6a6 !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_tb_col-21 {
    width: 210px;
  }
  .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: #222222;
  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: #005bb5;
}
.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 {
  width: calc(50% - 1rem);
  margin: 1rem 0.5rem;
}
@media (min-width: 576px) {
  .kf_imglist-bd {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
@media (min-width: 1200px) {
  .kf_imglist-bd {
    max-width: 250px;
    margin: 1rem calc((100% - 500px) / 4);
  }
}
@media (min-width: 1600px) {
  .kf_imglist-bd {
    margin: 1rem calc((100% - 750px) / 6);
  }
}

.kf_img {
  position: relative;
  overflow: hidden;
}
.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: 56.25%;
  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 {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-color: #f5f5f5;
  border: 10px solid white;
  -webkit-box-shadow: 0 0 0.5rem rgba(158, 158, 158, 0.4);
          box-shadow: 0 0 0.5rem rgba(158, 158, 158, 0.4);
}
.kf_img_publish::after {
  display: none;
}
.kf_img_publish img {
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.kf_img_publish + .kf_imglist_group {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .kf_img_publish {
    height: 330px;
  }
}

.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.25em;
  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: #0074d3;
  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: #0074d3 transparent transparent transparent;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.kf_imglist_ul {
  display: inline-block;
}
.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: #807979;
  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: #0074d3;
  border-radius: 0.25rem;
}

.kf_imglist_more {
  padding-right: 1.5rem;
  color: #0074d3;
  background-image: url(../../images/module/kf_icon-arrow.gif);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}

@media (min-width: 768px) {
  .kf_album_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1rem 2rem;
    padding: 0 !important;
  }
}

.kf_album_list {
  padding: 0 0.75rem;
}
.kf_album_list a {
  display: block;
}
.kf_album_list a:focus {
  outline-offset: 2px;
  outline: 2px dotted #7c65b8;
}
.kf_album_list .kf_img_inner {
  margin-bottom: 0;
}
.kf_album_list .kf_imglist_group {
  padding: 0.75rem 0;
}
@media (max-width: 767px) {
  .kf_album_list + .kf_album_list {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .kf_album_list {
    width: 50%;
    padding: 1rem;
  }
}

.kf_publish_bk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
}
.kf_publish_bk .kf_imglist-bd a:hover .kf_img_publish {
  background-color: #e6e3e3;
}
.kf_publish_bk .kf_imglist-bd a:hover .kf_img_publish img {
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.kf_publish_bk .kf_imglist_ul li {
  padding-left: 0;
}
.kf_publish_bk .kf_imglist_tit {
  overflow: visible;
  -o-text-overflow: clip;
     text-overflow: clip;
  white-space: normal;
}
@media (min-width: 576px) {
  .kf_publish_bk {
    padding: 2rem 0 0 !important;
  }
}

@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: #e6e3e3 url(../../images/module/no_image.svg) center center no-repeat;
}

@media print {
  .noimg {
    border: 1px solid #e6e3e3;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $UL                                                                                        */
/*-------------------------------------------------------------------------------*/
.kf_ul li {
  padding: 0.25rem 0;
  padding-left: 1rem;
  color: #222222;
  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: 768px) {
  .kf_voicecode_inner {
    margin: 0 auto 0;
  }
}

.kf_voicecode_tit {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0074d3;
  font-size: 2.8125em;
  font-weight: bold;
}
@media (min-width: 576px) {
  .kf_voicecode_tit {
    font-size: 4.21875em;
  }
}
.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: #e6e3e3;
  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: #0074d3;
}
.kf_voicecode_btn input:hover, .kf_voicecode_btn input:focus {
  background: #0058a0;
}
.kf_voicecode_btn input:focus {
  outline: 1px dotted #0074d3;
}

.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: #4d3098;
  border: 1px solid #7c65b8;
  font-size: 0.875em;
  margin-bottom: 10px;
}
.kf_voicecode_link a:hover, .kf_voicecode_link a:focus {
  color: white;
  background-color: #4d3098;
  border: 1px solid #7c65b8;
}
.kf_voicecode_link a:focus {
  outline: 1px dotted #4d3098;
}
.kf_voicecode_link a.kf_voicecode_full {
  width: calc(100% - 8px);
}

.kf_voicecode_info {
  margin-top: 1.25rem;
  line-height: 1.5;
  color: rgba(34, 34, 34, 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;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: #f5f5f5;
  -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;
    margin-bottom: 3rem;
    padding: 20px 46px;
  }
  .kf_search_unit + .kf_row {
    padding: 0;
  }
}
.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;
  }
}
.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;
}
.kf_search_unit_clear, .kf_search_unit_submit, .kf_search_unit_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0.25rem;
  padding: 0.63rem 1rem;
  font-size: 1em;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 0.25rem;
  background-color: #0069d2;
  background-image: -o-linear-gradient(315deg, #0069d2 0%, #40a1ec 100%);
  background-image: linear-gradient(135deg, #0069d2 0%, #40a1ec 100%);
  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-color: #003e7c;
  background-image: -o-linear-gradient(315deg, #003e7c 0%, #005bb5 100%);
  background-image: linear-gradient(135deg, #003e7c 0%, #005bb5 100%);
  -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-offset: 2px;
  outline: 2px dotted #7c65b8;
}
.kf_search_unit_clear {
  display: none;
}
.kf_search_unit_more {
  background: #0074d3;
}
.kf_search_unit_more:hover, .kf_search_unit_more:focus {
  background: #0058a0;
  -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_submit {
  min-width: 96px;
  padding-right: 2.5rem;
  background-image: url(../../images/icon-search.svg), -o-linear-gradient(315deg, #0069d2 0%, #40a1ec 100%);
  background-image: url(../../images/icon-search.svg), linear-gradient(135deg, #0069d2 0%, #40a1ec 100%);
  background-repeat: no-repeat;
  background-position: center left calc(50% + 1.5em), center;
}
.kf_search_unit_submit:hover, .kf_search_unit_submit:focus {
  background-image: url(../../images/icon-search.svg), -o-linear-gradient(315deg, #003e7c 0%, #005bb5 100%);
  background-image: url(../../images/icon-search.svg), linear-gradient(135deg, #003e7c 0%, #005bb5 100%);
}

.kf_search_unit_more {
  min-width: 96px;
  color: black;
  background-color: #ff8207;
  background-image: -o-linear-gradient(315deg, #ff8207 0%, #ffa350 100%);
  background-image: linear-gradient(135deg, #ff8207 0%, #ffa350 100%);
}
.kf_search_unit_more:hover, .kf_search_unit_more:focus {
  background-color: #f65700;
  background-image: -o-linear-gradient(315deg, #f65700 0%, #f99200 100%);
  background-image: linear-gradient(135deg, #f65700 0%, #f99200 100%);
}

.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;
}
.unit-open .kf_search_unit_bar label {
  display: block;
  position: inherit;
  color: #504d4d;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
}
.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: #0074d3;
}
.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: #0074d3;
}
.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%;
}

/*-------------------------------------------------------------------------------*/
/*    $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: #0074d3;
  border-radius: 1rem;
  color: white;
}
.kf_ts_search_txt a:hover, .kf_ts_search_txt a:focus {
  background-color: #0066ba;
}
.kf_ts_search_txt a:focus {
  outline: 1px dotted #0074d3;
}

@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.25em;
}
.main_wrap .gsc-control-cse .gs-result .gs-title {
  color: #0074d3;
  text-decoration: none;
}
.main_wrap .gsc-control-cse .gs-result .gs-title:hover, .main_wrap .gsc-control-cse .gs-result .gs-title:focus {
  color: #0058a0;
  text-decoration: underline;
}
.main_wrap .gs-result .gs-title * {
  color: #0058a0;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------*/
/*    Select2                                                                     */
/*-------------------------------------------------------------------------------*/
.select2-selection__choice {
  margin: 0.575rem 0.25rem calc(0.575rem - 2px) !important;
  padding: 0.25rem 0.5rem !important;
}

.select2-selection__clear {
  margin-top: 0.75rem !important;
  color: #0074d3;
}

.select2-selection {
  min-height: 45.35px !important;
}

.select2-search__field {
  padding-top: 0.425rem !important;
  padding-left: 0.5rem !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container:hover .select2-selection--multiple {
  border: 1px solid #0074d3 !important;
  background-color: #ffffe9;
  -webkit-box-shadow: -4px -4px 0px #54b2ff, 4px 4px 0px #54b2ff, 4px -4px 0px #54b2ff, -4px 4px 0px #54b2ff;
          box-shadow: -4px -4px 0px #54b2ff, 4px 4px 0px #54b2ff, 4px -4px 0px #54b2ff, -4px 4px 0px #54b2ff;
}

/*-------------------------------------------------------------------------------*/
/*    $Det                                                                                       */
/*-------------------------------------------------------------------------------*/
.kf_det_center {
  padding: 1rem;
}
.kf_det_center::after {
  content: "";
  display: table;
  clear: both;
}
.kf_det_center a {
  color: #0074d3;
}
.kf_det_center a:hover, .kf_det_center a:focus {
  color: #0074d3;
  text-decoration: underline;
}
.kf_det_center + .kf_paginator {
  padding-top: 0;
}

.kf_det_head {
  position: relative;
  padding: 0.25rem;
  padding-left: 1.5rem;
}
.kf_det_head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  border-radius: 1rem;
  background-color: #0069d2;
  background-image: -o-linear-gradient(315deg, #0069d2 0%, #40a1ec 100%);
  background-image: linear-gradient(135deg, #0069d2 0%, #40a1ec 100%);
}
.kf_det_head_time {
  color: #0074d3;
  font-size: 0.875em;
}
.kf_det_head + .kf_form-dark {
  margin-top: 2rem;
}

.kf_det_tit {
  color: #404040;
  font-size: 2.1875em;
  font-weight: bold;
}
.kf_det_tit-qa {
  padding-left: 2.5rem;
  background: url(../../images/module/kf_QA-Q.gif) left center no-repeat;
}

.kf_det_label {
  margin: 1.5rem auto;
  color: #504d4d;
}
.kf_det_label i {
  margin-right: 0.25rem;
}
.kf_det_label span {
  display: inline-block;
  padding-right: 0.5rem;
  line-height: 1.2;
  background-color: #f5f5f5;
}
@media (max-width: 575px) {
  .kf_det_label {
    padding: 0.75rem 0.5rem;
    background-color: #f5f5f5;
  }
}
@media (min-width: 576px) {
  .kf_det_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kf_det_label span {
    display: block;
    padding: 0.75rem 0.5rem;
    line-height: 1.2;
    background-color: #f5f5f5;
  }
  .kf_det_label span:first-child {
    padding-left: 1.5rem;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
  .kf_det_label span:last-child {
    padding-right: 1.5rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.kf_det_label-btn {
  padding: 0.5rem;
  padding-left: 0;
}
@media (min-width: 576px) {
  .kf_det_label-btn {
    padding: calc(0.5rem - 1px) !important;
    padding-right: 1.25rem !important;
  }
}
.kf_det_label-btn a {
  display: block;
  padding: 0.25rem 0.5rem;
  color: inherit;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.kf_det_label-btn a:hover, .kf_det_label-btn a:focus {
  color: rgba(255, 255, 255, 0.85);
  background-color: #0074d3;
  border-color: #0074d3;
  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;
  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.125em;
  border-bottom: 1px solid #d3d0d0;
}
.kf_det_info_ul li {
  color: #222222;
  word-break: break-all;
}
.kf_det_info_ul b {
  color: #0074d3;
}

.kf_det_info_ul li {
  padding: 0.25rem 0;
}
.kf_det_info_ul li i {
  margin-left: 0.5rem;
}

.kf_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  color: #0074d3;
  background-color: #d6e8ff;
  border-radius: 0.5rem;
}
.kf_voice p {
  line-height: 1.5;
}
@media (max-width: 575px) {
  .kf_voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kf_voice_btn {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 86px;
  height: 86px;
  margin-bottom: 1rem;
  color: white !important;
  background-color: #0074d3;
  background-image: url(../../images/module/microphone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 41px;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.kf_voice_btn:hover, .kf_voice_btn:focus {
  background-color: #005bb5;
}
@media (min-width: 576px) {
  .kf_voice_btn {
    margin: 0;
    margin-right: 1.5rem;
  }
}

.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_relate_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #404040;
  font-size: 2em;
  font-weight: bold;
}
.kf_relate_tit::before {
  content: "";
  display: block;
  width: 56px;
  height: 50px;
  margin-right: 10px;
}

.kf_relate_tit01::before {
  background: url(../../images/module/relate_tit01.svg) no-repeat;
}

.kf_relate_tit02::before {
  background: url(../../images/module/relate_tit02.svg) no-repeat;
}

.kf_relate_tit03::before {
  background: url(../../images/module/relate_tit03.svg) no-repeat;
}

.kf_relate_bk {
  margin-top: 1rem;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}
.kf_relate_bk li {
  position: relative;
  padding-left: 1.5rem;
}
.kf_relate_bk li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.85rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffcc02;
}
.kf_relate_bk a {
  display: block;
  padding: 0.5rem 0;
  color: #0074d3;
  word-break: break-all;
}
@media (min-width: 768px) {
  .kf_relate_bk a {
    font-size: 1.125em;
  }
}
.kf_relate_bk a:hover, .kf_relate_bk a:focus {
  color: #0074d3 !important;
  background-color: #ffffe9;
  text-decoration: none;
}

.kf_relate_icon::after {
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  margin-left: 0.5rem;
  vertical-align: middle;
  background-size: contain;
}
.kf_relate_icon[href^="http://"]:after, .kf_relate_icon[href^="https://"]:after {
  content: "\f08e";
  margin-left: 0.25rem;
  font-family: FontAwesome;
}

.kf_relate_icon[href$=".doc"]::after {
  background-image: url(../../images/module/kf_dload_doc.svg);
}
.kf_relate_icon[href$=".doc"]:hover::after {
  background-image: url(../../images/module/kf_dload_doc-hover.svg);
}

.kf_relate_icon[href$=".pdf"]::after {
  background-image: url(../../images/module/kf_dload_pdf.svg);
}
.kf_relate_icon[href$=".pdf"]:hover::after {
  background-image: url(../../images/module/kf_dload_pdf-hover.svg);
}

.kf_relate_icon[href$=".ppt"]::after {
  background-image: url(../../images/module/kf_dload_ppt.svg);
}
.kf_relate_icon[href$=".ppt"]:hover::after {
  background-image: url(../../images/module/kf_dload_ppt-hover.svg);
}

.kf_relate_icon[href$=".txt"]::after {
  background-image: url(../../images/module/kf_dload_txt.svg);
}
.kf_relate_icon[href$=".txt"]:hover::after {
  background-image: url(../../images/module/kf_dload_txt-hover.svg);
}

.kf_relate_icon[href$=".xlsx"]::after {
  background-image: url(../../images/module/kf_dload_xlsx.svg);
}
.kf_relate_icon[href$=".xlsx"]:hover::after {
  background-image: url(../../images/module/kf_dload_xlsx-hover.svg);
}

.kf_relate_icon[href$=".zip"]::after {
  background-image: url(../../images/module/kf_dload_zip.svg);
}
.kf_relate_icon[href$=".zip"]:hover::after {
  background-image: url(../../images/module/kf_dload_zip-hover.svg);
}

.kf_relate_icon[href$=".odt"]::after, .kf_relate_icon[href$=".ods"]::after, .kf_relate_icon[href$=".odp"]::after {
  background-image: url(../../images/module/kf_dload_odf.svg);
}
.kf_relate_icon[href$=".odt"]:hover::after, .kf_relate_icon[href$=".ods"]:hover::after, .kf_relate_icon[href$=".odp"]:hover::after {
  background-image: url(../../images/module/kf_dload_odf-hover.svg);
}

.kf_det_footer_txt {
  color: #005bb5;
  line-height: 1.2;
}
.kf_det_footer_time {
  padding: 1.5rem 0;
  color: #666666;
  font-size: 0.875em;
}
@media (min-width: 576px) {
  .kf_det_footer_time {
    text-align: right;
  }
}
.kf_det_footer .kf_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
  border-top: 1px solid #0074d3;
}
.kf_det_footer .kf_btn_wrap a, .kf_det_footer .kf_btn_wrap input {
  max-width: 200px;
  width: 30%;
  margin: 0 0.25rem;
  padding: 0.63rem 0;
}
@media (max-width: 575px) {
  .kf_det_footer .kf_btn_wrap a, .kf_det_footer .kf_btn_wrap input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: auto;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .kf_det_footer .kf_btn_wrap a:not(:last-child), .kf_det_footer .kf_btn_wrap input:not(:last-child) {
    border-right: 1px solid #0074d3;
  }
  .kf_det_footer .kf_btn_wrap a:hover, .kf_det_footer .kf_btn_wrap a:focus, .kf_det_footer .kf_btn_wrap input:hover, .kf_det_footer .kf_btn_wrap input:focus {
    color: #0074d3;
    background: none !important;
  }
}

@media print {
  .kf_det_label {
    text-align: right;
  }
}
/*---------------------------------------------------------------*/
/*    $Det Gallery                                               */
/*---------------------------------------------------------------*/
.kf_det_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.5rem -0.5rem;
}
@media (min-width: 768px) {
  .kf_det_gallery {
    margin: 0.5rem -1rem;
  }
}

.kf_det_gallery_col {
  width: 50%;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .kf_det_gallery_col {
    width: 33.33%;
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .kf_det_gallery_col {
    width: 25%;
  }
}

.kf_det_fig {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-size: 12rem;
  background-color: transparent;
  padding-bottom: 75%;
}
.kf_det_fig img {
  position: absolute;
  left: 0;
  top: 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_det_figc {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.kf_det_gallery_item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.kf_det_gallery_item:hover .kf_det_fig img, .kf_det_gallery_item:focus .kf_det_fig img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.kf_det_gallery_item .kf_det_figc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
@media (min-width: 768px) {
  .kf_det_gallery_item .kf_det_figc {
    padding: 1rem;
  }
}

@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;
  }
}
.gallery_item-base {
  margin-top: -1rem;
}
.gallery_item-base .kf_det_figc {
  margin: 0.75rem 0;
  color: #222222;
  text-align: center;
}

/*-------------------------------------------------------------------------------*/
/*    $Edit                                                                      */
/*-------------------------------------------------------------------------------*/
.kf_edit {
  color: #222222;
  line-height: 1.5;
  word-break: break-all;
}
.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;
}
.kf_edit table caption {
  padding: 0.75em;
  color: #0074d3;
}
.kf_edit table th, .kf_edit table td {
  padding: 0.75em;
}
.kf_edit table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.kf_edit table th {
  color: white;
  text-align: center;
  background-color: #0074d3;
}
.kf_edit hr {
  border: 0;
  border-bottom: 1px solid #b8b8bf;
}
.kf_edit iframe {
  margin: 0.5rem 0;
}
.kf_edit + .kf_extend {
  padding-top: 2rem;
  border-top: 1px dashed #ada6a6;
}

@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: #222222;
    border: 1px solid #9e9e9e;
  }
  .kf_edit iframe {
    width: auto;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $QA2                                                                                      */
/*-------------------------------------------------------------------------------*/
.kf_det_head-qa {
  padding-left: 0;
}
.kf_det_head-qa::before {
  display: none;
}

.kf_det_tit-qa {
  padding-left: 2.5rem;
  background: url(../../images/module/kf_QA-Q.gif) left center 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 #0074d3;
}
@media (min-width: 576px) {
  .kf_qa_item:first-child {
    border-top: 1px solid #0074d3;
  }
}

.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: #807979;
}

.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 #0074d3;
  }
  .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, .kf_video_inside video {
  height: 100%;
}

.kf_video_time, .kf_video_download {
  padding-top: 1rem;
  color: #222222;
}
.kf_video_time b, .kf_video_download b {
  color: #0074d3;
}
.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: 768px) {
  .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: #0074d3;
  border-radius: 1rem;
  border: 2px solid #0074d3;
}

/*-------------------------------------------*\
	.opendata.scss

	Index
  - 1.ihonor & ititle RWD
  - 2.ihonor_inner
\*-------------------------------------------*/
.txt, .xml, .csv, .json {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.25rem 0.75rem;
  color: #222222 !important;
  border-radius: 0.25rem;
}

.txt {
  color: white !important;
  background-color: #6c6666;
}
.txt:hover {
  background-color: #524d4d;
}

.xml {
  background-color: #00b9bb;
}
.xml:hover {
  background-color: #008788;
}

.csv {
  background-color: #ffa350;
}
.csv:hover {
  background-color: #ff881d;
}

.json {
  background-color: #f65700;
}
.json:hover {
  background-color: #c34500;
}

.opendata-detail-title {
  margin-top: 1.5rem;
  font-size: 1.25em;
  line-height: 1.2;
}
.opendata-detail-title:first-letter {
  margin-right: 0.125rem;
  color: #0069d2;
  font-size: 1.4375em;
  font-weight: bold;
}
.opendata-detail-title + .kf_row {
  padding: 0;
}
@media (min-width: 576px) {
  .opendata-detail-title {
    margin: 1.5rem 0;
  }
}

.opendata_table .kf_div_td.nowrap {
  text-align: right;
}

@media (max-width: 767px) {
  .opendata_table .kf_div_td.nowrap {
    color: #0074d3;
    font-weight: bold;
    text-align: left;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $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: 0 1rem;
  }
}

.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: #b73030;
}

.kf_txt {
  color: #222222;
}

.kf_mod-primary {
  color: #0074d3;
}

.kf_icon-disc1 {
  background-image: url(../../images/module/kf_icon_list-disc01.gif) !important;
  background-repeat: no-repeat;
  background-position: left 0.5rem;
}

.kf_icon-disc2 {
  background-image: url(../../images/module/kf_icon_list-disc02.gif) !important;
  background-repeat: no-repeat;
  background-position: left 0.5rem;
}

.kf_icon-disc3 {
  background-image: url(../../images/module/kf_icon_list-disc03.gif) !important;
  background-repeat: no-repeat;
  background-position: left 0.5rem;
}

.kf_icon-disc4 {
  background-image: url(../../images/module/kf_icon_list-disc04.gif) !important;
  background-repeat: no-repeat;
  background-position: left 0.5rem;
}

.kf_tith5 {
  color: #222222;
  font-size: 1.125em;
}
.kf_tith5 span {
  color: #0069d2;
}
.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: #6c6666;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  overflow: hidden;
  width: 100%;
}

.kf_fm_hit1 {
  color: #b73030;
}

.kf_fm_hit2 {
  color: #005bb5;
}

.kf_txt-short {
  padding: 0.5rem 0;
  line-height: 1.2;
  color: #222222;
}
.kf_txt-short i {
  margin-right: 0.25rem;
  color: #0074d3;
}

.kf_hr-dashed {
  border-top: 1px dashed #9e9e9e;
}

@media (min-width: 576px) {
  .kf_hr-bdt {
    border-top: 1px solid #0074d3;
  }
  .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 #0074d3;
  }
}
.loading-wrap {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loading-wrap .online_loading {
  width: 80px;
  margin-bottom: 1rem;
}

.d-none {
  display: none;
}