html {
  scroll-behavior: smooth;
}
.prod-seo{
  padding: 0 !important;
}

.edgexpert {
  position: relative;
  background: #fff;
  color: #222;
  --col: #208aff;
  --radius: 10px;

  width: 100%;
  max-width: 100%;

  overflow-x: hidden;

  overflow-x: clip;
}

.edgexpert img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}
.edgexpert img.img-radius {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
}
.edgexpert .mobile-only {
  display: block;
}
@media (min-width: 996px) {
  .edgexpert .mobile-only {
    display: none;
  }
}
.edgexpert .pc-only {
  display: none;
}
@media (min-width: 996px) {
  .edgexpert .pc-only {
    display: block;
  }
}
.edgexpert picture {
  display: block;
}
.edgexpert-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 40px 25px 50px;
}
@media (min-width: 996px) {
  .edgexpert-container {
    padding: 103px 0;
  }
}

@media (min-width: 996px){
  .faq-container{
    padding: 103px 25px;
  }

  .resource-container{
    padding: 103px 25px;
  }
}

.edgexpert__intro {
  text-align: center;
  padding-bottom: 18px;
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}
@media (min-width: 996px){
  .edgexpert__intro{
    padding-bottom: 38px;
  }
}

.edgexpert__intro--white {
  color: #fff;
}
.edgexpert__intro--white .edgexpert__desc {
  color: #ccc;
}
.edgexpert__intro--left {
  text-align: left;
  padding-bottom: 0;
}
.edgexpert__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 0 16px;
}

.edgexpert__desc__dark{
  color:#4e4e4e;
  line-height: 1.4;
}

.edgexpert__desc__light{
  color:#c3c3c3;
  line-height: 1.4;
}

@media (min-width: 996px) {
  .edgexpert__title {
    padding: 8px 0 24px;
  }
}
.edgexpert__title--white {
  color: #fff;
}
.edgexpert__title strong, .edgexpert__title b, .edgexpert__title span {
  font-weight: bold;
}
@media (min-width: 996px) {
  .edgexpert__title {
    font-size: 38px;
  }
}
.edgexpert__label {
  font-size: 20px;
  font-weight: bold;
  color: var(--col);
}
@media (min-width: 996px) {
  .edgexpert__label {
    font-size: 22px;
  }
}
.edgexpert__act {
  padding-top: 28px;
}
.edgexpert-btn {
  display: inline-block;
  background: var(--col);
  color: #fff;
  padding: 10px 16px;
  border: var(--col) 1px solid;
  cursor: pointer;
  font-size: 19px;
  line-height: 1;
}
.edgexpert-btn:hover {
  filter: brightness(1.2);
}
@media (min-width: 996px) {
  .edgexpert-btn {
    /* padding: 10px 24px; */
    padding: 16px 38px;
    transition: filter 0.3s ease;
  }
}

.kv {
  background: #a6afb6;
  position: relative;
  overflow: hidden;
}
.kv__visual {
  position: relative;
  width: 100%;
  display: block;
}
.kv__visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 200vh;
  top: 99.9%;
  left: 0;
  background: url("../images/kv-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
  background-size: 100% auto;
}
@media (min-width: 996px) {
  .kv__visual::before {
    top: 100%;
    background: url("../images/kv-bg.jpg") top center no-repeat ;
    background-size: cover;
    background-size: 100% auto;
  }
}
.kv__visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 300vh;
  top: 200%;
  left: 0;
  background: linear-gradient(to top, rgba(240, 241, 243, 0) 0, rgba(240, 241, 243, 0.8) 20%, rgba(240, 241, 243, 0) 50%, rgba(240, 241, 243, 0.8) 80%, rgba(240, 241, 243, 0) 100%);
}
@media (min-width: 996px) {
  .kv__visual::after {
    top: 50%;
    height: 200%;
  }
}
.kv__visual img {
  width: 100%;
  vertical-align: bottom;
}
.kv__inner {
  position: relative;
  z-index: 4;
  padding: 0 25px 40px;
}
.kv__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  margin-top: -10vw;
  padding-bottom: 24px;
}
@media (min-width: 996px) {
  .kv__content {
    margin-top: -7vw;
  }
}
.kv__title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 16px;
  line-height: 1.2;
}

.kv__desc{
  font-size: 17px;
}

