@charset "utf-8";

body {
  /* font-family: Arial !important; */
  font-size: clamp(13px, 16px, 17px);
  line-height: 1.7 !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 700 !important;
}

.team-list-content ul li {
  padding: 4px 0;
}

* {
  letter-spacing: 0px !important;

}

.card {
  text-align: left !important;
}

.hide-en {
  display: none;
}

.plan-submenu ul>li a {
  line-height: 1.4 !important;
  white-space: normal;
}



.banner-title h1 {
  color: var(--header-color);
  font-size: clamp(26px, 4vw, 40px);
  padding-bottom: 10px;
}








.index-news {
font-size: 18px;
}
.news-date {
  font-size: 85%;
}

@media only screen and (min-width: 767px) {
  .tree-hv li div {
    padding: clamp(10px, 0.5vw, 15px);
  }
}

.img-left p,
.img-right p,
.img-center p {
  font-size: 13px;
  line-height: 1.3;
}




/* table-type-tool */


.table-type-tool tbody {
  grid-template-columns: 1fr;
}

.table-type-tool tr {
  grid-template-columns: 1fr 3fr;
  gap: 5px;
}


.table-type-tool tr td {
  text-align: left;
}


@media only screen and (max-width: 767px) {

  .table-type-tool tr {
    grid-template-rows: auto 1fr;
  }

}


.table-feature tbody tr td:nth-child(1) img {
  height: clamp(200px, 20vw, 300px);
}

.table-feature,
.table-feature td {
  text-align:left;
}


/* .tr-arrow > tbody > tr:not(:last-child)::before {
  top: 30px !important;
} */




/*環境裝置
========================================== */

.pic-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: clamp(15px, 1vw, 50px);
  gap: clamp(15px, 4vw, 60px);
  margin: 0 auto;
  border-radius: 12px;
}


.pic-list {
  border-radius: 10px;
  text-align: center;
  padding: 1vw 0;
  flex: 1;
}

.pic-list-pic {
  width: 100%;
  aspect-ratio: auto 3 / 2;
}

.pic-list-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
}

.pic-list-text h3 {
  font-size: clamp(15px, 1vw, 20px);
  text-align: center;
}

@media only screen and (max-width: 767px) {

  .pic-list {
    flex: 1 1 47%;
    text-align: left;
  }
}

