@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC");
body {
  font-family: "Noto Sans TC", sans-serif;
}

/* ------- 標頭設計(字級,字距,顏色) ------- */
.header .logo {
  width: 120px;
  height: 42px;
}
@media (min-width: 768px) {
  .header .logo {
    width: 150px;
    height: 52px;
  }
}
.header .navbar-link {
  padding: 0.5rem;
  display: block;
  color: #666;
  font-size: 1.125rem;
  position: relative;
}
.header .navbar-link:hover,
.header .navbar-link.active {
  text-decoration: none;
  color: white;
  background-color: #4fb7f2;
}
@media (min-width: 992px) {
  .header .navbar-link:hover,
  .header .navbar-link.active {
    background-color: white;
    color: #4fb7f2;
  }
}
.header .navbar-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  margin: auto;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .header .navbar-link:hover:after,
  .header .navbar-link.active:after {
    background-color: #4fb7f2;
    width: 100%;
  }
}
.header .navbar-nav {
  padding-top: 1rem;
}

.header .gotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  background-color: #666;
  color: #fff;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  text-decoration: none;
}
.header .gotop::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-width: 2px 0px 0px 2px;
  border-color: #fff;
  border-style: solid;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  left: 35px;
  top: 35px;
}
.header .gotop.show {
  opacity: 0.5;
  visibility: visible;
}
.header .gotop.show:hover,
.header .gotop.show:active {
  opacity: 1;
  text-decoration: none;
}

.footer {
  position: relative;
  color: white;
  overflow: hidden;
  padding-bottom: 2rem;
}
.footer:before {
  content: "";
  display: block;
  background: url("../img/deco/footer-bg.png") no-repeat top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 540px;
}
@media (max-width: 380px) {
  .footer:before {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .footer:before {
    height: 550px;
  }
}
.footer .info .col-xl-4:not(:last-child) span {
  margin-right: 12px;
  position: relative;
}
.footer .info .col-xl-4:not(:last-child) span::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  right: -6px;
  bottom: 5px;
}
.footer .info span {
  margin-bottom: 6px;
  line-height: 1;
}
.footer .info a {
  color: #fff;
  text-decoration: none;
}
.footer .info a:hover {
  color: #fff;
}

.submit-btn {
  width: 100%;
  background-color: #1192d3;
  color: white;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.submit-btn:hover {
  color: white;
  background-color: #0d71a4;
}

.advantage {
  text-align: center;
  color: white;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
}
.advantage:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 560px;
  background: url("../img/deco/advantage-bg.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  .advantage:before {
    height: 550px;
  }
}
@media (min-width: 992px) {
  .advantage:before {
    height: 500px;
  }
}
.advantage-title {
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.2s ease-out;
}
.advantage-title:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.advantage-subtitle {
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.2s ease-out;
}
.advantage .col-6 span {
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.advantage .col-6 span:nth-child(2) {
  font-size: 1.5rem;
  margin-left: 6px;
}
.advantage .col-6 span:nth-child(3) {
  font-size: 1.2rem;
  margin-left: 6px;
}
.advantage .col-6 img {
  width: 80px;
  margin: 5px 0;
}
.advantage p {
  font-size: 1.2rem;
}
.advantage .count {
  opacity: 0;
  transition: all 1s;
}

.service {
  text-align: center;
}
.service-title {
  position: relative;
  color: #4fb7f2;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.2s ease-out;
}
.service-title:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #4fb7f2;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.service-title-static {
  position: relative;
  color: #4fb7f2;
  opacity: 0;
  // transform: translateY(100%);
  // transition: all 1.2s ease-out;
}

.service-title-static:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #4fb7f2;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.service img {
  width: 70%;
  max-width: 250px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .service img {
    width: 80px;
  }
}
.service-deco-1 {
  position: absolute;
  background: url("../img/deco/service-deco-1.svg") no-repeat;
  width: 35px;
  height: 35px;
  top: -5%;
  right: 0;
  transition: all 0.3s;
}
.service-deco-2 {
  position: absolute;
  background: url("../img/deco/service-deco-2.svg") no-repeat;
  width: 40px;
  height: 40px;
  bottom: 0;
  left: -16px;
  transition: all 0.3s;
}
.service-item {
  opacity: 0;
  transform: translateY(40%);
  transition: all 1.2s ease-out;
}

