#bottom_ad_modal {
  position: fixed;
  bottom: 0;
  right: 80px;
  width: 100%;
  max-width: 393px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1080px) {
  #bottom_ad_modal {
    right: 40px;
  }
}
@media screen and (max-width: 912px) {
  #bottom_ad_modal {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #bottom_ad_modal {
    bottom: 0;
    right: 0;
    height: 100vh;
    max-width: unset;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 768px) {
  #bottom_ad_modal .bottom-ad-modal-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con {
  width: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con .ad-list {
  position: relative;
}
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con .ad-list ul li {
  width: 100%;
}
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con .ad-list ul li .ad-list-li-img {
  width: 100%;
}
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con .ad-list ul li .ad-list-li-img a {
  position: relative;
  display: block;
  padding-top: 100%;
}
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con .ad-list ul li .ad-list-li-img a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con .ad-list .bottom-ad-modal-pagination {
  position: absolute;
  z-index: 3;
  top: 20px;
  bottom: auto;
  right: 20px;
  left: auto;
  width: auto;
  height: auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 600;
}
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con .ad-list .bottom-ad-modal-pagination .swiper-pagination-current {
  color: #FFF;
}
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con .ad-list .modal-action-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  background-color: #eee;
}
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con .ad-list .modal-action-con .btn-close-period,
#bottom_ad_modal .bottom-ad-modal-wrap .bottom-ad-modal-con .ad-list .modal-action-con .btn-close-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  min-height: 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}