.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-space-around {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.img-100-100-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pos_relative {
  position: relative;
}

.titleStyle {
  font-size: 3.75rem;
  line-height: 5.625rem;
}

.subtitleStyle {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

@media screen and (max-width: 476px) {
  .titleStyle {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
  .subtitleStyle {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif TC", serif;
  color: #494949;
  scroll-behavior: smooth;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body ul a {
  text-decoration: none;
}
body #banner.service {
  width: 100%;
  height: 500px;
  background: url("../img/common/service_banner_md.png") no-repeat;
}
body main {
  position: relative;
}
body .pos-sticky {
  position: sticky !important;
  margin-top: 50px;
  margin-left: -115px;
  top: 50px;
}
body .sticky-mt {
  margin-top: -750px !important;
}
body #absite {
  width: 35px;
  position: absolute;
  top: 50px;
  left: -100px;
  border: 1px solid #b4d6dc;
  border-radius: 50px;
  background: #f8f8f8;
}
body #absite li {
  margin-bottom: 0px;
  transform: scale(0.5);
}
body #absite li a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
body #absite li:last-child {
  margin-bottom: 0;
}
body #absite li:hover a {
  position: relative;
}
body #absite li:hover a:after {
  transform: scale(2);
  width: 200px;
  height: 35px;
  line-height: 35px;
  content: attr(data-content);
  position: absolute;
  left: 200px;
  top: 0;
  background: #437488;
  border-radius: 50px;
  color: white;
  text-align: center;
  padding: 0 20px;
}

header nav .navbar-brand {
  margin-left: 95px;
}
header nav .navbar-brand img {
  width: 200px;
  object-fit: contain;
}
header nav #navbarSupportedContent {
  margin-right: 155px;
  font-family: "Noto Sans TC", sans-serif;
}

footer {
  background-color: #b4d6dc;
  padding: 50px;
}
footer .xs {
  display: none;
}
footer #info .logo {
  display: none;
}
footer #info .title {
  margin-bottom: 30px;
  font-size: 20px;
}
footer #info .content {
  font-size: 16px;
  letter-spacing: 3px;
}
footer #info .content p {
  margin: 5px 0;
}
footer #info .contact a {
  color: #494949;
}
footer #info .contact #community {
  margin-top: 10px;
}
footer #info .contact #community a {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
footer #info .contact #community a img {
  width: 100%;
  object-fit: contain;
}
footer #info .address .content {
  letter-spacing: 0px;
  color: #494949;
}
footer #copyright {
  margin-top: 50px;
}
footer #copyright p {
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif TC", serif;
    color: #494949;
  }
  body ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  body ul a {
    text-decoration: none;
  }
  body #banner.service {
    width: 100%;
    height: 400px;
    background: url("../img/common/service_banner_xs.png") no-repeat;
    background-size: contain;
  }
  body main {
    position: relative;
  }
  body .pos-sticky {
    position: sticky !important;
    margin-top: 50px;
    margin-left: -115px;
    top: 50px;
  }
  body .sticky-mt {
    margin-top: -750px !important;
  }
  body #absite {
    width: 70px;
    position: absolute;
    top: 50px;
    left: -100px;
    border: 1px solid #b4d6dc;
    border-radius: 50px;
    background: #f8f8f8;
  }
  body #absite li {
    margin-bottom: 40px;
  }
  body #absite li a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  body #absite li:last-child {
    margin-bottom: 0;
  }
  body #absite li:hover a {
    position: relative;
  }
  body #absite li:hover a:after {
    width: 200px;
    height: 35px;
    line-height: 35px;
    content: attr(data-content);
    position: absolute;
    left: 100px;
    top: 0;
    background: #437488;
    border-radius: 50px;
    color: white;
    text-align: center;
    padding: 0 20px;
  }
  header {
    height: 80px;
    position: relative;
  }
  header nav {
    height: 100%;
    justify-content: flex-end !important;
    padding: 0 !important;
  }
  header nav .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  header nav .navbar-brand img {
    width: 150px;
    object-fit: contain;
  }
  header nav .navbar-light .navbar-toggler {
    border: None;
  }
  header nav #navbarSupportedContent {
    margin-right: 155px;
    font-family: "Noto Sans TC", sans-serif;
  }
  header nav .navbar-collapse {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 20px;
  }
  header nav .navbar-collapse ul {
    padding: 0;
  }
  header nav .navbar-collapse ul li {
    width: 100%;
  }
  header nav .navbar-collapse ul li a {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    left: 0%;
    transform: translateX(0);
  }
  header nav .navbar-toggler {
    margin: 20px 15px 0 0;
    border: none;
  }
  footer {
    background-color: white;
    padding: 20px;
  }
  footer .xs {
    display: inline-block;
  }
  footer #info .logo {
    display: block;
  }
  footer #info .logo img {
    width: 37%;
    margin: 0 auto;
    display: block;
  }
  footer #info .title {
    margin-bottom: 30px;
    font-size: 20px;
    display: none;
  }
  footer #info .content {
    font-size: 12px;
    letter-spacing: 3px;
    padding: 0 0 20px;
  }
  footer #info .content p {
    padding: 0;
    text-align: center;
  }
  footer #info .opentime {
    width: 100%;
    border-top: 1px solid #b4d6dc;
    margin: 30px 0;
    padding: 30px 0 0 0;
    border-bottom: none;
  }
  footer #info .opentime img {
    width: 100%;
    object-fit: contain;
  }
  footer #info .contact {
    border-bottom: 1px solid #b4d6dc;
    padding: 10px 0 0;
    display: flex;
    justify-content: center;
  }
  footer #info .contact a {
    color: #494949;
  }
  footer #info .contact .content > a {
    display: none;
  }
  footer #info .contact #community {
    margin-top: 10px;
  }
  footer #info .contact #community .content {
    padding-bottom: 0 !important;
  }
  footer #info .contact #community a {
    width: 40px;
    height: 40px;
    margin: 0 20px;
  }
  footer #info .contact #community a img {
    width: 100%;
    object-fit: contain;
  }
  footer #info .address {
    border-bottom: 1px solid #b4d6dc;
  }
  footer #info .address .content {
    text-align: center;
    padding: 20px 0;
    letter-spacing: 0px;
  }
  footer #copyright {
    margin-top: 20px;
  }
  footer #copyright p {
    font-size: 12px;
    text-align: center;
  }
}