최근 수정 시각 : 2025-10-02 21:19:48

프로그래밍 글꼴


글꼴 관련 문서
{{{#!wiki style="margin:0 -10px -5px; min-height:calc(1.5em + 5px)"
{{{#!folding [ 펼치기 · 접기 ]
{{{#!wiki style="margin:-5px -1px -11px; word-break:keep-all"
손글씨
서예 · 캘리그래피 · 필기체 · 서명 · 필기 · 필적
필기도구 · 문방사우
분류
한글바탕 · 돋움
라틴 문자Vox-ATypI 분류 · 세리프 · 산세리프 · 이탤릭 · 작은 대문자 · 블랙레터 · 칠판체
한자관련 틀 참조
인쇄 / 디자인
활자(금속활자) · 합자 · 타이포그래피
포스트스크립트 · OTF · TTF · 웹 폰트 · 클리어타입 · 가변 글꼴
목록
글꼴 목록 · 상업용 목록 · 분류:글꼴
기타/관련 항목
속기 · 문자 체계 · 문장 부호 · 전각과 반각 · 볼드 · 프로그래밍 글꼴
}}}}}}}}} ||

1. 개요2. 특징
2.1. 합자2.2. 터미널 환경
3. 목록
3.1. 한글 지원
4. 기타

1. 개요

programming fonts / developer fonts

소스 코드 표시, 터미널 환경 렌더링, 마크업 문서화 등 프로그래밍이나 프로그래밍 관련 작업에 최적화된 특수 목적 글꼴 분류의 일종.

코딩용 글꼴, 개발자 글꼴 등으로도 불린다.

2. 특징

컴퓨터 프로그래밍 분야의 경우, 로마자뿐 아니라 각종 특수기호가 섞인 코드, 터미널[1] 화면을 많이 봐야 한다는 직업적 특성상 굉장히 실용적이면서도 특수한 글꼴이 요구된다. 요구 조건은 대략적으로 다음과 같다.
  1. 띄어쓰기, 들여쓰기를 명확하게 표시해야 하며 코드 길이를 세기 쉬워야 하기 때문에, 일반적으로 고정폭 글꼴이어야 한다.
  2. 같은 이유로 한글이나 한자를 글꼴에서 지원하는 경우 전각과 반각 사이의 자폭 비율이 깔끔한 정수로 나누어 떨어져 규칙적이다.[2] 그래야만 띄어쓰기 칸수가 명확하게 잘 보이기 때문이다.
  3. 헷갈리게 생긴 글자들 사이에 판독성이 좋아야 한다.[3] 대표적으로 구분이 잘 되어야 하는 글자들로는 다음 글자들이 뽑힌다.[4]

    1. 예시 고정폭 예시 설명

      0Ooㅇ 0Ooㅇ 숫자 영, 영문 대문자 오, 영문 소문자 오, 한글 이응

      1lI|!ㅣ 1lI|!ㅣ 숫자 일, 영문 소문자 엘, 영문 대문자 아이, 수직 바[5], 느낌표, 한글 이

      2Zz 2Zz 숫자 이, 영문 대문자 제트, 영문 소문자 제트

      5Ss 5Ss 숫자 오, 영문 대문자 에스, 영문 소문자 에스

      6b 6b 숫자 육, 영문 소문자 비

      8B 8B 숫자 팔, 영문 대문자 비

      9gq 9gq 숫자 구, 영문 소문자 쥐, 영문 소문자 큐

      ij ij 영문 소문자 아이, 영문 소문자 제이

      Vv, Ww Vv, Ww 영문 대문자와 소문자의 모양이 같은 경우

      __ __ 연속된 밑줄 문자의 갯수가 파악되는가
  4. 화면에서 코드 글씨가 작아지더라도 잘 보여야 한다. 보통 글꼴을 비트맵 글꼴로 제작하거나[6] 글꼴에 힌팅을 입히는 것으로[7] 충족한다.
  5. 컴퓨터 화면의 작은 글씨에서 잘 보여야 하기 때문에 글꼴에서 장식을 최대한 없앤다.[8] 이 때문에 코딩용 글꼴은 대부분 장식이 없는 돋움(민부리 글꼴)이다. 설사 장식이 있더라도 돋움(민부리글꼴)에 장식을 각지게 조금 붙인게 전부이기 때문에 일반적인 바탕(부리 글꼴) 모양의 코딩용 글꼴은 거의 없다.
  6. \¥로 렌더링되지 않는다.

