휴일 안내: THD 전 지점은 현충일을 맞아 5월 25일 월요일에 휴무합니다. 5월 26일 화요일 오전 8시에 다시 영업을 시작합니다.

let closeNotificationButton = document.getElementById("btn-close-notification"); letnotificationBar = document.getElementById("notification-bar"); closeNotificationButton.addEventListener("click", hideNotificationBar); function hideNotificationBar() {notificationBar.style.display = "none"; };

카테고리: Blog