@font-face {
  font-family: "Noto_Sans_TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Poppins Bold";
  src: url("fonts/Poppins/Poppins-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Righteous";
  src: url("fonts/Righteous/Righteous-Regular.ttf") format("opentype");
}
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  border: 2px solid white;
}

html {
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #333 !important;
  counter-reset: num;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif !important;
}
body.modal-open {
  overflow: hidden;
}
@media (min-width: 769px) {
  body {
    font-size: 18px;
  }
}
body p, body ul, body li {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.07rem;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark, body .mark {
  color: #cc0000 !important;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2rem;
}
body .imp {
  color: red;
  font-size: 1.25rem;
}
body .block-caption {
  font-size: 1.6rem;
  display: flex;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
body .block-caption:before {
  display: inline-flex;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #ff0000;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 10px;
}
body .text-danger {
  color: red !important;
}
body .btn {
  padding: 0.8rem 1.3rem;
  border-radius: 8px;
  font-size: 1rem;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
body .btn-sm {
  padding: 0.6rem 1.3rem !important;
}
body .btn-none {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
body .btn-primary {
  background-color: #ff0000 !important;
  color: white !important;
  padding: 0.65rem 3rem;
  font-size: 1.1rem;
  border: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
}
body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
  background-color: #f0f0f0 !important;
  color: #ff0000 !important;
}
body .btn-outline-primary {
  background-color: transparent !important;
  color: #333 !important;
  padding: 0.65rem 3rem;
  font-size: 1.1rem;
  border: 1px solid #333;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
}
body .btn-outline-primary:hover, body .btn-outline-primary:active, body .btn-outline-primary:focus {
  background-color: #333 !important;
  color: white !important;
  border: 1px solid #333;
}
body .btn-secondary {
  background-color: #666;
  color: white;
  border: 0;
}
body .btn-secondary:hover, body .btn-secondary:active, body .btn-secondary:focus {
  background-color: #222 !important;
  color: white !important;
}
body .btn-send {
  color: #ff0000;
  border: 0;
}
body .btn-send i {
  font-size: 1.5rem;
}
body .btn-send:hover, body .btn-send:active, body .btn-send:focus {
  background-color: #ff0000;
  color: white;
  border: 0;
}
body .btn-refresh {
  font-size: 1.6rem;
  color: #999;
  padding: 0 !important;
  border: 0 !important;
  transition: all 0.3s linear;
}
body .btn-refresh:hover, body .btn-refresh:active, body .btn-refresh:focus {
  transform: rotate(180deg);
  transform-origin: center;
  color: #ff0000;
}
body .btn-play {
  border: 0;
  background-color: transparent;
  color: #ff0000;
  display: flex;
  align-items: center;
}
body .btn-play i {
  font-size: 2rem;
  background-color: white;
  border-radius: 50%;
  position: relative;
  width: 31px;
  height: 31px;
  z-index: 0;
}
body .btn-play i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}
body .btn-play i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 50%;
  background-color: white;
  border: 5px solid #ff0000;
  box-shadow: 0 0 15px rgba(180, 1, 59, 0.7);
  z-index: -1;
  transition: all 0.3s linear;
}
body .btn-play:hover i:after {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 3.5) !important;
  }
}

