/*color*/
:root {
  --gray-light: #f6f6f6;
  --main-color: #7d7d7d;
  --gray-dark: #515151;
  --color-red: #dd5063;
  --color-red-light: #f76a7d;
  --color-yellow: #fa6400;
  box-sizing: border-box;
}
/*共用樣式*/
.home {
  overflow: hidden;
  font-family: Quicksand-Light, "微軟正黑體", sans-serif;
  width: 100%;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
}
.icon:before {
  margin-right: 5px;
  vertical-align: middle;
}
a,
a:hover {
  text-decoration: none;
  color: #7d7d7d;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
h2 {
  line-height: 1.5em;
  font-size: 28px;
  margin-bottom: 20px;
}
h3 {
  line-height: 1.5em;
  font-size: 26px;
  margin-bottom: 20px;
  color: var(--gray-dark);
}
p {
  line-height: 2em;
  margin-bottom: 20px;
}
::placeholder {
  /* CSS 3 標準 */
  color: #ccc !important;
}
@media (min-width: 768px) {
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 45px;
    line-height: 1.5em;
    letter-spacing: 2px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
    font-weight: 300;
  }
}
ul {
  margin-bottom: 40px;
}
ul li {
  display: flex;
  margin-bottom: 10px;
}
ul li:before {
  content: "";
  background: var(--color-yellow) url("../../assets/images/check-solid.svg") center no-repeat;
  background-size: 12px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 3px 8px 0 4px;
  display: inline-block;
  border-radius: 36px;
}
@media (min-width: 768px) {
  ul {
    font-size: 20px;
  }
  ul li:before {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: 5px 8px 0 4px;
  }
}
.content {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .content {
    padding: 100px 0;
  }
}
.content.bg-gray {
  background-color: var(--gray-light);
}
@media (min-width: 992px) {
  .content.bg-pic {
    background: url("../../assets/images/all-in-one-app.svg") no-repeat left 10px;
    background-size: 14vw;
  }
}
@media (min-width: 992px) {
  .br {
    display: block;
  }
}
img {
  width: 100%;
}
.btn.btn-primary {
  background-color: var(--color-red);
  border-color: var(--color-red);
  letter-spacing: 4px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .btn.btn-primary {
    font-size: 18px;
  }
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--color-red-light);
  border-color: var(--color-red-light);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ffa7be;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background-color: var(--color-red-light);
  border-color: var(--color-red-light);
  box-shadow: 0 0 0 0.2rem #ffa7be;
}
.modal-header {
  border: none;
}
.modal-header .modal-title {
  text-align: center;
  width: 100%;
  color: #333;
  font-weight: 400;
}
.modal-body {
  font-size: 14px;
  color: #333;
  padding: 30px;
}
.container {
  padding-left: 25px;
  padding-right: 25px;
}
nav {
  background: #fff;
  height: 50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-bottom: solid 1px #d6d7d8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  nav {
    height: 70px;
    position: relative;
  }
}
nav .container-fluid {
  display: flex;
}
@media (max-width: 767px) {
  nav .container-fluid {
    justify-content: space-between;
  }
}
nav .logo {
  display: block;
  height: 48px;
  line-height: 48px;
  margin-right: 1.5vw;
}
@media (min-width: 992px) {
  nav .logo {
    height: 70px;
    line-height: 70px;
  }
}
nav .logo img {
  width: 90px;
  height: 28px;
}
@media (max-width: 320px) {
  nav .logo img {
    width: 60px;
  }
}
@media (min-width: 992px) {
  nav .logo img {
    width: 90px;
    height: 56px;
  }
}
nav .nav-menu {
  font-size: 15px;
  display: flex;
}
@media (max-width: 320px) {
  nav .nav-menu {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  nav .nav-menu {
    justify-self: start;
  }
}
@media (min-width: 992px) {
  nav .nav-menu {
    font-size: 20px;
  }
}
nav .nav-menu a {
  height: 48px;
  line-height: 50px;
  display: block;
  margin-left: 5vw;
}
@media (min-width: 992px) {
  nav .nav-menu a {
    margin-top: 12px;
    margin-left: 1.2vw;
    font-size: 18px;
  }
}
nav .side-menu {
  display: none;
}
@media (min-width: 768px) {
  nav .side-menu {
    display: flex;
  }
}
@media (min-width: 992px) {
  nav .side-menu {
    margin-top: 26px;
  }
}
nav .side-menu a {
  height: 48px;
  line-height: 48px;
  margin-left: 2px;
}
nav .side-menu .btn-pink span {
  font-size: 12px;
  background-color: var(--color-red);
  padding: 4px 12px;
  color: #fff;
  border-radius: 6px;
  margin-right: 2px;
}
@media (min-width: 992px) {
  nav .side-menu .btn-pink span {
    padding: 6px 20px;
    font-size: 20px;
    border-radius: 8px;
    margin-right: 12px;
  }
}
nav .side-menu img {
  width: 160px;
  height: 47px;
}
@media (min-width: 768px) {
  nav .side-menu img {
    width: 85px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  nav .side-menu img {
    width: 160px;
    height: 47px;
  }
}
.banner {
  background: url("../../assets/images/top_banner_m.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  padding: 15vw 0;
  text-align: center;
  margin-top: 46px;
}
.banner h1 {
  font-size: 55px;
}
.banner h2 {
  letter-spacing: 1px;
  padding: 2vw 0 0;
}
.banner p {
  padding: 2vw 0;
}
@media (max-width: 767px) {
  .banner .br-m {
    display: block;
  }
}
@media (min-width: 768px) {
  .banner {
    padding: 5vw 0;
    background-image: url("../../assets/images/top_banner.jpg");
    background-size: cover;
    width: 100%;
    height: 45.78vw;
  }
  .banner h1 {
    font-size: 5.5vw;
    padding-top: 4.8vw;
  }
  .banner h2 {
    font-size: 4vw;
    padding-top: 0.2vw;
  }
  .banner p {
    font-size: 2vw;
    padding: 2vw 0;
    letter-spacing: 5px;
  }
}
@media (min-width: 992px) {
  .banner {
    margin-top: -2px;
  }
}
@media (min-width: 768px) {
  .architecture {
    text-align: center;
  }
  .architecture .br {
    text-align: center;
  }
  .architecture p {
    font-size: 20px;
    margin-bottom: 60px;
    margin-top: 40px;
    text-align: justify;
  }
  .architecture p:after {
    content: "";
    width: 38px;
    height: 1px;
    display: block;
    margin: 20px auto;
    background: var(--color-yellow);
  }
}
.architecture h2 {
  color: #1a1b24;
  text-align: justify;
}
.architecture img {
  max-width: 768px;
  margin: 10px auto 50px;
}
.products {
  padding-bottom: 0 !important;
}
.products img {
  max-width: 400px;
  margin: 0 auto;
}
.products h2 {
  color: var(--color-yellow);
}
@media (min-width: 768px) {
  .products p {
    font-size: 20px;
  }
  .products .c1 {
    margin-bottom: 40px;
  }
  .products .c1 h3 {
    margin-top: 60px;
  }
  .products .c2 {
    align-items: flex-end;
    display: inline-flex;
  }
  .products .c3 {
    margin-top: 40px;
  }
  .products .c4 {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .products .c5 {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .products .c5 ul {
    margin-bottom: 0;
  }
  .products .c6 {
    align-items: flex-end;
    display: inline-flex;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .products p {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .products .container {
    max-width: 960px;
  }
}
.features h2 {
  color: var(--color-yellow);
}
.features ul {
  max-width: 300px;
  margin: 0 auto;
}
.features ul li {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .features ul {
    max-width: 600px;
    margin: 40px auto 0;
  }
}
.features .cards .con {
  border-radius: 8px;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.5);
  height: 50px;
  line-height: 50px;
  color: #444;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.features .cards .con span {
  flex: 1;
  text-align: center;
}
.features .cards img {
  width: 30px;
  height: 30px;
  margin: 0 0 0 20px;
}
@media (min-width: 992px) {
  .features p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .features .container {
    max-width: 960px;
  }
}
.intro {
  background-image: url("../../assets/images/intro_bg.jpg");
  background-size: cover;
  color: #fff;
}
.intro img {
  width: 60px;
  height: 60px;
}
.intro h3 {
  color: #fff;
  margin: 15px 0 ;
}
.intro .col-12 {
  margin-bottom: 50px;
}
.service {
  text-align: center;
}
.service img.icon {
  width: inherit;
  height: 18px;
  margin-right: 6px;
  vertical-align: sub;
}
.service h5 {
  font-weight: 500;
}
.service h5:after {
  content: "";
  width: 38px;
  height: 1px;
  display: block;
  margin: 20px auto;
  background: var(--color-yellow);
}
.service .con {
  background: #fff;
  padding: 20px 20px 10px;
  border-radius: 20px;
  box-shadow: 0 0 3px 0 #00000050;
  margin-bottom: 20px;
}
.service .con p {
  margin: 10px 0 0;
  color: #000;
}
.contact h3 {
  text-align: center;
}
.contact p {
  text-align: center;
}
.contact p:after {
  content: "";
  width: 38px;
  height: 1px;
  display: block;
  margin: 20px auto;
  background: var(--color-yellow);
}
.contact form {
  max-width: 600px;
  margin: 0 auto;
}
.contact .red {
  color: #E02020;
}
.contact label {
  color: #000;
}
.contact .form-check {
  font-size: 13px;
}
.contact .form-check .form-check-label {
  margin-top: 3px;
}
.contact .form-check a {
  color: var(--color-red);
  cursor: pointer;
}
footer {
  padding: 30px 0 0;
  background-color: #252932;
  color: #9EA6B7;
}
footer h4 {
  margin-bottom: 15px;
}
footer a {
  color: #9EA6B7;
}
footer p {
  margin: 0 0 5px;
}
footer .copyright {
  margin-top: 30px;
  width: 100%;
  background: #1A1B24;
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .col-md-5 h4 {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=style_admin.css.map */