@charset "UTF-8";
body {
  font-family: "Roboto", "Noto Sans TC", sans-serif, Arial, "微軟正黑體", "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  font-size: 0.9375rem;
}

.navbar {
  background-color: #E72410;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar img {
  height: 66px;
}

footer {
  background-color: white;
  text-align: center;
  padding: 1rem;
}

/* 後台編輯器 控制按鈕 */
.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: 500;
  margin: 0.5rem auto;
  font-size: 1.75rem;
  color: #1A1A1A;
}

/* 副標題 */
.title-sub {
  margin: 0.5rem auto;
  font-size: 1.375rem;
  font-weight: 500;
  color: #9E8122;
}

/* 內容 */
.text {
  margin: 0.5rem auto;
  font-size: 1rem;
  color: #1A1A1A;
}

/* 圖片、影片的說明文字 */
.text-sub {
  margin: 0.5rem auto;
  font-size: 0.875rem;
  text-align: center;
  color: #343a40;
  color: #1A1A1A;
}

/* 圖片上的文字 */
.text-under {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #1A1A1A;
}

.img-fluid {
  width: 100%;
}

.table {
  margin-top: 1rem;
}
.table th {
  border: 4px solid #ffffff;
  background-color: #F8F5F1;
  color: #1A1A1A;
}
.table td {
  border: 4px solid #ffffff;
  background-color: #F6F6F6;
  color: #1A1A1A;
}

.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%);
}

.custom-table {
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid white;
  border-left: 4px solid white;
}
.custom-table p {
  padding: 5px 0px;
  margin: 0;
}
.custom-table .col-md-3, .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-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 .col-md-6:nth-last-child(1), .custom-table .col-md-6:nth-last-child(2) {
  border-bottom: 0px;
}
.custom-table .col-md-6:nth-child(2n-1) {
  border-right: 4px solid white;
}
.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-9 {
  background-color: #F6F6F6;
}
@media all and (max-width: 768px) {
  .custom-table p {
    text-align: start;
  }
  .custom-table .col-md-3, .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 .col-md-6:nth-last-child(2) {
    border-bottom: 4px solid white;
  }
  .custom-table .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;
}