@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
.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, "Noto Sans TC", "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;
  float: none;
}

.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:hover > ul {
    z-index: 1;
    filter: alpha(opacity=100);
    Opacity: 1.0;
    visibility: visible;
    top: 49px;
    transition: all 0.5s ease 0s; }

  .dropdown-list > li > ul {
    position: absolute;
    z-index: -999;
    filter: alpha(opacity=0);
    Opacity: 0;
    visibility: hidden;
    top: 0px;
    left: 50%;
    width: 160px;
    margin-left: -80px !important;
    background-color: #fff;
    text-align: center;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); }

  .dropdown-list > li > ul a {
    padding: .8rem 1.5rem;
    display: block;
    transition: all 0.3s ease 0s;
    color: #333; }

  .dropdown-list > li > ul > li {
    width: 100%;
    position: relative;
    border-bottom: #f1f1f1 1px solid; }

  .dropdown-list > li > ul li:hover a {
    background: #94142d;
    color: #fff;
    transition: all 0.3s ease 0s; }

  /*第三層選單
  .dropdown-list li>ul>li:hover>ul {
      z-index: 1;
      filter: alpha(opacity=100);
      Opacity: 1.0;
      visibility: visible;
      top: 0;
      transition: all 0.5s ease 0s;
  }
  .dropdown-list li>ul>li>ul {
      position: absolute;
      z-index: -999;
      filter: alpha(opacity=0);
      Opacity: 0;
      visibility: hidden;
      top: 0px;
      left: 100%;
      width: 160px;
  }*/ }
/*================================================== 
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: -26px;
    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; } }
/*================================================== 
文章 文字式列表
================================================== */
.article-list {
  background: #fff; }
  .article-list li {
    position: relative;
    display: flex;
    flex-wrap: wrap;   
    align-items: baseline;   
    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: #D76671; }
    .article-list li .date {
      color: #8b8b8b;
      font-weight: 500;    
      margin-right: .5rem;
      display: block;
      width: 81px;    
    }
    .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;
      width: calc(100% - 90px - 110px);  
      padding: 1.7rem 2rem 1.7rem 0.5rem;    
    }
    .article-list li .news-lab {
      padding: 3px 10px;
      margin-right: 20px;
      width: 90px;
      color: #FFF;  
      font-weight: 500;    
    }
    .article-list li .lab-1 { background: #c63b56; }
    .article-list li .lab-2 { background: #d26105; }
    .article-list li .lab-3 { background: #e6b214; }
    .article-list li .lab-4 { background: #3f7545; }
    .article-list li .lab-5 { background: #5896ca; }
    .article-list li .lab-6 { background: #a950c5; }

@media (max-width: 768px) {
  .article-list li { 
      padding: 20px 0 0;    
    }    
  .article-list li a {
      width: 100%;  
      padding: 20px 0;    
    }
     }
@media (max-width: 480px) {
  .article-list li { 
      padding: 12px 0 0;    
    }    
  .article-list li a {
      padding: 12px 0;    
    }
     }
/*================================================== 
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 .3rem 45px; position: relative; z-index: 1;}
  .sidebar-list i {
    color: #de975d;
    /*margin-right: .5rem;*/ position: absolute; top: 12px; left: 16px;}

/*================================================== 
 數字列 列表樣式/課程資訊
================================================== */
.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;
      width: 100%;
      font-size: 18px;  
      font-weight: 500;    
      padding: 10px 20px;         
}
  .tab-navbar:focus, .tab-navbar:hover {
    cursor: pointer; }
 .tab-nav:focus a, .tab-nav:hover a{
    color: #94142d; }

.tab-content {
  animation-name: fadein;
  animation-duration: 2s; }
.tab-content .tab-content ul,.tab-content .tab-content ol{margin-left:20px}
.tab-content .tab-content ul li{list-style: decimal }
.tab-content .tab-content ol li{list-style: disc }

.pageinfo-list li{list-style: none!important;}
.accordion_content li{list-style: none!important;}

@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; }
     }
@media (max-width: 480px) {
  .tab-navbar .tab-nav a {
    font-size: 16px; } }
@media (max-width: 768px) {
  .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;
   }
.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: 20px;
  background: #ffd21e;
  opacity: 0.5;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;    
  display: block;
  transition: all .3s ease-in-out; }
.redline .tab-nav.active a{
    color: #94142d;
}
.redline .tab-content {
  padding: 0px; }

@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 (min-width: 480px) {
  .redline .tab-content {
  padding: 10px; }    
  .redline .tab-content {
    padding: 1rem; } }
@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; }

.tab_ctrl {
    overflow-x: auto;
}
.table-vertical-middle {
    width: 100%;
}
.table-vertical-middle th, .table-vertical-middle td {
  border: 1px solid #bfbfbf;
}
@media (max-width: 576px) {
	.tab_ctrl > table {
		min-width: 1000px;
	}
}

.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: 0.4rem; }

.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; }


.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; }

