# 회원가입 / 로그인

이 페이지에서는 **회원가입, 로그인 페이지에서의 HTML 위젯 활용 예시**를 안내합니다. 가입과 재방문 흐름에서 이탈을 줄이고 브랜드 신뢰를 높이는 위젯 구성을 확인해 보세요.

***

### 회원가입 페이지

신규 고객이 처음 브랜드와 관계를 맺는 단계입니다. 가입 혜택을 명확히 전달하여 가입 완료율을 높이세요.

| 위치     | HTML 위젯 활용 예시                       |
| ------ | ----------------------------------- |
| **상단** | 가입 혜택 안내 배너 (적립금, 웰컴 쿠폰, 첫 구매 혜택 등) |

***

### 로그인 페이지

재방문 고객이 쇼핑몰로 돌아오는 진입점입니다. 브랜드 아이덴티티와 로그인 혜택을 함께 전달하세요.

| 위치     | HTML 위젯 활용 예시            |
| ------ | ------------------------ |
| **상단** | 브랜드 아이덴티티 비주얼, 로그인 혜택 안내 |

***

### 작업 시 주의 사항

> 회원가입·로그인 페이지의 시스템 필수 섹션은 현재 삭제·숨김이 불가합니다. HTML 위젯은 해당 섹션의 위아래에 배치하는 방식으로 작업하세요.


---

# Agent Instructions: 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:

```
GET https://devcenter-help.nhn-commerce.com/design_editor/part3_guide/member.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
