@charset "UTF-8";

.voicetoon-wrap {
  position: relative;
}

.voicetoon-btns {
  display: flex;
  position: absolute;
  bottom: 25%;
  left: 8%;
  gap: 20px;

  width: 50%;
  height: 20%;
}
.voicetoon-btns img {
  width: 100%;
  height: auto;
}

section {
  border-bottom: 1px solid #eee;
  margin-bottom: 100px;
}
section:first-child {
  border-bottom: none;
  margin: 0;
}

section:last-child {
  border-bottom: none;
  margin: 0;
}


.puddingtoon {
  position: relative;
}
.puddingtoon-btn {
  position: absolute;
  bottom: 8%;
  left: 45%;

  width: 10%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .voicetoon-btns {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 6%;
    gap: 20px;

    width: 80%;
    height: 20%;
  }
  .voicetoon-btns img {
    width: 100%;
    height: auto;
  }
  .puddingtoon-btn {
    position: absolute;
    bottom: 4%;
    left: 40%;

    width: 30%;
    height: auto;
  }

  /* .mobile-gnb .mobile-depth1:last-child {
    border-bottom: none;
  } */
}
