틀:정보상자/styles.css: 두 판 사이의 차이

식물 vs 좀비 위키
둘러보기로 이동 검색으로 이동
편집 요약 없음
태그: 되돌려진 기여 모바일 편집 모바일 웹 편집
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집
 
(같은 사용자의 중간 판 80개는 보이지 않습니다)
1번째 줄: 1번째 줄:
.infobox {
.infobox {
--infobox-frame: #895f54;
--infobox-outer: #5d3b30;
--infobox-frame-dark: #69453d;
--infobox-outer-edge: #45291f;
--infobox-shell: #d8b9a9;
--infobox-inner: #ead5af;
--infobox-paper: #fff8f1;
--infobox-inner-edge: #c8aa7e;
--infobox-rule: #d2afa0;
--infobox-panel: #f3e8d7;
--infobox-label: #9a695c;
--infobox-image-box: #f7f1e7;
--infobox-label-border: #744b42;
--infobox-image-pattern: rgba(145, 87, 70, 0.025);
--infobox-label-divider: #c99e8e;
--infobox-image-line: #875340;
--infobox-label-text: #fffaf6;
--infobox-ribbon: #875340;
--infobox-title: #78483b;
--infobox-row-bg: #f7efe4;
--infobox-title-border: #5b342c;
--infobox-row-edge: #bca184;
--infobox-text-outline: #4f2d25;
--infobox-row-divider: #d5c0aa;
--infobox-ink: #50382f;
--infobox-details-bg: #f1e4d2;
--infobox-link: #925744;
--infobox-detail-label-bg: #ead9c2;
--infobox-link-hover: #683a2d;
--infobox-detail-value-bg: #f6ecde;
--infobox-focus: #aa7564;
--infobox-caption-bg: #efe2d2;
--infobox-stitch: rgba(111, 70, 61, 0.38);
--infobox-label-text: #231915;
--infobox-shadow: rgba(83, 46, 38, 0.2);
--infobox-text: #493329;
--infobox-cell-shadow: rgba(99, 57, 46, 0.08);
--infobox-link: #8f573f;
--infobox-nail: #aaa29d;
--infobox-link-hover: #653929;
--infobox-nail-border: #746d69;
--infobox-focus: #ad775f;
--infobox-nail-highlight: #ece9e6;
--infobox-title-text: #fffaf4;
--infobox-text-outline: #472b20;
--infobox-shadow: rgba(68, 42, 31, 0.16);
--infobox-shape-shadow: rgba(69, 41, 31, 0.24);
--infobox-background-shadow: rgba(69, 41, 31, 0.2);


position: relative;
position: relative;
isolation: isolate;
float: right;
float: right;
clear: right;
clear: right;
30번째 줄: 33번째 줄:
max-width: 100%;
max-width: 100%;
margin: 0 0 1.25rem 1.25rem;
margin: 0 0 1.25rem 1.25rem;
padding: 0.78rem;
padding: 1.05rem 0.48rem 1.18rem;
border: 2px solid var(--infobox-frame-dark);
border: 3px solid var(--infobox-outer-edge);
border-radius: 22px;
border-radius: 24px;
box-sizing: border-box;
box-sizing: border-box;
background: var(--infobox-shell);
background: var(--infobox-inner);
color: var(--infobox-ink);
color: var(--infobox-text);
font-family:
font-family:
"SB Aggro L",
"SB Aggro L",
48번째 줄: 51번째 줄:
font-weight: 300;
font-weight: 300;
line-height: 1.55;
line-height: 1.55;
box-shadow: 0 10px 25px var(--infobox-shadow);
box-shadow: 0 0 22px 3px var(--infobox-shadow);
overflow: hidden;
filter: drop-shadow(0 0 5px rgba(69, 41, 31, 0.34));
overflow: visible;
}
}


.infobox::before {
.infobox::before {
position: absolute;
position: absolute;
z-index: -2;
top: 6px;
top: 0;
right: 6px;
right: 0;
bottom: 6px;
bottom: 0;
left: 6px;
left: 0;
border: 3px solid var(--infobox-inner-edge);
border-radius: 20px;
border-radius: 18px;
background-image: url("/wiki/Special:Redirect/file/paper_texture.png");
background-repeat: repeat;
background-position: left top;
background-size: 520px auto;
content: "";
opacity: 0.025;
pointer-events: none;
}
 
.infobox::after {
position: absolute;
z-index: -1;
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
border: 1px dashed var(--infobox-stitch);
border-radius: 16px;
box-sizing: border-box;
box-sizing: border-box;
content: "";
content: "";
94번째 줄: 80번째 줄:
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
width: 100%;
width: calc(100% - 24px);
min-height: 0;
margin: 0.46rem auto 0;
padding: 0.9rem 2.7rem;
padding: 0.76rem 2.35rem 0.7rem;
border: 2px solid var(--infobox-title-border);
border: 0;
border-radius: 0;
clip-path: polygon(
8px 0,
calc(100% - 8px) 0,
100% 8px,
100% calc(100% - 8px),
calc(100% - 8px) 100%,
8px 100%,
0 calc(100% - 8px),
0 8px
);
box-sizing: border-box;
box-sizing: border-box;
background-color: var(--infobox-title);
background: transparent;
background-image:
color: var(--infobox-title-text);
linear-gradient(
isolation: isolate;
rgba(120, 72, 59, 0.9),
rgba(120, 72, 59, 0.9)
),
url("/wiki/Special:Redirect/file/wood_texture.png");
background-repeat:
no-repeat,
repeat;
background-position:
center,
center;
background-size:
100% 100%,
360px auto;
color: #fffaf6;
font-family:
font-family:
"SB Aggro B",
"SB Aggro B",
136번째 줄: 97번째 줄:
"Noto Sans KR",
"Noto Sans KR",
sans-serif;
sans-serif;
font-size: 1.3rem;
font-size: 1.36rem;
font-weight: 700;
font-weight: 700;
letter-spacing: -0.025em;
line-height: 1.14;
line-height: 1.12;
letter-spacing: -0.03em;
text-align: center;
text-align: center;
filter:
drop-shadow(0 3px 2px rgba(69, 41, 31, 0.38))
drop-shadow(0 1px 1px rgba(69, 41, 31, 0.24));
text-shadow:
text-shadow:
-1px -1px 0 var(--infobox-text-outline),
-2px -2px 0 var(--infobox-text-outline),
0 -1px 0 var(--infobox-text-outline),
0 -2px 0 var(--infobox-text-outline),
1px -1px 0 var(--infobox-text-outline),
2px -2px 0 var(--infobox-text-outline),
-1px 0 0 var(--infobox-text-outline),
-2px 0 0 var(--infobox-text-outline),
1px 0 0 var(--infobox-text-outline),
2px 0 0 var(--infobox-text-outline),
-1px 1px 0 var(--infobox-text-outline),
-2px 2px 0 var(--infobox-text-outline),
0 1px 0 var(--infobox-text-outline),
0 2px 0 var(--infobox-text-outline),
1px 1px 0 var(--infobox-text-outline),
2px 2px 0 var(--infobox-text-outline),
0 2px 2px rgba(55, 29, 24, 0.35);
-1px -2px 0 var(--infobox-text-outline),
filter: drop-shadow(0 3px 2px rgba(79, 42, 34, 0.25));
1px -2px 0 var(--infobox-text-outline),
-2px -1px 0 var(--infobox-text-outline),
2px -1px 0 var(--infobox-text-outline),
-2px 1px 0 var(--infobox-text-outline),
2px 1px 0 var(--infobox-text-outline),
-1px 2px 0 var(--infobox-text-outline),
1px 2px 0 var(--infobox-text-outline);
overflow-wrap: anywhere;
overflow-wrap: anywhere;
word-break: keep-all;
word-break: keep-all;
}
/* 이름칸 왼쪽 못 */
.infobox__title::before {
position: absolute;
top: 50%;
left: 0.72rem;
width: 10px;
height: 10px;
border: 1px solid var(--infobox-nail-border);
border-radius: 50%;
box-sizing: border-box;
background-color: var(--infobox-nail);
background-image:
radial-gradient(
circle at 68% 28%,
var(--infobox-nail-highlight) 0,
var(--infobox-nail-highlight) 1px,
transparent 2px
);
box-shadow:
0 1px 1px rgba(54, 44, 40, 0.45),
inset 0 -1px rgba(75, 68, 64, 0.25);
content: "";
transform: translateY(-50%);
}
/* 이름칸 오른쪽 못 */
.infobox__title::after {
position: absolute;
top: 50%;
right: 0.72rem;
width: 10px;
height: 10px;
border: 1px solid var(--infobox-nail-border);
border-radius: 50%;
box-sizing: border-box;
background-color: var(--infobox-nail);
background-image:
radial-gradient(
circle at 68% 28%,
var(--infobox-nail-highlight) 0,
var(--infobox-nail-highlight) 1px,
transparent 2px
);
box-shadow:
0 1px 1px rgba(54, 44, 40, 0.45),
inset 0 -1px rgba(75, 68, 64, 0.25);
content: "";
transform: translateY(-50%);
}
}


