@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&display=swap");
body {
  position: relative;
  height: 100%;
  color: #221815;
  font-family: 'Noto Sans TC', sans-serif;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  background: #F6F6F6;
  padding: 0;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.5;
      font-size: 1rem; } }

button {
  box-shadow: none; }

a {
  text-decoration: none;
  display: inline-block;
  color: #0064BC; }
  a:focus {
    outline: 2px dotted #e42c2c; }

button:focus {
  outline: 2px dotted #e42c2c; }

img {
  max-width: 100%; }

.navbar-toggler:focus {
  box-shadow: none; }

input::placeholder {
  color: #aaa; }
input:focus {
  outline: 2px dotted #e42c2c !important; }
input[type='radio'], input[type='checkbox'] {
  outline: 2px dotted #e42c2c !important; }

ul {
  padding: 0; }

@media (min-width: 576px) {
  .container, .container-sm {
    width: 90%;
    max-width: 1320px; } }
.accesskey {
  left: 0px;
  position: absolute;
  opacity: 0; }
  .accesskey:focus {
    opacity: 1;
    z-index: 10;
    background: #fff; }

header.header {
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 1199px) {
    header.header {
      background: #fff; }
      header.header .container {
        width: 100%;
        padding: 0; }
      header.header .headin {
        margin-top: 0;
        box-shadow: none;
        padding: 0; } }
  @media screen and (max-width: 767px) {
    header.header {
      padding: 0;
      flex-wrap: wrap; }
      header.header .headin {
        padding: 0 10px; } }
  header.header .accesskey {
    opacity: 1; }
    @media screen and (max-width: 767px) {
      header.header .accesskey {
        display: none; } }
  header.header .container {
    margin: auto;
    max-width: 100%;
    max-width: 1400px; }
    @media (max-width: 1300px) {
      header.header .container {
        max-width: 100%; } }
  header.header .headLink {
    display: flex;
    padding: 0;
    flex-wrap: wrap; }
    header.header .headLink a {
      font-weight: bold;
      color: #171C61;
      font-size: 1rem;
      padding: 5px 5px;
      white-space: nowrap; }
      header.header .headLink a:hover {
        color: #0064BC; }
      @media screen and (max-width: 767px) {
        header.header .headLink a {
          padding: 0 4px 2px;
          font-size: 0.9rem; } }
  header.header .bg_blue {
    background: #171C61;
    border-radius: 20px;
    padding: 0 10px;
    display: inline-flex;
    margin-right: 10px; }
    @media screen and (max-width: 991px) {
      header.header .bg_blue {
        display: none; } }
    header.header .bg_blue a {
      color: #fff;
      padding: 4px 5px;
      white-space: nowrap;
      line-height: 1.4;
      font-size: 0.9rem; }
      header.header .bg_blue a:hover {
        color: #FFD200; }
  header.header .top_search {
    display: block; }
    @media screen and (max-width: 767px) {
      header.header .top_search {
        display: none; } }
    header.header .top_search.top_S {
      display: none;
      padding: 10px 10px 0; }
      @media screen and (min-width: 991px) {
        header.header .top_search.top_S {
          display: none !important; } }
    header.header .top_search .gsib_a {
      padding: 0; }
    header.header .top_search .gsc-input-box {
      border: none; }
    header.header .top_search .gsc-input {
      font-size: 1rem; }
    header.header .top_search input {
      border: none !important;
      max-width: 100%;
      padding: 5px;
      width: calc(100% - 3rem );
      border-bottom: 1px solid #171C61 !important;
      min-width: 9rem;
      background: transparent !important;
      box-shadow: none; }
    header.header .top_search button {
      background: transparent;
      border: none;
      font-weight: bold;
      color: #171C61;
      padding: 0 5px; }
      header.header .top_search button svg {
        fill: #171C61;
        transform: scale(1.4); }
  header.header .logo {
    max-width: 250px;
    min-width: 180px;
    margin-right: 10px;
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      header.header .logo {
        margin: 0;
        max-width: 60%; } }
    header.header .logo h1 {
      margin: 0; }
  header.header .navbar-nav {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    justify-content: space-around;
    display: flex; }
    @media screen and (max-width: 1199px) {
      header.header .navbar-nav {
        max-width: 100vw;
        display: block; } }
  header.header ul {
    margin-bottom: 0; }
  header.header li {
    list-style: none;
    padding-right: 0.5%; }

.headin {
  margin-top: 20px;
  background: #fff;
  border-radius: 40px;
  justify-content: space-between;
  padding: 0px 10px;
  box-shadow: 0 18px 13px rgba(0, 0, 0, 0.1); }
  @media (min-width: 767px) {
    .headin {
      padding: 0; } }

@media (min-width: 1199px) {
  .navbar-expand-xl .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    left: 0;
    top: 100%;
    visibility: visible;
    opacity: 1;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; } }
header .aside {
  flex: auto;
  /*Submenu comes from LEFT side*/ }
  @media screen and (max-width: 767px) {
    header .aside {
      margin: 0; } }
  header .aside .navbar {
    position: initial; }
    @media screen and (max-width: 1199px) {
      header .aside .navbar {
        display: block;
        text-align: center; } }
    header .aside .navbar li {
      display: flex;
      align-items: center;
      flex-grow: 1;
      list-style: none; }
      header .aside .navbar li:hover > a {
        background: #FFD200; }
        header .aside .navbar li:hover > a span {
          color: #222; }
        header .aside .navbar li:hover > a i {
          color: #222; }
      @media screen and (max-width: 1199px) {
        header .aside .navbar li {
          display: block; } }
      header .aside .navbar li .nav-link, header .aside .navbar li a {
        padding: 15px 5px;
        color: #000; }
        @media screen and (max-width: 1199px) {
          header .aside .navbar li .nav-link, header .aside .navbar li a {
            padding: 5px; } }
        header .aside .navbar li .nav-link span, header .aside .navbar li a span {
          font-size: 1.2rem;
          font-weight: bold;
          white-space: nowrap; }
        header .aside .navbar li .nav-link i, header .aside .navbar li a i {
          margin-left: 5px;
          color: #FFD200; }
  header .aside .dropdown-item {
    font-size: 1.1rem; }
    @media screen and (max-width: 1199px) {
      header .aside .dropdown-item {
        text-align: center;
        font-size: 1.1rem; } }
    @media screen and (max-width: 767px) {
      header .aside .dropdown-item:last-child {
        border-bottom: none; } }
  header .aside .dropdown-menu {
    padding: 0; }
    header .aside .dropdown-menu li {
      padding-right: 0; }
      header .aside .dropdown-menu li a {
        padding: 10px 10px;
        color: #000;
        line-height: 1.2;
        white-space: wrap; }
  header .aside .dropdown-menu.show {
    top: 100%;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      header .aside .dropdown-menu.show {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      header .aside .dropdown-menu.show {
        width: auto; } }
  header .aside .dropdown-submenu {
    position: relative; }
  @media (min-width: 992px) {
    header .aside .dropdown-submenu > .dropdown-menu {
      top: 3px;
      left: 100%;
      margin-top: -5px;
      margin-left: 0px; }
    header .aside .dropdown-submenu > .dropdown-menu.submenu-left {
      left: -100%; }
    header .aside .dropdown-submenu:hover > .dropdown-menu {
      display: block; } }
@media (min-width: 992px) and (max-width: 991px) {
  header .aside .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px; } }

  @media screen and (max-width: 767px) {
    header .aside .dropdown-submenu > .dropdown-menu {
      display: block; } }

.dropdown-toggle::after {
  display: none; }

@media screen and (max-width: 1199px) {
  .navbar-light .navbar-collapse {
    position: absolute;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 100%;
    background: white; } }
.btn_serach {
  font-size: 2em;
  padding: 0px 15px;
  color: #171C61;
  margin-right: 5%; }

.hamburger {
  width: 45px;
  height: 45px;
  padding: 5px;
  border-radius: 0;
  display: none;
  background: #171C61; }
  @media screen and (max-width: 1199px) {
    .hamburger {
      display: inline-block;
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .hamburger {
      border: none;
      margin-top: 0;
      margin-bottom: 5px; } }

.hamburger .line {
  width: 33px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

.hamburger.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.hamburger.is-active .line:nth-child(2) {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.hamburger .line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.hamburger.is-active .line:nth-child(2) {
  opacity: 0; }

.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 40px;
  -webkit-transform-origin: right;
  transform-origin: right; }

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(23px) translateX(-8px) rotate(45deg);
  transform: translateY(23px) translateX(-8px) rotate(45deg); }

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-23px) translateX(-8px) rotate(-45deg);
  transform: translateY(-23px) translateX(-8px) rotate(-45deg); }

.bg-arrow {
  position: fixed;
  right: 1%;
  bottom: 1%; }

@media screen and (max-width: 576px) {
  header .header .logo {
    max-width: 220px;
    max-width: 100%;
    width: 85%;
    text-align: center;
    padding: 10px; }

  .navbar button {
    top: -3rem; }
    .navbar button img {
      width: 25px; } }
footer {
  z-index: 1;
  position: relative; }
  footer .click_footer {
    background: transparent;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      footer .click_footer {
        display: none; } }
    footer .click_footer button {
      border: none;
      display: inline-block;
      color: #fff;
      line-height: 1.1;
      z-index: 0;
      font-weight: bold;
      position: absolute;
      width: 120px;
      padding: 10px 0 0px;
      bottom: 0;
      left: 0px;
      right: 0;
      margin: auto;
      display: inline-block;
      background: #171C61; }
      footer .click_footer button > * {
        position: relative;
        z-index: 1; }
      footer .click_footer button:focus {
        border: 2px dotted #e42c2c; }
      footer .click_footer button::before, footer .click_footer button::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0; }
      footer .click_footer button::before {
        right: 100%;
        top: 0;
        border-style: solid;
        border-width: 0 0 35px 20px;
        border-color: transparent transparent #171C61 transparent;
        transform: rotate(0deg); }
      footer .click_footer button::after {
        left: 100%;
        top: 0;
        border-style: solid;
        border-width: 35px 0 0px 20px;
        border-color: transparent transparent transparent #171C61;
        transform: rotate(0deg); }
  footer section {
    background: #171C61;
    position: relative;
    z-index: 1;
    padding: 1.5em 0 0; }
    @media screen and (max-width: 767px) {
      footer section {
        display: none; } }
    footer section .thumb-headline {
      color: #fff;
      font-size: 1.2rem;
      font-weight: bold;
      border-bottom: 2px solid #fff;
      margin-bottom: 5px; }
    footer section a {
      color: #fff;
      font-size: 0.95rem;
      line-height: 1.2; }
      footer section a:hover {
        color: #FFD200; }
  footer .footer-end {
    border-top: 15px solid #171C61;
    background: #0064BC;
    padding: 1.2rem 0 0rem;
    color: #fff; }
    @media (max-width: 767px) {
      footer .footer-end {
        padding: 0 0rem 0rem; } }

.copyright {
  font-size: 0.98rem;
  padding: 5px 0;
  background: #171C61;
  color: #fff; }
  .copyright .copyright_list {
    display: flex;
    flex: wrap;
    align-items: center;
    justify-content: space-around; }
    @media (max-width: 767px) {
      .copyright .copyright_list {
        flex-direction: column; } }
  .copyright span {
    padding: 0 10px;
    border-left: 1px solid; }
    @media (max-width: 767px) {
      .copyright span {
        border: none;
        margin-left: 0;
        padding: 0; } }
    .copyright span a {
      color: #fff;
      margin: 0 3px; }
      .copyright span a:hover {
        color: #FFD200; }
    .copyright span:first-child {
      border: none; }
  .copyright .share a {
    font-size: 1.3rem;
    background: #0064BC;
    color: #fff;
    display: inline-block;
    width: 35px;
    border-radius: 5px;
    padding: 0 3px;
    text-align: center;
    margin: 5px 5px 0; }
    .copyright .share a:hover {
      color: #FFD200; }

.shareSet {
  position: fixed;
  z-index: 10;
  top: 60%;
  right: 5px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .shareSet {
      bottom: 10px;
      top: auto;
      right: 2px;
      display: none; } }
  .shareSet > a {
    margin: 5px;
    transition: 0.5s all; }
    .shareSet > a:hover {
      transition: 0.5s all;
      transform: scale(1.05); }
    @media (max-width: 767px) {
      .shareSet > a {
        width: 40px; } }

.community {
  display: none; }
  .community.show {
    display: block;
    flex-direction: column;
    position: absolute;
    left: -50px;
    top: 20px;
    z-index: 1;
    width: 50px; }
    @media (max-width: 767px) {
      .community.show {
        position: relative;
        top: auto;
        left: auto; } }
    .community.show a {
      display: block;
      width: 45px;
      height: 45px;
      background: #fff;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .community.show a {
          width: 40px;
          height: 40px;
          margin: 5px; } }

/*# sourceMappingURL=custom.css.map */
