* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Microsoft JhengHei", sans-serif; }

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.center-block {
  display: block;
  margin: auto; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.p0 {
  padding: 0; }

.p32 {
  padding: 32px; }

.pt65 {
  padding-top: 65px; }

.pb20 {
  padding-bottom: 20px; }

.mb0 {
  margin-bottom: 0; }

.mb8 {
  margin-bottom: 8px; }

.mb20 {
  margin-bottom: 20px; }

.mr20 {
  margin-right: 20px; }

.margin-auto {
  margin: auto; }

.border-bottom-b9 {
  border-bottom: 1px solid #b9b9b9; }

.bg-fff {
  background-color: #fff; }

.color-fff {
  color: #fff; }

.color-999 {
  color: #999; }

.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.relative {
  position: relative; }

.vertical-middle {
  display: inline-block;
  vertical-align: middle; }

.footer {
  padding: 27px 0;
  background: #fff; }
  .footer p {
    font-size: 14px;
    color: #444;
    text-align: center;
    line-height: 1.3; }

.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200; }

.nav-lang a {
  margin-right: 12px;
  color: #444; }

.nav-lang:hover, .nav-lang:active, .nav-lang:focus {
  text-decoration: none; }

.nav-lang-sub {
  display: none;
  width: 100%;
  padding: .5em;
  position: fixed;
  background: #f3f3f3; }
  .nav-lang-sub a {
    color: #444; }

.nav-link {
  padding: 22px 0;
  margin-right: 12px; }
  .nav-link a {
    padding: .9em 1em;
    border: 2px solid #0081d0;
    color: #0081d0; }
  .nav-link a:hover {
    text-decoration: none; }

.menu-m {
  padding: 7px 0; }

.sub-menu-m {
  display: none;
  width: 100%;
  margin-top: 65px;
  position: fixed;
  z-index: 100;
  background: #f3f3f3;
  text-align: center; }
  .sub-menu-m li a {
    display: block;
    padding: 12px 0;
    color: #444; }

.sub-menu-pc {
  display: none;
  width: 100%;
  padding: 30px 0;
  margin-top: 65px;
  position: fixed;
  z-index: 100;
  background: #f3f3f3;
  text-align: center; }
  .sub-menu-pc > ul {
    max-width: 1120px;
    margin: auto;
    padding: 0 16px;
    overflow: hidden; }
    .sub-menu-pc > ul > li {
      float: left;
      width: 33.33%;
      height: 190px;
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 900;
      text-align: left; }
      .sub-menu-pc > ul > li .sub-menu-pc-title {
        color: #444; }
        .sub-menu-pc > ul > li .sub-menu-pc-title img {
          width: 40px;
          height: 40px;
          vertical-align: -11px;
          display: inline-block;
          margin-right: 8px; }
        .sub-menu-pc > ul > li .sub-menu-pc-title + ul {
          display: inline-block;
          margin-left: 49px;
          text-align: left; }
          .sub-menu-pc > ul > li .sub-menu-pc-title + ul a {
            color: #444;
            font-weight: 400;
            font-size: 16px; }
          .sub-menu-pc > ul > li .sub-menu-pc-title + ul a:hover {
            text-decoration: none;
            color: #0b75d7; }

.width-auto {
  width: auto; }

.nav-link-display {
  display: none; }

@media screen and (min-width: 1025px) {
  .menu-pc {
    display: block; }
  .menu-m {
    display: none; } }

@media screen and (max-width: 1024px) {
  .menu-pc {
    display: none; }
  .menu-m {
    display: block; }
  .nav-link-display {
    display: block; } }

@media screen and (max-width: 768px) {
  .menu-m {
    display: block; } }

@media screen and (max-width: 414px) {
  .navbar-brand {
    width: 180px;
    height: auto;
    padding: 21px 0 21px 4px; } }

@media screen and (max-width: 320px) {
  .navbar-brand {
    width: 130px; }
  .navbar-brand {
    padding: 24px 0 24px 4px; } }