.action{font-size: 24px;margin-right: 10px}
.agree-row{
  display: inline-block;
  margin-left: 4.8em;
  text-indent: -4.8em;
  text-align: justify;
}
@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: 109px;
  background: #fff;
  border-bottom: 1px solid #ebebeb; }

@media (max-width: 768px) {
  .top-space-wrap {
    padding-top: 133px; } }
@media (max-width: 480px) {
  .top-space-wrap {
    padding-top: 118px; } }
@media (max-width: 306px) {
  .top-space-wrap {
    padding-top: 150px; } }

/*================================================================ 
主內容背景+框架
================================================================ */
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/History.png) 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: 2.5em; }
  .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%; }
  .agree-row{
    margin-left: 5em;
    text-indent: -5em;
  }
}
/*================================================================ 
步驟樣式
================================================================ */
.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-color: #f8f6f3;    
  background-image: url(../images/bg-logo.png);
  background-position: -50px -90px;
  background-repeat: no-repeat;
  padding: 0;
  position: relative; }
  .idx-bg .content-wrap {
    padding-bottom: 2rem;
    padding-top: 1rem; }
/*================================================================ 
首頁 
================================================================ */
.idx-r2{ display: flex; flex-wrap: wrap; padding: 60px 0;}
.idx-L {width: 67.5%; padding-right: 30px; overflow: hidden;position: relative;z-index: 0;}
.idx-L .idx-news-tit{text-align: center;margin-bottom: 30px;} 
.idx-L .idx-news-tit::after{ content: "";display: block;position: absolute;top: 22px;left: 0; width: calc(100% - 30px);height: 2px;background: #94142d;z-index: -1;}
.idx-L h2{ display: inline-block; border-radius: 20px;background: #94142d;padding: 8px 16px;color: #FFF;}
.idx-R {width: 32.5%;}

@media (max-width: 1024px) {
  .idx-L {width: 100%; padding: 0 10px; }
  .idx-L .idx-news-tit::after{  width: 100%;}    
  .idx-R {width: 100%; padding: 0 20px;}    
}
@media (max-width: 480px) {  
  .idx-R {width: 100%; padding: 0 10px;}    
}

#right-video { padding-bottom: 50px; }
#right-video.owl-theme .owl-nav {  margin-top: 0px; transition: all .3s ease-in-out;}
#right-video.owl-theme .owl-nav button:hover{ background: rgba(148,20,45,0); }
#right-video.owl-theme .owl-nav button.owl-next, #right-video.owl-theme .owl-nav button.owl-prev{
    font-size: 50px;
    color: #FFF;
    top: 45%;
}
#right-video.owl-theme .owl-nav button.owl-next:hover, #right-video.owl-theme .owl-nav button.owl-prev:hover{
    color: #FFCC2E;
}
#right-video.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px; }
#right-video.owl-theme .owl-dots .owl-dot span{
    background: #c68590;
}
#right-video.owl-theme .owl-dots .owl-dot.active span{
    background: #94142d;
}

/*================================================================ 
首頁tab
================================================================*/
.idx-tabs .tab-navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
.idx-tabs .article-list {
  width: 100%;
  padding: 0 10px; }

@media (min-width: 768px) {
  .idx-tabs .tab-content {
    width: 100%;
    font-size: 1rem;
    padding: 30px 0 2em;
    min-height: 750px; } 
    .idx-tabs .article-list {
      padding: 0 2rem; }
}
/*================================================================ 
首頁 廣告區塊
================================================================ */
.idx-ad {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
 
.right-video{margin-bottom: 20px;}
.fb-page { width: 100%;overflow: auto; text-align: center; }
/*================================================================ 
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: 240px; }
    .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: 259px; }
    .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: 570px !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; }

/*================================================================
about-Features
================================================================ */
.ft-title {
  background: #94142d;
  color: #fff;
  border-radius: 100px;
  padding: .8rem 1.2rem;
  display: inline-block;
  width: auto;
  position: relative;
  margin-bottom: 2rem; }
  .ft-title:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #94142d;
    position: absolute;
    top: 20px; }

.ft-sec-title {
  color: #1f428b;
  font-size: 1.25rem; }

/*================================================================
頁面-招生資訊-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; } }

/*學分表格*/
.course-table-box {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0px 0px 7px 7px;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 10px; }

.course-table-title {
  background: #ffd9c0;
  border-radius: 7px 7px 0px 0px;
  font-weight: bold;
  padding: 7px 15px; }