.infobox__title p {
.infobox__title p {
position: relative;
z-index: 1;
margin: 0;
margin: 0;
font: inherit;
font: inherit;
215번째 줄: 133번째 줄:
}
}


.infobox__title::before {
position: absolute;
z-index: -1;
inset: 0;
background: var(--infobox-ribbon);
clip-path: polygon(
0 0,
100% 0,
calc(100% - 16px) 50%,
100% 100%,
0 100%,
16px 50%
);
content: "";
pointer-events: none;
}
/* 내부 영역 */
.infobox__panel {
.infobox__panel {
margin-top: 0.68rem;
margin-top: 0.58rem;
padding: 0;
padding: 0 0.08rem 0.1rem;
border: 0;
border-radius: 0;
background: transparent;
background: transparent;
overflow: visible;
}
}


.infobox__image,
/* 이미지칸 */
.infobox__details {
.infobox__image {
position: relative;
position: relative;
z-index: 1;
display: block;
}
width: calc(100% - 24px);
 
margin: 1.55rem auto 1.75rem;
/* 사진칸 */
padding: 0.5rem;
.infobox__image {
border: 1px solid var(--infobox-row-edge);
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 82px;
max-height: 225px;
padding: 0.58rem;
border: 1px solid var(--infobox-rule);
border-radius: 11px;
border-radius: 11px;
box-sizing: border-box;
box-sizing: border-box;
background: var(--infobox-paper);
background-color: var(--infobox-image-box);
box-shadow: 0 3px 8px var(--infobox-cell-shadow);
overflow: hidden;
}
 
.infobox__image::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image:
background-image:
linear-gradient(
linear-gradient(
45deg,
45deg,
rgba(145, 87, 70, 0.025) 25%,
var(--infobox-image-pattern) 25%,
transparent 25%,
transparent 25%,
transparent 75%,
transparent 75%,
rgba(145, 87, 70, 0.025) 75%
var(--infobox-image-pattern) 75%
),
),
linear-gradient(
linear-gradient(
-45deg,
-45deg,
rgba(145, 87, 70, 0.025) 25%,
var(--infobox-image-pattern) 25%,
transparent 25%,
transparent 25%,
transparent 75%,
transparent 75%,
rgba(145, 87, 70, 0.025) 75%
var(--infobox-image-pattern) 75%
);
);
background-repeat: repeat;
background-position:
background-position:
0 0,
0 0,
8px 8px;
8px 8px;
background-size: 16px 16px;
background-size: 16px 16px;
box-shadow:
0 4px 11px rgba(68, 42, 31, 0.1),
inset 0 0 0 3px rgba(255, 250, 242, 0.16);
overflow: visible;
text-align: center;
}
.infobox__image::before {
position: absolute;
z-index: 0;
top: 6px;
right: 6px;
bottom: 6px;
left: 6px;
border: 1px solid rgba(135, 83, 64, 0.14);
border-radius: 7px;
box-sizing: border-box;
content: "";
content: "";
pointer-events: none;
pointer-events: none;
}
}


/* 오른쪽 아래 짧은 선 */
.infobox__image::after {
.infobox__image::after {
position: absolute;
position: absolute;
right: 0.7rem;
z-index: 1;
bottom: 0.52rem;
right: 0.78rem;
bottom: 0.54rem;
width: 30px;
width: 30px;
height: 3px;
height: 3px;
border-radius: 3px;
border-radius: 3px;
background: var(--infobox-label);
background: var(--infobox-image-line);
content: "";
content: "";
opacity: 0.38;
opacity: 0.52;
pointer-events: none;
}
}


.infobox__image a,
/* 이미지 */
.infobox__image img {
.infobox__image-media {
position: relative;
position: relative;
z-index: 1;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 0;
max-height: 320px;
box-sizing: border-box;
}
 
.infobox__image-media > a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
}


.infobox__image img {
.infobox__image-media img,
.infobox__image-media .mw-file-element {
display: block;
display: block;
width: auto;
width: auto;
max-width: 100%;
max-width: 100%;
height: auto;
height: auto;
max-height: 198px;
max-height: 320px;
margin: 0 auto;
margin: 0 auto;
object-fit: contain;
object-fit: contain;
filter: drop-shadow(0 3px 2px rgba(82, 48, 39, 0.14));
filter:
drop-shadow(0 3px 2px rgba(69, 41, 31, 0.68))
drop-shadow(0 1px 1px rgba(69, 41, 31, 0.48)) !important;
}
}


/* 정보칸 */
/* 별도 설명문 */
.infobox__details {
.infobox__image-caption {
width: 100%;
position: relative;
margin: 0.3rem 0 -0.22rem;
z-index: 5;
border: 0;
width: calc(100% - 0.8rem);
border-collapse: separate;
margin: -1.8rem auto -0.9rem;
border-spacing: 0 0.3rem;
padding: 0.56rem 0.66rem;
table-layout: fixed;
border: 1px solid var(--infobox-row-edge);
background: transparent;
border-radius: 9px;
box-sizing: border-box;
box-sizing: border-box;
background: var(--infobox-caption-bg);
box-shadow: 0 3px 8px rgba(68, 42, 31, 0.1);
color: #5a463d;
font-family:
font-family:
"SB Aggro L",
"SB Aggro L",
324번째 줄: 280번째 줄:
"Noto Sans KR",
"Noto Sans KR",
sans-serif;
sans-serif;
font-size: 0.78rem;
font-weight: 300;
font-style: italic;
line-height: 1.42;
text-align: center;
overflow-wrap: anywhere;
word-break: keep-all;
transform: translateY(1.18rem);
}
.infobox__image-caption p {
margin: 0;
font: inherit;
}
/* 정보칸 */
.infobox__details {
width: calc(100% - 24px);
margin: 0 auto;
padding: 0;
border: 1px solid var(--infobox-row-edge);
border-collapse: separate;
border-spacing: 0;
border-radius: 12px;
table-layout: fixed;
background: var(--infobox-detail-value-bg);
box-sizing: border-box;
box-shadow: none;
box-shadow: none;
overflow: visible;
overflow: hidden;
}
}


