@charset "UTF-8";
@import 'reset.css';
/*------------------------------------*\
  標題
\*------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
}

.for-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-mobile {
    display: block;
  }
}

.frame-l {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .frame-l {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .frame-l {
    padding: 0 38px;
  }
}

.frame-m {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .frame-m {
    padding: 0 38px;
  }
}

.position-relative {
  position: relative;
}

.img-box img {
  width: 100%;
  height: auto;
}

/*------------------------------------*\
  對齊方式
\*------------------------------------*/
.d-flex-j-center-a-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex-j-between-a-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.d-flex-j-around-a-center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.d-flex-j-center-a-start {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.d-flex-j-center-a-end {
  display: flex;
  justify-content: center;
  align-items: end;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

/*------------------------------------*\
  字級
\*------------------------------------*/
.fs-s {
  font-size: 1rem;
}

.fs-m-sub {
  font-size: 1.125rem;
}

.fs-m {
  font-size: 1.25rem;
}

.fs-l {
  font-size: 1.5rem;
}

.fs-xl {
  font-size: 1.75rem;
}

.fs-2xl {
  font-size: 2rem;
}

.fs-3xl {
  font-size: 2.25rem;
}

.fs-4xl {
  font-size: 2.5rem;
}

/*------------------------------------*\
  間距
\*------------------------------------*/
.mr-auto {
  margin-right: auto;
}

/*------------------------------------*\
  buttons
\*------------------------------------*/
.btn-normal-white {
  width: 15rem;
  height: 3rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s;
}
@media screen and (max-width: 767px) {
  .btn-normal-white {
    font-size: 1.125rem;
    width: 100%;
    max-width: 18.75rem;
    height: 3.125rem;
  }
}
.btn-normal-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #E02F37;
  border-color: #E02F37;
}

.btn-normal-red {
  width: 15rem;
  height: 3rem;
  border: 1px solid #D81222;
  color: #D81222;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn-normal-red {
    font-size: 1.125rem;
    width: 100%;
    max-width: 18.75rem;
    height: 3.125rem;
  }
}
.btn-normal-red:hover {
  background-color: #E02F37;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-player {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background-image: url("../images/btn-play.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .btn-player {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.swiper-pagination {
  font-size: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #ABABAB;
  margin: 0 0.375rem !important;
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E02F37;
}

