@charset "UTF-8";
/*-------------------------------------------------------------------------------*\

    $表單項目

\*-------------------------------------------------------------------------------*/
.kf-fom1_select, .kf-fombar__txt1,
.kf-fombar__txt2,
.kf-fombar__txt3,
.kf-fombar__txt4, input[type="file"] {
  height: 2.375em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.625em;
 /* font-size: 0.9375em;*/
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #9f9f9f;
  border: 1px solid silver;
  outline: none;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.kf-fom1_select:hover, .kf-fombar__txt1:hover,
.kf-fombar__txt2:hover,
.kf-fombar__txt3:hover,
.kf-fombar__txt4:hover, input[type="file"]:hover {
  border: 1px solid #486bb4 !important;
}

/* 下拉選單01 */
.kf-fombar__select1:after,
.kf-fombar__select2:after,
.kf-fombar__select3:after,
.kf-fombar__select4:after {
  content: "";
  position: absolute;
  top: 38%;
  right: 0.813em;
  z-index: 1;
  width: 12px;
  height: 7px;
  background-image: url(../../images/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}


/* Firefox */
@-moz-document url-prefix()
{
	.kf-fombar__select1:after,
.kf-fombar__select2:after,
.kf-fombar__select3:after,
.kf-fombar__select4:after {
  background-image: none;
}
}




/* -----kf-respond-form------*/
.kf-respond-form {
  background-color: #ebebeb;
}

.kf-respond-form_group label {
  color: #555555;
}
.kf-respond-form_group input,
.kf-respond-form_group textarea {
  border: none;
}

/* -----kf-applydetail------*/
.kf-form-hit {
  text-align: left;
  color: #ff006c;
}

.kf-apply-form_group > .kf-desc,
.kf-apply-form_group legend {
  padding-top: .35em;
  padding-right: 10px;
  color: #555555;
  text-align: right;
}

.kf-desc > i {
  padding-right: 5px;
  color: #ff006c;
}

/* -----單選複選------*/
.kf-apply-item {
  padding-bottom: 12px;
  /* -----複選------*/
  /* -----單選------*/
}
.kf-apply-item > [type="checkbox"]:not(:checked), .kf-apply-item > [type="checkbox"]:checked, .kf-apply-item > [type="radio"]:not(:checked), .kf-apply-item > [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.kf-apply-item > [type="checkbox"]:not(:checked) + label, .kf-apply-item > [type="checkbox"]:checked + label, .kf-apply-item > [type="radio"]:not(:checked) + label, .kf-apply-item > [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.kf-apply-item > [type="checkbox"]:not(:checked) + label:before, .kf-apply-item > [type="checkbox"]:checked + label:before, .kf-apply-item > [type="radio"]:not(:checked) + label:before, .kf-apply-item > [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #cfcfcf;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.kf-apply-item > [type="checkbox"]:not(:checked) + label:after, .kf-apply-item > [type="checkbox"]:checked + label:after, .kf-apply-item > [type="radio"]:not(:checked) + label:after, .kf-apply-item > [type="radio"]:checked + label:after {
  position: absolute;
  color: #486bb4;
  transition: all .2s;
}
.kf-apply-item > [type="checkbox"]:not(:checked):focus + label:before, .kf-apply-item > [type="checkbox"]:checked:focus + label:before, .kf-apply-item > [type="radio"]:not(:checked):focus + label:before, .kf-apply-item > [type="radio"]:checked:focus + label:before {
  border: 1px dotted #486bb4;
}
.kf-apply-item > [type="checkbox"]:not(:checked) + label:after, .kf-apply-item > [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.kf-apply-item > [type="checkbox"]:checked + label:after, .kf-apply-item > [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.kf-apply-item > label {
  color: #555555;
}
.kf-apply-item > label:hover:before {
  border: 1px solid #486bb4 !important;
}
.kf-apply-item > [type="checkbox"]:not(:checked) + label:before, .kf-apply-item > [type="checkbox"]:checked + label:before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.kf-apply-item > [type="checkbox"]:not(:checked) + label:after, .kf-apply-item > [type="checkbox"]:checked + label:after {
  content: '✔';
  top: 0;
  left: 4px;
  font-size: 14px;
}
.kf-apply-item > [type="radio"]:not(:checked) + label:before, .kf-apply-item > [type="radio"]:checked + label:before {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.kf-apply-item > [type="radio"]:not(:checked) + label:after, .kf-apply-item > [type="radio"]:checked + label:after {
  content: '●';
  top: 2px;
  left: 2px;
  font-size: 13px;
}

/* -----檔案上傳------*/
input[type="file"] {
  padding: 3px;
  margin-bottom: 10px;
  padding-left: 3px !Important;
  cursor: pointer !Important;
}
input[type="file"]::-webkit-file-upload-button {
  width: 90px;
  padding: .25em .5em;
  border: 0;
  color: #fff;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: #486bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
input[type="file"]::-ms-browse {
  width: 90px;
  padding: .25em .5em;
  border: 0;
  color: #fff;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: #486bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

/* -----表單說明------*/
.kf-form-explain1 {
  color: #737373;
}

.kf-form-explain2 {
  padding-top: 10px;
  color: #ff006c;
}

/* -----需要-----*/
.kf-required:before {
  content: "*";
  position: absolute;
  left: 10px;
  color: #ff006c;
}

.kf-form-bt {
  display: block;
  border-top: 1px dashed #9f9f9f;
  padding-top: 2em;
}
.kf-form-bt > p {
  color: #555555;
}

/*-----------------------------$ 行動版480以下------------------------------*/
@media only screen and (max-width: 30em) {
  .kf-fombar {
    background-color: #f3f3f3;
  }

  .kf-fombar__select1:after {
    right: .5em;
  }

  /* -----kf-applydetail------*/
  .kf-apply-form_group > .kf-desc,
  .kf-apply-form_group legend {
    text-align: left;
    padding-bottom: 10px;
  }
}
/*-------------------------------------------------------------------------------*\

    $列表項目

\*-------------------------------------------------------------------------------*/
.kf-listtable {
  font: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  /* table kf-tit 標題攔 */
}
.kf-listtable .kf-listthead {
  border-top: 1px solid #486bb4;
  border-bottom: 1px solid #486bb4;
}
.kf-listtable .kf-listtbody .kf-listtr {
  border-bottom: 1px dashed silver;
}
.kf-listtable .kf-listtbody .kf-listtr:hover {
  background: #eef6ff;
}
.kf-listtable .kf-listth {
  color: #486bb4;
}
.kf-listtable .kf-listtd {
  color: #555555;
  text-align: center;
}

.kf-listtable .kf-listtd:nth-child(2) {text-align: left;}

.kf-listtable a {
  display: block;
}
.kf-listtable a:hover {
  color: #1279ef;
}
.kf-listtable .kf-tit1,
.kf-listtable .kf-tit2,
.kf-listtable .kf-tit3,
.kf-listtable .kf-tit4,
.kf-listtable .kf-tit5,
.kf-listtable .kf-tit6,
.kf-listtable .kf-bilingual_cn,
.kf-listtable .kf-bilingual_en {
  text-align: left;
}

.kf-list {
  border-top: 1px solid #486bb4;
}

/* 相簿&影片列表 */
.kf-album_item01 {
  border-bottom: 1px solid #f2f2f2;
}

.kf-item01-txt_tit1 {
  font: 1.25em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.25em;
}
.kf-item01-txt_tit1 a:hover {
  color: #4194f2;
  text-decoration: underline;
}

/* 檔案下載 */
.kf-file_pdf {
  background-image: url(../../images/download_pdf.svg);
}
.kf-file_pdf-active {
  background-image: url(../../images/download_pdf-active.svg);
}

.kf-file_docx {
  background-image: url(../../images/download_docx.svg);
}
.kf-file_docx-active {
  background-image: url(../../images/download_docx-active.svg);
}

.kf-file_doc {
  background-image: url(../../images/download_doc.svg);
}
.kf-file_doc-active {
  background-image: url(../../images/download_doc-active.svg);
}

.kf-file_download {
  background-image: url(../../images/download_icon.svg);
}
.kf-file_download-active {
  background-image: url(../../images/download_icon-active.svg);
}

.kf-file_xlsx {
  background-image: url(../../images/download_xlsx.svg);
}
.kf-file_xlsx-active {
  background-image: url(../../images/download_xlsx-active.svg);
}

.kf-file_odf {
  background-image: url(../../images/download_odf.svg);
}
.kf-file_odf-active {
  background-image: url(../../images/download_odf-active.svg);
}

.kf-file_ppt {
  background-image: url(../../images/download_ppt.svg);
}
.kf-file_ppt-active {
  background-image: url(../../images/download_ppt-active.svg);
}

/*-----------------------------$ 行動版480以下------------------------------*/
@media only screen and (max-width: 30em) {
  .kf-listtr {
    border-bottom-style: solid !important;
  }

  .kf-type1, .kf-type2 {
    line-height: 1.875em;
    color: #fff !important;
    background-color: #486bb4;
  }

  .kf-tit1 a, .kf-tit2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
  }

  .kf-date1, .kf-date2, .kf-date4 {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1.5em !important;
    text-align: left !important;
    background: url(../../images/icon-date1.svg) no-repeat left;
  }

  .kf-bilingual_cn {
    color: #486bb4 !important;
    background: url(../../images/icon-title01.svg) no-repeat left 0.85em;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
  }

  .kf-list {
    border-top: none;
  }

  .kf-tit3,
  .kf-tit4,
  .kf-tit6 {
    background: url(../../images/icon-title01.svg) no-repeat left 0.3em;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
  }

  /* 檔案下載 */
  .kf-file_pdf {
    background-image: url(../../images/download_pdf-s.svg);
  }
  .kf-file_pdf-active {
    background-image: url(../../images/download_pdf-s-active.svg);
  }

  .kf-file_docx {
    background-image: url(../../images/download_docx-s.svg);
  }
  .kf-file_docx-active {
    background-image: url(../../images/download_docx-s-active.svg);
  }

  .kf-file_doc {
    background-image: url(../../images/download_doc-s.svg);
  }
  .kf-file_doc-active {
    background-image: url(../../images/download_doc-s-active.svg);
  }

  .kf-file_xlsx {
    background-image: url(../../images/download_xlsx-s.svg);
  }
  .kf-file_xlsx-active {
    background-image: url(../../images/download_xlsx-s-active.svg);
  }

  .kf-file_odf {
    background-image: url(../../images/download_odf-s.svg);
  }
  .kf-file_odf-active {
    background-image: url(../../images/download_odf-s-active.svg);
  }

  .kf-file_ppt {
    background-image: url(../../images/download_ppt-s.svg);
  }
  .kf-file_ppt-active {
    background-image: url(../../images/download_ppt-s-active.svg);
  }
}
/*-------------------------------------------------------------------------------*\

    $button

\*-------------------------------------------------------------------------------*/
.kf-btn__md1,
.kf-btn__md4,
.kf-btn_blue, .kf-btn__md2,
.kf-btn_black, .kf-btn_post,
.kf-btn_link,
.kf-btn_enter,
.kf-btn_survey1,
.kf-btn_survey2 {
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.kf-btn__md1,
.kf-btn__md4,
.kf-btn_blue {
  background: #486bb4;
}
.kf-btn__md1:hover,
.kf-btn__md4:hover,
.kf-btn_blue:hover {
  background: #388ef1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kf-btn__md1:active,
.kf-btn__md4:active,
.kf-btn_blue:active {
  background: #0d63c5;
}

.kf-btn__md2,
.kf-btn_black {
  background-color: #000;
}
.kf-btn__md2:hover,
.kf-btn_black:hover {
  background-color: #555555;
}

/* ----------form buttom---------- */
.kf-btn_post {
  background: #ffa248;
}
.kf-btn_post:hover {
  background: #ff8d1f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kf-btn_post:active {
  background: #c76200;
}

.kf-btn_link {
  background: #486bb4;
}
.kf-btn_link:hover {
  background: #388ef1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kf-btn_link:active {
  background: #0d63c5;
}

.kf-btn_enter {
  background: #86c25e;
}
.kf-btn_enter:hover {
  background: #70b344;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kf-btn_enter:active {
  background: #49742c;
}

.kf-btn_survey1 {
  background: #86c25e;
}
.kf-btn_survey1:hover {
  background: #70b344;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kf-btn_survey1:active {
  background: #49742c;
}

.kf-btn_survey2 {
  background: #486bb4;
}
.kf-btn_survey2:hover {
  background: #388ef1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kf-btn_survey2:active {
  background: #0d63c5;
}

.kf-timebtn {
  color: #486bb4;
  border: 1px solid #486bb4 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.kf-timebtn:hover {
  background: #ebebeb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kf-timebtn:active {
  background: #bfbfbf;
}

.kf-heart-btn {
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #486bb4;
}
.kf-heart-btn:hover {
  background: #388ef1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kf-heart-btn:active {
  background: #0d63c5;
}

/*-------------------------------------------------------------------------------*\

    $分頁項目

\*-------------------------------------------------------------------------------*/
.kf-paginator {
  font: 0.9375em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.kf-paginator_btn,
.kf-paginator_number {
  color: #555555;
  font: 0.9375em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.kf-paginator_btn font,
.kf-paginator_number font {
  font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.kf-pagination a {
  color: #color-5;
  border: 1px solid silver;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.kf-pagination a:hover {
  background-color: #eeeeee;
}
.kf-pagination .kf-current {
  background-color: #486bb4;
  border-color: #486bb4;
  color: #fff;
  pointer-events: none;
}

/*-------------------------------------------------------------------------------*\

    $內頁共用模組
    
\*-------------------------------------------------------------------------------*/
.kf-titlebar {
  border-bottom: 1px solid #486bb4;
}

.kf-title_time {
  color: #486bb4;
  font: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.kf-post-title {
  font: 1.375em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  background: url(../../images/icon-title01.svg) no-repeat left 0.8em;
  background-size: 0.815em 0.815em;
}

.kf-count_icon {
  color: #999999;
  font: 0.9375em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: url(../../images/icon-item01.svg) no-repeat left;
  background-size: .85em .85em;
}

/* 內容項目 */
.kf-detail-p {
  color: #555555;
  line-height: 1.75em;
}
.kf-detail-p a {
  color: #486bb4;
}
.kf-detail-p a:hover {
  text-decoration: underline;
}

/* 相關連結&下載 */
.kf-relate h5 {
  border-bottom: 1px solid #f2f2f2;
}

.kf-relate_tit {
  font: 1.125em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 2.875em;
  color: #222222;
}

.kf-relare_location {
  background: url(../../images/icon-location.svg) no-repeat left;
}

.kf-relare_download {
  background: url(../../images/icon-download.svg) no-repeat left;
}

.kf-relare_ol {
  color: gray;
}
.kf-relare_ol a {
  color: gray;
}
.kf-relare_ol a:hover {
  color: #486bb4;
}

/* 圖片&相關簡介 */
.kf-detail-gallery a {
  border: 1px solid #ededed;
}
.kf-detail-gallery a:hover {
  border: 1px solid #bddafb;
}
.kf-detail-gallery a:hover figcaption {
  color: #486bb4;
}

.kf-detail_figcaption {
  font: 0.9375em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: gray;
}

/* 內頁頁腳*/
.kf-detail-footer {
  border-top: 1px solid #f2f2f2;
}

.kf-foot_time {
  color: #999999;
  font: 0.9375em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