.infobox__image + .infobox__details {
.infobox__details tbody {
margin-top: 0.3rem;
display: block;
width: 100%;
}
}


.infobox__details tr {
.infobox__details tr {
position: relative;
display: grid;
grid-template-columns: minmax(0, 31%) minmax(0, 69%);
width: 100%;
background: transparent;
background: transparent;
}
.infobox__details tr::before {
position: absolute;
z-index: 0;
top: 0;
bottom: 0;
left: 0;
width: 31%;
background: var(--infobox-detail-label-bg);
content: "";
pointer-events: none;
}
}


339번째 줄: 339번째 줄:
.infobox__details td {
.infobox__details td {
position: relative;
position: relative;
z-index: 1;
display: block;
width: auto;
min-width: 0;
min-width: 0;
padding: 0.54rem;
max-width: 100%;
padding: 0.62rem 0.72rem;
border: 0;
border-radius: 0;
box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
background: transparent;
line-height: 1.42;
line-height: 1.4;
overflow: hidden;
text-align: left;
max-height: 11.2em;
overflow-x: hidden;
overflow-y: auto;
white-space: normal;
word-break: break-word;
overflow-wrap: anywhere;
}
 
 
.infobox__details tr:not(:last-child) {
border-bottom: 1px solid var(--infobox-row-divider);
}
}


/* 항목명 */
.infobox__details th {
.infobox__details th {
width: 32%;
width: auto;
border: 1px solid var(--infobox-label-border);
background: transparent;
border-right-color: var(--infobox-label-divider);
border-radius: 10px 0 0 10px;
background: var(--infobox-label);
color: var(--infobox-label-text);
color: var(--infobox-label-text);
font-family:
font-family:
364번째 줄: 377번째 줄:
"Noto Sans KR",
"Noto Sans KR",
sans-serif;
sans-serif;
font-size: 0.82rem;
font-size: 0.83rem;
font-weight: 500;
font-weight: 500;
text-align: left;
vertical-align: top;
text-shadow:
text-shadow: none;
-1px -1px 0 var(--infobox-text-outline),
0 -1px 0 var(--infobox-text-outline),
1px -1px 0 var(--infobox-text-outline),
-1px 0 0 var(--infobox-text-outline),
1px 0 0 var(--infobox-text-outline),
-1px 1px 0 var(--infobox-text-outline),
0 1px 0 var(--infobox-text-outline),
1px 1px 0 var(--infobox-text-outline);
word-break: keep-all;
word-break: keep-all;
box-shadow: 0 2px 4px rgba(86, 49, 41, 0.13);
}
.infobox__details th::after {
display: none;
}
}


/* 항목값 */
.infobox__details td {
.infobox__details td {
width: 68%;
width: auto;
border: 1px solid var(--infobox-rule);
color: var(--infobox-text);
border-left: 0;
border-radius: 0 10px 10px 0;
background: var(--infobox-paper);
color: var(--infobox-ink);
font-family:
font-family:
"SB Aggro L",
"SB Aggro L",
401번째 줄: 396번째 줄:
"Noto Sans KR",
"Noto Sans KR",
sans-serif;
sans-serif;
font-size: 0.89rem;
font-size: 0.9rem;
font-weight: 300;
font-weight: 300;
text-align: left;
vertical-align: middle;
word-break: break-word;
overflow-wrap: anywhere;
overflow-wrap: anywhere;
word-break: break-word;
box-shadow: 0 2px 5px var(--infobox-cell-shadow);
}
}


.infobox__details p {
 
margin: 0.14em 0;
.infobox b,
.infobox strong {
font-family:
"SB Aggro M",
"SB 어그로 M",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-weight: 500;
}
 
.infobox b a,
.infobox strong a,
.infobox a b,
.infobox a strong {
font-family: inherit;
font-weight: inherit;
}
 
/* 섹션 제목 */
.infobox__section-title,
.infobox__subtitle,
.infobox__panel > h2,
.infobox__panel > h3 {
position: relative;
display: block;
width: calc(100% - 14px);
margin: 0.9rem auto 0.62rem;
padding: 0.7rem 2.04rem 0.7rem 1.18rem;
border: 0;
box-sizing: border-box;
background: var(--infobox-ribbon);
clip-path: polygon(
0 0,
100% 0,
calc(100% - 12px) 50%,
100% 100%,
0 100%,
12px 50%
);
color: var(--infobox-title-text);
font-family:
"SB Aggro B",
"SB 어그로 B",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 1.08rem;
font-weight: 700;
line-height: 1.14;
text-align: center;
text-shadow:
-1px -1px 0 var(--infobox-text-outline),
0 -1px 0 var(--infobox-text-outline),
1px -1px 0 var(--infobox-text-outline),
-1px 0 0 var(--infobox-text-outline),
1px 0 0 var(--infobox-text-outline),
-1px 1px 0 var(--infobox-text-outline),
0 1px 0 var(--infobox-text-outline),
1px 1px 0 var(--infobox-text-outline);
}
 
.infobox__section-title::after,
.infobox__subtitle::after,
.infobox__panel > h2::after,
.infobox__panel > h3::after {
position: absolute;
top: 50%;
right: 0.84rem;
width: 0;
height: 0;
border-top: 8px solid var(--infobox-outer-edge);
border-right: 8px solid transparent;
border-left: 8px solid transparent;
content: "";
transform: translateY(-34%);
}
 
/* 섹션 본문 */
.infobox__section-body,
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
width: calc(100% - 14px);
margin: 0 auto 0.36rem;
padding: 0.84rem 0.92rem;
border: 1px solid var(--infobox-row-edge);
border-radius: 7px;
box-sizing: border-box;
background: var(--infobox-panel);
color: var(--infobox-text);
font-size: 0.92rem;
line-height: 1.48;
}
 
/* 공통 텍스트 */
.infobox__details p,
.infobox__section-body p,
.infobox__listbox p,
.infobox__games p,
.infobox__appearance-list p {
margin: 0.1em 0;
font: inherit;
font: inherit;
}
}


.infobox__details ul,
.infobox__details ul,
.infobox__details ol {
.infobox__details ol,
margin: 0.18em 0 0.18em 1.1em;
.infobox__section-body ul,
.infobox__section-body ol,
.infobox__listbox ul,
.infobox__listbox ol,
.infobox__games ul,
.infobox__games ol,
.infobox__appearance-list ul,
.infobox__appearance-list ol {
margin: 0.14em 0 0.14em 1.12em;
padding: 0;
padding: 0;
font: inherit;
font: inherit;
}
}