@media (min-width: 996px) {
  .kv__title {
    font-size: 50px;
    line-height: 1.5;
    padding-bottom: 24px;
  }

  .kv__desc{
  font-size: 20px;
  }
}
.kv__title strong {
  display: block;
  font-weight: bold;
  color: var(--col);
}
@media (min-width: 996px) {
  .kv__title strong {
    display: inline-block;
  }
}
.kv__point {
  width: 100%;
  margin: 0 auto;
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 996px) {
  .kv__point {
    gap: 16px;
    margin-top: 40px;
  }
}
.kv__point li {
  border: var(--color-gray-700) 1px solid;
  border-radius: var(--radius);
  padding: 16px;
  width: calc(50% - 16px);
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}
@media (min-width: 996px) {
  .kv__point li {
    width: calc(33% - 16px);
    min-height: 180px;
    font-size: 22px;
  }
}
.kv__point li b {
  display: block;
  font-weight: bold;
}
.kv__feature {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
@media (min-width: 996px) {
  .kv__feature {
    flex-direction: row;
    margin-top: 70px;
    padding-bottom: 80px;
  }
}
.kv__featureCard {
  flex: 1;
}
.kv__featureCardTitle {
  padding: 16px 0 11px;
}
@media (min-width: 996px) {
  .kv__featureCardTitle {
    font-size: 20px;
    line-height: 1.2;
  }
  .kv__featureCardTitle span {
    display: block;
  }
}

.video {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (min-width: 996px) {
  .video {
    height: 70vh;
    width: 100%;
  }
}
@media (min-width: 1930px) {
  .video {
    height: 90vh;
  }
}
.video__vd {
  position: relative;
  z-index: 0;
}
@media (min-width: 996px) {
  .video__vd {
    margin-top: -15vh;
  }
}
@media (min-width: 1930px) {
  .video__vd {
    margin-top: 0vh;
  }
}
.video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 996px) {
  .video video {
    width: 100vw;
    height: 100vh;
  }
}
.video__btn {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video__btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.video__btn img {
  position: relative;
  z-index: 2;
  width: 80px;
}
.video__btn:hover::before {
  background: rgba(0, 0, 0, 0.2);
}
.video__btn:hover img {
  filter: brightness(1.2);
  width: 80px;
}

@media (min-width: 996px) {
  .connectx__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.connectx__img {
  margin-bottom: 24px;
}
@media (min-width: 996px) {
  .connectx__img {
    order: 2;
    flex: 0 0 45%;
  }
}
@media (min-width: 996px) {
  .connectx__content {
    flex: 0 0 45%;
    padding-bottom: 40px;
  }
}
.connectx__desc {
  padding-bottom: 16px;
}
@media (min-width: 996px) {
  .connectx__desc {
    padding-bottom: 24px;
  }
}

.architecture {
  background: #0b0e1a;
  color: #fff;
}
.architecture__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 996px) {
  .architecture__box {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 998px){
  .architecture__box{
    margin: 0 25px
  }

}

.architectureCard {
  text-align: center;
}
.architectureCard__quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
  padding: 11px 0 8px;
}

.architectureCard__quantity.four{
  padding: 23px 0 19px;
}


@media (min-width: 500px){
  .architectureCard__quantity{
    padding: 16px 0 10px;
  }
}

@media (min-width: 996px){
  .architectureCard__quantity{
    padding: 24px 0 26px;
  }
}

.architectureCard__quantity span{
  line-height: 1;
    transform: translateY(-4px);
}

.architectureCard__quantity .x{
  padding-right: 4px;
}

.architectureCard__quantity img{
  width: auto;
  max-height: 62px;
  object-fit: contain;
}

@media (min-width: 996px) {
  .architectureCard__quantity {
    font-size: 28px;
  }
}
.architectureCard__title {
  color: var(--col);
  padding: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.architectureCard__desc{
  color: #c3c3c3;
}

.architectureCard__title strong {
  font-weight: bold;
}
@media (min-width: 996px) {
  .architectureCard__title strong {
    display: block;
  }
}
.architecture__act {
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 996px) {
  .architecture__act {
    padding-top: 60px;
  }
}

.thermal__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-bottom: 24px;
}
@media (min-width: 996px) {
  .thermal__tabs {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    padding-bottom: 51px;
  }
}
.thermal__tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  border: #999 1px solid;
  border-radius: 30px;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
}
.thermal__tabs li.is-active, .thermal__tabs li:hover {
  background: #000;
  color: #fff;
}
@media (min-width: 996px) {
  .thermal__tabs li {
    padding: 11px 23px;
    font-size: 17px;
    width: auto;
    display: inline-flex;
    margin: 0 4px;
    cursor: pointer;
  }
}
.thermalCard {
  display: none;
}
.thermalCard.is-active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 996px) {
  .thermalCard.is-active {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}
.thermalCard__title {
  font-size: 20px;
}
@media (min-width: 996px) {
  .thermalCard__title {
    font-size: 36px;
    line-height: 1.2;
  }
}
.thermalCard__desc {
  padding: 8px 0 16px;
}
@media (min-width: 996px) {
  .thermalCard__desc {
    padding: 16px 0 26px;
  }
}
@media (min-width: 996px) {
  .thermalCard__img {
    order: 2;
    flex: 0 0 45%;
  }
}
@media (min-width: 996px) {
  .thermalCard__content {
    flex: 0 0 50%;
    padding-bottom: 26px;
    margin: 0 auto;
  }
}

.agent {
  background: #141414;
  text-align: center;
}
@media (min-width: 996px) {
  .agent__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
  }
  .agent__img {
    flex: 0 0 45%;
  }
  .agent_content {
    flex: 0 0 45%;
  }
}

