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

식물 vs 좀비 위키
둘러보기로 이동 검색으로 이동
편집 요약 없음
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집
 
(같은 사용자의 중간 판 105개는 보이지 않습니다)
1번째 줄: 1번째 줄:
.infobox {
.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;
position: relative;
float: right;
float: right;
clear: right;
clear: right;
width: 340px;
width: 328px;
max-width: 100%;
max-width: 100%;
margin: 0 0 1.3rem 1.3rem;
margin: 0 0 1.25rem 1.25rem;
padding: 1rem 0.85rem 0.95rem 1.05rem;
padding: 1.05rem 0.48rem 1.18rem;
border: 1px solid #bfa990;
border: 3px solid var(--infobox-outer-edge);
border-left: 9px solid #79533b;
border-radius: 24px;
border-radius: 30px 10px 26px 12px;
box-sizing: border-box;
box-sizing: border-box;
background: #ded0bd;
background: var(--infobox-inner);
color: #40342c;
color: var(--infobox-text);
font-family:
font-family:
"SB Aggro L",
"SB 어그로 L",
-apple-system,
-apple-system,
BlinkMacSystemFont,
BlinkMacSystemFont,
20번째 줄: 48번째 줄:
"Noto Sans KR",
"Noto Sans KR",
sans-serif;
sans-serif;
font-size: 0.95rem;
font-size: 0.92rem;
line-height: 1.6;
font-weight: 300;
box-shadow: 0 10px 24px rgba(69, 48, 34, 0.14);
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;
overflow: visible;
}
}


.infobox::after {
.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: "";
content: "";
position: absolute;
pointer-events: none;
right: 18px;
bottom: -1px;
width: 54px;
height: 7px;
border-radius: 7px 7px 0 0;
background: #a56c45;
}
}


.infobox__head {
.infobox__title,
.infobox__panel {
position: relative;
position: relative;
z-index: 2;
z-index: 1;
margin: -0.3rem 0.45rem 0 -1.5rem;
}
}


/* 이름칸 */
.infobox__title {
.infobox__title {
padding: 0.68rem 1.1rem 0.62rem 1.35rem;
display: flex;
border: 1px solid #654531;
align-items: center;
border-left: 0;
justify-content: center;
border-radius: 0 17px 8px 0;
width: calc(100% - 24px);
margin: 0.46rem auto 0;
padding: 0.76rem 2.35rem 0.7rem;
border: 0;
box-sizing: border-box;
box-sizing: border-box;
background: #79533b;
background: transparent;
color: #fff8ef;
color: var(--infobox-title-text);
isolation: isolate;
font-family:
font-family:
"SB Aggro B",
"SB 어그로 B",
-apple-system,
-apple-system,
BlinkMacSystemFont,
BlinkMacSystemFont,
58번째 줄: 97번째 줄:
"Noto Sans KR",
"Noto Sans KR",
sans-serif;
sans-serif;
font-size: 1.42rem;
font-size: 1.36rem;
font-weight: 750;
font-weight: 700;
letter-spacing: -0.025em;
line-height: 1.14;
line-height: 1.3;
letter-spacing: -0.03em;
text-align: left;
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;
overflow-wrap: anywhere;
word-break: keep-all;
word-break: keep-all;
}
.infobox__title::after {
content: "";
display: block;
width: 2.8rem;
height: 3px;
margin: 0.42rem 0 0 auto;
border-radius: 3px;
background: #d9b78f;
}
}


84번째 줄: 133번째 줄:
}
}


