
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans TC', sans-serif,'PingFang TC', '微軟正黑體';
}
body{
  background: #F5F5F5;
}
header{
  background-color: #fff;
  padding: 4px 10px;
}
header img{
  height: 55px;
  width: 140px;
}
.container{
  padding: 17px 28px 86px;
}
.btn-primary{
  height: 45px;
  background-color: #13354C;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  border: 0;
  border-radius: 10px;
}
.btn-primary:hover{
  height: 45px;
  background-color: #13354C;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  border: 0;
}
.btn-secondary{
  background-color: #FFF;
  color: #13354C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  border: 1px solid #13354C;
  padding: 11px 28px;
  border-radius: 10px;
}
.btn-secondary:hover{
  background-color: #FFF;
  color: #13354C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  border: 1px solid #13354C;
  padding: 11px 28px;
}
.btn-ligh.share{
  background-color: transparent;
  color: #13354C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  border: 0;
  padding: 6px 10px;
}
.titleSection{
  position: relative;
  margin-top: 25px;
  margin-bottom: 54px;
}
.titleSection img{
  width: 97px;
  position: absolute;
  top: 12px;
  right: -16px;
}
h1.title{
  color: #405158;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}
h2.title{
  color: #138F5D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
}
h3{
  color: #405158;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
}
h4{
  color: #405158;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
}
p{
  color: #405158;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
}
p.projectDes{
  font-size: 14px;
}
span.highlight{
  color: #138F5D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
}
a{
  color: #405158;
}
a:hover{
  color: #405158;
}
a.link{
  color: #13354C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
}
img.bg-01{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
img.bg-02{
  position: absolute;
  top: 656px;
  left: 0;
  z-index: -1;
}
img.bg-03{
  position: absolute;
  top: 1545px;
  right: 0;
  z-index: -1;
}
.d-flex h2{
  margin-bottom: 12px;
}
.description{
  margin-left: 20px;
}
.more{
  margin-top: 24px;
  margin-bottom: 40px;
}
.more h3{
  margin-bottom: 12px;
}
.bg{
  background-color: #FFF;
  border-radius: 10px;
}
button.card{
  border: 0;
  padding: 12px 7.5px;
}
button.card img{
  margin-right: 10px;
}
hr{
  margin: 0;
}
.insProject{
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  padding: 19px;
  position: relative;
}
.tag{
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  background-color: #138F5D;
  border-bottom-right-radius: 60px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  padding: 6px 20px 6px 16px;
}
.hint{
  background-color: #EFEFEF;
  padding: 12px;
  border-radius: 10px;
  color: #6B767B;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.fix{
  width: 100vw;
  background-color: #fff;
  height: 91px;
  padding: 13px 28px;
  position: fixed;
  bottom: 0;
}


.table_prepare table{
  background-color: #fff;
  border-radius: 5px;
  /* display: block;  */
  color: #405158;
  border: solid 1px #405158 ;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin: 0 0 0 20px ;
}

.table_prepare th,.table_prepare td{
padding: 8px;
border: solid 1px #405158 ;
}

.table_prepare th{
  text-align: center;
  background-color: #405158;
  color:#fff;
}

.table_prepare table tr td:first-child{
  width: 30%;
}


.more-card-img{
  border-radius: 5px; 
}


@media (max-width:340px) {
  .titleSection img{
    display: none;
  }
}

@media (max-width:350px) {
  .fix{
    padding: 13px 15px;
  }
  .fix button{
    padding: 6px;
  }
}


@media (min-width:400px) {
  .titleSection img{
    max-width: 130px;
    width: 28%;
    right: -2px;
  }
}