.title-and-link {
  position: relative;
}
.title-and-link a {
  padding: 0.25rem 0.375rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-weight: 400;
  background-color: #AA212F;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  transition: all 0.15s;
}
@media screen and (max-width: 767px) {
  .title-and-link a {
    width: 13.75rem;
    height: 2.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.title-and-link a:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/*------------------------------------*\
  標題
\*------------------------------------*/
.title-h2-white {
  font-size: 2.5rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .title-h2-white {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
}
.title-h2-white:after {
  content: "";
  display: inline-block;
  width: 7.1875rem;
  height: 1rem;
  position: absolute;
  background: linear-gradient(90deg, rgb(224, 47, 55) 0%, rgb(255, 109, 173) 100%);
  left: 50%;
  bottom: -0.375rem;
  z-index: -1;
}

.title-h2-black {
  font-size: 2.5rem;
  color: #000000;
  text-align: center;
  position: relative;
  z-index: 1;
}
.title-h2-black:after {
  content: "";
  display: inline-block;
  width: 7.1875rem;
  height: 1rem;
  position: absolute;
  background: linear-gradient(90deg, rgb(224, 47, 55) 0%, rgb(255, 109, 173) 100%);
  left: 50%;
  bottom: -0.375rem;
  z-index: -1;
}

.title-h3-gray {
  font-size: 1.5rem;
  color: #717171;
}

.title-h3-white {
  font-size: 1.5rem;
  color: #ffffff;
}

.title-h3-inner {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #585858;
  font-weight: 350;
  position: relative;
  text-align: center;
}
.title-h3-inner:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #585858;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.25rem;
}

/*------------------------------------*\
  input
\*------------------------------------*/
input {
  width: 40rem;
  height: 3.75rem;
  background-color: #7C0D12;
  color: #ffffff;
  border: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  input {
    width: 100%;
    font-size: 1rem;
  }
}

input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

input:focus-visible {
  outline: none;
}

/*------------------------------------*\
  小網header
\*------------------------------------*/
.frame-rwd {
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 11;
  left: -100%;
  transition: all 0.15s;
}
.frame-rwd .rwd-header {
  width: 100%;
  height: 3.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.frame-rwd .rwd-header img {
  height: 2rem;
  width: auto;
}
.frame-rwd .rwd-header div {
  width: 2rem;
  height: 2rem;
  background-image: url("../images/btn-close.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.frame-rwd ul {
  width: 100%;
  height: calc(100dvh - 52px - 40px - 136px);
}
.frame-rwd ul li {
  width: 100%;
  height: 9.0909090909%;
  text-align: center;
  background-color: rgba(224, 47, 55, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-rwd ul li a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-rwd .title {
  height: 2.5rem;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(170, 33, 47, 0.95);
}
.frame-rwd .link-group {
  background-color: rgba(152, 25, 38, 0.95);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0;
  padding: 8px 1rem;
}
.frame-rwd .link-group a {
  width: 50%;
  height: 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  gap: 0.375rem;
}
.frame-rwd .link-group a .img-box {
  width: 2.25rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-rwd .link-group a:nth-child(1) img {
  width: 1.5rem;
  height: auto;
}
.frame-rwd .link-group a:nth-child(2) img {
  width: 1.5rem;
  height: auto;
}
.frame-rwd .link-group a:nth-child(3) img {
  width: 1.375rem;
  height: auto;
}
.frame-rwd .link-group a:nth-child(4) img {
  width: 2.25rem;
  height: auto;
}
.frame-rwd .link-group a:nth-child(5) img {
  width: 1.875rem;
  height: auto;
}
.frame-rwd .link-group a:nth-child(6) img {
  width: 0.875rem;
  height: auto;
}

.fixed-left {
  left: 0;
}

/*------------------------------------*\
  footer
\*------------------------------------*/
footer {
  background-color: #B31929;
  padding: 3.25rem 0 3rem 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
footer .footer-countact-us {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  footer .footer-countact-us {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 1.25rem;
  }
}
footer .footer-countact-us .title-h2-white {
  margin-bottom: 2.5rem;
  font-family: "Century Gothic";
}
@media screen and (max-width: 767px) {
  footer .footer-countact-us .title-h2-white {
    line-height: 1;
    margin-bottom: 1.75rem;
  }
}
footer .footer-countact-us .title-h2-white::after {
  display: none;
}
footer .footer-countact-us p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 50rem;
}
footer .footer-countact-us p br {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer-countact-us p br {
    display: inline;
  }
}
footer .footer-countact-us input {
  display: block;
  margin: 0 auto 1.25rem auto;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
}
footer .footer-countact-us textarea {
  display: block;
  width: 40rem;
  height: 10rem;
  resize: vertical;
  border: 0;
  background-color: #7c0d12;
  color: #fff;
  border: 0;
  font-size: 1.25rem;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  line-height: 1.5;
  padding: 1rem;
  margin: 0 auto 2rem auto;
}
@media screen and (max-width: 767px) {
  footer .footer-countact-us textarea {
    width: 100%;
    font-size: 1rem;
  }
}
footer .footer-countact-us textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-countact-us textarea:focus-visible {
  outline: none;
}
footer .footer-countact-us .btn-normal-white {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-countact-us .btn-normal-white {
    max-width: none;
  }
}
footer .footer-countact-us + .d-flex-j-center-a-center {
  max-width: 64.5rem;
  margin: 0 auto 3.5rem auto;
}
@media screen and (max-width: 767px) {
  footer .footer-countact-us + .d-flex-j-center-a-center {
    flex-direction: column-reverse;
    margin-bottom: 1.25rem;
  }
}
footer .left-group {
  width: 50%;
  padding-left: 1.25rem;
  padding-right: 4.5rem;
  border-right: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  footer .left-group {
    width: calc(100% - 5rem);
    border-right: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ffffff;
    padding-top: 1.25rem;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
footer .left-group .para:first-of-type {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  footer .left-group .para:first-of-type {
    text-align: center;
    line-height: 1.5rem;
  }
}
footer .left-group .para:last-of-type {
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .left-group .para:last-of-type {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
footer .right-group {
  width: 50%;
  padding-left: 4.5rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  footer .right-group {
    width: 100%;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
    margin-bottom: 1.25rem;
  }
}
footer .right-group ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .right-group ul {
    justify-content: center;
  }
}
footer .right-group li {
  display: flex;
  gap: 2.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .right-group li {
    line-height: 1.5;
  }
}
footer .right-group li:nth-child(2) {
  width: 15.5rem;
}
@media screen and (max-width: 1131px) {
  footer .right-group li:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .right-group li:nth-child(2) {
    line-height: 1.5;
  }
}
footer .right-group li:nth-child(3) {
  width: calc(100% - 15.5rem);
}
@media screen and (max-width: 1131px) {
  footer .right-group li:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .right-group li:nth-child(3) {
    line-height: 1.5;
  }
}
footer .right-group li:last-of-type {
  margin-bottom: 0;
}
footer .right-group li div:first-of-type {
  width: 2.75rem;
  position: relative;
  font-weight: 700;
  font-family: "Century Gothic";
}
footer .right-group li div:first-of-type:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.875rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.75rem;
}
@media screen and (max-width: 767px) {
  footer .right-group li div:first-of-type:after {
    top: 4px;
    transform: none;
  }
}
footer .right-group li a {
  color: #ffffff;
}
footer .d-flex-j-center-a-center:last-of-type {
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  footer .d-flex-j-center-a-center:last-of-type {
    gap: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer .d-flex-j-center-a-center:last-of-type a {
    height: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  footer .d-flex-j-center-a-center:last-of-type a img {
    height: 100%;
    width: auto;
  }
}

/*------------------------------------*\
  元件
\*------------------------------------*/
.component-projects-info-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #ffffff;
  gap: 1.875rem 2.5rem;
  margin-bottom: 1.875rem;
  transition: all 0.15s;
}
@media screen and (max-width: 959px) {
  .component-projects-info-group {
    gap: 0.75rem;
  }
}
.component-projects-info-group .info {
  width: 22.5rem;
  overflow: hidden;
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 1440px) {
  .component-projects-info-group .info {
    width: 18.125rem;
  }
}
@media screen and (max-width: 959px) {
  .component-projects-info-group .info {
    width: calc(50% - 6px);
    padding-top: calc(25% + 8px);
    background-color: #000000;
  }
}
.component-projects-info-group .info .sort-default {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .component-projects-info-group .info .sort-default {
    font-size: 0.75rem;
    top: 0.25rem;
    left: 0.25rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  }
}
.component-projects-info-group .info .sort-color {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
  width: 4.375rem;
  height: 1.75rem;
  background-color: #D81222;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .component-projects-info-group .info .sort-color {
    width: 2.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
}
.component-projects-info-group .info div:last-of-type {
  font-size: 1.375rem;
  line-height: 1.5em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .component-projects-info-group .info div:last-of-type {
    font-size: 0.75rem;
    bottom: 0.25rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  }
}
.component-projects-info-group .info img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .component-projects-info-group .info img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    height: auto;
    width: 100%;
    z-index: 0;
  }
}

.wrapper-index {
  overflow-x: hidden;
  position: relative;
  /*------------------------------------*\
   首頁共用
  \*------------------------------------*/
  /*------------------------------------*\
  header
  \*------------------------------------*/
}
.wrapper-index * {
  transition: all 0.15s;
}
.wrapper-index .player-group {
  position: relative;
}
.wrapper-index .player-group .btn-player {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper-index .title-and-link img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-index .anchor {
  position: relative;
  top: -4rem;
}
.wrapper-index .header {
  width: 100%;
  padding-top: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header {
    pointer-events: all;
  }
}
@media screen and (max-width: 1048px) {
  .wrapper-index .header {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header .frame-l {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1048px) {
  .wrapper-index .header .frame-l {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .header .frame-l {
    display: flex;
    justify-content: space-between;
  }
}
.wrapper-index .header .logo-and-link-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header .logo-and-link-group {
    margin-left: 0;
  }
}
.wrapper-index .header .logo-and-link-group .link-home {
  width: 24px;
  height: 22px;
  background-image: url("../images/icon-home-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: auto;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header .logo-and-link-group .link-home {
    display: none;
  }
}
.wrapper-index .header .logo-and-link-group .link-mail {
  width: 32px;
  height: 32px;
  background-image: url("../images/icon-mail.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: auto;
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header .logo-and-link-group .link-mail {
    display: none;
  }
}
.wrapper-index .header .logo-and-link-group .link-line {
  width: 2rem;
  height: 2rem;
  background-image: url("../images/img-logo-line.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: auto;
  border-bottom: 0.375rem;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header .logo-and-link-group .link-line {
    display: none;
  }
}
.wrapper-index .header .logo-and-link-group .logo {
  width: 144px;
  height: 48px;
  margin: 0 auto;
  background-image: url("../images/logo-mdbs.svg");
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header .logo-and-link-group .logo {
    height: 40px;
    width: 138px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1329px) {
  .wrapper-index .header .logo-and-link-group .logo {
    height: 32px;
    width: 110px;
  }
}
@media screen and (max-width: 1048px) {
  .wrapper-index .header .logo-and-link-group .logo {
    margin-left: 1rem;
    position: static;
    left: auto;
    transform: none;
  }
}
.wrapper-index .header .logo-and-link-group .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wrapper-index .header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1048px) {
  .wrapper-index .header nav {
    justify-content: flex-end;
    padding-right: 1rem;
  }
}
.wrapper-index .header nav span {
  display: none;
}
@media screen and (max-width: 1048px) {
  .wrapper-index .header nav span {
    display: block;
  }
}
.wrapper-index .header ul {
  font-size: 0;
  width: 960px;
  padding-top: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1300px) {
  .wrapper-index .header ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 1048px) {
  .wrapper-index .header ul {
    display: none;
  }
}
.wrapper-index .header li .nav-link {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.2;
  pointer-events: auto;
}
.wrapper-index .header li .nav-mail,
.wrapper-index .header li .nav-line {
  font-size: 0;
}
.wrapper-index .header li:last-of-type {
  display: none;
}
.wrapper-index .header .icon-menu {
  width: 2rem;
  height: 2rem;
  background-image: url("../images/icon-burger-menu-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrapper-index .header .link-line {
  width: 2rem;
  height: 2rem;
  background-image: url("../../images/img-logo-line.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0.375rem;
}
.wrapper-index .header .icon-menu-for-mobile {
  display: none;
}
.wrapper-index .header[data-status=scrolled] {
  background-color: rgba(204, 0, 0, 0.8);
  padding: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  z-index: 10;
  pointer-events: all;
}
.wrapper-index .header[data-status=scrolled] .frame-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.wrapper-index .header[data-status=scrolled] .logo-and-link-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}
.wrapper-index .header[data-status=scrolled] .logo-and-link-group .link-home,
.wrapper-index .header[data-status=scrolled] .logo-and-link-group .link-mail,
.wrapper-index .header[data-status=scrolled] .logo-and-link-group .link-line {
  display: none;
}
.wrapper-index .header[data-status=scrolled] .logo-and-link-group .logo {
  position: static;
  transform: translateX(0%);
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header[data-status=scrolled] .logo-and-link-group .logo {
    margin-left: 0;
    height: 40px;
    width: 138px;
  }
}
@media screen and (max-width: 1048px) {
  .wrapper-index .header[data-status=scrolled] nav {
    padding-right: 0;
  }
}
.wrapper-index .header[data-status=scrolled] ul {
  width: auto;
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header[data-status=scrolled] ul {
    display: none;
  }
}
.wrapper-index .header[data-status=scrolled] .nav-link {
  transition: all 0.3s;
  vertical-align: middle;
}
.wrapper-index .header[data-status=scrolled] .nav-link img {
  width: 1.75rem;
  height: auto;
}
.wrapper-index .header[data-status=scrolled] .nav-link:last-of-type {
  border-radius: 0.375rem;
}
.wrapper-index .header[data-status=scrolled] .nav-mail {
  margin-right: 1rem;
}
.wrapper-index .header[data-status=scrolled] li:last-of-type {
  display: block;
}
.wrapper-index .header[data-status=scrolled] .icon-menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header[data-status=scrolled] .icon-menu {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper-index .header[data-status=scrolled] .link-mail + .icon-menu {
    display: none;
  }
}
.wrapper-index .header.header-smaller {
  padding: 10px;
}
.wrapper-index .header.header-smaller .logo-and-link-group {
  padding: 0;
}
.wrapper-index .header.header-smaller .logo-and-link-group .logo {
  height: 2rem;
  width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .header.header-smaller nav {
    padding-right: 0;
  }
}
.wrapper-index .section-jumbotron {
  height: 100vh;
  padding-top: 19.5rem;
  background-color: #000000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-jumbotron {
    padding-top: 13.875rem;
  }
}
.wrapper-index .section-jumbotron br {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-jumbotron br {
    display: inline;
  }
}
.wrapper-index .section-jumbotron:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #1E1E1E;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.wrapper-index .section-jumbotron .background-container + .partner-ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  right: calc(50% - 700px);
  top: 144px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .wrapper-index .section-jumbotron .background-container + .partner-ul {
    right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper-index .section-jumbotron .background-container + .partner-ul {
    display: none;
  }
}
.wrapper-index .section-jumbotron .partner-list-text {
  position: absolute;
  top: -24px;
  right: 4px;
  font-size: 0.75rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .section-jumbotron .partner-list-text {
    display: none;
  }
}
.wrapper-index .section-jumbotron .partner-list {
  width: 200px;
  height: 40px;
  background-color: rgba(178, 178, 178, 0.3);
  padding: 0 0 0 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.wrapper-index .section-jumbotron .partner-list:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.wrapper-index .section-jumbotron .partner-list:hover .info-box {
  color: #000000;
}
.wrapper-index .section-jumbotron .partner-list .partner-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.wrapper-index .section-jumbotron .partner-list .img-box {
  width: 28px;
  height: 28px;
  text-align: center;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-index .section-jumbotron .partner-list .img-box .img-height {
  height: 100%;
  width: auto;
}
.wrapper-index .section-jumbotron .partner-list .info-box {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
}
.wrapper-index .section-jumbotron .info-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper-index .section-jumbotron .info-position .title-h2-white {
  margin-bottom: 1.375rem;
  line-height: 3.75rem;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-jumbotron .info-position .title-h2-white {
    margin-bottom: 1.25rem;
    line-height: 3.5rem;
  }
}
.wrapper-index .section-jumbotron .info-position .title-h2-white:after {
  display: none;
}
.wrapper-index .section-jumbotron .info-position .title-h3 {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-jumbotron .info-position .title-h3 {
    margin-bottom: 2.125rem;
    font-size: 1.25rem;
    white-space: nowrap;
  }
}
.wrapper-index .section-jumbotron .info-position .btn-normal-white {
  margin: 0 auto 2rem auto;
  transition: all 0.15s;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-jumbotron .info-position .btn-normal-white {
    font-size: 1.25rem;
    width: 15.625rem;
  }
}
.wrapper-index .section-jumbotron .info-position .btn-normal-white:hover {
  background-color: rgba(224, 47, 55, 0.8);
  border: 0;
  color: #ffffff;
}
.wrapper-index .section-jumbotron .info-position a + div {
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.25rem;
  display: none;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  .wrapper-index .section-jumbotron .info-position a + div {
    display: block;
  }
}
.wrapper-index .section-jumbotron .info-position .partner-position {
  position: relative;
}
.wrapper-index .section-jumbotron .info-position .partner-ul {
  width: 40rem;
  display: none;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .wrapper-index .section-jumbotron .info-position .partner-ul {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper-index .section-jumbotron .info-position .partner-ul {
    display: none;
  }
}
.wrapper-index .section-jumbotron .video-section {
  position: relative;
  width: 100%;
  height: 100vh; /* 讓 section 高度佔滿整個視窗 */
  overflow: hidden;
}
.wrapper-index .section-jumbotron .background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.wrapper-index .section-jumbotron .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}
.wrapper-index .section-count-up {
  padding: 2.5rem 0 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.wrapper-index .section-count-up:after {
  content: "";
  display: inline-block;
  width: 120rem;
  height: 67.5rem;
  background-image: url("../images/bg-count-up.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -220px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up:after {
    background-size: 70%;
    background-position: 50% 0;
    bottom: auto;
    top: 0;
  }
}
.wrapper-index .section-count-up .title-h2-other {
  font-size: 2.25rem;
  line-height: 3.25rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up .title-h2-other {
    font-size: 2.25rem;
    line-height: 3.5rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up .title-h2-other span {
    display: none;
  }
}
.wrapper-index .section-count-up .title-h2-other br {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up .title-h2-other br {
    display: inline;
  }
}
.wrapper-index .section-count-up .title-h3-gray {
  margin-bottom: 1.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up .title-h3-gray {
    font-size: 1.25rem;
    margin-bottom: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up .title-h3-gray + div {
    flex-wrap: wrap;
    gap: 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up .info-group {
    width: 50%;
  }
}
.wrapper-index .section-count-up .info-group .number {
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
  font-size: 3.75rem;
  line-height: 4.75rem;
  color: #E02F37;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up .info-group .number {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0.625rem;
  }
}
.wrapper-index .section-count-up .info-group .sign {
  color: #E02F37;
  font-size: 2.25rem;
  animation-name: late;
  animation-duration: 800ms;
  animation-delay: 2500ms;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up .info-group .sign {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 0.625rem;
    font-weight: 700;
  }
}
@keyframes late {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapper-index .section-count-up .info-group .unit {
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up .info-group .unit {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 0.625rem;
  }
}
.wrapper-index .section-count-up .info-group .description {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #131313;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-count-up .info-group .description {
    font-size: 1.25rem;
  }
}
.wrapper-index .section-speedy-family {
  padding: 4.25rem 0 3.125rem 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-family {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}
.wrapper-index .section-speedy-family .title-and-link {
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-family .title-and-link {
    margin-bottom: 1.25rem;
  }
}
.wrapper-index .section-speedy-family .title-and-link img {
  height: 3rem;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-family .title-and-link img {
    height: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
.wrapper-index .section-speedy-family .title-and-link a {
  left: calc(50% + 204px);
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-family .title-and-link a {
    left: 50%;
    transform: translateX(-50%);
  }
}
.wrapper-index .section-speedy-family .title-and-link ~ img {
  width: 100%;
  height: auto;
}
.wrapper-index .section-speedy-family img.for-mobile {
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-family img.for-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper-index .section-speedy-ai {
  padding: 4.5rem 0 3.875rem 0;
  background-image: url("../images/bg-speedy-ai.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}
.wrapper-index .section-speedy-ai .title-and-link {
  margin-bottom: 1.25rem;
}
.wrapper-index .section-speedy-ai .title-and-link img {
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .title-and-link img {
    height: 2.75rem;
    margin-bottom: 3rem;
  }
}
.wrapper-index .section-speedy-ai .title-and-link a {
  left: calc(50% + 155px);
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .title-and-link a {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.wrapper-index .section-speedy-ai .title-h2-other {
  height: auto;
}
.wrapper-index .section-speedy-ai .title-h3-white {
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .title-h3-white {
    line-height: 2.25rem;
  }
}
.wrapper-index .section-speedy-ai .title-h3-white br {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .title-h3-white br {
    display: inline;
  }
}
.wrapper-index .section-speedy-ai .para {
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .para {
    font-size: 1rem;
    line-height: 2.25rem;
  }
}
.wrapper-index .section-speedy-ai .para:last-of-type {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .para:last-of-type {
    margin-bottom: 0;
  }
}
.wrapper-index .section-speedy-ai .frame-l:last-of-type {
  display: flex;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .frame-l:last-of-type {
    flex-direction: column;
  }
}
.wrapper-index .section-speedy-ai .info-group,
.wrapper-index .section-speedy-ai .player-group {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .info-group,
  .wrapper-index .section-speedy-ai .player-group {
    width: 100%;
  }
}
.wrapper-index .section-speedy-ai .info-group {
  text-align: center;
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .info-group {
    padding-top: 1.875rem;
  }
}
.wrapper-index .section-speedy-ai .info-group .d-flex-j-around-a-center {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.wrapper-index .section-speedy-ai .info-group .card-group {
  font-size: 1.25rem;
  width: 33%;
  padding-bottom: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .info-group .card-group {
    padding-bottom: 1.25rem;
    font-size: 1rem;
  }
}
.wrapper-index .section-speedy-ai .info-group .img-box {
  width: 4.25rem;
  height: 4.25rem;
  margin-bottom: 1rem;
  position: relative;
}
.wrapper-index .section-speedy-ai .info-group .img-box img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper-index .section-speedy-ai .info-group .card-group:nth-child(1) .img-box img, .wrapper-index .section-speedy-ai .info-group .card-group:nth-child(3) .img-box img, .wrapper-index .section-speedy-ai .info-group .card-group:nth-child(4) .img-box img, .wrapper-index .section-speedy-ai .info-group .card-group:nth-child(5) .img-box img {
  width: 100%;
  height: auto;
}
.wrapper-index .section-speedy-ai .info-group button {
  margin: 0 auto;
}
.wrapper-index .section-speedy-ai .player-group {
  position: relative;
  left: 2.625rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .player-group {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .wrapper-index .section-speedy-ai .player-group {
    height: 15rem;
  }
}
.wrapper-index .section-speedy-ai .player-group img {
  position: static;
  transition: none;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .player-group img {
    height: 15rem;
  }
}
@media screen and (max-width: 500px) {
  .wrapper-index .section-speedy-ai .player-group img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.wrapper-index .section-speedy-ai .player-group .btn-player {
  left: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-speedy-ai .player-group .btn-player {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.wrapper-index .section-s-data {
  padding: 3.75rem 0 4rem 0;
  background-color: #F5F5F5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-s-data {
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
  }
}
.wrapper-index .section-s-data .title-and-link {
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-s-data .title-and-link {
    margin-bottom: 1.625rem;
  }
}
.wrapper-index .section-s-data a {
  left: calc(50% + 6.25rem);
  bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-s-data a {
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
  }
}
.wrapper-index .section-s-data .title-h2-other {
  font-size: 3.25rem;
  line-height: 3.75rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-family: "Inter";
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-s-data .title-h2-other {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: 1.875rem;
  }
}
.wrapper-index .section-s-data .para {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #717171;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-s-data .para {
    font-size: 1.125rem;
    line-height: 2.25rem;
    margin-bottom: 1.875rem;
  }
}
.wrapper-index .section-s-data img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-s-data img.for-mobile {
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper-index .section-vimic-ai {
  padding: 5rem 0;
  background-color: #242426;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai {
    padding-top: 2.75rem;
    padding-bottom: 2.5rem;
  }
}
.wrapper-index .section-vimic-ai:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #4F5053 0%, rgba(72, 73, 76, 0.75) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.wrapper-index .section-vimic-ai:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-image: url("../images/bg-vimic-ai.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.75;
  z-index: 0;
}
.wrapper-index .section-vimic-ai .frame-l {
  position: relative;
  z-index: 1;
}
.wrapper-index .section-vimic-ai .frame-l:first-of-type {
  margin-bottom: 2.75rem;
}
.wrapper-index .section-vimic-ai .frame-l:last-of-type {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .frame-l:last-of-type {
    flex-direction: column;
  }
}
.wrapper-index .section-vimic-ai .title-and-link {
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .title-and-link {
    margin-bottom: 1.25rem;
  }
}
.wrapper-index .section-vimic-ai .title-and-link .title-h2-other-img {
  display: block;
  width: 17.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .title-and-link .title-h2-other-img {
    height: 2.5rem;
    width: auto;
    margin-bottom: 2.75rem;
  }
}
.wrapper-index .section-vimic-ai .title-and-link a {
  left: calc(50% + 165px);
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .title-and-link a {
    left: 50%;
    transform: translateX(-50%);
  }
}
.wrapper-index .section-vimic-ai .info-group,
.wrapper-index .section-vimic-ai .player-group {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .info-group,
  .wrapper-index .section-vimic-ai .player-group {
    width: 100%;
  }
}
.wrapper-index .section-vimic-ai .title-h3-white {
  line-height: 2.5rem;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .title-h3-white {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .title-h3-white span {
    display: none;
  }
}
.wrapper-index .section-vimic-ai .title-h3-white br {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .title-h3-white br {
    display: inline;
  }
}
.wrapper-index .section-vimic-ai .para {
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .para {
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 0.5em;
  }
}
.wrapper-index .section-vimic-ai .info-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper-index .section-vimic-ai .step-group {
  width: 100%;
  padding-top: 2.75rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .step-group {
    display: none;
  }
}
.wrapper-index .section-vimic-ai .step {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  margin-bottom: 4.75rem;
  position: relative;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .step {
    margin-bottom: 2.375rem;
  }
}
.wrapper-index .section-vimic-ai .step:after {
  content: "";
  display: inline-block;
  width: 40rem;
  height: 1px;
  background-color: #898989;
  position: absolute;
  left: 0;
  bottom: -2.625rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .step:after {
    width: 100%;
    bottom: -1.125rem;
  }
}
.wrapper-index .section-vimic-ai .step:last-of-type {
  margin-bottom: 0;
}
.wrapper-index .section-vimic-ai .step:last-of-type:after {
  display: none;
}
.wrapper-index .section-vimic-ai .description {
  width: 7.125rem;
  height: 2.75rem;
  border-radius: 6px;
  background-color: #ffffff;
  color: #E02F37;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .description {
    width: 4rem;
    height: 2rem;
    font-size: 1rem;
  }
}
.wrapper-index .section-vimic-ai .description span {
  font-weight: 900;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .description.for-pc {
    display: none;
  }
}
.wrapper-index .section-vimic-ai .description.for-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .description.for-mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .info {
    width: 100%;
  }
}
.wrapper-index .section-vimic-ai .info .title-h4 {
  font-size: 1.75rem;
  line-height: 2.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .info .title-h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.wrapper-index .section-vimic-ai .info .info-para {
  font-size: 1.375rem;
  line-height: 2.75rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .info .info-para {
    font-size: 1rem;
    line-height: 1.125rem;
    text-align: center;
  }
}
.wrapper-index .section-vimic-ai .player-group {
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .player-group {
    padding-left: 0;
  }
}
.wrapper-index .section-vimic-ai .player-group img {
  width: 72rem;
  height: auto;
  box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-vimic-ai .player-group img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .wrapper-index .section-vimic-ai .player-group img.for-pc {
    height: 100%;
    width: auto;
  }
}
.wrapper-index .section-vimic-ai .player-group button {
  left: -2rem;
}
.wrapper-index .section-data-fridge {
  padding: 3.75rem 0 4rem 0;
  font-family: "Century Gothic";
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-data-fridge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.wrapper-index .section-data-fridge .title-and-link {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-data-fridge .title-and-link {
    margin-bottom: 1.5rem;
  }
}
.wrapper-index .section-data-fridge .title-and-link .title-h2-other-img {
  display: block;
  height: 3.75rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-data-fridge .title-and-link .title-h2-other-img {
    height: 2.75rem;
    width: auto;
    margin-bottom: 1.5rem;
  }
}
.wrapper-index .section-data-fridge .title-and-link a {
  left: calc(50% + 201px);
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-data-fridge .title-and-link a {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper-index .section-data-fridge .title-and-link .title-h3-other {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-data-fridge .title-and-link .title-h3-other {
    font-size: 1.25rem;
    line-height: 2.25rem;
    color: #848484;
    text-align: center;
    margin-bottom: 1.25rem;
    display: block;
  }
}
.wrapper-index .section-data-fridge .title-h3-other {
  font-size: 1.25rem;
  line-height: 2.75rem;
  color: #848484;
  text-align: center;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-data-fridge .title-h3-other {
    line-height: 2.25rem;
    margin-bottom: 0;
    display: none;
  }
}
.wrapper-index .section-data-fridge .frame-l:last-of-type {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .section-data-fridge .frame-l:last-of-type {
    flex-direction: column-reverse;
  }
}
.wrapper-index .section-data-fridge .player-group {
  width: 50%;
  height: 573px;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .section-data-fridge .player-group {
    width: 100%;
    height: 26rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-data-fridge .player-group {
    width: 100%;
    height: 15rem;
  }
}
.wrapper-index .section-data-fridge .player-group img {
  width: 62.5rem;
  height: auto;
  position: absolute;
  right: 4.1875rem;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .section-data-fridge .player-group img {
    height: 100%;
    width: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.wrapper-index .section-data-fridge .player-group .btn-player {
  right: 121px;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .section-data-fridge .player-group .btn-player {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.wrapper-index .section-data-fridge .collapse-group {
  width: 50%;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .section-data-fridge .collapse-group {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.375rem;
  }
}
.wrapper-index .section-data-fridge .collapse .collapse-head {
  padding: 20px 0;
  width: 100%;
  text-align: left;
  font-family: "Century Gothic";
  cursor: pointer;
}
.wrapper-index .section-data-fridge .collapse .collapse-head .para {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #5C5C5C;
  font-weight: 700;
}
.wrapper-index .section-data-fridge .collapse .collapse-body {
  max-height: 1px;
  overflow: hidden;
  position: relative;
  padding: 0;
  transition: max-height 0.15s ease-out, padding 0.15s ease-out, margin 0.15s ease-out;
}
.wrapper-index .section-data-fridge .collapse .collapse-body:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #CFCFCF;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper-index .section-data-fridge .collapse .collapse-body.open {
  max-height: 500px !important;
  transition: max-height 0.15s ease-out, padding 0.15s ease-out, margin 0.15s ease-out;
}
.wrapper-index .section-data-fridge .collapse .collapse-body.open:after {
  display: none;
}
.wrapper-index .section-data-fridge .collapse .collapse-body p {
  background-color: #F1F1F1;
  padding: 18px;
  line-height: 2rem;
  border-radius: 10px;
  margin-top: 1px;
  color: #131313;
}
.wrapper-index .section-data-fridge .collapse .collapse:first-child .collapse-body {
  max-height: 500px;
  padding: 18px;
}
.wrapper-index .section-data-fridge .collapse .collapse:last-of-type .collapse-body::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.wrapper-index .section-our-product {
  padding: 4.25rem 0 0 0;
  color: #ffffff;
  text-align: center;
  background-color: #191A1F;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-image: url("../images/bg-tai-stock.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product {
    padding-top: 2.5rem;
  }
}
.wrapper-index .section-our-product .title-and-text-group {
  position: relative;
}
.wrapper-index .section-our-product .title-and-link {
  margin-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .title-and-link {
    margin-bottom: 1.25rem;
  }
}
.wrapper-index .section-our-product .title-and-link img {
  height: 3.75rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .title-and-link img {
    height: 2.75rem;
    margin-bottom: 2.25rem;
  }
}
.wrapper-index .section-our-product .title-and-link a {
  left: calc(50% + 195px);
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .title-and-link a {
    position: static;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper-index .section-our-product .text-group {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5.25rem;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .text-group {
    position: static;
    left: auto;
    transform: none;
  }
}
.wrapper-index .section-our-product .text-group .title-h3-white {
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .text-group .title-h3-white {
    line-height: 2.25rem;
    margin-bottom: 0.625rem;
  }
}
.wrapper-index .section-our-product .text-group .para {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .text-group .para {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .title-and-link + .text-group {
    display: none;
  }
}
.wrapper-index .section-our-product .d-flex-j-center-a-start .text-group {
  display: none;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .d-flex-j-center-a-start .text-group {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .d-flex-j-center-a-start {
    flex-direction: column;
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 440px) {
  .wrapper-index .section-our-product .d-flex-j-center-a-start {
    flex-direction: column;
    padding-bottom: 215dvw;
  }
}
.wrapper-index .section-our-product .info-group {
  width: 50%;
  text-align: center;
  height: 37.5rem;
}
@media screen and (max-width: 1200px) {
  .wrapper-index .section-our-product .info-group {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .info-group {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.wrapper-index .section-our-product .info-group .text-box {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .info-group .text-box {
    display: none;
  }
}
.wrapper-index .section-our-product .info-group .title-h2-other {
  height: 3.75rem;
  width: auto;
  margin-bottom: 1.5rem;
}
.wrapper-index .section-our-product .info-group .title-h3-white {
  line-height: 1.5em;
}
.wrapper-index .section-our-product .info-group .para {
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-height: 768px) {
  .wrapper-index .section-our-product .info-group .para {
    margin-bottom: 0;
  }
}
.wrapper-index .section-our-product .info-group .title-h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .info-group .title-h4 {
    font-size: 1.25rem;
  }
}
.wrapper-index .section-our-product .info-group .info-para {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .info-group .info-para {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.wrapper-index .section-our-product .info-group .info-para:last-of-type {
  margin-bottom: 0;
}
.wrapper-index .section-our-product .info-group .info-para-letter-space {
  letter-spacing: -1px;
}
.wrapper-index .section-our-product .info-group .btn-normal-white {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .info-group .btn-normal-white {
    margin-bottom: 1.25rem;
    position: absolute;
    bottom: 1rem;
  }
}
.wrapper-index .section-our-product .info-group .btn-normal-white:hover {
  background-color: rgba(224, 47, 55, 0.8);
  border: 0;
  color: #fff;
}
.wrapper-index .section-our-product .image-group {
  width: 50%;
  height: 1px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .wrapper-index .section-our-product .image-group {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .image-group {
    width: 100%;
  }
}
.wrapper-index .section-our-product .image-group img {
  width: 400px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 1239px) {
  .wrapper-index .section-our-product .image-group img {
    width: 19.5rem;
  }
}
@media screen and (max-width: 920px) {
  .wrapper-index .section-our-product .image-group img {
    width: 18.75rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .image-group img {
    width: 100%;
    max-width: 23.4375rem;
    top: 2rem;
  }
}
.wrapper-index .section-our-product .swiper-our-product-group {
  overflow: hidden;
  padding-bottom: 4.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .swiper-our-product-group {
    padding-bottom: 0;
  }
}
.wrapper-index .section-our-product .swiper-our-product-group .swiper-pagination {
  width: 100%;
  font-size: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-our-product .swiper-our-product-group .swiper-pagination {
    bottom: 7rem;
  }
}
.wrapper-index .section-our-services {
  background-image: url("../images/bg-our-services.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0 0 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-our-services {
    padding-top: 2.75rem;
  }
}
.wrapper-index .section-our-services .frame-l {
  padding-bottom: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.wrapper-index .section-our-services .title-h2-white {
  position: relative;
  margin-bottom: 2.25rem;
  font-family: "Century Gothic";
  font-weight: 650;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-our-services .title-h2-white {
    line-height: 1;
    margin-bottom: 2.75rem;
  }
}
.wrapper-index .section-our-services .title-h2-white:after {
  width: 7.1875rem;
}
.wrapper-index .section-our-services .title-h3-white {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-our-services .title-h3-white {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}
.wrapper-index .section-our-services .para {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 5.25rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-our-services .para {
    font-size: 1.125rem;
    line-height: 1.5em;
    margin-bottom: 1.875rem;
  }
}
.wrapper-index .section-our-services .info-group {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-our-services .info-group {
    justify-content: space-between;
    margin-bottom: 2.5rem;
    gap: 1.25rem;
  }
}
.wrapper-index .section-our-services .info-group:last-of-type {
  margin-bottom: 0;
}
.wrapper-index .section-our-services .info-group .info {
  margin-bottom: 1rem;
  text-align: center;
  width: 12.5rem;
}
@media screen and (max-width: 1440px) {
  .wrapper-index .section-our-services .info-group .info {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-our-services .info-group .info {
    width: calc(50% - 10px);
  }
}
.wrapper-index .section-our-services .info-group .info .img-box {
  margin: 0 auto 1rem auto;
  width: 5rem;
  height: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-our-services .info-group .info .img-box {
    width: 4rem;
    height: 4rem;
  }
}
.wrapper-index .section-our-services .info-group .info .img-box img {
  width: 100%;
  height: auto;
}
.wrapper-index .section-our-services .info-group h4 {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-our-services .info-group h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
.wrapper-index .section-our-services .info-group .info-para {
  font-size: 1rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-our-services .info-group .info-para {
    font-size: 1rem;
    line-height: 1.5rem;
    display: none;
  }
}
.wrapper-index .section-our-services .swiper {
  padding-bottom: 9rem;
}
.wrapper-index .section-our-services .swiper .swiper-pagination {
  bottom: 4rem;
}
.wrapper-index .section-projects {
  padding: 5rem 0 3.5rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-projects {
    padding: 2.5rem 0 2.5rem 0;
  }
}
@media screen and (max-width: 959px) {
  .wrapper-index .section-projects .frame-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wrapper-index .section-projects .title-h2-black {
  font-weight: 700;
  margin-bottom: 3rem;
}
.wrapper-index .section-projects .title-h2-black:after {
  width: 7.25rem;
  left: 50%;
  bottom: -0.5rem;
}
.wrapper-index .section-projects .title-h3-other {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 3.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-projects .title-h3-other {
    line-height: 2.25rem;
    margin-bottom: 1.875rem;
  }
}
.wrapper-index .section-projects .btn-normal-red {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-projects .component-projects-info-group .info:nth-child(5),
  .wrapper-index .section-projects .component-projects-info-group .info:nth-child(6),
  .wrapper-index .section-projects .component-projects-info-group .info:nth-child(7),
  .wrapper-index .section-projects .component-projects-info-group .info:nth-child(8),
  .wrapper-index .section-projects .component-projects-info-group .info:nth-child(9) {
    display: none;
  }
}
.wrapper-index .section-client {
  background-color: #000000;
  padding: 4.5rem 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.wrapper-index .section-client:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-client.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client .frame-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wrapper-index .section-client .title-h2-white {
  margin-bottom: 2.5rem;
  font-family: "Century Gothic";
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client .title-h2-white {
    margin-bottom: 2rem;
  }
}
.wrapper-index .section-client .title-h2-white:after {
  bottom: 3px;
}
.wrapper-index .section-client .title-h3-white {
  margin-bottom: 3.75rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client .title-h3-white {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 1.875rem;
  }
}
.wrapper-index .section-client .title-h3-white br {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client .title-h3-white br {
    display: inline;
  }
}
.wrapper-index .section-client h4 {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 350;
  margin-bottom: 3.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client h4 {
    margin-bottom: 2.125rem;
  }
}
.wrapper-index .section-client h4::after {
  content: "";
  display: inline-block;
  width: calc(100% + 0.5rem);
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client h4::after {
    width: 100%;
    bottom: -7px;
  }
}
.wrapper-index .section-client .logo-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  justify-content: flex-start;
}
@media screen and (max-width: 1159px) {
  .wrapper-index .section-client .logo-group {
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client .logo-group {
    gap: 3rem 1.25rem;
  }
}
@media screen and (max-width: 450px) {
  .wrapper-index .section-client .logo-group {
    gap: 3rem 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-index .section-client .logo-group {
    gap: 1.25rem 0.75rem;
  }
}
.wrapper-index .section-client .logo-group:first-of-type {
  padding-bottom: 4.875rem;
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client .logo-group:first-of-type {
    padding-bottom: 2.875rem;
  }
}
.wrapper-index .section-client .logo-group .img-box {
  width: 20%;
  text-align: center;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1159px) {
  .wrapper-index .section-client .logo-group .img-box {
    height: 6rem;
    width: 30%;
    padding: 0 2.5rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client .logo-group .img-box {
    height: 1.875rem;
    padding: 0;
  }
}
.wrapper-index .section-client .logo-group .img-box img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1159px) {
  .wrapper-index .section-client .logo-group .img-box img {
    width: 100%;
    height: auto;
    transform: scale(0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1158px) {
  .wrapper-index .section-client .logo-group .img-box img {
    width: 100%;
    height: auto;
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client .logo-group .img-box img {
    width: 100%;
    height: auto;
    transform: scale(0.8);
  }
}
.wrapper-index .section-client .logo-group .img-box-other {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1158px) {
  .wrapper-index .section-client .logo-group .img-box-other img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
  }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  .wrapper-index .section-client .logo-group .img-box-other img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media screen and (max-width: 450px) {
  .wrapper-index .section-client .logo-group .img-box-other img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
  }
}
.wrapper-index .section-client .logo-group .img-box-other-2 {
  position: relative;
}
.wrapper-index .section-client .logo-group .img-box-other-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}
@media screen and (min-width: 768px) and (max-width: 1158px) {
  .wrapper-index .section-client .logo-group .img-box-other-2 img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
  }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  .wrapper-index .section-client .logo-group .img-box-other-2 img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media screen and (max-width: 450px) {
  .wrapper-index .section-client .logo-group .img-box-other-2 img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
  }
}
.wrapper-index .section-client .logo-group .img-box-other-wra {
  position: relative;
}
.wrapper-index .section-client .logo-group .img-box-other-wra img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
}
@media screen and (min-width: 768px) and (max-width: 1158px) {
  .wrapper-index .section-client .logo-group .img-box-other-wra img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
  }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  .wrapper-index .section-client .logo-group .img-box-other-wra img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
  }
}
@media screen and (max-width: 450px) {
  .wrapper-index .section-client .logo-group .img-box-other-wra img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
  }
}
.wrapper-index .section-client .logo-group .img-box-s {
  position: relative;
}
.wrapper-index .section-client .logo-group .img-box-s img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
}
@media screen and (max-width: 1159px) {
  .wrapper-index .section-client .logo-group .img-box-s img {
    transform: translate(-50%, -50%) scale(0.35);
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client .logo-group .img-box-s img {
    width: 40%;
    height: auto;
    transform: translate(-50%, -50%) scale(1.85);
  }
}
.wrapper-index .section-client .logo-group .img-box-l {
  position: relative;
}
.wrapper-index .section-client .logo-group .img-box-l img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
@media screen and (max-width: 1159px) {
  .wrapper-index .section-client .logo-group .img-box-l img {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
@media screen and (max-width: 768px) {
  .wrapper-index .section-client .logo-group .img-box-l img {
    width: 40%;
    height: auto;
    transform: translate(-50%, -50%) scale(1);
  }
}
.wrapper-index .section-client .logo-group .img-box-w {
  position: relative;
}
.wrapper-index .section-client .logo-group .img-box-w img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}
@media screen and (max-width: 1159px) {
  .wrapper-index .section-client .logo-group .img-box-w img {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .wrapper-index .section-client .logo-group .img-box-w img {
    width: 40%;
    height: auto;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.wrapper-index .section-client .logo-group .img-box-mobile {
  position: relative;
}
@media screen and (max-width: 450px) {
  .wrapper-index .section-client .logo-group .img-box-mobile img {
    width: 40%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2.5);
  }
}
.wrapper-index .popup-video-group {
  height: auto;
}
.wrapper-index .popup-video-group .popup-body-group {
  height: auto;
}

.wrapper-inner * {
  transition: all 0.15s;
}
.wrapper-inner header {
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.wrapper-inner header .frame-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .wrapper-inner header .frame-l {
    max-width: 100%;
    padding: 0;
  }
}
.wrapper-inner header .logo {
  height: 2rem;
  width: 6.875rem;
  background-image: url("../images/logo-mdbs-color.svg");
  background-position: 0 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrapper-inner header .logo a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.wrapper-inner header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .wrapper-inner header ul {
    display: none;
  }
}
.wrapper-inner header ul .nav-link {
  color: #5C5C5C;
  transition: all 0.3s;
  font-size: 1.125rem;
  line-height: 1.2;
}
.wrapper-inner header ul .nav-link img {
  width: 1.75rem;
  height: auto;
}
.wrapper-inner header ul .nav-link:hover {
  color: #E02F37;
}
.wrapper-inner header ul .nav-mail {
  margin-right: 1rem;
}
.wrapper-inner header ul .nav-link.active {
  color: #D81222;
  font-weight: 600;
}
.wrapper-inner header .icon-menu {
  width: 2rem;
  height: 2rem;
  background-image: url("../images/icon-burger-menu-deep.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (max-width: 1200px) {
  .wrapper-inner header .icon-menu {
    display: inline-block;
  }
}
.wrapper-inner .header[data-status=scrolled] {
  background-color: rgba(204, 0, 0, 0.8);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.wrapper-inner .header[data-status=scrolled] .logo {
  background-image: url("../images/logo-mdbs.svg");
}
@media screen and (max-width: 1200px) {
  .wrapper-inner .header[data-status=scrolled] .logo {
    margin-left: 0;
    height: 40px;
    width: 138px;
  }
}
.wrapper-inner .header[data-status=scrolled] .frame-l {
  max-width: 100%;
}
.wrapper-inner .header[data-status=scrolled] .nav-link {
  color: #fff;
}
.wrapper-inner .header[data-status=scrolled] .nav-mail, .wrapper-inner .header[data-status=scrolled] .nav-line {
  width: 1.75rem;
  height: 1.75rem;
  background: url(../images/icon-mail.svg) no-repeat center center/contain;
}
.wrapper-inner .header[data-status=scrolled] .nav-mail img, .wrapper-inner .header[data-status=scrolled] .nav-line img {
  display: none;
}
.wrapper-inner .header[data-status=scrolled] .nav-line {
  background: url(../images/img-logo-line.svg) no-repeat center center/contain;
}
.wrapper-inner .header[data-status=scrolled] .icon-menu {
  background-image: url("../images/icon-burger-menu-white.svg");
}
.wrapper-inner .header.header-smaller .logo {
  height: 2rem;
  width: 6.875rem;
}
.wrapper-inner .header.header-smaller .logo a {
  width: 100%;
  height: 100%;
}
.wrapper-inner header + .container {
  padding-top: 5.5rem;
}
.wrapper-inner .section-projects {
  padding-top: 3.75rem;
}
.wrapper-inner .section-projects > .frame-l {
  padding-top: 3.75rem;
}
@media screen and (max-width: 959px) {
  .wrapper-inner .section-projects > .frame-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wrapper-inner .section-projects .title-h2-black {
  font-weight: 700;
  margin-bottom: 3.5rem;
  color: #131313;
  font-family: "Century Gothic";
}
.wrapper-inner .section-projects .title-h2-black:after {
  width: 7.25rem;
  left: calc(50% - 14px);
  bottom: -0.5rem;
}
.wrapper-inner .section-projects h2 + p {
  font-size: 1.5rem;
  line-height: 1;
  color: #131313;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.75rem;
}
.wrapper-inner .section-projects h3 {
  margin-bottom: 2.25rem;
}
.wrapper-inner .section-projects h3:after {
  width: 4.5rem;
}
.wrapper-inner .section-projects .title-h3-inner-other:after {
  width: 7rem;
}
.wrapper-inner .section-projects .component-projects-info-group {
  margin-bottom: 2.75rem;
}
.wrapper-inner .section-projects .component-projects-info-group:last-of-type {
  margin-bottom: 4.5rem;
}

.popup-box {
  width: 100%;
  height: 100%;
  max-width: 65rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup-box:after {
  content: "";
  display: inline-block;
  width: 101dvw;
  height: 101dvh;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.popup-group {
  width: 100%;
  height: calc(100dvh - 240px);
  margin: 0 auto;
  border-radius: 1.25rem;
  background-color: #FDFDFD;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.popup-group ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.popup-group ::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 4px;
}
.popup-group ::-webkit-scrollbar-thumb {
  background: #7A95AF;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .popup-group {
    height: calc(100dvh - 40px);
  }
}
.popup-group .popup-header-group {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 0.75rem 0.75rem 0.25rem 0.5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .popup-group .popup-header-group {
    padding-top: 1.625rem;
    padding-bottom: 1.25rem;
  }
}
.popup-group .popup-header-group button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/btn-close.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup-group .popup-header-group .title-h2-popup {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 600;
  text-align: center;
}
.popup-group .popup-body-group {
  padding: 0 3.75rem 1.25rem 3.75rem;
  flex: 1 0 auto;
  height: calc(100% - 42px - 120px);
  overflow-y: auto;
  position: relative;
  width: calc(100% - 1rem);
}
@media screen and (max-width: 1023px) {
  .popup-group .popup-body-group {
    padding: 0 1.25rem 0 1.25rem;
    height: calc(100% - 76px - 94px);
  }
}
@media screen and (max-width: 767px) {
  .popup-group .popup-body-group {
    width: calc(100% - 0.5rem);
    padding: 0 0.75rem 0 1.25rem;
  }
}
.popup-group .popup-body-group .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .popup-group .popup-body-group .img-box {
    height: auto;
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .popup-group .popup-body-group .img-box {
    padding: 0 0 0.75rem 0;
    margin-bottom: 0.75rem;
  }
}
.popup-group .popup-body-group .img-box img {
  height: 4rem;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .popup-group .popup-body-group .img-box img {
    height: 2.5rem;
    width: auto;
  }
}
.popup-group .popup-body-group .img-box img[alt=MTnewswires] {
  width: 18rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .popup-group .popup-body-group .img-box img[alt=MTnewswires] {
    width: 12rem;
    height: auto;
  }
}
.popup-group .popup-body-group h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #b2b2b2;
  padding: 0 0 1.25rem 0;
}
.popup-group .popup-body-group .para-box {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .popup-group .popup-body-group .para-box {
    background-color: #F1F1F1;
    padding: 0.5rem 0.75rem;
  }
}
.popup-group .popup-body-group p {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .popup-group .popup-body-group p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.popup-group .popup-body-group p:last-of-type {
  margin-bottom: 0;
}
.popup-group .popup-body-group p + img {
  display: block;
  width: 26.25rem;
  height: auto;
  margin-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .popup-group .popup-body-group p + img {
    width: 100%;
  }
}
.popup-group .popup-body-group .img-view {
  width: 100%;
}
.popup-group .popup-footer-group {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .popup-group .popup-footer-group {
    padding-bottom: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .popup-group .popup-footer-group button {
    width: 100%;
    max-width: 18.75rem;
  }
}

.popup-video-group {
  background-color: rgba(0, 0, 0, 0);
}
.popup-video-group .popup-header-group button {
  background-image: url("../images/btn-close-white.svg");
}
.popup-video-group .popup-body-group {
  padding-left: 0;
  padding-right: 0;
}
.popup-video-group .iframe-box {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}
.popup-video-group .iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-img-group {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .popup-img-group {
    height: 35dvh;
  }
}
.popup-img-group .popup-header-group button {
  background-image: url("../images/btn-close-white.svg");
}
.popup-img-group .popup-body-group img {
  display: block;
  position: relative;
  background-color: #ffffff;
  border: 4px solid #ffffff;
}

.ytp-button,
button[aria-label=播放影片],
.ytmCuedOverlayPlayButton {
  opacity: 0 !important;
}/*# sourceMappingURL=style.css.map */