.infobox__details li {
.infobox__details li,
.infobox__section-body li,
.infobox__listbox li,
.infobox__games li,
.infobox__appearance-list li {
margin: 0.1em 0;
margin: 0.1em 0;
font: inherit;
font: inherit;
429번째 줄: 542번째 줄:
.infobox sup,
.infobox sup,
.infobox__details small,
.infobox__details small,
.infobox__details sup {
.infobox__details sup,
.infobox__section-body small,
.infobox__section-body sup,
.infobox__listbox small,
.infobox__listbox sup,
.infobox__games small,
.infobox__games sup,
.infobox__appearance-list small,
.infobox__appearance-list sup {
position: static;
position: static;
top: auto;
top: auto;
435번째 줄: 556번째 줄:
vertical-align: baseline;
vertical-align: baseline;
line-height: inherit;
line-height: inherit;
font-size: 0.85em;
}
}


450번째 줄: 572번째 줄:


.infobox a:focus {
.infobox a:focus {
border-radius: 3px;
outline: 2px solid var(--infobox-focus);
outline: 2px solid var(--infobox-focus);
outline-offset: 2px;
outline-offset: 2px;
}
}


/* 720px 이하 */
@media screen and (max-width: 720px) {
@media screen and (max-width: 720px) {
.infobox {
.infobox {
462번째 줄: 584번째 줄:
max-width: 100%;
max-width: 100%;
margin: 0 0 1.1rem;
margin: 0 0 1.1rem;
padding: 0.68rem;
padding: 1rem 0.42rem 1.08rem;
border-radius: 20px;
border-radius: 22px;
font-size: 1rem;
font-size: 1rem;
line-height: 1.55;
box-shadow: 0 8px 20px var(--infobox-shadow);
}
}


.infobox::before {
.infobox::before {
border-radius: 18px;
top: 5px;
}
right: 5px;
 
bottom: 5px;
.infobox::after {
left: 5px;
border-radius: 15px;
border-radius: 17px;
}
}


.infobox__title {
.infobox__title {
padding: 1rem 2.9rem;
width: calc(100% - 20px);
font-size: 1.65rem;
margin: 0.42rem auto 0;
line-height: 1.12;
padding: 0.72rem 2rem 0.66rem;
font-size: 1.54rem;
}
}


.infobox__title::before {
.infobox__image {
left: 0.84rem;
width: calc(100% - 20px);
width: 12px;
margin-top: 1.45rem;
height: 12px;
margin-bottom: 1.65rem;
padding: 0.48rem;
}
}


.infobox__title::after {
.infobox__image-caption {
right: 0.84rem;
transform: translateY(1rem);
width: 12px;
height: 12px;
}
}


.infobox__panel {
.infobox__details {
margin-top: 0.62rem;
width: calc(100% - 20px);
border-radius: 12px;
overflow: hidden;
}
}


.infobox__image {
.infobox__details th,
min-height: 90px;
.infobox__details td {
max-height: 235px;
padding: 0.52rem 0.72rem;
padding: 0.58rem;
}
}


.infobox__image img {
max-height: 208px;
}


.infobox__details {
.infobox__details th {
width: 100%;
width: auto;
margin-right: 0;
font-size: 0.96rem;
margin-left: 0;
border-spacing: 0 0.28rem;
}
}


.infobox__image + .infobox__details {
.infobox__details td {
margin-top: 0.28rem;
width: auto;
font-size: 1rem;
}
}


.infobox__details th,
.infobox__section-title,
.infobox__details td {
.infobox__subtitle,
padding: 0.58rem;
.infobox__panel > h2,
line-height: 1.42;
.infobox__panel > h3,
.infobox__section-body,
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
width: calc(100% - 10px);
}
}


.infobox__details th {
.infobox__section-title,
width: 30%;
.infobox__subtitle,
font-size: 0.96rem;
.infobox__panel > h2,
.infobox__panel > h3 {
font-size: 1.2rem;
}
}


.infobox__details td {
.infobox__section-body,
width: 70%;
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
font-size: 1rem;
font-size: 1rem;
}
}
}
}


