* {
  font-family: 'Roboto', 'Noto Sans TC', 'sans-serif';
  text-align: justify;
  text-justify: distribute;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.375rem;
}

p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.09rem;
  margin: 0.3125rem 0rem 0.9375rem 0rem;
}

p {
  font-size: 1.125rem;
}

li {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.09rem;
  margin: 0.3125rem 0rem;
}

a a:hover, a:visited, a:link, a:active {
  color: #FFF;
  text-decoration: none;
  outline: none;
}

.set-h1, .set-h2, .set-h3, .set-h4, .set-h5, .set-h6 {
  color: #b59c17;
  font-weight: bold;
  text-shadow: #000000 0em 0em 0.5rem;
  padding: 30px 0px 5px 0px;
}

.set-h1-w, .set-h2-w, .set-h3-w, .set-h4-w, .set-h5-w, .set-h6-w {
  color: white;
  font-weight: bold;
  text-shadow: #000000 0em 0em 0.5rem;
  padding: 30px 0px 5px 0px;
}

.background-color-primary {
  background-color: #181a5b;
}

.background-color-primary-dark {
  background-color: #000031;
}

.img-border-radius {
  border-radius: 1rem;
}

.background-main-pic {
  background-image: url(/static/images/BG_Img.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.set-icon-img a {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(217deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(217deg) brightness(105%) contrast(101%);
}

.set-icon-img a:hover {
  -webkit-filter: invert(95%) sepia(54%) saturate(2186%) hue-rotate(317deg) brightness(97%) contrast(90%);
          filter: invert(95%) sepia(54%) saturate(2186%) hue-rotate(317deg) brightness(97%) contrast(90%);
}

.set-list-indent {
  margin-left: 1.5rem;
  list-style: decimal;
  line-height: 2rem;
}

.set-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.set-margin-s {
  margin: 1rem;
}

.set-margin-top-s {
  margin-top: 1rem;
}

.set-margin-xs {
  margin: 0.5rem;
}

.set-padding-s {
  padding: 1rem;
}

.set-last-bottom {
  padding-bottom: 3.75rem;
  margin-bottom: 0;
}

table {
  margin: 0.5rem 0rem;
  width: 100%;
}

td {
  padding: 1rem;
  border: 1px #ffffff solid;
  color: #ffffff;
}

.set-table-head {
  background-color: #b59c17;
}

.set-text-center {
  text-align: center;
}

.set-table-w1 {
  width: 8.333%;
}

.set-table-w2 {
  width: 16.666%;
}

.set-table-w3 {
  width: 25%;
}

.set-table-w4 {
  width: 33.333%;
}

.set-tr-boder-bottom {
  border: 0px;
  border-bottom: 1px solid #b59c17;
}

.set-items-group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.5rem;
  width: 100%;
}

.set-items-group .set-items-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 69.5rem;
  padding: 0px;
  width: 100%;
  margin: 0 auto;
}

.set-items {
  overflow: hidden;
  position: relative;
  width: 16.25rem;
  height: 12.5rem;
  background: #F7F8FC;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all .6s ease;
}

.set-items:hover {
  background: #17417E;
}

.set-items:hover p {
  color: #F7F8FC;
}

.set-items:hover .set-item-img {
  -webkit-filter: invert(100%) brightness(1000%) contrast(100%) saturate(0%);
          filter: invert(100%) brightness(1000%) contrast(100%) saturate(0%);
}

.set-items .set-item-img {
  height: 4rem;
  width: 4rem;
}

.set-items p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #17417e;
  line-height: 1.5rem;
  margin-top: .5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

.set-item-btn {
  bottom: .875rem;
  height: 2.25rem;
  position: absolute;
  right: .75rem;
  width: 2.25rem;
  background: url("../images/circle-add.svg") no-repeat center center;
}

.open {
  background: #17417E;
}

.open p {
  color: #F7F8FC;
}

.open .set-item-img {
  -webkit-filter: invert(100%) brightness(1000%) contrast(100%) saturate(0%);
          filter: invert(100%) brightness(1000%) contrast(100%) saturate(0%);
}

.open .set-item-btn {
  background: url("../images/circle-arrow-down.svg") no-repeat center center;
  transform: rotate(180deg);
  transition: transform .3s;
}

.set-items-content {
  width: 100px;
  height: 100px;
  background-color: #F2F4F5;
}

.set-stakeholder-detail {
  width: auto;
  background-color: #fafafa;
  border-radius: 10px;
  margin: 0rem 1rem;
  padding: 1rem;
  display: none;
}

.set-detail-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.set-stakeholder-detail-section {
  flex: 1;
  margin: 10px;
}

.set-stakeholder-detail-section .set-detail-header {
  font-size: 1.125rem;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.75;
  margin: 1rem 1rem;
}

.set-stakeholder-detail-section ul {
  list-style-type: disc;
  margin-left: 3rem;
}

.set-stakeholder-detail-section ul li{
  font-size: 1.125rem;
  color: #000000;
  font-weight: normal;
  text-align: left;
  line-height: 2rem;
}

.set-stakeholder-detail-line {
  width: 1px;
  background-color: #000000;
  margin: 0 10px;
}

@media (max-width: 900px) {

}

@media (max-width: 600px) {
  .set-items-group .set-items-list {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 1.5rem;
      padding: 0px;
      width: 100%;
      margin: 0 auto;
  }

  .set-items {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 12.5rem;
    background: #F7F8FC;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all .6s ease;
  }
  .set-stakeholder-detail {
    margin: 0rem;
  }
  .set-detail-content {
    display: flex;
    flex-direction: column;
  }
  .set-stakeholder-detail-line {
    display: none;
  }
}