@charset "UTF-8";
.producing-all {
  margin-bottom: 12rem;
}
.b-line {
  border: 1px solid #f2f6f8;
}
/* ----------------------------------------
.producing-wrap
---------------------------------------- */
.producing-wrap {
  margin-bottom: 8rem;
}
.producing-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #0068b7;
  margin-bottom: 3rem;
}
.producing-title.white {
  color: #fff;
}
.producing-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5rem;
}
.producing-text.white {
  color: #fff;
}
.producing-text.bold {
  font-weight: bold;
}
.producing-text.center {
  text-align: center;
}
.producing-text.mb {
  margin-bottom: 1.5rem;
}
/* ----------------------------------------
.producing-img-box
---------------------------------------- */
.producing-img-box {
  position: relative;
  z-index: 0;
  max-width: 60rem;
  margin: 0 auto 6rem;
}
.producing-img-box.min {
  max-width: 43rem;
}
/* ----------------------------------------
.data-position
---------------------------------------- */
.data-position-1 {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.data-name {
  font-size: 1.4rem;
  color: #fff;
}
/* ----------------------------------------
.producing-list-box
---------------------------------------- */
.producing-list-box {
  max-width: 90rem;
  margin: 0 auto;
}
.producing-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.5rem;
}
.measure-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
}
/* ----------------------------------------
.producing-b-img
---------------------------------------- */
.producing-b-img {
  position: relative;
  background-color: #0068b7;
  padding-bottom: 8rem;
  background-image: url("/corporate/technology/images3/producing/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ----------------------------------------
.pump-text
---------------------------------------- */
.pump-text {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.pump-text.white {
  color: #fff;
}
/* ----------------------------------------
.impeller-whole
---------------------------------------- */
.impeller-whole {
  padding: 8rem 1.5rem;
  background-color: #f2f6f8;
}
.impeller-lot {
  max-width: 118rem;
  margin: 0 auto;
}
.impeller-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
.impeller-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5rem;
}
/* ----------------------------------------
css animation
---------------------------------------- */
.js-fade {
  opacity: 0;
  transform: translateY(2rem);
}
.js-fadeUp {
  transition: all 0.5s ease-out;
  transition-delay: 0.1s;
  transform: translateY(0);
  opacity: 1;
}
