#showcase .case-list ul#animationList li article {
  display: block;
  position: relative;
  width: 220px;
  height: 220px;
}
#showcase .case-list ul#animationList li article > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
#showcase .case-list ul#animationList li article > a::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 768px) {
  #showcase .case-list ul#animationList li article {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #showcase .case-list ul#animationList li article {
    width: 100%;
  }
}
#showcase .case-list ul#animationList li article .catnames {
  width: 206px;
  position: absolute;
  top: -25px;
  left: -30px;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  #showcase .case-list ul#animationList li article .catnames {
    display: none;
  }
}
#showcase .case-list ul#animationList li article .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  transition: all 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #showcase .case-list ul#animationList li article .image {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #showcase .case-list ul#animationList li article .image {
    width: 100%;
    height: auto;
  }
}
#showcase .case-list ul#animationList li article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#showcase .case-list ul#animationList li article .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background: transparent;
  width: 205px;
  height: 207px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #showcase .case-list ul#animationList li article .bg {
    display: none;
  }
}
#showcase .case-list ul#animationList li article .text {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #showcase .case-list ul#animationList li article .text {
    position: static;
    width: 100%;
    opacity: 1;
    transform: translate(0, 0);
    text-align: center;
    margin-top: 0.5rem;
  }
}
#showcase .case-list ul#animationList li article .text a {
  text-decoration: none;
  color: inherit;
  width: initial;
  height: initial;
}
#showcase .case-list ul#animationList li article .text h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  transform-origin: center;
  transform: scale(1.3);
  margin: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #showcase .case-list ul#animationList li article .text h2 {
    font-size: 2rem;
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 559px) {
  #showcase .case-list ul#animationList li article .text h2 {
    font-size: 1.7rem;
  }
}
#showcase .case-list ul#animationList li article .text h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: inline-block;
  height: 1px;
  width: 22px;
  background: #fff;
  transition: all 0.3s;
  transform-origin: center;
  transform: scale(1.3);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #showcase .case-list ul#animationList li article .text h2::after {
    display: none;
  }
}
#showcase .case-list ul#animationList li article .text p {
  font-weight: bold;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 2rem;
  transition: all 0.3s;
  transform-origin: center;
  transform: scale(1.3);
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #showcase .case-list ul#animationList li article .text p {
    transform: scale(1);
    display: none;
  }
}
#showcase .case-list ul#animationList li.newactive article .catnames {
  opacity: 1;
  transform: scale(1);
}
#showcase .case-list ul#animationList li.newactive article .image {
  transform: scale(1.3, 1.3);
}
@media screen and (max-width: 768px) {
  #showcase .case-list ul#animationList li.newactive article .image {
    transform: scale(1);
  }
}
#showcase .case-list ul#animationList li.newactive article .bg {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.3);
}
#showcase .case-list ul#animationList li.newactive article .text {
  opacity: 1;
  overflow: visible;
}
#showcase .case-list ul#animationList li.newactive article .text h2 {
  transform: scale(1);
  opacity: 1;
}
#showcase .case-list ul#animationList li.newactive article .text h2::after {
  transform: scale(1);
  opacity: 1;
}
#showcase .case-list ul#animationList li.newactive article .text p {
  transform: scale(1);
  opacity: 1;
}/*# sourceMappingURL=showcase202601.css.map */