@media screen and (min-width: 768px) {
  .store-gallary-page {
    width: 100vw;
    padding: 2.0833333333vw 5vw 2.1875vw 5vw;
  }
  .store-gallary-page * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .store-gallary-page .title {
    font-size: 1.6666666667vw;
    color: #293241;
    line-height: 2.5vw;
    margin-bottom: 1.6666666667vw;
  }
  .store-gallary-page .store-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .store-gallary-page .store-list .store {
    width: calc((100% - 2.5vw) / 3);
    min-height: 5.2083333333vw;
    background-color: rgb(248, 248, 248);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.8333333333vw;
    overflow: hidden;
  }
  .store-gallary-page .store-list .store img {
    width: 100%;
    height: 16.6666666667vw;
  }
  .store-gallary-page .store-list .store .text {
    padding: 1.25vw;
  }
  .store-gallary-page .store-list .store .text .name {
    font-size: 1.0416666667vw;
    color: #293241;
    line-height: 1.4583333333vw;
    margin-bottom: 0.4166666667vw;
    font-weight: bolder;
  }
  .store-gallary-page .store-list .store .text .desc {
    font-size: 0.8333333333vw;
    color: #595057;
    line-height: 1.25vw;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}@media screen and (max-width: 767.98px) {
  .store-gallary-page {
    width: 100vw;
    padding: 0 5.3333333333vw;
  }
  .store-gallary-page * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .store-gallary-page .title {
    font-size: 5.3333333333vw;
    font-family: HYQiHeiX1-DEW, HYQiHeiX1;
    color: #293241;
    line-height: 8vw;
    margin-bottom: 5.3333333333vw;
  }
  .store-gallary-page .store-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store-gallary-page .store-list .store {
    width: 100%;
    background-color: rgb(248, 248, 248);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3.2vw;
    overflow: hidden;
    margin-bottom: 4.2666666667vw;
  }
  .store-gallary-page .store-list .store img {
    width: 100%;
    height: 52.5333333333vw;
  }
  .store-gallary-page .store-list .store .text {
    padding: 6.4vw 4.2666666667vw;
  }
  .store-gallary-page .store-list .store .text .name {
    font-size: 5.0666666667vw;
    color: #293241;
    line-height: 7.4666666667vw;
    margin-bottom: 1.8666666667vw;
    font-weight: bolder;
  }
  .store-gallary-page .store-list .store .text .desc {
    font-size: 3.7333333333vw;
    color: #595057;
    line-height: 5.8666666667vw;
  }
}