/* 480px 이하 */
@media screen and (max-width: 480px) {
@media screen and (max-width: 480px) {
.infobox {
.infobox {
padding: 0.56rem;
padding: 0.92rem 0.34rem 0.96rem;
border-radius: 18px;
border-radius: 19px;
}
}


.infobox::before {
.infobox::before {
border-radius: 16px;
}
.infobox::after {
top: 4px;
top: 4px;
right: 4px;
right: 4px;
556번째 줄: 679번째 줄:


.infobox__title {
.infobox__title {
padding: 0.9rem 2.4rem;
width: calc(100% - 16px);
font-size: 1.48rem;
margin: 0.36rem auto 0;
line-height: 1.12;
padding: 0.66rem 1.72rem 0.6rem;
font-size: 1.36rem;
}
}


.infobox__title::before {
.infobox__image {
left: 0.68rem;
width: calc(100% - 16px);
width: 10px;
margin-top: 1.35rem;
height: 10px;
margin-bottom: 1.55rem;
padding: 0.44rem;
}
}


.infobox__title::after {
.infobox__image-caption {
right: 0.68rem;
width: calc(100% - 0.7rem);
width: 10px;
padding: 0.52rem 0.58rem;
height: 10px;
font-size: 0.84rem;
transform: translateY(0.9rem);
}
}


.infobox__panel {
.infobox__details {
margin-top: 0.58rem;
width: calc(100% - 16px);
border-radius: 12px;
overflow: hidden;
}
}


.infobox__image {
.infobox__details th,
min-height: 72px;
.infobox__details td {
max-height: 205px;
padding: 0.52rem 0.72rem;
padding: 0.46rem;
border-radius: 9px;
}
}


.infobox__image img {
max-height: 180px;
}


.infobox__details {
.infobox__details tr {
display: block;
grid-template-columns: minmax(0, 33%) minmax(0, 67%);
width: 100%;
margin: 0.28rem 0 -0.16rem;
border-spacing: 0;
}
}


.infobox__details tbody {
.infobox__details tr::before {
display: block;
width: 33%;
width: 100%;
}
}


.infobox__details tr {
.infobox__details th {
display: grid;
width: auto;
grid-template-columns: minmax(88px, 31%) minmax(0, 1fr);
font-size: 0.89rem;
gap: 0;
width: 100%;
margin: 0 0 0.3rem;
}
}


.infobox__details th,
.infobox__details td {
.infobox__details td {
display: flex;
align-items: center;
width: auto;
width: auto;
min-height: 0;
font-size: 0.95rem;
padding: 0.54rem;
}
line-height: 1.4;
 
.infobox__section-title,
.infobox__subtitle,
.infobox__panel > h2,
.infobox__panel > h3,
.infobox__section-body,
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
width: calc(100% - 6px);
}
}


.infobox__details th {
.infobox__section-title,
justify-content: flex-start;
.infobox__subtitle,
border-radius: 9px 0 0 9px;
.infobox__panel > h2,
font-size: 0.87rem;
.infobox__panel > h3 {
text-align: left;
padding: 0.64rem 1.78rem 0.64rem 1rem;
font-size: 1.04rem;
}
}


.infobox__details td {
.infobox__section-body,
border-radius: 0 9px 9px 0;
.infobox__listbox,
font-size: 0.94rem;
.infobox__games,
.infobox__appearance-list {
padding: 0.76rem 0.8rem;
font-size: 0.95rem;
}
}
}
}


/* 수동 다크 모드 */
@media screen {
@media screen {
html.skin-theme-clientpref-night .infobox {
html.skin-theme-clientpref-night .infobox {
--infobox-frame: #825d54;
--infobox-outer: #574036;
--infobox-frame-dark: #573d37;
--infobox-outer-edge: #3f2c25;
--infobox-shell: #3d302d;
--infobox-inner: #cfb894;
--infobox-paper: #352b28;
--infobox-inner-edge: #aa8e69;
--infobox-rule: #67504a;
--infobox-panel: #ddd0bf;
--infobox-label: #704d45;
--infobox-image-box: #ded4c7;
--infobox-label-border: #4e342f;
--infobox-image-pattern: rgba(119, 76, 59, 0.035);
--infobox-label-divider: #8b675d;
--infobox-image-line: #93634e;
--infobox-label-text: #f8efeb;
--infobox-ribbon: #7d5543;
--infobox-title: #70463b;
--infobox-row-bg: #e4d7c8;
--infobox-title-border: #503027;
--infobox-row-edge: #a98e72;
--infobox-text-outline: #321e19;
--infobox-row-divider: #c4ad96;
--infobox-ink: #f0e5df;
--infobox-details-bg: #e1d5c7;
--infobox-link: #e1aa91;
--infobox-detail-label-bg: #d5c4b0;
--infobox-link-hover: #f4c7b2;
--infobox-detail-value-bg: #e1d5c7;
--infobox-focus: #bd8978;
--infobox-caption-bg: #ddd0c0;
--infobox-stitch: rgba(187, 133, 116, 0.32);
--infobox-label-text: #2b211d;
--infobox-shadow: rgba(0, 0, 0, 0.34);
--infobox-text: #43332c;
--infobox-cell-shadow: rgba(0, 0, 0, 0.18);
--infobox-link: #7d4e3b;
--infobox-nail: #918a86;
--infobox-link-hover: #5d372a;
--infobox-nail-border: #5d5753;
--infobox-focus: #9e6d58;
--infobox-nail-highlight: #d5d1ce;
--infobox-title-text: #fff8f3;
--infobox-text-outline: #3d261e;
--infobox-shadow: rgba(55, 38, 30, 0.2);
--infobox-shape-shadow: rgba(55, 38, 30, 0.23);
--infobox-background-shadow: rgba(55, 38, 30, 0.2);
}
}


background: var(--infobox-shell);
/* OS 다크 모드 */
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox {
--infobox-outer: #574036;
--infobox-outer-edge: #3f2c25;
--infobox-inner: #cfb894;
--infobox-inner-edge: #aa8e69;
--infobox-panel: #ddd0bf;
--infobox-image-box: #ded4c7;
--infobox-image-pattern: rgba(119, 76, 59, 0.035);
--infobox-image-line: #93634e;
--infobox-ribbon: #7d5543;
--infobox-row-bg: #e4d7c8;
--infobox-row-edge: #a98e72;
--infobox-row-divider: #c4ad96;
--infobox-details-bg: #e1d5c7;
--infobox-detail-label-bg: #d5c4b0;
--infobox-detail-value-bg: #e1d5c7;
--infobox-caption-bg: #ddd0c0;
--infobox-label-text: #2b211d;
--infobox-text: #43332c;
--infobox-link: #7d4e3b;
--infobox-link-hover: #5d372a;
--infobox-focus: #9e6d58;
--infobox-title-text: #fff8f3;
--infobox-text-outline: #3d261e;
--infobox-shadow: rgba(55, 38, 30, 0.2);
--infobox-shape-shadow: rgba(55, 38, 30, 0.23);
--infobox-background-shadow: rgba(55, 38, 30, 0.2);
}
}
}


html.skin-theme-clientpref-night .infobox::before {
html.skin-theme-clientpref-night .infobox__image-caption {
opacity: 0.009;
color: rgba(82, 65, 57, 0.64);
}
 
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox__image-caption {
color: rgba(82, 65, 57, 0.64);
}
}
}


html.skin-theme-clientpref-night .infobox__title {
html.skin-theme-clientpref-night .infobox__image-media img,
background-color: var(--infobox-title);
html.skin-theme-clientpref-night .infobox__image-media .mw-file-element {
background-image:
filter:
linear-gradient(
drop-shadow(0 3px 2px rgba(32, 24, 20, 0.72))
rgba(112, 70, 59, 0.92),
drop-shadow(0 1px 1px rgba(32, 24, 20, 0.5)) !important;
rgba(112, 70, 59, 0.92)
}
),
url("/wiki/Special:Redirect/file/wood_texture.png");
background-repeat:
no-repeat,
repeat;
background-position:
center,
center;
background-size:
100% 100%,
360px auto;
}


html.skin-theme-clientpref-night .infobox__image {
@media screen and (prefers-color-scheme: dark) {
background: var(--infobox-paper);
html.skin-theme-clientpref-os .infobox__image-media img,
html.skin-theme-clientpref-os .infobox__image-media .mw-file-element {
filter:
drop-shadow(0 3px 2px rgba(32, 24, 20, 0.72))
drop-shadow(0 1px 1px rgba(32, 24, 20, 0.5)) !important;
}
}
}


html.skin-theme-clientpref-night .infobox__details th {
html.skin-theme-clientpref-night .infobox {
background: var(--infobox-label);
filter: drop-shadow(0 0 5px rgba(42, 28, 22, 0.4));
}
}


html.skin-theme-clientpref-night .infobox__details td {
html.skin-theme-clientpref-night .infobox__title {
background: var(--infobox-paper);
filter: drop-shadow(0 3px 2px rgba(42, 28, 22, 0.36));
}
}
}


@media screen and (prefers-color-scheme: dark) {
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox {
html.skin-theme-clientpref-os .infobox {
--infobox-frame: #825d54;
filter: drop-shadow(0 0 5px rgba(42, 28, 22, 0.4));
--infobox-frame-dark: #573d37;
--infobox-shell: #3d302d;
--infobox-paper: #352b28;
--infobox-rule: #67504a;
--infobox-label: #704d45;
--infobox-label-border: #4e342f;
--infobox-label-divider: #8b675d;
--infobox-label-text: #f8efeb;
--infobox-title: #70463b;
--infobox-title-border: #503027;
--infobox-text-outline: #321e19;
--infobox-ink: #f0e5df;
--infobox-link: #e1aa91;
--infobox-link-hover: #f4c7b2;
--infobox-focus: #bd8978;
--infobox-stitch: rgba(187, 133, 116, 0.32);
--infobox-shadow: rgba(0, 0, 0, 0.34);
--infobox-cell-shadow: rgba(0, 0, 0, 0.18);
--infobox-nail: #918a86;
--infobox-nail-border: #5d5753;
--infobox-nail-highlight: #d5d1ce;
 
background: var(--infobox-shell);
}
 
html.skin-theme-clientpref-os .infobox::before {
opacity: 0.009;
}
}


html.skin-theme-clientpref-os .infobox__title {
html.skin-theme-clientpref-os .infobox__title {
background-color: var(--infobox-title);
filter: drop-shadow(0 3px 2px rgba(42, 28, 22, 0.36));
background-image:
linear-gradient(
rgba(112, 70, 59, 0.92),
rgba(112, 70, 59, 0.92)
),
url("/wiki/Special:Redirect/file/wood_texture.png");
background-repeat:
no-repeat,
repeat;
background-position:
center,
center;
background-size:
100% 100%,
360px auto;
}
}
}


