@charset "UTF-8";

#voice {
  position: relative;
  overflow: hidden;
  background-color: black;
}

#voice h2,
#voice .voiceTitle, #voice .voiceMessage {
  text-align: center;
  color: #d6b05d;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast:none) {
  #voice h2,
  #voice .voiceTitle, #voice .voiceMessage {
    background-image:none;
  }
}

@supports ( -webkit-background-clip: text ) {
  #voice h2,
  #voice .voiceTitle, #voice .voiceMessage {
    background-image: linear-gradient(to left, #8c5c11, #ffff90 9%, #d6d680 34%, #ffffff 49%, #ebed94 61%, #e49e59 74%, #815226 86%, #7d5c21, #a4a379), linear-gradient(to bottom, #fcfcfc, #fcfcfc);
  }
}

#voice h2 {
  position: absolute;
  top: 2.4vw;
  left: 0; right: 0;
  margin: auto;
}

#voice h3 {
  color: #d6b05d;
  position: absolute;
  top: 9.8vw;
  left: 0; right: 0;
  margin: auto;
}

#voice .voiceTitle {
  font-size: 3.5vw;
  margin-bottom: 3vw;
}

#voice .voiceMessage {
  font-size: 1.25vw;
}

#voice #voiceSlider {
  margin-top: -10vw;
  margin-bottom: 3vw;
}

#voice #voiceSliderContainer {
  position: relative;
}

#voice #voiceSliderContainer .next,
#voice #voiceSliderContainer .prev {
  position: absolute;
  top: 3vw;
}

#voice #voiceSliderContainer .next img,
#voice #voiceSliderContainer .prev img {
  width: 2vw;
}

#voice #voiceSliderContainer .next {
  right: 8vw;
}

#voice #voiceSliderContainer .prev {
  left: 8vw;
}

#voice .spView {
  display: none;
}

#voiceSlider .slick-dots {
  bottom: -9vw;
}

#voiceSlider .slick-dots li button:before {
  color: #ffd16f;
  content: '●';
}

@media screen and (max-width: 600px) {
  #voice .pcView {
    display: none;
  }
  #voice .spView {
    display: block;
  }
  #voice h2 {
    top: 8vw;
  }
  #voice h3 {
    top: 20vw;
  }
  #voice .voiceTitle {
    font-size: 7.8vw;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
  }
  #voice .voiceMessage {
    text-align: left;
    font-size: 5.6vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
  }
  #voice #voiceSlider {
    margin-top: -15vw;
    margin-bottom: 6vw;
  }
  #voice #voiceSliderContainer .next, #voice #voiceSliderContainer .prev {
    top: auto;
    bottom: -12.5vw;
  }
  #voice #voiceSliderContainer .next img, #voice #voiceSliderContainer .prev img {
    width: 2vw;
  }
  #voiceSlider .slick-dots {
    bottom: -12.5vw;
  }
}
