@charset "UTF-8";
@-webkit-keyframes grow {
  0% {
    height: 0;
  }
  to {
    height: 50%;
  }
}
@keyframes grow {
  0% {
    height: 0;
  }
  to {
    height: 50%;
  }
}
@-webkit-keyframes move {
  0% {
    top: 0;
  }
  to {
    top: 100%;
  }
}
@keyframes move {
  0% {
    top: 0;
  }
  to {
    top: 100%;
  }
}
#home .p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
}
#home .label {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
}
#home .text-red {
  color: #e42020;
}
#home .bg-grad {
  background: linear-gradient(180deg, #e7feff, #deedff);
}
#home .bg-grad-black {
  background: linear-gradient(1turn, rgba(4, 29, 58, 0.8), rgba(4, 29, 58, 0));
}
@media (min-width: 992px) {
  #home .h-lg-100 {
    height: 100%;
  }
}
#home .bar-scroll {
  width: 2px;
  height: 100px;
  background: #f8f8f8;
  right: 20px;
  bottom: -50px;
  z-index: 3;
  overflow: hidden;
}
#home .bar-scroll .bar {
  background: #107dfd;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-animation: grow 1.6s linear infinite, move 1.6s linear infinite;
  animation: grow 1.6s linear infinite, move 1.6s linear infinite;
}
#home .swiper-pagination {
  padding-left: 20px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  #home .swiper-pagination {
    padding-left: 100px;
    padding-bottom: 20px;
  }
}
#home .swiper-pagination.swiper-pagination-bullets {
  text-align: left;
  bottom: 0;
}
#home .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  vertical-align: middle;
  margin: 0 3px;
  opacity: 1;
}
@media (min-width: 992px) {
  #home .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}
#home .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
#home .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #107dfd;
  border: 1px solid #107dfd;
}
#home .brick-pd {
  background: linear-gradient(180deg, #e7feff, #deedff);
}
#home .brick-pd:hover .text {
  color: #2b75cc;
}
#home .brick-pd:hover .brick-pd-img {
  transform: scale(1.05);
}
#home .brick-pd .brick-pd-img {
  height: calc(100% - 48px);
  padding: 10px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  #home .brick-pd .brick-pd-img {
    padding: 20px;
  }
}
#home .brick-pd .brick-pd-img img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
#home .brick-pd .brick-pd-img .img {
  height: 100%;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#home .brick-pd .brick-pd-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 3px;
  color: #333;
  height: 48px;
}
@media (min-width: 992px) {
  #home .brick-pd .brick-pd-text {
    padding: 10px 0;
    font-size: 18px;
    line-height: 27px;
  }
}
#home .block-title .text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 3px;
  color: #2b75cc;
}
#home .block-title .text-en {
  font-family: Arial Narrow, Helvetica, Verdana, Arial, noto-sans-cjk-jp, Noto Sans TC, 微軟正黑體修正, 微軟正黑體, Microsoft JhengHei, 儷黑 Pro, LiHei Pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #2b75cc;
}
@media (min-width: 992px) {
  #home .block-title .text-en {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (min-width: 1300px) {
  #home .block-title .text-en {
    font-size: 56px;
    line-height: 64px;
  }
}
#home .block-buying_guide .content-space.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
#home .block-buying_guide .form-check-inline .form-check-input {
  margin: 0;
  position: absolute;
}
#home .block-buying_guide .form-lh {
  line-height: 30px;
}
#home .block-buying_guide .form-pre {
  line-height: 30px;
  padding-right: 10px;
}
#home .block-buying_guide .form-unit {
  line-height: 30px;
  padding-left: 10px;
}
#home .block-buying_guide .bg-grad {
  left: -100px;
  right: -100vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#home .block-buying_guide .guide-title {
  color: #2b75cc;
}
#home .block-buying_guide .guide-title mt, #home .block-buying_guide .guide-title span {
  vertical-align: middle;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 3px;
  color: #2b75cc;
}
#home .block-buying_guide .guide-title .strong {
  color: #2b75cc;
  font-size: 48px;
  line-height: 1;
  margin-right: 15px;
  margin-left: -0.25em;
}
#home .block-buying_guide .guide-form {
  border-left: 1px solid #2b75cc;
  padding-left: 30px;
  margin-bottom: 10px;
}
#home .block-news {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  #home .block-news {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  #home .block-news .bg-grad {
    right: 0;
    top: -150px;
    bottom: -150px;
    width: 100vw;
    z-index: -1;
  }
}
#home .block-news .block-news-bg-grad-m {
  top: -40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#home .item-news {
  border-bottom: 1px solid #c3dfeb;
}
#home .item-news:hover .item-news-text {
  color: #2b75cc;
}
#home .item-news-date {
  font-family: Arial Narrow, Helvetica, Verdana, Arial, noto-sans-cjk-jp, Noto Sans TC, 微軟正黑體修正, 微軟正黑體, Microsoft JhengHei, 儷黑 Pro, LiHei Pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #2b75cc;
}
#home .cases {
  max-width: 500px;
}
@media (min-width: 992px) {
  #home .cases {
    max-width: 100%;
  }
}
#home .item-case {
  cursor: pointer;
  overflow: hidden;
}
#home .item-case .imgframe {
  background-size: cover;
  transition: all 0.3s ease;
  transform: scale(1.00001);
}
#home .item-case:hover .imgframe {
  transform: scale(1.05);
}
#home .item-case .bg-grad-black {
  top: 55%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#home .item-case-foot {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#home .item-case-foot .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 5px;
  font-style: normal;
  text-align: center;
  color: #f8f8f8;
}
#home .item-case-foot .desc {
  font-style: normal;
  text-align: center;
  color: #f8f8f8;
  border-top: 1px solid #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
