/*@import url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20220617082439/https://cfcmweb.cy.gov.tw/cfcm_w/Style/notosanstc.css');*/
html {
  font-size: 65%;
}

body, div,ul, li, img, table, tbody, tr, td, header, footer, h1, h2, h3, h4, input, select, textarea {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #303030;
  font-family: 'Noto Sans TC','Microsoft JhengHei', serif;
  list-style: none;
  border: none;
  border-collapse: collapse;
  outline: none;
  box-sizing: border-box;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #1b37ff;
    font-family: 'Noto Sans TC','Microsoft JhengHei', serif;
    list-style: none;
    border: none;
    border-collapse: collapse;
    outline: none;
    box-sizing: border-box;
}

header {
  width: 100%;
  height: 77px;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #eee;
  z-index: 10;
}
header .headerInner {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .menuButton {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .menuButton {
    display: block;
    cursor: pointer;
  }
}
header .menuButton div {
  width: 30px;
  height: 3px;
  background-color: #000;
  margin-bottom: 5px;
}
header .menuButton div:last-child {
  margin-bottom: 0;
}
header .menu {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  header .menu {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    position: absolute;
    top: 77px;
    left: 0;
    background-color: #fff;
  }
}
header .menu li {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  header .menu li {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
}
header .menu li a {
  color: #000;
  font-size: 1.6rem;
}
header .menu li:first-child {
  margin-left: 0;
}
header .menu li:last-child a {
  padding: 3px 7px;
  border: 1px solid #000;
  margin-left: 3px;
}
header .menu li:last-child a:hover {
  background-color: #505050;
  color: #fff;
}
header .menu li:last-child .current {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  header .menuShow {
    display: flex;
    flex-wrap: wrap;
  }
}

footer {
  background-color: #1b6e79;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.kv {
  position: relative;
  width: 100%;
  height: 65vh;
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20220617082439/https://cfcmweb.cy.gov.tw/cfcm_w/img/kv.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.kv .innerKv {
  text-align: center;
  width: 800px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .kv .innerKv {
    width: 100%;
    padding: 0 15px 70px 15px;
  }
}
.kv .innerKv h2 {
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 10px;
  text-indent: 10px;
  color: #000;
}
.kv .innerKv h2 span {
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .kv .innerKv h2 {
    font-size: 3.5rem;
    letter-spacing: 5px;
    text-indent: 5px;
  }
}
.kv .innerKv .kvTxt {
  font-size: 1.6rem;
  color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.kv .innerKv .kvBtn {
    width: 350px;
    height: 80px;
    background-color: #e4af70;
    line-height: 80px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
    display: block;
    letter-spacing: 3px;
    text-indent: 3px;
    border-radius: 3px;
    transition: 0.5s all;
    margin: 0 auto;
}
.kv .innerKv .kvBtn:hover {
  background-color: #fff;
  color: #e4af70;
}
.kv .shadow {
  left: 50%;
  margin-left: -500px;
  bottom: -101px;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .kv .shadow {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: -9.7vw;
  }
}

.topKv {
  width: 100%;
  height: 40vh;
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20220617082439/https://cfcmweb.cy.gov.tw/cfcm_w/img/topKv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.topKv .title {
  width: 100%;
  padding: 20px 0;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 5px;
  text-indent: 5px;
}
@media only screen and (max-width: 767px) {
  .topKv .title {
    font-size: 2.5rem;
  }
}
.topKv .title div {
  width: 100px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
  margin: 15px auto;
}

.block {
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
  /*min-height: 600px;*/
  padding: 70px 0;
}
.block .p1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .block .p1 {
    width: 50%;
  }
}
.block .p2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .block .p2 {
    width: 50%;
  }
}
.block .p3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.block h3 {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.block h3 span {
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .block h3 {
    font-size: 2.5rem;
    letter-spacing: 3px;
    text-indent: 3px;
  }
}
.block h3 a {
  font-size: 1.6rem;
  color: #6eb2d2;
  text-decoration: underline;
  position: absolute;
  right: 0;
  letter-spacing: 1px;
  font-weight: 300;
  top: 35px;
}
@media only screen and (max-width: 1100px) {
  .block h3 a {
    right: 10px;
  }
}
.block h3 a i {
  text-decoration: none;
}
.block h3 a:hover {
  text-decoration: none;
}
.block .banner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner1 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .block .banner {
    justify-content: center;
  }
}
.block .banner .bb {
  position: relative;
  background-color: #000;
  width: 350px;
  height: 195px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.block .banner .bb:hover img {
  opacity: 1;
}
.block .banner .bb img {
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.5s all;
}
.block .banner .bb .out {
  width: 300px;
  height: 145px;
  position: relative;
  border: 1px solid #fff;
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 5px;
  text-indent: 5px;
}
.block .inner, .block .inner2 {
  width: 100%;
  max-width: 945px;
  background-color: #fff;
  position: relative;
  min-height: 460px;
  margin: 0 auto;
  padding: 35px;
  margin-top: calc((-7vh) - 70px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .block .inner, .block .inner2 {
    padding: 20px;
    margin-top: 0;
  }
}
.block .inner .info, .block .inner2 .info {
  font-weight: 300;
  font-size: 1.3rem;
  color: #707070;
  padding-bottom: 25px;
}
.block .inner .shadow, .block .inner2 .shadow {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .block .inner .shadow, .block .inner2 .shadow {
    display: none;
  }
}
.block .inner .leftShadow, .block .inner2 .leftShadow {
  left: -60px;
}
.block .inner .rightShadow, .block .inner2 .rightShadow {
  right: -60px;
}
.block .inner h4, .block .inner2 h4 {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.block .inner h4 span, .block .inner2 h4 span {
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .block .inner h4, .block .inner2 h4 {
    font-size: 2.5rem;
    letter-spacing: 3px;
    text-indent: 3px;
  }
}
.block .inner .formTable, .block .inner2 .formTable {
  margin-top: 30px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.block .inner .formTable tr td, .block .inner2 .formTable tr td {
  vertical-align: middle;
  padding-bottom: 20px;
  font-size: 0;
}
    .block .inner .formTable tr td:first-child, .block .inner2 .formTable tr td:first-child {
        padding-right: 15px;
        width: 215px;
        font-size: 1.6rem;
    }
@media only screen and (max-width: 767px) {
  .block .inner .formTable tr td:first-child, .block .inner2 .formTable tr td:first-child {
    text-align: left;
  }
}
.block .inner .formTable tr td span, .block .inner2 .formTable tr td span {
  font-size: 1.6rem;
}
.block .inner .formTable tr td .fullInput, .block .inner2 .formTable tr td .fullInput {
  width: 100%;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 10px;
  font-size: 1.4rem;
}
.block .inner .formTable tr td .halfInput, .block .inner2 .formTable tr td .halfInput {
  width: 48%;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 10px;
  font-size: 1.4rem;
}
.block .inner .formTable tr td .halfInput:first-child, .block .inner2 .formTable tr td .halfInput:first-child {
  margin-right: 2%;
}
.block .inner .formTable tr td .code, .block .inner2 .formTable tr td .code {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 450px) {
  .block .inner .formTable tr td .code, .block .inner2 .formTable tr td .code {
    width: 49%;
  }
}
.block .inner .formTable tr td a, .block .inner2 .formTable tr td a {
  margin-left: 10px;
  vertical-align: bottom;
  font-size: 2rem;
}
.block .inner .formTable tr td .sendBtn, .block .inner2 .formTable tr td .sendBtn, .myBtn {
  width: 125px;
  height: 45px;
  background-color: #e4af70;
  line-height: 45px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  display: block;
  letter-spacing: 3px;
  text-indent: 3px;
  border-radius: 3px;
  transition: 0.5s all;
  margin-left: 0;
  display: inline-block;
}
.block .inner .formTable tr td .sendBtn:hover, .block .inner2 .formTable tr td .sendBtn:hover, .myBtn:hover {
  background-color: #fff;
  color: #e4af70;
}
.block .inner .formTable tr td .restBtn, .block .inner2 .formTable tr td .restBtn {
  width: 125px;
  height: 45px;
  background-color: #e4af70;
  line-height: 45px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  display: block;
  letter-spacing: 3px;
  text-indent: 3px;
  border-radius: 3px;
  transition: 0.5s all;
  background-color: #505050;
  display: inline-block;
}
.block .inner .formTable tr td .restBtn:hover, .block .inner2 .formTable tr td .restBtn:hover {
  background-color: #fff;
  color: #e4af70;
}
.block .inner2 {
  margin: 90px auto 0 auto;
  min-height: auto;
}
.block .inner2 .scrollTable {
  width: 100%;
  overflow: auto;
}
.block .inner2 .scrollTable .infomationTable {
  width: auto;
  min-width: 100%;
}
.block .inner2 .scrollTable .infomationTable tr td {
  font-size: 1.6rem;
  padding: 15px;
  color: #303030;
  white-space: nowrap;
  border-right: 1px solid #fff;
}
.block .inner2 .scrollTable .infomationTable tr:nth-child(odd) td {
  background-color: #fffff4;
}
.block .inner2 .scrollTable .infomationTable tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.block .inner2 .scrollTable .infomationTable tr:first-child td {
  color: #fff;
  background-color: #1b6e79;
}

.gridHeader {
    color: #fff;
    background-color: #1b6e79;
    font-size: 1.6rem;
    padding: 15px;
    white-space: nowrap;
    border-right: 1px solid #fff;
}

.gridTd {
    font-size: 1.6rem;
    color: #303030;
    white-space: nowrap;
    border-right: 1px solid #fff;
}

.block .news {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
@media only screen and (max-width: 1024px) {
  .block .news {
    justify-content: center;
  }
}
.block .news .newsBlock {
  width: 333px;
  display: block;
  height: 248px;
  background-color: #fff;
  border-top: 3px solid #e4af70;
  padding: 20px;
  position: relative;
  margin-bottom: 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  transition: 0.5s all;
}
.block .news .newsBlock:hover {
  transform: translateY(-30px);
}
@media only screen and (max-width: 1024px) {
  .block .news .newsBlock {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.block .news .newsBlock .title {
  font-size: 2rem;
  color: #303030;
  max-height: 58px;
  overflow: hidden;
}
.block .news .newsBlock .time {
  color: #e4af70;
  font-size: 1.4rem;
  padding: 10px 0;
}
.block .news .newsBlock .txt {
  font-size: 1.6rem;
  color: #505050;
  max-height: 48px;
  overflow: hidden;
}
.block .news .newsBlock .readMore {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  height: 50px;
  width: 100%;
  line-height: 50px;
  color: #909090;
  text-align: center;
  border-top: 1px solid #ccc;
}

.blockWhite {
  background-color: #fbfbfb;
}

.sp1 {
    font-size: 1.6rem;
}


.block .inner .formTable tr td .moreInput, .block .inner2 .formTable tr td .moreInput {
    width: 70%;
    background-color: #eeeeee;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    padding: 10px;
    font-size: 1.4rem;
}

    .block .inner .formTable tr td .moreInput:first-child, .block .inner2 .formTable tr td .moreInput:first-child {
        margin-right: 2%;
    }


.myBtn2 {
    width: 125px;
    height: 45px;
    background-color: #e4af70;
    line-height: 45px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
    display: block;
    letter-spacing: 3px;
    text-indent: 3px;
    border-radius: 3px;
    transition: 0.5s all;
    margin-left: 0;
    display: inline-block;
    margin-left:5px
}

    .myBtn2:hover {
        background-color: #fff;
        color: #e4af70;
    }





/*
     FILE ARCHIVED ON 8:24:39 六月 17, 2022 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 3:33:06 五月 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
