.appreciation-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.appreciation-main .gallery-title {
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
}
.appreciation-main .gallery-title img {
  width: 90%;
  margin: 0 auto;
}
.appreciation-main h2 {
  color: #2c5b49;
  font-size: 5vw;
}
.appreciation-main .appreciation-list {
  padding: 5.3333vw 0 0 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.appreciation-main .appreciation-list .item {
  width: 100%;
  display: flex;
  position: relative;
}
.appreciation-main .appreciation-list .item.item-two {
  display: flex;
  justify-content: space-between;
}
.appreciation-main .appreciation-list .item.item-two .item-tpl {
  width: 50%;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.appreciation-main .appreciation-list .item.item-two .item-tpl img {
  width: 100%;
}
.appreciation-main .appreciation-list .item.item-two .item-tpl.item-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.appreciation-main .appreciation-list .item.item-two .item-tpl.item-top img {
  width: 100%;
}
.mgone-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 9;
  display: none;
}
.mgone-modal .modal-block {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.mgone-modal .modal-block img {
  width: 100%;
}
.mgone-modal .close-button {
  width: 8vw;
  height: 8vw;
  position: absolute;
  right: 5vw;
  top: 22vw;
  background-image: url('../images/icon/close.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
}
.mgone-modal .swiper-pagination {
  color: #fff;
}
.mob-page .price-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