.infobox__body {
.infobox__title::before {
margin-top: 0.8rem;
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__media {
/* 내부 영역 */
.infobox__panel {
margin-top: 0.58rem;
padding: 0 0.08rem 0.1rem;
background: transparent;
}
 
/* 이미지칸 */
.infobox__image {
position: relative;
position: relative;
z-index: 1;
display: block;
margin: 0 0.35rem;
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__media::before {
.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;
}
/* 오른쪽 아래 짧은 선 */
.infobox__image::after {
position: absolute;
position: absolute;
top: 1.1rem;
z-index: 1;
left: -0.35rem;
right: 0.78rem;
width: 0.35rem;
bottom: 0.54rem;
height: 3.4rem;
width: 30px;
border-radius: 4px 0 0 4px;
height: 3px;
background: #a56c45;
border-radius: 3px;
background: var(--infobox-image-line);
content: "";
opacity: 0.52;
pointer-events: none;
}
}


.infobox__image {
/* 이미지 */
.infobox__image-media {
position: relative;
z-index: 2;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
width: 100%;
width: 100%;
min-height: 195px;
min-height: 0;
max-height: 265px;
max-height: 320px;
padding: 1.05rem;
border: 1px solid #c5aa8a;
border-bottom: 4px solid #a56c45;
border-radius: 19px 8px 21px 8px;
box-sizing: border-box;
box-sizing: border-box;
background: #f4eadc;
overflow: hidden;
}
}


.infobox__image img {
.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;
display: block;
width: auto;
width: auto;
max-width: 100%;
max-width: 100%;
height: auto;
height: auto;
max-height: 225px;
max-height: 320px;
margin: 0 auto;
margin: 0 auto;
object-fit: contain;
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__section {
/* 별도 설명문 */
.infobox__image-caption {
position: relative;
position: relative;
margin-top: 0.8rem;
z-index: 5;
padding: 0.9rem 0.65rem 0.35rem 0.95rem;
width: calc(100% - 0.8rem);
border-top: 1px solid #bfa990;
margin: -1.8rem auto -0.9rem;
border-radius: 8px 17px 15px 6px;
padding: 0.56rem 0.66rem;
border: 1px solid var(--infobox-row-edge);
border-radius: 9px;
box-sizing: border-box;
box-sizing: border-box;
background: #eadcca;
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__media + .infobox__section {
.infobox__image-caption p {
margin-top: -0.45rem;
margin: 0;
padding-top: 1.3rem;
font: inherit;
}
}


.infobox__section-title {
/* 정보칸 */
display: inline-block;
.infobox__details {
margin: 0 0 0.42rem -0.95rem;
width: calc(100% - 24px);
padding: 0.3rem 0.85rem 0.28rem 1rem;
margin: 0 auto;
border-left: 4px solid #a56c45;
padding: 0;
border-radius: 0 9px 9px 0;
border: 1px solid var(--infobox-row-edge);
background: #d4bea2;
border-collapse: separate;
color: #5b4333;
border-spacing: 0;
font-size: 0.84rem;
border-radius: 12px;
font-weight: 700;
table-layout: fixed;
letter-spacing: 0.025em;
background: var(--infobox-detail-value-bg);
line-height: 1.35;
box-sizing: border-box;
box-shadow: none;
overflow: hidden;
}
 
.infobox__details tbody {
display: block;
width: 100%;
}
}


.infobox__details {
.infobox__details tr {
position: relative;
display: grid;
grid-template-columns: minmax(0, 31%) minmax(0, 69%);
width: 100%;
width: 100%;
margin: 0;
border: 0;
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
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;
}
}


.infobox__details th,
.infobox__details th,
.infobox__details td {
.infobox__details td {
position: relative;
z-index: 1;
display: block;
width: auto;
min-width: 0;
min-width: 0;
padding: 0.68rem 0;
max-width: 100%;
padding: 0.62rem 0.72rem;
border: 0;
border: 0;
border-radius: 0;
box-sizing: border-box;
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;
vertical-align: top;
line-height: 1.55;
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__details tr + tr th,
.infobox b a,
.infobox__details tr + tr td {
.infobox strong a,
border-top: 1px solid #d1bda4;
.infobox a b,
.infobox a strong {
font-family: inherit;
font-weight: inherit;
}
}


.infobox__details th {
/* 섹션 제목 */
.infobox__section-title,
.infobox__subtitle,
.infobox__panel > h2,
.infobox__panel > h3 {
position: relative;
position: relative;
width: 35%;
display: block;
padding-right: 0.7rem;
width: calc(100% - 14px);
padding-left: 1.05rem;
margin: 0.9rem auto 0.62rem;
color: #4f3b2e;
padding: 0.7rem 2.04rem 0.7rem 1.18rem;
font-size: 0.88rem;
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;
font-weight: 700;
text-align: left;
line-height: 1.14;
white-space: normal;
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__details th::before {
.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: "";
content: "";
position: absolute;
transform: translateY(-34%);
top: 1.04rem;
left: 0.15rem;
width: 0.46rem;
height: 0.46rem;
border-radius: 50% 50% 2px 50%;
background: #a56c45;
transform: rotate(45deg);
}
}


.infobox__details td {
/* 섹션 본문 */
padding-right: 0.2rem;
.infobox__section-body,
padding-left: 0.42rem;
.infobox__listbox,
color: #40342c;
.infobox__games,
font-size: 0.94rem;
.infobox__appearance-list {
font-weight: 400;
width: calc(100% - 14px);
text-align: left;
margin: 0 auto 0.36rem;
overflow-wrap: anywhere;
padding: 0.84rem 0.92rem;
word-break: break-word;
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 {
/* 공통 텍스트 */
margin: 0.18em 0;
.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 ul,
.infobox__details ol {
.infobox__details ol,
margin: 0.25em 0 0.25em 1.25em;
.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;
}
}


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


.infobox__details sup {
.infobox small,
line-height: 1;
.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 {
.infobox a {
color: #85502f;
color: var(--infobox-link);
text-decoration: underline;
font-family: inherit;
font-weight: inherit;
text-decoration: none;
}
}


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


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


/* 720px 이하 */
@media screen and (max-width: 720px) {
@media screen and (max-width: 720px) {
.infobox {
.infobox {
257번째 줄: 583번째 줄:
width: 100%;
width: 100%;
max-width: 100%;
max-width: 100%;
margin: 0 0 1.15rem;
margin: 0 0 1.1rem;
padding: 0.9rem 0.72rem 0.85rem 0.9rem;
padding: 1rem 0.42rem 1.08rem;
border-left-width: 7px;
border-radius: 22px;
border-radius: 24px 8px 20px 10px;
font-size: 1rem;
font-size: 1rem;
line-height: 1.6;
box-shadow: 0 8px 20px rgba(69, 48, 34, 0.13);
}
}


.infobox::after {
.infobox::before {
right: 15px;
top: 5px;
width: 46px;
right: 5px;
height: 6px;
bottom: 5px;
}
left: 5px;
 
border-radius: 17px;
.infobox__head {
margin: -0.22rem 0.3rem 0 -1.25rem;
}
}


.infobox__title {
.infobox__title {
padding: 0.72rem 1rem 0.68rem 1.2rem;
width: calc(100% - 20px);
border-radius: 0 15px 7px 0;
margin: 0.42rem auto 0;
font-size: 2rem;
padding: 0.72rem 2rem 0.66rem;
line-height: 1.22;
font-size: 1.54rem;
}
}


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


.infobox__body {
.infobox__image-caption {
margin-top: 0.72rem;
transform: translateY(1rem);
}
}


.infobox__media {
.infobox__details {
margin-right: 0.25rem;
width: calc(100% - 20px);
margin-left: 0.25rem;
border-radius: 12px;
overflow: hidden;
}
}


.infobox__media::before {
.infobox__details th,
left: -0.25rem;
.infobox__details td {
width: 0.25rem;
padding: 0.52rem 0.72rem;
}
}


.infobox__image {
min-height: 200px;
max-height: 280px;
padding: 1rem;
border-radius: 17px 7px 19px 7px;
}


.infobox__image img {
.infobox__details th {
max-height: 235px;
width: auto;
font-size: 0.96rem;
}
}


.infobox__section {
.infobox__details td {
margin-top: 0.72rem;
width: auto;
padding-right: 0.55rem;
font-size: 1rem;
padding-left: 0.82rem;
border-radius: 7px 15px 13px 5px;
}
}


.infobox__media + .infobox__section {
.infobox__section-title,
margin-top: -0.4rem;
.infobox__subtitle,
padding-top: 1.2rem;
.infobox__panel > h2,
.infobox__panel > h3,
.infobox__section-body,
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
width: calc(100% - 10px);
}
}


.infobox__section-title {
.infobox__section-title,
margin-left: -0.82rem;
.infobox__subtitle,
font-size: 0.92rem;
.infobox__panel > h2,
}
.infobox__panel > h3 {
 
font-size: 1.2rem;
.infobox__details th {
width: 34%;
padding-left: 1rem;
font-size: 1rem;
}
}


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


@media screen and (max-width: 520px) {
/* 480px 이하 */
@media screen and (max-width: 480px) {
.infobox {
.infobox {
padding: 0.78rem 0.58rem 0.75rem 0.75rem;
padding: 0.92rem 0.34rem 0.96rem;
border-left-width: 6px;
border-radius: 19px;
border-radius: 21px 7px 18px 9px;
}
}


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


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


.infobox__image {
.infobox__image {
min-height: 180px;
width: calc(100% - 16px);
max-height: 245px;
margin-top: 1.35rem;
padding: 0.85rem;
margin-bottom: 1.55rem;
}
padding: 0.44rem;
 
.infobox__image img {
max-height: 205px;
}
}


.infobox__section {
.infobox__image-caption {
padding-right: 0.5rem;
width: calc(100% - 0.7rem);
padding-bottom: 0.25rem;
padding: 0.52rem 0.58rem;
padding-left: 0.75rem;
font-size: 0.84rem;
transform: translateY(0.9rem);
}
}


.infobox__section-title {
.infobox__details {
margin-left: -0.75rem;
width: calc(100% - 16px);
border-radius: 12px;
overflow: hidden;
}
}


.infobox__details,
.infobox__details tbody,
.infobox__details tr,
.infobox__details th,
.infobox__details th,
.infobox__details td {
.infobox__details td {
display: block;
padding: 0.52rem 0.72rem;
width: 100%;
}
}


.infobox__details tr {
.infobox__details tr {
padding: 0.68rem 0;
grid-template-columns: minmax(0, 33%) minmax(0, 67%);
}
 
.infobox__details tr + tr {
border-top: 1px solid #d1bda4;
}
}


.infobox__details tr + tr th,
.infobox__details tr::before {
.infobox__details tr + tr td {
width: 33%;
border-top: 0;
}
}


.infobox__details th {
.infobox__details th {
padding: 0.05rem 0.2rem 0.25rem 1rem;
width: auto;
font-size: 0.96rem;
font-size: 0.89rem;
}
 
.infobox__details th::before {
top: 0.42rem;
}
}


.infobox__details td {
.infobox__details td {
padding: 0.05rem 0.2rem 0.05rem 1rem;
width: auto;
font-size: 1rem;
font-size: 0.95rem;
line-height: 1.6;
}
}
}


@media screen {
.infobox__section-title,
html.skin-theme-clientpref-night .infobox {
.infobox__subtitle,
border-color: #5f4d40;
.infobox__panel > h2,
border-left-color: #a87554;
.infobox__panel > h3,
background: #332a24;
.infobox__section-body,
color: #ece3d8;
.infobox__listbox,
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
.infobox__games,
.infobox__appearance-list {
width: calc(100% - 6px);
}
}


html.skin-theme-clientpref-night .infobox::after {
.infobox__section-title,
background: #bd8055;
.infobox__subtitle,
.infobox__panel > h2,
.infobox__panel > h3 {
padding: 0.64rem 1.78rem 0.64rem 1rem;
font-size: 1.04rem;
}
}


html.skin-theme-clientpref-night .infobox__title {
.infobox__section-body,
border-color: #8b6046;
.infobox__listbox,
background: #684733;
.infobox__games,
color: #f7eee4;
.infobox__appearance-list {
padding: 0.76rem 0.8rem;
font-size: 0.95rem;
}
}
}


html.skin-theme-clientpref-night .infobox__title::after {
/* 수동 다크 모드 */
background: #d5a274;
@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);
}
}
}


html.skin-theme-clientpref-night .infobox__media::before {
/* OS 다크 모드 */
background: #bd8055;
@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 {
html.skin-theme-clientpref-night .infobox__image-caption {
border-color: #675548;
color: rgba(82, 65, 57, 0.64);
border-bottom-color: #bd8055;
}
background: #41362e;
}


html.skin-theme-clientpref-night .infobox__section {
@media screen and (prefers-color-scheme: dark) {
border-top-color: #5f4f43;
html.skin-theme-clientpref-os .infobox__image-caption {
background: #3a3029;
color: rgba(82, 65, 57, 0.64);
}
}
}


html.skin-theme-clientpref-night .infobox__section-title {
html.skin-theme-clientpref-night .infobox__image-media img,
border-left-color: #bd8055;
html.skin-theme-clientpref-night .infobox__image-media .mw-file-element {
background: #4e3e33;
filter:
color: #eddccc;
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 tr + tr th,
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-night .infobox__details tr + tr td,
html.skin-theme-clientpref-os .infobox__image-media img,
html.skin-theme-clientpref-night .infobox__details tr + tr {
html.skin-theme-clientpref-os .infobox__image-media .mw-file-element {
border-top-color: #594a3f;
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 {
color: #ead8c7;
filter: drop-shadow(0 0 5px rgba(42, 28, 22, 0.4));
}
}
 
html.skin-theme-clientpref-night .infobox__details th::before {
background: #bd8055;
}


html.skin-theme-clientpref-night .infobox__details td {
html.skin-theme-clientpref-night .infobox__title {
color: #ece3d8;
filter: drop-shadow(0 3px 2px rgba(42, 28, 22, 0.36));
}
 
html.skin-theme-clientpref-night .infobox a {
color: #e0af82;
}
 
html.skin-theme-clientpref-night .infobox a:hover {
color: #f1c9a5;
}
 
html.skin-theme-clientpref-night .infobox a:focus {
outline-color: #d59a69;
}
}
}


@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 {
border-color: #5f4d40;
filter: drop-shadow(0 0 5px rgba(42, 28, 22, 0.4));
border-left-color: #a87554;
background: #332a24;
color: #ece3d8;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}
 
html.skin-theme-clientpref-os .infobox::after {
background: #bd8055;
}
}


html.skin-theme-clientpref-os .infobox__title {
html.skin-theme-clientpref-os .infobox__title {
border-color: #8b6046;
filter: drop-shadow(0 3px 2px rgba(42, 28, 22, 0.36));
background: #684733;
color: #f7eee4;
}
}
}


html.skin-theme-clientpref-os .infobox__title::after {
@media screen and (max-width: 720px) {
background: #d5a274;
.infobox__image-media,
}
.infobox__image-media img,
 
.infobox__image-media .mw-file-element {
html.skin-theme-clientpref-os .infobox__media::before {
max-height: 380px;
background: #bd8055;
}
 
html.skin-theme-clientpref-os .infobox__image {
border-color: #675548;
border-bottom-color: #bd8055;
background: #41362e;
}
 
html.skin-theme-clientpref-os .infobox__section {
border-top-color: #5f4f43;
background: #3a3029;
}
 
html.skin-theme-clientpref-os .infobox__section-title {
border-left-color: #bd8055;
background: #4e3e33;
color: #eddccc;
}
 
html.skin-theme-clientpref-os .infobox__details tr + tr th,
html.skin-theme-clientpref-os .infobox__details tr + tr td,
html.skin-theme-clientpref-os .infobox__details tr + tr {
border-top-color: #594a3f;
}
 
html.skin-theme-clientpref-os .infobox__details th {
color: #ead8c7;
}
 
html.skin-theme-clientpref-os .infobox__details th::before {
background: #bd8055;
}
 
html.skin-theme-clientpref-os .infobox__details td {
color: #ece3d8;
}
 
html.skin-theme-clientpref-os .infobox a {
color: #e0af82;
}
 
html.skin-theme-clientpref-os .infobox a:hover {
color: #f1c9a5;
}
}
}


html.skin-theme-clientpref-os .infobox a:focus {
@media screen and (max-width: 480px) {
outline-color: #d59a69;
.infobox__image-media,
.infobox__image-media img,
.infobox__image-media .mw-file-element {
max-height: 340px;
}
}
}
}

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;
	}
}