#quality-firstSection {
  width: 100%;
  padding: 14rem 0 10rem 0;
  background-color: #E6F4FF;
  position: relative;

  &::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 52rem;
      height: 52rem;
      background-image: url("../../img/service/bg_hexa_6.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }

  &::after {
      content: "";
      width: 26vw;
      height: 34vw;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../../img/service/bg_hexa_7.png");
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
  }
	
	.font_size_22 {
		font-size: 2.2rem;
		margin-bottom: 2.0rem;
	}

  .container-title {
    font-size: 3rem;
    border-bottom: 2px solid #0060DD;
    position: relative;
    padding-left: 4.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .05em;

    &::before {
      content: "";
      width: 24px;
      height: 24px;
      background: url("../../img/common/icon_title_line.png") center center no-repeat;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  }

  .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-block: 6rem 10rem;
    flex-direction: row-reverse;
  }

  .flex_txt {
      width: 50%;
      line-height: 2;
      font-size: 2rem;
      p {
        font-weight: 400;
      }
  }

  .usage-box {
      display: flex;
      margin-top: 5rem;
  }

  .usage-title {
      background: #8ed1f0;
      padding: 2rem;
      font-weight: bold;
      white-space: nowrap;
      width: 25%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .usage-content {
      background: #fff;
      padding: 1.2em 1.5em;
      width: 75%;
      display: grid;
      align-items: center;

      ul {
          display: flex;
          align-items: center;
          gap: 1rem 2rem;
          flex-wrap: wrap;
      }

      li {
        display: inline-block;
          position: relative;
          padding-left: 1.8rem;
          white-space: nowrap;
          line-height: 1.2;
          font-size: 1.8rem;

          &::before {
            content: "";
            background-color: var(--colorMainBlue);
            border-radius: 50%;
            height: 1rem;
            width: 1rem;
            position: absolute;
            top: .5rem;
            left: 0;
          }
      }
  }

  .usage-img {
      width: 45%;
  }

  .section-title {
      position: relative;
      display: flex;
      align-items: center;
      height: 70px;
      padding: 2rem 4rem 2rem 7rem;
      font-size: 3rem;
      color: #fff;
      background: linear-gradient(to right, #33A2FF, #84C7FF);
      clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);

      &::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 4rem;
          height: 100%;
          background: #0060DD;
      }

      &::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 4rem;
          height: 100%;
          background: #96D5F1;
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      }
  }
  @media screen and (max-width: 767px) {
    .flex_box {
      flex-direction: column;
    }
    .flex_txt {
      width: 100%;
      margin-top: 4rem;
    }
    .usage-box {
      flex-direction: column;
    }
    .usage-title {
      text-align: left;
      width: 100%;
      display: block;
      line-height: 1.2;
      padding: 1.6rem;
    }
    .usage-content {
      width: 100%;
      padding: 1.6em;
    }
    .usage-img {
      width: 100%;
      z-index: 1;
    }
  }
}
  #quality-firstSection::after {
    /* content: ""; */
    width: 26vw;
    height: 34vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/asset/img/service/bg_hexa_7.png");
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
.table-container {
    padding: 5rem;
    width: 100%;
    margin: 6rem auto 0;
    background-color: #fff;
    position: relative;
    z-index: 100;

    .spec-table {
        width: 100%;
        border-collapse: collapse;
        text-align: left;

        td,
        th {
            padding: 1.5rem 2.5rem;
            border-bottom: 1px solid #CCC;
        }

        th {
            color: #0060DD;
        }

        td:first-child {
            text-align: center;
            border-right: 1px solid #CCC;
        }

        /* tr:last-child td {
            border-bottom: none;
        } */

               .notes {
          padding-left: 2.5rem;
        }
    }
}

  
#produsts {
    width: 100%;
    padding-bottom: 12rem;
    position: relative;
    
    &::before {
      content: "";
      width: 41vw;
      height: 50vw;
      background: url("../../img/service/bg_hexa_8.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
    }
    &::after {
      content: "";
      background-color: #E6F4FF;
      width: 100%;
      height: 33%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }

    .relative-box {
      position: relative;
      margin-top: 6rem;
    }

    .card_block {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
      gap: 3rem;
    }

  .card {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    gap: 0;

    &:hover,&:focus {
      & img {
        transform: translate(-50%, -50%) scale(1.05);
      }
    }
  }

  .card_img {
    aspect-ratio: 380 / 235;
    overflow: hidden;
    position: relative;

  }
  .card_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transition: transform .4s;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .card_content {
    background: #fff;
    height: auto;
    padding: 4rem;
  }

  .card_content h4 {
    font-size: 2.4rem;
    color: #0060DD;
    font-weight: bold;
    line-height: 1.4;
  }
  .button {
    display: block;
    max-width: 40.7rem;
    border: 1px solid #0F1419;
    font-weight: 700;
    margin-left: auto;
    position: relative;
    
    &::after {
      content: "";
      background: url(../../img/common/arrow_right_blue.svg) no-repeat center center / contain;
      width: 1.2rem;
      height: 1.4rem;
      display: inline-block;
      position: absolute;
      right: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
    }
    span {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      height: 7rem;
      padding: 0 6.7rem 0 6rem;
    }
  }

  @media screen and (max-width: 840px) {
    .card_block {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }

  }
  @media screen and (max-width: 767px) {
    .card_content {
      padding: 1.6rem;
    }
    .button {
      span {
        font-size: 1.8rem;
      }
    }
  }
  @media screen and (max-width: 640px) {
    .card_block {
      grid-template-columns: 1fr;
    }
  }
}
