@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500&display=swap");
body {
  margin: 0;
  background-color: #34312c;
  color: rgb(233, 233, 233);
  background: linear-gradient(to bottom, #34312c 0%, #34312c 120%);
  background-blend-mode: multiply, multiply;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1140px;
  width: 95%;
  margin: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.5em;
}

a,
p {
  font-weight: 300;
}

h2 {
  margin-bottom: 80px;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
  font-size: 16px;
}

h2::after {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2rem;
  background-color: rgb(233, 233, 233);
  width: 1px;
}

h3 {
  font-weight: 400;
}

p {
  line-height: 1.7em;
}

img {
  width: 100%;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #747474;
}

section:not(:first-child) {
  padding: 40px 0;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-size: cover;
  background: #34312c;
  border-bottom: 2px solid rgba(128, 128, 128, 0.1);
}

.navbar h1 {
  margin-left: 24px;
  display: inline-block;
}
.navbar h1 a img {
  width: 20px;
  margin-right: 8px;
}
.navbar h1 a span {
  color: rgb(233, 233, 233);
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

.navbar .navbar-toggler {
  color: transparent;
}

.navbar .navbar-toggler i {
  color: rgb(233, 233, 233);
}

.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  color: rgb(233, 233, 233);
  margin: 12px;
  padding: 10px;
  font-weight: 500;
}

#banner {
  padding-top: 40px;
  height: 100vh;
}
#banner .img-box {
  position: relative;
}
#banner img {
  height: 70vh;
  object-fit: contain;
}
#banner .banner-content {
  position: absolute;
  width: 85%;
  top: 49%;
  right: 0;
}
#banner .banner-content p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  font-family: "Noto Serif TC", serif;
  margin: 0;
}
#banner small {
  height: 30vh;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  letter-spacing: 5px;
}

@media (min-width: 320px) {
  #banner {
    position: relative;
  }
  #banner .img-box .banner-content {
    position: absolute;
    width: 90%;
    top: 49%;
  }
  #banner .img-box .banner-content p {
    font-size: 16px;
  }
}
@keyframes scale {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#about .img-box {
  position: relative;
}

#about .img-box img {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  height: 50vh;
  object-fit: cover;
}

#about .img-box .img-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-shadow: 0 1px 1px #000;
  text-align: left;
  width: 80%;
}

#about .content-box {
  background: url("../image/about/bg-01.png") no-repeat center/cover, #5a5a5a;
  background-blend-mode: overlay;
  padding: 80px 40px;
  line-height: 2;
  color: #34312c;
}
#about .content-box h2 {
  margin-bottom: 60px;
}
#about .content-box h2::after {
  background-color: #34312c;
}
#about .content-box hr {
  background-color: rgb(143, 143, 143);
}
#about .content-box strong {
  font-weight: 400;
  font-size: 16px;
}

#process {
  text-align: center;
}
#process .img-box {
  display: inline-block;
  width: 40px;
}
#process p {
  margin-top: 14px;
}
#process p small {
  display: block;
  margin-left: 1em;
  font-size: 14px;
}
#process .mobile li {
  position: relative;
}
#process .mobile li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 20px;
  height: 20px;
  background: url("../image/process/down-arrow.png") no-repeat center/contain;
}
#process .mobile li .process-box {
  padding: 20px 0;
}
#process .mobile li .process-box .img-box img {
  width: 60px;
}
#process .mobile li .process-box .content-box h3 {
  text-align: center;
  margin: 16px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
}
#process .mobile li .process-box .content-box h3:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  width: 50px;
  height: 1px;
  background-color: rgba(248, 245, 254, 0.3411764706);
}
#process .mobile li .process-box .content-box p {
  font-size: 15px;
}

#portfolios a {
  display: block;
}
#portfolios a img {
  height: 300px;
  object-fit: cover;
}

#contact h2 {
  margin-bottom: 60px;
}
#contact h2::after {
  background-color: rgb(233, 233, 233);
}
#contact a.link-btn {
  border-radius: 50%;
  font-size: 20px;
  background-color: transparent;
  color: rgb(233, 233, 233);
  border: 1px solid;
  width: 44px;
  line-height: 44px;
  margin: 12px;
}

#contact .content-box {
  padding: 40px 10px;
  -webkit-box-shadow: 0 2px 3px rgba(109, 109, 109, 0.1098039216);
  box-shadow: 0 2px 3px rgba(109, 109, 109, 0.1098039216);
}

#contact .content-box p.contact-text {
  font-size: 22px;
  color: rgb(233, 233, 233);
  letter-spacing: 8px;
}

#contact .content-box hr {
  background-color: rgb(233, 233, 233);
}

#contact ul li {
  margin-bottom: 10px;
}

#contact ul li p {
  margin-bottom: 0;
}
#contact ul li p.title {
  margin-bottom: 4px;
  width: 100%;
}
#contact ul li p.fax {
  width: 100%;
}

#contact ul li a {
  color: rgb(233, 233, 233);
  display: block;
}
#contact ul li a img {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

#contact iframe {
  margin-top: 40px;
  height: 350px;
}

footer {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #34312c;
}

footer p,
footer a {
  color: rgb(233, 233, 233);
  margin: 0;
  font-size: 14px;
}

.quick-link {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
}

.quick-link .link-btn {
  margin-top: 20px;
  display: block;
  background: #747474;
  color: #34312c;
  font-size: 20px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.122);
}

@media screen and (min-width: 768px) {
  /* =============banner============ */
  section:not(:first-child) {
    padding: 80px 0;
  }
  h2 {
    margin-bottom: 110px;
  }
  #banner {
    padding-top: 80px;
    height: 100vh;
  }
  #banner .img-box .banner-content p {
    font-size: 32px;
  }
  #banner small {
    font-size: 20px;
    font-weight: 300;
  }
  /* =============portfolios============ */
  /* =============process============ */
  #process .mobile .process-box .content-box {
    max-width: 260px;
    text-align: left;
    margin-left: 36px;
  }
  /* =============contact============ */
  #contact ul li p {
    margin-bottom: 0;
  }
  #contact ul li p.title {
    margin-bottom: 4px;
    width: 50px;
  }
  #contact ul li a,
  #contact ul li p.fax {
    width: auto;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .navbar h1 a:hover span,
  .navbar .navbar-collapse .navbar-nav .nav-link:hover,
  #contact a:hover,
  footer a:hover {
    color: #a2a2a2;
  }
  #contact .link-btn:hover,
  .link-btn:hover {
    background-color: #a2a2a2;
    cursor: pointer;
  }
  #contact .link-btn:hover i,
  .link-btn:hover i {
    color: rgb(233, 233, 233);
  }
  #news a:hover {
    background-color: rgb(233, 233, 233);
    color: #34312c;
  }
  /* ========================= */
  section:not(:first-child) {
    padding: 100px 0;
  }
  /* =============banner============ */
  #banner small {
    height: 20vh;
  }
  /* =============about============ */
  #about .img-box img {
    height: 60vh;
  }
  #about .content-box {
    padding: 170px 140px;
  }
  #news img {
    height: 50vh;
  }
  /* =============portfolios============ */
  #portfolios {
    padding-top: 150px;
  }
  #portfolios .container {
    max-width: unset;
  }
  #portfolios .btn-check:focus + .btn,
  #portfolios .btn:focus {
    box-shadow: 0 0 0;
  }
  #portfolios .modal-dialog {
    max-width: unset;
    width: 80%;
    max-width: 1500px;
  }
  #portfolios .modal-header h5 {
    width: 100px;
    color: #747474;
  }
  #portfolios .modal-header .btn-close {
    width: 50px;
  }
  #portfolios .btn-close:focus {
    opacity: 0;
  }
  #portfolios button {
    height: 100%;
    width: 100%;
  }
  #portfolios button.btn-secondary {
    width: 100px;
  }
  #portfolios button .img-box {
    position: relative;
    height: 100%;
  }
  #portfolios button .img-box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(0);
    transition: all 0.3s;
  }
  #portfolios button .img-box img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  #portfolios button .img-box h3 {
    transition: all 0.8s;
    color: rgb(233, 233, 233);
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 80%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 10;
  }
  #portfolios button .img-box:hover:after {
    backdrop-filter: blur(3px);
  }
  #portfolios button .img-box:hover img {
    filter: brightness(0.6);
  }
  #portfolios button .img-box:hover h3 {
    opacity: 1;
    top: 50%;
  }
  #portfolios .modal-body a {
    display: block;
    width: 95%;
    margin-bottom: 20px;
  }
  #portfolios .modal-body a img {
    object-fit: cover;
    height: auto;
  }
  /* =============process============ */
  #process .container {
    max-width: unset;
  }
  #process .desktop .img-box {
    display: inline-block;
    width: 40px;
  }
  #process .desktop ol li {
    text-align: center;
  }
  #process .desktop ol li .img-box {
    position: relative;
    left: -5.5rem;
  }
  #process .desktop p {
    margin-top: 14px;
  }
  #process .desktop p small {
    display: block;
    margin-left: 1em;
    font-size: 14px;
  }
  /* =============contact============ */
  #contact iframe {
    margin-top: 0;
    height: 100%;
  }
  /* =============footer============ */
  footer {
    padding-top: 120px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}
.modal-content {
  width: 70%;
  margin: auto;
}/*# sourceMappingURL=style.css.map */