


.update-news--topic{ position: fixed; bottom: 200px; 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; pointer-events: auto; }
.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;  
  cursor: pointer;
}

#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 */

