@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  --brand-color1: #EA8818;
  --brand-color2: #393332;
  --brand-color3: #00A490;
  --text-primary: #000000;
  --text-secondary: #7A7F84;
  --gray-1:#2E2E2E;
  --gray-2:#898989;
  --gray-3:#B3B3B3;
  --gray-4:#DADADA;
}

Nav .nav-btns-wrapper li:nth-child(3) a.layer-1,
Nav .nav-btns-wrapper li:nth-child(3) span.role-a {
  color: var(--brand-color1);
}

div.banner {
  --banner-bg-img: url('../images_2026_updated/banner/banner_default_pc.webp');
}
@media (max-width: 768px) {
  div.banner {
    --banner-bg-img: url('../images_2026_updated/banner/banner_default_mobile.webp');
  }
}

.featured-cases {
  width: 100%;
  padding: 0 var(--main-horizon-padding);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.featured-cases .top-btns-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(22px, 2.08vw, 40px);
}
@media (max-width: 768px) {
  .featured-cases .top-btns-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
  }
}
.featured-cases .top-btns-wrapper .filter-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(12px, 0.63vw, 20px);
  flex-wrap: wrap;
  flex: 1;
}
.featured-cases .top-btns-wrapper .filter-box button,
.featured-cases .top-btns-wrapper .filter-box span {
  border: none;
  outline: none;
  background: transparent;
  color: #898989;
}
.featured-cases .top-btns-wrapper .filter-box button a,
.featured-cases .top-btns-wrapper .filter-box span a {
  text-decoration: none;
  color: #898989;
  font-weight: 500;
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: clamp(24px, 1.72vw, 33px);
}
.featured-cases .top-btns-wrapper .filter-box button.active a,
.featured-cases .top-btns-wrapper .filter-box span.active a {
  color: #DE0012;
}
.featured-cases .top-btns-wrapper .filter-box button {
  cursor: pointer;
}
.featured-cases .top-btns-wrapper .filter-box span.search-keyword {
  color: rgb(134, 61, 61);
  font-size: clamp(14px, 1.04vw, 20px);
  margin-left: auto;
  margin-right: 12px;
}
.featured-cases .top-btns-wrapper .filter-box span.search-keyword .clearSearch {
  background-color: white;
  padding: 2px 12px;
  border-radius: 99px;
  border: 1px solid #686868;
  color: #686868;
  margin-left: 12px;
}
.featured-cases .top-btns-wrapper .filter-box span.search-keyword .clearSearch:hover {
  background-color: #686868;
  color: white;
}
.featured-cases .top-btns-wrapper .search-box {
  min-width: 240px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  height: 48px;
}
@media (max-width: 768px) {
  .featured-cases .top-btns-wrapper .search-box {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.featured-cases .top-btns-wrapper .search-box input {
  flex: 1;
  padding: 10px;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 400;
  color: #333;
  border: 1px solid #B3B3B3;
  border-right: none;
  border-radius: 3.6px 0 0 3.6px;
  outline: none;
  --placeHoder-color: #DADADA;
}
.featured-cases .top-btns-wrapper .search-box input::-moz-placeholder {
  color: var(--placeHoder-color);
}
.featured-cases .top-btns-wrapper .search-box input::placeholder {
  color: var(--placeHoder-color);
}
.featured-cases .top-btns-wrapper .search-box input::-webkit-input-placeholder {
  color: var(--placeHoder-color);
}
.featured-cases .top-btns-wrapper .search-box input::-moz-placeholder {
  color: var(--placeHoder-color);
}
.featured-cases .top-btns-wrapper .search-box input:-ms-input-placeholder {
  color: var(--placeHoder-color);
}
.featured-cases .top-btns-wrapper .search-box input:-moz-placeholder {
  color: var(--placeHoder-color);
}
.featured-cases .top-btns-wrapper .search-box button {
  min-width: 48px;
  width: 48px;
  height: 48px;
  outline: none;
  border: none;
  background-color: #DE0012;
  border-radius: 0 3.6px 3.6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.featured-cases .top-btns-wrapper .search-box button:hover {
  background-color: #b60211;
}
.featured-cases .caseCards-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  --card-gap: clamp(22px, 3.07vw, 59px);
  gap: var(--card-gap);
  margin-bottom: clamp(46px, 3.33%, 64px);
}
@media (max-width: 768px) {
  .featured-cases .caseCards-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.featured-cases .caseCards-wrapper .caseCard {
  width: calc(33.33% - var(--card-gap) * 2 / 3);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .featured-cases .caseCards-wrapper .caseCard {
    width: calc(50% - var(--card-gap) * 1 / 2);
  }
}
@media (max-width: 768px) {
  .featured-cases .caseCards-wrapper .caseCard {
    width: 100%;
    max-width: 400px;
  }
}
.featured-cases .caseCards-wrapper .caseCard .img-box {
  width: 100%;
  height: 100%;
}
.featured-cases .caseCards-wrapper .caseCard .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured-cases .caseCards-wrapper .caseCard .caption {
  color: white;
  position: absolute;
  z-index: 4;
  left: 23px;
  bottom: 23px;
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: clamp(24px, 1.88vw, 36px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(4px, 0.416vw, 8px);
  max-width: 100%;
  flex-wrap: wrap;
  padding-right: 23px;
}
.featured-cases .caseCards-wrapper .caseCard .black-cover {
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 49.9%, black 50%, transparent 66%);
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.featured-cases .caseCards-wrapper .caseCard .float-btns-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 3;
  opacity: 0;
  transform: translateY(8%);
  transition: all 0.5s ease-in-out;
}
.featured-cases .caseCards-wrapper .caseCard .float-btns-wrapper a {
  border: none;
  outline: none;
  background-color: transparent;
  width: clamp(44px, 4.17vw, 80px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  cursor: pointer;
}
.featured-cases .caseCards-wrapper .caseCard .float-btns-wrapper a img {
  width: 100%;
  height: 100%;
}
.featured-cases .caseCards-wrapper .caseCard .float-btns-wrapper a:hover {
  filter: brightness(0.85);
}
.featured-cases .caseCards-wrapper .caseCard:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}
.featured-cases .caseCards-wrapper .caseCard:hover .black-cover {
  background: rgba(0, 0, 0, 0.5);
}
.featured-cases .caseCards-wrapper .caseCard:hover .float-btns-wrapper {
  opacity: 1;
  transform: translateY(0%);
}
.featured-cases .no-result {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 360px;
}
.featured-cases .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style-type: none;
  margin-bottom: clamp(46px, 3.33%, 64px);
}
.featured-cases .pagination li a {
  text-decoration: none;
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 6px;
  color: #898989;
  font-weight: 700;
  font-size: clamp(16px, 0.94vw, 18px);
}
.featured-cases .pagination li a img {
  margin-top: 2px;
  width: 7px;
}
.featured-cases .pagination li:not(.prev, .next):hover a {
  color: #DE0012;
}
.featured-cases .pagination li:not(.prev, .next):hover a img {
  filter: brightness(0.5);
}
.featured-cases .pagination li.active a {
  background-color: #DE0012;
  color: white !important;
}

.featured-case-detail-wrapper {
  width: 100%;
  display: flex;
}
@media (max-width: 990px) {
  .featured-case-detail-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.featured-case-detail-wrapper .desc-wrapper {
  flex: 1;
  background-color: white;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  --box-hozizon-padding: clamp(24px, 5.99vw, 115px);
}
.featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper {
    display: none;
  }
}
.featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .placeHolder {
  flex: 1;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .placeHolder {
    display: none;
  }
}
.featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new {
  flex: 3;
  padding: clamp(20px, 1.56vw, 30px);
  padding-left: 4px;
  max-width: 75%;
  list-style-type: none;
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  --list-gap: clamp(4px, 0.31vw, 6px);
  gap: var(--list-gap);
  flex-wrap: wrap;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new {
    padding: clamp(20px, 1.56vw, 30px) var(--box-hozizon-padding);
    max-width: 100%;
  }
}
.featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new li a,
.featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new li .role-a {
  text-decoration: none;
  color: #898989;
  --text-size: clamp(14px, 1.04vw, 20px);
  font-size: var(--text-size);
  font-weight: 400;
  letter-spacing: calc(var(--text-size) * 0.05);
  position: relative;
}
.featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new li a::before,
.featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new li .role-a::before {
  content: "/";
  margin-right: var(--list-gap);
}
.featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new li a {
  cursor: pointer;
}
.featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new li:nth-child(1) a::before,
.featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new li:nth-child(1) .role-a::before {
  display: none;
}
@media (max-width: 990px) {
  .featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .featured-case-detail-wrapper .desc-wrapper .breadcrumb-wrapper .breadcrumb-new {
    display: none;
  }
}
.featured-case-detail-wrapper .desc-wrapper .bottom {
  width: 100%;
  display: flex;
  flex: 1;
}
.featured-case-detail-wrapper .desc-wrapper .bottom .release-date-box {
  flex: 1;
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper {
  flex: 3;
  max-width: 75%;
}
.featured-case-detail-wrapper .desc-wrapper .bottom .release-date-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .featured-case-detail-wrapper .desc-wrapper .bottom .release-date-box {
    display: none;
  }
}
.featured-case-detail-wrapper .desc-wrapper .bottom .release-date-box p.release-date {
  font-family: "Noto Sans", sans-serif;
  color: #F1F1F1;
  font-style: italic;
  font-size: clamp(72px, 5.21vw, 100px);
  writing-mode: vertical-lr;
  font-weight: 900;
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper {
  padding-right: var(--box-hozizon-padding);
  padding-bottom: var(--box-hozizon-padding);
  --vertical-gap: clamp(24px, 1.56vw, 30px);
}
@media (max-width: 1200px) {
  .featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper {
    max-width: 100%;
    padding-left: var(--box-hozizon-padding);
  }
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper h3.subtitle {
  color: #333333;
  font-weight: 700;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: clamp(30px, 1.88vw, 36px);
  margin-bottom: 12px;
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .case-title {
  font-weight: 500;
  font-size: clamp(24px, 1.67vw, 32px);
  line-height: clamp(36px, 2.5vw, 48px);
  color: #333;
  --title-gap: clamp(12px, 0.94vw, 18px);
  padding-bottom: var(--title-gap);
  margin-bottom: calc(var(--title-gap) * 1.5);
  border-bottom: 1px solid #B3B3B3;
  position: relative;
}
@media (max-width: 768px) {
  .featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .case-title {
    padding-top: var(--title-gap);
  }
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .case-title span.text {
  z-index: 2;
  position: relative;
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .case-title .release-date-monile {
  font-family: "Noto Sans", sans-serif;
  color: #F1F1F1;
  font-style: italic;
  font-size: clamp(40px, 3.75vw, 72px);
  font-weight: 900;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  line-height: 0.8;
  display: none;
}
@media (max-width: 1200px) {
  .featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .case-title .release-date-monile {
    display: block;
  }
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .htmlBox {
  margin-bottom: var(--vertical-gap);
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .htmlBox p {
  color: #333333;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .features-list {
  margin-bottom: var(--vertical-gap);
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .features-list ul.square {
  list-style: none;
  --li-color: #333333;
  --squire-color: #DE0012;
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .features-list ul.square li {
  position: relative;
  padding-left: clamp(24px, 1.67vw, 32px);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 400;
  line-height: clamp(30px, 1.67vw, 32px);
  /* 保留空間放自訂符號 */
  color: var(--li-color);
  text-align: start;
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .features-list ul.square li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--squire-color);
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .download .download-links {
  display: flex;
  gap: clamp(24px, 1.88vw, 36px);
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  --button-width: clamp(148px, 12.34vw, 237px);
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .download .download-links a img {
  width: var(--button-width);
  display: block;
}
.featured-case-detail-wrapper .desc-wrapper .bottom .detail-wrapper .download .download-links span.not-allowwd-download {
  width: var(--button-width);
  border-radius: 7.2px;
  aspect-ratio: 23.8/6.7;
  background-color: #F1F1F1;
  font-weight: 500;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 990px) {
  .featured-case-detail-wrapper .desc-wrapper {
    width: 100%;
  }
}
.featured-case-detail-wrapper .right {
  flex: 1;
  min-height: clamp(600px, 55.78vw, 1170px);
  overflow: hidden;
  position: relative;
  background-image: url("../images_2026_updated/case_detail/bg_gray.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 990px) {
  .featured-case-detail-wrapper .right {
    width: 100%;
  }
}
.featured-case-detail-wrapper .right .slider-container {
  position: absolute;
  width: 116%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 990px) {
  .featured-case-detail-wrapper .right .slider-container {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    transform: none;
  }
}
.featured-case-detail-wrapper .right .slider-container .swiper {
  width: 100%;
  height: 100%;
  --swiper-pagination-bottom: 24px;
}
.featured-case-detail-wrapper .right .slider-container .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 990px) {
  .featured-case-detail-wrapper .right .slider-container .swiper .swiper-slide {
    padding: 48px;
  }
}
.featured-case-detail-wrapper .right .slider-container .swiper .swiper-slide .phone-case {
  width: 100%;
  aspect-ratio: 5.59/11.25;
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: white;
  overflow: hidden;
  -webkit-mask: url("../images_2026_updated/case_detail/phone_mask.png") no-repeat center center;
  mask: url("../images_2026_updated/case_detail/phone_mask.png") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.featured-case-detail-wrapper .right .slider-container .swiper .swiper-slide .phone-case .frame {
  position: absolute;
  inset: 0;
  width: 101%;
  height: 101%;
  background-image: url("../images_2026_updated/case_detail/phone.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 990px) {
  .featured-case-detail-wrapper .right .slider-container .swiper .swiper-slide .phone-case {
    width: auto;
    height: 100%;
  }
}
.featured-case-detail-wrapper .right .slider-container .swiper .swiper-slide .phone-case img {
  width: 90%;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-case-detail-wrapper .right .slider-container .swiper .swiper-slide .phone-case.tablet {
  aspect-ratio: 8.56/12;
  -webkit-mask: url("../images_2026_updated/case_detail/iPad_mask.png") no-repeat center center;
  mask: url("../images_2026_updated/case_detail/iPad_mask.png") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.featured-case-detail-wrapper .right .slider-container .swiper .swiper-slide .phone-case.tablet .frame {
  background-image: url("../images_2026_updated/case_detail/iPad.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.featured-case-detail-wrapper .right .slider-container .swiper .swiper-slide-active .phone-case {
  opacity: 1;
  transform: translateY(-30px);
}
@media (max-width: 990px) {
  .featured-case-detail-wrapper .right .slider-container .swiper .swiper-slide-active .phone-case {
    transform: none;
  }
}
.featured-case-detail-wrapper .right .slider-container .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #B3B3B3;
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}
.featured-case-detail-wrapper .right .slider-container .swiper .swiper-pagination .swiper-pagination-bullet-active {
  transition: all 0.5s ease-in-out;
  background-color: #DE0012;
  border-radius: 99px;
  width: 30px;
  transform-origin: center;
}

.feature-pagintaion {
  width: 100%;
  display: flex;
  border-top: 1px solid #DADADA;
}
.feature-pagintaion a {
  display: inline-block;
  flex: 1;
  min-height: clamp(120px, 8.33vw, 160px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(30px, 4.69vw, 90px);
  background-color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: clamp(24px, 1.88vw, 36px);
  color: #898989;
  position: relative;
}
.feature-pagintaion a .black-cover {
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
}
.feature-pagintaion a span {
  z-index: 2;
}
.feature-pagintaion a img {
  width: clamp(24px, 3.13vw, 60px);
  filter: invert(1);
  opacity: 0.5;
  z-index: 2;
}
.feature-pagintaion a:nth-child(2) {
  justify-content: center;
  background-color: #F8F8F8;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
}
.feature-pagintaion a:nth-child(1):hover, .feature-pagintaion a:nth-child(3):hover {
  background-image: var(--case-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.feature-pagintaion a:nth-child(1):hover .black-cover, .feature-pagintaion a:nth-child(3):hover .black-cover {
  display: block;
}
.feature-pagintaion a:nth-child(1):hover img, .feature-pagintaion a:nth-child(3):hover img {
  filter: none;
  opacity: 1;
}/*# sourceMappingURL=featured.css.map */