#home .block-video .tabs {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 992px) {
  #home .block-video .tabs {
    margin: 0;
  }
}
#home .block-video .bg {
  background: #f0f3f8;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50px;
}
@media (min-width: 992px) {
  #home .block-video .bg {
    top: 0;
  }
}
#home .block-video .item-video {
  cursor: pointer;
}
#home .block-video .item-video:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  display: none;
}
@media (min-width: 992px) {
  #home .block-video .item-video:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    display: block !important;
  }
}
#home .block-video .item-video:hover .p {
  color: #2b75cc;
}
#home .block-video .item-video:hover .item-video-img .imgframe {
  transform: scale(1.05);
}
#home .block-video .item-video:hover .item-video-img .imgframe.thumbnail-mqdefault {
  transform: scale(1.08);
}
#home .block-video .item-video .icon-play {
  bottom: 10px;
  right: 10px;
}
#home .block-video .item-video-img {
  overflow: hidden;
}
#home .block-video .item-video-img .imgframe {
  transition: all 0.3s ease;
  transform: scale(1.00001);
}
#home .block-video .item-video-img .imgframe.thumbnail-mqdefault {
  transform: scale(1.03);
}
#home .link-block {
  padding: 20px;
  height: 100%;
  text-align: center;
  border: 1px solid #ccc;
  display: block;
}
@media (min-width: 992px) {
  #home .link-block {
    padding: 20px 50px;
  }
}
#home .link-block:hover .h4 {
  color: #2b75cc;
}
#home .link-block:hover svg * {
  fill: #2b75cc;
}
#home .indexpage a.button,
#home .button.commend__button.submit {
  padding: 6px 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #f8f8f8;
  background: #107dfd;
}
#home .indexpage a.button:hover,
#home .button.commend__button.submit:hover {
  background: #333;
}
#home .mr-p75 {
  margin-right: 0.75em;
}
#home .block-guide-bg-grad-m {
  left: 20px;
  right: 0;
  max-height: 300px;
}
#home .product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 992px) {
  #home .product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
#home .brick-pd {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: linear-gradient(180deg, #e7feff, #deedff);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 260px;
}
#home .brick-pd:first-child {
  grid-column: span 2;
}
@media (min-width: 992px) {
  #home .brick-pd:first-child {
    grid-column: span 2;
  }
}
#home .brick-pd:hover .brick-pd-img img {
  transform: scale(1.05);
}
#home .brick-pd:hover .brick-pd-text {
  color: #2b75cc;
}
#home .brick-pd .brick-pd-img {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 10px 20px;
}
#home .brick-pd .brick-pd-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  #home .brick-pd .brick-pd-img {
    height: 250px;
  }
}
#home .brick-pd .brick-pd-text {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  padding: 5px 10px 15px 10px;
  color: #333;
}
@media (min-width: 992px) {
  #home .brick-pd .brick-pd-text {
    font-size: 18px;
    min-height: 72px;
  }
}
#home .block-title .text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #2b75cc;
}
#home .block-title .text-en {
  font-family: Arial Narrow, Helvetica, Verdana, Arial, noto-sans-cjk-jp, Noto Sans TC, 微軟正黑體修正, 微軟正黑體, Microsoft JhengHei, 儷黑 Pro, LiHei Pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #2b75cc;
}
@media (min-width: 992px) {
  #home .block-title .text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 3px;
    color: #2b75cc;
    padding-top: 20%;
  }
  #home .block-title .text-en {
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
    padding-bottom: 30px;
  }
}
#home a.button, #home .button.commend__button.submit {
  padding: 6px 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #f8f8f8;
  background: #107dfd;
}

.header-d,
.header-m {
  font-family: Roboto, Helvetica, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: 24px;
  -webkit-font-smoothing: auto;
}
.header-d .container,
.header-m .container {
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
}
.header-d .header-top .logo img,
.header-m .header-top .logo img {
  vertical-align: middle;
}
.header-d .header-top .toplink a,
.header-m .header-top .toplink a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/*# sourceMappingURL=index.css.map */
