@charset "UTF-8";
.navbar {
  background-color: #1F3082;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar img {
  height: 66px;
}

footer {
  background-color: #2354B5;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}

/* 後台編輯器 控制按鈕 */
.control-btnGroup {
  padding: 1rem 2.5rem;
  text-align: right;
}
.control-btnGroup i {
  font-size: 2.5rem;
  cursor: pointer;
}
.control-btnGroup i:hover {
  color: #d3060f;
}

/* 主標題 */
.title {
  font-weight: bold;
  margin: 0.5rem auto;
  font-size: 1.625rem;
  color: #1F3082;
}

/* 副標題 */
.title-sub {
  margin: 0.5rem auto;
  font-size: 1.375rem;
  color: #A8257B;
}

/* 內容 */
.text {
  margin: 0.5rem auto;
  font-size: 1rem;
}

/* 圖片、影片的說明文字 */
.text-sub {
  margin: 0.5rem auto;
  font-size: 0.875rem;
  text-align: center;
  color: #666666;
}

/* 圖片上的文字 */
.text-under {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-fluid {
  width: 100%;
}

hr {
  background-color: #A8257B;
}

.table {
  margin-top: 1rem;
  font-size: 18px;
}
.table th {
  border: 1px solid #dee2e6;
  background-color: #696767;
  color: white;
}
.table td {
  border: 1px solid #dee2e6;
  background-color: white;
}

.img-box-round {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.img-box-round img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 人物姓名 */
.person-name {
  background: -webkit-gradient(linear, right top, left top, from(rgba(115, 51, 136, 0.4)), color-stop(21.35%, #733388), color-stop(78.13%, #733388), to(rgba(115, 51, 136, 0.4)));
  background: linear-gradient(270deg, rgba(115, 51, 136, 0.4) 0%, #733388 21.35%, #733388 78.13%, rgba(115, 51, 136, 0.4) 100%);
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.3;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* 人物職稱 */
.person-title {
  color: #1F3082;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.7;
}

/* 人物介紹 */
.person-intro {
  color: #1A1A1A;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
}

.member-img {
  max-width: 40%;
}

/* 會員資料 */
.member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
}

/* 會員姓名 */
.member-name {
  color: #1F3082;
  font-size: 1.3rem;
  line-height: 1.7;
}

/* 會員職稱 */
.member-title {
  color: #1A1A1A;
  font-size: 1.1rem;
  line-height: 1.5;
}

/* 會員標籤 */
.member-intro {
  color: #A8257B;
  background-color: rgba(35, 84, 181, 0.5);
  display: inline;
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 2px 6px;
  margin-top: auto;
  margin-right: 0.5rem;
  border-radius: 2px;
}

.custom-table {
  width: 100%;
  margin: 0 auto !important;
  border-top: 4px solid white;
  border-left: 4px solid white;
}
.custom-table p {
  padding: 5px 0px;
  margin: 0;
}
.custom-table .col-md-4, .custom-table .col-md-3, .custom-table .col-md-8, .custom-table .col-md-9 {
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-table .col-md-4,
.custom-table .col-md-3 {
  text-align: center;
  vertical-align: middle;
  background-color: #F8F5F1;
  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;
}
.custom-table .col-md-8,
.custom-table .col-md-9 {
  background-color: #F6F6F6;
}
.custom-table .right .col-md-6 {
  border-bottom: 4px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-table .right .col-md-6:nth-last-child(1), .custom-table .right .col-md-6:nth-last-child(2) {
  border-bottom: 0px;
}
.custom-table .right .col-md-6:nth-child(2n-1) {
  border-right: 4px solid white;
}
.custom-table .right .col-12:not(:last-child) {
  border-bottom: 4px solid white;
}
@media all and (max-width: 768px) {
  .custom-table p {
    text-align: start;
  }
  .custom-table .col-md-4, .custom-table .col-md-3, .custom-table .col-md-8, .custom-table .col-md-9 {
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .custom-table .right .col-md-6:nth-last-child(2) {
    border-bottom: 4px solid white;
  }
  .custom-table .right .col-md-6:nth-child(2n-1) {
    border-right: 0px solid white;
  }
}

.text-bg-gray {
  padding: 20px;
}
.text-bg-gray .bg-lightgray {
  border-radius: 16px;
  background-color: #F6F6F6;
}
.text-bg-gray .text-purple {
  color: #5C1979;
}

.center_line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 768px) {
  .center_line {
    display: none;
  }
}