한국어
← All categories
01

Layout & structure

Screens are not arranged at random. Where each piece goes has a name, and you need those names to know exactly what "please fix the header" is asking for.

14 terms14 live demos
GNB and LNB are Korean-only terms

A few words here are used only in the Korean web industry — GNB and LNB above all. Work with a Korean team and you will hear them constantly, but they do not travel: search for them in English and you will find almost nothing. Each term notes what the rest of the world calls it.

04

Local Navigation Bar

LNB · 로컬 내비게이션

When this comes up

"Give this page an LNB" — this comes up when a section has several pages underneath it.

A sub-menu used only inside one section. Click "Support" in the GNB and the vertical menu on the left that only exists in there is the LNB.

See it Try clicking
GNB — Product · Pricing · Support
Announcements
FAQ
Contact us
Content

The blue part is the LNB. It appears only inside "Support".

Easy to get wrong

Korean-only, like GNB. Elsewhere it is secondary navigation or side navigation. Because it usually takes the form of a sidebar, people mix the two up — but sidebar is a position, LNB is a role.

Using it on the job

On mobile there is no room to keep a vertical LNB on the left. The usual answer is horizontally scrolling tabs at the top, or collapsing it into a select. Draw that conversion in the mockup too.

Ask for it like this

Add an LNB (left-hand sub-menu) to the Support section. Mark the current item as active, and below 767px switch it to horizontally scrolling tabs at the top.

06

Content Area

콘텐츠 영역 · 본문 영역

When this comes up

Comes up in requests like "make only the content area scroll".

The main area the actual content sits in. Think of it as whatever is left after the header, footer and sidebar.

See it Try clicking
Header
Content area
Side
Footer
Ask for it like this

Keep the header and sidebar fixed, and make only the content area scroll.

07

Container

컨테이너 · 래퍼(Wrapper)

When this comes up

"Set the body to 1200" — this comes up when you need to stop content stretching too wide on large monitors.

An invisible box that caps the width of the content. However large the monitor gets, text stops running to the edges of the screen.

See it Try clicking
Container (e.g. 1200px)

Grey = the full screen width / blue = the maximum width the content sits in. Widen the window and the blue part does not grow.

Easy to get wrong

The 1200px in "set the body to 1200px" is the container width. The usual structure is to run background colour full-bleed while keeping only the content inside the container.

Using it on the job

Text-heavy pages want to be narrower (680–760px). When a line runs too long the eye struggles to find the next one.

Ask for it like this

Cap the content at a 1200px container and centre it. Let the background colour run the full width of the screen. Keep 20px of padding on the left and right.

Related terms
08

Grid System

그리드 시스템

When this comes up

"Line it up to the grid", "Set it on 12 columns" — this comes up when things look slightly out of alignment.

A rule that divides the screen into even vertical columns so positions and sizes line up. The web usually uses 12, because 12 divides cleanly by 2, 3, 4 and 6.

See it Try clicking
12-column grid
Content laid on top (8 + 4)
Content · 8 columns
Side · 4 columns
Easy to get wrong

A grid is a reason you can explain for why something sits where it does, rather than "it looked right". Mockups built without one end up with inconsistent values in development, which makes responsive work harder.

Ask for it like this

Set this on a 12-column grid — 24px gutters, 20px side margins. Put the main content on 8 columns and the sidebar on 4.

09

Column · Gutter · Margin

컬럼 · 거터 · 마진

When this comes up

When a developer asks "what is the gutter?". This is the moment you need to hand over exact grid values.

The three parts of a grid. A column is a vertical slot, a gutter is the gap between two columns, and the margin is the outer space at the edges of the screen.

See it Try clicking

Blue block = column · the gap between blocks = gutter · inside the yellow border = margin

Easy to get wrong

Lump all three together as "spacing" and a developer cannot act on it. Name them and give numbers — 24px gutter, 20px margin.

Ask for it like this

Grid values are 12 columns, 24px gutter, 20px side margins. On mobile switch to 4 columns, 16px gutter, 16px margins.

10

Section

섹션

When this comes up

"Add one more section" — on a landing page, the quote and the schedule are counted in these units.

A block of screen divided by meaning. A landing page is usually a run of sections like "hero + features + testimonials + pricing + contact".

See it Try clicking
① Hero
② Features
③ Testimonials
④ Pricing
⑤ Contact
Easy to get wrong

Freelance and agency quotes are often priced by the number of sections. Section count is workload, so it is safer to pin the number down before signing.

Ask for it like this

Build the landing page as five sections — hero / features / testimonials / pricing / contact. Use a consistent 80px of vertical space between sections (48px on mobile).

11

Hero Section

히어로 섹션 · 키 비주얼

When this comes up

"Make the top of the main page impactful" — the first discussion on any landing page is always this.

The key visual, core message and CTA at the very top of the page. This is where someone decides in three seconds what the service actually does.

See it Try clicking
Header
One line of core messageOne line of supporting textGet started
Easy to get wrong

Often confused with "main banner", but the hero states the identity of the service while a banner is advertising or promotion. Rotating event banners in the hero slot weakens the identity.

Ask for it like this

Build a hero section — one line of core message, one line of supporting text, one CTA button. Do not rotate several slides in a carousel; keep it to a single fixed view.

12

The Fold

더 폴드 · 스크롤 없이 보이는 영역

When this comes up

"Make the CTA visible without scrolling" — turns up whenever conversion rate is being discussed.

The area visible when the page opens, before any scrolling. The name comes from the top half of a folded newspaper.

See it Try clicking
— The fold (below this you have to scroll) —
Easy to get wrong

"Put the CTA above the fold" means make the button visible without scrolling. The fold sits differently on every device, so the right instruction is "check on our target devices", not "at N pixels".

Ask for it like this

Make sure the CTA button falls above the fold, visible without scrolling. Check it against both an iPhone SE (375×667) and a laptop (1440×800).

Related terms
13

Layout

레이아웃

When this comes up

"Shall we change the layout?" — when the discussion is about structure itself, before colour or imagery.

The structure of where elements go and how they are arranged. Strip out colour and images, leave only rectangles, and what you see is the layout.

See it Try clicking
Header
1 col
Header
Content
S
Header
M
Content
S

The same content becomes a completely different screen depending on the layout.

Ask for it like this

Build this page in two layouts so we can compare them — single column (full width) and two column (content plus sidebar).

14

z-index · Layer

z-index · 레이어 · 쌓임 순서

When this comes up

"The modal is hiding behind the header" — this comes up the moment that bug report arrives.

The value that decides which element sits on top when things overlap. Higher numbers come forward.

See it Try clicking
z-index: 1
z-index: 10
z-index: 100
Easy to get wrong

Bugs like "the modal is hiding behind the header" are nearly always z-index. Agree the stacking order for header, drawer, modal and toast at the start of the project and this never happens.

Using it on the job

Write the layers down. For example: base 0 / sticky header 100 / drawer 200 / modal 300 / toast 400. Pick numbers at random and you end up with several 9999s.

Ask for it like this

Please tidy up the z-index layers — header 100 / drawer 200 / modal 300 / toast 400. No arbitrary values like 9999; use this scale throughout.