@charset "UTF-8";
.rg .navbar a.nav-link:hover {
  color: #5387c4;
}
.rg .dropdown-item:hover {
  background-color: #276bbb;
  color: #fff;
}
.rg .page-header {
  background-color: #276bbb;
}
.rg section h3 {
  color: #276bbb;
}
.rg span {
  color: #276bbb;
}
.rg a {
  color: #276bbb;
}
.rg a:hover {
  color: #5387c4;
}
.rg .table span {
  background-color: #276bbb;
}
.rg #scrollToTop {
  background: #5387c4 url(../images/go-to-top.png) center center no-repeat;
}
.rg #scrollToTop:hover {
  background-color: #276bbb;
}
.rg .panel {
  margin-bottom: 5px;
  border-radius: 4px;
}
.rg .collapsible {
  background-color: #276bbb;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 3px;
}
.rg .collapsible.active {
  border-radius: 3px 3px 0 0;
}
.rg .active, .rg .collapsible:hover {
  background-color: #5387c4;
}
.rg .content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #fafcff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 0 3px 3px;
}

* {
  font-family: 微軟正黑體, sans-serif;
  letter-spacing: 1.1px;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

.navbar, .dropdown-menu {
  font-size: 16px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar {
  -webkit-box-shadow: 0px 2px 8px rgba(26, 26, 51, 0.1);
          box-shadow: 0px 2px 8px rgba(26, 26, 51, 0.1);
  background-color: rgb(255, 255, 255);
}
.navbar a {
  color: #000;
}
.navbar a.nav-link:hover {
  color: #d78359;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-item:hover {
  background-color: #d24b08;
  color: #fff;
}

.dropdown-menu {
  background-color: #fff;
  color: #fff;
}

header {
  margin-bottom: 0px;
}
header img {
  width: 100%;
}
header .col-md-5 {
  padding: 40px;
}

.page-header {
  background-color: #d24b08;
  border-bottom: 5px solid #000;
  padding: 20px 0;
  position: relative;
}

.page-header h1 {
  border-bottom: 5px solid #EECC17;
  color: #FFF;
  display: inline-block;
  font-weight: 600;
  margin: 0 0 -25px;
  font-size: 36px;
  padding: 0 0 19px;
}

section {
  padding-bottom: 20px;
  padding-top: 20px;
}
section h3 {
  color: #d24b08;
  margin-bottom: 20px;
  margin-top: 40px;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
  text-justify: distribute;
}

section ul li {
  list-style: disc;
}

ul {
  margin-bottom: 0;
  padding-left: 15px;
}

a {
  color: #d24b08;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #d78359;
}

td {
  line-height: 28px;
}

.table span {
  background-color: #d24b08;
  color: white;
  padding-left: 1px;
  padding-right: 1px;
}

tr, td {
  border: solid 1px #000;
}

td {
  padding: 10px;
}

th {
  font-weight: normal;
  padding: 10px;
}

hr.underline {
  max-width: 50px;
  border: solid 2px #d24b08;
}

img {
  width: 100%;
}

span {
  color: #d24b08;
}

footer {
  padding: 20px;
}
footer p {
  font-size: 14px;
}

#scrollToTop {
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-indent: -99999em;
  display: none;
  cursor: pointer;
  z-index: 2;
  background: #d78359 url(../images/go-to-top.png) center center no-repeat;
}
#scrollToTop:hover {
  text-decoration: none;
  background-color: #d24b08;
}