html.skin-theme-clientpref-os .infobox__image {
@media screen and (max-width: 720px) {
background: var(--infobox-paper);
.infobox__image-media,
.infobox__image-media img,
.infobox__image-media .mw-file-element {
max-height: 380px;
}
}
}


html.skin-theme-clientpref-os .infobox__details th {
@media screen and (max-width: 480px) {
background: var(--infobox-label);
.infobox__image-media,
}
.infobox__image-media img,
 
.infobox__image-media .mw-file-element {
html.skin-theme-clientpref-os .infobox__details td {
max-height: 340px;
background: var(--infobox-paper);
}
}
}
}

2026년 7월 26일 (일) 01:27 기준 최신판

.infobox {
	--infobox-outer: #5d3b30;
	--infobox-outer-edge: #45291f;
	--infobox-inner: #ead5af;
	--infobox-inner-edge: #c8aa7e;
	--infobox-panel: #f3e8d7;
	--infobox-image-box: #f7f1e7;
	--infobox-image-pattern: rgba(145, 87, 70, 0.025);
	--infobox-image-line: #875340;
	--infobox-ribbon: #875340;
	--infobox-row-bg: #f7efe4;
	--infobox-row-edge: #bca184;
	--infobox-row-divider: #d5c0aa;
	--infobox-details-bg: #f1e4d2;
	--infobox-detail-label-bg: #ead9c2;
	--infobox-detail-value-bg: #f6ecde;
	--infobox-caption-bg: #efe2d2;
	--infobox-label-text: #231915;
	--infobox-text: #493329;
	--infobox-link: #8f573f;
	--infobox-link-hover: #653929;
	--infobox-focus: #ad775f;
	--infobox-title-text: #fffaf4;
	--infobox-text-outline: #472b20;
	--infobox-shadow: rgba(68, 42, 31, 0.16);
	--infobox-shape-shadow: rgba(69, 41, 31, 0.24);
	--infobox-background-shadow: rgba(69, 41, 31, 0.2);

	position: relative;
	float: right;
	clear: right;
	width: 328px;
	max-width: 100%;
	margin: 0 0 1.25rem 1.25rem;
	padding: 1.05rem 0.48rem 1.18rem;
	border: 3px solid var(--infobox-outer-edge);
	border-radius: 24px;
	box-sizing: border-box;
	background: var(--infobox-inner);
	color: var(--infobox-text);
	font-family:
		"SB Aggro L",
		"SB 어그로 L",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	font-size: 0.92rem;
	font-weight: 300;
	line-height: 1.55;
	box-shadow: 0 0 22px 3px var(--infobox-shadow);
	filter: drop-shadow(0 0 5px rgba(69, 41, 31, 0.34));
	overflow: visible;
}

.infobox::before {
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 3px solid var(--infobox-inner-edge);
	border-radius: 18px;
	box-sizing: border-box;
	content: "";
	pointer-events: none;
}

.infobox__title,
.infobox__panel {
	position: relative;
	z-index: 1;
}

/* 이름칸 */
.infobox__title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 24px);
	margin: 0.46rem auto 0;
	padding: 0.76rem 2.35rem 0.7rem;
	border: 0;
	box-sizing: border-box;
	background: transparent;
	color: var(--infobox-title-text);
	isolation: isolate;
	font-family:
		"SB Aggro B",
		"SB 어그로 B",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	font-size: 1.36rem;
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -0.03em;
	text-align: center;
	filter:
		drop-shadow(0 3px 2px rgba(69, 41, 31, 0.38))
		drop-shadow(0 1px 1px rgba(69, 41, 31, 0.24));
	text-shadow:
		-2px -2px 0 var(--infobox-text-outline),
		0 -2px 0 var(--infobox-text-outline),
		2px -2px 0 var(--infobox-text-outline),
		-2px 0 0 var(--infobox-text-outline),
		2px 0 0 var(--infobox-text-outline),
		-2px 2px 0 var(--infobox-text-outline),
		0 2px 0 var(--infobox-text-outline),
		2px 2px 0 var(--infobox-text-outline),
		-1px -2px 0 var(--infobox-text-outline),
		1px -2px 0 var(--infobox-text-outline),
		-2px -1px 0 var(--infobox-text-outline),
		2px -1px 0 var(--infobox-text-outline),
		-2px 1px 0 var(--infobox-text-outline),
		2px 1px 0 var(--infobox-text-outline),
		-1px 2px 0 var(--infobox-text-outline),
		1px 2px 0 var(--infobox-text-outline);
	overflow-wrap: anywhere;
	word-break: keep-all;
}

.infobox__title p {
	margin: 0;
	font: inherit;
	color: inherit;
	line-height: inherit;
}

.infobox__title::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: var(--infobox-ribbon);
	clip-path: polygon(
		0 0,
		100% 0,
		calc(100% - 16px) 50%,
		100% 100%,
		0 100%,
		16px 50%
	);
	content: "";
	pointer-events: none;
}

/* 내부 영역 */
.infobox__panel {
	margin-top: 0.58rem;
	padding: 0 0.08rem 0.1rem;
	background: transparent;
}

/* 이미지칸 */
.infobox__image {
	position: relative;
	display: block;
	width: calc(100% - 24px);
	margin: 1.55rem auto 1.75rem;
	padding: 0.5rem;
	border: 1px solid var(--infobox-row-edge);
	border-radius: 11px;
	box-sizing: border-box;
	background-color: var(--infobox-image-box);
	background-image:
		linear-gradient(
			45deg,
			var(--infobox-image-pattern) 25%,
			transparent 25%,
			transparent 75%,
			var(--infobox-image-pattern) 75%
		),
		linear-gradient(
			-45deg,
			var(--infobox-image-pattern) 25%,
			transparent 25%,
			transparent 75%,
			var(--infobox-image-pattern) 75%
		);
	background-repeat: repeat;
	background-position:
		0 0,
		8px 8px;
	background-size: 16px 16px;
	box-shadow:
		0 4px 11px rgba(68, 42, 31, 0.1),
		inset 0 0 0 3px rgba(255, 250, 242, 0.16);
	overflow: visible;
	text-align: center;
}

.infobox__image::before {
	position: absolute;
	z-index: 0;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(135, 83, 64, 0.14);
	border-radius: 7px;
	box-sizing: border-box;
	content: "";
	pointer-events: none;
}

/* 오른쪽 아래 짧은 선 */
.infobox__image::after {
	position: absolute;
	z-index: 1;
	right: 0.78rem;
	bottom: 0.54rem;
	width: 30px;
	height: 3px;
	border-radius: 3px;
	background: var(--infobox-image-line);
	content: "";
	opacity: 0.52;
	pointer-events: none;
}

/* 이미지 */
.infobox__image-media {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 0;
	max-height: 320px;
	box-sizing: border-box;
}

.infobox__image-media > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.infobox__image-media img,
.infobox__image-media .mw-file-element {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 320px;
	margin: 0 auto;
	object-fit: contain;
	filter:
		drop-shadow(0 3px 2px rgba(69, 41, 31, 0.68))
		drop-shadow(0 1px 1px rgba(69, 41, 31, 0.48)) !important;
}

