.tov {
  width: 100%;
  overflow-x: hidden;
  height: auto;
}

.tov .dummy {
  margin-top: 0;
  opacity: 0;
  z-index: -1;
}

.tovPage {
  position: relative;
  display: block;
  z-index: 10;
  width: 100%;
  height: auto;
  padding-bottom: 18rem;
  margin-left: 39px;
}
@media screen and (max-width: 768px) {
  .tovPage {
    height: auto;
    padding-bottom: 12rem;
    padding-right: 0;
    margin-left: 0;
  }
}

#tovArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #tovArea {
    padding-right: 0;
    margin-top: 6.4rem;
  }
}
#tovArea #tovContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #tovArea #tovContainer {
    width: 100%;
    flex-direction: column;
  }
}
#tovArea #tovContainer #tovLead {
  position: relative;
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
  margin-bottom: 4rem;
}
#tovArea #tovContainer #tovLead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.5 - 2.8) * 0.5rem);
}
#tovArea #tovContainer #tovLead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.5 - 2.8) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #tovArea #tovContainer #tovLead {
    padding: 0 3.2rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-bottom: 5.6rem;
  }
  #tovArea #tovContainer #tovLead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.4 - 2.6) * 0.5rem);
  }
  #tovArea #tovContainer #tovLead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.4 - 2.6) * 0.5rem);
  }
}
#tovArea #tovContainer #tovList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.2rem;
}
@media screen and (max-width: 768px) {
  #tovArea #tovContainer #tovList {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 0 3.2rem;
  }
}
#tovArea #tovContainer .tovList__item {
  position: relative;
  width: 45.2rem;
  height: 50.5rem;
  border: #dadada solid 1px;
}
#tovArea #tovContainer .tovList__item:nth-child(1), #tovArea #tovContainer .tovList__item:nth-child(2) {
  height: 47.5rem;
}
@media screen and (max-width: 768px) {
  #tovArea #tovContainer .tovList__item {
    width: 100%;
    height: auto;
  }
  #tovArea #tovContainer .tovList__item:nth-child(1), #tovArea #tovContainer .tovList__item:nth-child(2) {
    height: auto;
  }
}
#tovArea #tovContainer .tov__title {
  position: relative;
  width: 45rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212426;
  font-weight: 900;
  font-size: 3.9rem;
  line-height: 7.1rem;
  letter-spacing: 0rem;
}
@media screen and (max-width: 768px) {
  #tovArea #tovContainer .tov__title {
    width: 100%;
    height: 18rem;
    font-size: 2.6rem;
    line-height: 4.7rem;
  }
}
#tovArea #tovContainer .tagList {
  position: relative;
  width: 100%;
  padding: 0 3.2rem 3.2rem 3.2rem;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #tovArea #tovContainer .tagList {
    padding: 0 1.8rem 1.8rem 1.8rem;
  }
}
#tovArea #tovContainer .tagList__item {
  position: relative;
  display: block;
  margin-bottom: 0.8rem;
  padding: 1.4rem 1.6rem 1.5rem;
  background-color: #f7f7f7;
  border-radius: 0.4rem;
  color: #212426;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.04rem;
}
#tovArea #tovContainer .tagList__item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.4 - 2.4) * 0.5rem);
}
#tovArea #tovContainer .tagList__item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.4 - 2.4) * 0.5rem);
}
#tovArea #tovContainer .tagList__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #tovArea #tovContainer .tagList__item {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    padding: 1.4rem;
  }
  #tovArea #tovContainer .tagList__item::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.4 - 2) * 0.5rem);
  }
  #tovArea #tovContainer .tagList__item::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.4 - 2) * 0.5rem);
  }
}

#nextArea #nextBtnList #prevBtnArea #prevBtn {
  display: none;
}