html {
  width: 100%;

  background: #fff;
}

body {

  width: 100%;
  margin: 0;

  font-family: 'Helvetica', '微軟正黑體', Verdana, 'Times New Roman', Times, Georgia, '新細明體', PMingLiU, NSimSun, serif;
  font-size: 20px;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  /*使物件依序排列*/
  flex-direction: column;
  /*使物件垂直排列*/
}

.logo {
  position: absolute;
  top: 15px;
  left: 15px;
  height: auto;
  display: inline-block;
}

.logo img {
  max-width: 200px;
  min-width: 150px;
}

@media (max-width: 960px) {
  .logo {
    width: 20%;
  }

  .logo img {
    width: 80%;
  }
}

.peoplekv {
  max-width: 655px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0rem;
}

.container-fluid {
  width: 100%;

  background-image: url(./img/resize_1200x675_mainPic_m.jpg);

  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: inline-block;
}

.bg {
  max-width: 100%;
  background:url(img/lattice.png) center center / 30px repeat,linear-gradient(to bottom,#6EC5C4,#C4E0B0);
  background:url(img/lattice.png) center center / 30px repeat,-moz-linear-gradient(to bottom,#6EC5C4,#C4E0B0);
  background:url(img/lattice.png) center center / 30px repeat,-webkit-linear-gradient(to bottom,#6EC5C4,#C4E0B0);
  text-align: center;

}

.bg_img {
  background-image: url(), linear-gradient(to bottom, #fff, #e5d9c6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  margin-top: -2.8vw;
}

.bg_img img {
  width: 100%;
}

.subDiv {
  width: 100%;
  max-width: 240px;
  min-width: 150px;
  display: inline-block;
  justify-content: flex-start;
  position: absolute;
  top: -1.5em;
  left: -6em;
  z-index: 2;
}

/* @media (max-width: 540px) {
  .subDiv {
    position: absolute;
    position: center center;
    top: -1em;
    left: -4em;
    z-index: 2;
  }
 

} */

.subDiv1 {
  width:100%;
  max-width: 240px;
  min-width: 150px;
  display: inline-block;
  justify-content: flex-start;
  position: absolute;
  position: center center;
  top: -1.5em;
  left: -6em;
  z-index: 2;
}

/* @media (max-width: 540px) {
  .subDiv1 {
    position: absolute;
    position: center center;
    top: -1em;
    left: -4em;
    z-index: 2;
  }
 
} */
@media screen and (min-width: 768px) and (max-width: 979px) {

  .subDiv,
  .subDiv1 {
    width: 40%;
    position: absolute;
   
    top: -2em;
    left: -4em;
    z-index: 2;
  }

  .h8,
  .span,
  .table-responsive,
  .col_01 {
    font-size: medium;
  }

  .bg_img {
    height: 100%;
  }

  .bg_img img {
    width: 100%;
  }

  .h8,
  .span {
    padding: 0em 0em;
  }

  div.container-fluid {
    background-size: cover;
  }

  .span {
    padding-bottom: 1em;
  }

  span.span {
    padding-bottom: 0.4em;
  }
}

@media screen and (max-width: 767px) {

  .subDiv,
  .subDiv1 {
    width: 40%;
    position: absolute;
    top: -1em;
    left: -3em;
    z-index: 2;
  }

  div.card {
    margin-bottom: 2em;
  }

  ol.h8 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }

  ol.h8,
  span.span,
  .table-responsive,
  div.col-lg-6,
  .word {
    font-size: 15px;
    line-height: 1.5;
  }

  .peoplekv {
    display: inline-block;
  }

  .bg_img {
    height: 100%;
  }

  span.span {
    padding-bottom: 0.2em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

  }
}

@media screen and (max-device-width: 480px) {

  .h8,
  .span,
  .table-responsive,
  .col_01,
  .word {
    font-size: 15px;
    line-height: 1.5;
    margin: 1em;
  }

  div.d-flex {
    display: flex !important;
    flex-direction: column;
  }

  .bg_img img {
    width: 100%;
    height: 100%;
  }

  img.yushan {
    height: 150px;
    bottom: 20px;
  }

  .footer1 d-flex {
    flex-direction: column;
  }

  .h8 {
    padding-inline-start: 0px;
  }

  div.card {
    border-radius: 16px;
  }

  img.peoplekv {
    margin-top: 50px;
    border-top-width: 40px;
  }

  .logo img {
    display: flex;

  }
}

.card {
  width: 60%;
  height: auto;
  position: relative;
  justify-content: center;
  align-items: stretch;
  vertical-align: middle;
  flex-direction: column;
  margin-bottom: 4em;
  padding-top: 1.6%;
  background-position: center center;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0.5em 0.4em 0em rgba(89, 187, 157, 0.877);
  z-index: 1;
}

.list1,
.list2 {
  list-style-type: none;
  /*w隱藏原先項目符號*/
  margin-bottom: 0.5em;
  text-align: left;

}

.list1::before {
  content: "(一)";
  /*填上你想要的項目符號*/
  margin-right: 8px;
}

.list2::before {
  content: "(二)";
  /*填上你想要的項目符號*/
  margin-right: 8px;
}

.span {
  padding-bottom: 1em;
}

/* .card ol,
.span {
  /* position: relative;
  justify-content: center;
  align-items: stretch;
  vertical-align: middle; */

/* text-align: inherit;
  display: inline-block;
  list-style-type: decimal;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px; */


.table-responsive {
  width: 80%;
  height: auto;
  margin-bottom: 1em;
  background-color: #ffffff;
  width: 80%;
  height: auto;
  border-radius: 0.5em;
  position: relative;
  background-position: center center;
  display: inline-block;
  box-shadow: 0.5em 0.4em 0em rgba(89, 187, 157, 0.877);
  margin-bottom: 4em;
  line-height: 1.5;
}

.h8 td,
.h8 th {
  color: #ffffff;

}

.table {
  margin-bottom: 0rem;
  --bs-table-bg: #ffffff;
  position: relative;
  position: center center;
  text-align: center;
  vertical-align: middle;
}

thead,
tr text-center {
  --bs-table-bg: #418181;

}

.table-responsive tbody strong {
  font-size: 3em;
  background: linear-gradient(to top, #ED9027, #F5EA2B);
  background: -webkit-linear-gradient(to top, #ED9027, #F5EA2B);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.footer1 {
  text-align: left;
  position: relative;
  align-items: center;
  vertical-align: middle;

}

.row {
  align-items: center;

}


.col_01 ol {
  padding-left: 1em;
  text-align: justify;
  text-align: left;
  position: relative;
  align-items: center;
}



.col_02>div {
  position: relative;
  min-width: 200px;
}

.yushan {
  float: left;
  position: relative;
  width: auto;
  max-height: 170px;
  bottom: 50px;
  display: flex;
  vertical-align: middle;
  margin-right: 10px;
}

.col_02>div {
  min-height: 60px;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 25px !important;
  ;
  font-size: 15px;
  background: #fcfaed;
  border: solid 1px #edcd59;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.col_02>div {
  width: auto ;margin-left:0px;
}

.col_02 h5,
.col_02 p {
  margin: 0;
}

.col_02 h5 span {
  padding: 0px 0px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  color: #7e3a20;
  font-size: 20px;
  font-weight: bolder;
}

.col_02 h5 span::before,
.col_02 h5 span::after {
  content: "";
  width: 13px;
  height: 28px;
  display: block;
  position: absolute;
  top: 1px;
  background-image: url(./img/tassel.svg);
  background-size: contain;
}

.col_02 h5 span::before {
  left: -10px;
}

.col_02 h5 span::after {
  right: -10px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}


@media only screen and (max-width: 960px) {
  footer {
    padding-bottom: 70px;
  }

}

@media only screen and (max-width: 639px) {
  footer {
    padding-bottom: 130px;
  }
}

.pc-rbt {
  width: 60px;
  position: fixed;
  top: 10%;
  right: 10px;
}

.mb-dbt {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  background-color: #aad1cb;
  text-align: center;
}

@media screen and (min-width:721px) {
  .mb-dbt {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    display: none;
  }
}

@media screen and (max-width:720px) {
  .pc-rbt {
    display: none;
    width: 9%;
    top: 15%;
    right: 2px;
  }
}

@media only screen and (max-width:1200px) {
  div.container-fluid {
    background-size: cover;
  }
}
@media only screen and (max-width: 526px) {
  .d-flex {
    display: flex!important;
    flex-direction: column;
  }
}
