> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/email/edit/using-edit-box/two-column.md).

# 2단

## 이 글에서는

에디터에서 2단 상자를 추가하고 구성하는 방법을 설명합니다.

***

### 2단 상자 추가하기

오른쪽 화면에서 \[2단] 상자를 왼쪽 화면으로 끌어 당깁니다. 이미지와 텍스트를 함께 입력할 수 있는 상자가 2단으로 생성됩니다.

### 위치 변경 및 구성 요소 조합하기

화면 중앙의 스와이프\[↔] 버튼을 눌러 상자의 위치를 변경할 수 있으며, 화면 오른쪽 \[구성 요소]에서 원치 않는 상자를 제거할 수도 있습니다.

\[2단] 상자를 클릭하면 나타나는 오른쪽 \[구성 요소] 화면에서 원하는 구성 요소만 선택해 조합할 수 있습니다.

* 예를 들어, 버튼만 선택하면 버튼 두 개를 나란히 배치할 수 있고,
* 이미지+텍스트, 텍스트+버튼 등 다양한 조합으로 활용할 수 있습니다.

**\*주의:** 모바일 환경에서는 자동으로 1단으로 변경되어 표시됩니다.

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

개별 상자를 사용하는 방법은 [이미지](/email/edit/using-edit-box/image.md), [텍스트](/email/edit/using-edit-box/text.md) 상자 도움말을 참고해 주세요.


---

# 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://help.stibee.com/email/edit/using-edit-box/two-column.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.