이러한 요건을 최대한 만족하도록 만들어진 글꼴이 코딩용 글꼴이며, 보통 이름에 Mono 또는 Code가 붙어 코딩용 글꼴임을 알린다.

2.1. 합자

파일:cascadia code ligatures.png
Cascadia Code의 특수기호 합자표

프로그래밍 글꼴 일부는 소스 코드에 사용되는 연산자나 기호 등에 합자를 적극적으로 지원하기도 한다.

이를테면 !=를 입력하면 ≠로, >=를 입력하면 ≥로 보이는 식이다. 프로그래밍 특성상 기호가 연속해서 있으면 구분하기 어렵거나 순서를 헷갈리는 경우도 흔한데, 합자를 사용하면 이런 실수에 대해 즉각적인 시각적 피드백이 가능해진다. 가령 '작거나 같은' 비교 연산자를 써야 하는데 <=가 아닌 =>로 써버리는 경우, 익명 화살표 함수 문법이 있는 언어라면 ⩽가 아닌 ⇒로 보여져, 잘못 작성했음을 한눈에 알 수 있다.

또한 심미성이 원체 떨어지는 프로그래밍 글꼴에서, 나름의 스타일을 챙길 수 있다는 점 또한 소소한 장점이기도 하다. 가령 함수형 언어에서 파이프 연산자 |>를 사용할 시 일반적인 고정폭 폰트에서는 두 문자 사이의 최소 자간과 > 문자의 높이 차이로 인해 매끄럽게 이어지지 못하지만, 합자를 활성화하면 ▷처럼 두 기호가 깔끔하게 맞아 떨어지며 하나의 의미적 기호로써의 구분도 쉽고, 무엇보다 예쁘게(...) 보여지게 된다.

다만 합자로 인해 원본 소스 코드와의 시각적 차이가 조금은 존재하게 되는 것이니 개발자간 호불호도 굉장히 심한 편.# 특히 Julia 등과 같이 언어 문법 내에서 유니코드 특수문자를 사용하거나 문자열, 주석 등 안에 특수문자를 넣어 사용하는 경우, 실제 유니코드 특수문자와 합자로 만들어진 기호를 구분하기 힘들어 문제가 될 수 있다.

때문에 대부분의 프로그래밍 글꼴에는 합자 기능을 취향에 맞게 비활성화 할 수 있게 되어 있거나, 기능별로 빌드한 여러 폰트 파일을 배포하기도 한다.

2.2. 터미널 환경

파일:fira code console glyphs.png파일:fira code console glyphs dark.png
Fira Code의 콘솔 출력용 특수 글리프셋

파일:fira code progress.gif

소스 코드뿐만 아니라 터미널 환경, 콘솔 환경에서도 다양하게 활용될 수 있다. 고정폭 폰트인 만큼 터미널 환경에 적합한 것은 당연하며, 콘솔 환경에서 보여지는 다양한 box drawing이나 프로그레스 바 등 간단한 UI, ANSI 이스케이프 코드를 활용한 다양한 TUI 렌더링을 더 개선되어 보이도록 하는 자형이나 합자를 따로 지원하기도 한다.

더 나가면 아예 유니코드의 남는 공간을 아이콘 글리프로 매핑시켜 터미널에서 아이콘을 렌더할 수 있도록 하기도 하는데, 대표적인 구현체로는 nerd fonts 프로젝트가 있다. 이 경우 starship 등의 프롬프트 라인이나 eza 등의 ls 구현체에서 각종 아이콘이나 파일 형식을 보여줄 수 있으며, vim이나 Neovim의 확장에서 이를 지원한다면 vim 내 파일 탐색기에 아이콘을 띄울 수도 있다(!).

3. 목록

3.1. 한글 지원