/* 별도 설명문 */
.infobox__image-caption {
	position: relative;
	z-index: 5;
	width: calc(100% - 0.8rem);
	margin: -1.8rem auto -0.9rem;
	padding: 0.56rem 0.66rem;
	border: 1px solid var(--infobox-row-edge);
	border-radius: 9px;
	box-sizing: border-box;
	background: var(--infobox-caption-bg);
	box-shadow: 0 3px 8px rgba(68, 42, 31, 0.1);
	color: #5a463d;
	font-family:
		"SB Aggro L",
		"SB 어그로 L",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	font-size: 0.78rem;
	font-weight: 300;
	font-style: italic;
	line-height: 1.42;
	text-align: center;
	overflow-wrap: anywhere;
	word-break: keep-all;
	transform: translateY(1.18rem);
}

.infobox__image-caption p {
	margin: 0;
	font: inherit;
}

/* 정보칸 */
.infobox__details {
	width: calc(100% - 24px);
	margin: 0 auto;
	padding: 0;
	border: 1px solid var(--infobox-row-edge);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 12px;
	table-layout: fixed;
	background: var(--infobox-detail-value-bg);
	box-sizing: border-box;
	box-shadow: none;
	overflow: hidden;
}

.infobox__details tbody {
	display: block;
	width: 100%;
}

.infobox__details tr {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 31%) minmax(0, 69%);
	width: 100%;
	background: transparent;
}

.infobox__details tr::before {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 31%;
	background: var(--infobox-detail-label-bg);
	content: "";
	pointer-events: none;
}

.infobox__details th,
.infobox__details td {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	min-width: 0;
	max-width: 100%;
	padding: 0.62rem 0.72rem;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	background: transparent;
	line-height: 1.4;
	text-align: left;
	max-height: 11.2em;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
}


.infobox__details tr:not(:last-child) {
	border-bottom: 1px solid var(--infobox-row-divider);
}

.infobox__details th {
	width: auto;
	background: transparent;
	color: var(--infobox-label-text);
	font-family:
		"SB Aggro M",
		"SB 어그로 M",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	font-size: 0.83rem;
	font-weight: 500;
	vertical-align: top;
	text-shadow: none;
	word-break: keep-all;
}

.infobox__details td {
	width: auto;
	color: var(--infobox-text);
	font-family:
		"SB Aggro L",
		"SB 어그로 L",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	font-size: 0.9rem;
	font-weight: 300;
	vertical-align: middle;
	word-break: break-word;
	overflow-wrap: anywhere;
}


.infobox b,
.infobox strong {
	font-family:
		"SB Aggro M",
		"SB 어그로 M",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	font-weight: 500;
}

.infobox b a,
.infobox strong a,
.infobox a b,
.infobox a strong {
	font-family: inherit;
	font-weight: inherit;
}

/* 섹션 제목 */
.infobox__section-title,
.infobox__subtitle,
.infobox__panel > h2,
.infobox__panel > h3 {
	position: relative;
	display: block;
	width: calc(100% - 14px);
	margin: 0.9rem auto 0.62rem;
	padding: 0.7rem 2.04rem 0.7rem 1.18rem;
	border: 0;
	box-sizing: border-box;
	background: var(--infobox-ribbon);
	clip-path: polygon(
		0 0,
		100% 0,
		calc(100% - 12px) 50%,
		100% 100%,
		0 100%,
		12px 50%
	);
	color: var(--infobox-title-text);
	font-family:
		"SB Aggro B",
		"SB 어그로 B",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.14;
	text-align: center;
	text-shadow:
		-1px -1px 0 var(--infobox-text-outline),
		0 -1px 0 var(--infobox-text-outline),
		1px -1px 0 var(--infobox-text-outline),
		-1px 0 0 var(--infobox-text-outline),
		1px 0 0 var(--infobox-text-outline),
		-1px 1px 0 var(--infobox-text-outline),
		0 1px 0 var(--infobox-text-outline),
		1px 1px 0 var(--infobox-text-outline);
}

.infobox__section-title::after,
.infobox__subtitle::after,
.infobox__panel > h2::after,
.infobox__panel > h3::after {
	position: absolute;
	top: 50%;
	right: 0.84rem;
	width: 0;
	height: 0;
	border-top: 8px solid var(--infobox-outer-edge);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	transform: translateY(-34%);
}

/* 섹션 본문 */
.infobox__section-body,
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
	width: calc(100% - 14px);
	margin: 0 auto 0.36rem;
	padding: 0.84rem 0.92rem;
	border: 1px solid var(--infobox-row-edge);
	border-radius: 7px;
	box-sizing: border-box;
	background: var(--infobox-panel);
	color: var(--infobox-text);
	font-size: 0.92rem;
	line-height: 1.48;
}

/* 공통 텍스트 */
.infobox__details p,
.infobox__section-body p,
.infobox__listbox p,
.infobox__games p,
.infobox__appearance-list p {
	margin: 0.1em 0;
	font: inherit;
}

.infobox__details ul,
.infobox__details ol,
.infobox__section-body ul,
.infobox__section-body ol,
.infobox__listbox ul,
.infobox__listbox ol,
.infobox__games ul,
.infobox__games ol,
.infobox__appearance-list ul,
.infobox__appearance-list ol {
	margin: 0.14em 0 0.14em 1.12em;
	padding: 0;
	font: inherit;
}

.infobox__details li,
.infobox__section-body li,
.infobox__listbox li,
.infobox__games li,
.infobox__appearance-list li {
	margin: 0.1em 0;
	font: inherit;
}

.infobox small,
.infobox sup,
.infobox__details small,
.infobox__details sup,
.infobox__section-body small,
.infobox__section-body sup,
.infobox__listbox small,
.infobox__listbox sup,
.infobox__games small,
.infobox__games sup,
.infobox__appearance-list small,
.infobox__appearance-list sup {
	position: static;
	top: auto;
	bottom: auto;
	vertical-align: baseline;
	line-height: inherit;
	font-size: 0.85em;
}

