@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.font-white {
  color: white;
}

.font-primary {
  color: #0085ff;
}

.font-sub {
  color: #9bcfff;
}

.font-highlight {
  color: #fd8008;
}

.font-grey {
  color: #808080;
}

.light-bg {
  background-color: #eceff4;
}

.dark-bg {
  background-color: #002242;
}

/*圖片外框樣式*/
/*文字陰影*/
/*圖片陰影*/
.btn {
  min-width: 120px;
  padding: 10px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-primary {
  display: inline-flex;
  background-color: #0085ff;
  color: white;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  border: none;
}
.btn-primary:hover {
  background-color: #0078e6;
  color: white;
}

.btn-outline-primary {
  display: inline-flex;
  background-color: transparent;
  color: #0085ff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  border: none;
  border: 1px solid #0085ff;
}
.btn-outline-primary:hover {
  background-color: #0078e6;
  color: white;
}

.sub-btn {
  display: inline-flex;
  background-color: #9bcfff;
  min-width: 150px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  border: none;
}
.sub-btn:hover {
  background-color: #b5dbff;
  color: white;
}

.hint-btn {
  display: inline-flex;
  background-color: #ff9900;
  min-width: 150px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  border: none;
}
.hint-btn:hover {
  background-color: #ffad33;
  color: white;
}
.hint-btn:active, .hint-btn:visited, .hint-btn:focus {
  background-color: #ff9900;
  color: white;
}

body {
  font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow: hidden;
  overflow-y: auto;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    padding-top: 55px;
  }
}

