﻿* {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Microsoft YaHei",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  min-width: 375px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #333;
  font-size: 16px;
  height:100%; width:100%
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}
.headerArea {
  z-index: 1;
  min-width: 375px;
  position: relative;
  height: 65px;
  padding: 3px 0px;
  top: 0px;
  width: 100%;
  left: 0;
  transition: left 0.5s;
  z-index: 2;
  background-color: rgba(23, 153, 213, 0.9);
  overflow:hidden;
}
.main-body {
  position: relative;
  left: 0px;
  padding-top: 20px;
  transition: left 0.5s;
  height: 100%;
  width: 100%;
  background-color: white;
}
.footerArea {
  position: relative;
  bottom: 0px;
  padding: 13px 60px;
  padding-bottom: 15px;
  background-color: white;
  overflow:hidden;
}
.headerArea .navbar-nav {
  margin-right: 18px;
}
.headerArea .logo {
  max-height: 100%;
  background: rgba(255, 255, 255, 0);
}
.headerArea .navbar {
  padding: 0px;
  margin-left: 24px;
}
.headerArea .navbar ul.navbar-nav li {
  padding-right: 16px;
}
.headerArea .navbar ul.navbar-nav li.normal-last {
  padding-right: 0px;
}
.headerArea .navbar.navbar-dark.navbar-expand-xl {
  height: 60px;
}
.headerArea .navbar.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.headerArea .navbar.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.headerArea .navbar.navbar-dark .navbar-nav .nav-item.active a,
.headerArea .navbar.navbar-dark .navbar-nav .nav-item a:hover {
  color: #fff;
}
.headerArea .loginArea {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 160, 36, 0.9);
  border: 1px #ffa024 solid;
  float: right;
  padding: 20px 26px;
  font-weight: 700;
}
.headerArea .navbar-collapse {
  margin-left: 20px;
}
.headerArea .loginBox {
  padding: 0px;
}
.headerArea button.navbar-toggler {
  -webkit-appearance: button-bevel;
}
.headerArea .signup-btn,
.headerArea .login-btn {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.headerArea .signup-btn:hover,
.headerArea .signup-btn:focus,
.headerArea .login-btn:hover,
.headerArea .login-btn:focus {
  color: #fff;
}


.contentArea .container-fluid{
  padding: 0 60px;
}
.contentArea .heading{
  background-color: rgb(210, 240, 249);
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  vertical-align: middle;
  color: rgb(23, 161, 221);
  font-family: 微軟正黑體;
  border-radius: 5px;
  padding: 25px 0px 0px 20px;
  margin: 0px 0px 10px;
  display: block;
  font-size: 19.5px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.contentArea ul{
  margin: 0;
  padding: 0px;
  color: #666;
  font-size: 15px;
  padding-left: 20px;
}
.contentArea ul li{
  margin: 0;
  padding: 3px;
  line-height: 28px;
}
.contentArea ul li a{
  color: #17a1dd;
  text-decoration: none;
  font-size: 13px;
}

.footerArea .linkPart {
  font-size: 15px;
}
.footerArea .linkPart a {
  color: #333;
  font-weight: 700;
}
.footerArea .dividbar {
  display: inline-block;
  margin-left: 10px;
  margin-right: 6px;
  color: #999;
}
.footerArea .textPart {
  padding-top: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  color: #666;
}
.footerArea .copyright {
  margin-top: 0px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: #999;
  margin-bottom: 0px;
}

@media only screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
    width: 100%;
    overflow-x: hidden;
  }
  .headerArea {
    min-width: 1200px;
  }
  .headerArea .nav-item.login-item {
    display: none;
  }
  .m-loginArea {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .navbar-collapse {
    display: block;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav {
    flex-direction: row;
  }
  .main-body {
    left: 0px !important;
  }
  .headerArea {
    left: 0px !important;
  }
  .offcanvas-collapse {
    width: 0px !important;
  }
  .nav-mobile-head {
    display: none;
  }
}