.popup {
  position:absolute;
  top: 0;
  left:0;
  width: 100%;
  display: none;
}

.popup .popup__img {
  text-align: left;
  margin-left: 5px;
}

.popup .popup__img img {
  width: 94px;
  margin-bottom: 25px;
  height: auto;
}

.popup .popup__title {
  margin-bottom: 20px;
  text-align: left;
  margin-left: 5px;
}

.popup__list ul {
  width: 100%;
  display: flex;
  flex-wrap:wrap;
 justify-content: flex-start !important;
}

.popup__list li {
  width: 32.333333333333336% !important;
  min-width: 0 !important;
  margin-right:2px;
  margin-bottom:2px;
}

.popup__c {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  z-index: 999;
  display: none;
  /* 20211101 */
  bottom: 0;
  background: rgba(0,0,0,0.4);
  /* 20211101 end */
}

.popup__c .slide__wrap {
  width: 87.260416666666vw;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 0.8999vw;
  padding-right: 0.9999vw;
  padding-bottom: 25px;
}

.popup__c .popup__c--header {
    margin-top: 10.999vw;
    margin-left: 12.791667vw;
}

.popup__c .landscape img {
  /* width: 30.864583333vw; */
  height: 100%;
  /* max-height: 30vw; */
}

.popup__c .portrait img {
  width: auto;
  height: 32.96875vw;
}

.popup__c .list {
  display: flex;  
  height: 32.96875vw;
  align-items:center;
}

.popup__c .list .item {
  /* margin-right: 0.9375vw; */
  margin-right: 3px;
  position: relative;
  flex-shrink: 0;
  height: 100%;
  /* padding-bottom: 30px; */
}
.popup__c .list .item .img{height: 30vw;overflow: hidden;}
.popup__c .list .item p {
  margin-top: 5px;
  /* position: absolute;
  bottom: 0;
  left: 10px;
  right: 0; */
  text-align: right;
  font-size: 14px;
  font-weight: 300;
}

.popup__c .list .item .poi {
  position: absolute;
  bottom: -20px;
}
