# 장치에 맞게 반응형 화면 설정하기

디바이스 유형(데스크톱, 모바일)에 따라 반응형 화면을 제공합니다. 디스플레이 환경에 맞춰 편집기의 크기와 구성을 조정하여 최적의 사용자 경험을 제공합니다. 데스크톱에서는 더 많은 정보를 표시하고, 모바일에서는 간소화된 화면을 제공하고 있습니다.

모든 디바이스에서 간소화된 화면으로 보이기를 원한다면, 장치를 모바일로 설정하세요. 이를 통해 디바이스 상관 없이 간단하고 일관된 화면을 제공합니다.

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

<table data-header-hidden><thead><tr><th width="168"></th><th></th></tr></thead><tbody><tr><td><strong>반응형</strong></td><td>디바이스 환경에 맞춰 자동으로 최적화된 화면을 제공합니다.</td></tr><tr><td><strong>데스크톱</strong></td><td>디바이스에 상관없이 데스크톱 모드의 화면으로 고정됩니다.</td></tr><tr><td><strong>모바일</strong></td><td>디바이스에 상관없이 모바일 모드의 화면으로 고정됩니다.</td></tr></tbody></table>

{% hint style="warning" %}
모바일 화면에서는 아래와 같은 일부 기능이 지원되지 않습니다:

* 조회 선택기에서 필터하는 기능
* 제품 옵션 기능
* 라인 아이템 편집기에서 다중 삭제 기능
  {% endhint %}

### 데스크톱 화면

<div><figure><img src="/files/dJCrLbw3rx5yf5rIXF1R" alt=""><figcaption><p>조회 선택기</p></figcaption></figure> <figure><img src="/files/qHqLaONCNxgg5mHeBGo3" alt=""><figcaption><p>라인 아이템 편집기</p></figcaption></figure></div>

### 모바일 화면

<div><figure><img src="/files/S41PuWSZKODIqgPDN2nL" alt="" width="563"><figcaption><p>조회 선택기</p></figcaption></figure> <figure><img src="/files/17lHpM9ieMgh8aM5PUUd" alt="" width="563"><figcaption><p>라인 아이템 편집기</p></figcaption></figure></div>


---

# 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://help.smallbuilder.com/ko/smallbuilder-line-items/builder/default-setting/device.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.
