@charset "UTF-8";
.member-card {
  width: 350px;
  background: white;
  border-radius: 50px 16px 16px 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 12px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .member-card {
    width: 90%;
    max-width: 350px;
  }
}
.member-card .topInfo {
  display: flex;
  padding: 10px;
  margin-bottom: 5px;
}
.member-card .topInfo .member-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid #36537f;
}
.member-card .topInfo .rightText {
  color: #36537f;
  padding-left: 10px;
}
.member-card .topInfo .rightText h4 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: bold;
}
.member-card .topInfo .rightText p {
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: bold;
  letter-spacing: 2px;
}
.member-card .topInfo .rightText p:last-child {
  font-size: 18px;
}
.member-card .second-swiper {
  display: flex;
  align-items: center;
}
.member-card .second-swiper .leftText {
  width: 40%;
  background-color: #36537f;
  color: white;
  text-align: center;
  padding: 4px 8px;
}
.member-card .second-swiper .swiper {
  width: 60%;
  background-color: #fff;
  color: #36537f;
  padding: 4px 8px;
  font-weight: bold;
}
.member-card .swiper {
  background-color: #36537f;
  color: white;
  padding: 4px 8px;
  border-radius: 0px;
  margin: 2px 0;
  font-size: 16px;
  text-align: center;
}
.member-card .member-link {
  display: block;
  padding: 10px;
  color: #36537f;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
}

.card-1 {
  background: linear-gradient(135deg, #d1e9ff, #fff);
}
.card-1 .topInfo .member-photo {
  border: 6px solid #36537f;
}
.card-1 .topInfo .rightText {
  color: #36537f;
}
.card-1 .second-swiper .leftText {
  background-color: #36537f;
  color: white;
}
.card-1 .second-swiper .swiper {
  background-color: #fff;
  color: #36537f;
}
.card-1 .swiper {
  background-color: #36537f;
  color: white;
}
.card-1 .member-link {
  color: #36537f;
}

.card-2 {
  background: linear-gradient(135deg, #ddffff, #fff);
}
.card-2 .topInfo .member-photo {
  border: 6px solid #4290a2;
}
.card-2 .topInfo .rightText {
  color: #36537f;
}
.card-2 .second-swiper .leftText {
  background-color: #1a6f82;
  color: white;
}
.card-2 .second-swiper .swiper {
  background-color: #fff;
  color: #1a6f82;
}
.card-2 .swiper {
  background-color: #1a6f82;
  color: white;
}
.card-2 .member-link {
  color: #1a6f82;
}

.card-3 {
  background: linear-gradient(135deg, #dcffea, #fff);
}
.card-3 .topInfo .member-photo {
  border: 6px solid #339467;
}
.card-3 .topInfo .rightText {
  color: #339467;
}
.card-3 .second-swiper .leftText {
  background-color: #339467;
  color: white;
}
.card-3 .second-swiper .swiper {
  background-color: #fff;
  color: #339467;
}
.card-3 .swiper {
  background-color: #339467;
  color: white;
}
.card-3 .member-link {
  color: #339467;
}

.card-4 {
  background: linear-gradient(135deg, #fffddb, #fff);
}
.card-4 .topInfo .member-photo {
  border: 6px solid #af9511;
}
.card-4 .topInfo .rightText {
  color: #af9511;
}
.card-4 .second-swiper .leftText {
  background-color: #af9511;
  color: white;
}
.card-4 .second-swiper .swiper {
  background-color: #fff;
  color: #af9511;
}
.card-4 .swiper {
  background-color: #af9511;
  color: white;
}
.card-4 .member-link {
  color: #af9511;
}

.card-5 {
  background: linear-gradient(135deg, #f3e3ff, #fff);
}
.card-5 .topInfo .member-photo {
  border: 6px solid #a463d8;
}
.card-5 .topInfo .rightText {
  color: #a463d8;
}
.card-5 .second-swiper .leftText {
  background-color: #a463d8;
  color: white;
}
.card-5 .second-swiper .swiper {
  background-color: #fff;
  color: #a463d8;
}
.card-5 .swiper {
  background-color: #a463d8;
  color: white;
}
.card-5 .member-link {
  color: #a463d8;
}

.card-6 {
  background: linear-gradient(135deg, #b9f2ff, #fff);
}
.card-6 .topInfo .member-photo {
  border: 6px solid #009cc1;
}
.card-6 .topInfo .rightText {
  color: #009cc1;
}
.card-6 .second-swiper .leftText {
  background-color: #009cc1;
  color: white;
}
.card-6 .second-swiper .swiper {
  background-color: #fff;
  color: #009cc1;
}
.card-6 .swiper {
  background-color: #009cc1;
  color: white;
}
.card-6 .member-link {
  color: #009cc1;
}

.card-7 {
  background: linear-gradient(135deg, #d2d2d2, #fff);
}
.card-7 .topInfo .member-photo {
  border: 6px solid #585858;
}
.card-7 .topInfo .rightText {
  color: #585858;
}
.card-7 .second-swiper .leftText {
  background-color: #585858;
  color: white;
}
.card-7 .second-swiper .swiper {
  background-color: #fff;
  color: #585858;
}
.card-7 .swiper {
  background-color: #585858;
  color: white;
}
.card-7 .member-link {
  color: #585858;
}

.card-8 {
  background: linear-gradient(135deg, #d2d2d2, #fff);
}
.card-8 .topInfo .member-photo {
  border: 6px solid #585858;
}
.card-8 .topInfo .rightText {
  color: #585858;
}
.card-8 .second-swiper .leftText {
  background-color: #585858;
  color: white;
}
.card-8 .second-swiper .swiper {
  background-color: #fff;
  color: #585858;
}
.card-8 .swiper {
  background-color: #585858;
  color: white;
}
.card-8 .member-link {
  color: #585858;
}

.org-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.level {
  width: 100%;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}
@media (max-width: 1024px) {
  .card-row {
    flex-direction: column;
    align-items: center;
  }
}

.group-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* 只在桌機版顯示 */
.desktop-only {
  display: block;
}
@media (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}

/* 線條區 */
.level-line {
  position: relative;
  height: 40px; /* 可調整長度 */
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .level-line {
    display: none;
  }
}

/* 垂直線 */
.line-vertical {
  width: 4px;
  height: 20px;
  background-color: #ccc;
  position: absolute;
  top: 0;
}

/* 水平線（可選，連接多個卡片） */
.line-horizontal {
  height: 4px;
  background-color: #ccc;
  width: 80%;
  position: absolute;
  top: 20px;
  left: 10%;
}/*# sourceMappingURL=members.css.map */