.whse_inner {
  width: 60%;
  margin: 0 auto;
}
.whse_txt1 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
    text-align: center;
}
.whse_txt2, .whse_txt3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 80px;
    margin-bottom: 100px;
    line-height: 28px;
}
.whse_txt3 {
  text-align: center;
}
.whse_p {
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: 500;
    display: flex;
}
.whse_p li {
    line-height: 30px;
}
.whse_txt4 {
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    height: 150px;
    width: 100%;
    margin: 0 auto;
}
.whse_txt4_img {
  position: relative;
  width: 20%;
}
.whse_txt4_img img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}
.whse_txt4 p {
  line-height: 150px;
}

.whse_p li:first-child {
  margin-right: 10px;
}

.whse_logo {
  position: relative;
  padding: 0 0 80px 0;
  margin-bottom: 50px;
}
.whse_logo img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 40%;
}

  /* 
  
  */
  .schema-wrap {
    margin-top: 30px;
  }
  
  .schema-wrap .schema-btn-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    border-radius: 100px;
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
  .schema-wrap .schema-btn-box .btn-schema {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #BBB;
    font-size: 20px;
    font-weight: 700;
    background-color: #FFF;
    height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 60px;
    border-radius: 70px;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .schema-wrap .schema-btn-box .btn-schema.active {
    background-color: #28b7bc !important;
    color: #FFF !important;
  }
  
  .schema-wrap .schema-box {
    display: none;
  }
  
  .schema-wrap .schema-box.active {
    display: block;
  }
  
  .schema-wrap .schema-box .schema-desc {
    font-size: 18px;
    color: #666;
    line-height: 150%;
    text-align: center;
  }
  
  .schema-wrap .schema-box .img-box {
    background-color: #FFF;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px;
    margin-top: 50px;
  }
  
  .schema-wrap .schema-box .img-box img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  /* 
  
  */
  .certificate-slider-wrap {
    margin-top: 80px;
  }
  
  .certificate-slider-wrap .certificate-slider {
    position: relative;
  }
  
  .certificate-slider-wrap .certificate-slider .slick-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
  }
  
  .certificate-slider-wrap .certificate-slider .btn-slider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 40px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  
  .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-prev {
    left: -90px;
  }
  
  .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-next {
    right: -90px;
  }
  
  .certificate-slider-wrap .certificate-slider .slider-box {
    margin-right: 110px;
  }
  
  .certificate-slider-wrap .certificate-slider .slider-box .bg {
    display: block;
    width: 345px;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  }
  
  .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
    text-align: center;
    margin-top: 40px;
    max-width: 345px;
    line-height: 130%;
  }
  
  /* 
  
  */
  /* ---------------media screen START--------------- */
  @media screen and (min-width: 991.1px) {
    .schema-wrap .schema-btn-box .btn-schema:hover {
      background-color: #efefef;
      color: #AAA;
    }
    .schema-wrap .schema-box .img-box img.img-mobile {
      display: none;
    }
    .schema-wrap .schema-box .img-box img.img-pc {
      display: block;
    }
    /* 
      
      */
    .certificate-slider-wrap .certificate-slider .btn-slider:hover {
      color: #28b7bc;
    }
  }
  
  @media screen and (max-width: 1500px) {
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-prev {
      left: -40px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-next {
      right: -40px;
    }
  }
  
  @media screen and (max-width: 1350px) {
    .whse_txt4_img img {
      width: 80%;
    }
    /* 
      
      */
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 19px;
      height: 65px;
      padding: 0 55px;
    }
    .schema-wrap .schema-box .schema-desc {
      font-size: 17px;
    }
    .schema-wrap .schema-box .img-box {
      padding: 70px;
    }
    /* 
      
      */
    .certificate-slider-wrap {
      margin-top: 70px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider {
      font-size: 35px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-prev {
      left: -2.5%;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-next {
      right: -2.5%;
    }
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 100px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .bg {
      width: 310px;
      height: 450px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      margin-top: 35px;
      max-width: 310px;
    }
  }
  
  @media screen and (max-width: 1100px) {
   
    /* 
      
      */
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 18px;
      height: 60px;
      padding: 0 50px;
    }
    .schema-wrap .schema-box .schema-desc {
      font-size: 16px;
    }
    .schema-wrap .schema-box .img-box {
      padding: 60px;
      margin-top: 45px;
    }
    /* 
      
      */
    .certificate-slider-wrap {
      margin-top: 60px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider {
      font-size: 30px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 85px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .bg {
      width: 276px;
      height: 400px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      margin-top: 30px;
      max-width: 276px;
    }
  }
  
  @media screen and (max-width: 850px) {
    .whse_inner {
      width: 80%;
      margin: 0 auto;
    }
  
    /* 
      
      */
    .schema-wrap {
      margin-top: 25px;
    }
    .schema-wrap .schema-btn-box {
      margin-bottom: 25px;
    }
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 17px;
      height: 55px;
      padding: 0 45px;
    }
    .schema-wrap .schema-box .schema-desc {
      font-size: 15px;
    }
    .schema-wrap .schema-box .schema-desc br {
      display: none;
    }
    .schema-wrap .schema-box .img-box {
      padding: 50px;
      margin-top: 40px;
    }
    .schema-wrap .schema-box .img-box img.img-mobile {
      display: block;
    }
    .schema-wrap .schema-box .img-box img.img-pc {
      display: none;
    }
    /* 
      
      */
    .certificate-slider-wrap {
      margin-top: 50px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 70px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .bg {
      width: 241px;
      height: 350px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      margin-top: 25px;
      max-width: 241px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .whse_txt1 {
        font-size: 15px;
    }
    .whse_txt2, .whse_txt3 {
        font-size: 18px;
        line-height: 23px;
    }
    .whse_p {
        font-size: 18px;
        line-height: 23px;
    }
    .whse_txt4 {
        font-size: 18px;
    }
   
    /* 
       
      */
    .schema-wrap {
      margin-top: 20px;
    }
    .schema-wrap .schema-btn-box {
      margin-bottom: 20px;
    }
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 16px;
      height: 50px;
      padding: 0 40px;
    }
    .schema-wrap .schema-box .img-box {
      padding: 40px;
      margin-top: 35px;
    }
    /* 
      
      */
    .certificate-slider-wrap {
      margin-top: 40px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider {
      font-size: 25px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-prev {
      left: -3vw;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-next {
      right: -3vw;
    }
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 12vw;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .bg {
      width: 36vw;
      height: 52vw;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      margin-top: 20px;
      max-width: 36vw;
    }
  }
  
  @media screen and (max-width: 450px) {
    .whse_inner {
      width: 100%;
    }
    .whse_txt1 {
        font-size: 13px;
    }
    .whse_txt2, .whse_txt3 {
        font-size: 15px;
        line-height: 18px;
    }
    .whse_p {
        font-size: 15px;
    }
    .whse_txt4 {
        font-size: 18px;
    }
    /* 
      
      */
    .schema-wrap .schema-btn-box {
      padding: 7px;
    }
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 15px;
      height: 45px;
      padding: 0 35px;
    }
    .schema-wrap .schema-box .schema-desc {
      font-size: 14px;
    }
    .schema-wrap .schema-box .img-box {
      padding: 30px;
      margin-top: 30px;
    }
    /* 
      
      */
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 13vw;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      margin-top: 15px;
    }
  }
  
  @media screen and (max-width: 330px) {
    
    .whse_txt1 {
        font-size: 11px;
    }
    .whse_txt2, .whse_txt3 {
        font-size: 13px;
    }
    .whse_p {
        font-size: 15px;
    }
    .whse_txt4 {
        font-size: 15px;
    }
    /* 
      
      */
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 14px;
      height: 40px;
      padding: 0 30px;
    }
    .schema-wrap .schema-box .schema-desc {
      font-size: 13px;
    }
    .schema-wrap .schema-box .img-box {
      padding: 20px;
      margin-top: 25px;
    }
    /* 
      
      */
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 0;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .bg {
      width: 66vw;
      height: 93vw;
      margin: 0 auto;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      max-width: auto;
      margin: 0 auto;
      margin-top: 10px;
    }
  }
  
  /* ---------------media screen END--------------- */
  