body {
  font-family: Arial;
}

#linePicture1 {
  overflow-y: hidden;
}

.txtEtymo {
  margin-top: 20px;
}

.link {
  color: #337ab7;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
  width: max-content;
}

#hiddenText0 {
  display: none;
}

#hiddenText1 {
  display: none;
}

#hiddenText2 {
  display: none;
}

#hiddenText3 {
  display: none;
}

#hiddenText4 {
  display: none;
}

#hiddenText5 {
  display: none;
}

.swiper-container-gallery {
  overflow-x: hidden;
}

.textArt {
  color: #808080;
}
.slider {
  margin-top: 20px;
  max-height: 0px;
  overflow-y: hidden;
  transition: 0.4s max-height;
  background-color: #e7e9ea;
}

.slider img {
  margin-bottom: 20px;
}

.imgLine {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.title {
  font-weight: bold;
  font-family: Arial;
  color: #9c8760;
  margin-bottom: 20px;
}

.pTitle {
  margin-top: 20px;
  font-weight: bold;
  font-family: Arial;
  color: #9c8760;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 16px;
}

.sculName {
  color: #808080;
  font-size: 14px;
  width: 100%;
  text-align: right;
}

@media (max-width: 730px) {
  #linePicture1 .divImg {
    width: calc(100% / 3);
    float: left;
    padding: 1%;
  }
}

@media (min-width: 730px) {
  .divImg {
    width: 15%;
    float: left;
    padding: 0.5%;
    overflow-y: scroll;
  }

  p {
    font-size: 1.2vw;
  }

  .slider {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .slider img {
    padding-left: 8%;
    padding-right: 8%;
    width: 100%;
  }
}
