@charset "UTF-8";
/* CSS Document */
.gallery_hidden_wrap {
  position: relative;
  margin-bottom: 45px;
}
.hiddenBox {
  height: 90px;
  overflow: hidden;
}
.show_more,
.show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
/*  background: linear-gradient(
    180deg,
      rgb(255, 255, 255, 0) 0%,
      rgb(255, 255, 255, 1) 70%
  );*/
    background: #fff;
  cursor: pointer;
  transition: bottom 0.2s;
}
.active {
  background: none;
  bottom: -60px;
}
.show_more{
    transition: all .3s;
}
.show_more:hover{
color: red;
}
.show_more span{
    width: 200px;;
}