@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@font-face {
  font-family: dflisongstd;
  src: url("../fonts/DFLISONGSTD-W7.OTF") format("opentype"); }
@font-face {
  font-family: times;
  src: url("../fonts/times.ttf") format("truetype"); }
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 98%; } }
  @media (min-width: 992px) {
    .container {
      max-width: 98%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 95%; } }
  @media (min-width: 1500px) {
    .container {
      max-width: 75%; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxl-first {
    order: -1; }

  .order-xxl-last {
    order: 13; }

  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }

  .order-xxl-4 {
    order: 4; }

  .order-xxl-5 {
    order: 5; }

  .order-xxl-6 {
    order: 6; }

  .order-xxl-7 {
    order: 7; }

  .order-xxl-8 {
    order: 8; }

  .order-xxl-9 {
    order: 9; }

  .order-xxl-10 {
    order: 10; }

  .order-xxl-11 {
    order: 11; }

  .order-xxl-12 {
    order: 12; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", Roboto, "Segoe UI", SegoeUI, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 2rem; }

p, td, li, label {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
li,
dl {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #3a463e;
  text-decoration: none;
  background-color: transparent;
  transition: all .3s ease-in-out; }
  a:hover {
    color: #e28431;
    text-decoration: none;
    transition: all .3s ease-in-out; }

a, a:hover, a:active, a:visited, a:focus {
  color: inherit; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  transition: all .3s ease-in-out; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2; }

h1, .h1 {
  font-size: 1.25rem; }

h2, .h2 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h3, .h3 {
  font-size: 1.125rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.8125rem; }

.lead {
  font-size: 1.171875rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 1rem / 2;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.img-sm-100 {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; } }
/*===============================
//----flex----//
=================================*/
.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-center-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column; }

.flex-middle {
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

/*================================================================ 
//----position----//
================================================================ */
.position-r {
  position: relative; }

/*================================================================ 
//----border----//
================================================================ */
.border-btm {
  border-bottom: 1px solid #ebebeb; }

/*================================================================ 
//----padding----//
================================================================ */
.text-pd {
  padding: 0rem; }

@media (min-width: 768px) {
  .text-pd {
    padding: 0 2rem; } }
/*================================================================ 
//---text----//
================================================================ */
.text-center {
  text-align: center; }

.text-left, .text-center-s {
  text-align: left; }

@media (min-width: 768px) {
  .text-center-s {
    text-align: left; } }
/*================================================================ 
//----color----//
================================================================ */
.color-primary {
  color: #e58b3b; }

.color-y {
  color: #b87945; }

.color-red {
  color: #f54556; }

.color-blue {
  color: #2487cb; }

.text-light {
  color: #999 !important; }

.link-blue-line {
  color: #2487cb !important;
  text-decoration: underline; }

/*================================================================ 
//----hr----//
================================================================ */
.hr-color {
  border-top: 1px solid #e58b3b; }

.hr-color-light {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ebab77; }

/*================================================================ 
//----icon文字說明---//
================================================================ */
.icontext {
  overflow: hidden;
  width: 16px;
  height: 16px;
  position: relative; }
  .icontext span {
    position: absolute;
    left: -99999px; }

@media (max-width: 576px) {
  .rwd-s-none {
    display: none; } }
/*================================================================ 
//----項目符號----//
================================================================ */
.list-type-disc {
  margin-right: .5rem;
  color: #ebab77;
  font-size: 1.2rem; }

/*================================================================ 
//----alert-----//
================================================================ */
.alert-normal {
  color: #666;
  background: #fffaf7;
  border: 1px solid #f9d4b6; }

/*================================================================ 
//----alert btn style-----//
================================================================ */
.alertbtn {
  margin: 0 .2rem 0 .2rem;
  font-size: 0.9375rem;
  font-weight: 400;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: .375rem .75rem;
  line-height: 2em;
  border-radius: 3px;
  display: inline-block; }

.alertbtn-light {
  color: #495057;
  background-color: #e9ecef; }

.alertbtn-impt {
  color: #fff;
  background-color: #e4985a; }

/*================================================================ 
//----display-----//
================================================================ */
@media (max-width: 576px) {
  .s-display-none {
    display: none; } }
/*-----button----*/
.btn {
  margin: 0 .2rem 0 .2rem;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 5px 25px;
  line-height: 2em;
  border-radius: 3px; }

button {
  background: transparent;
  border: none; }

button:focus {
  outline: none; }

.btn.focus, .btn:focus {
  outline: none;
  box-shadow: none; }

.btn.btn-liner, .btn-liner {
  color: #e58b3b;
  background-color: #fff;
  border: 1px solid #e58b3b; }

.btn.btn-liner:hover, .btn-liner:hover {
  color: #ffffff;
  background-color: #e58b3b;
  border-color: #e58b3b; }

.btn.btn-primary, .btn-primary {
  color: #ffffff;
  background-color: #3f84c5; }

.btn.btn-primary:hover, .btn-primary:hover {
  color: #ffffff;
  background-color: #5a9bd9;
  border-color: #3f84c5; }

.btn.btn-primary-liner, .btn-primary-liner {
  color: #3f84c5;
  background-color: #fff;
  border: 1px solid #3f84c5; }

.btn.btn-primary-liner:hover, .btn-primary-liner:hover {
  color: #ffffff;
  background-color: #5a9bd9;
  border-color: #3f84c5; }

.btn_fluid {
  margin: 0 .2rem 0 .2rem;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 5px 25px;
  line-height: 2em;
  border-radius: 3px;
  width: 100%;
  text-align: center; }

.btn-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.5rem; }

@media (max-width: 767.98px) {
  .btn-area-sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; } }
/*----form------
form{
  width:100%;
}
input, textarea{
   border:none;
   background: transparent;
   color:#777;
   display: block;
   width: 100%;
}
textarea{
  border:1px solid #ccc;  
}  
.form-inline{
  display:inline-block;
  margin-right:1.5rem;
}
.input-text{
  border-bottom:1px solid #999;
  padding-bottom:.5rem;
}
.form-group{
 border-bottom:1px solid #ccc;
  margin-bottom:1rem;

  label{
    display:inline-block;
  }
  input{
    display:inline-block;
  }
}

/*-----checkbox------
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border:1px solid rgba(0,0,0,0.2);
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: $brand-color;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/
/*-----radio------
.custom-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-radio .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.custom-radio input:checked ~ .checkmark {
  background-color: $brand-color;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
*/
/*================================================== 
basic form
================================================== */
.form-group {
  margin-bottom: .8rem; }

.form-control {
  height: calc(1.5em + 1.5rem + 2px);
  padding: .375rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.form-control:focus {
  box-shadow: none;
  border-color: #80bdff; }

/*================================================== 
登入 form
================================================== */
.signin-form .form-control {
  color: #495057;
  background-color: #fcfcfc;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.form-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
  width: 100%; }
  .form-btn a {
    color: #2775c5;
    margin: 0 1rem; }
  .form-btn .btn {
    margin: 0 .5rem; }

/*================================================== 
報名 form
================================================== */
.form-table {
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 3px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.04);
  border: 1px solid #ebebeb; }
  .form-table .form-table-title {
    font-size: 1rem;
    background: #f1f1f1;
    padding: 1rem .5rem; }
    .form-table .form-table-title:before {
      content: '';
      background: #ebab77;
      width: 5px;
      height: 1rem;
      display: inline-block;
      margin-right: .5rem;
      border-radius: 15px; }
  .form-table .form-table-content {
    padding: 1rem .5rem 0 .5rem; }

@media (min-width: 768px) {
  .form-table {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 1%;
    margin-bottom: 2rem; }
    .form-table .form-table-title {
      font-size: 1.125rem;
      padding: 1rem 1.5rem; }
      .form-table .form-table-title:before {
        width: 5px;
        height: 1.125rem;
        margin-right: .5rem;
        border-radius: 15px; }
    .form-table .form-table-content {
      padding: 1rem 1.5rem; } }
.captcha {
  background: #f1f1f1;
  text-align: center;
  min-height: 80px; }

.form-table-fluid {
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 3px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.04);
  border: 1px solid #ebebeb;
  margin-bottom: 2rem; }
  .form-table-fluid .form-table-title {
    font-size: 1rem;
    background: #f1f1f1;
    padding: 1rem .5rem; }
    .form-table-fluid .form-table-title:before {
      content: '';
      background: #ebab77;
      width: 5px;
      height: 1rem;
      display: inline-block;
      margin-right: .5rem;
      border-radius: 15px; }
  .form-table-fluid .form-table-content {
    padding: 1rem .5rem 0 .5rem; }

@media (min-width: 768px) {
  .form-table-fluid .form-table-title {
    font-size: 1.125rem;
    padding: 1rem 1.5rem; }
    .form-table-fluid .form-table-title:before {
      width: 5px;
      height: 1.125rem;
      margin-right: .5rem;
      border-radius: 15px; }
  .form-table-fluid .form-table-content {
    padding: 1rem 1.5rem; } }
.form-group p {
  margin-bottom: .5rem; }

.custom-file {
  position: relative; }

.custom-file-label {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.5rem + 2px);
  padding: .375rem 1rem;
  padding-top: .75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  margin-left: 5px;
  margin-right: 5px; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: .375rem .75rem;
  padding-top: .75rem;
  line-height: 1.5;
  content: "選擇檔案";
  color: #ffffff;
  background-color: #3f84c5;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: none; }

/*-----radio------*/
.custom-radio {
  margin-left: .5rem;
  margin-right: .5rem; }

/* ==== Basic typography style ==== */
body,
html {
  height: 100%; }

@media only screen and (max-width: 359px) {
  body {
    font-size: 82%; }

  h1,
  .h1 {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-align: center; }

  h2,
  .h2 {
    margin-bottom: 1.5rem; }

  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 1rem;
    font-weight: 600; } }
@media only screen and (max-width: 576px) {
  body {
    font-size: 90%; }

  h1,
  .h1 {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-align: center; }

  h2,
  .h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }

  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 1rem;
    font-weight: 600; } }
a[href^=tel] {
  text-decoration: inherit;
  color: inherit; }

*:focus {
  outline: none; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: .5rem;
  line-height: 1.25;
  color: #999;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border: none; }
  .page-link:hover {
    z-index: 2;
    color: #e28431;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
    border-radius: 99em; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e09e68;
  border-color: #e09e68;
  border-radius: 99em; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.171875rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

/*================================================== 
basic accordion
================================================== */
.accordion_item {
  margin: 5px auto;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }
  .accordion_item p {
    margin-bottom: 1rem; }
  .accordion_item .accordion_title {
    position: relative;
    display: block;
    padding: 0.8125rem 2.5rem 0.9375rem 0.8rem;
    margin-bottom: 2px;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    color: #333; }
    .accordion_item .accordion_title:hover {
      background-color: rgba(0, 0, 0, 0.05);
      transition: all 0.5s ease-out; }
    .accordion_item .accordion_title .accordion_arrow {
      position: absolute;
      top: 0.8125rem;
      right: -5px;
      display: inline-block;
      vertical-align: middle;
      width: 1.6rem;
      height: 1.6rem;
      text-align: center;
      color: #e58b3b;
      border: 1px solid #e58b3b;
      line-height: 1.6rem;
      margin-right: 5px;
      border-radius: 50%;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .accordion_item .accordion-active {
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: bold; }
    .accordion_item .accordion-active:before {
      color: #fff;
      background: #e58b3b; }
  .accordion_item .accordion_rotate {
    transform: rotate(225deg); }
  .accordion_item .accordion_content {
    padding: 1rem .5rem;
    margin-bottom: 2px;
    display: none;
    background-color: #fff;
    position: relative;
    color: #666; }

@media (min-width: 768px) {
  .accordion_item .accordion_title {
    padding: 0.8125rem 3.75rem 0.9375rem 0.9375rem;
    font-size: 1rem; }
    .accordion_item .accordion_title .accordion_arrow {
      top: 0.8125rem;
      right: 0px;
      width: 1.875rem;
      height: 1.875rem;
      line-height: 1.875rem; }
  .accordion_item .accordion_content {
    padding: 1.875rem; } }
/*================================================== 
faq accordion
================================================== */
.faq .accordion_item .accordion_title {
  padding: 0.8125rem 2.5rem 0.9375rem 2.5rem; }
  .faq .accordion_item .accordion_title:before {
    content: 'Q';
    display: inline-block;
    position: absolute;
    left: 0.3rem;
    vertical-align: middle;
    width: 1.875rem;
    height: 1.875rem;
    text-align: center;
    border-radius: 50%;
    line-height: 1.875rem;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05); }
.faq .accordion_item .accordion-active {
  background-color: rgba(0, 0, 0, 0.05); }
  .faq .accordion_item .accordion-active:before {
    color: #fff;
    background: #e58b3b; }
.faq .accordion_item .accordion_content {
  padding-left: 2.5rem; }
  .faq .accordion_item .accordion_content:before {
    content: 'A';
    display: inline-block;
    position: absolute;
    left: .3rem;
    vertical-align: middle;
    width: 1.875rem;
    height: 1.875rem;
    text-align: center;
    border-radius: 50%;
    line-height: 1.875rem;
    color: #419bc9;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
@media (min-width: 768px) {
  .faq .accordion_item .accordion_title {
    padding: 0.8125rem 3.75rem 0.9375rem 3rem; }
    .faq .accordion_item .accordion_title:before {
      left: .5rem;
      width: 1.875rem;
      height: 1.875rem;
      line-height: 1.875rem; }
  .faq .accordion_item .accordion_content {
    padding: 1.875rem;
    padding-left: 3.125rem; }
    .faq .accordion_item .accordion_content:before {
      left: .5rem; } }

/*================================================== 
詳細資訊式accordion
================================================== */
.info-accordion {
  background: #f8f8f8;
  padding: .5rem; }
  .info-accordion .accordion_item .accordion_title {
    position: relative;
    padding: 0.8125rem 1.5rem 0.9375rem 1.5rem;
    margin-bottom: 2px;
    border-radius: 3px; }
    .info-accordion .accordion_item .accordion_title .accordion_icon {
      color: #e58b3b;
      font-size: 1rem;
      font-style: italic;
      margin-right: 1rem;
      font-family: "Noto Serif TC", serif;
      font-weight: 200;
      display: block;
      position: absolute;
      left: 0;
      top: 10px; }
  .info-accordion .accordion_item .accordion-active {
    background: none; }

@media (min-width: 768px) {
  .info-accordion {
    padding: 2rem; }
    .info-accordion .accordion_item .accordion_title {
      position: relative;
      padding: 0.8125rem 1.5rem 0.9375rem 3.5rem;
      margin-bottom: 2px;
      border-radius: 3px; }
      .info-accordion .accordion_item .accordion_title .accordion_icon {
        color: #e58b3b;
        font-size: 1.5rem;
        font-style: italic;
        margin-right: 1rem;
        font-family: "Noto Serif TC", serif;
        font-weight: 200;
        display: block;
        position: absolute;
        left: .5rem;
        top: 0; }
    .info-accordion .accordion_item .accordion_content {
      padding: 1.875rem 1.5rem 1.875rem 4rem; }
    .info-accordion .accordion_item .accordion-active {
      background: none; } }
/* ==== loading ==== */
.site-loading {
  background-color: #212121;
  position: fixed;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 9999999; }
  .site-loading .loader {
    z-index: 2; }

.sl-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -2.5%;
  height: 300px;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.sl-circle {
  background: #1e1e1e;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(128, 128, 128, 0.2);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  height: 190px;
  width: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.sl-logo {
  animation: speeder .4s linear infinite;
  background: url(../images/logo_unidyna_d.svg) no-repeat center top;
  background-size: contain;
  width: 80px;
  height: 88px;
  margin: 24px 34px 24px 24px;
  position: relative;
  transition: all .3s ease-in-out; }

.speedline {
  position: absolute;
  width: 100%;
  height: 100%; }
  .speedline span {
    position: absolute;
    height: 2px;
    width: 0;
    background: #ff6f00;
    opacity: .75; }
    .speedline span:nth-child(1) {
      top: 20%;
      animation: sline .6s linear infinite;
      animation-delay: 1.5s; }
    .speedline span:nth-child(2) {
      top: 40%;
      animation: sline2 .8s linear infinite;
      animation-delay: 2s; }
    .speedline span:nth-child(3) {
      top: 55%;
      animation: sline3 .6s linear infinite; }
    .speedline span:nth-child(4) {
      top: 75%;
      animation: sline4 .5s linear infinite;
      animation-delay: 1s; }

#loadingCricle {
  transition: all .3s ease-in-out; }

@keyframes speeder {
  0% {
    transform: translate(2px, 1px); }
  10% {
    transform: translate(-1px, -2px); }
  20% {
    transform: translate(-2px, 0px); }
  30% {
    transform: translate(1px, 2px); }
  40% {
    transform: translate(1px, -1px); }
  50% {
    transform: translate(-1px, 2px); }
  60% {
    transform: translate(-1px, 1px); }
  70% {
    transform: translate(2px, 1px); }
  80% {
    transform: translate(-2px, -1px); }
  90% {
    transform: translate(2px, 1px); }
  100% {
    transform: translate(1px, -2px); } }
@keyframes sline {
  0% {
    left: 200%; }
  100% {
    width: 40%;
    left: -200%;
    opacity: 0; } }
@keyframes sline2 {
  0% {
    left: 200%; }
  100% {
    width: 40%;
    left: -200%;
    opacity: 0; } }
@keyframes sline3 {
  0% {
    left: 200%; }
  100% {
    width: 45%;
    left: -100%;
    opacity: 0; } }
@keyframes sline4 {
  0% {
    left: 200%; }
  100% {
    width: 45%;
    left: -100%;
    opacity: 0; } }
/* 下載完成 */
.loading-out .sl-logo {
  margin-left: 500%; }
.loading-out .speedline {
  display: none; }
  .loading-out .speedline span {
    animation: none; }
.loading-out #loadingCricle {
  animation: speeder .4s linear;
  animation-delay: .5s;
  opacity: 0; }

.sl-circle.out {
  border: solid 3px #ff6f00;
  opacity: 0;
  /*@include size(5px); */ }

@keyframes circleOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0); } }
.card {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: inherit;
  background-clip: none;
  border: none;
  border-radius: none; }
  .card .card-img {
    position: relative; }
    .card .card-img img {
      width: 100%; }
  .card .card-header {
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 2rem;
    background-color: inherit;
    border-bottom: inherit; }
  .card .card-body {
    color: #666;
    margin-bottom: 0rem;
    flex: 1 1 auto;
    min-height: inherit;
    padding: 0rem; }

.card {
  transition: all .3s ease-in-out; }
  .card:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transition: all .3s ease-in-out; }
    .card:hover .play-icon {
      border: 1px solid #94142d;
      background: #94142d; }

.card-img, .card-img-top {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  flex-shrink: inherit; }

@media (min-width: 768px) {
  .card {
    padding: 1rem;
    margin-bottom: 2rem; } }
@media (min-width: 992px) {
  .card {
    padding: 20px; } }
/*================================================== 
下拉式 主選單 
================================================== */
@media only screen and (min-width: 993px) {
  .dropdown-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }

  .dropdown-list > li {
    position: relative;
    padding: .7rem 1.5rem;
    text-align: center; }
    .dropdown-list > li:hover {
      cursor: pointer; }
    .dropdown-list > li > a {
      position: relative;
      z-index: 10;
      display: inline-block;
      color: #fff;
      transition: all 0.5s ease 0s; }
    .dropdown-list > li > i {
      display: none; }

  .dropdown-list > .active:before {
    content: '★';
    margin-right: .2rem; }

  /*第一層選單 hover底線
  .dropdown-list>li>a::after,
  .dropdown-list>li:hover>a::after {
      content: '';
      height: 2px;
      background-color: #fff;
      position: absolute;
      bottom: -11px;
      left: 0%;
      width: 0%;
      filter: alpha(opacity=0);
      Opacity: 0;
      cursor: pointer;
      transition: all 0.5s ease 0s;
  }
  .dropdown-list>li:hover>a::after {
      width: 100%;
      filter: alpha(opacity=100);
      Opacity: 1.0;
  }
  .dropdown-list>li:hover>a {
      color: #fff;
      transition: all 0.5s ease 0s;
  }*/
  /* 第二層、第三層共用基礎 */
  .dropdown-list > li > ul,
  .dropdown-list > li > ul > li > ul {
    position: absolute;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    transition: all 0.5s ease 0s; }

  /* 第二層選單 */
  .dropdown-list > li > ul {
    top: 49px;
    left: 50%;
    width: 160px;
    margin-left: -80px !important; }

  .dropdown-list > li:hover > ul {
    top: 49px;
    visibility: visible;
    opacity: 1; }

  .dropdown-list > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f1f1f1; }
    .dropdown-list > li > ul > li:last-child {
      border-bottom: 0; }

  .dropdown-list > li > ul > li > a {
    display: block;
    padding: .8rem 1.5rem;
    color: #333;
    background-color: #fff;
    transition: all .3s ease 0s; }

  /* 第二層 hover，只作用在自己的 a */
  .dropdown-list > li > ul > li:hover > a {
    background-color: #94142d;
    color: #fff; }

  /* 第三層選單 */
  .dropdown-list > li > ul > li > ul {
    top: 0;
    left: 100%;
    width: 160px; }

  .dropdown-list > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1; }

  .dropdown-list > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f1f1f1; }
    .dropdown-list > li > ul > li > ul > li:last-child {
      border-bottom: 0; }

  .dropdown-list > li > ul > li > ul > li > a {
    display: block;
    padding: .8rem 1.5rem;
    color: #333;
    background-color: #fff;
    transition: all .3s ease 0s; }

  /* 第三層 hover，只作用在自己的 a */
  .dropdown-list > li > ul > li > ul > li:hover > a {
    background-color: #94142d;
    color: #fff; }

  .dropdown-list li ul li i {
    display: none; } }
/*================================================== 
pad 以下選單
================================================== */
@media only screen and (max-width: 992px) {
  .dropdown-nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: right ease 0.35s;
    transition: all 0.5s ease 0s;
    font-size: 15px; }

  .dropdown-nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 48px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0rem;
    color: #333; }

  .dropdown-nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

  .dropdown-nav ul li ul {
    display: none;
    font-weight: normal !important;
    background-color: rgba(0, 0, 0, 0.03); }

  .dropdown-nav ul li ul li i {
    position: absolute;
    top: 8px;
    right: 15px;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    width: 12px;
    height: 24px;
    padding: 0px 15px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }

  .dropdown-nav ul li ul li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .dropdown-nav ul li ul li:last-child {
      border-bottom: none; }

  .dropdown-list > li > ul {
    width: 100%;
    position: relative;
    top: inherit;
    left: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    text-align: center;
    line-height: 20px;
    margin-left: 0px !important;
    transition: all 0s ease 0s;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }

  .dropdown-nav ul li a {
    color: #333;
    display: block;
    padding: 18px 42px;
    font-weight: normal; }

  .dropdown-nav ul li ul li a {
    display: block;
    text-align: left;
    text-decoration: none; }

  .dd-icon {
    display: block; }

  .dropdown-list > li > ul > li {
    width: auto;
    padding: 0;
    border: none; }

  .dropdown-list > li > ul a {
    width: auto;
    padding: 18px 55px !important; }

  .dropdown-list {
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: #fff; }

  .dropdown-list li ul li i {
    display: display; } }
/*================================================== 
文章 文字式列表
================================================== */
.article-list {
  background: #fff; }
  .article-list li {
    position: relative;
    padding: .8rem 0;
    padding-bottom: 2.2rem;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    transition: all .3s ease-in-out; }
    .article-list li:last-child {
      border-bottom: none; }
    .article-list li:hover {
      background: rgba(0, 0, 0, 0.02);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
      transform: translateY(-4px);
      -webkit-transform: translateY(-4px);
      transition: all .3s ease-in-out;
      cursor: pointer; }
      .article-list li:hover a {
        color: #e58b3b; }
    .article-list li .date {
      color: #e58b3b;
      margin-right: .5rem;
      display: block;
      position: absolute;
      left: 0rem; }
    .article-list li .tools {
      position: absolute;
      left: 0rem;
      bottom: .8rem;
      color: #999; }
      .article-list li .tools i {
        color: rgba(0, 0, 0, 0.3);
        margin-right: .5rem; }
    .article-list li a {
      display: block;
      margin: 0;
      margin-top: 1.5rem; }

@media (min-width: 768px) {
  .article-list li {
    padding: 0; }
    .article-list li a {
      margin: 0 8.5rem 0 5rem;
      margin-top: 0rem;
      padding: 1.7rem 2rem; }
    .article-list li .date {
      margin-right: .5rem;
      left: 1rem;
      top: 1.7rem; }
    .article-list li .tools {
      left: auto;
      right: 1rem;
      top: 1.7rem; } }
/*================================================== 
idx list 樣式
================================================== */
@media (min-width: 768px) {
  .idx-tabs .article-list li a {
    margin: 0 2rem 0 5rem; } }
/*================================================== 
download list 樣式
================================================== */
.pageinfo-list li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 1em; }
  .pageinfo-list li:before {
    content: "\e913";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    margin: 0 0.3rem;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    top: 1.2rem;
    left: 0;
    position: absolute; }
  .pageinfo-list li a {
    padding: 1rem;
    padding-right: 0;
    display: inline-block;
    width: 100%; }

@media (min-width: 768px) {
  .pageinfo-list li a {
    padding: 1rem; } }
/*================================================== 
鑽石列表/招生資訊 懶人包
================================================== */
.artic-list-dm li {
  position: relative;
  padding-left: 1em;
  margin-bottom: .3rem; }
  .artic-list-dm li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #d58d4d;
    transform: rotate(45deg);
    color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    position: absolute;
    margin: 10px 0; }

/*================================================== 
 normal列表樣式/招生資訊
================================================== */
.normal-list {
  margin-bottom: 2rem; }

/*================================================== 
 數字列 列表樣式/師資介紹論文
================================================== */
.decimal-list {
  padding-left: 1.5rem; }
  .decimal-list li {
    list-style: decimal;
    padding: .5rem;
    border-bottom: 1px dotted #c6c6c6;
    transition: all .3s ease-in-out;
    list-style: decimal; }
    .decimal-list li:hover {
      background: #f8f4f2;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
      transform: translateY(-4px);
      -webkit-transform: translateY(-4px);
      transition: all .3s ease-in-out; }

@media (min-width: 768px) {
  .decimal-list {
    padding: 0; }
    .decimal-list li {
      padding: 1rem; } }
/*================================================== 
研討會下載 列表
================================================== */
.dl-clean-list {
  background: #fff;
  padding: 0 1rem;
  border: 1px solid #ededed; }
  .dl-clean-list li {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 1em; }
    .dl-clean-list li:last-child {
      border-bottom: none; }
    .dl-clean-list li:before {
      content: "\e913";
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 16px;
      margin: 0 0.3rem;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.2);
      display: inline-block;
      top: 1.2rem;
      left: 0;
      position: absolute; }
    .dl-clean-list li a {
      padding: 1rem;
      padding-right: 0;
      display: inline-block;
      width: 100%; }

@media (min-width: 768px) {
  .dl-clean-list li a {
    padding: 1rem; } }
/*================================================== 
研討會下載-報名sidebar list
================================================== */
.sidebar-list {
  border: 1px solid #ebebeb;
  padding-bottom: 1.5rem;
  color: #555; }
  .sidebar-list h5 {
    background: #f7f7f7;
    padding: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #333;
    font-size: 0.9375rem; }
  .sidebar-list li {
    padding: .3rem 1rem; }
  .sidebar-list i {
    color: #de975d;
    margin-right: 1rem; }

/*================================================== 
 數字列 列表樣式/課程資訊
================================================== */
.org-list {
  padding-left: 1.5rem; }
  .org-list li {
    list-style: decimal;
    padding: .5rem;
    border-bottom: 1px dotted #c6c6c6;
    transition: all .3s ease-in-out;
    list-style: decimal; }
    .org-list li:hover {
      background: #f8f4f2;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
      transform: translateY(-4px);
      -webkit-transform: translateY(-4px);
      transition: all .3s ease-in-out; }

@media (min-width: 768px) {
  .decimal-list {
    padding: 0; }
    .decimal-list li {
      padding: 1rem; } }
/*================================================== 
basic tab
================================================== */
.tab-navbar {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around; }
  .tab-navbar .tab-nav {
    position: relative;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    margin-right: 3px;
    margin-bottom: 3px; }
    .tab-navbar .tab-nav a {
      display: block;
      padding: 0.6rem 0rem;
      width: 100%; }
  .tab-navbar:focus, .tab-navbar:hover {
    cursor: pointer; }

.tab-content {
  animation-name: fadein;
  animation-duration: 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.tab-content-title {
  font-size: 1.5rem;
  line-height: 1.8; }
  .tab-content-title span {
    display: block;
    font-size: 1rem; }

@media (min-width: 1400px) {
  .tab-navbar .tab-nav {
    margin-bottom: 0px; }
    .tab-navbar .tab-nav a {
      padding: 0.8rem 2.2rem; } }
@media (max-width: 992px) {
  .tab-navbar .tab-nav {
    flex: auto;
    min-width: calc(33.3333% - 3px); } }
@media (max-width: 1300px) {
  .tab-navbar .tab-nav a {
    padding: 0.6rem 1rem; } }
/*================================================== 
tab / tab-navbar  btntabbar
================================================== */
.btntabbar .tab-navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: start; }
.btntabbar .tab-nav {
  background: #ededed; }
  .btntabbar .tab-nav.active {
    background: #d68a4c;
    color: #fff; }
.btntabbar .tab-content {
  background: #fcfaf9;
  padding: 1rem;
  border: 1px solid #ededed; }

@media (min-width: 768px) {
  .btntabbar .tab-content {
    padding: 2rem; } }
/*================================================== 
tab / tab-navbar  redline
================================================== */
.redline .tab-navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: #fafafa; }
.redline .tab-nav:after {
  content: '';
  width: 0%;
  height: 3px;
  background: #94142d;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transition: all .3s ease-in-out; }
.redline .tab-nav.active:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #94142d;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transition: all .3s ease-in-out; }
.redline .tab-content {
  padding: 1rem; }

@media (min-width: 768px) {
  .redline .tab-navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly; }
  .redline .tab-content {
    padding: 2rem; } }
@media (max-width: 992px) {
  .redline .tab-navbar .tab-nav {
    flex: 0;
    min-width: calc(50% - 10px);
    border-bottom: 1px solid #ededed;
    margin-bottom: 0px; } }
/*================================================== 
tab / tab-navbar-iconstyle
================================================== */
.icontabbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 2rem; }
  .icontabbar .tab-nav {
    display: inline-block;
    flex: auto;
    text-align: center;
    width: 33.333333%;
    min-height: 80px;
    margin-bottom: .5rem;
    font-weight: bold;
    position: relative;
    padding: 0;
    margin-right: 0; }
    .icontabbar .tab-nav:after {
      content: '';
      width: 1px;
      height: 15px;
      border-left: 2px dotted #c6c6c6;
      position: absolute;
      display: block;
      right: 0;
      top: 80%; }
    .icontabbar .tab-nav:nth-child(3n):after {
      display: none; }
    .icontabbar .tab-nav i {
      display: block;
      font-size: 32px;
      border-radius: 99em;
      width: 60px;
      height: 60px;
      padding: .75rem;
      margin: 0 auto;
      line-height: 40px;
      transition: all .3s ease-in-out;
      color: #666666; }
    .icontabbar .tab-nav:hover {
      color: #4696c8; }
      .icontabbar .tab-nav:hover i {
        background: #4696c8;
        color: #fff;
        margin-bottom: 0rem;
        padding: .5rem;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        transition: all .3s ease-in-out; }
  .icontabbar .active {
    color: #4696c8; }
    .icontabbar .active i {
      background: #4696c8;
      color: #fff;
      margin-bottom: 0rem; }

@media (min-width: 768px) {
  .icontabbar {
    margin-bottom: 2rem; }
    .icontabbar .tab-nav {
      width: auto;
      margin-top: 0rem;
      margin-right: 0; }
      .icontabbar .tab-nav:last-child:after {
        border: none; }
      .icontabbar .tab-nav:nth-child(3n):after {
        display: block; }
      .icontabbar .tab-nav i {
        font-size: 40px;
        width: 88px;
        height: 88px;
        padding: .5rem;
        line-height: 65px; }
      .icontabbar .tab-nav a {
        padding: 0; } }
@media (min-width: 992px) {
  .icontabbar {
    margin-bottom: 4rem; } }
/*================================================== 
tab / loactaion
================================================== */
.tab-loactaion {
  position: relative;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ededed; }
  .tab-loactaion .tab-navbar {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
    .tab-loactaion .tab-navbar .tab-nav {
      position: relative;
      white-space: nowrap;
      text-align: center;
      cursor: pointer;
      margin-right: .5rem;
      margin-left: .5rem;
      margin-bottom: 3px;
      border: 1px solid #ebebeb; }
      .tab-loactaion .tab-navbar .tab-nav a {
        display: block;
        padding: 0.6rem 2rem;
        width: 100%; }
    .tab-loactaion .tab-navbar:focus, .tab-loactaion .tab-navbar:hover {
      cursor: pointer; }
    .tab-loactaion .tab-navbar .active {
      border: 1px solid #e58b3b;
      color: #e58b3b; }

/*================================================== 
table
================================================== */
table {
  width: 100%; }

table th, table td {
  padding: 0.75rem;
  vertical-align: top; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ebebeb; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebebeb; }
  .table tbody + tbody {
    border-top: 2px solid #ebebeb; }
  .table .table {
    background-color: #fff; }

.table-bordered {
  border: 1px solid #ebebeb; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ebebeb; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

/*================================================== 
table style
================================================== */
.table-style1 {
  margin: 0 auto;
  background: #fff;
  margin-top: 1rem; }

/*================================================== 
rwd-table
================================================== */
.rwd-table {
  background: #fff;
  border: 1px solid #ebebeb;
  width: 100%; }

/*.rwd-table tr:nth-of-type(2n) {
    background: #eee;
}*/
.rwd-table tbody {
  border-top: 1px solid #ebebeb; }

.rwd-table tr {
  border-bottom: 15px solid #fff; }

.rwd-table th {
  display: none;
  background: #f7f7f7; }

.rwd-table td {
  display: block;
  border-bottom: 1px solid #ebebeb; }
  .rwd-table td:first-child {
    border-top: 1px solid #ebebeb; }

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  height: 100%; }

.rwd-table th,
.rwd-table td {
  text-align: left;
  position: relative;
  padding-left: 7.5em; }

.rwd-table th,
.rwd-table td:before {
  color: #666666; }

@media (min-width: 480px) {
  .rwd-table tr {
    border-bottom: 1px solid #ebebeb; }

  .rwd-table td:before {
    display: none; }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em; }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0; }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0; }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important; } }
.inline-small {
  width: 105px;
  display: inline-block !important; }

/*================================================== 
table vertical
================================================== */
.table-header {
  font-size: 1.125rem;
  margin-bottom: 1rem; }

.table-v {
  margin-bottom: 1rem;
  border: 1px solid #ebebeb; }
  .table-v tr td:first-child {
    background: #f8f8f8;
    width: 30%;
    color: #666;
    text-align: center; }
  .table-v tr td {
    padding-left: 1rem;
    padding-right: 1rem; }
  .table-v tr {
    border-bottom: 1px solid #ebebeb; }

@media (min-width: 768px) {
  .table-v tr td:first-child {
    width: 20%; } }
.table-invisible {
  margin-bottom: 1rem;
  color: #f42f41; }
  .table-invisible tr td:first-child {
    width: 30%;
    text-align: center; }
  .table-invisible tr td {
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle; }
  .table-invisible .total {
    font-size: 1.25rem; }

@media (min-width: 768px) {
  .table-invisible tr td:first-child {
    width: 20%; } }
/*================================================== 
table member-table
================================================== */
.mem-table {
  margin-top: 2rem; }
  .mem-table tr:nth-child(odd) {
    border-bottom: none; }
  .mem-table .btn {
    letter-spacing: 0;
    padding-left: 1rem;
    padding-right: 1rem; }
  .mem-table .custom-file {
    margin: 0 auto;
    display: block;
    min-height: 100px; }
  .mem-table .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.5rem);
    padding: .375rem .75rem;
    padding-top: .75rem;
    line-height: 1.5;
    content: "選擇檔案";
    color: #495057;
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0; }
  .mem-table .s-display-none {
    padding-left: 10px; }
  .mem-table .s-display-none:before {
    display: none; }

@media (min-width: 768px) {
  .mem-table {
    margin-top: 2rem; }
    .mem-table td, .mem-table th {
      border: 1px solid #dee2e6;
      text-align: center;
      vertical-align: middle; } }
/*================================================== 
banner
================================================== */
#banner-idx.owl-theme .owl-nav {
  margin-top: 0px; }

#banner-idx.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px; }

/*================================================================ 
wrap
================================================================ */
.wrap {
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important; }

.wrap:after {
  clear: both; }

@media (min-width: 992px) {
  .wrap {
    width: 98%; } }
@media (min-width: 1200px) {
  .wrap {
    width: 95%; } }
@media (min-width: 1500px) {
  .wrap {
    width: 75%; } }
/*================================================================ 
主內容與header距離
================================================================ */
.top-space-wrap {
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 125px;
  background: #fff;
  border-bottom: 1px solid #ebebeb; }

@media only screen and (max-width: 375px) {
  .top-space-wrap {
    padding-top: 100px; } }
@media (min-width: 768px) {
  .top-space-wrap {
    padding-top: 100px; } }
@media (min-width: 992px) {
  .top-space-wrap {
    padding-top: 109px; } }
/*================================================================ 
主內容背景+框架
================================================================ */
body {
  background-image: url(../images/bg-logo.png), url(../images/bg-content.jpg);
  background-position: -150px 30px, left top;
  background-repeat: no-repeat, repeat;
  padding: 0;
  position: relative;
  background-attachment: fixed; }

.content-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /*padding-bottom: 3rem;*/
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 576px) {
  .content-wrap {
    max-width: 540px; } }
@media (min-width: 768px) {
  .content-wrap {
    max-width: 98%;
    /*padding-bottom: 5rem;*/
    padding-top: 3rem; } }
@media (min-width: 992px) {
  .content-wrap {
    max-width: 98%; } }
@media (min-width: 1200px) {
  .content-wrap {
    max-width: 95%; } }
@media (min-width: 1500px) {
  .content-wrap {
    max-width: 75%; } }
/*================================================================ 
主內容 圓角白底 
================================================================ */
.main-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 500px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.04);
  overflow: hidden;
  width: 100%;
  margin-bottom: 3rem; }

.main-inner {
  padding: 1rem;
  padding-bottom: 3rem; }

@media (min-width: 768px) {
  .main-box {
    border-radius: 3px;
    margin-bottom: 5rem; }

  .main-inner {
    padding: 1rem;
    padding-bottom: 3rem; } }
@media (min-width: 992px) {
  .main-inner {
    padding: 3rem; } }
/*================================================================ 
主內容 滿版白底
================================================================ */
.main-content {
  width: 100%;
  background: #fff;
  padding-bottom: 0rem; }

@media (min-width: 768px) {
  .main-content {
    padding-bottom: 4rem; } }
.gray-bg {
  background: #fafafa;
  padding: 3rem 0; }

/*================================================================ 
頁面-banner
================================================================ */
.banner-about-01 {
  background: url(../images/about/about-history-banner.jpg) center center no-repeat; }

.banner-about-02 {
  background: url(../images/about/about-features-banner.jpg) center center no-repeat; }

.banner-about-03 {
  background: url(../images/about/about-equipments-banner.jpg) center center no-repeat; }

.page-banner {
  border-radius: 5px 5px 0 0;
  margin-bottom: 1rem;
  position: relative;
  height: 350px;
  width: 100%;
  text-align: center;
  overflow: hidden; }
  .page-banner h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: black 0.1em 0.1em 0.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    width: 100%; }
    .page-banner h2 span {
      display: block;
      margin-bottom: 1rem;
      font-weight: 200;
      font-size: 2rem;
      font-family: "Noto Serif TC", serif; }
  .page-banner:after {
    content: '';
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 97%;
    height: 335px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .page-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 370px;
    max-width: inherit; }

.banner-parallax {
  background-size: cover;
  display: table;
  background-attachment: fixed; }

@media (min-width: 768px) {
  .page-banner {
    height: 370px; }
    .page-banner h2 {
      font-size: 2rem;
      line-height: 1.5; }
    .page-banner:after {
      width: 99%;
      height: 355px; }
    .page-banner img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 370px; } }
@media (min-width: 1500px) {
  .page-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 370px; } }
/*================================================================ 
頁面選單
================================================================ */
.scroll-nav {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: auto; }

.sitemenu {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .sitemenu li {
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin: 0 1rem;
    font-weight: bold; }
    .sitemenu li:last-child {
      padding-right: 50px; }
    .sitemenu li:nth-child(3n) {
      margin-left: 0; }
    .sitemenu li a {
      display: inline-block;
      padding: 1.2rem 0;
      position: relative;
      color: #3a463e; }
    .sitemenu li i {
      font-size: 20px; }
  .sitemenu .active a {
    color: #94142d; }
    .sitemenu .active a:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #94142d;
      opacity: 1;
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      transition: all .3s ease-in-out; }
  .sitemenu .sitemenu-title {
    display: none; }
  .sitemenu .sitemenu-open-btn {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 1rem;
    border-left: 1px solid #ebebeb;
    background: #fff;
    transition: all .3s ease-in-out;
    padding: 0.2rem 0.5rem; }
  .sitemenu.sitemenu-all {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: start; }
    .sitemenu.sitemenu-all .sitemenu-title {
      display: block;
      width: 100%;
      padding: 1rem 0;
      border-bottom: 1px solid #ebebeb; }
    .sitemenu.sitemenu-all li {
      width: 33.33333%;
      margin: 0; }
      .sitemenu.sitemenu-all li:last-child {
        padding-right: 0px; }

@media (min-width: 992px) {
  .sitemenu {
    justify-content: space-around; }
    .sitemenu li {
      margin: 0; }
      .sitemenu li a {
        display: inline-block;
        padding: 1.5rem 0;
        position: relative; }
      .sitemenu li i {
        font-size: 25px; }
      .sitemenu li:last-child {
        padding-right: 0px; }
    .sitemenu .sitemenu-open-btn {
      display: none; } }
/*================================================================ 
頁面 標題
================================================================ */
.page-title {
  text-align: center;
  padding-bottom: 2rem;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5; }
  .page-title span.en {
    display: block;
    margin-bottom: 0rem;
    font-size: 1.3rem; }
    .page-title span.en:after {
      content: '';
      opacity: 0; }
  .page-title span:after {
    content: "|";
    opacity: 0.2;
    padding: 0 4px 0 8px; }
  .page-title span:last-child:after {
    content: ''; }

@media (min-width: 992px) {
  .page-title {
    padding-bottom: 3rem; }
    .page-title span.en {
      margin-bottom: 0.8rem;
      font-size: 1.75rem; } }
.inner-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin: 2rem 0; }

@media (min-width: 768px) {
  .inner-title {
    font-size: 1.5rem;
    margin: 2rem 0; } }
/*================================================================ 
主內文寬縮減
================================================================ */
.page-article {
  width: 100%;
  margin: 0 auto; }

@media (min-width: 768px) {
  .page-article {
    width: 85%;
    margin: 0 auto; } }
/*================================================== 
文章-詳細頁
================================================== */
.page-tools {
  color: #999;
  float: right; }

.artitle-date {
  color: #e58b3b;
  display: block;
  margin: 1rem 0; }

.artitle-title {
  text-align: left;
  margin: 1.5rem 0 1rem 0;
  font-size: 1.2rem; }

@media (min-width: 768px) {
  .artitle-date {
    margin: 0; }

  .artitle-title {
    font-size: 1.5rem;
    margin: 1rem 0;
    width: 80%; } }
/*================================================================ 
頁面-按鈕區 分頁/上下頁
================================================================ */
.btn-area {
  margin-bottom: 4rem;
  color: #999;
  width: 100%; }
  .btn-area a:hover {
    color: #e58b3b; }

.btn-tools li {
  display: inline-block;
  padding: .5rem 1rem;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .btn-tools li i {
    margin: 0; }

/*================================================================ 
//----note-box----//
================================================================ */
.note-box {
  background: #fffaf7;
  border: 1px solid #f9d4b6;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 3rem;
  color: #666;
  margin-bottom: 2rem; }
  .note-box p {
    margin: 0; }
  .note-box li a {
    text-decoration: underline;
    padding: .3rem;
    display: inline-block; }
  .note-box li i {
    display: inline-block;
    color: rgba(0, 0, 0, 0.2); }
  .note-box .indent {
    text-indent: -2.5em;
    margin-left: 3em; }
  .note-box .note-title-y {
    color: #b87945;
    margin-bottom: 1rem; }

/*================================================================ 
//----相關文章----//
================================================================ */
.post-article {
  margin-top: 4rem;
  margin-bottom: 3rem; }
  .post-article .text-title {
    font-size: 1rem;
    font-weight: bold; }
  .post-article li {
    margin-bottom: .5rem; }
    .post-article li a {
      text-decoration: underline; }

/*================================================== 
後端 upload-text 
================================================== */
.upload-text p {
  margin-bottom: 1rem; }
.upload-text ul {
  margin-bottom: 1rem; }
  .upload-text ul li {
    padding-left: auto; }

@media (max-width: 767px) {
  .upload-text img {
    max-width: 100%; } }
/*================================================================ 
步驟樣式
================================================================ */
.step-basc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 1.5rem; }
  .step-basc li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 1rem; }
    .step-basc li span {
      display: block;
      font-size: 1.5rem;
      color: #57729d;
      font-style: italic;
      font-family: "Noto Serif TC", serif;
      margin-bottom: 0rem; }
    .step-basc li:after {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 16px;
      margin: 0 0.3rem;
      font-size: 25px;
      vertical-align: middle;
      content: '\e911';
      display: block;
      position: absolute;
      right: -1rem;
      top: 50%;
      transform: translateY(-50%);
      color: #edeceb; }
    .step-basc li:last-child:after {
      display: none; }

@media (min-width: 768px) {
  .step-basc {
    margin-top: 1.5rem; }
    .step-basc li {
      width: 16.66666%; }
      .step-basc li span {
        margin-bottom: 1.5rem; }
      .step-basc li:after {
        right: -1rem;
        top: 50%; } }
/*================================================================ 
無障礙/貓頭鷹輪播
================================================================ */
/*--slider 基本set--*/
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .owl-prev img,
  .owl-next img {
    height: 25px;
    width: 25px; }

.owl-prev {
  left: -1rem; }

.owl-next {
  right: -1rem; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #94142d; }

.am-dot {
  width: 12px !important;
  height: 12px;
  border-radius: 50%;
  background: #D6D6D6;
  margin: .5rem;
  padding: 0; }

@media (min-width: 768px) {
  .owl-prev img,
  .owl-next img {
    height: 45px;
    width: 45px; }

  .owl-prev {
    left: 0rem; }

  .owl-next {
    right: 0rem; } }
/*================================================================ 
tab content 標題
================================================================ */
.ph-title {
  font-size: 1.1rem;
  position: relative;
  padding-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem; }
  .ph-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 20px;
    border-radius: 15px;
    background: #e09945;
    display: block; }
  .ph-title span {
    color: #e58b3b; }

@media (min-width: 768px) {
  .ph-title {
    font-size: 1.5rem;
    padding-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .ph-title:before {
      height: 20px;
      top: 3px; } }
.ph-title-s {
  font-size: 1.1rem;
  position: relative;
  padding-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem; }
  .ph-title-s:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 20px;
    border-radius: 15px;
    background: #e09945;
    display: block; }
  .ph-title-s span {
    color: #e58b3b;
    display: block; }

@media (min-width: 768px) {
  .ph-title-s {
    font-size: 1.2rem;
    padding-left: 1rem;
    margin-top: 3rem;
    margin-bottom: 1rem; }
    .ph-title-s:before {
      height: 20px;
      top: 3px; } }
/*================================================================ 
fbRightBox
================================================================ */
.fbRightBox {
  display: none; }

@media (min-width: 768px) {
  .fbRightBox {
    display: block;
    float: right;
    height: 120px;
    width: 400px;
    position: fixed;
    z-index: 99999;
    top: 45%;
    right: -360px;
    padding: 0 0px 0 46px;
    margin: 0;
    background: #116fd1;
    color: #fff;
    border-radius: 5px; }
    .fbRightBox span {
      display: block;
      position: absolute;
      left: 0px;
      writing-mode: vertical-lr;
      font-size: 24px;
      top: 15px; } }
.idx-bg {
  background-image: url(../images/bg-logo.png), url(../images/bg-content.jpg);
  background-position: -50px -50px, left top;
  background-repeat: no-repeat, repeat;
  padding: 0;
  position: relative; }
  .idx-bg .content-wrap {
    padding-bottom: 2rem;
    padding-top: 1rem; }

/*================================================================ 
首頁tab
================================================================*/
.idx-tabs .tab-navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff; }
.idx-tabs .article-list {
  width: 100%;
  padding: 0 2rem; }

@media (min-width: 768px) {
  .idx-tabs .tab-content {
    width: 100%;
    font-size: 1rem;
    padding-top: 4em;
    padding-bottom: 2em;
    padding-left: 0;
    min-height: 640px; } }
/*================================================================ 
首頁 廣告區塊
================================================================ */
.idx-ad {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .idx-ad img {
    display: block;
    margin-bottom: .5rem;
    width: auto;
    max-width: 100%; }

@media (min-width: 768px) {
  .idx-ad a {
    width: 50%; }
  .idx-ad img {
    width: 100%; } }
@media (min-width: 1200px) {
  .idx-tabs .tab-content {
    width: 72%; }

  .idx-ad {
    position: absolute;
    top: 100px;
    right: 4%;
    flex-direction: column; }
    .idx-ad a {
      width: 100%; }
    .idx-ad img {
      width: auto; } }
@media (min-width: 1500px) {
  .idx-ad {
    top: 100px;
    right: 13.5%; } }
/*================================================================ 
about-history
================================================================ */
.timeline-history {
  background: #f5f2f1;
  margin: 1rem;
  padding: 2rem .5rem 3rem .5rem;
  position: relative; }
  .timeline-history:before {
    content: '';
    position: absolute;
    height: 88%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    left: 1.5rem; }
  .timeline-history .timeline-start {
    position: absolute;
    left: .5rem;
    top: .5rem;
    color: rgba(0, 0, 0, 0.3); }
  .timeline-history .timeline-now {
    position: absolute;
    left: .5rem;
    bottom: -.5rem;
    color: rgba(0, 0, 0, 0.3); }

.timeline-content {
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.5rem; }
  .timeline-content:before {
    content: '';
    position: absolute;
    left: .5rem;
    top: 1rem;
    display: block;
    width: 20px;
    height: 20px;
    background: #e29a60;
    border: 5px solid #f5f2f1;
    border-radius: 99em;
    box-shadow: 1px -1px 3px #e29a60, -1px 1px 3px #e29a60; }
  .timeline-content:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 1.5rem;
    display: block;
    width: 1.5rem;
    height: 1px;
    background: rgba(0, 0, 0, 0.2); }
  .timeline-content .year {
    font-size: 1.75rem;
    margin-bottom: 0; }
  .timeline-content li {
    margin-bottom: 1rem;
    vertical-align: top; }
    .timeline-content li .month {
      display: inline-block;
      padding: 0 8px;
      color: #fff;
      background: #e29a60;
      border-radius: 2px;
      margin-right: 5px;
      vertical-align: top; }
    .timeline-content li .indent {
      display: inline-block;
      width: 80%; }

@media (min-width: 992px) {
  .timeline-history {
    min-height: 450px;
    text-align: center;
    padding: 0;
    padding-top: 2rem; }
    .timeline-history:before {
      height: 1px;
      width: 90%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .timeline-history .timeline-start {
      position: absolute;
      left: 2rem;
      top: 47%;
      color: rgba(0, 0, 0, 0.3); }
    .timeline-history .timeline-now {
      position: absolute;
      right: 2rem;
      top: 47%;
      bottom: auto;
      left: auto;
      color: rgba(0, 0, 0, 0.3); }

  .timeline-content {
    position: relative;
    padding-left: 0rem;
    padding-top: 2.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    width: 18%;
    vertical-align: top;
    min-height: 180px; }
    .timeline-content:before {
      left: 10%;
      top: auto;
      bottom: -2.5rem; }
    .timeline-content:after {
      left: 10%;
      top: auto;
      bottom: -1.7rem;
      width: 1px;
      height: 1.5rem;
      margin-left: 10px; }
    .timeline-content .year {
      font-size: 1.75rem;
      margin-bottom: 0;
      text-align: left; }
    .timeline-content li {
      margin-bottom: 1rem;
      vertical-align: top;
      text-align: left; }
      .timeline-content li .month {
        display: inline-block;
        padding: 0 8px;
        color: #fff;
        background: #e29a60;
        border-radius: 2px;
        margin-right: 5px;
        vertical-align: top; }
      .timeline-content li .indent {
        display: inline-block;
        width: 75%; }
    .timeline-content:nth-child(even) {
      top: 200px; }
    .timeline-content:nth-child(even):before {
      top: 1px;
      bottom: auto; }
    .timeline-content:nth-child(even):after {
      top: 1rem;
      bottom: auto; } }
/*================================================================ 
about-history 貓頭鷹輪播
================================================================ */
#owl-history {
  min-height: 450px !important; }
  #owl-history .owl-item {
    min-height: 450px !important; }

/*================================================================ 
about-video
================================================================ */
.video-card .card-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none; }

.play-icon {
  border-radius: 5px;
  width: 75px;
  height: 50px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all .3s ease-in-out; }
  .play-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #ffffff; }

/*================================================================ 
about-location tab
================================================================ */
#location-map {
  height: auto; }
  #location-map .tablist {
    margin: .5rem auto .5rem auto; }
  #location-map .tab {
    padding: .5rem 2rem;
    border: 1px solid #ebebeb;
    margin-right: 1rem; }
  #location-map .tab:after {
    background: transparent; }
  #location-map .tab:before {
    content: '';
    border-width: 10px;
    border-bottom-color: #e58b3b;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 18px;
    display: block;
    transition: all .3s ease-in-out; }
  #location-map li.selected {
    border: 1px solid #e58b3b;
    color: #e58b3b; }
    #location-map li.selected:after, #location-map li.selected:before {
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      top: -20px;
      position: absolute;
      background: transparent;
      opacity: 1; }
    #location-map li.selected:after {
      border-width: 8px;
      border-bottom-color: #fff;
      left: 20px;
      top: -16px; }
    #location-map li.selected:before {
      border-width: 10px;
      border-bottom-color: #e58b3b;
      left: 18px; }

/*----交通方式----*/
.location-card .card-header {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  text-align: center; }
  .location-card .card-header i {
    font-size: 2rem;
    color: #e58b3b;
    width: 80px;
    height: 80px;
    border-radius: 99em;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-right: 1rem; }
.location-card .card-body {
  padding-left: 1rem; }
  .location-card .card-body li {
    list-style-type: disc; }
  .location-card .card-body span {
    color: #e58b3b; }

.feature-area {
  padding-top: 5rem; }

.feature-section .container,
.vision-section .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px; }

.feature-section .section-title,
.vision-section .section-title {
  display: inline-block;
  background: #a3142f;
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  min-width: 120px;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center; }

.feature-section {
  /* 右側圖片 */ }
  .feature-section .feature-content {
    position: relative; }
  .feature-section .feature-image {
    float: right;
    width: auto;
    margin-left: 40px;
    margin-bottom: 20px; }
    .feature-section .feature-image img {
      width: 100%;
      display: block; }
  .feature-section .feature-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #cfcfcf; }
    .feature-section .feature-item:last-child {
      border: none; }
    .feature-section .feature-item h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 10px; }
    .feature-section .feature-item .num {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #a3142f;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: bold; }

@media (max-width: 1024px) {
  .feature-section .section-title {
    margin-bottom: 20px; }
  .feature-section .feature-image {
    width: 420px;
    margin-left: 30px; }
  .feature-section .feature-item h3 {
    font-size: 18px; } }
@media (max-width: 768px) {
  .feature-section {
    padding: 30px 0 0 0; }
    .feature-section .container {
      padding: 0 16px; }
    .feature-section .feature-image {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-bottom: 20px; }
    .feature-section .feature-item {
      padding-bottom: 0px;
      margin-bottom: 20px; }
      .feature-section .feature-item h3 {
        font-size: 17px; } }
.vision-section .vision-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px; }
.vision-section .vision-item {
  width: 33.3333%; }
.vision-section .vision-image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 24px; }
  .vision-section .vision-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: 0; }
.vision-section .vision-number {
  color: #a3142f;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 12px;
  letter-spacing: 0.02em; }
.vision-section .vision-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #444; }

@media (max-width: 1024px) {
  .vision-section .section-title {
    margin-bottom: 42px; }
  .vision-section .vision-list {
    gap: 30px; }
  .vision-section .vision-image {
    width: 190px;
    height: 190px;
    margin-bottom: 20px; }
  .vision-section .vision-number {
    font-size: 36px;
    margin-bottom: 10px; }
  .vision-section .vision-text {
    font-size: 14px;
    line-height: 1.8; } }
@media (max-width: 768px) {
  .vision-section {
    padding: 30px 0 36px; }
    .vision-section .container {
      padding: 0 16px; }
    .vision-section .section-title {
      font-size: 16px;
      padding: 9px 22px;
      margin-bottom: 28px; }
    .vision-section .vision-list {
      display: block; }
    .vision-section .vision-item {
      width: 100%;
      margin-bottom: 36px; }
      .vision-section .vision-item:last-child {
        margin-bottom: 0; }
    .vision-section .vision-image {
      width: 180px;
      height: 180px;
      margin: 0 auto 18px; }
    .vision-section .vision-number {
      font-size: 34px;
      text-align: center;
      margin-bottom: 10px; }
    .vision-section .vision-text {
      font-size: 14px;
      line-height: 1.8;
      text-align: center; } }
.career-section {
  padding: 40px 0 60px;
  overflow: hidden; }
  .career-section .container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px; }
  .career-section .career-layout {
    position: relative;
    min-height: 760px; }
  .career-section .career-center {
    position: absolute;
    top: 130px;
    left: 50%;
    width: 488px;
    height: 488px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/about/career-circle.png") center/100% 100% no-repeat; }
  .career-section .career-center-inner {
    width: 230px;
    height: 230px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #dd8f1d;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .career-section .career-center-small {
    margin-bottom: 14px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.55; }
  .career-section .career-center-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2; }
  .career-section .career-card {
    position: absolute;
    background-color: rgba(189, 224, 235, 0.2);
    border: 1px solid #cfe3e8;
    border-radius: 22px;
    box-sizing: border-box;
    padding: 32px 28px 24px;
    transition: transform 0.3s cubic-bezier(0.4, 0.2, 0.2, 1), box-shadow 0.3s ease; }
    .career-section .career-card p {
      margin: 0;
      color: #555;
      font-size: 15px;
      line-height: 1.95;
      text-align: justify; }
  .career-section .career-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px; }
    .career-section .career-card-title h3 {
      margin: 0;
      color: #444;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.4; }
  .career-section .career-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .career-section .career-icon img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .career-section .career-card:not(.career-card-5):hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06); }
  .career-section .career-card-1,
  .career-section .career-card-2 {
    top: 0;
    width: 436px;
    min-height: 192px; }
  .career-section .career-card-3,
  .career-section .career-card-4 {
    top: 278px;
    width: 436px;
    min-height: 232px; }
  .career-section .career-card-1 {
    left: 140px; }
  .career-section .career-card-2 {
    right: 140px; }
  .career-section .career-card-3 {
    left: 8px; }
  .career-section .career-card-4 {
    right: 8px; }
  .career-section .career-card-5 {
    bottom: 0;
    left: 50%;
    width: 550px;
    min-height: 216px;
    transform: translateX(-50%); }
    .career-section .career-card-5:hover {
      transform: translateX(-50%) translateY(-4px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06); }

/* 平板 */
@media (max-width: 1200px) {
  .career-section {
    padding: 36px 0 48px; }
    .career-section .container {
      padding: 0 16px; }
    .career-section .career-layout {
      min-height: auto;
      display: flex;
      flex-wrap: wrap;
      gap: 24px; }
    .career-section .career-center,
    .career-section .career-card,
    .career-section .career-card-5 {
      position: static;
      transform: none; }
    .career-section .career-center {
      order: 1;
      width: 400px;
      height: 400px;
      margin: 0 auto 8px; }
    .career-section .career-center-inner {
      width: 210px;
      height: 210px; }
    .career-section .career-center-small {
      font-size: 17px; }
    .career-section .career-center-title {
      font-size: 26px; }
    .career-section .career-card,
    .career-section .career-card-5 {
      width: calc(50% - 12px);
      min-height: auto;
      padding: 28px 24px 22px; }
      .career-section .career-card:hover,
      .career-section .career-card-5:hover {
        transform: none;
        box-shadow: none; }
    .career-section .career-card-5 {
      width: 100%; }
    .career-section .career-card-title h3 {
      font-size: 20px; } }
/* 手機 */
@media (max-width: 768px) {
  .career-section {
    padding: 28px 0 36px; }
    .career-section .career-layout {
      display: flex;
      flex-direction: column;
      gap: 18px; }
    .career-section .career-center {
      order: -1;
      width: 350px;
      height: 350px;
      margin: 0 auto 10px; }
    .career-section .career-center-inner {
      width: 180px;
      height: 180px;
      padding: 0 16px; }
    .career-section .career-center-small {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.5; }
    .career-section .career-center-title {
      font-size: 24px; }
    .career-section .career-card,
    .career-section .career-card-5 {
      width: 100%;
      padding: 24px 18px 18px;
      border-radius: 18px; }
    .career-section .career-card-title {
      gap: 10px;
      margin-bottom: 14px; }
      .career-section .career-card-title h3 {
        font-size: 19px;
        line-height: 1.4; }
    .career-section .career-icon {
      width: 36px;
      height: 36px;
      flex: 0 0 36px; }
    .career-section .career-card p {
      font-size: 14px;
      line-height: 1.85; } }
.career-development-section {
  padding: 40px 12px 60px; }

.career-development-frame {
  background: #f5f3f3;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 80px 72px;
  border: 1px solid #d8a8b3;
  border-radius: 22px;
  box-sizing: border-box; }

.career-development-label {
  position: absolute;
  top: -22px;
  left: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 44px;
  padding: 0 24px;
  background: #a3142f;
  color: #ffffff;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1; }

.career-development-container {
  max-width: 1080px;
  margin: 0 auto; }

.career-development-title {
  margin: 0 0 46px;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center; }

.career-development-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 42px;
  align-items: start; }

.career-development-item {
  min-height: 165px;
  padding: 26px 32px 28px;
  background: #ffffff;
  border-radius: 18px;
  box-sizing: border-box; }
  .career-development-item p {
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.95; }

.career-development-item-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 14px; }

.career-development-num {
  color: #a3142f;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.02em; }

.career-development-text {
  color: #444444;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5; }

.career-development-item-last {
  grid-column: 1 / 2; }

/* 大尺寸桌機 */
@media (max-width: 1400px) {
  .career-development-frame {
    padding: 64px 56px 64px; }

  .career-development-label {
    left: 56px; }

  .career-development-list {
    gap: 20px 28px; } }
/* 一般平板橫向 / 小桌機 */
@media (max-width: 1024px) {
  .career-development-section {
    padding: 36px 12px 48px; }

  .career-development-frame {
    padding: 58px 32px 48px;
    border-radius: 18px; }

  .career-development-label {
    left: 32px;
    min-width: 104px;
    height: 40px;
    font-size: 16px; }

  .career-development-title {
    margin-bottom: 34px;
    font-size: 20px; }

  .career-development-list {
    gap: 18px 20px; }

  .career-development-item {
    min-height: 150px;
    padding: 22px 24px 24px; }
    .career-development-item p {
      font-size: 14px;
      line-height: 1.85; }

  .career-development-num {
    font-size: 24px; }

  .career-development-text {
    font-size: 17px; } }
/* 平板直向 / 大手機 */
@media (max-width: 768px) {
  .career-development-section {
    padding: 32px 10px 40px; }

  .career-development-frame {
    padding: 54px 20px 32px;
    border-radius: 16px; }

  .career-development-label {
    top: -20px;
    left: 20px;
    min-width: 96px;
    height: 38px;
    padding: 0 20px;
    font-size: 15px; }

  .career-development-title {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.6; }

  .career-development-list {
    grid-template-columns: 1fr;
    gap: 16px; }

  .career-development-item,
  .career-development-item-last {
    grid-column: auto;
    min-height: auto; }

  .career-development-item {
    padding: 20px 18px 20px;
    border-radius: 16px; }
    .career-development-item p {
      font-size: 14px;
      line-height: 1.8; }

  .career-development-item-title {
    gap: 6px;
    margin-bottom: 10px; }

  .career-development-num {
    font-size: 22px; }

  .career-development-text {
    font-size: 17px;
    line-height: 1.45; } }
/* 小手機 */
@media (max-width: 480px) {
  .career-development-frame {
    padding: 52px 14px 24px; }

  .career-development-label {
    left: 14px; }

  .career-development-title {
    font-size: 17px;
    margin-bottom: 22px; }

  .career-development-item {
    padding: 18px 14px 18px; }

  .career-development-num {
    font-size: 20px; }

  .career-development-text {
    font-size: 16px; }

  .career-development-item p {
    font-size: 13px;
    line-height: 1.75; } }
/*================================================================ 
歷任所長
================================================================ */
.director {
  margin-top: 4rem;
  margin-bottom: 2rem; }
  .director__inner {
    max-width: 1240px;
    margin: 0 auto; }
  .director__group + .director__group {
    margin-top: 36px; }
  .director h3 {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
    color: #3f3f3f; }
  .director__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px; }
  .director .card {
    padding: 18px 20px;
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 0; }
    .director .card:hover {
      box-shadow: none !important;
      transform: none !important; }
    .director .card p {
      margin: 0;
      font-size: 14px;
      color: #aaa; }
    .director .card b {
      margin-left: 6px;
      font-size: 18px;
      font-weight: 500;
      color: #d96f1c; }
    .director .card hr {
      border: 0;
      border-top: 1px solid #ddd;
      margin: 14px 0; }
    .director .card div {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 12px; }
    .director .card strong {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
      color: #1f1f1f; }
    .director .card span {
      font-size: 14px;
      color: #9b9b9b;
      white-space: nowrap; }

@media (min-width: 768px) {
  .director h3 {
    font-size: 24px; }
  .director__list {
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
  .director h3 {
    margin-bottom: 22px; }
  .director__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; } }
@media (min-width: 1200px) {
  .director__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px; } }
.merge-note {
  padding: 10px;
  margin: 2rem auto; }
  .merge-note p {
    margin: 0;
    padding: 12px 16px;
    background: #fffbf4;
    border: 1px solid #f1deb8;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.7;
    color: #333; }
  .merge-note span {
    color: #d98a3a; }

@media (min-width: 768px) {
  .merge-note p {
    font-size: 17px; } }
/*================================================================ 
頁面-招生資訊-iconmenu
================================================================ */
.iconmenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 2rem; }
  .iconmenu li {
    display: inline-block;
    flex: auto;
    text-align: center;
    width: 33.333333%;
    min-height: 80px;
    margin-bottom: .5rem;
    font-weight: bold;
    position: relative; }
    .iconmenu li:after {
      content: '';
      width: 1px;
      height: 15px;
      border-left: 2px dotted #c6c6c6;
      position: absolute;
      display: block;
      right: 0;
      top: 80%; }
    .iconmenu li:nth-child(3n):after {
      display: none; }
    .iconmenu li i {
      display: block;
      font-size: 35px;
      border-radius: 99em;
      width: 60px;
      height: 60px;
      padding: .75rem;
      margin: 0 auto;
      line-height: 40px;
      transition: all .3s ease-in-out;
      color: #666666; }
    .iconmenu li a {
      display: block; }
    .iconmenu li:hover {
      color: #4696c8; }
      .iconmenu li:hover i {
        background: #4696c8;
        color: #fff;
        margin-bottom: 0rem;
        padding: .5rem;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        transition: all .3s ease-in-out; }
  .iconmenu .active {
    color: #4696c8; }
    .iconmenu .active i {
      background: #4696c8;
      color: #fff;
      margin-bottom: 0rem;
      padding: .5rem; }

@media (min-width: 768px) {
  .iconmenu {
    margin-bottom: 2rem; }
    .iconmenu li {
      width: auto;
      margin-top: 0rem; }
      .iconmenu li:last-child:after {
        border: none; }
      .iconmenu li:nth-child(3n):after {
        display: block; }
      .iconmenu li i {
        font-size: 40px;
        width: 88px;
        height: 88px;
        padding: .75rem;
        line-height: 70px; } }
@media (min-width: 992px) {
  .iconmenu {
    margin-bottom: 4rem; } }
/*================================================================ 
頁面-學長姐分享
================================================================ */
.exp-card a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: start; }
  .exp-card a .card-img {
    width: 24%;
    margin-bottom: 0;
    margin-right: 1rem; }
    .exp-card a .card-img img {
      width: 100%;
      min-width: 70px;
      min-height: 70px;
      border-radius: 99em; }
  .exp-card a .card-text {
    width: 66%; }
  .exp-card a .card-header {
    margin-bottom: 0; }
    .exp-card a .card-header span {
      display: block;
      font-size: 20px;
      color: #e58b3b; }
  .exp-card a .card-body {
    position: relative; }
    .exp-card a .card-body:after {
      content: '“';
      font-size: 60px;
      display: inline-block;
      color: #cfcfcf;
      line-height: 0;
      position: absolute;
      right: -.5rem;
      bottom: 0; }

@media (min-width: 992px) {
  .exp-card a {
    -ms-flex-pack: center;
    justify-content: center; }
    .exp-card a .card-img {
      width: 30%;
      margin-right: 1.5rem; }
      .exp-card a .card-img img {
        width: 110px;
        height: 110px; }
    .exp-card a .card-text {
      width: 60%; }
    .exp-card a .card-body:after {
      right: 0; } }
/*================================================================ 

================================================================ */
.course_title {
  font-size: 1.2rem;
  margin: 1.5rem 0;
  position: relative; }
  .course_title span {
    display: block;
    font-weight: lighter;
    margin-bottom: 1rem; }
  .course_title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 8px;
    background: #ffaf6e;
    z-index: -1;
    bottom: 0;
    left: 0; }

.gline-long:after {
  content: '';
  position: absolute;
  width: 170px;
  height: 8px;
  background: #ffaf6e;
  z-index: -1;
  bottom: 0;
  left: 0; }

.course_header {
  text-align: center;
  margin: 1rem 0; }
  .course_header .course_top {
    font-size: 1.2rem;
    margin: 1.5rem 0;
    padding: 2rem;
    border-bottom: 1px solid #e58b3b; }
    .course_header .course_top span {
      display: block;
      font-weight: lighter;
      margin: 1rem 0;
      font-size: 1.2rem; }
  .course_header p span {
    color: #e58b3b;
    font-size: 1.5rem; }

@media (min-width: 768px) {
  .course_title {
    font-size: 1.75rem;
    margin: 3rem 0;
    position: relative; }
    .course_title span {
      display: block;
      font-weight: lighter;
      margin-bottom: 1rem; }

  .course_header {
    margin: 3rem 0; }
    .course_header .course_top {
      font-size: 1.75rem; }
      .course_header .course_top span {
        display: block;
        font-weight: lighter;
        margin-bottom: 1rem; } }
/*================================================================ 
師資列表
================================================================ */
.teacher-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #dbdbdb; }
  .teacher-card a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center; }
    .teacher-card a:hover {
      color: #333; }
  .teacher-card img {
    width: auto;
    max-width: 100%; }
  .teacher-card .card-img {
    width: 180px;
    height: 180px;
    border-radius: 99em;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); }

.teacher-list {
  width: 100%;
  margin-top: 1rem; }
  .teacher-list li {
    position: relative;
    display: block;
    min-height: 20px; }
  .teacher-list .name {
    font-size: 1.2rem;
    color: #e58b3b;
    font-family: "Noto Serif TC", serif;
    letter-spacing: .2rem;
    margin-bottom: 1rem; }
  .teacher-list .phone {
    margin-top: .8rem;
    padding-left: 1.8rem; }
  .teacher-list .mail {
    padding-left: 1.8rem; }
  .teacher-list i {
    color: #adabaa;
    margin-right: .5rem;
    position: absolute;
    left: 0;
    top: 5px; }

@media (min-width: 768px) {
  .teacher-card .card-img {
    width: 50%;
    height: 50%; }
  .teacher-card .card-img {
    width: 30%;
    height: auto; }

  .teacher-list {
    width: 65%;
    padding: 0rem 2rem 0 2rem;
    margin-top: 0rem; }
    .teacher-list .name {
      font-size: 1.2rem;
      margin-bottom: 1rem; }
    .teacher-list .phone {
      margin-top: .8rem;
      font-size: 0.875rem; }
    .teacher-list .mail {
      font-size: 0.875rem; } }
@media (min-width: 1200px) {
  .teacher-card {
    padding: 1rem; }
    .teacher-card a {
      align-items: start; }
    .teacher-card .card-img {
      width: 30%; }

  .teacher-list {
    width: 65%;
    padding: 0 1rem 0 2rem; }
    .teacher-list .phone,
    .teacher-list .mail {
      font-size: 0.9375rem; } }
/*================================================================ 
師資詳細頁
================================================================ */
.teacher-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .teacher-row img {
    width: auto;
    max-width: 100%; }
  .teacher-row .teacher-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    align-items: flex-end; }
    .teacher-row .teacher-list ul {
      display: inline-block; }
    .teacher-row .teacher-list ul:first-child {
      width: 100%; }
    .teacher-row .teacher-list ul:last-child {
      width: 100%; }

@media (min-width: 1200px) {
  .teacher-row .teacher-list .name {
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
    margin-top: 1.3rem;
    letter-spacing: .5rem; }
  .teacher-row .teacher-list .edu {
    margin-bottom: .5rem; }
  .teacher-row .teacher-list ul:first-child {
    padding: 2rem;
    width: 51%; }
  .teacher-row .teacher-list ul:last-child {
    padding: 2rem;
    width: 45%;
    border-left: 1px solid #dbdbdb; } }
/*================================================================ 
師資tab
================================================================ */
.techer-article {
  margin-top: 2rem; }
  .techer-article .tab-scroll {
    border-top: 1px solid #ededed;
    background: #fafafa; }

@media (min-width: 768px) {
  .techer-article {
    margin-top: 3rem; } }
/*================================================================ 
雙聯學制/列表
================================================================ */
.intl-card .card-header {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  line-height: 1.8rem; }
  .intl-card .card-header span {
    display: block; }
.intl-card .card-body p {
  margin-bottom: 1rem; }

@media (min-width: 1200px) {
  .intl-card {
    padding: 2rem 2rem 3.5rem 2rem; }
    .intl-card .card-body p {
      margin-bottom: 2rem; } }
/*================================================================ 
雙聯學制/詳細
================================================================ */
.info-show-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .info-show-img li {
    width: 33.33333%; }
    .info-show-img li img {
      width: auto;
      max-width: 100%;
      margin: 0 auto;
      display: block; }

.info-title {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5; }

.info-content-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 3rem; }

@media (min-width: 1200px) {
  .info-title {
    margin-top: 3rem; } }
/*================================================================ 
姊妹系所
================================================================ */
.sis-school-item li span {
  min-width: 80px;
  display: inline-block;
  position: relative; }
.sis-school-item li span:after {
  content: '';
  height: 0.8rem;
  width: 1px;
  background: #c7c7c7;
  margin: 0 .5rem;
  position: absolute;
  right: 2px;
  top: .5rem; }
.sis-school-item li span:last-child:after {
  display: none; }

.item-title {
  margin-top: 1rem;
  text-align: center; }

.sec-title {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0rem;
  margin-top: 1rem; }

@media (min-width: 768px) {
  .sec-title {
    font-size: 1.5rem; } }
/*================================================================ 
國 際 交 流 活 動
================================================================ */
.btntabbar .article-list {
  background: transparent; }

.exch-card .card-header:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #e58b3b transparent transparent transparent;
  display: inline-block;
  margin-right: 1rem; }
.exch-card .card-body {
  margin-top: .5rem; }

@media (min-width: 1200px) {
  .exch-card {
    padding: 2rem;
    margin-bottom: 0rem; }
    .exch-card .card-body {
      margin-top: 1.5rem; } }
/*================================================================ 
研討會簡介-banner
================================================================ */
.intro-bnner {
  border-radius: 5px 5px 0 0;
  margin-bottom: 1rem;
  position: relative;
  height: 350px;
  width: 100%;
  text-align: center;
  overflow: hidden; }
  .intro-bnner:after {
    content: '';
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 97%;
    height: 335px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .intro-bnner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 370px;
    max-width: inherit; }

@media (min-width: 768px) {
  .intro-bnner {
    height: 460px; }
    .intro-bnner:after {
      width: 99%;
      height: 445px; }
    .intro-bnner img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 370px; } }
@media (min-width: 1500px) {
  .intro-bnner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 460px; } }
/*================================================================ 
研討會報名-步驟
================================================================ */
.reg-step {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .reg-step p {
    padding: 0;
    color: #999;
    margin-bottom: 1rem; }
  .reg-step ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    .reg-step ul li {
      display: inline-block;
      position: relative;
      text-align: center;
      width: 33.333%;
      margin-bottom: 1rem;
      line-height: 1.2; }
      .reg-step ul li i {
        display: block;
        background: #f1eeed;
        width: 44px;
        height: 44px;
        border-radius: 99em;
        line-height: 40px;
        color: #8b8b8b;
        margin: 0 auto;
        margin-bottom: .5rem;
        border: 3px solid #fff;
        box-shadow: 0px 0px 2px #bdbdbd;
        text-align: center; }
      .reg-step ul li:after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background: #f1eeed;
        position: absolute;
        top: 22px;
        z-index: -1; }
      .reg-step ul li:first-child:after {
        width: 50%;
        right: 0; }
      .reg-step ul li:last-child:after {
        width: 50%;
        left: 0; }
      .reg-step ul li span {
        padding: 0 .5rem; }
  .reg-step .active i {
    background: #e4995b;
    color: #fff;
    box-shadow: 0px 0px 2px #e06a0b; }
  .reg-step .active:after {
    background: #e4995b; }

@media (min-width: 768px) {
  .reg-step ul li {
    width: 16.66666667%;
    margin-bottom: 0rem;
    line-height: 1.5; }
    .reg-step ul li i {
      display: block;
      background: #f1eeed;
      width: 65px;
      height: 65px;
      border-radius: 99em;
      line-height: 60px;
      color: #8b8b8b;
      margin: 0 auto;
      margin-bottom: 1rem;
      border: 5px solid #fff;
      box-shadow: 0px 0px 2px #bdbdbd;
      text-align: center;
      font-size: 1.2rem; }
    .reg-step ul li:after {
      content: '';
      display: block;
      width: 100%;
      height: 5px;
      background: #f1eeed;
      position: absolute;
      top: 32px;
      z-index: -1; }
    .reg-step ul li span {
      padding: 0; } }
/*================================================================ 
研討會報名-選項
================================================================ */
.reg-options {
  padding-bottom: 1rem; }
  .reg-options ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    .reg-options ul li {
      width: 100%;
      text-align: center;
      position: relative;
      padding: 0 .5rem; }
      .reg-options ul li i {
        width: 150px;
        height: 150px;
        border-radius: 99em;
        font-size: 4rem;
        line-height: 140px;
        display: block;
        background: #ebab77;
        box-shadow: 0px 0px 2px #cd5c00;
        color: #fff;
        margin: 0 auto;
        margin-bottom: 1rem;
        border: 8px solid #fff; }
      .reg-options ul li:nth-child(2) i {
        background: #ef8888;
        box-shadow: 0px 0px 2px #c64444; }
      .reg-options ul li:last-child i {
        background: #5e9dc8;
        box-shadow: 0px 0px 2px #005894; }
  .reg-options h3 {
    font-size: 1.2rem; }

@media (min-width: 768px) {
  .reg-options {
    padding-bottom: 3rem;
    margin-top: 3rem; }
    .reg-options ul li {
      width: 33.333333%;
      text-align: center;
      position: relative; }
      .reg-options ul li i {
        width: 170px;
        height: 170px;
        border-radius: 99em;
        font-size: 4rem;
        line-height: 160px;
        display: block;
        background: #ebab77;
        box-shadow: 0px 0px 2px #cd5c00;
        color: #fff;
        margin: 0 auto;
        margin-bottom: 2rem;
        border: 10px solid #fff; }
      .reg-options ul li:nth-child(2) i {
        background: #ef8888;
        box-shadow: 0px 0px 2px #c64444; }
      .reg-options ul li:last-child i {
        background: #5e9dc8;
        box-shadow: 0px 0px 2px #005894; }
      .reg-options ul li:after {
        content: '\e928';
        display: block;
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 8rem;
        font-size: 8rem;
        color: #f8f8f8;
        position: absolute;
        right: -70px;
        top: 1.8rem; }
      .reg-options ul li:last-child:after {
        display: none; }
    .reg-options h3 {
      font-size: 1.5rem; } }
/*================================================================ 
研討會報名-報名步驟說明
================================================================ */
.reg-info {
  background: #fafafa;
  padding: 3rem 0; }

.reg-info-title {
  font-size: 1.5rem;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.5rem; }

.reg-step-text {
  position: relative; }
  .reg-step-text:before {
    content: '';
    height: 70%;
    width: 1px;
    background: #ebebeb;
    display: block;
    position: absolute;
    left: 20px;
    top: 70px; }

.reg-step-head {
  font-size: 1.125rem;
  margin: 1.5rem 0;
  position: relative;
  padding-left: 2rem; }
  .reg-step-head a {
    color: #2487cb;
    text-decoration: underline; }
  .reg-step-head span {
    font-weight: 600; }
  .reg-step-head .step-number {
    color: #2487cb;
    font-size: 2rem;
    font-weight: normal;
    font-style: italic;
    position: absolute;
    left: 0; }

.reg-step-body {
  margin-bottom: 1.5rem;
  margin-left: 2rem; }
  .reg-step-body li {
    border-bottom: 1px dotted #ababab;
    padding: .5rem 0 .5rem 2rem;
    position: relative; }
    .reg-step-body li span {
      display: inline-block;
      width: 25px;
      height: 25px;
      background: #fff;
      border-radius: 99em;
      text-align: center;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0; }

@media (min-width: 768px) {
  .reg-step-head {
    font-size: 1.125rem;
    margin: 1.5rem 0; }
    .reg-step-head .step-number {
      font-size: 2rem;
      margin-right: 1.5rem; }

  .reg-step-body {
    margin-bottom: 1.5rem;
    margin-left: 3rem; }
    .reg-step-body li {
      padding: .5rem 0 .5rem 2rem; }
      .reg-step-body li span {
        width: 25px;
        height: 25px;
        left: 0; } }
/*================================================================ 
研討會報名-報名步驟說明 left
================================================================ */
.reg-step-title {
  display: none; }

.reg-step-btn {
  background: #5e9dc8;
  color: #fff;
  width: 80%;
  border-radius: 5px;
  font-size: 1.1rem;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: .5rem; }

.reg-step-icon:after {
  content: "\e929";
  color: #eeeeee;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 3rem;
  font-size: 3rem;
  margin: 0 auto;
  margin-top: 1rem;
  width: 40px;
  display: block; }

.reg-step-desc .reg-step-icon:nth-child(5):after {
  display: none; }

@media (min-width: 768px) {
  .reg-step-title {
    text-align: center;
    font-size: 1.25rem;
    margin-top: 2rem; }

  .reg-step-btn {
    width: 60%;
    border-radius: 5px;
    font-size: 1.1rem;
    margin-top: 3rem; }

  .reg-step-desc .reg-step-icon:nth-child(3) {
    margin-top: 4.5rem; } }
/*================================================================ 
研討會報名-備註說明
================================================================ */
.reg-remarks {
  padding: 2rem; }

.remarks p {
  margin-bottom: .5rem; }
.remarks span {
  color: #e37b85;
  margin-right: .5rem; }

/*================================================================ 
研討會報名-form頁面
================================================================ */
.reg-content {
  padding-top: 2rem;
  padding-bottom: 3rem; }

@media (min-width: 768px) {
  .reg-content {
    padding: 2rem;
    padding-bottom: 3rem;
    padding-top: 3.5rem; } }
.reg-form-foreword {
  margin-bottom: 2rem; }
  .reg-form-foreword h3 {
    font-size: 1.2rem; }
  .reg-form-foreword p {
    margin: 0rem;
    line-height: 1.2; }

@media (min-width: 768px) {
  .reg-form-foreword h3 {
    font-size: 1.5rem; }
  .reg-form-foreword p {
    line-height: 1.5; } }
/*================================================================ 
研討會-會員登入
================================================================ */
.signin-form {
  padding: 0 1rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ebebeb; }
  .signin-form .form-title {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem; }

.signin-text {
  background: #fcfcfc;
  border: 4px;
  text-align: center;
  padding: 1rem;
  border: 1px solid #ebebeb;
  margin-bottom: 0.8rem; }

.md-line {
  border-right: 1px solid #ebebeb; }

@media (min-width: 768px) {
  .signin-form {
    width: 60%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    .signin-form .form-title {
      font-size: 1.5rem;
      margin-bottom: 2rem; } }
/*================================================================ 
報名 訂單成立說明文字
================================================================ */
.reg-scs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 700px; }
  .reg-scs:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 350px 800px 0 800px;
    border-color: #f8f8f8 transparent transparent transparent; }
  .reg-scs:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 600px 0 600px;
    border-color: #fafafa transparent transparent transparent; }

.reg-scs-header {
  width: 100%;
  text-align: center;
  padding-top: 2rem; }
  .reg-scs-header h3 {
    color: #ee4b4b;
    font-size: 1.5rem;
    line-height: 1.8; }

.reg-scs-text {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 2; }

.reg-scs-icon {
  width: 100%;
  text-align: center;
  position: relative; }
  .reg-scs-icon h3 {
    font-size: 1.5rem; }
  .reg-scs-icon i {
    width: 170px;
    height: 170px;
    border-radius: 99em;
    font-size: 4rem;
    line-height: 160px;
    display: block;
    background: #ef8888;
    box-shadow: 0px 0px 2px #cd5c00;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 2rem;
    border: 10px solid #fff; }
  .reg-scs-icon:after {
    content: '\e928';
    display: block;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 8rem;
    font-size: 8rem;
    color: #f8f8f8;
    position: absolute;
    right: -70px;
    top: 1.8rem; }
  .reg-scs-icon:last-child:after {
    display: none; }

/*================================================================ 
報名-結果訊息
================================================================ */
.reg-result-info {
  width: 100%;
  margin: 0 auto;
  background: #fcfcfc;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem; }
  .reg-result-info h3 {
    color: #ee4b4b;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1.5rem; }
    .reg-result-info h3 i {
      font-size: 2rem;
      margin-right: .5rem; }
  .reg-result-info p {
    line-height: 2;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .reg-result-info {
    width: 70%;
    padding: 2rem; }
    .reg-result-info h3 {
      font-size: 1.5rem; }
    .reg-result-info p {
      font-size: 1rem;
      line-height: 2; } }
@media (min-width: 1500px) {
  .reg-result-info {
    width: 50%; } }
/*================================================================ 
memeber
================================================================ */
.mem_content p {
  margin-bottom: 0; }
.mem_content .mem_header {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

/*================================================================ 
member-index
================================================================ */
.member-form {
  padding: 0 1rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ebebeb;
  background: url(../images/member-bg.png) no-repeat center bottom;
  padding-bottom: 2rem; }
  .member-form .form-title {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem; }

@media (min-width: 768px) {
  .member-form {
    margin-bottom: 0;
    padding-bottom: 3rem; }
    .member-form .form-title {
      font-size: 1.5rem;
      margin-bottom: 2rem;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 2rem; }
    .member-form .form-table-content {
      width: 50%;
      margin: 0 auto; } }
/*================================================================ 
member
================================================================ */
.mem-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*================================================================ 
遴選程序
================================================================ */
.honor-page {
  padding-bottom: 3rem; }

.honor-page__inner {
  max-width: 1280px;
  margin: 0 auto; }

.section-switch {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-bottom: 45px; }

.section-switch__link {
  min-width: 154px;
  height: 48px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  color: #333333;
  transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease; }

.section-switch__link + .section-switch__link {
  margin-left: 4px; }

.section-switch__link:hover {
  background: #cccccc;
  transform: translateY(-1px); }

.section-switch__link.is-active {
  background: #cf8746;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(207, 135, 70, 0.18); }

.content-intro {
  margin-bottom: 86px; }

.content-intro p {
  margin: 0; }

.process-section {
  margin-bottom: 88px; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch; }

.process-card {
  position: relative;
  padding-top: 56px; }

.process-card__panel {
  position: relative;
  height: 100%;
  min-height: 250px;
  padding: 84px 28px 30px;
  background: #ededed;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden; }

.process-card__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 72px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  pointer-events: none; }

.process-card__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28); }

.process-card__icon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #5ea6d4 0%, #4a92c2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(74, 146, 194, 0.22), inset 0 2px 5px rgba(255, 255, 255, 0.24);
  transition: transform .35s ease, box-shadow .35s ease; }

.process-card__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  height: 108px;
  transform: translate(-50%, -50%);
  border: 2px solid #4a92c2;
  border-radius: 50%;
  z-index: -1; }

.process-card__icon::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  pointer-events: none; }

.process-card__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  /* SVG轉白 */
  filter: brightness(0) invert(1); }

.process-card__title {
  margin: 0 0 18px;
  color: #222222;
  font-size: clamp(20px, 1.25vw, 22px);
  line-height: 1.4;
  letter-spacing: 0.03em; }

.process-card__text {
  margin: 0;
  line-height: 2; }

.process-card__link {
  display: inline-block;
  margin-top: 10px;
  color: #1a63c7;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .3s ease; }

.process-card:hover .process-card__panel {
  transform: translateY(-8px);
  border-color: rgba(74, 146, 194, 0.14);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1); }

.process-card:hover .process-card__icon {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 14px 24px rgba(74, 146, 194, 0.26), inset 0 2px 5px rgba(255, 255, 255, 0.24); }

.process-card:hover .process-card__link {
  color: #134ea3; }

.process-card__link,
.process-card__link:visited {
  color: #1a63c7; }

.process-card__link:hover {
  color: #134ea3; }

.gallery-section {
  margin-top: 8px; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px; }

.gallery-card {
  margin: 0; }

.gallery-card__link {
  display: block;
  color: inherit;
  text-decoration: none; }

.gallery-card__media {
  position: relative;
  overflow: hidden;
  background: #d8d8d8; }

.gallery-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none; }

.gallery-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  height: auto;
  object-fit: cover;
  transition: transform .45s ease; }

.gallery-card__caption {
  margin-top: 12px;
  color: #333333;
  transition: color .3s ease; }

.gallery-card__link:hover .gallery-card__media img {
  transform: scale(1.05); }

.gallery-card__link:hover .gallery-card__media::after {
  opacity: 1; }

.gallery-card__link:hover .gallery-card__caption {
  color: #1a63c7; }

@media (max-width: 1199px) {
  .content-intro {
    margin-bottom: 72px; }

  .process-section {
    margin-bottom: 72px; }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 28px; }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px; } }
@media (max-width: 767px) {
  .honor-page {
    padding: 24px 16px 60px; }

  .section-switch {
    display: flex;
    width: 100%;
    margin-bottom: 36px; }

  .section-switch__link {
    flex: 1 1 0;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    font-size: 15px; }

  .content-intro {
    margin-bottom: 56px; }

  .content-intro p {
    font-size: 15px;
    line-height: 2; }

  .process-section {
    margin-bottom: 56px; }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 42px; }

  .process-card {
    padding-top: 52px; }

  .process-card__icon {
    width: 86px;
    height: 86px; }

  .process-card__icon::before {
    width: 98px;
    height: 98px; }

  .process-card__icon img {
    width: 36px;
    height: 36px; }

  .process-card__panel {
    min-height: auto;
    padding: 76px 22px 26px;
    border-radius: 12px; }

  .process-card__title {
    margin-bottom: 14px;
    font-size: 18px; }

  .process-card__text,
  .process-card__link {
    font-size: 15px; }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 28px; }

  .gallery-card__caption {
    margin-top: 10px;
    font-size: 15px; } }
/*================================================================ 
傑出校友
================================================================ */
.honor-page__inner {
  max-width: 1240px;
  margin: 0 auto; }

.section-switch__link {
  min-width: 142px;
  height: 42px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dddddd;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background .3s ease, color .3s ease; }

.section-switch__link + .section-switch__link {
  margin-left: 4px; }

.section-switch__link:hover {
  background: #d3d3d3; }

.section-switch__link.is-active {
  background: #cf8746;
  color: #ffffff; }

.honor-toolbar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 46px;
  margin-bottom: 30px; }

.honor-toolbar__title {
  margin: 0;
  color: #2a2a2a;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1; }

.honor-filter {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px; }

.honor-filter__label {
  color: #9a9a9a;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap; }

.honor-filter__field {
  position: relative; }

.honor-filter__field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #777777;
  transform: translateY(-35%);
  pointer-events: none; }

.honor-filter__select {
  min-width: 166px;
  height: 42px;
  padding: 0 38px 0 14px;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  background: #ffffff;
  color: #8a8a8a;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.honor-filter__select:focus {
  outline: none;
  border-color: #cf8746; }

.honor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 50px;
  row-gap: 64px; }

.honor-card {
  position: relative;
  text-align: center;
  background: url(../images/alumni/alumni_logo_bg.png) no-repeat center/contain;
  background-size: 55%; }

.honor-card__link {
  display: block;
  padding: 0;
  border-radius: 18px;
  color: inherit;
  text-decoration: none;
  transition: background .35s ease, box-shadow .35s ease, transform .35s ease, padding .35s ease; }

.honor-card__photo {
  overflow: hidden;
  border-radius: 16px;
  background: #d9d9d9;
  aspect-ratio: 1 / 1; }

.honor-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease; }

.honor-card__body {
  position: relative;
  padding-top: 18px;
  text-align: center; }

.honor-card__name {
  font-family: "Noto Serif TC", serif;
  position: relative;
  margin: 0 0 18px;
  color: #4c3a2c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35; }

.honor-card__line {
  width: 100%;
  height: 1px;
  margin-bottom: 18px;
  background: #e1e1e1; }

.honor-card__info {
  min-height: 104px; }

.honor-card__info p {
  margin: 0; }

.is-emphasis {
  font-size: 17px;
  color: #94142d;
  font-weight: 700; }

.honor-card__more {
  display: inline-block;
  margin-top: 6px;
  color: #a61d1d;
  font-size: 14px;
  line-height: 1.6;
  transition: color .3s ease; }

.honor-card:hover .honor-card__link {
  padding: 28px 28px 26px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px); }

.honor-card:hover .honor-card__photo img {
  transform: scale(1.03); }

.honor-card:hover .honor-card__more {
  color: #851414; }

@media (max-width: 1199px) {
  .honor-toolbar {
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px; }

  .honor-toolbar__title {
    text-align: left; }

  .honor-filter {
    position: static;
    flex-shrink: 0; }

  .honor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 52px; } }
@media (max-width: 900px) {
  .honor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) {
  .honor-page {
    padding: 24px 16px 60px; }

  .section-switch {
    display: flex;
    width: 100%;
    margin-bottom: 34px; }

  .section-switch__link {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 12px; }

  .honor-toolbar {
    display: block;
    margin-bottom: 34px; }

  .honor-toolbar__title {
    margin-bottom: 18px;
    font-size: 22px;
    text-align: left; }

  .honor-filter {
    position: static;
    justify-content: flex-start; }

  .honor-filter__select {
    width: 100%;
    min-width: 0; }

  .honor-grid {
    grid-template-columns: 1fr;
    row-gap: 38px; }

  .honor-card__photo {
    border-radius: 14px; }

  .honor-card__name {
    margin-bottom: 14px;
    font-size: 20px; }

  .honor-card__info {
    min-height: auto; }

  .honor-card__info p,
  .honor-card__more {
    font-size: 15px; }

  .honor-card:hover .honor-card__link {
    padding: 18px 18px 20px; } }
/*================================================================ 
傑出校友_detail
================================================================ */
/*按鈕 */
.back-button-wrap {
  display: none; }

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  background: #fafafa;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  color: #999999;
  line-height: 1;
  transition: all .25s ease; }
  .back-button:link, .back-button:visited {
    color: #999999; }
  .back-button:hover {
    background: #fff;
    border-color: #de7725;
    color: #de7725;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); }

.back-button__icon {
  display: flex;
  align-items: center; }
  .back-button__icon img {
    width: 18px;
    height: 18px;
    display: block; }

.back-button__text {
  letter-spacing: 0.02em; }

/*主排版*/
.alumni-profile {
  margin: 2rem 0; }
  .alumni-profile__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px; }
  .alumni-profile__page-title {
    margin: 0 0 24px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    font-size: 1.2rem; }
  .alumni-profile__inner {
    display: block; }
  .alumni-profile__sidebar {
    margin-bottom: 36px; }
  .alumni-profile__portrait {
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 24px; }
    .alumni-profile__portrait img {
      display: block;
      width: 100%;
      height: auto; }
  .alumni-profile__name {
    margin: 0 0 22px;
    color: #cf8746;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    line-height: 1.4; }
  .alumni-profile__meta {
    margin-bottom: 28px; }
    .alumni-profile__meta p {
      margin: 0 0 8px;
      line-height: 1.9; }
  .alumni-profile__block {
    margin-bottom: 24px; }
    .alumni-profile__block p {
      margin: 0;
      line-height: 1.9; }
  .alumni-profile__label {
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1.8; }
  .alumni-profile__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .alumni-profile__list li {
      margin-bottom: 6px;
      line-height: 1.9; }
  .alumni-profile__content {
    min-width: 0; }
  .alumni-profile__highlights {
    display: block; }
  .alumni-profile .tab-navbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
    justify-content: flex-start; }
    .alumni-profile .tab-navbar li {
      border-radius: 999px;
      background: #e9e9e9;
      transition: background 0.2s ease, color 0.2s ease; }
      .alumni-profile .tab-navbar li.active {
        background: #cf8746; }
        .alumni-profile .tab-navbar li.active a {
          color: #fff; }
    .alumni-profile .tab-navbar a {
      display: block;
      padding: 14px 30px;
      color: #333;
      text-decoration: none;
      white-space: nowrap;
      line-height: 1.4; }

.highlight-card {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #d8d8d8; }
  .highlight-card__text {
    margin-bottom: 18px; }
  .highlight-card__title {
    position: relative;
    margin: 0 0 16px;
    padding-left: 18px;
    line-height: 1.5;
    font-weight: 500; }
    .highlight-card__title::before {
      content: "";
      position: absolute;
      left: 0;
      width: 6px;
      height: 24px;
      border-radius: 99px;
      background: #cf8746; }
  .highlight-card__desc {
    margin: 0;
    line-height: 1.9; }
  .highlight-card__image {
    overflow: hidden;
    border-radius: 12px; }
    .highlight-card__image img {
      display: block;
      width: 100%;
      height: auto; }

/* 768px 平板 */
@media (min-width: 768px) {
  .alumni-profile__container {
    padding: 0 28px; }
  .alumni-profile__page-title {
    margin-bottom: 36px; }
  .alumni-profile__sidebar {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
    margin-bottom: 56px; }
  .alumni-profile__portrait {
    margin-bottom: 0; }
  .alumni-profile__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 40px; }
  .alumni-profile .tab-navbar {
    margin-bottom: 46px; }

  .highlight-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 38px;
    margin-bottom: 42px; }
    .highlight-card__text {
      margin-bottom: 22px; } }
/* 1024px */
@media (min-width: 1024px) {
  .alumni-profile {
    margin: 1rem 0; }
    .alumni-profile__container {
      padding: 0 24px; }
    .alumni-profile__page-title {
      margin-bottom: 34px; }
    .alumni-profile__inner {
      display: grid;
      grid-template-columns: 340px minmax(0, 1fr);
      gap: 44px;
      align-items: start; }
    .alumni-profile__sidebar {
      display: block;
      margin-bottom: 0;
      padding-right: 42px;
      border-right: 1px solid #ececec; }
    .alumni-profile__portrait {
      margin-bottom: 26px; }
    .alumni-profile__highlights {
      display: block; }
    .alumni-profile .tab-navbar {
      margin-bottom: 38px; }

  .highlight-card {
    display: block;
    padding-bottom: 34px;
    margin-bottom: 34px; }
    .highlight-card__text {
      margin-bottom: 22px; }
    .highlight-card__image {
      max-width: 380px; } }
/* 1200px 以上桌機 */
@media (min-width: 1200px) {
  .back-button-wrap {
    float: right;
    display: block; }

  .alumni-profile__page-title {
    margin: 0 0 50px;
    text-align: left;
    font-size: 1.5rem;
    display: block; }
  .alumni-profile__container {
    padding: 0 34px; }
  .alumni-profile__inner {
    grid-template-columns: 332px minmax(0, 1fr);
    gap: 48px; }
  .alumni-profile__sidebar {
    padding-right: 40px; }
  .alumni-profile__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 40px; }
  .alumni-profile .tab-navbar {
    margin-bottom: 40px; }

  .highlight-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 38px;
    margin-bottom: 42px; }
    .highlight-card__text {
      margin-bottom: 22px; } }
/*================================================================ 
感謝名單
================================================================ */
.uni-filter {
  padding: 16px; }
  .uni-filter__form {
    width: 100%; }
  .uni-filter__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px; }
  .uni-filter__control, .uni-filter__input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #555;
    font-size: 15px;
    box-sizing: border-box;
    outline: none; }
  .uni-filter__control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px; }
  .uni-filter__input::placeholder {
    color: #999; }
  .uni-filter__submit {
    height: 48px;
    border: 0;
    border-radius: 4px;
    background: #df8a3b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all .3s ease; }
  .uni-filter__submit svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all .3s ease; }
  .uni-filter__submit span {
    padding-top: 3px; }
  .uni-filter__submit:hover {
    background: #c8742f;
    box-shadow: 0 6px 14px rgba(223, 138, 59, 0.3);
    transform: translateY(-1px);
    filter: brightness(1.05); }
    .uni-filter__submit:hover svg {
      transform: scale(1.1); }
  .uni-filter__submit:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(223, 138, 59, 0.2); }
  .uni-filter__tags {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; }
  .uni-filter__text {
    color: #666;
    font-size: 15px; }
  .uni-filter__tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .uni-filter__tag {
    padding: 6px 12px;
    border: 0;
    border-radius: 999px;
    background: #edf1f4;
    color: #2c7db8;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer; }
  .uni-filter__tag span {
    color: #96a0aa;
    font-size: 16px;
    line-height: 1; }

@media (min-width: 768px) {
  .uni-filter {
    padding: 20px; }
    .uni-filter__row {
      grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
  .uni-filter__row--alumni {
    grid-template-columns: repeat(5, 1fr) 120px; }
  .uni-filter__row--donation {
    grid-template-columns: 1.2fr 1fr 1fr 2fr 120px; } }
@media (min-width: 1200px) {
  .uni-filter {
    padding: 20px 0; }
    .uni-filter__row {
      gap: 14px; } }
/*================================================================ 
感謝名單+校友名錄table
================================================================ */
.donation-list,
.directory-list {
  border: 0;
  background: transparent;
  /* ===== 表身外框 ===== */
  /* ===== 手機卡片 ===== */ }
  .donation-list__head,
  .directory-list__head {
    display: none; }
  .donation-list__body,
  .directory-list__body {
    padding: 12px; }
  .donation-list__row,
  .directory-list__row {
    background: #fcfaf9;
    border: 1px solid #eee7e2;
    padding: 12px 14px; }
  .donation-list__row + .donation-list__row,
  .directory-list__row + .donation-list__row, .donation-list__row +
  .directory-list__row,
  .directory-list__row +
  .directory-list__row {
    margin-top: 10px; }
  .donation-list__cell,
  .directory-list__cell {
    display: flex;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid #efe9e4;
    color: #333;
    line-height: 1.6;
    word-break: break-word; }
  .donation-list__cell:last-child,
  .directory-list__cell:last-child {
    border-bottom: 0; }
  .donation-list__cell::before,
  .directory-list__cell::before {
    content: attr(data-label);
    width: 80px;
    flex-shrink: 0;
    color: #8f8881; }

/* ===== donation ===== */
.donation-list__cell:first-child {
  color: #e38b3d; }
.donation-list__cell--amount {
  font-weight: 600; }

/* ===== directory ===== */
.directory-list__cell--contact {
  word-break: break-all;
  color: #555; }

/* =========================
   平板
========================= */
@media (min-width: 768px) {
  .donation-list__body,
  .directory-list__body {
    padding: 14px; }
  .donation-list__row,
  .directory-list__row {
    padding: 14px 16px; }
  .donation-list__cell::before,
  .directory-list__cell::before {
    width: 90px; } }
/* =========================
   桌機（核心）
========================= */
@media (min-width: 1024px) {
  .donation-list,
  .directory-list {
    overflow-x: auto;
    /* ===== 表頭 ===== */
    /* ===== 表身 ===== */
    /* ===== 每列（高度約65）===== */
    /* ===== 欄位 ===== */ }
    .donation-list__head,
    .directory-list__head {
      display: grid;
      align-items: center;
      height: 44px;
      padding: 0 24px;
      background: #ffffff;
      border: 0;
      color: #c6c0b9;
      font-size: 14px;
      letter-spacing: 0.4px; }
    .donation-list__body,
    .directory-list__body {
      padding: 0 16px;
      background: #fcfaf9;
      border: 1px solid #e6dfd9; }
    .donation-list__row,
    .directory-list__row {
      display: grid;
      align-items: center;
      min-height: 65px;
      padding: 0;
      margin: 0;
      background: transparent;
      border: 0;
      border-bottom: 1px solid #ece4de; }
    .donation-list__row:last-child,
    .directory-list__row:last-child {
      border-bottom: 0; }
    .donation-list__row + .donation-list__row,
    .directory-list__row + .donation-list__row, .donation-list__row +
    .directory-list__row,
    .directory-list__row +
    .directory-list__row {
      margin-top: 0px; }
    .donation-list__cell,
    .directory-list__cell {
      display: block;
      padding: 0 15px 0 0;
      border-bottom: 0;
      line-height: 1.4; }
    .donation-list__cell::before,
    .directory-list__cell::before {
      display: none; }

  /* ===== donation 欄位 % ===== */
  .donation-list__head, .donation-list__row {
    grid-template-columns: 12% 20% 10% 10% 48%; }
  .donation-list__cell:first-child {
    color: #e38b3d;
    white-space: nowrap; }
  .donation-list__cell:nth-child(4) {
    font-weight: 600;
    white-space: nowrap; }

  /* ===== directory 欄位 % ===== */
  .directory-list__head, .directory-list__row {
    grid-template-columns: 7% 7% 7% 7% 15% 27% 8% 17% 5%; }
  .directory-list__cell--contact {
    word-break: break-all; } }
/* =========================
   大桌機
========================= */
@media (min-width: 1200px) {
  .donation-list__head {
    padding: 0 32px; }
  .donation-list__body {
    padding: 0 24px; }
  .donation-list__head, .donation-list__row {
    grid-template-columns: 10% 25% 10% 10% 45%; }

  .directory-list__head {
    padding: 0 26px; }
  .directory-list__body {
    padding: 0 24px; }
  .directory-list__head, .directory-list__row {
    grid-template-columns: 7% 7% 6% 6% 15% 27% 10% 17% 5%; } }
/*================================================================ 
校友名錄
================================================================ */
.fm {
  padding: 28px 0 40px; }

.fm__grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px; }

.fm__card {
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 22px 18px 20px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03), 0 8px 20px rgba(0, 0, 0, 0.03);
  text-align: center;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .4s ease, transform .4s ease; }

.fm__card.is {
  opacity: 1;
  transform: translateY(0); }

.fm__t {
  margin: 0;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 12px;
  transition: color .3s ease; }

.fm__d {
  margin-top: 18px;
  display: flex;
  align-items: flex-end; }

.fm__i,
.fm__v {
  width: 50%;
  transition: transform .3s ease; }

.fm__i {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }

.fm__i img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  display: block; }

.fm__v {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  color: #e18a3b;
  font-weight: 700;
  white-space: nowrap; }

.fm__n {
  display: inline-block;
  min-width: 2ch;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.03em;
  opacity: 0;
  transform: scale(0.92);
  transition: opacity .45s ease .1s, transform .45s ease .1s; }

.fm__card.is .fm__n {
  opacity: 1;
  transform: scale(1); }

.fm__v b {
  margin-left: 8px;
  font-size: 19px;
  line-height: 1;
  font-weight: 700; }

@media (min-width: 768px) {
  .fm {
    padding: 30px 20px 42px; }

  .fm__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px; }

  .fm__card {
    min-height: 148px; }

  .fm__i img {
    width: 60px;
    height: 60px; }

  .fm__n {
    font-size: 50px; } }
@media (min-width: 1024px) {
  .fm__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }

  .fm__card {
    min-height: 152px;
    padding: 24px 20px 22px; }

  .fm__t {
    font-size: 19px; }

  .fm__n {
    font-size: 54px; } }
@media (min-width: 1200px) {
  .fm {
    padding: 35px 0 40px; }

  .fm__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px; }

  .fm__card {
    min-height: 150px;
    padding: 24px 20px 18px; }

  .fm__t {
    font-size: 17px;
    line-height: 1.35; }

  .fm__d {
    margin-top: 20px; }

  .fm__i {
    padding-left: 10px; }

  .fm__v {
    justify-content: flex-start;
    padding-left: 4px; }

  .fm__v b {
    margin-left: 6px;
    font-size: 17px; } }
.fm__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #c87b2a; }
  .fm__card:hover .fm__t,
  .fm__card:hover .fm__v {
    color: #c87b2a; }
  .fm__card:hover .fm__i {
    transform: scale(1.05); }
.fm__card:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06); }

/*# sourceMappingURL=style.css.map */