.memory__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 996px) {
  .memory__box {
    flex-direction: row;
    gap: 40px;
  }
}

@media (min-width: 998px){
  .memory__box{
    margin: 0 25px
  }
}

.memoryCard {
  overflow: hidden;
  border-radius: var(--radius);
}
.memoryCard:nth-child(1) {
  background: #efefef;
}
.memoryCard:nth-child(2) {
  background: #e3e8ef;
}
.memoryCard__img img {
  width: 100%;
}
.memoryCard__content {
  padding: 24px;
}
@media (min-width: 996px) {
  .memoryCard__content {
    padding: 24px 48px 48px;
  }
}
.memoryCard__capacity {
  color: var(--col);
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .memoryCard__capacity {
    font-size: 30px;
  }
}
.memoryCard__model {
  font-weight: bold;
  font-size: 23px;
  padding: 8px 0 11px;
}

.memoryCard__desc{
  color: #4e4e4e;
}

.memoryCard__ai {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 996px) {
  .memoryCard__ai {
    padding-top: 31px;
  }
}
.memoryCard__ai li {
  display: flex;
  align-items: center;
}
.memoryCard__ai li img {
  width: 30px;
  margin-right: 16px;
}
.memory__act {
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 996px) {
  .memory__act {
    padding-top: 60px;
  }
}

.application {
   /* background: #77797e;  */
  background: #23354a;
  color: #fff;
}
.application__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 996px) {
  .application__box {
    gap: 24px;
    padding-top: 14px;
  }
}
.application__box figure {
  width: 100%;
}

@media (min-width: 820px){
.application__box figure {
    width: calc(50% - 16px);
  }
}

@media (min-width: 996px) {
  .application__box figure {
    width: calc(33% - 24px);
  }
}
.application__box figcaption {
  padding: 8px;
}
@media (min-width: 996px) {
  .application__box figcaption {
    padding: 16px;
  }
}
.application__box p {
  color: #c3c3c3;
}
.application__box h3 {
  font-size: 18px;
  padding-bottom: 8px;
}
@media (min-width: 996px) {
  .application__box h3 {
    font-size: 20px;
  }
}

.resource {
  text-align: center;
}
@media (min-width: 996px) {
  .resource .edgexpert-container {
    padding-top: 60px;
  }
}
.resource__tabs {
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: var(--col) 1px solid;
}
@media (min-width: 996px) {
  .resource__tabs {
    margin-top: 20px;
  }
}
.resource__tabs li {
  position: relative;
  padding: 8px;
  font-weight: bold;
  cursor: pointer;
  flex: 1;
}

@media (min-width: 300px){
.resource__tabs li:first-child{
    flex: 1.5;
  }

  .resource__tabs li:nth-child(2),
  .resource__tabs li:last-child {
     flex: 0.875;
  }
}

@media (min-width: 400px){
  .resource__tabs li:first-child,
  .resource__tabs li:nth-child(2),
  .resource__tabs li:last-child {
    flex: 1;
  }
}

.resource__tabs li:hover {
  color: var(--col);
}

.resource__tabs li.is-active {
  color: var(--col);
}

.resource__tabs li.is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--col);
  left: 0;
  bottom: -2px;
}
.resource__box {
  padding-top: 24px;
}
@media (min-width: 996px) {
  .resource__box {
    padding-top: 48px;
  }
}
.resource__item {
  display: none;
}
.resource__item.is-active {
  display: block;
}

.caseList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
}

@media (min-width: 996px) {
  .caseList {
    flex-direction: row;
  }
}
.caseListCard {
  position: relative;
  border-radius: var(--radius);
  background: #e7eaed;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.caseListCard:hover .caseCard__btn {
  filter: brightness(1.2);
}
.caseListCard__img img {
  width: 100%;
}
.caseListCard__content {
  padding: 20px 16px 60px;
}
.caseListCard a {
  color: var(--color-gray-800);
}
.caseListCard__title {
  font-size: 18px;
  padding-bottom: 15px;
}
.caseListCard__desc {
  padding-bottom: 24px;
  font-size: 16px;
  color: #2e2e2e;
}
.caseListCard__btn {
  position: absolute;
  left: 16px;
  bottom: 24px;
  margin-top: 16px;
  display: inline-block;
  background: var(--col);
  color: #fff;
  padding: 10px 16px;
  border: var(--col) 1px solid;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 996px) {
  .caseListCard__btn {
    padding: 10px 24px;
  }
}

