
/* <研究動機> */
.tm-content-box1 {
  position: relative;
  top: 50px;
  padding: 10px;
}


.tm-text-primary {
  align-items: flex-end;
}

.back {
  background: url(../photo/250619_3.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding: 100px;
  /* 加入 padding 防止內容貼邊 */
  color: #01041a;
  /* 讓文字看得清楚 */
}

.mb-45 {
  position: relative;
  left: 40%;
  top: -300px;
}

.mar {
  margin-top: 20px;
}

.photoess {
  width: 800px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.tm-section-desc1 {
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
  /* 背景半透明幫助閱讀 */
  padding: 20px;
  border-radius: 15px;
  font-size: 22px;
}

.team-grid {
  display: grid;
  position: relative;
  top: 100px;
  grid-template-columns: repeat(3, 1fr);
  /* 固定三欄 */
  max-width: 1000px;
  margin: 40px auto;
  gap: 40px;
  justify-items: center;
  padding: 0 20px 80px;
}

.member {
  text-align: center;
  color: rgb(0, 0, 0);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.member img {
  width: 180px;
  height: 240px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.member img:hover {
  transform: scale(1.5);
}

.title-ch {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 12px;
}

.title-en {
  font-size: 0.9rem;
  opacity: 0.85;
}

/* 手機 RWD */
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
  }

  .member img {
    width: 160px;
    height: 220px;
  }
}

.figcaption {
  width: 800px;
  height: 200px;
}

.logo {
  background-color: #ffffff;
  width: 100%;
  padding: 60px 0;
  /* 更自然的上下間距 */
}

.logo-img {
  max-width: 100%;
  height: auto;
  width: 350px;
  max-height: 500px;
}

.tm-section-desc {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
}

.gantt-img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.tm-section-desc {
  font-size: 0.8rem;
  line-height: 1.8;
  font-size: 20px;
  color: #000011;
}

.mb-5 {
  text-align: right;
  position: relative;
  top: -250px;
  right: -150px;
}

.mb-7 img {
  width: 150px;
}

.col-123 {
  width: 500px;
}

.tm-section-desce {
  display: flex;
  color: #ffffff;
  background-color: #bca88e;
  align-items: center;
  border-radius: 18px;
}

.tm-section-desce img {
  width: 500px;
  border-radius: 18px;
}

.col-lg-5 {
  position: relative;
  /* top: -100px; */
}

.tm-section-title {
  position: absolute;
  top: 50px;
}

/* <甘特圖> */
.swot {
  position: relative;
  margin: 10px;
  right: 100px;
  width: 1400px;
  height: 450px;
}