.slick-next {
  right: 20px !important;
}

.slick-next::before {
  color: #474747 !important;
  padding: 4px !important;
  font-size: 28px !important;
  content: "→"!important;
}

.slick-prev {
  left: 0px !important;
  z-index: 100;
}

.slick-prev::before {
  color: #474747 !important;
  padding: 4px !important;
  font-size: 28px !important;
  content: "←"!important;
}

.box_cvpc {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  background: #fff;
  /* display: none; */
}

.slick-list {
  margin: 0 !important;
}

.slick-dotted.slick-slider {
  padding: 10px 50px;
}

.item {
  display: flex;
  justify-content: center;
  width: 210px;
  margin: 0 15px;
  border-radius: 5px;
  position: relative;
}

.item .wa img {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.item .wa .info {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 210px;
  height: 100%;
  text-align: center;
  transition: all 0.2s ease-in-out;
  top: 0;
  border-radius: 10px;
}

.item .wa .info:hover {
  opacity: 1;
}

.item .wa .info .btnBox {
  margin-top: 115px;
}

.item .wa .info a {
  background-color: #02b5e1;
  color: #fff;
  border-radius: 20px;
  padding: 9px 20px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.item .wa .info a:hover {
  background: #ff9a00;
}

.box_cvtablet1,
.box_cvtablet2,
.box_cvmobile {
  display: none;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1165px) {
  .box_cvtablet1 {
    width: 90%;
    margin-left: 42px;
    display: block;
  }

  .box_cvpc,
  .box_cvmobile,
  .box_cvtablet2 {
    display: none;
  }

  .item {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .box_cvtablet2 {
    width: 90%;
    margin-left: 42px;
    display: block;
  }

  .box_cvpc,
  .box_cvmobile,
  .box_cvtablet1 {
    display: none;
  }

  .item {
    width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .wa {
    width: 145px;
    height: 100%;
  }

  .box_cvmobile {
    display: block;
  }

  .box_cvpc,
  .box_cvtablet1,
  .box_cvtablet2 {
    display: none;
  }

  .info {
    width: 100% !important;
    max-width: 100% !important;
  }

  .btnBox {
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}