@charset "UTF-8";
body {
  font-family: "Noto Sans TC", "PingFang SC", "微軟正黑體", sans-serif;
}

.getinfo_wrap {
  width: 100%;
  margin: 0 auto;
}
.getinfo_wrap img {
  display: block;
  margin: 2% auto;
  max-width: 90%;
}

.getinfo_body {
  width: 90%;
  border: none;
  margin: 0 auto;
}
.getinfo_body th {
    text-align: left;
    background-color: #382f27;
    padding: 2%;
    color: #ffffff;
}
.getinfo_body td {
  padding: 1.5%;
  vertical-align: middle;
  /* border-bottom: 1px solid #fec774; */
  color: #514335;
}


.getinfo_body tr:nth-child(odd) {
  background-color:  #f3e9c7;;
}
.getinfo_body tr:nth-child(even) {
  background-color: #fff;
}
.getinfo_body tr:nth-child(1) {
  background-color: none;
}

.l-yellowColor {
  background-color: #fff5e7;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}

::-webkit-scrollbar-track-piece {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ece1bd;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}

.page_change {
  list-style: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.page_change li {
cursor: pointer;
    width: 4vw;
    height: 4vw;
    /* border: 2px solid #fe9674; */
    background-color: #ffffff;
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #514335;
    margin: 0 .8vw;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.page_change li:hover {
  background-color: #90785f;
  color: #fff5e7;
}
.page_change li.active {
    background-color: #645444;
    color: #fff;
}


@media screen and (max-width: 640px) {

.page_change li {   
    width: 8vw;
    height: 8vw;
    margin: 0 2.8vw;
}

}




@media screen and (max-width: 320px) {
  .page_change li {
    width: 36px;
    height: 36px;
    margin: 2px;
  }
}