@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");
body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #808080;
  background: url(../img/bg1.jpg) repeat-y center/100%;
}

img {
  max-width: 100%;
  display: block;
}

p {
  font-size: 16px;
  line-height: 2;
}

a {
  color: #707070;
}

a:hover {
  color: #000000;
}

.link-item {
  text-transform: uppercase;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

main {
  margin-top: 88px;
}

section {
  padding: 75px 0;
}

section.hero {
  padding: 0;
}

.bg-main {
  background: linear-gradient(to top, #d0def5, #e0ecff);
}

.btn-main {
  background-color: #9c9c9c;
  color: #fff;
}

.btn-main:hover {
  filter: brightness(1.4);
}

.bg-primary {
  background-color: #7a7a7a !important;
}

.text-primary {
  color: #808080 !important;
}

.border-bottom-primary {
  border-bottom: 2px solid #707070;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container.stright {
  position: relative;
  padding-bottom: 168.77%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-shadow {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
}

.side-links {
  position: fixed;
  right: 10px;
  bottom: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-links li {
  margin-bottom: 10px;
}

.side-links li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 7px;
}

.side-links li a i {
  font-size: 36px;
  line-height: 36px;
  max-width: 100%;
  color: #3b3b3b;
}

.side-links li a i:hover {
  color: #5c5c5c;
}

.max-w500 {
  max-width: 500px;
  margin: auto;
}

.navbar {
  backdrop-filter: blur(3px);
  background: rgba(238, 238, 238, 0.8);
}

.navbar .navbar-brand img {
  width: 140px;
}

.hero {
  padding: 250px 0;
}

.hero .hero-content {
  transform: translateX(50%);
}

@media (max-width: 1200px) {
  .hero .hero-content {
    transform: translateX(0);
  }
}

.hero .hero-content h1 {
  font-size: 48px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #444;
  font-family: cursive;
}

.hero .hero-content ul li {
  color: #808080;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title .head {
  font-size: 24px;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

.section-title .eng {
  font-size: 20px;
  color: #aaa;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service .service-item {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.service .service-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: 0.4s;
}

.service .service-item h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  letter-spacing: 5px;
  font-weight: 700;
  transition: 0.4s;
}

.service .service-item:hover img {
  transform: scale(1.1);
}

.service .service-item:hover h3 {
  font-size: 30px;
}

.service .service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  z-index: 2;
}

.about .logo {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  mix-blend-mode: multiply;
}

.about address ul li {
  color: #554f00;
  font-size: 16px;
  line-height: 20px;
}

.about address ul li svg {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.contact address ul li span {
  width: 100px;
  flex: 0 1 100px;
}

.contact address ul li a {
  width: calc(100% - 100px);
  flex: 0 1 auto;
}

.img-box-md {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.img-box-lg {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .jcc-lg {
    justify-content: center;
  }
}
/*# sourceMappingURL=all.css.map */