.case {
  text-align: center;
}
.case-title {
  position: relative;
  color: #4fb7f2;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.2s ease-out;
}
.case-title:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #4fb7f2;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.case-subtitle {
  font-size: 18px;
  position: relative;
}
.case-subtitle:after {
  content: "";
  width: 150px;
  height: 1rem;
  background-color: #fffda4;
  position: absolute;
  margin: auto;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  z-index: -1;
}
.case-card {
  position: relative;
  display: block;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: rgba(132, 132, 132, 0.35) 0 2px 10px;
  -ms-box-shadow: rgba(132, 132, 132, 0.35) 0 2px 10px;
  box-shadow: rgba(132, 132, 132, 0.35) 0 2px 10px;
  overflow: hidden;
}
.case-card:before {
  content: "";
  display: block;
  padding-top: 72%;
}
.case-card:hover .case-card-img {
  transform: translate(-50%, -50%) scale(1.3);
  filter: blur(2px);
}
.case-card:hover .case-card-content {
  opacity: 1;
}
.case-card:hover .case-card-content p {
  transform: translateY(0);
}
.case-card-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(58, 58, 58, 0.7);
  opacity: 0;
  transition: all 0.3s;
  color: white;
}
.case-card-content p {
  transform: translateY(100%);
  transition: all 0.3s;
}
.case-card-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s;
}
.case-deco-1 {
  position: absolute;
  background: url("../img/deco/case-deco-1.svg") no-repeat;
  width: 80px;
  height: 80px;
  top: -40px;
  right: -15px;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .case-deco-1 {
    width: 120px;
    height: 120px;
  }
}
.partner {
  text-align: center;
  position: relative;
}
.partner-title {
  position: relative;
  color: #4fb7f2;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.2s ease-out;
}
.partner-title:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #4fb7f2;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.partner-deco-1 {
  content: "";
  display: block;
  background: url("../img/deco/footer-deco-1.svg") no-repeat top center;
  background-size: cover;
  position: absolute;
  bottom: -4rem;
  left: 35%;
  width: 30px;
  height: 30px;
}

.contact {
  margin-bottom: 3rem;
  text-align: center;
}
.contact-title {
  position: relative;
  color: #4fb7f2;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.2s ease-out;
}
.contact-title:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #4fb7f2;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.logo-group {
  width: 13%;
  margin: 1rem;
}
.logo-group img {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jumbotron {
  background-color: white !important;
  margin-top: 120px;
}
@media (min-width: 768px) {
  .jumbotron {
    margin-top: 78px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-bottom: 0;
  }
}
.jumbotron-text {
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.5s ease-out;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .jumbotron-text {
    text-align: left;
  }
}
.jumbotron-img {
  opacity: 0;
  transform: translateX(50%);
  transition: all 1.5s ease-out;
}
.jumbotron-title {
  color: #4fb7f2;
  border-bottom: 0.5px solid #4fb7f2;
}
.jumbotron span {
  color: #e87e36;
}
.jumbotron p {
  font-size: 1.2rem;
}
.jumbotron-deco-1 {
  position: absolute;
  background: url("../img/deco/jumbotron-deco-1.svg") no-repeat;
  width: 15%;
  height: 15%;
  top: -15%;
  left: 0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .jumbotron-deco-1 {
    width: 10%;
    height: 10%;
    top: -10%;
  }
}
.jumbotron-deco-2 {
  position: absolute;
  background: url("../img/deco/jumbotron-deco-2.svg") no-repeat;
  width: 15%;
  height: 15%;
  bottom: -15%;
  right: 0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .jumbotron-deco-2 {
    width: 10%;
    height: 10%;
    bottom: -10%;
  }
}
.jq-slideUp {
  opacity: 1;
  transform: translateY(0);
}

.jq-slideLeft {
  opacity: 1;
  transform: translateX(0);
}

.jq-show {
  opacity: 1 !important;
}

.jq-delay200 {
  transition-delay: 0.2s;
}

.jq-delay400 {
  transition-delay: 0.4s;
}

.jq-delay600 {
  transition-delay: 0.6s;
}

.jq-delay800 {
  transition-delay: 0.8s;
}

form {
  padding: 3rem 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
form textarea,
form input.form-control {
  width: 100%;
  box-shadow: none;
  border: none;
  padding: 0.5rem 1rem;
  outline: none;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  form {
    padding: 0;
  }
}

@-moz-document url-prefix() {
}

/*# sourceMappingURL=main.css.map */
