


.update-news--topic{ position: fixed; bottom: 60px; right: 20px; color: #fff; z-index: 10001; border-radius: 10px;  width: 120px; height: 120px; display: flex; align-items: flex-end; justify-content: center; }
.update--btnclose{ position: absolute; top: -5px; right: -5px; line-height: 0; background-color: #eee; border-radius: 50%; width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 5; }
.update--btnclose img{ width: 10px; height: auto; }
.update--imgnoti{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; 
  display: block;
  background: url('../images/alert_popup/noti_pride.png') no-repeat center center;
  background-size: cover; 
  pointer-events: auto;
}

#draggable-mobile{ display: none; }
#draggable-pc{ display: block; }

@media (max-width: 767px) {

  #draggable-mobile{ display: block; }
  #draggable-pc{ display: none; }

  .update-news--topic{ bottom: 110px; right: 10px; border-radius: 8px; width: 100px; height: 100px; }

}

/* economic : h-144 , h-100 , close : t-15 , r-5 */


.update-news--topic.forum2025{ width: 300px; height: 250px; }
.update-news--topic.forum2025 .update--imgnoti{ background: url('../images/alert_popup/noti_forum2025.jpg'); background-size: cover; }

@media (max-width: 767px) {

  .update-news--topic.forum2025{ width: 160px; height: 133px; }

} 