.videoList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.videoList a {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--radius);
}
.videoList a img {
  transition: 0.5s all;
}
.videoList a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
  opacity: 0.4;
}
.videoList a::after {
  content: "\ea19";
  font-family: "msi-icons";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
}
@media (min-width: 996px) {
  .videoList {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .videoList a {
    width: calc(50% - 24px);
  }
  .videoList a:hover img {
    transform: scale(1.05);
  }
  .videoList a:hover::before {
    opacity: 0.1;
  }
  .videoList a:hover::after {
    text-shadow: #fff 0 0 30px;
  }
}
.videoList__act {
  padding-top: 38px;
}
@media (min-width: 996px) {
  .videoList__act {
    padding-top: 48px;
  }
}

.blogList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 996px) {
  .blogList {
    flex-direction: row;
    justify-content: center;
  }
}
.blogListCard {
  position: relative;
  border-radius: var(--radius);
  background: #e7eaed;
  overflow: hidden;
  text-align: left;
  position: relative;
}
@media (min-width: 996px) {
  .blogListCard {
    width: 25%;
  }
}
.blogListCard:hover .caseCard__btn {
  filter: brightness(1.2);
}
.blogListCard__img img {
  width: 100%;
}
.blogListCard__content {
  padding: 20px 16px 60px;
}
.blogListCard a {
  color: var(--color-gray-800);
}
.blogListCard__title {
  font-size: 18px;
  padding-bottom: 15px;
}
.blogListCard__desc {
  padding-bottom: 24px;
  font-size: 16px;
  color: #2e2e2e;
}
.blogListCard__btn {
  position: absolute;
  left: 16px;
  bottom: 24px;
  margin-top: 16px;
  display: inline-block;
  background: var(--col);
  color: #fff;
  padding: 10px 16px;
  border: var(--col) 1px solid;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 996px) {
  .blogListCard__btn {
    padding: 10px 24px;
  }
}
.blogList__act {
  padding-top: 38px;
}
@media (min-width: 996px) {
  .blogList__act {
  padding-top: 58px;
  }
}

.faq {
  background: #0b0e1a;
  color: #fff;
}
.faq .edgexpert__title {
  text-align: center;
  padding-bottom: 40px;
}
.faqCard {
  border-bottom: var(--col) 1px solid;
  cursor: pointer;
}
.faqCard.is-active .faqCard__quiz {
  color: #fff;
}
.faqCard.is-active .faqCard__ans {
  display: block;
}
.faqCard:hover {
  /* transform: translateY(-1px) scale(1.002); */
  filter: brightness(1.2);
  /* background: #208aff;
  color: #000; */
}
.faqCard__quiz {
  padding: 16px;
  color: var(--col);
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 996px){
    .faqCard__quiz {
    font-size: 20px;
  }
}

.faqCard__quiz:hover{
  background: #208aff;
  color: #222;
  transition: 0.3s ease;
}

.faqCard__ans {
  padding: 11px 16px 37px;
  color: #ccc;
  display: none;
}
.faqCard__ans p {
  padding-bottom: 16px;
}
.faqCard__ans p:last-child {
  padding-bottom: 0;
}

.end{
  padding-bottom: 200px;
}

/* 回到頂端按鈕 */
/* .backToTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  left: auto;

  width: 64px;
  min-width: 0;
  max-width: 64px;
  height: 64px;

  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;

  appearance: none;
  background-color: #999;
  color: #fff;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(15px);

  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease,
    background-color 0.3s ease;
}

.backToTop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.backToTop svg {
  display: block;

  width: 28px;
  max-width: 28px;
  height: 28px;

  margin: 0;
  padding: 0;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;

  pointer-events: none;
}

@media (hover: hover) {
  .backToTop:hover {
    background-color: #777;
    transform: translateY(-3px);
  }
}

.backToTop:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .backToTop {
    position: fixed !important;
    right: 18px !important;
    bottom: 18px !important;
    left: auto !important;

    width: 50px;
    min-width: 0;
    max-width: 50px;
    height: 50px;

    margin: 0;
    padding: 0;
  }

  .backToTop svg {
    width: 24px;
    max-width: 24px;
    height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .backToTop {
    transition: none;
  }
} */