body, body.qwq {
  margin: 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}
body *, body.qwq * {
  box-sizing: border-box;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body *, body.qwq * {
    letter-spacing: 0;
  }
}
body * img, body.qwq * img {
  max-width: 100%;
  display: block;
  user-select: none;
}
body * button, body * input, body * select, body * textarea, body.qwq * button, body.qwq * input, body.qwq * select, body.qwq * textarea {
  outline: none;
}
body * a, body.qwq * a {
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: #333333;
}
body * ul, body * ol, body.qwq * ul, body.qwq * ol {
  list-style: none;
}

body.lazyweb .design_cases .common-page {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
body.lazyweb .design_cases .common-page__list {
  display: flex;
}
body.lazyweb .design_cases .common-page__list .pages-wrap {
  display: flex;
}
body.lazyweb .design_cases section.hero .hero-wrap {
  width: 100%;
  height: 550px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.lazyweb .design_cases section.hero .hero-wrap {
    height: 358px;
  }
}
body.lazyweb .design_cases section.hero .hero-wrap .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.lazyweb .design_cases section.hero .hero-wrap .hero-image.main {
  background-image: url("/app-assets/images/cases/hero.png");
}
@media screen and (max-width: 767px) {
  body.lazyweb .design_cases section.hero .hero-wrap .hero-image.main {
    background-image: url("/app-assets/images/cases/hero_mb.png");
  }
}
body.lazyweb .design_cases section.hero .hero-wrap .hero-image.filter {
  background-image: url("/app-assets/images/cases/hero-footer.png");
}
@media screen and (max-width: 767px) {
  body.lazyweb .design_cases section.hero .hero-wrap .hero-image.filter {
    background-image: url("/app-assets/images/cases/hero-footer_mb.png");
  }
}
body.lazyweb .design_cases section.hero .hero-wrap .hero-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px 73px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .design_cases section.hero .hero-wrap .hero-content {
    height: 358px;
    padding: 30px 20px 0;
  }
}
body.lazyweb .design_cases section.hero .hero-wrap .hero-content .hero-title .text {
  margin: 0;
  text-align: center;
  font-size: 60px;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .design_cases section.hero .hero-wrap .hero-content .hero-title .text {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .design_cases section.hero .hero-wrap .hero-content .hero-title .text {
    font-size: 32px;
  }
}
@media screen and (max-width: 319px) {
  body.lazyweb .design_cases section.hero .hero-wrap .hero-content .hero-title .text {
    font-size: 26px;
  }
}
body.lazyweb .design_cases section.hero .hero-wrap .hero-content .hero-title .text.blue {
  color: #0084FF;
}
body.lazyweb .design_cases section.hero .hero-wrap .hero-content .hero-title .text span.inline {
  display: inline-block;
}
body.lazyweb .design_cases section.cases-wrap {
  padding: 0 0 80px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 3;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .design_cases section.cases-wrap {
    padding: 20px 0 80px;
    margin-top: 0;
  }
}
body.lazyweb .design_cases section.cases-wrap .cases-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
body.lazyweb .design_cases section.cases-wrap .cases-flex-wrap .case-item-wrap {
  width: 33.3333%;
  padding: 27.5px 10px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .design_cases section.cases-wrap .cases-flex-wrap .case-item-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 508px) {
  body.lazyweb .design_cases section.cases-wrap .cases-flex-wrap .case-item-wrap {
    width: 100%;
    padding: 15px 10px;
  }
}
body.lazyweb .design_cases section.cases-wrap .cases-flex-wrap .case-item-wrap .case-item .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.lazyweb .design_cases section.cases-wrap .cases-flex-wrap .case-item-wrap .case-item .image-wrap .ratio-wrap {
  width: 100%;
  padding-bottom: 58.3979328165%;
}
body.lazyweb .design_cases section.cases-wrap .cases-flex-wrap .case-item-wrap .case-item .image-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  transform-origin: center;
}
body.lazyweb .design_cases section.cases-wrap .cases-flex-wrap .case-item-wrap .case-item .title-wrap {
  padding-top: 16px;
}
body.lazyweb .design_cases section.cases-wrap .cases-flex-wrap .case-item-wrap .case-item .title-wrap .text {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
body.lazyweb .design_cases section.cases-wrap .cases-flex-wrap .case-item-wrap .case-item:hover .image-wrap .image {
  transform: scale(1.1);
}