.lizi-products-air-dryer {
  .lizi-products-air-dryer__main {
    background-color: #F5F5F5;
  }

  .lizi-products-air-dryer__path {
    font-size: 1.5625rem;
    font-weight: 400;
    color: #B1B1B1;
    padding-top: 3.125rem;
    margin: 0 9.375rem;
  }

  .lizi-products-air-dryer__explain {
    display: flex;
    padding: 10rem 0;

    .lizi-products-air-dryer__explain-img {
      flex: 1;
      display: flex;
      justify-content: center;

      img {
        width: 70%;
        /* height: 100%; */
        object-fit: contain;
      }
    }

    .lizi-products-air-dryer__explain-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 4.375rem;
      justify-content: center;

      .lizi-products-air-dryer__explain-content-title {
        max-width: 31.25rem;
        font-size: 2.375rem;
        font-weight: 700;
        color: var(--black);
        line-height: 2.5rem;
        position: relative;
        padding-bottom: 1.875rem;
      }

      .lizi-products-air-dryer__explain-content-title::before {
        content: '';
        width: 6.875rem;
        height: .5625rem;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: var(--primary-color);
      }

      .lizi-product__after_treatment__content-detail {
        display: flex;
        gap: .625rem;
        align-items: center;
        width: max-content;
        color: var(--white);
        font-size: 1.25rem;
        background-color: grey;
        padding: .375rem 1.25rem;
        border-radius: .3125rem;
        cursor: pointer;
        .lizi-product__after_treatment__content-detail-text {
          font-weight: 700;
        }
      }
      .lizi-product__after_treatment__content-detail:hover {
        background-color: var(--primary-color);
      }

      .lizi-products-air-dryer__explain-content-text {
        max-width: 50rem;
        font-size: 1.5rem;
        font-weight: 400;
        color: #6E6E6E;
        line-height: 1.75rem;
      }
    }
  }

  .lizi-products-air-dryer__report {
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .lizi-products-air-dryer__reason {
    display: flex;
    height: 43.75rem;
    padding: 6.5625rem 11.25rem;

    .lizi-products-air-dryer__reason-img {
      flex: 1;

      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }

    .lizi-products-air-dryer__reason-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 1rem;

      .lizi-products-air-dryer__reason-content-title {
        max-width: 31.25rem;
        font-size: 2.375rem;
        font-weight: 700;
        color: #332E2D;
      }

      .lizi-products-air-dryer__reason-content-list {
        background: url(/deman/images/product/air-dryer/reason-bg.jpg);
        background-size: cover;
        background: #212B34B2;

        .lizi-products-air-dryer__reason-content-list-item {
          display: flex;
          flex-direction: column;
          gap: .625rem;
          padding: 1.875rem 2rem;
          border-bottom: .0625rem solid #C3C3C3;

          .lizi-products-air-dryer__reason-content-list-item-title {
            display: flex;
            justify-content: space-between;
            font-size: 1.875rem;
            font-weight: 700;

            .lizi-products-air-dryer__reason-content-list-item-title__icon {
              font-weight: 300;
            }
          }

          .lizi-products-air-dryer__reason-content-list-item-text {
            font-size: 1.125rem;
            font-weight: 400;
            display: none;
          }
        }

        .lizi-products-air-dryer__reason-content-list-item:last-child {
          border-bottom: none;
        }
      }
    }
  }

  .lizi-products-air-dryer__product-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
    color: #333;
    background-color: var(--white);
    padding-top: 10rem;
    margin: 9.625rem 0;
    margin-bottom: 8rem;

    .lizi-product__center-list {
      display: flex;
      width: max-content;

      .lizi-product__center-list-item {
        display: flex;
        flex-direction: column;
        gap: .3125rem;
        width: 28rem;
        background-color: #fff;
        padding: 3.75rem 2.5rem;
        padding-bottom: 0;
        margin: 0 .75rem;
        border-bottom: 1.25rem solid rgba(0, 145, 219, 1);
        box-shadow: 0 .4869rem .9744rem 0 rgba(0, 0, 0, 0.25);
        position: relative;

        .title {
          color: var(--primary-color);
          font-size: 1.875rem;
          font-weight: 700;
          margin-bottom: .9375rem;
        }

        .label {
          display: flex;
          align-items: center;
          font-size: 1.3125rem;
          font-weight: 400;
          color: #6E6E6E;
          margin-bottom: .375rem;

          .em {
            font-weight: 700;
          }
        }

        .images {
          width: 100%;
          height: 100%;
          position: relative;
          z-index: 1;

          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }
      }

      .lizi-product__center-list-item::before {
        content: '';
        position: absolute;
        left: -0.625rem;
        top: 1.5625rem;
        width: 3.4375rem;
        height: 1.25rem;
        background-color: rgba(0, 162, 233, 1);
      }

      .lizi-products-air-dryer__product-center__more-wrap{
          display: none;
      }

      .lizi-product__center-list-item.active {
        border-bottom: none;
        position: relative;
        .lizi-products-air-dryer__product-center__more {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 6.25rem;
          background-color: var(--primary-color);
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-size: 1.25rem;
          font-weight: 700;
          .lizi-products-air-dryer__product-center__more-wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: .625rem;
            border: .125rem solid #FFFFFF;
            border-radius: .75rem;
            padding: .5rem 1.375rem;
          }
        }
        .images {
          width: 80%;
          height: 58%;
          margin: 0 auto;
        }
      }
    }
    .lizi-products-air-dryer__product-center__pagination {
      display: flex;
      align-items: center;
      .lizi-products-air-dryer__product-center__pagination-prev {
        padding: 1rem 1.875rem;
        background-color: #D9D9D9;
        cursor: pointer;
      }
      .lizi-products-air-dryer__product-center__pagination-next {
        padding: 1rem 1.875rem;
        background-color: #fff;
        box-shadow: 0 .25rem .25rem 0 #00000040;
        cursor: pointer;
      }
    }

    .more {
      display: flex;
      width: max-content;
      font-size: 1.25rem;
      font-weight: 550;
      background-color: #fff;
      margin: 0 auto;
      margin-top: 5.75rem;
      transform: translateY(-3.125rem);
      cursor: pointer;
    }

    .more .text {
      display: flex;
      align-items: center;
      padding: .3125rem 1.25rem;
      box-shadow: .3125rem .3125rem .3125rem #ccc;
    }

    .more .icon {
      color: #fff;
      padding: .3125rem .625rem;
      background-color: rgba(0, 145, 219, 1);
    }
  }
}

@media screen and (max-width: 900px) {
  .lizi-products-air-dryer {
    .lizi-products-air-dryer__explain {
      padding: 3.125rem;
    }
    .lizi-products-air-dryer__reason {
      flex-direction: column;
      gap: 3.125rem;
      height: 100%;
      padding: 6.25rem 3.125rem;

      .lizi-products-air-dryer__reason-img {
        display: none;
      }
    }
    .lizi-products-air-dryer__reason-content-list-item-title {
      font-size: 2.1875rem !important;
    }
    .lizi-products-air-dryer__reason-content-list-item-text {
      font-size: 1.25rem !important;
    }
    .lizi-products-air-dryer__product-center {
      margin-top: 0;
      .lizi-product__center-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3.125rem;
        .lizi-product__center-list-item {
          width: 58rem;
        }
      }
    }
  }
}