#appPopup {
  position: fixed;
  z-index: 45;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);

  display: flex;
  align-items: center;
  justify-content: center;
}

#appPopup > .appPopupBody-post{
  width: 90%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#appPopup > .appPopupBody-post > .appPopupContainer-post{
  width: 100%;
  height: auto !important;
  max-height: calc(100% - 40px);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#appPopup > .appPopupBody-post > .appPopupContainer-post > .appPopupContents-post{
  border-radius: 8px;
}

#appPopup > .appPopupBody-post > .appPopupContainer-post > .appPopupContents-post > .appPopupItem-post{
  border-radius: 8px;
  background: #ffffff;

}

#appPopup > .appPopupBody-post > .appPopupContainer-post > .appPopupContents-post > .appPopupItem-post > *:not(img){
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#appPopup > .appPopupBody-post > .appPopupContainer-post > .appPopupContents-post > .appPopupItem-post img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit:contain;
  object-position: center center;
}

#appPopup > .appPopupBody-post > .appPopupContainer-post > .swiper-pagination{

}

#appPopup .swiper-pagination-bullet {
  background: var(--main-color) !important;
}

#appPopup .swiper-pagination-progressbar-fill {
  background: var(--main-color) !important;
}


#appPopup > .appPopupBody-post > .appPopupButton-post{
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

#appPopup > .appPopupBody-post > .appPopupButton-post >  button{
  height: 32px;
  background: none;
  border: none;
  color: #eaeaea;
  font-weight: 500;
  font-size: 13px;
}

#appPopup > .appPopupBody-post > .appPopupButton-post >  #closeAppPopupToday_post{
  flex: 3;
}

#appPopup > .appPopupBody-post > .appPopupButton-post >  #closeAppPopup_post{
  flex: 2;
}

#appPopup > .appPopupBody-post > .appPopupButton-post > .dummy-line {
  width: 1px;
  height: 20px;
  border-right: 1px #aaaaaa solid;
}