.infobox a {
	color: var(--infobox-link);
	font-family: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.infobox a:hover {
	color: var(--infobox-link-hover);
	text-decoration: underline;
}

.infobox a:focus {
	outline: 2px solid var(--infobox-focus);
	outline-offset: 2px;
}

/* 720px 이하 */
@media screen and (max-width: 720px) {
	.infobox {
		float: none;
		clear: both;
		width: 100%;
		max-width: 100%;
		margin: 0 0 1.1rem;
		padding: 1rem 0.42rem 1.08rem;
		border-radius: 22px;
		font-size: 1rem;
	}

	.infobox::before {
		top: 5px;
		right: 5px;
		bottom: 5px;
		left: 5px;
		border-radius: 17px;
	}

	.infobox__title {
		width: calc(100% - 20px);
		margin: 0.42rem auto 0;
		padding: 0.72rem 2rem 0.66rem;
		font-size: 1.54rem;
	}

	.infobox__image {
		width: calc(100% - 20px);
		margin-top: 1.45rem;
		margin-bottom: 1.65rem;
		padding: 0.48rem;
	}

	.infobox__image-caption {
		transform: translateY(1rem);
	}

	.infobox__details {
		width: calc(100% - 20px);
		border-radius: 12px;
		overflow: hidden;
	}

	.infobox__details th,
	.infobox__details td {
		padding: 0.52rem 0.72rem;
	}


	.infobox__details th {
		width: auto;
		font-size: 0.96rem;
	}

	.infobox__details td {
		width: auto;
		font-size: 1rem;
	}

	.infobox__section-title,
	.infobox__subtitle,
	.infobox__panel > h2,
	.infobox__panel > h3,
	.infobox__section-body,
	.infobox__listbox,
	.infobox__games,
	.infobox__appearance-list {
		width: calc(100% - 10px);
	}

	.infobox__section-title,
	.infobox__subtitle,
	.infobox__panel > h2,
	.infobox__panel > h3 {
		font-size: 1.2rem;
	}

	.infobox__section-body,
	.infobox__listbox,
	.infobox__games,
	.infobox__appearance-list {
		font-size: 1rem;
	}
}

/* 480px 이하 */
@media screen and (max-width: 480px) {
	.infobox {
		padding: 0.92rem 0.34rem 0.96rem;
		border-radius: 19px;
	}

	.infobox::before {
		top: 4px;
		right: 4px;
		bottom: 4px;
		left: 4px;
		border-radius: 14px;
	}

	.infobox__title {
		width: calc(100% - 16px);
		margin: 0.36rem auto 0;
		padding: 0.66rem 1.72rem 0.6rem;
		font-size: 1.36rem;
	}

	.infobox__image {
		width: calc(100% - 16px);
		margin-top: 1.35rem;
		margin-bottom: 1.55rem;
		padding: 0.44rem;
	}

	.infobox__image-caption {
		width: calc(100% - 0.7rem);
		padding: 0.52rem 0.58rem;
		font-size: 0.84rem;
		transform: translateY(0.9rem);
	}

	.infobox__details {
		width: calc(100% - 16px);
		border-radius: 12px;
		overflow: hidden;
	}

	.infobox__details th,
	.infobox__details td {
		padding: 0.52rem 0.72rem;
	}


	.infobox__details tr {
		grid-template-columns: minmax(0, 33%) minmax(0, 67%);
	}

	.infobox__details tr::before {
		width: 33%;
	}

	.infobox__details th {
		width: auto;
		font-size: 0.89rem;
	}

	.infobox__details td {
		width: auto;
		font-size: 0.95rem;
	}

	.infobox__section-title,
	.infobox__subtitle,
	.infobox__panel > h2,
	.infobox__panel > h3,
	.infobox__section-body,
	.infobox__listbox,
	.infobox__games,
	.infobox__appearance-list {
		width: calc(100% - 6px);
	}

	.infobox__section-title,
	.infobox__subtitle,
	.infobox__panel > h2,
	.infobox__panel > h3 {
		padding: 0.64rem 1.78rem 0.64rem 1rem;
		font-size: 1.04rem;
	}

	.infobox__section-body,
	.infobox__listbox,
	.infobox__games,
	.infobox__appearance-list {
		padding: 0.76rem 0.8rem;
		font-size: 0.95rem;
	}
}

/* 수동 다크 모드 */
@media screen {
	html.skin-theme-clientpref-night .infobox {
		--infobox-outer: #574036;
		--infobox-outer-edge: #3f2c25;
		--infobox-inner: #cfb894;
		--infobox-inner-edge: #aa8e69;
		--infobox-panel: #ddd0bf;
		--infobox-image-box: #ded4c7;
		--infobox-image-pattern: rgba(119, 76, 59, 0.035);
		--infobox-image-line: #93634e;
		--infobox-ribbon: #7d5543;
		--infobox-row-bg: #e4d7c8;
		--infobox-row-edge: #a98e72;
		--infobox-row-divider: #c4ad96;
		--infobox-details-bg: #e1d5c7;
		--infobox-detail-label-bg: #d5c4b0;
		--infobox-detail-value-bg: #e1d5c7;
		--infobox-caption-bg: #ddd0c0;
		--infobox-label-text: #2b211d;
		--infobox-text: #43332c;
		--infobox-link: #7d4e3b;
		--infobox-link-hover: #5d372a;
		--infobox-focus: #9e6d58;
		--infobox-title-text: #fff8f3;
		--infobox-text-outline: #3d261e;
		--infobox-shadow: rgba(55, 38, 30, 0.2);
		--infobox-shape-shadow: rgba(55, 38, 30, 0.23);
		--infobox-background-shadow: rgba(55, 38, 30, 0.2);
	}
}

/* OS 다크 모드 */
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .infobox {
		--infobox-outer: #574036;
		--infobox-outer-edge: #3f2c25;
		--infobox-inner: #cfb894;
		--infobox-inner-edge: #aa8e69;
		--infobox-panel: #ddd0bf;
		--infobox-image-box: #ded4c7;
		--infobox-image-pattern: rgba(119, 76, 59, 0.035);
		--infobox-image-line: #93634e;
		--infobox-ribbon: #7d5543;
		--infobox-row-bg: #e4d7c8;
		--infobox-row-edge: #a98e72;
		--infobox-row-divider: #c4ad96;
		--infobox-details-bg: #e1d5c7;
		--infobox-detail-label-bg: #d5c4b0;
		--infobox-detail-value-bg: #e1d5c7;
		--infobox-caption-bg: #ddd0c0;
		--infobox-label-text: #2b211d;
		--infobox-text: #43332c;
		--infobox-link: #7d4e3b;
		--infobox-link-hover: #5d372a;
		--infobox-focus: #9e6d58;
		--infobox-title-text: #fff8f3;
		--infobox-text-outline: #3d261e;
		--infobox-shadow: rgba(55, 38, 30, 0.2);
		--infobox-shape-shadow: rgba(55, 38, 30, 0.23);
		--infobox-background-shadow: rgba(55, 38, 30, 0.2);
	}
}

html.skin-theme-clientpref-night .infobox__image-caption {
	color: rgba(82, 65, 57, 0.64);
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .infobox__image-caption {
		color: rgba(82, 65, 57, 0.64);
	}
}

html.skin-theme-clientpref-night .infobox__image-media img,
html.skin-theme-clientpref-night .infobox__image-media .mw-file-element {
	filter:
		drop-shadow(0 3px 2px rgba(32, 24, 20, 0.72))
		drop-shadow(0 1px 1px rgba(32, 24, 20, 0.5)) !important;
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .infobox__image-media img,
	html.skin-theme-clientpref-os .infobox__image-media .mw-file-element {
		filter:
			drop-shadow(0 3px 2px rgba(32, 24, 20, 0.72))
			drop-shadow(0 1px 1px rgba(32, 24, 20, 0.5)) !important;
	}
}

html.skin-theme-clientpref-night .infobox {
	filter: drop-shadow(0 0 5px rgba(42, 28, 22, 0.4));
}

html.skin-theme-clientpref-night .infobox__title {
	filter: drop-shadow(0 3px 2px rgba(42, 28, 22, 0.36));
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .infobox {
		filter: drop-shadow(0 0 5px rgba(42, 28, 22, 0.4));
	}

	html.skin-theme-clientpref-os .infobox__title {
		filter: drop-shadow(0 3px 2px rgba(42, 28, 22, 0.36));
	}
}

@media screen and (max-width: 720px) {
	.infobox__image-media,
	.infobox__image-media img,
	.infobox__image-media .mw-file-element {
		max-height: 380px;
	}
}

@media screen and (max-width: 480px) {
	.infobox__image-media,
	.infobox__image-media img,
	.infobox__image-media .mw-file-element {
		max-height: 340px;
	}
}