> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/design-editor-guide/basics/notice-banner.md).

# 11. 공지 배너 설정하기

### 📢 공지 배너란?

공지 배너는 쇼핑몰 최상단에 노출되는 얇은 띠 형태의 안내 영역이에요.

무료 배송, 할인 이벤트, 배송 안내처럼 모든 고객에게 빠르게 전달하고 싶은 '한 줄 소식'을 보여줄 때 유용하게 활용할 수 있어요.

공지 배너는 공통 섹션이기 때문에 새로 추가하거나 삭제할 수 없고, 이름을 바꾸는 것도 불가능해요. 하지만 화면에 보이지 않게 숨겨둘 수는 있어요. 진행 중인 공지가 없을 때는 '눈 아이콘'을 눌러 잠시 숨겨 두면 돼요.

### ✏️ 공지 배너 편집하기

<figure><img src="/files/7foEsBpB59c3gL3JrMHb" alt=""><figcaption></figcaption></figure>

(1) 왼쪽 사이드바 트리에서 \[공지 배너]를 선택하거나 (2) 캔버스 최상단의 공지 영역을 클릭해 보세요. 오른쪽 사이드바에서 세부 사항을 설정할 수 있는 창이 나타나요.

오른쪽 사이드바에서는 공지 배너의 배경(이미지 또는 색상)과 글자색을 꾸밀 수 있어요. 이때 배경색과 글자색을 서로 대비되는 색상으로 지정하면, 공지 내용이 고객의 눈에 훨씬 더 잘 띄게 돼요.

### 🧩 공지 내용 입력하기

공지 배너 안에는 \[공지] 위젯이 기본으로 포함되어 있어요. 이 위젯은 따로 추가하거나 삭제할 수 없으며, 노출할 내용만 변경해서 사용해 주시면 돼요.

<figure><img src="/files/QJ8iOWPiDAU61zvGou7n" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="150">설정</th><th width="583">설명</th></tr></thead><tbody><tr><td><ol><li>공지 내용</li></ol></td><td>배너에 노출할 한 줄 문구를 입력해요.</td></tr><tr><td><ol start="2"><li>공지 링크</li></ol></td><td>공지를 클릭했을 때 이동할 페이지 주소를 연결해요. 클릭 시 새 탭으로 열리게 할지도 선택할 수 있어요.</td></tr></tbody></table>

> 💡 **TIP** 공지 내용은 짧고 명확하게 적는 것이 좋아요. "신규 회원 가입 시 무료 배송!"처럼 핵심 혜택 한 가지만 직관적으로 담으면 고객이 한눈에 쉽게 알아볼 수 있어요.

### 💡 자주 묻는 질문

<details>

<summary>공지 배너를 지금은 노출하고 싶지 않아요.</summary>

공지 배너 섹션은 삭제할 수 없지만, 화면에 보이지 않도록 숨길 수는 있어요.

왼쪽 사이드바 메뉴나 캔버스 화면에서 공지 배너 섹션 옆의 '눈 아이콘'을 클릭해 숨김 상태로 변경하면 쇼핑몰에 노출되지 않아요.

</details>

<details>

<summary>공지 문구를 여러 줄로 넣을 수 있나요?</summary>

공지 배너는 쇼핑몰 최상단에 딱 한 줄로만 노출되는 안내 영역이에요.

만약 여러 가지 소식을 동시에 전하고 싶다면, 팝업이나 본문 배너를 함께 활용하시는 것을 추천해 드려요. 팝업 설정 방법은 [10. 팝업 설정하기](/design-editor-guide/basics/popup.md) 가이드에서 확인하실 수 있어요.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://godomall-help.nhn-commerce.com/design-editor-guide/basics/notice-banner.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