2009년 이전에는 한글을 지원하는 코딩용 글꼴은 존재하지 않았으나, 네이버에서 나눔고딕코딩과 D2Coding을 출시한 이후 점차 한글 지원 프로그래밍 글꼴이 늘어나고 있다. 아래는 그 목록이다.
  • 나눔고딕코딩 - 다운로드 네이버에서 제작한 최초의 한글 코딩용 글꼴이다. 단, 나눔고딕 기반이라 굴림체 같다고 싫어하는 사람도 있다.
  • D2coding - 다운로드 네이버에서 제작한 코딩용 글꼴로, 나눔고딕코딩과 달리 나눔바른고딕 기반이다. 출시된지 제법 되었고 전반적으로 무난해서[9] 제일 대중적인 한글 코딩용 글꼴이다.
  • Souce Han Mono(본모노) - 다운로드 Adobe에서 제작한 본고딕(한글)과 Source Code Pro(영문) 기반 코딩용 글꼴이다. 다만 본고딕, Source Code Pro와는 달리 본모노의 업데이트는 끊겼으며, OTF 글꼴이기 때문에 작은 글씨에서 보기 안좋을 수도 있다.[10]
  • Sarasa Gothic - 다운로드 Belleve Invis라는 개발자가 본고딕(한글, 한자)과 Iosevka(영문) 폰트를 합쳐 본인 사용용으로 만들고 공개한 폰트. 본고딕과 달리 TTF 글꼴인데다 힌팅을 새로 해서 작은 글씨에서도 잘 보이고, 기울어진 글꼴도 기본 지원하고, 한자를 매우 잘 지원하며, 꾸준히 업데이트 되고 있는 것이 특장점이다. 소개 다만 Iosevka(영문) 글꼴의 자형에 호불호가 갈리는지라[11] 대중적으로 많이 쓰는 글꼴은 아니고, 쓰는 사람만 쓰는 글꼴이다.
  • Monoplex KR - 다운로드 본래의 IBM Plex Mono라는 코딩용 글꼴은 영문만 지원하고 한글은 지원하지 않았으나, IBM Plex Sans KR 글꼴을 합쳐 한글까지 지원하게 만든 글꼴. 다만 IBM Plex Sans KR와 IBM Plex Mono과 달리 업데이트가 끊겼다. 기울어진 글꼴까지 기본 지원하는게 장점.
  • Neo 둥근모 Code - 다운로드 90년대 폰트인 둥근모꼴을 TTF형태로 새로 제작하여 배포하는 폰트. 둥근모꼴 글꼴과 자형은 똑같은데 ligature 기능을 넣은 것이 달라졌다고 한다.
  • 앨리스 코딩체 - 다운로드 엘리스라는 AI 기업에서 공개, 배포하는 한글 코딩용 글꼴. 전반적으로 무난하며, 3가지 굵기를 지원한다.
  • 구름 산스 코드 - 다운로드 국내 IDE 개발 스타트업인 구름에서 공개, 배포하는 한글 코딩용 글꼴. 전반적으로 무난한데 볼드체가 기본 지원되지 않는다는 단점이 있다.

4. 기타

  • 최근에는 코딩용 글꼴만의 특장점을 다른 글꼴에서 도입하는 경우도 있다. 원인은 스마트폰의 보급 때문으로, 빽빽하고 작은 코드 글씨를 판독하기 좋게 만들어졌다는 코딩용 글꼴만의 장점이, 디스플레이가 작아서 글씨 크기도 작아진 스마트폰에서도 필요해졌기 때문이다. 다만 코딩용 글꼴 특성상 심미성은 조금 떨어진다고 평가받기도 한다. 영어 소문자 l(엘)을 특이하게 디자인해 코딩용 글꼴과 비슷해진 본고딕이 대표적인 예시이다.
  • programmingfonts.org라는 사이트에서 각종 프로그래밍 글꼴을 시험해 볼 수 있다.


