@charset "UTF-8";
.product {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .product {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.product__section {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .product__section {
    margin-top: 6rem;
  }
}
.product__wrapper {
  position: relative;
  margin-top: 5rem;
}
.product__image {
  position: relative;
  margin-top: 5rem;
}
.product__image img {
  width: 100%;
}
.product__text20 {
  font-size: 2rem;
  color: #000000;
}
.product__text20--mt41 {
  margin-top: 4.1rem;
}
.product__text20--mt18 {
  margin-top: 1.8rem;
}
.product__text16 {
  font-size: 1.6rem;
  color: #000000;
}
.product__text16--mt8 {
  margin-top: 0.8rem;
}
.product__text24 {
  font-size: 2.4rem;
  color: #000000;
}
.product__text24--mb20 {
  margin-bottom: 2rem;
}
.product__text24--mb30 {
  margin-bottom: 3rem;
}

.product-description {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 5rem;
}
.product-description--flex-start {
  align-items: flex-start;
}
.product-description__image {
  width: 65.9rem;
}
.product-description__image img {
  width: 100%;
}
@media screen and (max-width: 1294px) {
  .product-description__image {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .product-description__image {
    width: 100%;
  }
}
.product-description__content {
  width: calc(100% - 65.9rem);
  padding-left: 4rem;
}
@media screen and (max-width: 1294px) {
  .product-description__content {
    width: 45%;
  }
}
@media screen and (max-width: 800px) {
  .product-description__content {
    width: 100%;
    margin-top: 3rem;
    padding-left: 0;
  }
}

.product-spec {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.product-spec__head {
  width: 38.7rem;
}
@media screen and (max-width: 1294px) {
  .product-spec__head {
    width: 36rem;
  }
}
@media screen and (max-width: 800px) {
  .product-spec__head {
    width: 100%;
    text-align: center;
  }
}
.product-spec__body {
  position: relative;
  width: calc(100% - 38.7rem);
}
@media screen and (max-width: 1294px) {
  .product-spec__body {
    width: calc(100% - 36rem);
  }
}
@media screen and (max-width: 800px) {
  .product-spec__body {
    width: 100%;
    margin-top: 3rem;
  }
}

.stage {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 1294px) {
  .stage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .stage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.stage__item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1294px) {
  .stage__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.stage__item img {
  max-width: 100%;
}
@media screen and (max-width: 1294px) {
  .stage__item img {
    width: 100%;
  }
}

.scroll-tbl-wrap {
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.scroll-tbl-wrap--mt30 {
  margin-top: 3rem;
}

@media screen and (max-width: 800px) {
  #air-bearing-tbl {
    width: 100%;
    overflow-x: auto;
  }
  #air-bearing-tbl table {
    table-layout: fixed;
    min-width: 753px;
  }
}
.product-spec-tbl {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  font-family: "Poppins", Pretendard, "Pretendard", "Noto Sans KR", "Gulim", Gulim, Dotum, "돋움", sans-serif;
}
.product-spec-tbl thead th {
  padding: 2rem 3rem;
  background: #f6f6f6;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #272727;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}
.product-spec-tbl thead th:last-child {
  border-right: 0;
}
.product-spec-tbl tbody th {
  padding: 2rem 3rem;
  background: #f6f6f6;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #272727;
  line-height: 1.3;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.product-spec-tbl tbody td {
  padding: 2rem 3.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #444444;
  line-height: 1.3;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  vertical-align: middle;
}
.product-spec-tbl tbody td.td-left {
  text-align: left !important;
}
.product-spec-tbl tbody td:last-child {
  border-right: 0;
}
.product-spec-tbl--small thead th {
  padding: 1.4rem 1.5rem;
  font-size: 1.5rem;
}
.product-spec-tbl--small tbody th {
  padding: 1.4rem 1.5rem;
  font-size: 1.5rem;
}
.product-spec-tbl--small tbody td {
  padding: 1.4rem 1.5rem;
  font-size: 1.5rem;
}

.product-box {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f1f1f1;
}
.product-box .inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .product-box .inner {
    flex-direction: column;
  }
}
.product-box__image {
  width: 63.8rem;
}
.product-box__image img {
  width: 100%;
}
@media screen and (max-width: 1294px) {
  .product-box__image {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .product-box__image {
    width: 100%;
  }
}
.product-box__content {
  width: calc(100% - 63.8rem);
  padding-left: 9.5rem;
}
@media screen and (max-width: 1294px) {
  .product-box__content {
    width: 45%;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 800px) {
  .product-box__content {
    width: 100%;
    padding-left: 0;
    margin-top: 4rem;
  }
}
.product-box__title {
  font-size: 5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .product-box__title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
.product-box__text1 {
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 3rem;
}

.product-image-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 800px) {
  .product-image-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-card {
  border-radius: 10px;
}
.product-card--mt50 {
  margin-top: 5rem;
}
.product-card__head {
  padding: 1.7rem;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  background-color: #3B84E5;
  text-align: center;
}
.product-card__head--he77 {
  min-height: 7.7rem;
}
.product-card__head--flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.product-card__head--flex-vt-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-card__head p {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
}
.product-card__title {
  flex: none;
  font-size: 2.4rem;
  margin-right: 1.7rem;
}
.product-card__image-body {
  position: relative;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 34.7rem;
  padding: 0 2rem;
  border-radius: 0 0 10px 10px;
}
.product-card__image-body img {
  max-width: 100%;
  max-height: 100%;
}

.product-info {
  position: relative;
  margin-bottom: 3rem;
}
.product-info dt {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1.2rem 3rem;
  line-height: 1;
  letter-spacing: -0.055em;
  color: #fff;
  background-color: #0C4DA2;
  font-size: 2rem;
  border-radius: 5rem;
}
.product-info dd {
  position: relative;
  display: block;
  padding-left: 1.1rem;
  font-size: 1.8rem;
  color: #000000;
}
.product-info dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #56A9C4;
  border-radius: 100%;
}

.product-slogan {
  padding: 4rem 2rem;
  background-color: #0C4DA2;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
}
@media screen and (max-width: 800px) {
  .product-slogan {
    border-radius: 3rem;
    padding: 3rem;
  }
}

.facility-img-box {
  position: relative;
}
.facility-img-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.7rem;
}
@media screen and (max-width: 800px) {
  .facility-img-box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.facility-img-box ul li {
  position: relative;
}
.facility-img-box ul li img {
  display: block;
  position: relative;
  width: 100%;
}
.facility-img-box ul li .img-title {
  position: absolute;
  bottom: 3.5rem;
  left: 3.5rem;
  font-size: 2.2rem;
  letter-spacing: -0.025em;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}