.course-table {
  border-radius: 6px;
  border: solid #DDD 1px;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1rem; }
.course-table thead {
  background: #eeeeee; }
.course-table thead th {
  border-left: 1px solid #DDD;
  border-bottom: solid #DDD 1px; }

.course-table > tbody > tr > td {
  border-bottom: solid #DDD 1px;
  border-left: 1px solid #DDD; }

.table-hover tbody tr:hover {
  background-color: #fffbee; }

.table-color-red {
  color: #ff7070; }

.color-green {
  background-color: #cbe6e4; }

.color-purple {
  background: #a8a0ca; }

.color-purple2 {
  color: #6e5dba; }

.color-org {
  color: #ff9458; }

/*================================================================ 
師資列表
================================================================ */
.teacher-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;    
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-align: center;
  align-items: flex-start;
  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;
    width: 100%;   
   }
    .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: .7px;
    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; }
  .teacher-list b {font-family: "Noto Sans TC", sans-serif;font-weight: 600}
  .teacher-list > li > ul,.teacher-list > li > ol {  padding-left: 20px; }
  .teacher-list > li > ul,.teacher-list > li > ul li{  list-style: disc; }
  .teacher-list > li > ol ,.teacher-list > li > ol li{  list-style: auto; }

@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: 25%;
    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; }
.form-table-content ul{margin:1em 0 2em 2em}
.form-table-content ul li{list-style: decimal}
.reg-form-foreword a{color: #94142d}
@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: left;
  padding: 1rem 1rem 1rem 2rem;
  border: 1px solid #ebebeb;
  margin-bottom: 0.8rem;
}
.signin-text ul{list-style: decimal !important;}
.signin-text ul li{list-style: decimal !important;}

.md-line {
  border-right: 1px solid #ebebeb; }

@media (min-width: 768px) {
  .signin-form {
    width: 75%;
    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; }

.file-input{position: relative}
.file-input .custom-file-label{top:0}
.help-block,.agree_publish-help-block{color: red}
.file-help-block{margin-top:12px}
.uploaded-paper{margin-top:20px;}
.uploaded-paper a{color: blue}
/*# sourceMappingURL=style.css.map */

/*================================================================ 
new_CSS
================================================================ */
.pay-btn {display: flex; flex-wrap: wrap; align-items: center;}
.pay-btn a {padding: 5px 15px; border: 1px solid #ebebeb; background: #fff; border-radius: 5px; margin: 5px; text-align: center; min-height: 70px; display: flex; flex-direction: row; justify-content: center; align-items: center; transition: all 0.5s ease 0s;}
.pay-btn a:hover {border: 1px solid #ebab77!important; transition: all 0.5s ease 0s;}
.pay-btn-current {border: 1px solid #ebab77!important; background: #ebab77!important; color: #fff!important; transition: all 0.5s ease 0s!important;}
.pay-btn a img {margin: 0; height: 45px; margin-right: 10px;}
.notice-box {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; padding: 20px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; visibility: hidden; opacity: 0; background-color: rgba(0, 0, 0, 0); transition: all 0.5s ease 0s;}
.notice-box-close {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.box-show {visibility: visible; opacity: 1; background-color: rgba(0, 0, 0, 0.9); transition: all 0.5s ease 0s;}
.notice-box-con {position: relative; z-index: 10; width: 100%; height: 75%; max-width: 1400px; margin: auto; background: #fff;}
.notice-box-txt {overflow: auto; position: absolute; top: 50px; left: 50px; right: 20px; bottom: 50px; z-index: 5; padding: 0 10px;}
.notice-box-con > .call-box {position: absolute; top: -20px; right: -20px; z-index: 10; width: 40px; height: 40px; border-radius: 40px; border: 1px solid #000; background-color: #fff; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; cursor: pointer;}
.reg-scs2 {position: relative; z-index: 1; background-color: #fff!important; overflow: hidden;}
.reg-scs2:before {content: ''; position: absolute; z-index: -1; top: 0; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 100px 650px 0 650px; border-color: #f8f8f8 transparent transparent transparent;
}

@media (max-width: 768px) {
    .notice-box-con {height: 90%;}
    .notice-box-txt {top: 20px; left: 10px; right: 10px; bottom: 20px;}
    .reg-scs2:before {border-width: 90px 650px 0 650px;}
}
@media (max-width: 576px) {
    .reg-scs2:before {border-width: 70px 650px 0 650px;}
}
.num-list {
  padding-left:20px;
}
.num-list li{
  list-style: decimal;
}
.num-list .important{font-weight: bolder;text-decoration: underline}
.form-table-content .form-control-static{background: #efefef;color: #000;padding:3px 7px;}
.modal.in{opacity: 1!important;}
.modal.in .modal-dialog{-webkit-transform:none!important;transform: none!important;}
.modal-backdrop.in{opacity: 0.5!important;}
.btn-action{position: relative}
.disabled .loading{position:absolute;top:0;right:0;bottom:0;left:0;display: block;background: url(../images/ajax-load-eclipse.png) no-repeat center center}
#auth-agreement{position: relative;padding:0;margin-left:17px;display: none}
#auth-agreement .custom-file-label{top:5px;}
#auth-agreement .extend-info{margin-top:30px;}
.table-v .td-v{vertical-align: middle}
.btn-primary.disabled{background: #6c757d;border-color:#6c757d;color:#a3a3a3}