[1] 터미널은 모두 고정폭 아닌가? 싶을 수 있지만 터미널에서 특수문자를 보여주기 위해 유니코드의 빈 공간을 매핑하는 별도 폰트마저 있을 정도다.[2] 보통 전각:반각=2:1 비율을 채택한다. 가끔 전각:반각=3:2 비율을 채택하는 경우도 있다.[3] 판독성을 좋게 하기 위해 심미성이 무시되는 경우도 있다. 이 때문에 일반적으로 코딩용 글꼴을 보면 살짝 못생기면서도 공업적인데 글자 구분은 잘되며 칸수가 딱 맞는다는 느낌을 받는다.[4] 닮은꼴 문자 문서를 참고하면 알겠지만, 주로 영문자와 한글에서 비슷하게 생긴 문자가 판별이 잘 될 것을 요구한다. 반면 (한국에서 제작된 코드에서는) 한자 등 다른 문자는 거의 쓰이지 않으므로 코딩용 글꼴에서도 헷갈리는 한자 디자인에는 별로 신경쓰지 않는 편이다.[5] 심지어 일부 코딩용 글꼴에서는 판독성을 위해 수직 바를 중간에 쪼개서 표현하는 경우도 있다. 유니코드에는 쪼개진 형태(¦)가 'BROKEN BAR'(U+00A6, &#166;, &brvbar;)라는 별도의 문자로 등록되어 있기 때문에 쪼개면 안되지만, 판독성 향상을 위해 유니코드 표준을 무시하는 코딩용 글꼴도 있는 것이다.[6] 큰 글씨에서는 외곽선 글꼴, 작은 글씨에서는 비트맵 글꼴을 채택하여 작은글씨에서만 비트맵 글씨가 보이게 세팅한 글꼴도 존재하는데, 대표적으로 굴림체가 있다. 굴림체는 8pt~18pt 구간에서 비트맵 글꼴이기 때문에 굉장히 선명하게 잘 보인다.[7] 힌팅이란, 아웃라인 폰트를 화면에 출력할 때(즉, 래스터라이징 처리할 때) 어떻게 출력할지 래스터라이저(글꼴을 화면에 보여주도록 렌더링하는 프로그램)에 힌트(hint)를 주는 안티에일리어싱 기술이다. 쉽게 말해서 글꼴에 힌팅을 입힌다면, 폰트를 작은 글씨로 출력할 때 비교적 글씨가 덜 깨지고 선명하게 보인다. TTF 형식의 글꼴은 트루타입 힌팅을 입힐 수 있어 어느 환경에서는 작은 글씨에서도 잘 보이도록 세팅할 수 있는데,(대신 이 세팅이 힘들기 때문에 글꼴 제작이 힘들고 돈이 많이 든다) 이 때문에 대부분의 코딩용 글꼴은 TTF 파일 형식이다. 반면에 OTF파일은 트루타입 힌팅을 입힐 수 없고 래스터라이저를 좋은 것을 써야 작은 글씨에서 잘보이는데, 이 때문에 일부 특정 환경에서는 작은 글씨에서는 글씨가 선명하게 안보이고 깨질 수 있다. 대표적으로 본고딕 글꼴의 경우, OTF 글꼴이기 때문에 클리어타입을 채택한 Windows에서는 작은 글씨에서 가독성이 안 좋다.[8] 이견의 여지는 있으나, 보통 타이포그래피 분야에서 장식이 있는 세리프 글꼴은 컴퓨터 화면용이 아니라 지면 인쇄용이다. 최근까지 컴퓨터 모니터의 해상도가 제한적이었기 때문에 세리프 글꼴의 장식 획을 제대로 표현하지 못하여 모니터로 볼 때에 장식이 있는 세리프 글꼴의 시인성이 매우 떨어졌기 때문이다.[9] 후술할 여러 코딩용 폰트들이 출시되었으나 D2coding 이후에 출시되어 입소문이 안 나서 많이 쓰지 않고, D2coding 전에 나온 나눔고딕코딩은 굴림체 같다고 싫어하는 사람이 많아서 결국 D2coding이 가장 무난하고 많이 선택받는 한글 코딩용 글꼴이 된 것이다.[10] 상술했듯이, OTF 형식의 글꼴은 트루타입 힌팅을 입힐 수 없고 래스터라이저를 좋은 것을 써야 작은 글씨에서 잘보이는데, 이 때문에 본모노는 일부 특정 환경에서는 작은 글씨에서는 글씨가 선명하게 안보이고 깨질 수 있다. 대표적으로 Windows에서 클리어타입을 켜놓은 기본 환경에서 글씨가 선명하게 안보이고 깨져서 보인다.[11] 타 코딩용 글꼴과 비교해보면, 자폭이 좁고 쓸데없이 각진부분이 많아 못생겨서 가독성이 떨어진다는 혹평이 있다. 다만 못생긴 편인것은 맞지만, 코딩용 글꼴이라는 점을 고려해봤을 때 이해할 만 하고 가독성은 좋다는 호평도 있다.

#!if version2 == null
{{{#!wiki style="border:1px solid gray;border-top:5px solid gray;padding:7px;margin-bottom:0px"
[[크리에이티브 커먼즈 라이선스|[[파일:CC-white.svg|width=22.5px]]]] 이 문서의 내용 중 전체 또는 일부는 {{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/글꼴/분류|글꼴/분류]]}}}{{{#!if external != "o"
[[글꼴/분류]]}}}}}} 문서의 {{{#!if uuid == null
'''uuid not found'''}}}{{{#!if uuid != null
[[https://namu.wiki/w/글꼴/분류?uuid=238e0683-4550-45ac-9d05-40336c79b6b2|r64]]}}} 판{{{#!if paragraph != null
, [[https://namu.wiki/w/글꼴/분류?uuid=238e0683-4550-45ac-9d05-40336c79b6b2#s-4.1.2.1|4.1.2.1번 문단]]}}}에서 가져왔습니다. [[https://namu.wiki/history/글꼴/분류?from=64|이전 역사 보러 가기]]}}}
#!if version2 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="border:1px solid gray;border-top:5px solid gray;padding:7px;margin-bottom:0px"
[[크리에이티브 커먼즈 라이선스|[[파일:CC-white.svg|width=22.5px]]]] 이 문서의 내용 중 전체 또는 일부는 다른 문서에서 가져왔습니다.
{{{#!wiki style="text-align: center"
{{{#!folding [ 펼치기 · 접기 ]
{{{#!wiki style="text-align: left; padding: 0px 10px"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/글꼴/분류|글꼴/분류]]}}}{{{#!if external != "o"
[[글꼴/분류]]}}}}}} 문서의 {{{#!if uuid == null
'''uuid not found'''}}}{{{#!if uuid != null
[[https://namu.wiki/w/글꼴/분류?uuid=238e0683-4550-45ac-9d05-40336c79b6b2|r64]]}}} 판{{{#!if paragraph != null
, [[https://namu.wiki/w/글꼴/분류?uuid=238e0683-4550-45ac-9d05-40336c79b6b2#s-4.1.2.1|4.1.2.1번 문단]]}}} ([[https://namu.wiki/history/글꼴/분류?from=64|이전 역사]])
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid2 == null
'''uuid2 not found'''}}}{{{#!if uuid2 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph2 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]]){{{#!if version3 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid3 == null
'''uuid3 not found'''}}}{{{#!if uuid3 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph3 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version4 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid4 == null
'''uuid4 not found'''}}}{{{#!if uuid4 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph4 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version5 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid5 == null
'''uuid5 not found'''}}}{{{#!if uuid5 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph5 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version6 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid6 == null
'''uuid6 not found'''}}}{{{#!if uuid6 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph6 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version7 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid7 == null
'''uuid7 not found'''}}}{{{#!if uuid7 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph7 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version8 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid8 == null
'''uuid8 not found'''}}}{{{#!if uuid8 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph8 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version9 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid9 == null
'''uuid9 not found'''}}}{{{#!if uuid9 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph9 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version10 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid10 == null
'''uuid10 not found'''}}}{{{#!if uuid10 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph10 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version11 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid11 == null
'''uuid11 not found'''}}}{{{#!if uuid11 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph11 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version12 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid12 == null
'''uuid12 not found'''}}}{{{#!if uuid12 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph12 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version13 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid13 == null
'''uuid13 not found'''}}}{{{#!if uuid13 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph13 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version14 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid14 == null
'''uuid14 not found'''}}}{{{#!if uuid14 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph14 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version15 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid15 == null
'''uuid15 not found'''}}}{{{#!if uuid15 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph15 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version16 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid16 == null
'''uuid16 not found'''}}}{{{#!if uuid16 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph16 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version17 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid17 == null
'''uuid17 not found'''}}}{{{#!if uuid17 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph17 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version18 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid18 == null
'''uuid18 not found'''}}}{{{#!if uuid18 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph18 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version19 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid19 == null
'''uuid19 not found'''}}}{{{#!if uuid19 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph19 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version20 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid20 == null
'''uuid20 not found'''}}}{{{#!if uuid20 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph20 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version21 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid21 == null
'''uuid21 not found'''}}}{{{#!if uuid21 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph21 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version22 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid22 == null
'''uuid22 not found'''}}}{{{#!if uuid22 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph22 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version23 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid23 == null
'''uuid23 not found'''}}}{{{#!if uuid23 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph23 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version24 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid24 == null
'''uuid24 not found'''}}}{{{#!if uuid24 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph24 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version25 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid25 == null
'''uuid25 not found'''}}}{{{#!if uuid25 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph25 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version26 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid26 == null
'''uuid26 not found'''}}}{{{#!if uuid26 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph26 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version27 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid27 == null
'''uuid27 not found'''}}}{{{#!if uuid27 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph27 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version28 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid28 == null
'''uuid28 not found'''}}}{{{#!if uuid28 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph28 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version29 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid29 == null
'''uuid29 not found'''}}}{{{#!if uuid29 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph29 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version30 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid30 == null
'''uuid30 not found'''}}}{{{#!if uuid30 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph30 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version31 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid31 == null
'''uuid31 not found'''}}}{{{#!if uuid31 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph31 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version32 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid32 == null
'''uuid32 not found'''}}}{{{#!if uuid32 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph32 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version33 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid33 == null
'''uuid33 not found'''}}}{{{#!if uuid33 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph33 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version34 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid34 == null
'''uuid34 not found'''}}}{{{#!if uuid34 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph34 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version35 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid35 == null
'''uuid35 not found'''}}}{{{#!if uuid35 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph35 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version36 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid36 == null
'''uuid36 not found'''}}}{{{#!if uuid36 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph36 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version37 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid37 == null
'''uuid37 not found'''}}}{{{#!if uuid37 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph37 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version38 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid38 == null
'''uuid38 not found'''}}}{{{#!if uuid38 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph38 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version39 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid39 == null
'''uuid39 not found'''}}}{{{#!if uuid39 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph39 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version40 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid40 == null
'''uuid40 not found'''}}}{{{#!if uuid40 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph40 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version41 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid41 == null
'''uuid41 not found'''}}}{{{#!if uuid41 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph41 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version42 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid42 == null
'''uuid42 not found'''}}}{{{#!if uuid42 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph42 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version43 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid43 == null
'''uuid43 not found'''}}}{{{#!if uuid43 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph43 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version44 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid44 == null
'''uuid44 not found'''}}}{{{#!if uuid44 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph44 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version45 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid45 == null
'''uuid45 not found'''}}}{{{#!if uuid45 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph45 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version46 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid46 == null
'''uuid46 not found'''}}}{{{#!if uuid46 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph46 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version47 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid47 == null
'''uuid47 not found'''}}}{{{#!if uuid47 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph47 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version48 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid48 == null
'''uuid48 not found'''}}}{{{#!if uuid48 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph48 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version49 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid49 == null
'''uuid49 not found'''}}}{{{#!if uuid49 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph49 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version50 != null
{{{#!wiki style="display: block;"

{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid50 == null
'''uuid50 not found'''}}}{{{#!if uuid50 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph50 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}}}}}}}}}}}}}}}}