.visible-flex-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-flex-xs {
    display: flex !important;
  }
}
.pro-tel-bg {
  background: url("/static/theme3/images/isi/part9-bg.jpg") center top no-repeat;
  background-size: auto 100%;
}
.pro-tel-box {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #0F1421;
  padding: 5vh 4vw;
  line-height: 3.4rem;
}
@media (min-width: 768px) {
  .pro-tel-box {
    height: 400px;
    padding-top: 120px;
    font-size: 32px;
    line-height: 54px;
  }
}
.pro_tabs_box {
  padding-top: 5vh;
}
.pro_tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 10px;
  overflow-x: auto;
}
.pro_tabs li {
  display: inline-block;
  text-align: center;
  padding-top: 13px;
  flex-shrink: 0;
}
.pro_tabs li a {
  color: #333333;
}
.pro_tabs li.active a,
.pro_tabs li a {
  height: 40px;
  display: block;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.pro_tabs li.active a {
  height: 40px;
  color: #755fff;
  border-bottom: 2px solid #755fff;
}
.pro_tabs_con {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.pro_tabs_con .imgw {
  max-width: 100%;
}
/*# sourceMappingURL=product.css.map */