@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
html {
  min-height: 100%;
  font-size: 16px; }

body h1 {
  font-size: 2rem; }
body h2 {
  font-size: 1.75rem; }
body h3 {
  font-size: 1.5rem; }
body p {
  font-size: 1rem; }
body sup {
  font-size: 0.8rem;
  color: #f00; }
body a {
  color: #333;
  text-decoration: none !important; }
  body a:hover {
    color: #164e8f; }

[canvas] {
  z-index: 1; }

[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch; }
  [canvas=container]:before, [canvas=container]:after {
    clear: both;
    content: "";
    display: table; }

[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0; }

[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0; }

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0; }

[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0; }

[off-canvas*=reveal] {
  z-index: 0; }

[off-canvas*=push] {
  z-index: 1; }

[off-canvas*=overlay] {
  z-index: 9999; }

[off-canvas*=shift] {
  z-index: 9; }

[canvas], [off-canvas] {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden; }

[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0); }

[class*=js-] {
  cursor: pointer; }

@media print {
  [canvas] {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important; }

  [off-canvas] {
    display: none !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::before, ::after {
  font-weight: 900;
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

*[onclick], button {
  cursor: pointer; }

[hidden] {
  display: none !important; }

img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  border: none; }

a, button, li, dt, dd, p, input, i, span, figure, figcaption, svg, g, path, ellipse {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.more, .back, .download {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .more a, .back a, .download a {
    background: #fff;
    border: 1px solid #429a30;
    border-radius: 0.15rem;
    color: #429a30;
    padding: 0.35rem 1rem; }
    .more a:hover, .back a:hover, .download a:hover {
      background: #429a30;
      color: #fff; }
    .more a::before, .back a::before, .download a::before, .more a::after, .back a::after, .download a::after {
      font-size: 0.9rem;
      margin-left: 0.25rem;
      margin-right: 0.25rem; }

input, select, textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0;
  outline: none !important; }
  input::placeholder, select::placeholder, textarea::placeholder {
    font-weight: 300;
    color: #ccc; }

input [type="checkbox"], input [type="radio"] {
  width: auto !important; }

select {
  padding-bottom: 0.75rem; }

textarea {
  resize: none; }

button, button[type="submit"], button[type="reset"] {
  background: none;
  border: none;
  border-color: #94be10;
  border-radius: 0;
  color: #94be10;
  padding: 0.25rem 0.75rem;
  outline: none; }
  button:hover {
    background: #94be10;
    color: #449f31;
    outline: none; }

button[type="submit"] {
  border: 1px solid #ddd;
  border-color: #94be10;
  color: #94be10; }
  button[type="submit"]:hover {
    background: #94be10;
    color: #449f31; }

button[type="reset"] {
  border: 1px solid #ddd;
  border-color: #ccc;
  color: #ccc; }
  button[type="reset"]:hover {
    background: #ccc;
    color: #666; }

.cd-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  text-align: center; }
  .cd-top i {
    color: #fff;
    margin-right: 1rem;
    margin-left: 1rem; }

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s; }

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 9999; }

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5; }

.cd-top:hover {
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px; } }
@media only screen and (min-width: 1024px) {
  .cd-top {
    right: 30px;
    bottom: 30px; } }
.pagination {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .pagination a {
    border: none;
    color: #0e8dd9;
    padding: 0.5rem 1rem; }
    .pagination a:hover {
      background: none; }
  .pagination a[active] {
    background: none;
    color: #fff; }

.editor {
  margin-top: 3rem;
  padding-right: 1rem;
  padding-left: 1rem; }
  .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    margin-top: 3rem;
    margin-bottom: 2rem; }
    .editor h2:nth-of-type(1), .editor h3:nth-of-type(1), .editor h4:nth-of-type(1), .editor h5:nth-of-type(1), .editor h6:nth-of-type(1) {
      margin-top: 0; }
  .editor img {
    width: initial; }

body {
  background: url("../images/layout/bg-body.gif") left top repeat;
  font-family: "Roboto", "Noto Sans TC", "Font Awesome 5 Free", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333; }

.more {
  text-align: right; }
  .more a::after {
    content: "";
    margin-right: 0; }

.back a::before {
  content: "";
  margin-left: 0; }

.download a::before {
  content: "";
  margin-left: 0; }

.cd-top {
  background: rgba(1, 88, 149, 0.8);
  border-radius: 0.5rem;
  font-size: 1.5rem; }
  .cd-top:hover {
    background-color: #015895; }
  .cd-top a[active] {
    background: #0e8dd9;
    border-color: #0e8dd9; }

header {
  background: white;
  border-bottom: 3px solid #9ac30b;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  header .logo {
    margin-bottom: 1rem; }

footer {
  background: #ecffc6; }
  footer section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    footer section:first-of-type dl:first-of-type {
      margin-bottom: 0; }
      footer section:first-of-type dl:first-of-type dd:last-of-type {
        margin-bottom: 0; }
      footer section:first-of-type dl:first-of-type dd i {
        color: #429a30; }
    footer section:first-of-type dl:last-of-type {
      margin-bottom: 0; }
      footer section:first-of-type dl:last-of-type dd {
        border-right: 1px solid #ddd;
        text-align: center;
        margin-bottom: 0;
        padding: 0.5rem 0; }
        footer section:first-of-type dl:last-of-type dd:nth-of-type(even) {
          border-right: none; }
  footer section:last-of-type {
    background: #1e5e23;
    color: #fff;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    footer section:last-of-type p {
      margin-bottom: 0; }
      footer section:last-of-type p a {
        font-size: 1.4rem;
        color: #fff; }

.list-current dd {
  margin-bottom: 1rem; }
  .list-current dd p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0; }

nav.navbar {
  padding-bottom: 0; }
  nav.navbar .navbar-toggler {
    border: 1px solid #ddd;
    border-color: #1b8c30;
    padding: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem; }
    nav.navbar .navbar-toggler:hover {
      background: none;
      border-color: #164e8f; }
    nav.navbar .navbar-toggler i {
      color: #429a30; }
      nav.navbar .navbar-toggler i:before, nav.navbar .navbar-toggler i:after {
        margin: 0; }
      nav.navbar .navbar-toggler i:hover {
        color: #164e8f; }
  nav.navbar .navbar-collapse {
    background: none; }
    nav.navbar .navbar-collapse .navbar-nav {
      width: 100%; }
      nav.navbar .navbar-collapse .navbar-nav .nav-item {
        text-align: center; }
        nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          padding-top: 1rem;
          padding-bottom: 1rem; }
          nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            background: #164e8f; }
          nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link p {
            font-size: 1.25rem;
            font-weight: 400;
            color: #1b8c30;
            margin-bottom: 0;
            padding-right: 1rem;
            padding-left: 1rem; }
            nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link p:hover {
              color: #fff; }
      nav.navbar .navbar-collapse .navbar-nav .dropdown {
        position: initial; }
        nav.navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
          display: block; }
        nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
          width: 100%;
          background: rgba(255, 255, 255, 0.75);
          border: none;
          border-radius: 0;
          padding: 0;
          top: 3.75rem; }
          nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu li {
            width: 685px;
            margin: 0 auto; }
            nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu li dl {
              margin-right: 0;
              margin-left: 0;
              margin-bottom: 0;
              padding-left: 8rem;
              padding-top: 1rem;
              padding-bottom: 1rem; }
              nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu li dl dd {
                margin-bottom: 0; }
            nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
              border-bottom: 1px solid #ddd;
              border-color: #999;
              font-weight: 500;
              color: #1b8c30;
              padding: 0; }
              nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
                background: none;
                color: #fff; }
            nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu li:last-of-type .dropdown-item {
              border-bottom: none; }
        nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle::after {
          display: none; }

div.slidebars {
  width: 100vw;
  background: rgba(22, 78, 143, 0.9);
  padding: 1rem; }
  div.slidebars .closeBtn {
    text-align: right;
    margin-bottom: 1rem; }
    div.slidebars .closeBtn button {
      background: none;
      border: none;
      color: #fff; }
      div.slidebars .closeBtn button:hover {
        color: #f60; }
  div.slidebars .mobileNav {
    text-align: center;
    margin-bottom: 0; }
    div.slidebars .mobileNav dd {
      border-bottom: 1px solid #ddd;
      margin-bottom: 1rem;
      padding-bottom: 1rem; }
      div.slidebars .mobileNav dd a {
        font-size: 1.5rem;
        font-weight: 300;
        color: #fff; }
        div.slidebars .mobileNav dd a:hover {
          color: #f60; }

li.page-item {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  li.page-item a {
    border: none;
    color: #0e8dd9;
    padding: 0.5rem 1rem; }
    li.page-item a:hover {
      background: none; }
  li.page-item a[active] {
    background: none;
    color: #fff; }

@media (max-width: 767.98px) {
  .deskTop,
  .Tablets,
  .deskTopTablets {
    display: none !important; } }
@media (max-width: 991.98px) {
  .deskTop,
  .Mobile,
  .mLandscape,
  .mPortrait {
    display: none !important; }

  a.navbar-brand > img {
    width: 70vw; }

  footer section div:first-of-type {
    margin-bottom: 1rem; } }
@media (min-width: 992px) {
  .Mobile,
  .Tablets,
  .TabletsMobile,
  .mLandscape,
  .mPortrait {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  a.navbar-brand > img {
    width: 30vw; } }
@media (min-width: 1200px) {
  a.navbar-brand > img {
    width: 35vw; } }
@media (min-width: 1281px) {
  a.navbar-brand > img {
    width: 32.5vw; } }
@media (min-width: 1367px) {
  a.navbar-brand > img {
    width: 30vw; } }
@media (min-width: 1441px) {
  a.navbar-brand > img {
    width: 35vw; } }
div#jssor {
  width: 1920px;
  height: 650px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  visibility: hidden; }
  div#jssor [data-u="loading"] {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px; }
    div#jssor [data-u="loading"] img {
      width: 38px;
      height: 38px;
      margin-top: -19px;
      position: relative;
      top: 50%; }
  div#jssor div[data-u="slides"] {
    width: 1920px;
    height: 650px;
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden; }
  div#jssor div[data-u="arrowleft"],
  div#jssor div[data-u="arrowright"] {
    width: 55px;
    height: 55px;
    top: 0px; }
    div#jssor div[data-u="arrowleft"] svg,
    div#jssor div[data-u="arrowright"] svg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  div#jssor div[data-u="arrowleft"] {
    left: 25px; }
  div#jssor div[data-u="arrowright"] {
    right: 25px; }
  div#jssor .jssora055 {
    display: block;
    position: absolute;
    cursor: pointer; }
  div#jssor .jssora055 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 960;
    stroke-miterlimit: 10; }
  div#jssor .jssora055:hover {
    opacity: 0.8; }
  div#jssor .jssora055.jssora055dn {
    opacity: 0.5; }
  div#jssor .jssora055.jssora055ds {
    opacity: 0.3;
    pointer-events: none; }

main section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.title {
  margin-bottom: 1rem;
  padding: 0.75rem 0; }
  .title h2 {
    color: #164e8f; }

.list-current dd p:first-of-type {
  color: #429a30; }
  .list-current dd p:first-of-type::before {
    content: ""; }
.list-current dd p:last-of-type {
  padding-left: 1.15rem; }

.certificate {
  background: #fff;
  border: 1px solid #ddd;
  padding-bottom: 1rem; }
  .certificate .title {
    background: #164e8f;
    margin-top: 0;
    margin-bottom: 0; }
    .certificate .title h2 {
      color: #fff;
      text-align: center;
      margin-bottom: 0; }
  .certificate div {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-right: 1rem;
    padding-left: 1rem; }
    .certificate div p {
      background: #fff;
      border: 1px solid #429a30;
      border-radius: 0.5rem;
      font-size: 1.25rem;
      color: #429a30;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .certificate div p:hover {
        background: #429a30;
        color: #fff; }
      .certificate div p::before, .certificate div p::after {
        font-size: 0.9rem;
        margin-left: 0.25rem;
        margin-right: 0.25rem; }

.gallery {
  background: #ecffc6; }
  .gallery .title {
    text-align: center; }
  .gallery dl {
    margin-bottom: 0; }
    .gallery dl dd figure {
      margin-bottom: 0; }
      .gallery dl dd figure p {
        border: 1px solid #ddd;
        border-radius: 0.5rem;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        overflow: hidden; }
        .gallery dl dd figure p img {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transform: scale(1, 1); }
      .gallery dl dd figure figcaption {
        font-size: 1.25rem;
        text-align: center; }
      .gallery dl dd figure:hover p {
        overflow: hidden; }
        .gallery dl dd figure:hover p img {
          transform: scale(1.2, 1.2); }
  .gallery .more {
    text-align: center; }

/*# sourceMappingURL=index.css.map */