.related {
  padding: 3rem 0;
}
.related .block-title {
  font-size: 1.1rem;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.related .block-title:after {
  content: "/";
  display: inline-flex;
  margin-left: 0.5rem;
}
.related .block-subtitle {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .related .block-title {
    font-size: 1.2rem;
  }
  .related .block-subtitle {
    font-size: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .related {
    padding: 4.5rem 0;
  }
  .related .block-title {
    font-size: 1.3rem;
  }
  .related .block-subtitle {
    font-size: 2rem;
  }
}

.basic .p-info .patent-box .title, .basic .p-info .p-name, .p-list .p-txt .p-title, .related .block-title {
  font-family: "Righteous", Arial, "Noto Sans TC", sans-serif !important;
}

.related .block-subtitle b {
  font-family: "Poppins Bold", Arial, "Noto Sans TC", sans-serif !important;
}

.modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.modal .modal-dialog .modal-content {
  border: 0;
}
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.p-list {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}
.p-list:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  content: "";
  background-color: #ff0000;
  border-radius: 7px;
  z-index: 0;
  display: none;
  transition: all 0.3s linear;
}
.p-list .icon-more {
  position: absolute;
  right: -200px;
  top: -1px;
  width: 80px;
  height: 80px;
  content: "";
  background-color: #ff0000;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 5;
  opacity: 0;
  transition: all 0.3s linear;
}
.p-list .icon-more i {
  font-size: 1.2rem;
  color: white;
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
}
.p-list:hover, .p-list:active, .p-list:focus {
  border-radius: 7px;
}
.p-list:hover .icon-more, .p-list:active .icon-more, .p-list:focus .icon-more {
  right: -1px;
  opacity: 0;
}
@media (min-width: 769px) {
  .p-list:hover .icon-more, .p-list:active .icon-more, .p-list:focus .icon-more {
    opacity: 1;
  }
}
.p-list:hover:after, .p-list:active:after, .p-list:focus:after {
  width: 100%;
  background: -webkit-linear-gradient(bottom left, rgb(255, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(bottom left, rgb(255, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to top right, rgb(255, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 0;
}
.p-list:hover .p-txt .p-title,
.p-list:hover .p-txt .p-subtitle, .p-list:active .p-txt .p-title,
.p-list:active .p-txt .p-subtitle, .p-list:focus .p-txt .p-title,
.p-list:focus .p-txt .p-subtitle {
  color: #ff0000;
}
.p-list:hover .p-txt .p-title:before,
.p-list:hover .p-txt .p-subtitle:before, .p-list:active .p-txt .p-title:before,
.p-list:active .p-txt .p-subtitle:before, .p-list:focus .p-txt .p-title:before,
.p-list:focus .p-txt .p-subtitle:before {
  background-color: white;
}
.p-list .p-img {
  text-align: center;
  padding: 0 1rem;
  z-index: 1;
}
.p-list .p-img img {
  height: 250px;
  width: auto;
}
.p-list .p-txt {
  padding: 1.5rem 0;
  z-index: 1;
}
.p-list .p-txt .p-title {
  font-size: 1.67rem;
  color: #ff0000;
  text-align: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s linear;
}
.p-list .p-txt .p-subtitle {
  font-size: 1rem;
  color: #333;
  display: none;
  position: relative;
  padding: 0.2rem 0.2rem 0.2rem 15px;
  margin: 0;
  transition: all 0.3s linear;
}
.p-list .p-txt .p-subtitle:before {
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #999;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .p-list:after {
    display: block;
  }
  .p-list .p-img {
    padding: 1rem;
  }
  .p-list .p-txt {
    padding: 1.5rem;
  }
  .p-list .p-txt .p-title {
    text-align: left;
  }
  .p-list .p-txt .p-subtitle {
    display: block;
  }
  .p-list:hover .p-txt .p-title,
  .p-list:hover .p-txt .p-subtitle, .p-list:active .p-txt .p-title,
  .p-list:active .p-txt .p-subtitle, .p-list:focus .p-txt .p-title,
  .p-list:focus .p-txt .p-subtitle {
    color: white;
  }
}

/*P-list*/
.list-wrap {
  position: relative;
  border-radius: 10px;
}
.list-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: "";
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 50%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0 rgb(255, 255, 255) 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 50%);
  z-index: 1;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.list-wrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 40%;
  height: 65%;
  background-color: rgba(0, 0, 0, 0.2);
  filter: blur(35px);
  z-index: -1;
  transition: all 0.3s linear;
}
.list-wrap .p-list2 {
  display: block;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.3s linear;
}
.list-wrap .p-list2:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  background: -webkit-linear-gradient(bottom left, rgb(255, 0, 0) 0%, rgb(153, 0, 0) 100%);
  background: -o-linear-gradient(bottom left, rgb(255, 0, 0) 0%, rgb(153, 0, 0) 100%);
  background: linear-gradient(to top right, rgb(255, 0, 0) 0%, rgb(153, 0, 0) 100%);
  z-index: 2;
  transition: all 0.3s linear;
}
.list-wrap .p-list2 .icon-more {
  position: absolute;
  right: -200px;
  top: 0;
  width: 80px;
  height: 80px;
  content: "";
  background-color: #ff0000;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-top-right-radius: 10px;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s linear;
}
.list-wrap .p-list2 .icon-more i {
  font-size: 1.2rem;
  color: white;
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
}
.list-wrap .p-list2 .p-img {
  z-index: 3;
  margin-bottom: 1rem;
}
.list-wrap .p-list2 .p-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .list-wrap .p-list2 .p-img {
    margin-bottom: 0;
  }
}
.list-wrap .p-list2 .p-txt {
  align-content: center;
  z-index: 3;
}
.list-wrap .p-list2 .p-txt .p-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .list-wrap .p-list2 .p-txt .p-title {
    text-align: left;
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .list-wrap .p-list2 .p-txt .p-title {
    font-size: 1.3rem;
  }
}
.list-wrap:hover:after, .list-wrap:active:after, .list-wrap:focus:after {
  opacity: 0;
}
.list-wrap:hover .p-list2:after, .list-wrap:active .p-list2:after, .list-wrap:focus .p-list2:after {
  left: 0;
  opacity: 0;
  background: -webkit-linear-gradient(bottom left, rgb(255, 0, 0) 0%, rgb(153, 0, 0) 100%);
  background: -o-linear-gradient(bottom left, rgb(255, 0, 0) 0%, rgb(153, 0, 0) 100%);
  background: linear-gradient(to top right, rgb(255, 0, 0) 0%, rgb(153, 0, 0) 100%);
}
@media (min-width: 769px) {
  .list-wrap:hover .p-list2:after, .list-wrap:active .p-list2:after, .list-wrap:focus .p-list2:after {
    opacity: 1;
  }
}
.list-wrap:hover .p-list2 .icon-more, .list-wrap:active .p-list2 .icon-more, .list-wrap:focus .p-list2 .icon-more {
  right: 0;
  opacity: 0;
}
@media (min-width: 769px) {
  .list-wrap:hover .p-list2 .icon-more, .list-wrap:active .p-list2 .icon-more, .list-wrap:focus .p-list2 .icon-more {
    opacity: 1;
  }
}
.list-wrap:hover .p-list2 .p-txt .p-title, .list-wrap:active .p-list2 .p-txt .p-title, .list-wrap:focus .p-list2 .p-txt .p-title {
  color: #333;
}
@media (min-width: 769px) {
  .list-wrap:hover .p-list2 .p-txt .p-title, .list-wrap:active .p-list2 .p-txt .p-title, .list-wrap:focus .p-list2 .p-txt .p-title {
    color: white;
  }
}

.p-intro {
  margin-top: 4.5rem;
  font-size: 1rem;
  color: #999;
}

/*p-list2*/
.p-list3 {
  display: block;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.p-list3:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  background: -webkit-linear-gradient(bottom left, rgb(255, 0, 0) 0%, rgb(153, 0, 0) 100%);
  background: -o-linear-gradient(bottom left, rgb(255, 0, 0) 0%, rgb(153, 0, 0) 100%);
  background: linear-gradient(to top right, rgb(255, 0, 0) 0%, rgb(153, 0, 0) 100%);
  z-index: 0;
  transition: all 0.3s linear;
}
.p-list3 .icon-more {
  position: absolute;
  right: -80px;
  top: 0;
  width: 80px;
  height: 80px;
  content: "";
  background-color: #ff0000;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-top-right-radius: 10px;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s linear;
}
.p-list3 .icon-more i {
  font-size: 1.2rem;
  color: white;
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
}
.p-list3 .p-img {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  width: 100%;
}
.p-list3 .p-img img {
  width: 100%;
  height: auto;
}
.p-list3 .p-txt {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-list3 .p-txt .p-title {
  font-size: 1rem;
  color: #999;
  transition: all 0.3s linear;
}
.p-list3 .p-txt .p-title .model {
  color: #ff0000;
  margin-right: 8px;
  transition: all 0.3s linear;
}
.p-list3 .p-txt .p-title .mark {
  margin: 0 0.2rem 0 0 !important;
  color: #ff0000 !important;
  font-weight: normal !important;
  transition: all 0.3s linear;
}
.p-list3:hover:after, .p-list3:active:after, .p-list3:focus:after {
  opacity: 0;
  left: 0;
}
.p-list3:hover .icon-more, .p-list3:active .icon-more, .p-list3:focus .icon-more {
  opacity: 0;
  right: 0;
  top: 0;
}
.p-list3:hover .p-txt .p-title, .p-list3:active .p-txt .p-title, .p-list3:focus .p-txt .p-title {
  color: #999;
}
.p-list3:hover .p-txt .p-title .model, .p-list3:active .p-txt .p-title .model, .p-list3:focus .p-txt .p-title .model {
  color: #ff0000;
}
.p-list3:hover .p-txt .mark, .p-list3:active .p-txt .mark, .p-list3:focus .p-txt .mark {
  margin: 0 0.2rem 0 0 !important;
  color: #ff0000 !important;
  font-weight: normal !important;
}
@media (min-width: 769px) {
  .p-list3:hover:after, .p-list3:active:after, .p-list3:focus:after {
    opacity: 1;
  }
  .p-list3:hover .icon-more, .p-list3:active .icon-more, .p-list3:focus .icon-more {
    opacity: 1;
  }
  .p-list3:hover .p-txt .p-title, .p-list3:active .p-txt .p-title, .p-list3:focus .p-txt .p-title {
    color: white;
  }
  .p-list3:hover .p-txt .p-title .model, .p-list3:active .p-txt .p-title .model, .p-list3:focus .p-txt .p-title .model {
    color: white;
  }
  .p-list3:hover .p-txt .mark, .p-list3:active .p-txt .mark, .p-list3:focus .p-txt .mark {
    margin: 0 0.2rem 0 0 !important;
    color: white !important;
    font-weight: normal !important;
  }
}

/*prods detail*/
.basic {
  background-color: transparent;
  position: relative;
}
.basic:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.2);
  filter: blur(35px);
  z-index: -1;
  display: none;
}
@media (min-width: 520px) {
  .basic {
    border-bottom: 2px solid #ff0000;
  }
}
@media (min-width: 992px) {
  .basic {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 40%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0 rgb(255, 255, 255) 40%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 40%);
  }
  .basic:after {
    display: block;
  }
}
.basic .p-img {
  order: 1;
  padding: 0 1.5rem 3rem 1.5rem;
}
.basic .p-img .slick-dots {
  text-align: center;
}
@media (min-width: 992px) {
  .basic .p-img {
    order: 2;
  }
}
.basic .p-info {
  order: 2;
  padding: 0;
}
.basic .p-info .p-class {
  display: inline-flex;
  padding: 0.5rem 1rem;
  background-color: #ff0000;
  color: white;
  font-size: 0.9rem;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 1.5rem;
}
.basic .p-info .p-name {
  font-size: 1.5rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .basic .p-info .p-class {
    font-size: 1rem;
  }
  .basic .p-info .p-name {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .basic .p-info {
    order: 1;
  }
  .basic .p-info .p-class {
    font-size: 1rem;
  }
  .basic .p-info .p-name {
    font-size: 2rem;
  }
}
.basic .p-info .patent-box {
  background-color: #f0f0f0;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  margin: 0 0 2rem 0;
  padding: 1rem 1.5rem;
  display: inline-flex;
  min-width: 100%;
}
@media (min-width: 992px) {
  .basic .p-info .patent-box {
    min-width: 50%;
  }
}
.basic .p-info .patent-box .title {
  font-size: 1.2rem;
  color: darkblue;
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: normal !important;
  text-decoration: none !important;
}
.basic .p-info .patent-box .title.certificate:before {
  width: 36px;
  height: 36px;
  display: inline-flex;
  content: "";
  background-image: url("../images/icon-certificate.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.basic .p-info .patent-box .title.patent:before {
  width: 36px;
  height: 36px;
  display: inline-flex;
  content: "";
  background-image: url("../images/icon-patent.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.basic .p-info .patent-box p {
  color: #333;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.basic .p-info .feature {
  color: #999;
  font-size: 1rem;
}
.basic .btn-group-top {
  order: 3;
  text-align: right;
  padding: 0;
  margin-top: 1.5rem;
}
.basic .btn-group-top .download {
  background-color: #333;
  color: white;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  width: 100%;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.basic .btn-group-top .download i {
  font-size: 1.3rem;
}
.basic .btn-group-top .download:hover {
  padding: 0.8rem 3rem;
}
.basic .btn-group-top .inquiry {
  background-color: #ff0000;
  color: white;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  width: 100%;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.basic .btn-group-top .inquiry i {
  font-size: 1.3rem;
}
.basic .btn-group-top .inquiry:hover {
  padding: 0.8rem 3rem;
}
@media (min-width: 520px) {
  .basic .btn-group-top .download,
  .basic .btn-group-top .inquiry {
    width: auto;
  }
  .basic .btn-group-top .download {
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.specification {
  margin-top: 4.5rem;
}
.specification table {
  font-size: 1rem;
  border-top: 2px solid #ff0000;
}
.specification table th {
  color: #333;
  padding: 0.4rem 1rem;
}
.specification table td {
  min-width: 120px;
  color: #999;
  padding: 0.4rem 1rem;
}

.distributions img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .distributions {
    max-width: 50% !important;
  }
}

.drawings img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .drawings {
    max-width: 50% !important;
  }
}

.related {
  background-color: #f0f0f0;
  margin-top: 4.5rem;
}
.related .prods-slider .slick-slide {
  margin: 0 30px;
}
.related .prods-slider .slider-wrap img {
  margin-bottom: 1.5rem;
  transition: all 0.3s linear;
}
.related .prods-slider .slider-wrap p {
  color: #333;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
  transition: all 0.3s linear;
}
.related .prods-slider .slider-wrap a:hover img, .related .prods-slider .slider-wrap a:active img, .related .prods-slider .slider-wrap a:focus img {
  transform: scale(1.1);
}
.related .prods-slider .slider-wrap a:hover p, .related .prods-slider .slider-wrap a:active p, .related .prods-slider .slider-wrap a:focus p {
  color: #ff0000;
}
.related .prods-slider .slick-prev:before,
.related .prods-slider .slick-next:before {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #333 !important;
}
.related .prods-slider .slick-prev:hover, .related .prods-slider .slick-prev:active, .related .prods-slider .slick-prev:focus,
.related .prods-slider .slick-next:hover,
.related .prods-slider .slick-next:active,
.related .prods-slider .slick-next:focus {
  background-color: rgb(255, 255, 255) !important;
}
.related .prods-slider .slick-prev::before {
  content: "\f284";
}
.related .prods-slider .slick-next::before {
  content: "\f285";
}

/*Search*/
.tips {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 3rem;
}
.tips .keywords,
.tips .mark {
  color: #ff0000 !important;
  margin: 0 !important;
  font-weight: bold !important;
}/*# sourceMappingURL=prods.css.map */