@charset "UTF-8";

#healthybeauty {
  padding-top: 5vw;
  overflow: hidden;
}

#healthybeauty .spView {
  display: none;
}

#healthybeauty .sliderContainer {
  position: relative;
}

#healthybeauty .sliderContainer img.next {
  position: absolute;
  width: 1.4vw;
  top: 0; bottom: 0;
  margin: auto;
  right: 1.4vw;
}

#healthybeauty .sliderContainer img.prev {
  position: absolute;
  width: 1.4vw;
  top: 0; bottom: 0;
  margin: auto;
  left: 1.4vw;
}

#healthybeauty .sliderContainer img.next:hover,
#healthybeauty .sliderContainer img.prev:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  #healthybeauty .pcView {
    display: none;
  }
  #healthybeauty .spView {
    display: block;
  }
}