a {
  text-decoration: none;
}
a.link {
  color: #0085ff;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.table-responsive table {
  min-width: 768px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table-card {
  border: 1px solid #cccccc;
}
table thead {
  background-color: #a3d3ff;
  color: #002242;
}

.wrapper4-3 {
  padding-left: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.table-bordered .light-table {
  background-color: #e6f3ff;
}

.pagination .page-item.active a {
  background-color: #0085ff;
}

.page-title {
  background-color: #eceff4;
  padding: 10px 0px;
  font-weight: bold;
  text-align: center;
  color: #002242;
  background-image: url(../img/page_title.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-size: 1.2em;
  text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white;
}
.page-title .main-title {
  font-size: 1.4em;
}

.wc100 {
  width: 100%;
  height: auto;
}

.page-banner {
  width: 100%;
  height: 200px;
  background-size: auto 200px;
  position: left center;
  background-image: url(../img/page_title.jpg);
  background-repeat: no-repeat;
  background-color: #b2d3e2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #002242;
}
@media (max-width: 767px) {
  .page-banner {
    height: 100px;
    background-size: auto 100px;
  }
}
.page-banner .title {
  font-size: 1.6em;
}
@media (max-width: 767px) {
  .page-banner .title {
    font-size: 1.2em;
  }
}
.page-banner .title small {
  font-size: 0.7em;
}

.section-title {
  margin-bottom: 30px;
}
.section-title .main-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0px;
}
.section-title .sub-title {
  font-weight: bold;
  font-size: 1.2em;
}

.context {
  line-height: 2em;
  margin-bottom: 30px;
}
.context .context-title {
  font-size: 1.2em;
  color: #0085ff;
  font-weight: bold;
}

.page-wrapper {
  display: flex;
  margin-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .page-wrapper {
    display: block;
    margin-top: 30px;
  }
}
.page-wrapper .page-nav {
  width: 200px;
  flex-shrink: 0;
  font-size: 1.2em;
  border: 1px solid #cce7ff;
}
.page-wrapper .page-nav .page-nav-item {
  background-color: #f9f9f9;
  border-bottom: 1px solid #cce7ff;
  background-color: #ebf5ff;
}
.page-wrapper .page-nav .page-nav-item:last-child {
  border: none;
}
.page-wrapper .page-nav .page-nav-item.active {
  border-left: 4px solid #0085ff;
}
.page-wrapper .page-nav a {
  color: inherit;
  padding: 8px 15px;
  display: block;
}
@media (max-width: 767px) {
  .page-wrapper .page-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .page-wrapper .page-nav .page-nav-item {
    display: inline;
    width: calc(33.33% - 10px);
    flex-shrink: 0;
    border: none;
    margin: 0 5px 10px 5px;
    font-size: 14px;
    text-align: center;
  }
  .page-wrapper .page-nav .page-nav-item.active {
    border: none;
    border-bottom: 2px solid #0085ff;
  }
  .page-wrapper .page-nav .page-nav-item a {
    display: inline-block;
  }
}
.page-wrapper .page-content {
  padding-left: 30px;
  width: 100%;
}
.page-wrapper .page-content .page-content-title {
  color: #002242;
  margin-bottom: 30px;
  font-size: 1.6em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-wrapper .page-content .page-content-title {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-content {
    padding-left: 0px;
  }
}

.header {
  width: 100%;
  z-index: 999;
  background-color: #002242;
  padding-bottom: 20px;
}
.header.fixed {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 768px) {
  .header.light {
    background-color: transparent;
  }
}
.header .ham-btn {
  display: none;
  font-size: 28px;
  cursor: pointer;
}
.header .logo {
  padding: 10px 0px;
}
.header .logo img {
  height: 50px;
  width: auto;
}
.header .log-in {
  display: flex;
  align-items: center;
  color: white;
}
.header .log-in span {
  font-size: 28px;
  color: white;
  margin-right: 6px;
}
.header .log-in .nav-item {
  flex-basis: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.2em;
}
.header .log-in .nav-item:last-child {
  border: none;
}
.header .log-in .nav-item a {
  color: white;
}
.header .log-in .nav-item small {
  display: block;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.7);
}
.header .nav-wrapper {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
}
.header .nav-wrapper .nav-item {
  width: 16.6%;
  flex-basis: 1;
  text-align: center;
  line-height: 1.2em;
  padding: 0 5px;
  position: relative;
}
.header .nav-wrapper .nav-item:last-child:after {
  display: none;
}
.header .nav-wrapper .nav-item:after {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  content: " ";
  right: 0px;
  top: calc(50% - 10px);
}
.header .nav-wrapper .nav-item:last-child {
  border: none;
}
.header .nav-wrapper .nav-item a {
  color: white;
}
.header .nav-wrapper .nav-item small {
  display: block;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .header .nav-wrapper {
    display: none;
    border: none;
    padding-top: 50px;
    padding-bottom: 100px;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 1000;
  }
  .header .nav-wrapper.active {
    display: block;
  }
  .header .nav-wrapper .nav-item {
    border: none;
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.1em;
  }
  .header .nav-wrapper .nav-item:after {
    display: none;
  }
  .header {
    background-color: #002242;
    position: fixed !important;
    top: 0px;
    left: 0px;
    padding-bottom: 0px;
    -moz-box-shadow: 0 0px 10px rgba(0, 34, 66, 0.5);
    -webkit-box-shadow: 0 0px 10px rgba(0, 34, 66, 0.5);
    box-shadow: 0 0px 10px rgba(0, 34, 66, 0.5);
  }
  .header .ham-btn {
    color: white;
    display: block;
  }
  .header .logo {
    padding: 10px 0px;
  }
  .header .logo img {
    height: 36px;
    width: auto;
  }
  .header .log-in .nav-item {
    display: none;
  }
}

.footer {
  padding: 20px 0px;
}
.footer .footer-logo {
  width: 160px;
}
@media (max-width: 767px) {
  .footer .footer-logo {
    margin-bottom: 20px;
  }
}
.footer .footer-logo img {
  width: 100%;
}

.index-banner {
  width: 100%;
  height: 550px;
  background-image: url(../img/index_banner.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner .banner-title {
  margin-top: 120px;
  text-align: center;
  width: 100%;
}
.index-banner .banner-title .main-title {
  font-size: 2em;
  font-weight: bold;
}
.index-banner .banner-title .sub-title {
  font-size: 1.2em;
}

.query-bar-wrapper {
  background-color: #fff;
  margin-top: 50px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
}
@media (max-width: 576px) {
  .query-bar-wrapper {
    display: block;
    text-align: center;
  }
}
.query-bar-wrapper .input-group {
  margin-right: 10px;
}
.query-bar-wrapper .input-group .form-select {
  max-width: 120px;
}

.contact-office {
  margin-top: 10px;
  list-style: none;
  padding-left: 0px;
}
.contact-office li {
  display: flex;
  align-items: center;
}
.contact-office li span {
  font-size: 20px;
  margin-right: 10px;
}

.contact-bg {
  position: relative;
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.about-bg {
  position: relative;
  background-image: url(../img/about_1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .about-bg {
    background-image: none;
  }
}
.about-bg .plane {
  position: absolute;
  bottom: -200px;
  right: 200px;
  width: 400px;
  z-index: 0;
}
.about-bg .plane img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .about-bg .plane {
    bottom: -300px;
    right: 200px;
    width: 200px;
  }
}

.query-bg {
  background-color: #002242;
  background-image: url(../img/query_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.member-bg {
  min-height: 80vh;
  background-color: #002242;
  display: flex;
  justify-content: center;
  align-items: center;
}

.log-wrapper {
  max-width: 400px;
  margin: 0 auto;
  color: white;
}

.link-item {
  color: inherit;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}
.link-item .link-item-thumbnail {
  padding-left: 100%;
  padding-top: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  background-position: center;
}

.about-wrapper small {
  line-height: 1.6em;
  display: block;
}

.news-wrapper a {
  color: inherit;
}
.news-wrapper .news-item {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px;
  align-items: center;
}
.news-wrapper .news-item:last-child {
  border: none;
}
.news-wrapper .news-item .thumbnail {
  width: 100px;
  height: 100px;
  background-color: #e6e6e6;
  background-image: url(../img/icon/preset.jpg);
  flex-shrink: 0;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .news-wrapper .news-item .thumbnail {
    width: 60px;
    height: 60px;
  }
}
.news-wrapper .news-item .title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
.news-wrapper .news-item .info {
  font-size: 0.9em;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #7f7f7f;
}

.news-detail img {
  max-width: 100%;
  height: auto;
}
.news-detail .news-detail-title {
  font-size: 1.6em;
}
.news-detail .news-detail-context {
  line-height: 2em;
}

.services-item-wrapper .services-item {
  background-color: #ebf5ff;
  border: 1px solid #b8ddff;
  border-left: 3px solid #0085ff;
  padding: 10px 15px;
  color: #005099;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */