@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Neonderthaw&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 576px) {
  body {
    background-attachment: unset;
  }
}

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

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

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

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

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

section {
  padding: 8rem 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  section {
    padding: 3rem 0;
  }
}

.list-style {
  list-style: none;
  margin-bottom: 40px;
}
.list-style li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #ccc;
  transition: 0.4s;
}
.list-style li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.list-style li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #aaa;
  border-radius: 50%;
  transition: 1s;
}
.list-style li:hover {
  filter: brightness(2);
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar * {
  transform: scaleX(1);
  letter-spacing: 0.15rem;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #686868;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
}
.sidebar ul li a:hover {
  opacity: 1;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}
.sidebar ul li:last-child a {
  border: none;
}
@media (max-width: 992px) {
  .sidebar {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sidebar ul {
    display: flex;
  }
  .sidebar ul li {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .sidebar ul li a {
    opacity: 1;
    width: 100%;
    border-right: 1px solid #eee;
  }
  .sidebar ul li a span {
    display: inline-block;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  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%;
}

.parallax-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

body {
  background-color: #fff;
  background-blend-mode: multiply;
  color: #717071;
}

header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: 0.4s;
  z-index: 99;
  padding: 1.5rem 12px;
}
@media (max-width: 992px) {
  header .navbar {
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.212);
    padding: 0.5rem 12px;
  }
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  padding-left: 24px;
  transition: 0.5s;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand {
    margin-top: unset;
    padding-left: 0;
  }
}
header .navbar .navbar-brand .logo-2 {
  height: 30px;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand .logo-2 {
    height: 20px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    border: none !important;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #717071;
  transition: opacity 0.3s;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgb(55, 55, 55);
    margin: 1rem 0;
    text-align: center;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item::after {
  content: "關於我們";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #717071;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  white-space: nowrap;
  padding: 0;
  background: transparent;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item::after {
    padding-right: 0;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:hover::after {
  opacity: 1;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  opacity: 0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.nav-home::after {
  content: "首頁";
}
header .navbar .navbar-collapse .navbar-nav .nav-item.nav-about::after {
  content: "關於我們";
}
header .navbar .navbar-collapse .navbar-nav .nav-item.nav-service::after {
  content: "服務流程";
}
header .navbar .navbar-collapse .navbar-nav .nav-item.nav-projects::after {
  content: "作品賞析";
}
header .navbar .navbar-collapse .navbar-nav .nav-item.nav-contact::after {
  content: "聯絡我們";
}
header .navbar .navbar-collapse .navbar-nav .nav-item.nav-news::after {
  content: "最新消息";
}
header .scrolled {
  background: #ffffff;
}
header .scrolled .navbar-brand {
  margin-top: unset;
}
header .scrolled .navbar-brand span {
  color: rgb(55, 55, 55);
}
@media (max-width: 992px) {
  header .scrolled .navbar-brand span {
    color: #333;
  }
}
header .scrolled .navbar-brand small {
  color: rgb(55, 55, 55);
}
@media (max-width: 992px) {
  header .scrolled .navbar-brand small {
    color: #333;
  }
}
header .scrolled .navbar-brand .logo-en {
  width: 50px;
}
@media (max-width: 992px) {
  header .scrolled .navbar-brand .logo-en {
    width: 30px;
  }
}
header .scrolled .navbar-brand .logo-tc {
  width: 130px;
}
@media (max-width: 992px) {
  header .scrolled .navbar-brand .logo-tc {
    width: 110px;
  }
}
header .scrolled .navbar-brand .logo-2 {
  width: 50px;
}
header .scrolled .nav-link {
  color: rgb(55, 55, 55) !important;
}
header .scrolled .nav-link::before {
  background: rgb(55, 55, 55) !important;
  bottom: -19px !important;
}
header .scrolled .nav-link:hover::before {
  height: 8px;
}

.hero {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow-y: hidden;
}
@media (max-width: 992px) {
  .hero {
    height: auto;
  }
}
.hero .hero_fade img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(100%);
  transition: 0.5s;
}
.hero .hero_fade img:hover {
  filter: grayscale(0%);
}
@media (max-width: 992px) {
  .hero .hero_fade img {
    margin-top: 54px;
    height: auto;
  }
}
.hero .txt-content {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.hero .txt-content h1 {
  font-size: 2rem;
  letter-spacing: 1rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.hero .txt-content h1 small {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .hero .txt-content h1 {
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
  }
  .hero .txt-content h1 small {
    font-size: 14px;
    line-height: 3rem;
  }
}
.hero .txt-content span {
  margin: 20px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 10px;
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.1333333333);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

section .scroll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 80px;
}
section .scroll-down:hover {
  opacity: 0.5;
}
section .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
section .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}
section .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}
section .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.masonry-store {
  -moz-column-width: 300px;
       column-width: 300px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.masonry-store a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}
.masonry-store a img {
  filter: brightness(0.8);
  transition: 0.4s;
}
.masonry-store a img:hover {
  filter: brightness(1);
}
@media (max-width: 576px) {
  .masonry-store {
    -moz-column-width: 150px;
         column-width: 150px;
  }
  .masonry-store a img {
    filter: brightness(1);
  }
}

#about {
  margin-top: -8rem;
  filter: grayscale(1);
}
#about .img-box img {
  mask-image: linear-gradient(to right, black 40%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 40%, transparent 100%);
}
@media (max-width: 992px) {
  #about .img-box img {
    mask-image: linear-gradient(to top, black 10%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 10%, transparent 100%);
  }
}
#about:hover {
  filter: grayscale(0);
}
@media (max-width: 992px) {
  #about {
    margin-top: -3rem;
  }
}

#projects .more-btn {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5rem 1.2rem;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.5s;
}
#projects .more-btn:hover {
  background: #000;
  color: white;
}
@media (max-width: 992px) {
  #projects .more-btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}
#projects .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  aspect-ratio: 3/2;
}
#projects .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: 0.6s;
}
#projects .image .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.6s;
  opacity: 0;
}
#projects .image .content h3 {
  width: 90%;
  height: 90%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.5215686275);
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}
#projects .image:hover .content {
  opacity: 1;
}
#projects .image:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

#news {
  padding-bottom: 0;
  background: rgb(240, 240, 240);
}
#news img {
  filter: grayscale(1);
  transition: 1s;
}
#news img:hover {
  filter: grayscale(0);
}
#news a {
  text-decoration: none;
  color: #7e7e7e;
}
#news .more-btn {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5rem 1.5rem;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.5s;
  margin-top: 0.1rem;
  display: inline-block;
}
#news .more-btn:hover {
  background: #000;
  color: white;
}
@media (max-width: 992px) {
  #news .more-btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}
#news h3 {
  font-weight: 300;
  font-size: 1.1rem;
  text-align: start;
  color: #717071;
}
@media (max-width: 992px) {
  #news h3 {
    font-size: 1rem;
  }
}
#news h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #5f5f5f;
}
@media (max-width: 992px) {
  #news h4 {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  #news p {
    font-size: 0.9rem;
  }
}

@media (max-width: 992px) {
  #service h2 {
    margin-bottom: 0;
  }
}
#service .process-box {
  padding: 0rem 8rem 0;
}
@media (max-width: 992px) {
  #service .process-box {
    padding: 0 2rem;
  }
}
#service .process-box .img-box {
  width: 40px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  #service .process-box .img-box {
    width: 30px;
  }
}
#service .process-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .process-box .content h4 {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  #service .process-box .content h4 {
    margin-top: 0;
    font-size: 1rem;
  }
}
#service .process-box .content h4 span {
  font-style: italic;
  color: #8E8F8E;
  margin-right: 0.5rem;
}
#service .process-box .content p {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  #service .process-box .content p {
    font-size: 0.9rem;
  }
}
#service .process-box .line {
  width: 1px;
  height: 50px;
  background: #d2d2d2;
  padding: 0;
  margin-bottom: 1rem;
}

#process {
  background: #000;
  color: #fff;
}
#process h2 {
  color: #fff;
}
#process * {
  transform-origin: left;
}
#process p {
  letter-spacing: 0.4rem;
  padding-left: 3rem;
}
#process h5 {
  transform: scaleX(1);
  flex: 1;
  font-size: 1.5rem;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 992px) {
  #process h5 {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
  }
}
#process h5 small {
  font-size: 16px;
  letter-spacing: 0.3rem;
  opacity: 0.7;
}
#process .step {
  display: flex;
  flex-direction: column;
}
#process .step h3 {
  letter-spacing: 0.25rem;
  font-style: italic;
  display: inline-block;
  width: 160px;
  font-weight: 200;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  #process .step h3 {
    width: 100px;
  }
}
#process .step .line {
  width: 40px;
  flex: 1;
  border-right: dotted 3px #ebebeb;
  opacity: 0.5;
}
#process .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
#process .item:not(:last-child) h5 {
  margin-bottom: 2rem;
}
#process .pay {
  background: #ff9d00;
  padding: 2rem;
  padding-top: 0;
  margin-top: 3rem;
  border-radius: 5px;
}
#process .pay * {
  color: #fff;
}
#process .pay * {
  transform-origin: center;
}
#process .pay h5 {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  #process .pay h5 {
    text-align: center;
    margin-top: 2rem;
  }
}
#process .pay .line {
  flex: 1;
}
@media (max-width: 992px) {
  #process .pay .line {
    display: none;
  }
}
#process .pay .dotted {
  position: relative;
}
#process .pay .dotted::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 50%;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom: dotted 3px #fff;
  opacity: 0.5;
}
#process .pay p {
  padding-left: unset;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 1rem;
  width: 70%;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#process .pay h3 {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 2.5rem;
  color: #a18c8c;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 0 5px 5px;
}

.portfolio * {
  transform-origin: left;
}
.portfolio .awards {
  margin-top: 2rem;
}
.portfolio .awards li {
  margin-bottom: 1rem;
  opacity: 0.8;
  font-size: 14px;
}
.portfolio .awards a {
  padding: 0 !important;
}
.portfolio .awards_logo img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: -moz-fit-content;
  width: fit-content;
}
.portfolio h5 {
  width: auto;
  font-size: 24px;
  font-family: "Noto Serif TC", serif;
}
.portfolio img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio .row a {
  padding: 0.5rem;
  display: block;
}
.portfolio .slick_box a {
  padding: 0;
  width: 100%;
  transform: scaleX(1);
}
.portfolio .slick_box img {
  width: 100%;
  height: 80vh;
  filter: grayscale(100%);
  transition: 1s;
}
.portfolio .slick_box img:hover {
  filter: grayscale(0%);
}
.portfolio .slick_box .slick-arrow {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  transition: 0.5s;
}
.portfolio .slick_box .slick-arrow::before {
  color: #fff;
  opacity: 0.8;
  font-size: 1.5rem;
}
.portfolio .slick_box .slick-prev {
  left: 0px;
}
.portfolio .slick_box .slick-next {
  right: 0px;
}
.portfolio .slick_box .slick-disabled {
  opacity: 0;
}
.portfolio .slick_box .slick-dots {
  bottom: 0px;
  transform: translateY(100%);
}

.contact {
  background: rgb(240, 240, 240);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 992px) {
  .contact {
    padding-bottom: 0;
  }
}
.contact * {
  transform: scaleX(1);
}
.contact address {
  letter-spacing: 0.2rem;
}
.contact address ul li img {
  width: 150px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .contact address ul li img {
    width: 100px;
  }
}
.contact address ul li a {
  color: #8E8F8E;
  transition: 0.4s;
}
.contact address ul li a:hover {
  color: #5a5a5a !important;
}
.contact address ul li a i {
  font-size: 18px;
  line-height: 24px;
}
.contact .sns a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  color: #8E8F8E;
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
}
.contact .sns a:hover {
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
}
@media (max-width: 992px) {
  .contact .sns a {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 992px) {
  .contact .sns {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.contact .map {
  filter: grayscale(1);
  padding: 0;
  transition: 0.5s;
  opacity: 0.7;
}
.contact .map:hover {
  filter: grayscale(0.5);
  opacity: 1;
}
@media (max-width: 992px) {
  .contact .map {
    margin-bottom: 0rem;
  }
}

footer {
  background: rgb(0, 0, 0);
  margin-bottom: 0px;
}
footer * {
  transform: scaleX(1);
  letter-spacing: 0.15rem;
  color: #aaa;
}
@media (max-width: 992px) {
  footer {
    font-size: 0.8rem;
  }
}

.navbar-toggler {
  padding-right: 0;
}

button {
  padding: 0;
  border: none;
}

.h2-box {
  position: relative;
  display: inline-block;
}
.h2-box h2 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: rgba(0, 0, 0, 0.6666666667);
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  transition: 1s;
}
@media (max-width: 992px) {
  .h2-box h2 {
    font-size: 1.4rem;
  }
}
.h2-box::after {
  content: "關於我們";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  white-space: nowrap;
  padding: 0;
  background: transparent;
  font-weight: 500;
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.6666666667);
  display: inline-block;
  font-family: "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  transition: 1s;
}
@media (max-width: 992px) {
  .h2-box::after {
    font-size: 1.3rem;
  }
}
.h2-box:hover::after {
  opacity: 1;
}
.h2-box:hover h2 {
  opacity: 0;
}
.h2-box.h2-projects::after {
  content: "作品賞析";
}
.h2-box.h2-news::after {
  content: "最新消息";
}
.h2-box.h2-workflow::after {
  content: "服務流程";
}
.h2-box.h2-projects::after {
  content: "作品賞析";
}
.h2-box.h2-about::after {
  content: "關於我們";
  padding-left: 1.5rem;
}
.h2-box.h2-contact::after {
  content: "聯絡我們";
}
@media (max-width: 992px) {
  .h2-box {
    font-size: 1.5rem;
  }
}

.category-item-box {
  display: inline-block;
  position: relative;
}
.category-item-box span {
  display: inline-block;
  font-variation-settings: "wdth" 100;
  transition: 1s;
}
.category-item-box::after {
  content: "關於我們";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  white-space: nowrap;
  padding: 0;
  background: transparent;
  margin: 0;
  color: rgba(0, 0, 0, 0.6666666667);
  display: inline-block;
  transition: 1s;
}
.category-item-box:hover::after {
  opacity: 1;
}
.category-item-box:hover span {
  opacity: 0;
}
.category-item-box.news-all::after {
  content: "全部";
}
.category-item-box.news-media::after {
  content: "最新消息";
}
.category-item-box.news-awards::after {
  content: "得獎資訊";
}
.category-item-box.news-home::after {
  content: "住家";
}
.category-item-box.news-office::after {
  content: "商業";
}

.swiper-slide {
  width: auto;
  /* 讓圖片寬度自適應 */
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper {
  margin: 8rem 0 5rem;
}
.swiper img {
  width: 120px;
  height: 120px;
  filter: grayscale(0);
}

@media (max-width: 768px) {
  .swiper {
    margin: 2rem 0 3rem;
  }
  .swiper img {
    width: 70px;
    height: 70px;
  }
}/*# sourceMappingURL=all.css.map */