미디어위키:Common.css: 두 판 사이의 차이

편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
 
(같은 사용자의 중간 판 478개는 보이지 않습니다)
1번째 줄: 1번째 줄:
@import url("https://cdn.jsdelivr.net/gh/orioncactus/Happiness-Sans@v1.3.9/dist/web/static/Happiness-Sans.min.css");


@font-face {
/*  visualClear CSS class definition for [[mw:Extension:SocialProfile]]
font-family: 'Youth';
    because Vector does not include the definition anymore; see
font-style: normal;
    https://phabricator.wikimedia.org/T328235 and
font-weight: 400;
    https://phabricator.wikimedia.org/T287962 */
src: url('//fastly.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff2') format('woff2'),
.visualClear {
url('//fastly.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff') format('woff');
clear: both;
}
.liberty-table-wrapper:has(.timetable) {
margin: 0;
}
}


@font-face {
/* 배지 공통 */
    font-family: 'Happiness-Sans';
.badge{
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/Happiness-Sans-Regular.woff2') format('woff2');
  display:inline-block;
    font-weight: 400;
  width:1.9rem; height:1rem;
    font-style: normal;
  border:1px solid var(--text);
  font-size:.75rem; line-height:1.1;
  vertical-align:middle; overflow:hidden; position:relative;
}
.badge--circle{ border-radius:40%; }
.badge--filled{ background:var(--text); color:var(--bg); }
.badge--tight{ width:1.8rem; height:.95rem; line-height:.9; }
.badge--num{
  font-family: SeoulAlrimTTF, "Zen Kaku Gothic Antique", CUSTOMFONT, TIMETABLEFONT, TIMETABLEFONT2 !important;
  line-height:1;
}
}


@font-face {
/* 아이콘 큰 사이즈(LEX/LSL/XSL 등에 사용) */
    font-family: 'Happiness-Sans';
.icon-lg{
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/Happiness-Sans-Bold.woff2') format('woff2');
  font-size:1.8rem; display:inline-block; margin-top:7px;
    font-weight: 700;
    font-style: normal;
}
}


.Liberty .nav-wrapper .navbar .navbar-brand{
/* 괄호/브래킷 기호 라인박스 보정 */
height: 2.8rem;
.bracket-open{ display:block; margin-top:-7.5px; height:0; margin-bottom:-0.15rem; }
  width: 10.0rem !important;
.bracket-close{ display:block; margin-top:-3px; height:0; margin-bottom:-6px; }
  background: transparent url(https://w.halv.kr/images/3/38/%EC%9C%84%ED%82%A4%EB%A1%9C%EA%B3%A0.svg) no-repeat scroll left center/auto 1.1em !important;
 
  padding: 0;
/* (참고) 제목 등에서 이미 쓰던 클래스가 있다면 그대로 유지 */
  margin: 0;
 
.forcetopalign {
margin-bottom: 0.1rem;
}
}
.input-group-btn {
/* 공통 스타일 */
display:none;
/* 공통 스타일 */
.arrow{
--size: 20;
  --inner-scale: 0.92;
  position: relative;
  width: calc(var(--size)*1px);
  aspect-ratio: 1 / 2.5;
  display: inline-flex;
  place-items: center;
  font-size: calc(var(--size)*0.78px);
  z-index: 0;
font-family: "Zen Kaku Gothic Antique", "CUSTOMFONT","CUSTOMFONT2", DiaPro, SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
vertical-align: middle;
vertical-align: -webkit-baseline-middle;
justify-content: center;
}
}
.Liberty .nav-wrapper .navbar .form-inline .form-control {
.arrow{ color:var(--text); }                /* 기본 글자색 */
font-size: 0.8rem;
.arrow::before,
  height: 2rem;
.arrow::after{
  width: 16rem;
   content:"";
   padding: 0.2rem 1rem;
   position:absolute;
   border-color: #ccc;
   inset:0;
   border-radius: 0;
   z-index:-1;                       /* 글자 뒤로 */
   border-radius: 6rem;
}
}


.Liberty .nav-wrapper .navbar .navbar-login .profile-img {
/* 아래쪽 뾰족(하행) 오각형 */
border-radius: 1rem;
.arrow--down::before,
.arrow--down::after{
  clip-path: polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);
}
/* 위쪽 뾰족(상행) 오각형 */
.arrow--up::before,
.arrow--up::after{
  clip-path: polygon(0 18%,50% 0,100% 18%,100% 100%,0 100%);
}
}


* {
.arrow--up {
font-family: "Happiness-Sans";
padding-top: 4px;
}
}


dfn {
.arrow--down {
    font-style: inherit; /* Reset default styling for <dfn> */
padding-bottom: 4px;
}
}
sup, sub {
 
    line-height: 1em;     /* <sup>와 <sub>의 줄간격 조절 */
/* 테두리 있는 흰 배경(하행) */
.outline{ color:var(--text); }
.outline::before{ background:var(--text); }                  /* 바깥(테두리색) */
.outline::after{
  background:var(--bg);                                  /* 안쪽(배경색) */
  transform: scale(var(--inner-scale));               /* 수축해서 테두리 두께 생성 */
  transform-origin: 50% 50%;
}
}


body {
/* 꽉 찬 검정 배경(상행) */
font-size: 1rem;
.solid{ color:var(--bg); }
}
.solid::before{ background:var(--text); }                   /* 단색 채움 */


/** <references/> 관련 CSS **/


ol.references,
.timetabletitle {
div.reflist,
font-family: "Zen Kaku Gothic Antique", "CUSTOMFONT","CUSTOMFONT2", DiaPro, SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
div.refbegin {
}
    font-size: 90%;           /* 기본 글꼴 크기 */
.justify-chars {
    margin-bottom: 0.5em;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
}
div.refbegin-100 {
.justify-chars > span{ display:inline-block }
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
 
span.stretch-text {
display: inline-block;
width: 3rem;
position: absolute;
}
}
div.reflist ol.references {
 
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
tr:has(> td.nobordertop) {
    list-style-type: inherit; /* Enable custom list style types */
border-top: none !important;
}
}


/* 선택된 항목에 배경색 씌우기 */
tr:has(> td.yesbordertop) {
body.action-info :target,
border-top: 1px solid !important;
.citation:target {
    background-color: #DEF;  /* Fallback */
    background-color: rgba(0, 127, 255, 0.133);
}
}


/* 테이블 제목 등의 ref에서 bold/italic 제거 */
td:has(> .forcedcenter) {
sup.reference {
text-align: center !important;
    font-weight: normal;
    font-style: normal;
}
}


/* 인용에 대한 스타일 추가 (CSS3). 예를 들어 URL이 너무 길면 상자를 벗어나지 않고 잘라냄. */
.wm-rl {
.citation {
     writing-mode: vertical-rl;
     word-wrap: break-word;
margin-top: 0.15rem;
}
}
.timetable td:has(> .forcedcenter), .timetable td .forcedcenter {
/* Default styling for titles of works, styling for the title of an article
    font-family: DiaPro, SeoulAlrimTTF, "Zen Kaku Gothic Antique", CUSTOMFONT, TIMETABLEFONT, TIMETABLEFONT2, -apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans CJK KR","NanumBarunGothic",Roboto,"Segoe UI","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif,Apple Color Emoji !important;
  within a periodical, or a contribution within a compilation. */
}
cite,
span.wm-rl {
.citation cite.article,
display: inline-block;
.citation cite.contribution {
    font-style: inherit;
}
}


/* For linked citation numbers and document IDs, where
.timetable tr td:has(.wm-rl) {
  the number need not be shown on a screen or a handheld,
text-align: center;
  but should be included in the printed version */
  padding-right: 0;
@media screen, handheld {
    .citation *.printonly {
        display: none;
    }
}
}


/** .messagebox 스타일 **/
.timetable tr td {
.messagebox.merge {
font-family: SeoulAlrimTTF, "Zen Kaku Gothic Antique", CUSTOMFONT, TIMETABLEFONT, TIMETABLEFONT2,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans CJK KR","NanumBarunGothic",Roboto,"Segoe UI","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif,Apple Color Emoji;
    border: 1px solid #c0b8cc;
vertical-align: middle;
    background-color: #f0e5ff;
padding: 0.1rem;
    text-align: center;
padding-top: 0.1rem;
padding-bottom: 0.1rem;
line-height: 1.1rem !important;
white-space: nowrap;
}
}
.messagebox.cleanup {
.timetable tr td:has(> .seriftt) {
    border: 1px solid #9f9fff;
text-align: center !important;
    background-color: #efefff;
    text-align: center;
}
}
.messagebox.standard-talk {
 
    border: 1px solid #c0c090;
.seriftt {
    background-color: #f8eaba;
font-family: TIMETABLEFONT3, SeoulAlrimTTF, "Zen Kaku Gothic Antique", CUSTOMFONT, TIMETABLEFONT, TIMETABLEFONT2, -apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans CJK KR","NanumBarunGothic",Roboto,"Segoe UI","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif,Apple Color Emoji !important;
    margin: 4px auto;
letter-spacing: -0.05rem;
}
 
.timetable tr:has(.forcetopalign) > td {
vertical-align: top;
}
}
/* For old WikiProject banners inside banner shells. */
 
.mbox-inside .standard-talk,
.timetable tr:has(.forcetopalign) > td .wm-rl {
.messagebox.nested-talk {
text-align: left !important;
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
}
.messagebox.small {
 
    width: 238px;
.timetable tr > td > span, .timetable tr > td > span > span {
    font-size: 85%;
font-family: SeoulAlrimTTF, "Zen Kaku Gothic Antique", CUSTOMFONT, TIMETABLEFONT, TIMETABLEFONT2, -apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans CJK KR","NanumBarunGothic",Roboto,"Segoe UI","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif,Apple Color Emoji;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
}
.messagebox.small-talk {
 
    width: 238px;
@font-face {
    font-size: 85%;
  font-family: 'DiaPro';
    /* @noflip */
  src: url('https://w.halv.kr/font/diapro-1.200/v1.200/DiaPro-Regular.woff') format('woff');
    float: right;
  font-weight: normal;
    clear: both;
  font-style: normal;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
}


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
@font-face {
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
     font-family: 'SeoulAlrimTTF';
     border: none;
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2505-1@1.0/SeoulAlrimTTF-Medium.woff2') format('woff2');
     /* @noflip */
     font-weight: 400;
    padding: 0.25em 0.9em;    /* 0.9em left/right */
     font-style: normal;
     width: 100%;               /* Make all mboxes the same width regardless of text length */
    unicode-range: U+30-39;
     font-size: small;
}
}
td.mbox-image {               /* The left image cell */
 
     border: none;
@font-face {
     /* @noflip */
     font-family: 'TIMETABLEFONT3';
     padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_Monoplex-kr@1.0/MonoplexKR-MediumItalic.woff2') format('woff2');
     text-align: center;
     font-weight: normal;
     font-style: normal;
}
}
td.mbox-imageright {           /* The right image cell */
 
     border: none;
@font-face {
     /* @noflip */
    font-family: 'TIMETABLEFONT2';
     padding: 2px 0.9em 2px 0/* 0px left, 0.9em right */
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2501-1@1.1/NanumHumanTTFBold.woff2') format('woff2');
     text-align: center;
     font-weight: normal;
     font-style: normal;
}
 
@font-face {
     font-family: 'TIMETABLEFONT';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkGothic-Bd.woff2') format('woff2');
    font-weight: normal;
     font-style: normal;
}
}
td.mbox-empty-cell {           /* An empty narrow cell */
 
    border: none;
.Liberty .content-wrapper .liberty-content .liberty-content-main .mw-editsection {
    padding: 0;
display: none !important;
    width: 1px;
}
}


/* Article message box styles */
.liberty-table-wrapper > *:first-child {
table.ambox {
  margin-top: 0 !important;
    margin: 0 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa;
    /* @noflip */
    border-left: 10px solid #1e90ff;  /* Default "notice" blue */
    background: #fbfbfb;
}
}
table.ambox + table.ambox {     /* Single border between stacked boxes. */
 
    margin-top: -1px;
.liberty-table-wrapper > *:last-child {
  margin-bottom: 0 !important;
}
}
.ambox th.mbox-text,
.liberty-table-wrapper {
.ambox td.mbox-text {           /* The message body cell(s) */
  margin-top: 0.8rem;
    padding: 0.25em 0.5em;       /* 0.5em left/right */
  margin-bottom: 0.8rem;
}
}
.ambox td.mbox-image {           /* The left image cell */
 
    /* @noflip */
.mw-page-title-namespace {
    padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
box-shadow: inset 0 -0.5rem 0 #81b11f50;
}
 
 
div.width-131 {
margin: 1rem -1.31rem;
}
}
.ambox td.mbox-imageright {      /* The right image cell */
 
    /* @noflip */
 
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
div.carouselwrapper {
margin-left: -1.31rem;
margin-right: -1.31rem;
}
}


table.ambox-notice {
@media screen and (max-width: 890px) {
    /* @noflip */
t3rsten5 {
    border-left: 10px solid #1e90ff;   /* Blue */
padding-top: 25px !important;
}
}
table.ambox-speedy {
.4eirst4 {
    /* @noflip */
padding-right: 5px !important;
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
}
table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
}
}
table.ambox-content {
@media screen and (max-width: 1023px) {
     /* @noflip */
  .Liberty .nav-wrapper .navbar .form-inline {
     border-left: 10px solid #f28500;   /* Orange */
     float: right;
     padding: 0.4rem 0;
}
}
table.ambox-style {
div.width-131 {
    /* @noflip */
margin: 1rem 0rem;
    border-left: 10px solid #f4c430;   /* Yellow */
}
}
table.ambox-move {
div.carouselwrapper {
    /* @noflip */
margin-left: 0rem;
    border-left: 10px solid #9932cc;   /* Purple */
margin-right: 0rem;
}
}
table.ambox-protection {
    /* @noflip */
    border-left: 10px solid #bba;      /* Gray-gold */
}
}


/* Image message box styles */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
table.imbox {
 
    margin: 4px 10%;
* {
    border-collapse: collapse;
color-scheme: light dark;
    border: 3px solid #1e90ff;   /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;         /* Fix for webkit to force 100% width.  */
}
}
.mbox-inside .imbox {       /* For imboxes inside other templates. */
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list {
    margin: 4px;
  padding: 0.4rem 0rem;
}
}


table.imbox-notice {
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
    border: 3px solid #1e90ff;   /* Blue */
  font-size: 1rem;
}
}
table.imbox-speedy {
 
    border: 3px solid #b22222;   /* Red */
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li {
    background: #fee;             /* Pink */
border:none;
padding: 0rem 0.6rem;
}
}
table.imbox-delete {
 
     border: 3px solid #b22222;   /* Red */
@import url('https://fastly.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');
 
 
 
@font-face {
     font-family: CUSTOMFONT;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
}
table.imbox-content {
 
     border: 3px solid #f28500;   /* Orange */
@font-face {
     font-family: CUSTOMFONT;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
}
table.imbox-style {
 
     border: 3px solid #f4c430;   /* Yellow */
 
@font-face {
     font-family: CUSTOMFONT;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
}
table.imbox-move {
 
     border: 3px solid #9932cc;   /* Purple */
 
@font-face {
     font-family: CUSTOMFONT2;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
}
table.imbox-protection {
 
     border: 3px solid #bba;       /* Gray-gold */
@font-face {
     font-family: CUSTOMFONT2;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
}
table.imbox-license {
 
     border: 3px solid #88a;       /* Dark gray */
@font-face {
    background: #f7f8ff;         /* Light gray */
     font-family: 'Nanum Barun Gothic YetHangul';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumBarunGothic-YetHangul/NanumBarunGothic-YetHangul.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumBarunGothic-YetHangul/NanumBarunGothic-YetHangul.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumBarunGothic-YetHangul/NanumBarunGothic-YetHangul.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumBarunGothic-YetHangul/NanumBarunGothic-YetHangul.ttf') format('truetype');
}
 
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 300;
src: url(/fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
url(/fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 400;
src: url(/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
url(/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
}
}
table.imbox-featured {
@font-face {
    border: 3px solid #cba135;   /* Brown-gold */
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 700;
src: url(/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
url(/fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
}
}


/* Category message box styles */
.Liberty .content-wrapper .liberty-content .liberty-content-main {
table.cmbox {
  line-height: 1.5rem;
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;   /* Default "notice" blue */
}
}


table.cmbox-notice {
.liberty-content {
    background: #D8E8FF;   /* Blue */
margin-top: 1rem;
}
}
table.cmbox-speedy {
 
    margin-top: 4px;
.catlinks {
    margin-bottom: 4px;
text-wrap: nowrap;
    border: 4px solid #b22222;    /* Red */
  overflow: scroll;
    background: #FFDBDB;         /* Pink */
padding-right: 8px;
}
}
table.cmbox-delete {
 
    background: #FFDBDB;   /* Red */
@font-face {
font-family: 'Youth';
font-style: normal;
font-weight: 400;
src: url('//fastly.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff2') format('woff2'),
url('//fastly.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff') format('woff');
}
}
table.cmbox-content {
 
    background: #FFE7CE;    /* Orange */
.Liberty .nav-wrapper .navbar .navbar-brand{
display: flex;
align-items: center;
height: 3.5rem;
  width: 10.0rem !important;
  background: transparent url(https://w.halv.kr/images/3/38/%EC%9C%84%ED%82%A4%EB%A1%9C%EA%B3%A0.svg) no-repeat scroll left center/auto 1.3em !important;
  padding: 0;
padding-left: 8px;
  margin: 0;
}
}
table.cmbox-style {
.input-group-btn {
    background: #FFF9DB;   /* Yellow */
display:none;
}
}
table.cmbox-move {
.Liberty .nav-wrapper .navbar .form-inline .form-control {
    background: #E4D8FF;   /* Purple */
font-size: 0.9rem;
  height: 2.3rem;
  width: 16rem;
  padding: .2rem 1rem;
  border-color: #ccc;
  border-radius: 0;
  border-radius: 6rem;
  margin-top: 3px;
}
}
table.cmbox-protection {
 
    background: #EFEFE1;   /* Gray-gold */
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li {
overflow: hidden;
text-wrap: nowrap;
}
}


/* Other pages message box styles */
.Liberty .nav-wrapper .navbar .navbar-login .profile-img {
table.ombox {
border-radius: 1rem;
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
    background: #f9f9f9;
}
}


table.ombox-notice {
* {
    border: 1px solid #aaa;       /* Gray */
font-family: "CUSTOMFONT","CUSTOMFONT2","Wanted Sans",-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans CJK KR","NanumBarunGothic",Roboto,"Segoe UI","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif,emoji;
}
}
table.ombox-speedy {
 
     border: 2px solid #b22222;    /* Red */
dfn {
    background: #fee;             /* Pink */
     font-style: inherit; /* Reset default styling for <dfn> */
}
}
table.ombox-delete {
sup, sub {
     border: 2px solid #b22222;   /* Red */
     line-height: 1em;     /* <sup>와 <sub>의 줄간격 조절 */
}
}
table.ombox-content {
 
    border: 1px solid #f28500;   /* Orange */
body {
font-size: 1.02rem;
}
}
table.ombox-style {
 
     border: 1px solid #f4c430;   /* Yellow */
.catlinks {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
     scrollbar-width: none; /* Firefox */
}
}
table.ombox-move {
.catlinks::-webkit-scrollbar {  
    border: 1px solid #9932cc;    /* Purple */
     display: none; /* Safari and Chrome */
}
table.ombox-protection {
     border: 2px solid #bba;       /* Gray-gold */
}
}


/* Talk page message box styles */
/** <references/> 관련 CSS **/
table.tmbox {
 
     margin: 4px 10%;
ol.references,
    border-collapse: collapse;
div.reflist,
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
div.refbegin {
     background: #f8eaba;
     font-size: 90%;           /* 기본 글꼴 크기 */
     margin-bottom: 0.5em;
}
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
div.refbegin-100 {
     margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
     font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
    width: 100%;                 /* For Safari and Opera */
}
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
div.reflist ol.references {
     line-height: 1.5em;         /* also "nested", so reset styles that are  */
     font-size: 100%;           /* Reset font-size when nested in div.reflist */
     font-size: 100%;             /* set in "mbox-small" above.                */
     list-style-type: inherit; /* Enable custom list style types */
}
}


table.tmbox-speedy {
/* 선택된 항목에 배경색 씌우기 */
     border: 2px solid #b22222;   /* Red */
body.action-info :target,
     background: #fee;             /* Pink */
.citation:target {
     background-color: #DEF; /* Fallback */
     background-color: rgba(0, 127, 255, 0.133);
}
}
table.tmbox-delete {
 
     border: 2px solid #b22222;   /* Red */
/* 테이블 제목 등의 ref에서 bold/italic 제거 */
sup.reference {
    font-weight: normal;
     font-style: normal;
}
}
table.tmbox-content {
 
     border: 2px solid #f28500;   /* Orange */
/* 인용에 대한 스타일 추가 (CSS3). 예를 들어 URL이 너무 길면 상자를 벗어나지 않고 잘라냄. */
.citation {
     word-wrap: break-word;
}
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
/* Default styling for titles of works, styling for the title of an article
}
  within a periodical, or a contribution within a compilation. */
table.tmbox-move {
cite,
    border: 2px solid #9932cc;    /* Purple */
.citation cite.article,
}
.citation cite.contribution {
table.tmbox-protection,
     font-style: inherit;
table.tmbox-notice {
     border: 1px solid #c0c090;   /* Gray-brown */
}
}


/* Disambig and set index box styles */
/* For linked citation numbers and document IDs, where
table.dmbox {
  the number need not be shown on a screen or a handheld,
     clear: both;
  but should be included in the printed version */
    margin: 0.9em 1em;
@media screen, handheld {
    border-top: 1px solid #ccc;
     .citation *.printonly {
     border-bottom: 1px solid #ccc;
        display: none;
    background: transparent;
     }
}
}


/* Footer and header message box styles */
/** .messagebox 스타일 **/
table.fmbox {
.messagebox.merge {
    clear: both;
     border: 1px solid #c0b8cc;
    margin: 0.2em 0;
     background-color: #f0e5ff;
    width: 100%;
     text-align: center;
     border: 1px solid #aaa;
     background: #f9f9f9;    /* Default "system" gray */
}
}
table.fmbox-system {
.messagebox.cleanup {
     background: #f9f9f9;
    border: 1px solid #9f9fff;
     background-color: #efefff;
    text-align: center;
}
}
table.fmbox-warning {
.messagebox.standard-talk {
     border: 1px solid #bb7070; /* Dark pink */
     border: 1px solid #c0c090;
     background: #ffdbdb;       /* Pink */
     background-color: #f8eaba;
    margin: 4px auto;
}
}
table.fmbox-editnotice {
/* For old WikiProject banners inside banner shells. */
     background: transparent;
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
     background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
}
/* Div based "warning" style fmbox messages. */
.messagebox.small {
div.mw-warning-with-logexcerpt,
    width: 238px;
div.mw-lag-warn-high,
    font-size: 85%;
div.mw-cascadeprotectedwarning,
    /* @noflip */
div#mw-protect-cascadeon,
    float: right;
div.titleblacklist-warning,
div.locked-warning {
     clear: both;
     clear: both;
     margin: 0.2em 0;
    /* @noflip */
     border: 1px solid #bb7070;
     margin: 0 0 1em 1em;
    background: #ffdbdb;
     line-height: 1.25em;
    padding: 0.25em 0.9em;
}
}
/* Div based "system" style fmbox messages.
.messagebox.small-talk {
  Used in [[MediaWiki:Readonly lag]]. */
    width: 238px;
div.mw-lag-warn-normal,
    font-size: 85%;
div.fmbox-system {
    /* @noflip */
    float: right;
     clear: both;
     clear: both;
     margin: 0.2em 0;
    /* @noflip */
     border: 1px solid #aaa;
     margin: 0 0 1em 1em;
     background: #f9f9f9;
     line-height: 1.25em;
    padding: 0.25em 0.9em;
     background: #F8EABA;
}
}


/* These mbox-small classes must be placed after all other
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
  they override "table.ambox + table.ambox" above. */
    border: none;
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
     /* @noflip */
     /* @noflip */
     clear: right;
     padding: 0.25em 0.9em;    /* 0.9em left/right */
    width: 100%;              /* Make all mboxes the same width regardless of text length */
    font-size: small;
}
td.mbox-image {                /* The left image cell */
    border: none;
     /* @noflip */
     /* @noflip */
     float: right;
     padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
    /* @noflip */
     text-align: center;
     margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
td.mbox-imageright {           /* The right image cell */
    border: none;
     /* @noflip */
     /* @noflip */
     margin: 4px 1em 4px 0;
     padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
     width: 238px;
     text-align: center;
     border-collapse: collapse;
}
     font-size: 88%;
td.mbox-empty-cell {          /* An empty narrow cell */
     line-height: 1.25em;
     border: none;
     padding: 0;
     width: 1px;
}
}


/* Style for compact ambox */
/* Article message box styles */
/* Hide the images */
table.ambox {
.compact-ambox table .mbox-image,
    margin: 0 10%;                  /* 10% = Will not overlap with other elements */
.compact-ambox table .mbox-imageright,
    border: 1px solid #aaa;
.compact-ambox table .mbox-empty-cell {
    /* @noflip */
     display: none;
    border-left: 10px solid #1e90ff;  /* Default "notice" blue */
     background: #fbfbfb;
}
}
/* Remove borders, backgrounds, padding, etc. */
table.ambox + table.ambox {     /* Single border between stacked boxes. */
.compact-ambox table.ambox {
     margin-top: -1px;
    border: none;
     border-collapse: collapse;
    background: transparent;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
    width: auto;
    display: block;
}
}
body.mediawiki .compact-ambox table.mbox-small-left {
.ambox th.mbox-text,
     font-size: 100%;
.ambox td.mbox-text {           /* The message body cell(s) */
    width: auto;
     padding: 0.25em 0.5em;       /* 0.5em left/right */
    margin: 0;
}
}
/* Style the text cell as a list item and remove its padding */
.ambox td.mbox-image {          /* The left image cell */
.compact-ambox table .mbox-text {
    /* @noflip */
     padding: 0 !important;
     padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
    margin: 0 !important;
}
}
.compact-ambox table .mbox-text-span {
.ambox td.mbox-imageright {     /* The right image cell */
     display: list-item;
     /* @noflip */
     line-height: 1.5em;
     padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
    list-style-type: square;
    list-style-image: url(/w/skins/MonoBook/bullet.gif);
}
}
.skin-vector .compact-ambox table .mbox-text-span {
 
     list-style-type: disc;
table.ambox-notice {
    list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
     /* @noflip */
     list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
     border-left: 10px solid #1e90ff;    /* Blue */
}
}
/* Allow for hiding text in compact form */
table.ambox-speedy {
.compact-ambox .hide-when-compact {
    /* @noflip */
     display: none;
    border-left: 10px solid #b22222;    /* Red */
     background: #fee;                   /* Pink */
}
}
 
table.ambox-delete {
/* 틀 설명문서 */
    /* @noflip */
.template-documentation {
     border-left: 10px solid #b22222;   /* Red */
    clear: both;
    margin: 1em 0 0 0;
     border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}
}
 
table.ambox-content {
/** 정보상자 **/
    /* @noflip */
.infobox {
    border-left: 10px solid #f28500;   /* Orange */
  float: right;
}
  clear: right;
table.ambox-style {
  margin: 0.5em 0 0.5em 1em;
    /* @noflip */
  padding: 0.2em;
    border-left: 10px solid #f4c430;   /* Yellow */
  border: 1px solid #aaa;
  background: #f9f9f9;
  font-size: small;
  width: 25em;
}
}
.infobox td,
table.ambox-move {
.infobox th {
    /* @noflip */
  vertical-align: top;
    border-left: 10px solid #9932cc;   /* Purple */
}
}
.infobox caption {
table.ambox-protection {
  font-size: 125%;
    /* @noflip */
  font-weight: bold;
    border-left: 10px solid #bba;       /* Gray-gold */
}
}


.infobox caption.colored {
/* Image message box styles */
  margin: 0.25em 0 0.5em 0;
table.imbox {
  border-top-style: solid;
    margin: 4px 10%;
  border-bottom-style: solid;
    border-collapse: collapse;
  border-top-width: 0.3em;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
  border-bottom-width: 0.3em;
    background: #fbfbfb;
/* 제목에 색이 필요할 때 class 지정 후 border-color 스타일 지정 */
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;         /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {      /* For imboxes inside other templates.  */
    margin: 4px;
}
}


.infobox th {
table.imbox-notice {
  white-space: nowrap;
    border: 3px solid #1e90ff;   /* Blue */
}
}
.infobox th[colspan="2"] {
table.imbox-speedy {
  text-align: center;
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
}
.infobox.bordered {
table.imbox-delete {
  border-collapse: collapse;
    border: 3px solid #b22222;   /* Red */
}
}
.infobox.bordered td,
table.imbox-content {
.infobox.bordered th {
    border: 3px solid #f28500;   /* Orange */
  border: 1px solid #aaa;
}
}
.infobox.bordered .borderless td,
table.imbox-style {
.infobox.bordered .borderless th {
    border: 3px solid #f4c430;   /* Yellow */
  border: 0;
}
}
.infobox.sisterproject {
table.imbox-move {
  width: 20em;
    border: 3px solid #9932cc;   /* Purple */
  font-size: smaller;
}
}
 
table.imbox-protection {
/* styles for bordered infobox with merged rows */
    border: 3px solid #bba;       /* Gray-gold */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
  border: 0;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
}
.infobox.bordered .mergedrow td,
table.imbox-license {
.infobox.bordered .mergedrow th {
    border: 3px solid #88a;       /* Dark gray */
  border: 0;
    background: #f7f8ff;         /* Light gray */
  border-right: 1px solid #aaa;
}
}
 
table.imbox-featured {
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
    border: 3px solid #cba135;   /* Brown-gold */
.infobox.geography {
  text-align: left;
  border-collapse: collapse;
  line-height: 1.2em;
  font-size: smaller;
}
}
.infobox.geography  td,
 
.infobox.geography  th {
/* Category message box styles */
  border-top: solid 1px #aaa;
table.cmbox {
  padding: 0.4em 0.6em;
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;   /* Default "notice" blue */
}
}
.infobox.geography .mergedtoprow td,
 
.infobox.geography .mergedtoprow th {
table.cmbox-notice {
  border-top: solid 1px #aaa;
    background: #D8E8FF;   /* Blue */
  padding: 0.4em 0.6em 0.2em;
}
}
.infobox.geography .mergedrow td,
table.cmbox-speedy {
.infobox.geography .mergedrow th {
    margin-top: 4px;
  border: 0;
    margin-bottom: 4px;
  padding: 0 0.6em 0.2em;
    border: 4px solid #b22222;   /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;   /* Orange */
}
}
.infobox.geography .mergedbottomrow td,
table.cmbox-style {
.infobox.geography .mergedbottomrow th {
    background: #FFF9DB;   /* Yellow */
  border-top: 0;
  border-bottom: solid 1px #aaa;
  padding: 0 0.6em 0.4em;
}
}
.infobox.geography .maptable td,
table.cmbox-move {
.infobox.geography .maptable th {
    background: #E4D8FF;   /* Purple */
  border: 0;
  padding: 0;
}
}
 
table.cmbox-protection {
/* "notices" 스타일 */
    background: #EFEFE1;    /* Gray-gold */
.notice {
  margin: 1em;
  padding: 0.2em;
}
}


.notice.section {
/* Other pages message box styles */
  width: auto;
table.ombox {
  margin: 0 1em 0 1em;
    margin: 4px 10%;
  border-top: 1px solid #aaa;
    border-collapse: collapse;
  border-bottom: 1px solid #aaa;
    border: 1px solid #aaa;       /* Default "notice" gray */
  font-size: smaller;
    background: #f9f9f9;
}
.notice.section + .notice.section {
  margin-top: -1px;
  border-top: 0;
}
}


#disambig {
table.ombox-notice {
  border-top: 1px solid #ccc;
    border: 1px solid #aaa;       /* Gray */
  border-bottom: 1px solid #ccc;
}
}
 
table.ombox-speedy {
.spoiler {
    border: 2px solid #b22222;   /* Red */
  border-top: 2px solid #ddd;
    background: #fee;             /* Pink */
  border-bottom: 2px solid #ddd;
}
}
 
table.ombox-delete {
table.stub {
    border: 2px solid #b22222;   /* Red */
  width: 100%;
}
  margin: 1em auto 0;
table.ombox-content {
  border-top: 1px solid #ccc;
    border: 1px solid #f28500;   /* Orange */
  border-bottom: 1px solid #ccc;
  font-size: smaller;
}
}
table.stub + table.stub {
table.ombox-style {
  margin-top: -1px;
    border: 1px solid #f4c430;   /* Yellow */
  border-top: 0;
}
}
 
table.ombox-move {
/* Put a checker background at the image description page only visible if the image has transparent background */
    border: 1px solid #9932cc;   /* Purple */
#file img {background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
 
#wpSave {
  font-weight: bold;
}
}
 
table.ombox-protection {
/*[[미디어위키토론:Common.css#.jamocomposed_block 수정]]-Request by Banwol, added by 분당선M*/
    border: 2px solid #bba;      /* Gray-gold */
.jamocomposed_block {
font-family: 'Noto Sans CJK', '나눔스퀘어', '나눔고딕', '함초롬돋움 LVT', 'HCR Dotum LVT', '함초롬바탕 LVT', 'HCR Batang LVT', '본고딕', 'Source Han Sans K', '본고딕 KR', 'Source Han Sans KR', 'Noto Sans CJK KR', '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '나눔명조 옛한글', 'NanumMyeongjo YetHangul', '은 바탕', 'Un Batang', '돋움 옛한글', 'Dotum Old Hangul', '바탕 옛한글', 'Batang Old Hangul', '굴림 옛한글', 'NewGulim Old Hangul', '궁서 옛한글', 'Gungsuh Old Hangul', '맑은 고딕', 'Malgun Gothic', '함초롬돋움', 'HCR Dotum', '함초롬바탕', 'HCR Batang', Code2000;
}
}


.oldhanyang {
/* Talk page message box styles */
  font-family: "New Gulim", "새굴림", "새돋움", "한컴돋움", "Naver Dictionary", "네이버사전", "Haansoft Batang", "한컴바탕", "새바탕";
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
}
 
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
/* 링크 밀줄 제거 */
    margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
.nounderlines a {
    width: 100%;                 /* For Safari and Opera */
  text-decoration: none;
}
}
/* IPA 링크 밑줄 제거 */
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
.IPA a:link, .IPA a:visited {
    line-height: 1.5em;          /* also "nested", so reset styles that are  */
  text-decoration: none;
    font-size: 100%;             /* set in "mbox-small" above.                */
}
}


/* [[위키백과:사랑방/2007년 1월#틀:듣기 용 아이콘]] */
table.tmbox-speedy {
.audiolink a{
    border: 2px solid #b22222;    /* Red */
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    background: #fee;            /* Pink */
  padding-left: 16px !important;
  padding-right: 0 !important;
}
}
 
table.tmbox-delete {
/* [[위키백과:사랑방/2007년 4월#영어판의 틀을 번역했는데, 모양이 다르게 나옵니다.]]
    border: 2px solid #b22222;   /* Red */
   [[:en:MediaWiki:Common.css]]에서 가져옴 */
}
 
table.tmbox-content {
/* 둘러보기 상자의 기본 스킨 */
    border: 2px solid #f28500;   /* Orange */
table.navbox {     /* 둘러보기 상자 내용에 대한 스타일 */
  border: 1px solid #aaa;
  width: 100%;
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
table.tmbox-style {
  margin-top: -1px;     /* (doesn't work for IE6, but that's okay)    */
    border: 2px solid #f4c430;   /* Yellow */
}
}
.navbox-title,
table.tmbox-move {
.navbox-abovebelow,
    border: 2px solid #9932cc;    /* Purple */
table.navbox th {
  text-align: center;    /* Title and above/below styles */
  padding-left: 1em;
  padding-right: 1em;
}
}
.navbox-group {      /* 그룹 스타일 */
table.tmbox-protection,
  white-space: nowrap;
table.tmbox-notice {
  text-align: right;
    border: 1px solid #c0c090;   /* Gray-brown */
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
}
.navbox, .navbox-subgroup {
 
  background: #fdfdfd;   /* 배경색 */
/* Disambig and set index box styles */
table.dmbox {
    clear: both;
    margin: 0.9em 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: transparent;
}
}
.navbox-list {
 
  border-color: #fdfdfd;   /* 배경색과 동일해야 함 */
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
}
.navbox-title,
table.fmbox-system {
table.navbox th {
    background: #f9f9f9;
  background: #ccccff;   /* Level 1 color */
}
}
.navbox-abovebelow,
table.fmbox-warning {
.navbox-group,
    border: 1px solid #bb7070;  /* Dark pink */
.navbox-subgroup .navbox-title {
    background: #ffdbdb;       /* Pink */
  background: #ddddff;   /* Level 2 color */
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
table.fmbox-editnotice {
  background: #e6e6ff;   /* Level 3 color */
    background: transparent;
}
}
.navbox-even {
/* Div based "warning" style fmbox messages. */
  background: #f7f7f7;   /* Even row striping */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning,
div.locked-warning {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
}
.navbox-odd {
/* Div based "system" style fmbox messages.
  background: transparent; /* Odd row striping */
  Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
}


.collapseButton {     /* 'show'/'hide' buttons created dynamically */
/* These mbox-small classes must be placed after all other
  float: right;     /* by the CollapsibleTables javascript in  */
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
  font-weight: normal;  /* [[MediaWiki:Common.js]]are styled here  */
  they override "table.ambox + table.ambox" above. */
  text-align: right;  /* so they can be customised.        */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
  width: auto;
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @noflip */
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
  width: 6em;      /* the vde links from [[Template:Tnavbar]],  */
}              /* so they need to be the same width.    */


/* [[위키백과:관리자 요청/2007년 5월#스크립트 추가 요청]]. ctrl+v from en: */
/* Style for compact ambox */
div.NavFrame {
/* Hide the images */
  margin: 0;
.compact-ambox table .mbox-image,
  padding: 4px;
.compact-ambox table .mbox-imageright,
  border: 1px solid #aaa;
.compact-ambox table .mbox-empty-cell {
  text-align: center;
    display: none;
  border-collapse: collapse;
  font-size: 95%;
}
}
div.NavFrame + div.NavFrame {
/* Remove borders, backgrounds, padding, etc. */
  border-top-style: none;
.compact-ambox table.ambox {
  border-top-style: hidden;
    border: none;
}
    border-collapse: collapse;
div.NavPic {
    background: transparent;
  background-color: #fff;
    margin: 0 0 0 1.6em !important;
  margin: 0;
    padding: 0 !important;
  padding: 2px;
    width: auto;
  float: left;
    display: block;
}
}
div.NavFrame div.NavHead {
body.mediawiki .compact-ambox table.mbox-small-left {
  height: 1.6em;
    font-size: 100%;
  font-weight: bold;
    width: auto;
  background-color: #ccf;
    margin: 0;
  position: relative;
}
}
div.NavFrame p,
/* Style the text cell as a list item and remove its padding */
div.NavFrame div.NavContent,
.compact-ambox table .mbox-text {
div.NavFrame div.NavContent p {
    padding: 0 !important;
  font-size: 100%;
    margin: 0 !important;
}
}
div.NavEnd {
.compact-ambox table .mbox-text-span {
  margin: 0;
    display: list-item;
  padding: 0;
    line-height: 1.5em;
  line-height: 1px;
    list-style-type: square;
  clear: both;
    list-style-image: url(/w/skins/MonoBook/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
    list-style-type: disc;
    list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
    list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
}
a.NavToggle {
/* Allow for hiding text in compact form */
  position: absolute;
.compact-ambox .hide-when-compact {
  top: 0;
    display: none;
  right: 3px;
  font-weight: normal;
  font-size: 90%;
}
}


/* [[위키백과:관리자 요청/2007년 11월]] */
/* 틀 설명문서 */
/* Prevent line breaks in silly places:
.template-documentation {
  1) Where desired
    clear: both;
  2) Links when we don't want them to
    margin: 1em 0 0 0;
  3) Bold "links" to the page itself
    border: 1px solid #aaa;
  4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
    background-color: #ecfcf4;
.nowrap,
     padding: 1em;
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
     white-space: nowrap;
}
}


/** 목차에서 특정 단계 이하 제목 숨기기 **/
/** 정보상자 **/
.toclimit-2 .toclevel-2,
.infobox {
.toclimit-3 .toclevel-3,
  float: right;
.toclimit-4 .toclevel-4,
  clear: right;
.toclimit-5 .toclevel-5,
  margin: 0.5em 0 0.5em 1em;
.toclimit-6 .toclevel-6,
  padding: 0.2em;
.toclimit-7 .toclevel-7 {
  border: 1px solid #aaa;
   display:none;
  background: #f9f9f9;
  font-size: small;
   width: 25em;
}
}
 
.infobox td,
/* {{가로 목차}} 틀 사용 시 세로로 출력되는 문제 수정 (크롬/오페라)
.infobox th {
영어 위키백과에서 가져옴 Ykhwong 2015년 12월 4일 */
  vertical-align: top;
.hlist .tocnumber,
}
.hlist .toctext {
.infobox caption {
    display: inline;
  font-size: 125%;
  font-weight: bold;
}
}


/* When <div class="nonumtoc"> is used on the table of contents,
.infobox caption.colored {
  the ToC will display without numbers */
  margin: 0.25em 0 0.5em 0;
.nonumtoc .tocnumber {
  border-top-style: solid;
    display: none;
  border-bottom-style: solid;
  border-top-width: 0.3em;
  border-bottom-width: 0.3em;
/* 제목에 색이 필요할 때 class 지정 후 border-color 스타일 지정 */
}
}
.nonumtoc #toc ul,
 
.nonumtoc .toc ul {
.infobox th {
    line-height: 1.5em;
  white-space: nowrap;
    list-style: none none;
    margin: .3em 0 0;
    padding: 0;
}
}
.hlist.nonumtoc #toc ul ul,
.infobox th[colspan="2"] {
.hlist.nonumtoc .toc ul ul {
  text-align: center;
    /* @noflip */
}
    margin: 0;
.infobox.bordered {
  border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
  border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
  border: 0;
}
}
 
.infobox.sisterproject {
/** 미디어 시작 틀과 관련된 코드 **/
   width: 20em;
/* [[위키백과:관리자 요청/2008년 9월]] */
   font-size: smaller;
div.listenlist {
   background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
   padding-left: 40px;
}
}


div.videolist, div.multivideolist {
pre {
  background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
background-color: var(--altbg);
  padding-left: 50px;
color: var(--text);
border-color: var(--grey);
}
}


div.medialist {
/* styles for bordered infobox with merged rows */
   min-height: 50px;
.infobox.bordered .mergedtoprow td,
   margin: 1em;
.infobox.bordered .mergedtoprow th {
  background-position: top left;
   border: 0;
   background-repeat: no-repeat;
   border-top: 1px solid #aaa;
   border-right: 1px solid #aaa;
}
}
div.medialist ul {
.infobox.bordered .mergedrow td,
   list-style-type: none;
.infobox.bordered .mergedrow th {
   list-style-image: none;
   border: 0;
  margin: 0;
   border-right: 1px solid #aaa;
}
}
div.medialist ul li {
 
   padding-bottom: 0.5em;
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
}
.infobox.geography {
div.medialist ul li li {
   text-align: left;
  border-collapse: collapse;
  line-height: 1.2em;
   font-size: smaller;
   font-size: smaller;
  padding-bottom: 0;
}
}
 
.infobox.geography  td,
/** XXX **/
.infobox.geography  th {
/* 안내 참조 틀의 동작, [[위키백과:관리자 요청/2008년 9월]] */
   border-top: solid 1px #aaa;
.plainlinksneverexpand {
   padding: 0.4em 0.6em;
   background: none ! important;
   padding: 0 ! important;
}
}
.plainlinksneverexpand .urlexpansion {
.infobox.geography .mergedtoprow td,
   display: none ! important;
.infobox.geography .mergedtoprow th {
   border-top: solid 1px #aaa;
  padding: 0.4em 0.6em 0.2em;
}
}
 
.infobox.geography .mergedrow td,
/** PDF 링크 모양 **/
.infobox.geography .mergedrow th {
/* [[특:Permalink/13592922#PDF 아이콘 추가|미디어위키토론:Common.css]] */
   border: 0;
a[href$=".pdf"].external.text,
   padding: 0 0.6em 0.2em;
a[href*=".pdf?"].external.text,
a[href*=".pdf#"].external.text,
a[href$=".PDF"].external.text,
a[href*=".PDF?"].external.text,
a[href*=".PDF#"].external.text {
   background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
   padding-right: 17px;
}
}
 
.infobox.geography .mergedbottomrow td,
/** [[틀:둘러보기]] 디자인 **/
.infobox.geography .mergedbottomrow th {
/* [[위키백과토론:위키프로젝트 시스템#미디어위키:common.css에 스타일 추가 요청]] */
   border-top: 0;
/* Klutzy 2008년 12월 21일 (일) 20:10 (KST) */
   border-bottom: solid 1px #aaa;
.pathnavbox {
   padding: 0 0.6em 0.4em;
   clear: both;
   border: 1px outset #eef;
   padding: 0.3em 0.6em;
  margin: 0 0 0.5em 0;
  background-color: #eef;
  font-size: smaller;
}
}
.pathnavbox ul {
.infobox.geography .maptable td,
   list-style: none;
.infobox.geography .maptable th {
  margin-top: 0;
   border: 0;
   margin-bottom: 0;
   padding: 0;
}
}
.pathnavbox > ul {
 
   margin: 0;
/* "notices" 스타일 */
}
.notice {
.pathnavbox ul li {
   margin: 1em;
   margin: 0;
   padding: 0.2em;
}
}


/** 최근 바뀜, 주시 문서 목록에서 "되돌리기" 글자 크기 줄임 **/
.notice.section {
/* [[사용자:ITurtle|iTurtle]] ([[사용자토론:ITurtle|토론]]) 2009년 5월 8일 (금) 22:04 (KST) */
  width: auto;
.page-특수기능_최근바뀜 .mw-rollback-link,
  margin: 0 1em 0 1em;
.page-특수기능_주시문서목록 .mw-rollback-link {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
   font-size: smaller;
   font-size: smaller;
}
.notice.section + .notice.section {
  margin-top: -1px;
  border-top: 0;
}
}


/* 최근 바뀜에서의 편집 관련 표시 작게. Monobook에서 옮김. */
#disambig {
/* ChongDae 2010년 3월 26일 (금) 22:32  */
   border-top: 1px solid #ccc;
.minoredit {
   border-bottom: 1px solid #ccc;
   font-size: smaller;
   color: #808080;
}
}
.newpage {
 
   font-size: smaller;
.spoiler {
   color: #FF0000;
   border-top: 2px solid #ddd;
   border-bottom: 2px solid #ddd;
}
}
.botedit {
 
table.stub {
  width: 100%;
  margin: 1em auto 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
   font-size: smaller;
   font-size: smaller;
  color: #3CB371;
}
}
.unpatrolled {
table.stub + table.stub {
   font-size: smaller;
   margin-top: -1px;
  border-top: 0;
}
}


/* 대문에서 특정 요소 숨기기. 스킨 관계없이 공통으로. Monobook.css에서 가져옴 --[[사용자:Klutzy|klutzy]] ([[사용자토론:Klutzy|토론]]) 2009년 8월 9일 (일) 13:56 (KST) */
/* Put a checker background at the image description page only visible if the image has transparent background */
body.page-위키백과_대문 #t-cite,
#file img {background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
body.page-위키백과_대문 #lastmod,
body.page-위키백과_대문 #siteSub,
body.page-위키백과_대문 #contentSub,
body.page-위키백과_대문 h1.firstHeading {
  display: none !important;
}


/* [[틀:누가]] 등의 정비 필요 문장에 밑줄을 표시하기. klutzy 2009년 9월 27일 (일) 19:45 (KST)
#wpSave {
  영어 위키백과와 동일한 상자로 변경. ykhwong 2015년 9월 6일 (일) 12:18 (KST) */
   font-weight: bold;
.fix {
   /* border-bottom: 1px dashed #AAA; */
  background-color: #fff9f9; color: DarkSlateGray; border: 1px solid #ffdcdc;
}
}


/* iTurtle 2009년 11월 4일 (수) 21:30 (KST) */
/*[[미디어위키토론:Common.css#.jamocomposed_block 수정]]-Request by Banwol, added by 분당선M*/
#EnWpMpBook { background-image: url(//upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
.jamocomposed_block {
#EnWpMpSearch { background: url(//upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
font-family: 'Noto Sans CJK', '나눔스퀘어', '나눔고딕', '함초롬돋움 LVT', 'HCR Dotum LVT', '함초롬바탕 LVT', 'HCR Batang LVT', '본고딕', 'Source Han Sans K', '본고딕 KR', 'Source Han Sans KR', 'Noto Sans CJK KR', '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '나눔명조 옛한글', 'NanumMyeongjo YetHangul', '은 바탕', 'Un Batang', '돋움 옛한글', 'Dotum Old Hangul', '바탕 옛한글', 'Batang Old Hangul', '굴림 옛한글', 'NewGulim Old Hangul', '궁서 옛한글', 'Gungsuh Old Hangul', '맑은 고딕', 'Malgun Gothic', '함초롬돋움', 'HCR Dotum', '함초롬바탕', 'HCR Batang', Code2000;
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
}
#EnWpMpBook2 { background-image: url(//upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }


/* 지리 좌표 기본값. 이들이 어떻게 쓰이는지에 대해서는 [[틀:Coord/link]] 참고.
.oldhanyang {
  "geo", "longtitude", "latitude" 클래스는 Geo 마이크로포맷이 사용함.
  font-family: "New Gulim", "새굴림", "새돋움", "한컴돋움", "Naver Dictionary", "네이버사전", "Haansoft Batang", "한컴바탕", "새바탕";
iTurtle 2009년 11월 28일 (토) 16:40 (KST)
*/
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude      { white-space: nowrap; }
 
/* 미디어 자료 관련 */
/* Vector.css에서 너무 작게 나오는 것 방지 PuzzletChung 2010년 1월 5일 (화) 13:48 (KST) */
table.mw_metadata {
  font-size: smaller;
}
}


/* 편집 요약, 이유의 모양 설정.
/* 링크 밀줄 제거 */
(기울임 대신 글자 크기 약간 작게 하여 구별) */
.nounderlines a {
.comment {
   text-decoration: none;
   font-style: normal !important;
  font-size: 9pt;
}
}
 
/* IPA 링크 밑줄 제거 */
/* 최근 바뀜에서 문서 분량 변경에 색깔 넣기
.IPA a:link, .IPA a:visited {
(증가는 초록색 감소는 빨간색) */
   text-decoration: none;
.mw-plusminus-pos {
  color:green;
}
.mw-plusminus-neg {
   color:red;
}
}


/* toccolours 클래스: 일부 틀의 디자인에 사용됨 */
/* [[위키백과:사랑방/2007년 1월#틀:듣기 용 아이콘]] */
.toccolours {
.audiolink a{
  border:1px solid #aaaaaa;
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
  background-color: #f9f9f9;
  padding-left: 16px !important;
  padding: 5px;
  padding-right: 0 !important;
  font-size: 95%;
}
}


/* [[파일:Example.jpg|thumb]] 프레임이 붙어 있는 그림의 배경을 하얀색으로 */
/* [[위키백과:사랑방/2007년 4월#영어판의 틀을 번역했는데, 모양이 다르게 나옵니다.]]
div.thumb div a img {
  [[:en:MediaWiki:Common.css]]에서 가져옴 */
  background-color:#ffffff;
}


/* 넘겨주기 링크 */
/* 둘러보기 상자의 기본 스킨 */
.allpagesredirect a,
table.navbox {      /* 둘러보기 상자 내용에 대한 스타일 */
.watchlistredir a,
  border: 1px solid #aaa;
.redirect-in-category a:link,
  width: 100%;
.redirect-in-category a:visited {
  margin: auto;
   color:#888888;
  clear: both;
  font-size: 88%;
  text-align: center;
   padding: 1px;
}
}
 
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
/* 준보호 문서 편집창 배경색. 주의 환기 */
  margin-top: -1px;     /* (doesn't work for IE6, but that's okay)    */
.mw-textarea-sprotected {
  background: #FFFFDB;
}
}
 
.navbox-title,
/* gallery 사용시 섬네일 글자 크기 조정 */
.navbox-abovebelow,
.gallerytext p {
table.navbox th {
   font-size: 90%;
  text-align: center;    /* Title and above/below styles */
  padding-left: 1em;
   padding-right: 1em;
}
}
 
.navbox-group {      /* 그룹 스타일 */
/* 최근 바뀜 등에서 태그를 눈에 띄게 표시 */
  white-space: nowrap;
.mw-tag-markers {
  text-align: right;
   color: red;
  font-weight: bold;
  padding-left: 1em;
   padding-right: 1em;
}
}
 
.navbox, .navbox-subgroup {
/*
  background: #fdfdfd;  /* 배경색 */
[[위키백과:관리자_요청/2011년_10월]]. 둘러보기 틀에서 list를 사용하는 경우 목록을 가로로 보이게 하여 기존의 수동 목록에 비해 의미성/편의성이 높습니다.
{{가로목록}}을 통해 사용.
2013-02-28: 영어판 css 가져옴. ul 목록뿐 아니라 dt/dd도 지원. --klutzy
*/
/* Style for horizontal lists (separator following item).
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 7 (2015-11-12)
  @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
}
/* Display list items inline */
.navbox-list {
.hlist dd,
  border-color: #fdfdfd;   /* 배경색과 동일해야 함 */
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
}
/* Display nested lists inline */
.navbox-title,
.hlist.inline,
table.navbox th {
.hlist.inline dl,
  background: #ccccff;   /* Level 1 color */
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}
}
/* Hide empty list itmes */
.navbox-abovebelow,
.hlist .mw-empty-li {
.navbox-group,
    display: none;
.navbox-subgroup .navbox-title {
  background: #ddddff;   /* Level 2 color */
}
}
/* Generate interpuncts */
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
.hlist dt:after {
  background: #e6e6ff;   /* Level 3 color */
    content: ": ";
}
}
.hlist dd:after,
.navbox-even {
.hlist li:after {
  background: #f7f7f7;   /* Even row striping */
    content: " · ";
    font-weight: bold;
}
}
.hlist dd:last-child:after,
.navbox-odd {
.hlist dt:last-child:after,
  background: transparent; /* Odd row striping */
.hlist li:last-child:after {
    content: none;
}
}
/* Add parentheses around nested lists */
 
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.collapseButton {      /* 'show'/'hide' buttons created dynamically */
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
  float: right;      /* by the CollapsibleTables javascript in  */
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
  font-weight: normal;  /* [[MediaWiki:Common.js]]are styled here  */
    content: " (";
  text-align: right;  /* so they can be customised.       */
    font-weight: normal;
  width: auto;
}
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
  width: 6em;      /* the vde links from [[Template:Tnavbar]],   */
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
}              /* so they need to be the same width.     */
    content: ") ";
 
    font-weight: normal;
/* [[위키백과:관리자 요청/2007년 5월#스크립트 추가 요청]]. ctrl+v from en: */
div.NavFrame {
  margin: 0;
  padding: 4px;
  border: 1px solid #aaa;
  text-align: center;
  border-collapse: collapse;
  font-size: 95%;
}
}
/* Put ordinals in front of ordered list items */
div.NavFrame + div.NavFrame {
.hlist ol {
  border-top-style: none;
    counter-reset: listitem;
  border-top-style: hidden;
}
}
.hlist ol > li {
div.NavPic {
    counter-increment: listitem;
  background-color: #fff;
  margin: 0;
  padding: 2px;
  float: left;
}
}
.hlist ol > li:before {
div.NavFrame div.NavHead {
    content: " " counter(listitem) " ";
  height: 1.6em;
    white-space: nowrap;
  font-weight: bold;
  background-color: #ccf;
  position: relative;
}
}
.hlist dd ol > li:first-child:before,
div.NavFrame p,
.hlist dt ol > li:first-child:before,
div.NavFrame div.NavContent,
.hlist li ol > li:first-child:before {
div.NavFrame div.NavContent p {
    content: " (" counter(listitem) " ";
  font-size: 100%;
}
}
 
div.NavEnd {
/* Unbulleted lists */
  margin: 0;
.plainlist ol,
  padding: 0;
.plainlist ul {
  line-height: 1px;
    line-height: inherit;
  clear: both;
    list-style: none none;
    margin: 0;
}
}
.plainlist ol li,
a.NavToggle {
.plainlist ul li {
  position: absolute;
    margin-bottom: 0;
  top: 0;
  right: 3px;
  font-weight: normal;
  font-size: 90%;
}
}


/* 바벨
/* [[위키백과:관리자 요청/2007년 11월]] */
  [[미디어위키토론:Common.css#바벨 상자 스타일 맞추기]]
/* Prevent line breaks in silly places:
   바벨 확장 기능을 기존 바벨 상자 스타일에 맞추기 */
  1) Where desired
.mw-babel-box-level-N  {
  2) Links when we don't want them to
        display: none;
  3) Bold "links" to the page itself
   4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}
}
 
div.mw-babel-box table th  {
/** 목차에서 특정 단계 이하 제목 숨기기 **/
        font-family: sans-serif;
.toclimit6 .toclevel-2,
        font-size:14pt;
.toclimit-3 .toclevel-3,
        text-align:center;
.toclimit-4 .toclevel-4,
        width:45px;
.toclimit-5 .toclevel-5,
        height:45px;  
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {
  display:none;
}
}
 
div.mw-babel-box table td {
/* {{가로 목차}} 틀 사용 시 세로로 출력되는 문제 수정 (크롬/오페라)
        font-size:8pt;
영어 위키백과에서 가져옴 Ykhwong 2015년 12월 4일 */
        padding:4pt;
.hlist .tocnumber,
        line-height:1.25em;
.hlist .toctext {
    display: inline;
}
}
 
div.mw-babel-box-N  {
/* When <div class="nonumtoc"> is used on the table of contents,
        float: left;
  the ToC will display without numbers */
        border:solid #6EF7A7 1px;
.nonumtoc .tocnumber {
        margin:1px;
    display: none;
}
}
.nonumtoc #toc ul,
div.mw-babel-box-4  {
.nonumtoc .toc ul {
        float:left;
    line-height: 1.5em;
        border:solid #77E0E8 1px;
    list-style: none none;
        margin:1px;
    margin: .3em 0 0;
    padding: 0;
}
}
.hlist.nonumtoc #toc ul ul,
div.mw-babel-box-3  {
.hlist.nonumtoc .toc ul ul {
        float:left;
    /* @noflip */
        border:solid #99B3FF 1px;
    margin: 0;
        margin:1px;
}
}
 
div.mw-babel-box-2  {
/** 미디어 시작 틀과 관련된 코드 **/
        float:left;
/* [[위키백과:관리자 요청/2008년 9월]] */
        border:solid #BCB9EF 1px;
div.listenlist {
        margin:1px;
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
  padding-left: 40px;
}
}
 
div.mw-babel-box-1  {
div.videolist, div.multivideolist {
        float:left;
  background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
        border:solid #E0C0E0 1px;
  padding-left: 50px;
        margin:1px;
}
}
 
div.mw-babel-box-0  {
div.medialist {
        float:left;
  min-height: 50px;
        border:solid #FFB3B3 1px;
  margin: 1em;
        margin:1px;
  background-position: top left;
  background-repeat: no-repeat;
}
}
div.medialist ul {
div.mw-babel-box-N table  {
  list-style-type: none;
        background: #C5FCDC;
  list-style-image: none;
  margin: 0;
}
}
div.medialist ul li {
div.mw-babel-box-4 table {
  padding-bottom: 0.5em;
        background: #D0F8FF;
}
}
div.medialist ul li li {
div.mw-babel-box-3 table  {
  font-size: smaller;
        background: #E0E8FF;
  padding-bottom: 0;
}
}
 
div.mw-babel-box-2 table {
/** XXX **/
        background: #E9E5F9;
/* 안내 참조 틀의 동작, [[위키백과:관리자 요청/2008년 9월]] */
.plainlinks a.externalneverexpand {
  background: none ! important;
  padding: 0 ! important;
}
}
.plainlinks a.externalneverexpand .urlexpansion {
div.mw-babel-box-1 table {
  display: none ! important;
        background: #F3E0F3;
}
}
 
div.mw-babel-box-0 table {
/** PDF 링크 모양 **/
        background: #FFE0E8;
/* [[특:Permalink/13592922#PDF 아이콘 추가|미디어위키토론:Common.css]] */
a[href$=".pdf"].external.text,
a[href*=".pdf?"].external.text,
a[href*=".pdf#"].external.text,
a[href$=".PDF"].external.text,
a[href*=".PDF?"].external.text,
a[href*=".PDF#"].external.text {
  background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
  padding-right: 17px;
}
}
 
div.mw-babel-box-N table th  {
/** [[틀:둘러보기]] 디자인 **/
        background: #6EF7A7;
/* [[위키백과토론:위키프로젝트 시스템#미디어위키:common.css에 스타일 추가 요청]] */
/* Klutzy 2008년 12월 21일 (일) 20:10 (KST) */
.pathnavbox {
  clear: both;
  border: 1px outset #eef;
  padding: 0.3em 0.6em;
  margin: 0 0 0.5em 0;
  background-color: #eef;
  font-size: smaller;
}
}
.pathnavbox ul {
div.mw-babel-box-4 table th {
  list-style: none;
        background: #77E0E8;
  margin-top: 0;
  margin-bottom: 0;
}
}
.pathnavbox > ul {
div.mw-babel-box-3 table th  {
  margin: 0;
        background: #99B3FF;
}
}
.pathnavbox ul li {
div.mw-babel-box-2 table th {
  margin: 0;
        background: #BCB9EF;
}
}
 
div.mw-babel-box-1 table th {
/** 최근 바뀜, 주시 문서 목록에서 "되돌리기" 글자 크기 줄임 **/
        background: #E0C0E0;
/* [[사용자:ITurtle|iTurtle]] ([[사용자토론:ITurtle|토론]]) 2009년 5월 8일 (금) 22:04 (KST) */
.page-특수기능_최근바뀜 .mw-rollback-link,
.page-특수기능_주시문서목록 .mw-rollback-link {
  font-size: smaller;
}
}
   
 
div.mw-babel-box-0 table th {
/* 최근 바뀜에서의 편집 관련 표시 작게. Monobook에서 옮김. */
        background: #FFB3B3;
/* ChongDae 2010년 3월 26일 (금) 22:32 */
.minoredit {
  font-size: smaller;
  color: #808080;
}
}
 
.newpage {
/* {{참고}}, {{본문}} 등의 틀에 쓰이는 class. */
  font-size: smaller;
.rellink,
  color: #FF0000;
.dablink,
}
.hatnote {
.botedit {
    /* font-style: italic; */ /* 영어 위키백과와 달리 이탤릭 사용하지 않음 */
  font-size: smaller;
    font-size: 90%;           /* 한국어 위키백과에서는 대신 작은 글씨로 본문과 구분함 */
  color: #3CB371;
    /* @noflip */
}
    padding-left: 1.6em;
.unpatrolled {
    margin-bottom: 0.5em;
  font-size: smaller;
}
}


/* wikitable 관련 스타일 정비. 영어 위키백과에서 가져옴. 2014-2-6 ChongDae */
/* 대문에서 특정 요소 숨기기. 스킨 관계없이 공통으로. Monobook.css에서 가져옴 --[[사용자:Klutzy|klutzy]] ([[사용자토론:Klutzy|토론]]) 2009년 8월 9일 (일) 13:56 (KST) */
body.page-위키백과_대문 #t-cite,
body.page-위키백과_대문 #lastmod,
body.page-위키백과_대문 #siteSub,
body.page-위키백과_대문 #contentSub,
body.page-위키백과_대문 h1.firstHeading {
  display: none !important;
}


/* Normal font styling for table row headers with scope="row" tag */
/* [[틀:누가]] 등의 정비 필요 문장에 밑줄을 표시하기. klutzy 2009년 9월 27일 (일) 19:45 (KST)
.wikitable.plainrowheaders th[scope=row] {
  영어 위키백과와 동일한 상자로 변경. ykhwong 2015년 9월 6일 (일) 12:18 (KST) */
    font-weight: normal;
.fix {
    /* @noflip */
  /* border-bottom: 1px dashed #AAA; */
    text-align: left;
  background-color: #fff9f9; color: DarkSlateGray; border: 1px solid #ffdcdc;
}
}
 
/* Lists in data cells are always left-aligned */
/* iTurtle 2009년 11월 4일 (수) 21:30 (KST) */
.wikitable td ul,
#EnWpMpBook { background-image: url(//upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
.wikitable td ol,
#EnWpMpSearch { background: url(//upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
.wikitable td dl {
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
    /* @noflip */
#EnWpMpBook2 { background-image: url(//upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
    text-align: left;
 
}
/* 지리 좌표 기본값. 이들이 어떻게 쓰이는지에 대해서는 [[틀:Coord/link]] 참고.
/* ...unless they also use the hlist class */
  "geo", "longtitude", "latitude" 클래스는 Geo 마이크로포맷이 사용함.
.wikitable.hlist td ul,
iTurtle 2009년 11월 28일 (토) 16:40 (KST)
.wikitable.hlist td ol,
*/
.wikitable.hlist td dl {
.geo-default, .geo-dms, .geo-dec  { display: inline; }
    text-align: inherit;
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude      { white-space: nowrap; }
 
/* 미디어 자료 관련 */
/* Vector.css에서 너무 작게 나오는 것 방지 PuzzletChung 2010년 1월 5일 (화) 13:48 (KST) */
table.mw_metadata {
  font-size: smaller;
}
}


/* [[틀:보존문서 안내문2]]용 class. 2015-3-17 IRTC1015 */
/* 편집 요약, 이유의 모양 설정.
.archiveHeader2 {
(기울임 대신 글자 크기 약간 작게 하여 구별) */
clear: right;
.comment {
float: right;
  font-style: normal !important;
border: 1px solid #a7d7f9;
  font-size: 9pt;
margin: 0 0 1.4em 0.5em;
padding: 0.5em;
border-spacing: 0;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
border-radius:0.5em; font-size:small;
background-color:#FFFFFF;
}
}


.archiveHeader2 .mw-ui-input-inline {
/* 최근 바뀜에서 문서 분량 변경에 색깔 넣기
    min-width: 0;
(증가는 초록색 감소는 빨간색) */
    width: 12em;
.mw-plusminus-pos {
  color:green;
}
}
 
.mw-plusminus-neg {
/* 정렬 가능한 표용 정렬 키: [[틀:이름정렬]] 등 참조 */
  color:red;
td .sortkey,
th .sortkey {
    display: none;
    speak: none;
}
}


/* 원 도표: Transparent borders */
/* toccolours 클래스: 일부 틀의 디자인에 사용됨 */
.transborder {
.toccolours {
    border: solid transparent;
  border:1px solid #aaaaaa;
  background-color: #f9f9f9;
  padding: 5px;
  font-size: 95%;
}
}
* html .transborder {  /* IE6 */
 
    border: solid #000001;
/* [[파일:Example.jpg|thumb]] 프레임이 붙어 있는 그림의 배경을 하얀색으로 */
    filter: chroma(color=#000001);
div.thumb div a img {
  background-color:#ffffff;
}
}


/* 포털 관련 css 추가 2015-11-06 ChongDae */
/* 넘겨주기 링크 */
/* For portals, added 2011-12-07 -bv
.allpagesredirect a,
  On wide screens, show these as two columns
.watchlistredir a,
  On narrow and mobile screens, let them collapse into a single column */
.redirect-in-category a:link,
.portal-column-left {
.redirect-in-category a:visited {
    float: left;
  color:#888888;
    width: 50%;
}
}
.portal-column-right {
 
    float: right;
/* 준보호 문서 편집창 배경색. 주의 환기 */
    width: 49%;
.mw-textarea-sprotected {
  background: #FFFFDB;
}
}
.portal-column-left-wide {
 
    float: left;
/* gallery 사용시 섬네일 글자 크기 조정 */
    width: 60%;
.gallerytext p {
  font-size: 90%;
}
}
.portal-column-right-narrow {
 
    float: right;
/* 최근 바뀜 등에서 태그를 눈에 띄게 표시 */
    width: 39%;
.mw-tag-markers {
  color: red;
}
}
.portal-column-left-extra-wide {
 
    float: left;
/*
    width: 70%;
[[위키백과:관리자_요청/2011년_10월]]. 둘러보기 틀에서 list를 사용하는 경우 목록을 가로로 보이게 하여 기존의 수동 목록에 비해 의미성/편의성이 높습니다.
}
{{가로목록}}을 통해 사용.
.portal-column-right-extra-narrow {
2013-02-28: 영어판 css 가져옴. ul 목록뿐 아니라 dt/dd도 지원. --klutzy
     float: right;
*/
     width: 29%;
/* Style for horizontal lists (separator following item).
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 7 (2015-11-12)
  @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
     margin: 0;
     padding: 0;
}
}
@media only screen and (max-width: 800px) {
/* Display list items inline */
    /* Decouple the columns on narrow screens */
.hlist dd,
    .portal-column-left,
.hlist dt,
    .portal-column-right,
.hlist li {
    .portal-column-left-wide,
     margin: 0;
     .portal-column-right-narrow,
    display: inline;
    .portal-column-left-extra-wide,
    .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
    }
}
}
 
/* Display nested lists inline */
/* 사용자 그룹별 노출 제어. 영어 위위키백과에서 가져옴. -- ChongDae */
.hlist.inline,
/* Hide stuff meant for accounts with special permissions. Made visible again in
.hlist.inline dl,
  [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]],
.hlist.inline ol,
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */
.hlist.inline ul,
.sysop-show,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.accountcreator-show,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.templateeditor-show,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
.extendedmover-show,
    display: inline;
.autoconfirmed-show,
}
.user-show {
/* Hide empty list itmes */
.hlist .mw-empty-li {
     display: none;
     display: none;
}
}
.mw-parser-output ol.references {
/* Generate interpuncts */
font-size: 1rem!important;
.hlist dt:after {
    content: ": ";
}
}
.referencetooltip li+li {
.hlist dd:after,
border-top-color: transparent;
.hlist li:after {
margin-top: 0;
    content: " · ";
margin-bottom: -5px;
    font-weight: bold;
}
}
.referencetooltip>li+li::after {
.hlist dd:last-child:after,
border-top-color: var(--namu--cite--arrow);
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
}
sup.reference {
/* Add parentheses around nested lists */
font-weight: inherit;
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
font-style: inherit;
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
}
.mw-references-wrap, .mw-references-columns {
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
border-top: 1px solid var(--namu--cite--upperborder);
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
margin: 1.5em 0;
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
padding: .5em 0;
    content: ") ";
    font-weight: normal;
}
}
.referencetooltip, .reference-text {
/* Put ordinals in front of ordered list items */
font-family: "Happiness-Sans", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
.hlist ol {
    counter-reset: listitem;
}
}
 
.hlist ol > li {
.liberty-content-header {
    counter-increment: listitem;
border-bottom: transparent 1px solid !important;
}
}
 
.hlist ol > li:before {
.content-tools {
    content: " " counter(listitem) " ";
border-bottom: transparent 1px solid !important;
    white-space: nowrap;
}
}
 
.hlist dd ol > li:first-child:before,
.toc {
.hlist dt ol > li:first-child:before,
border-radius: 0!important;
.hlist li ol > li:first-child:before {
font-size: 1rem!important;
    content: " (" counter(listitem) " ";
border: 1px solid rgba(137, 137, 137, 0.30);
}
}


.toc ul {
/* Unbulleted lists */
border: none!important;
.plainlist ol,
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
}
.toctitle {
.plainlist ol li,
min-width: 0!important;
.plainlist ul li {
border: none!important;
     margin-bottom: 0;
background-color: transparent!important;
     margin-top: 6px;
}
}
#mw-toc-heading {
 
border: none!important;
/* 바벨
font-weight: normal;
  [[미디어위키토론:Common.css#바벨 상자 스타일 맞추기]]
user-select: none;
  바벨 확장 기능을 기존 바벨 상자 스타일에 맞추기 */
background-color: transparent;
.mw-babel-box-level-N  {
        display: none;
}
}
.tocnumber:after {
content: '.';
div.mw-babel-box table th  {
        font-family: sans-serif;
        font-size:14pt;
        text-align:center;
        width:45px;
        height:45px;  
}
}
.toctext {
cursor: default;
div.mw-babel-box table td {
}
        font-size:8pt;
.toctogglespan {
        padding:4pt;
display: none;
        line-height:1.25em;
}
}
 
h1 {
div.mw-babel-box-N  {
font-size: 2.4rem;
        float: left;
        border:solid #6EF7A7 1px;
        margin:1px;
}
}
 
.Liberty .nav-wrapper {
div.mw-babel-box-{
box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0);
        float:left;
        border:solid #77E0E8 1px;
        margin:1px;
}
}
 
.number-link {
div.mw-babel-box-3  {
font-family: "Happiness-Sans", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
        float:left;
        border:solid #99B3FF 1px;
        margin:1px;
}
}
 
.wikitable, .wikitable caption {
div.mw-babel-box-2  {
font-family: "Happiness-Sans", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
        float:left;
        border:solid #BCB9EF 1px;
        margin:1px;
}
}
 
h1, h2, h3, h4, h5, h6, b, big, small {
div.mw-babel-box-1  {
font-family: "Happiness-Sans", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
        float:left;
        border:solid #E0C0E0 1px;
        margin:1px;
}
}
 
.referencetooltip, .reference-text {
div.mw-babel-box-{
font-family: "Happiness-Sans", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
        float:left;
        border:solid #FFB3B3 1px;
        margin:1px;
}
}
 
.mw-parser-output, .contentSub {
div.mw-babel-box-N table  {
font-family: "Happiness-Sans", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
        background: #C5FCDC;
}
}
 
.whiteshadow {
div.mw-babel-box-4 table {
    box-shadow: 0px 0px 5px 5px #ffffff30;
        background: #D0F8FF;
}
}
 
@media (prefers-color-scheme: light) {
div.mw-babel-box-3 table {
 
        background: #E0E8FF;
  :root {
  --text: #212529;
  --polar: #000000;
}
}
 
.Liberty .content-wrapper .liberty-content .liberty-content-main {
div.mw-babel-box-2 table {
color: #212529;
        background: #E9E5F9;
}
}
    .dark_template {
        display: none;
div.mw-babel-box-1 table {
    }
        background: #F3E0F3;
    .liberty-content-header, .toc ul, .toc li {
background-color: #fff !important;
}
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th {
background-color: #f5f8fa;
div.mw-babel-box-0 table {
        background: #FFE0E8;
}
}
 
.rt-tooltip, .rt-tail {
div.mw-babel-box-N table th  {
background: #ffffff !important;
        background: #6EF7A7;
border: #e1e8ed 1px solid !important;
}
}
.rt-tail:after {
background: #ffffff !important;
div.mw-babel-box-4 table th {
border: #ffffff 1px solid !important;
        background: #77E0E8;
}
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
border-radius: 0;
div.mw-babel-box-3 table th  {
background-color: #fff !important;
        background: #99B3FF;
}
}
.mw-redirectedfrom {
  margin: 5px;
div.mw-babel-box-2 table th {
  background: #cee2fd;
        background: #BCB9EF;
  padding: 0.7em;
  display: block;
  color: #cee2fd;
  border: #7eaaed 1px solid;
  padding-left: 8px;
  border-radius: 5px;
}
}
 
.mw-redirectedfrom::after {
div.mw-babel-box-1 table th {
content: '에서 넘어옴';
        background: #E0C0E0;
  color: #0b3574;
    text-indent: -45px;
    left: -76.6px;
    position: relative;
}
}
div.mw-babel-box-0 table th {
        background: #FFB3B3;
}
}


@media (prefers-color-scheme: dark) {
/* {{참고}}, {{본문}} 등의 틀에 쓰이는 class. */
:root {
.rellink,
  --text: #e0e0e0;
.dablink,
     --polar: #ffffff;
.hatnote {
    /* font-style: italic; */ /* 영어 위키백과와 달리 이탤릭 사용하지 않음 */
    font-size: 90%;           /* 한국어 위키백과에서는 대신 작은 글씨로 본문과 구분함 */
     /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
}


.Liberty .content-wrapper .liberty-content .liberty-content-main {
/* wikitable 관련 스타일 정비. 영어 위키백과에서 가져옴. 2014-2-6 ChongDae */
color: #e0e0e0;
}


    .light_template {
/* Normal font styling for table row headers with scope="row" tag */
        display: none;
.wikitable.plainrowheaders th[scope=row] {
    }
    font-weight: normal;
          .liberty-content-header {
    /* @noflip */
background-color: #1c1d1f !important;
    text-align: left;
}
}
          .liberty-content-main, .toc ul, .toc li {
background-color: #1c1d1f !important;
/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    /* @noflip */
    text-align: left;
}
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th {
/* ...unless they also use the hlist class */
background-color: #2d2f34;
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
    text-align: inherit;
}
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
 
border-radius: 0;
/* [[틀:보존문서 안내문2]]용 class. 2015-3-17 IRTC1015 */
background-color: #1c1d1f !important;
.archiveHeader2 {
}
clear: right;
.mw-redirectedfrom {
float: right;
  margin: 5px;
border: 1px solid #a7d7f9;
  background: #05234f;
margin: 0 0 1.4em 0.5em;
  padding: 0.7em;
padding: 0.5em;
  display: block;
border-spacing: 0;
  color: #05234f;
-moz-border-radius: 0.5em;
  border: #052e6d 1px solid;
-webkit-border-radius: 0.5em;
  padding-left: 8px;
border-radius:0.5em; font-size:small;
  border-radius: 5px;
background-color:#FFFFFF;
}
}


.mw-redirectedfrom::after {
.archiveHeader2 .mw-ui-input-inline {
content: '에서 넘어옴';
     min-width: 0;
  color: #c0d2ee;
     width: 12em;
     text-indent: -45px;
    left: -76.6px;
     position: relative;
}
}


.rt-tooltip, .rt-tail {
/* 정렬 가능한 표용 정렬 키: [[틀:이름정렬]] 등 참조 */
background: #1c1d1f !important;
td .sortkey,
border: #383b40 1px solid !important;
th .sortkey {
    display: none;
    speak: none;
}
}
.rt-tail:after {
 
background: #1c1d1f !important;
/* 원 도표: Transparent borders */
border: #1c1d1f 1px solid !important;
.transborder {
    border: solid transparent;
}
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}
}


@media screen and (max-width: 1024px) {
/* 포털 관련 css 추가 2015-11-06 ChongDae */
.Liberty .content-wrapper .liberty-content .liberty-content-main {
/* For portals, added 2011-12-07 -bv
padding-left: 0.92rem !important;
  On wide screens, show these as two columns
padding-right: 0.9rem !important;
  On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
    float: left;
    width: 50%;
}
}
.mw-redirectedfrom {
.portal-column-right {
margin-bottom: -5px;
    float: right;
  margin-top: 21px;
    width: 49%;
}
}
.title {
.portal-column-left-wide {
margin-bottom: 0px !important;
    float: left;
    width: 60%;
}
}
.portal-column-right-narrow {
    float: right;
    width: 39%;
}
}
@media screen and (min-width: 1024px) {
.portal-column-left-extra-wide {
   
    float: left;
.Liberty .content-wrapper .liberty-content .liberty-content-main {
    width: 70%;
padding-left: 1.32rem !important;
padding-right: 1.3rem !important;
}
}
.mw-redirectedfrom {
.portal-column-right-extra-narrow {
margin-bottom: -16px;
    float: right;
  margin-top: 30px;
    width: 29%;
}
}
@media only screen and (max-width: 800px) {
    /* Decouple the columns on narrow screens */
    .portal-column-left,
    .portal-column-right,
    .portal-column-left-wide,
    .portal-column-right-narrow,
    .portal-column-left-extra-wide,
    .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
    }
}
}
.link_nocolor a {
 
color: var(--text) !important;
/* 사용자 그룹별 노출 제어. 영어 위위키백과에서 가져옴. -- ChongDae */
}
/* Hide stuff meant for accounts with special permissions. Made visible again in
.title {
  [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]],
    margin-left: 7px;
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */
    margin-top: 9px;
.sysop-show,
.accountcreator-show,
.templateeditor-show,
.extendedmover-show,
.autoconfirmed-show,
.user-show {
    display: none;
}
}
.mw-content-subtitle {
.mw-parser-output ol.references {
margin-left: 7px !important;
font-size: 1.02rem!important;
}
}
.mw-redirectedfrom, .subpages {
.referencetooltip li+li {
    margin-left: 7px;
border-top-color: transparent;
margin-top: 0;
margin-bottom: -5px;
}
.referencetooltip>li+li::after {
border-top-color: var(--namu--cite--arrow);
}
}
.subpages {
sup.reference {
    display:none;
font-weight: inherit;
font-style: inherit;
}
.mw-references-wrap, .mw-references-columns {
border-top: 1px solid var(--namu--cite--upperborder);
margin: 1.5em 0;
padding: .5em 0;
}
}
 
.referencetooltip, .reference-text {
h2, h3, h4, h5, h6 {
font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
    margin-top: 1.6rem !important;
}
}


h2 {
.liberty-content-header {
font-size: 1.8em;
border-bottom: transparent 1px solid !important;
}
}


.catlinks {
.content-tools {
      margin: 0px 0px 1em 0px !important;
border-bottom: transparent 1px solid !important;
      font-size: 1rem !important;
}
.liberty-content-main, .toc ul, .toc li {
font-size: 1rem !important;
font-weight: 400;
}
}


bold, b, th, .toggleBtn {
.toc {
font-weight: 700;
border-radius: 0!important;
font-size: 1.02rem!important;
border: 1px solid rgba(137, 137, 137, 0.30);
margin-top: 1rem !important;
}
}


@media (prefers-color-scheme: light) {
.toc ul {
.Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1 {
border: none!important;
color: #212529;
}
 
.catlinks {
border: 1px solid #e1e8ed !important;
}
}
 
.toctitle {
h2, h3, h4, h5, h6 {
min-width: 0!important;
border-bottom: 1px solid #e1e8ed !important;
border: none!important;
background-color: transparent!important;
    margin-top: 6px;
}
}
 
#mw-toc-heading {
.reference-text {
border: none!important;
font-size: 1rem!important;
font-weight: normal;
color: #212529;
user-select: none;
background-color: transparent;
}
}
.referencetooltip li {
.tocnumber:after {
border: none;
content: '.';
border-radius: 3px;
}
box-shadow: 0 0 2px #e1e8ed;
.toctext {
max-width: 400px;
cursor: default;
padding: 15px;
}
word-break: break-all;
.toctogglespan {
display: none;
}
}


.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
h1 {
border: 1px solid #e1e8ed;
font-size: 2.4rem;
color: inherit;
}
}


a, .tpl-autonum-attr .mw-parser-output .mw-headline[data-autonum]::before {
.Liberty .nav-wrapper {
    color:#0275d8
box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0);
}
}


a.new {
.number-link {
    color:#f00
font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
}
}


a:hover, a:focus {
.wikitable, .wikitable caption {
    color: #0263b8;
font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
    text-decoration: underline;
    transition:0.3s
}
}


a.new:hover, a.new:focus {
h1, h2, h3, h4, h5, h6, b, big, small {
    color: #f00;
font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
    text-decoration: underline;
    transition:0.3s
}
}


a.external {
.referencetooltip, .reference-text {
    color:#090
font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
}
}


a.external:hover, a.external:focus {
.mw-parser-output, .contentSub {
    color: #090;
font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
    text-decoration: underline;
    transition:0.3s
}
}


a.external:before {
.whiteshadow {
     font-family: 'Font Awesome 5 Free';
     box-shadow: 0px 0px 5px 5px #ffffff30;
    font-weight: 600;
    text-align: center;
    color: #33b733;
    content: '\f0c1'
}
}
@media (prefers-color-scheme: light) {
:root {
  --text: #373a3c;
  --polar: #000000;
  --bg: #fff;
  --grey: #c0c0c0;
  --altbg: #f5f8fa;
}
}


@media (prefers-color-scheme: dark) {
.Liberty .content-wrapper .liberty-content .liberty-content-main {
.Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1 {
color: #212529;
color: #e0e0e0;
}
}  
    .dark_template {
 
        display: none;
.catlinks {
    }
border: 1px solid #555 !important;
    .liberty-content-header, .toc ul, .toc li {
background-color: #fff !important;
}
}
 
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th {
h2, h3, h4, h5, h6 {
background-color: #f5f8fa;
border-bottom: 1px solid #555 !important;
}
}


.reference-text {
.rt-tooltip, .rt-tail {
font-size: 1rem!important;
background: #ffffff !important;
color: #e0e0e0;
border: #e1e8ed 1px solid !important;
}
}
.referencetooltip li {
.rt-tail:after {
border: none;
background: #ffffff !important;
border-radius: 3px;
border: #ffffff 1px solid !important;
box-shadow: 0 0 2px #555;
}
max-width: 400px;
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
padding: 15px;
border-radius: 0;
word-break: break-all;
background-color: #fff !important;
}
}
 
.mw-redirectedfrom {
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
  margin: 5px;
border: 1px solid #555;
  background: #cee2fd;
color: inherit;
  padding: 0.7em;
  display: block;
  color: #cee2fd;
  border: #7eaaed 1px solid;
  padding-left: 8px;
  border-radius: 5px;
}
}


a, .tpl-autonum-attr .mw-parser-output .mw-headline[data-autonum]::before {
.mw-redirectedfrom::after {
    color:#ec9f19
content: '에서 넘어옴';
  color: #0b3574;
    text-indent: -45px;
    left: -74.6px;
    position: relative;
}
}
a.new {
    color:#dc4343
}
}


a:hover, a:focus {
@media (prefers-color-scheme: dark) {
     color: #bd7f14;
:root {
    text-decoration: underline;
  --text: #e0e0e0;
    transition:0.3s
     --polar: #ffffff;
  --bg: #1c1d1f;
--grey: #383b40;
--altbg: #2d2f34;
}
}


a.new:hover, a.new:focus {
.Liberty .content-wrapper .liberty-content .liberty-content-main {
    color: #dc4343;
color: #e0e0e0;
    text-decoration: underline;
    transition:0.3s
}
}


a.external {
    .light_template {
    color:#090
        display: none;
    }
          .liberty-content-header {
background-color: #1c1d1f !important;
}
          .liberty-content-main, .toc ul, .toc li {
background-color: #1c1d1f !important;
}
}
 
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th {
a.external:hover, a.external:focus {
background-color: #2d2f34;
    color: #090;
    text-decoration: underline;
    transition:0.3s
}
}
 
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
a.external:before {
border-radius: 0;
    font-family: 'Font Awesome 5 Free';
background-color: #1c1d1f !important;
    font-weight: 600;
    text-align: center;
    color: #33b733;
    content: '\f0c1'
}
}
.mw-redirectedfrom {
  margin: 5px;
  background: #05234f;
  padding: 0.7em;
  display: block;
  color: #05234f;
  border: #052e6d 1px solid;
  padding-left: 8px;
  border-radius: 5px;
}
}


.collapsible {
.mw-redirectedfrom::after {
transition: height 0.3s ease-out, margin-bottom 0.3s ease-out;
content: '에서 넘어옴';
     overflow: hidden;
  color: #c0d2ee;
     margin-bottom: -5.5px !important;
    text-indent: -45px;
     left: -74.6px;
     position: relative;
}
}


.collapsed {
.rt-tooltip, .rt-tail {
    margin-bottom: 0px !important;
background: #1c1d1f !important;
border: #383b40 1px solid !important;
}
.rt-tail:after {
background: #1c1d1f !important;
border: #1c1d1f 1px solid !important;
}
}
.catlinks {
box-shadow: none !important;
  padding: 0.3rem !important;
  padding-left: 0.9rem !important;
}
}


.catlinks ul {
@media screen and (max-width: 1024px) {
margin-left: -0.1rem !important;
.Liberty .content-wrapper .liberty-content .liberty-content-main {
padding-left: 0.92rem !important;
padding-right: 0.9rem !important;
}
}
 
.mw-redirectedfrom {
.mapcg img {
margin-bottom: -5px;
height: 200px;
  margin-top: 21px;
object-fit: cover;
object-position: 0 3%;
}
}
 
.title {
/* 문단을 나무위키처럼 */
margin-bottom: 0px !important;
.reference-paragraph {
border-bottom: 1px solid #777!important;
}
}
.mw-headline {
font-weight: bold;
}
}
.mw-headline-number {
@media screen and (min-width: 1024px) {
cursor: pointer;
   
.Liberty .content-wrapper .liberty-content .liberty-content-main {
padding-left: 1.32rem !important;
padding-right: 1.3rem !important;
}
}
.mw-headline-number:hover {
.mw-redirectedfrom {
text-decoration: underline;
margin-bottom: -16px;
  margin-top: 30px;
}
}
.mw-editsection {
float: right;
font-weight: bold;
}
}
.mw-editsection-visualeditor {
.link_nocolor a {
display: none;
color: var(--text) !important;
}
}
.mw-editsection-divider {
.title {
display: none;
    margin-left: 7px; margin-right: 7px;
    margin-top: 9px; letter-spacing:-0.03em
}
}
 
.mw-content-subtitle {
.RTsettings {
margin-left: 7px !important;
display: none;
}
}
.referencetooltip li {
.mw-redirectedfrom, .subpages {
border: none;
    margin-left: 7px;
border-radius: 3px;
box-shadow: 0 0 2px rgba(137, 137, 137, 0.30);
max-width: 400px;
padding: 15px;
word-break: break-all;
}
}
.referencetooltip li+li {
.subpages {
border-top-color: transparent;
    display:none;
margin-top: 0;
margin-bottom: -5px;
}
}
sup.reference {
 
font-weight: inherit;
h2, h3, h4, h5, h6 {
font-style: inherit;
    margin-top: 1.6rem !important;
}
}
.mw-references-wrap, .mw-references-columns {
 
margin: 1.5em 0;
h2 {
padding: .5em 0;
font-size: 1.8em;
}
}


pre:not(.wikiEditor-ui) {
.catlinks {
border-radius: 3px;
      margin: 0px 0px 0.4em 0px !important;
padding: 7px;
      font-size: 15px !important;
font-family: monospace;
text-align: left;
}
}
.mw-highlight .hll {
.liberty-content-main, .toc ul, .toc li {
background-color: hsla(60, 100%, 50%, .25);
font-size: 1.02rem !important;
font-weight: 400;
}
}
code {
 
padding: 0.2rem 0.4rem;
bold, b, th, .toggleBtn {
font-size: 90%;
font-weight: 700;
border-radius: 0.25rem;
}
}
.wikiEditor-ui pre {
 
border: none!important;
@media (prefers-color-scheme: light) {
font-family: monospace;
.Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1 {
color: #212529;
}
 
.catlinks {
border: 1px solid #e1e8ed !important;
}
}
.CodeMirror {
 
font-family: monospace,monospace;
h2, h3, h4, h5, h6 {
border-bottom: 1px solid #e1e8ed !important;
}
}
.mw-category-generated .number-link {
 
display: none!important;
.reference-text {
font-size: 1.02rem!important;
color: #212529;
}
}
.Liberty .nav-wrapper {
.referencetooltip li {
box-shadow: none;
border: none;
border-radius: 3px;
box-shadow: 0 0 2px #e1e8ed;
max-width: 400px;
padding: 15px;
word-break: break-all;
}
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover {
 
background-color: hsla(0,0%,100%,.1);
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
border: 1px solid #e1e8ed;
color: inherit;
padding: 0.32rem 0.62rem;
padding-bottom: 0.26rem;
}
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus {
 
background-color: hsla(0,0%,100%,.1);
a, .tpl-autonum-attr .mw-parser-output .mw-headline[data-autonum]::before, .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
    color:#0275d8
}
}
.dropdown-menu .dropdown-item:focus {
 
background-color: hsla(0,0%,100%,.1);
a.new {
    color:#f00
}
}
.mw-parser-output > ul, .mw-parser-output > ol, .mw-parser-output > dl {
 
margin-bottom: .8rem!important;
a:hover, a:focus {
    color: #0263b8;
    text-decoration: underline;
    transition:0.3s
}
 
.plainlinks a.external {
color: #00a495;
}
 
.plainlinks a.external:hover, .plainlinks a.external:focus {
color: #008578;
text-decoration: underline;
    transition:0.3s
}
}
ul + ul, ul + ol, ul + dl, ol + ul, ol + ol, ol + dl, dl + ul, dl + ol, dl + dl {
 
margin-top: .8rem!important;
a.new:hover, a.new:focus {
    color: #f00;
    text-decoration: underline;
    transition:0.3s
}
}
.mw-parser-output > center {
 
margin-bottom: .8rem!important;
a.external {
    color:#090
}
}


td:has(> .removetd) {
a.external:hover, a.external:focus {
display: none !important;
    color: #090;
    text-decoration: underline;
    transition:0.3s
}
 
a.external:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    text-align: center;
    color: #33b733;
    content: '\f0c1'
}
}
 
@media (prefers-color-scheme: dark) {
.Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1 {
color: #e0e0e0;
}
 
.catlinks {
border: 1px solid #555 !important;
}
 
h2, h3, h4, h5, h6 {
border-bottom: 1px solid #555 !important;
}
 
.reference-text {
font-size: 1.02rem!important;
color: #e0e0e0;
}
.referencetooltip li {
border: none;
border-radius: 3px;
box-shadow: 0 0 2px #555;
max-width: 400px;
padding: 15px;
word-break: break-all;
}
 
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
border: 1px solid #555;
color: inherit;
padding: 0.32rem 0.62rem;  /* ← explicit padding ONLY in light mode */
padding-bottom: 0.26rem;
}
 
a, .tpl-autonum-attr .mw-parser-output .mw-headline[data-autonum]::before, .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
    color:#ec9f19
}
 
a.new {
    color:#dc4343
}
 
a:hover, a:focus {
    color: #bd7f14;
    text-decoration: underline;
    transition:0.3s
}
 
.plainlinks a.external {
color: #00c4b2;
}
 
.plainlinks a.external:hover, .plainlinks a.external:focus {
color: #00a495;
text-decoration: underline;
    transition:0.3s
}
 
 
a.new:hover, a.new:focus {
    color: #dc4343;
    text-decoration: underline;
    transition:0.3s
}
 
a.external {
    color:#090
}
 
a.external:hover, a.external:focus {
    color: #090;
    text-decoration: underline;
    transition:0.3s
}
 
a.external:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    text-align: center;
    color: #33b733;
    content: '\f0c1'
}
}
 
.collapsible {
transition: height 0.3s ease-out, margin-bottom 0.3s ease-out;
    overflow: hidden;
    margin-bottom: -5.5px !important;
}
 
.collapsed {
    margin-bottom: 0px !important;
}
 
.catlinks {
box-shadow: none !important;
  padding: 0.2rem !important;
  padding-left: 0.6rem !important;
}
 
.catlinks ul {
margin-left: -0.1rem !important;
}
 
.mapcg img {
height: 200px;
object-fit: cover;
object-position: 0 3%;
}
 
/* 문단을 나무위키처럼 */
.reference-paragraph {
border-bottom: 1px solid #777!important;
}
.mw-headline {
font-weight: bold;
}
.mw-headline-number {
cursor: pointer;
}
.mw-headline-number:hover {
text-decoration: underline;
}
.mw-editsection {
float: right;
font-weight: bold;
}
.mw-editsection-visualeditor {
display: none;
}
.mw-editsection-divider {
display: none;
}
 
.RTsettings {
display: none;
}
.referencetooltip li {
border: none;
border-radius: 3px;
box-shadow: 0 0 2px rgba(137, 137, 137, 0.30);
max-width: 400px;
padding: 15px;
word-break: break-all;
}
.referencetooltip li+li {
border-top-color: transparent;
margin-top: 0;
margin-bottom: -5px;
}
sup.reference {
font-weight: inherit;
font-style: inherit;
}
.mw-references-wrap, .mw-references-columns {
margin: 1.5em 0;
padding: .5em 0;
}
 
pre:not(.wikiEditor-ui) {
border-radius: 3px;
padding: 7px;
font-family: monospace;
text-align: left;
}
.mw-highlight .hll {
background-color: hsla(60, 100%, 50%, .25);
}
code {
padding: 0.2rem 0.4rem;
font-size: 90%;
border-radius: 0.25rem;
}
.wikiEditor-ui pre {
border: none!important;
font-family: monospace;
}
.CodeMirror {
font-family: monospace,monospace;
}
.mw-category-generated .number-link {
display: none!important;
}
.Liberty .nav-wrapper {
box-shadow: none;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item {
height: 3.5rem;
  padding-top: 5px;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover {
background-color: hsla(0,0%,100%,.1);
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus {
background-color: hsla(0,0%,100%,.1);
}
.dropdown-menu .dropdown-item:focus {
background-color: hsla(0,0%,100%,.1);
}
.mw-parser-output > ul, .mw-parser-output > ol, .mw-parser-output > dl {
margin-bottom: .8rem!important;
}
ul + ul, ul + ol, ul + dl, ol + ul, ol + ol, ol + dl, dl + ul, dl + ol, dl + dl {
margin-top: .8rem!important;
}
.mw-parser-output > center {
margin-bottom: .8rem!important;
}
 
td:has(> .removetd) {
display: none !important;
}
 
th:has(> .removetd) {
display: none !important;
}
}


tr:has(> td > .removetr) {
tr:has(> td > .removetr) {
display: none !important;
display: none !important;
}
}
 
 
@media screen {
@media screen {
   @media (max-width: 639px) {
   @media (max-width: 639px) {
     .mw-parser-output table {
     .mw-parser-output table {
       display: table;
       display: table;
       overflow: auto;
       overflow: auto;
       max-width: 100%;
       max-width: 100%;
     }
     }
   }
   }
}
}
 
 
li:target, sup.reference:target {
li:target, sup.reference:target {
background: transparent !important;
background: transparent !important;
}
 
.textcollapsible:not(.collapsed) {
margin-bottom: 3px;
}
 
@media screen {
  @media (max-width: 520px) {
html .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox, html .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
width: initial;
margin: 0.8rem 0;
    }
  }
}
 
.border-none {
  border-collapse: collapse !important;
  border: none !important;
}
 
.border-none tr:first-child td {
  border-top: none !important;
}
 
.border-none tr:last-child td {
  border-bottom: none !important;
}
 
.border-none tr td:first-child {
  border-left: none !important;
}
 
.border-none tr td:last-child {
  border-right: none !important;
}
 
#points-level {
  background-color: #81b11f;
  border-color: #81b11f52;
  border-width: 2px;
  border-style: solid;
  font-size: 15px;
  text-align: center;
  float: left;
  padding: 1px 14px;
  margin: -1px 8px 0 0;
    border-radius: 23px;
}
 
#points-level::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(296deg,transparent 2%,rgba(255,255,255,0.6) 41%,rgba(255,255,255,0.6)39%,transparent 24%);
  mix-blend-mode: overlay;
}
 
#points-level {
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0), inset 0 -4px 10px rgba(255, 255, 255, 0.3);
}
 
.metroicon span a img {
vertical-align: -4.5px !important;
margin-right: 2.5px;
}
 
table.trstatlist tbody tr td:nth-child(3),
table.trstatlist tbody tr td:nth-child(4),
table.trstatlist tbody tr td:nth-child(5) {
  min-width: 60.25px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
 
table.trstatlist tbody tr td:nth-child(3) span.wbrtemp {
padding-bottom: 0 !important;
display:inline-block !important;
line-height: 1.4em; !important;
}
 
table.trstatlist tbody tr td:nth-child(3) small {
  display: block !important;
  line-height: 1.4em !important;
  padding-bottom: 0.1em !important;
}
 
table.trstatlist {
word-break: break-all !important;
}
 
.liberty-sidebar {
text-align: center;
}
 
#live-recent-list {
text-align: left !important;
}
 
.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks ul > li {
border-left: none !important;
padding: 0px;
}
 
.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks ul > li::after {
border-left: 1px solid #888;
  content: "";
  display: inline-block;
  height: .8rem;
  margin: 0 .45rem -.1rem;
}
 
.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks ul > li:last-child::after {
display:none;
}
 
@media (prefers-color-scheme: light) {
.gongbeop {
color: #008879 !important;
}
}
 
@media (prefers-color-scheme: dark) {
.gongbeop {
color: #E3F7F5 !important;
}
}
 
.navbar-login {
padding-top: 5px;
  padding-right: 10px;
}
 
 
@media screen {
  @media (max-width: 890px) {
 
.Liberty .nav-wrapper .navbar .form-inline {
margin-top: -12px;
  padding: 6px;
}
.nav-wrapper {
padding-bottom: 6px;
}
}
 
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 1.4rem;
}
 
 
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn {
  font-size: 0.95rem;
}
.live-recent-header, .live-recent-footer {
display: none;
}
.live-recent-content, .live-recent-fake-content {
border: 1px solid light-dark(#e1e8ed, #555) !important;
padding: 1.5rem;
  padding-bottom: 0.7rem;
  padding-top: 1rem;
  border-radius: 0.35rem;
width: 21.5rem !important;
background: light-dark(#fff, #1c1d1f) !important;
}
.live-recent {
width: 21.5rem !important;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
  font-size: 1rem;
  font-weight: 400;
  width: 13.6rem;
  overflow: hidden;
  display: block;
}
.liberty-sidebar {
width: 21.5rem !important;
  position: relative;
  margin-left: 1rem;
}
 
@media (min-width: 1024px) {
.liberty-content {
margin-right: 22.5rem !important;
}
 
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools {
  padding-right: 1.3rem !important;
  padding-top: 1.3rem !important;
}
}
}
 
#liberty-bottombtn {
display: none;
}
}
 
#daemunche1 {
.textcollapsible:not(.collapsed) {
background: url(https://w.halv.kr/images/e/ed/%EB%8C%80%EB%AC%B8%EC%A0%9C1.png) center no-repeat;
margin-bottom: 3px;
background-size: contain;
}
}
 
#daemunche2 {
@media screen {
background: url(https://w.halv.kr/images/2/26/%EB%8C%80%EB%AC%B8%EC%A0%9C2.png) center no-repeat;
  @media (max-width: 520px) {
background-size: contain;
html .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox, html .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
width: initial;
    }
  }
}
}
 
#daemunche3 {
 
background: url(https://w.halv.kr/images/d/d5/%EB%8C%80%EB%AC%B8%EC%A0%9C3.png) center no-repeat;
.collapsible > table {
background-size: contain;
  border-collapse: collapse;
  border: none;
}
}
.collapsible > table tr:first-child td {
#daemunche4 {
  border-top: none!important;
background: url(https://w.halv.kr/images/c/c5/%EB%8C%80%EB%AC%B8%EC%A0%9C4.png) center no-repeat;
background-size: contain;
}
}


.collapsible > table tr:last-child td {
div.noscrollbar::-webkit-scrollbar {
  border-bottom: none!important;
display: none !important;
}
}
 
div.noscrollbar {
.collapsible > table tr td:first-child {
  -ms-overflow-style: none !important;
   border-left: none!important;
   scrollbar-width: none !important;
}
}
.collapsible > table tr td:last-child {
  border-right: none!important;
}
}

2025년 8월 12일 (화) 22:11 기준 최신판

/*  visualClear CSS class definition for [[mw:Extension:SocialProfile]]
    because Vector does not include the definition anymore; see
    https://phabricator.wikimedia.org/T328235 and 
    https://phabricator.wikimedia.org/T287962 */
.visualClear {
	clear: both;
}
.liberty-table-wrapper:has(.timetable) {
margin: 0;
}

/* 배지 공통 */
.badge{
  display:inline-block;
  width:1.9rem; height:1rem;
  border:1px solid var(--text);
  font-size:.75rem; line-height:1.1;
  vertical-align:middle; overflow:hidden; position:relative;
}
.badge--circle{ border-radius:40%; }
.badge--filled{ background:var(--text); color:var(--bg); }
.badge--tight{ width:1.8rem; height:.95rem; line-height:.9; }
.badge--num{
  font-family: SeoulAlrimTTF, "Zen Kaku Gothic Antique", CUSTOMFONT, TIMETABLEFONT, TIMETABLEFONT2 !important;
  line-height:1;
}

/* 아이콘 큰 사이즈(LEX/LSL/XSL 등에 사용) */
.icon-lg{
  font-size:1.8rem; display:inline-block; margin-top:7px;
}

/* 괄호/브래킷 기호 라인박스 보정 */
.bracket-open{ display:block; margin-top:-7.5px; height:0; margin-bottom:-0.15rem; }
.bracket-close{ display:block; margin-top:-3px; height:0; margin-bottom:-6px; }

/* (참고) 제목 등에서 이미 쓰던 클래스가 있다면 그대로 유지 */

.forcetopalign {
margin-bottom: 0.1rem;
}
/* 공통 스타일 */
/* 공통 스타일 */
.arrow{
--size: 20;
  --inner-scale: 0.92;
  position: relative;
  width: calc(var(--size)*1px);
  aspect-ratio: 1 / 2.5;
  display: inline-flex;
  place-items: center;
  font-size: calc(var(--size)*0.78px);
  z-index: 0;
font-family: "Zen Kaku Gothic Antique", "CUSTOMFONT","CUSTOMFONT2", DiaPro, SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
vertical-align: middle;
vertical-align: -webkit-baseline-middle;
justify-content: center;
}
.arrow{ color:var(--text); }                 /* 기본 글자색 */
.arrow::before,
.arrow::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;                        /* 글자 뒤로 */
}

/* 아래쪽 뾰족(하행) 오각형 */
.arrow--down::before,
.arrow--down::after{
  clip-path: polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);
}
/* 위쪽 뾰족(상행) 오각형 */
.arrow--up::before,
.arrow--up::after{
  clip-path: polygon(0 18%,50% 0,100% 18%,100% 100%,0 100%);
}

.arrow--up {
padding-top: 4px;
}

.arrow--down {
padding-bottom: 4px;
}

/* 테두리 있는 흰 배경(하행) */
.outline{ color:var(--text); }
.outline::before{ background:var(--text); }                  /* 바깥(테두리색) */
.outline::after{
  background:var(--bg);                                  /* 안쪽(배경색) */
  transform: scale(var(--inner-scale));               /* 수축해서 테두리 두께 생성 */
  transform-origin: 50% 50%;
}

/* 꽉 찬 검정 배경(상행) */
.solid{ color:var(--bg); }
.solid::before{ background:var(--text); }                    /* 단색 채움 */


.timetabletitle {
font-family: "Zen Kaku Gothic Antique", "CUSTOMFONT","CUSTOMFONT2", DiaPro, SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
}
.justify-chars {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.justify-chars > span{ display:inline-block }

span.stretch-text {
display: inline-block;
width: 3rem;
position: absolute;
}

tr:has(> td.nobordertop) {
	border-top: none !important;
}

tr:has(> td.yesbordertop) {
	border-top: 1px solid !important;
}

td:has(> .forcedcenter) {
	text-align: center !important;
}

.wm-rl {
    writing-mode: vertical-rl;
margin-top: 0.15rem;
}
.timetable td:has(> .forcedcenter), .timetable td .forcedcenter {
     font-family: DiaPro, SeoulAlrimTTF, "Zen Kaku Gothic Antique", CUSTOMFONT, TIMETABLEFONT, TIMETABLEFONT2, -apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans CJK KR","NanumBarunGothic",Roboto,"Segoe UI","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif,Apple Color Emoji !important;
} 
span.wm-rl {
display: inline-block;
}

.timetable tr td:has(.wm-rl) {
text-align: center;
  padding-right: 0;
}

.timetable tr td {
font-family: SeoulAlrimTTF, "Zen Kaku Gothic Antique", CUSTOMFONT, TIMETABLEFONT, TIMETABLEFONT2,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans CJK KR","NanumBarunGothic",Roboto,"Segoe UI","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif,Apple Color Emoji;
vertical-align: middle;
padding: 0.1rem;
padding-top: 0.1rem;
padding-bottom: 0.1rem;
line-height: 1.1rem !important;
white-space: nowrap;
}
.timetable tr td:has(> .seriftt) {
text-align: center !important;
}

.seriftt {
font-family: TIMETABLEFONT3, SeoulAlrimTTF, "Zen Kaku Gothic Antique", CUSTOMFONT, TIMETABLEFONT, TIMETABLEFONT2, -apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans CJK KR","NanumBarunGothic",Roboto,"Segoe UI","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif,Apple Color Emoji !important;
letter-spacing: -0.05rem;
}

.timetable tr:has(.forcetopalign) > td {
	vertical-align: top;
}

.timetable tr:has(.forcetopalign) > td .wm-rl {
	text-align: left !important;
}

.timetable tr > td > span, .timetable tr > td > span > span {
font-family: SeoulAlrimTTF, "Zen Kaku Gothic Antique", CUSTOMFONT, TIMETABLEFONT, TIMETABLEFONT2, -apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans CJK KR","NanumBarunGothic",Roboto,"Segoe UI","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif,Apple Color Emoji;
}

@font-face {
  font-family: 'DiaPro';
  src: url('https://w.halv.kr/font/diapro-1.200/v1.200/DiaPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'SeoulAlrimTTF';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2505-1@1.0/SeoulAlrimTTF-Medium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+30-39;
}

@font-face {
    font-family: 'TIMETABLEFONT3';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_Monoplex-kr@1.0/MonoplexKR-MediumItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TIMETABLEFONT2';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2501-1@1.1/NanumHumanTTFBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TIMETABLEFONT';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkGothic-Bd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main .mw-editsection {
display: none !important;
}

.liberty-table-wrapper > *:first-child {
  margin-top: 0 !important;
}

.liberty-table-wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.liberty-table-wrapper {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.mw-page-title-namespace {
box-shadow: inset 0 -0.5rem 0 #81b11f50;
}


div.width-131 {
margin: 1rem -1.31rem;
}


div.carouselwrapper {
margin-left: -1.31rem;
margin-right: -1.31rem;
}

@media screen and (max-width: 890px) {
t3rsten5 {
padding-top: 25px !important;
}
.4eirst4 {
padding-right: 5px !important;
}
}
@media screen and (max-width: 1023px) {
  .Liberty .nav-wrapper .navbar .form-inline {
    float: right;
    padding: 0.4rem 0;
}
div.width-131 {
margin: 1rem 0rem;
}
div.carouselwrapper {
margin-left: 0rem;
margin-right: 0rem;
}
}

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

* {
	color-scheme: light dark;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list {
 padding: 0.4rem 0rem;
}

.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
  font-size: 1rem;
}

.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li {
 border:none;
padding: 0rem 0.6rem;
}

@import url('https://fastly.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');



@font-face {
    font-family: CUSTOMFONT;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: CUSTOMFONT;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: CUSTOMFONT;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: CUSTOMFONT2;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: CUSTOMFONT2;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nanum Barun Gothic YetHangul';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumBarunGothic-YetHangul/NanumBarunGothic-YetHangul.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumBarunGothic-YetHangul/NanumBarunGothic-YetHangul.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumBarunGothic-YetHangul/NanumBarunGothic-YetHangul.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumBarunGothic-YetHangul/NanumBarunGothic-YetHangul.ttf') format('truetype');
}

@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 300;
src: url(/fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
url(/fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 400;
src: url(/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
url(/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 700;
src: url(/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
url(/fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
}

.Liberty .content-wrapper .liberty-content .liberty-content-main {
  line-height: 1.5rem;
}

.liberty-content {
margin-top: 1rem;
}

.catlinks {
text-wrap: nowrap;
  overflow: scroll;
padding-right: 8px;
}

@font-face {
font-family: 'Youth';
font-style: normal;
font-weight: 400;
src: url('//fastly.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff2') format('woff2'),
url('//fastly.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff') format('woff');
}

.Liberty .nav-wrapper .navbar .navbar-brand{
display: flex;
align-items: center;
height: 3.5rem;
  width: 10.0rem !important;
  background: transparent url(https://w.halv.kr/images/3/38/%EC%9C%84%ED%82%A4%EB%A1%9C%EA%B3%A0.svg) no-repeat scroll left center/auto 1.3em !important;
  padding: 0;
padding-left: 8px;
  margin: 0;
}
.input-group-btn {
	display:none;
}
.Liberty .nav-wrapper .navbar .form-inline .form-control {
font-size: 0.9rem;
  height: 2.3rem;
  width: 16rem;
  padding: .2rem 1rem;
  border-color: #ccc;
  border-radius: 0;
  border-radius: 6rem;
  margin-top: 3px;
}

.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li {
overflow: hidden;
text-wrap: nowrap;
}

.Liberty .nav-wrapper .navbar .navbar-login .profile-img {
	border-radius: 1rem;	
}

* {
	font-family: "CUSTOMFONT","CUSTOMFONT2","Wanted Sans",-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans CJK KR","NanumBarunGothic",Roboto,"Segoe UI","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif,emoji;
}

dfn {
    font-style: inherit;  /* Reset default styling for <dfn> */
}
sup, sub {
    line-height: 1em;     /* <sup>와 <sub>의 줄간격 조절 */
}

body {
	font-size: 1.02rem;
}

.catlinks {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.catlinks::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

/** <references/> 관련 CSS **/

ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* 기본 글꼴 크기 */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

/* 선택된 항목에 배경색 씌우기 */
body.action-info :target,
.citation:target {
    background-color: #DEF;  /* Fallback */
    background-color: rgba(0, 127, 255, 0.133);
}

/* 테이블 제목 등의 ref에서 bold/italic 제거 */
sup.reference {
    font-weight: normal;
    font-style: normal;
}

/* 인용에 대한 스타일 추가 (CSS3). 예를 들어 URL이 너무 길면 상자를 벗어나지 않고 잘라냄. */
.citation {
    word-wrap: break-word;
}
 
/* Default styling for titles of works, styling for the title of an article
   within a periodical, or a contribution within a compilation. */
cite,
.citation cite.article,
.citation cite.contribution {
    font-style: inherit;
}

/* For linked citation numbers and document IDs, where
   the number need not be shown on a screen or a handheld,
   but should be included in the printed version */
@media screen, handheld {
    .citation *.printonly {
        display: none;
    }
}

/** .messagebox 스타일 **/
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
    border: none;
    /* @noflip */
    padding: 0.25em 0.9em;     /* 0.9em left/right */
    width: 100%;               /* Make all mboxes the same width regardless of text length */
    font-size: small;
}
td.mbox-image {                /* The left image cell */
    border: none;
    /* @noflip */
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {           /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
    text-align: center;
}
td.mbox-empty-cell {           /* An empty narrow cell */
    border: none;
    padding: 0;
    width: 1px;
}

/* Article message box styles */
table.ambox {
    margin: 0 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa;
    /* @noflip */
    border-left: 10px solid #1e90ff;  /* Default "notice" blue */
    background: #fbfbfb;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
    /* @noflip */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}

table.ambox-notice {
    /* @noflip */
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    /* @noflip */
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    /* @noflip */
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */
    border-left: 10px solid #bba;       /* Gray-gold */
}

/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;         /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
    margin: 4px;
}

table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}

/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;    /* Default "notice" blue */
}

table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}

/* Other pages message box styles */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}

table.ombox-notice {
    border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}

/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
    width: 100%;                 /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are   */
    font-size: 100%;             /* set in "mbox-small" above.                */
}

table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}

/* Disambig and set index box styles */
table.dmbox {
    clear: both;
    margin: 0.9em 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: transparent;
}

/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning,
div.locked-warning {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages.
   Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}

/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @noflip */
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}

/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
    display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
    border: none;
    border-collapse: collapse;
    background: transparent;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
    width: auto;
    display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
    margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(/w/skins/MonoBook/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
    list-style-type: disc;
    list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
    list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
    display: none;
}

/* 틀 설명문서 */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 1em;
}

/** 정보상자 **/
.infobox {
  float: right;
  clear: right;
  margin: 0.5em 0 0.5em 1em;
  padding: 0.2em;
  border: 1px solid #aaa;
  background: #f9f9f9;
  font-size: small;
  width: 25em;
}
.infobox td,
.infobox th {
  vertical-align: top;
}
.infobox caption {
  font-size: 125%;
  font-weight: bold;
}

.infobox caption.colored {
  margin: 0.25em 0 0.5em 0;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 0.3em;
  border-bottom-width: 0.3em;
/* 제목에 색이 필요할 때 class 지정 후 border-color 스타일 지정 */
}

.infobox th {
  white-space: nowrap;
}
.infobox th[colspan="2"] {
  text-align: center;
}
.infobox.bordered {
  border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
  border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
  border: 0;
}
.infobox.sisterproject {
  width: 20em;
  font-size: smaller;
}

pre {
background-color: var(--altbg);
color: var(--text);
border-color: var(--grey);
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
  border: 0;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
  border: 0;
  border-right: 1px solid #aaa;
}

/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
.infobox.geography {
  text-align: left;
  border-collapse: collapse;
  line-height: 1.2em;
  font-size: smaller;
}
.infobox.geography  td,
.infobox.geography  th {
  border-top: solid 1px #aaa;
  padding: 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
  border-top: solid 1px #aaa;
  padding: 0.4em 0.6em 0.2em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
  border: 0;
  padding: 0 0.6em 0.2em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
  border-top: 0;
  border-bottom: solid 1px #aaa;
  padding: 0 0.6em 0.4em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
  border: 0;
  padding: 0;
}

/* "notices" 스타일 */
.notice {
  margin: 1em;
  padding: 0.2em;
}

.notice.section {
  width: auto;
  margin: 0 1em 0 1em;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: smaller;
}
.notice.section + .notice.section {
  margin-top: -1px;
  border-top: 0;
}

#disambig {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.spoiler {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

table.stub {
  width: 100%;
  margin: 1em auto 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: smaller;
}
table.stub + table.stub {
  margin-top: -1px;
  border-top: 0;
}

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}

#wpSave {
  font-weight: bold;
}

/*[[미디어위키토론:Common.css#.jamocomposed_block 수정]]-Request by Banwol, added by 분당선M*/
.jamocomposed_block {
 font-family: 'Noto Sans CJK', '나눔스퀘어', '나눔고딕', '함초롬돋움 LVT', 'HCR Dotum LVT', '함초롬바탕 LVT', 'HCR Batang LVT', '본고딕', 'Source Han Sans K', '본고딕 KR', 'Source Han Sans KR', 'Noto Sans CJK KR', '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '나눔명조 옛한글', 'NanumMyeongjo YetHangul', '은 바탕', 'Un Batang', '돋움 옛한글', 'Dotum Old Hangul', '바탕 옛한글', 'Batang Old Hangul', '굴림 옛한글', 'NewGulim Old Hangul', '궁서 옛한글', 'Gungsuh Old Hangul', '맑은 고딕', 'Malgun Gothic', '함초롬돋움', 'HCR Dotum', '함초롬바탕', 'HCR Batang', Code2000;
}

.oldhanyang {
  font-family: "New Gulim", "새굴림", "새돋움", "한컴돋움", "Naver Dictionary", "네이버사전", "Haansoft Batang", "한컴바탕", "새바탕";
}

/* 링크 밀줄 제거 */
.nounderlines a {
  text-decoration: none;
}
/* IPA 링크 밑줄 제거 */
.IPA a:link, .IPA a:visited {
  text-decoration: none;
}

/* [[위키백과:사랑방/2007년 1월#틀:듣기 용 아이콘]] */
.audiolink a{
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
  padding-left: 16px !important;
  padding-right: 0 !important;
}

/* [[위키백과:사랑방/2007년 4월#영어판의 틀을 번역했는데, 모양이 다르게 나옵니다.]]
   [[:en:MediaWiki:Common.css]]에서 가져옴 */

/* 둘러보기 상자의 기본 스킨 */
table.navbox {      /* 둘러보기 상자 내용에 대한 스타일 */
  border: 1px solid #aaa;
  width: 100%;
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
  margin-top: -1px;      /* (doesn't work for IE6, but that's okay)     */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
  text-align: center;    /* Title and above/below styles */
  padding-left: 1em;
  padding-right: 1em;
}
.navbox-group {      /* 그룹 스타일 */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;   /* 배경색 */
}
.navbox-list {
  border-color: #fdfdfd;   /* 배경색과 동일해야 함 */
}
.navbox-title,
table.navbox th {
  background: #ccccff;   /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: #ddddff;   /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;   /* Level 3 color */
}
.navbox-even {
  background: #f7f7f7;   /* Even row striping */
}
.navbox-odd {
  background: transparent; /* Odd row striping */
}

.collapseButton {      /* 'show'/'hide' buttons created dynamically */
  float: right;      /* by the CollapsibleTables javascript in  */
  font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here  */
  text-align: right;   /* so they can be customised.        */
  width: auto;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
  width: 6em;      /* the vde links from [[Template:Tnavbar]],   */
}              /* so they need to be the same width.     */

/* [[위키백과:관리자 요청/2007년 5월#스크립트 추가 요청]]. ctrl+v from en: */
div.NavFrame {
  margin: 0;
  padding: 4px;
  border: 1px solid #aaa;
  text-align: center;
  border-collapse: collapse;
  font-size: 95%;
}
div.NavFrame + div.NavFrame {
  border-top-style: none;
  border-top-style: hidden;
}
div.NavPic {
  background-color: #fff;
  margin: 0;
  padding: 2px;
  float: left;
}
div.NavFrame div.NavHead {
  height: 1.6em;
  font-weight: bold;
  background-color: #ccf;
  position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
  font-size: 100%;
}
div.NavEnd {
  margin: 0;
  padding: 0;
  line-height: 1px;
  clear: both;
}
a.NavToggle {
  position: absolute;
  top: 0;
  right: 3px;
  font-weight: normal;
  font-size: 90%;
}

/* [[위키백과:관리자 요청/2007년 11월]] */
/* Prevent line breaks in silly places:
   1) Where desired
   2) Links when we don't want them to
   3) Bold "links" to the page itself
   4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}

/** 목차에서 특정 단계 이하 제목 숨기기 **/
.toclimit6 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {
  display:none;
}

/* {{가로 목차}} 틀 사용 시 세로로 출력되는 문제 수정 (크롬/오페라)
영어 위키백과에서 가져옴 Ykhwong 2015년 12월 4일 */
.hlist .tocnumber,
.hlist .toctext {
    display: inline;
}

/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers */
.nonumtoc .tocnumber {
    display: none;
}
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none none;
    margin: .3em 0 0;
    padding: 0;
}
.hlist.nonumtoc #toc ul ul,
.hlist.nonumtoc .toc ul ul {
    /* @noflip */
    margin: 0;
}

/** 미디어 시작 틀과 관련된 코드 **/
/* [[위키백과:관리자 요청/2008년 9월]] */
div.listenlist {
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
  padding-left: 40px;
}

div.videolist, div.multivideolist {
  background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
  padding-left: 50px;
}

div.medialist {
  min-height: 50px;
  margin: 1em;
  background-position: top left;
  background-repeat: no-repeat;
}
div.medialist ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
div.medialist ul li {
  padding-bottom: 0.5em;
}
div.medialist ul li li {
  font-size: smaller;
  padding-bottom: 0;
}

/** XXX **/
/* 안내 참조 틀의 동작, [[위키백과:관리자 요청/2008년 9월]] */
.plainlinks a.externalneverexpand {
  background: none ! important;
  padding: 0 ! important;
}
.plainlinks a.externalneverexpand .urlexpansion {
  display: none ! important;
}

/** PDF 링크 모양 **/
/* [[특:Permalink/13592922#PDF 아이콘 추가|미디어위키토론:Common.css]] */
a[href$=".pdf"].external.text,
a[href*=".pdf?"].external.text,
a[href*=".pdf#"].external.text,
a[href$=".PDF"].external.text,
a[href*=".PDF?"].external.text,
a[href*=".PDF#"].external.text {
  background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
  padding-right: 17px;
}

/** [[틀:둘러보기]] 디자인 **/
/* [[위키백과토론:위키프로젝트 시스템#미디어위키:common.css에 스타일 추가 요청]] */
/* Klutzy 2008년 12월 21일 (일) 20:10 (KST) */
.pathnavbox {
  clear: both;
  border: 1px outset #eef;
  padding: 0.3em 0.6em;
  margin: 0 0 0.5em 0;
  background-color: #eef;
  font-size: smaller;
}
.pathnavbox ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.pathnavbox > ul {
  margin: 0;
}
.pathnavbox ul li {
  margin: 0;
}

/** 최근 바뀜, 주시 문서 목록에서 "되돌리기" 글자 크기 줄임 **/
/* [[사용자:ITurtle|iTurtle]] ([[사용자토론:ITurtle|토론]]) 2009년 5월 8일 (금) 22:04 (KST) */
.page-특수기능_최근바뀜 .mw-rollback-link,
.page-특수기능_주시문서목록 .mw-rollback-link {
  font-size: smaller;
}

/* 최근 바뀜에서의 편집 관련 표시 작게. Monobook에서 옮김. */
/* ChongDae 2010년 3월 26일 (금) 22:32  */
.minoredit {
  font-size: smaller;
  color: #808080;
}
.newpage {
  font-size: smaller;
  color: #FF0000;
}
.botedit {
  font-size: smaller;
  color: #3CB371;
}
.unpatrolled {
  font-size: smaller;
}

/* 대문에서 특정 요소 숨기기. 스킨 관계없이 공통으로. Monobook.css에서 가져옴 --[[사용자:Klutzy|klutzy]] ([[사용자토론:Klutzy|토론]]) 2009년 8월 9일 (일) 13:56 (KST) */
body.page-위키백과_대문 #t-cite,
body.page-위키백과_대문 #lastmod,
body.page-위키백과_대문 #siteSub,
body.page-위키백과_대문 #contentSub,
body.page-위키백과_대문 h1.firstHeading {
  display: none !important;
}

/* [[틀:누가]] 등의 정비 필요 문장에 밑줄을 표시하기. klutzy 2009년 9월 27일 (일) 19:45 (KST)
   영어 위키백과와 동일한 상자로 변경. ykhwong 2015년 9월 6일 (일) 12:18 (KST) */
.fix {
  /* border-bottom: 1px dashed #AAA; */
  background-color: #fff9f9; color: DarkSlateGray; border: 1px solid #ffdcdc;
}

/* iTurtle 2009년 11월 4일 (수) 21:30 (KST) */
#EnWpMpBook { background-image: url(//upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
#EnWpMpSearch { background: url(//upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
#EnWpMpBook2 { background-image: url(//upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }

/* 지리 좌표 기본값. 이들이 어떻게 쓰이는지에 대해서는 [[틀:Coord/link]] 참고.
   "geo", "longtitude", "latitude" 클래스는 Geo 마이크로포맷이 사용함.
iTurtle 2009년 11월 28일 (토) 16:40 (KST)
*/
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude       { white-space: nowrap; }

/* 미디어 자료 관련 */
/* Vector.css에서 너무 작게 나오는 것 방지 PuzzletChung 2010년 1월 5일 (화) 13:48 (KST) */
table.mw_metadata {
  font-size: smaller;
}

/* 편집 요약, 이유의 모양 설정.
 (기울임 대신 글자 크기 약간 작게 하여 구별) */
.comment {
  font-style: normal !important;
  font-size: 9pt;
}

/* 최근 바뀜에서 문서 분량 변경에 색깔 넣기
 (증가는 초록색 감소는 빨간색) */
.mw-plusminus-pos {
  color:green;
}
.mw-plusminus-neg {
  color:red;
}

/* toccolours 클래스: 일부 틀의 디자인에 사용됨 */
.toccolours {
   border:1px solid #aaaaaa;
   background-color: #f9f9f9;
   padding: 5px;
   font-size: 95%;
}

/* [[파일:Example.jpg|thumb]] 프레임이 붙어 있는 그림의 배경을 하얀색으로 */
div.thumb div a img {
  background-color:#ffffff;
}

/* 넘겨주기 링크 */
.allpagesredirect a,
.watchlistredir a,
.redirect-in-category a:link,
.redirect-in-category a:visited {
  color:#888888;
}

/* 준보호 문서 편집창 배경색. 주의 환기 */
.mw-textarea-sprotected {
  background: #FFFFDB;
}

/* gallery 사용시 섬네일 글자 크기 조정 */
.gallerytext p {
  font-size: 90%;
}

/* 최근 바뀜 등에서 태그를 눈에 띄게 표시 */
.mw-tag-markers {
  color: red;
}

/*
[[위키백과:관리자_요청/2011년_10월]]. 둘러보기 틀에서 list를 사용하는 경우 목록을 가로로 보이게 하여 기존의 수동 목록에 비해 의미성/편의성이 높습니다.
{{가로목록}}을 통해 사용.
2013-02-28: 영어판 css 가져옴. ul 목록뿐 아니라 dt/dd도 지원. --klutzy
*/
/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 7 (2015-11-12)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}
/* Hide empty list itmes */
.hlist .mw-empty-li {
    display: none;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ": ";
}
.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ") ";
    font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
    counter-reset: listitem;
}
.hlist ol > li {
    counter-increment: listitem;
}
.hlist ol > li:before {
    content: " " counter(listitem) " ";
    white-space: nowrap;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) " ";
}

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ol li,
.plainlist ul li {
    margin-bottom: 0;
}

/* 바벨
   [[미디어위키토론:Common.css#바벨 상자 스타일 맞추기]]
   바벨 확장 기능을 기존 바벨 상자 스타일에 맞추기 */
.mw-babel-box-level-N  {
        display: none;
}
 
div.mw-babel-box table th  {
        font-family: sans-serif;
        font-size:14pt;
        text-align:center;
        width:45px;
        height:45px; 
}
 
div.mw-babel-box table td {
        font-size:8pt;
        padding:4pt;
        line-height:1.25em;
}
 
div.mw-babel-box-N  {
        float: left;
        border:solid #6EF7A7 1px;
        margin:1px;
}
 
div.mw-babel-box-4  {
        float:left;
        border:solid #77E0E8 1px;
        margin:1px;
}
 
div.mw-babel-box-3  {
        float:left;
        border:solid #99B3FF 1px;
        margin:1px;
}
 
div.mw-babel-box-2  {
        float:left;
        border:solid #BCB9EF 1px;
        margin:1px;
}
 
div.mw-babel-box-1  {
        float:left;
        border:solid #E0C0E0 1px;
        margin:1px;
}
 
div.mw-babel-box-0  {
        float:left;
        border:solid #FFB3B3 1px;
        margin:1px;
}
 
div.mw-babel-box-N table  {
        background: #C5FCDC;
}
 
div.mw-babel-box-4 table {
        background: #D0F8FF;
}
 
div.mw-babel-box-3 table  {
        background: #E0E8FF;
}
 
div.mw-babel-box-2 table {
        background: #E9E5F9;
}
 
div.mw-babel-box-1 table {
        background: #F3E0F3;
}
 
div.mw-babel-box-0 table {
        background: #FFE0E8;
}
 
div.mw-babel-box-N table th  {
        background: #6EF7A7;
}
 
div.mw-babel-box-4 table th {
        background: #77E0E8;
}
 
div.mw-babel-box-3 table th  {
        background: #99B3FF;
}
 
div.mw-babel-box-2 table th {
        background: #BCB9EF;
}
 
div.mw-babel-box-1 table th {
        background: #E0C0E0;
}
 
div.mw-babel-box-0 table th {
        background: #FFB3B3;
}

/* {{참고}}, {{본문}} 등의 틀에 쓰이는 class. */
.rellink,
.dablink,
.hatnote {
    /* font-style: italic; */ /* 영어 위키백과와 달리 이탤릭 사용하지 않음 */
    font-size: 90%;           /* 한국어 위키백과에서는 대신 작은 글씨로 본문과 구분함 */
    /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}

/* wikitable 관련 스타일 정비. 영어 위키백과에서 가져옴. 2014-2-6 ChongDae */

/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    /* @noflip */
    text-align: left;
}
 
/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    /* @noflip */
    text-align: left;
}
/* ...unless they also use the hlist class */
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
    text-align: inherit;
}

/* [[틀:보존문서 안내문2]]용 class. 2015-3-17 IRTC1015 */
.archiveHeader2 {
	clear: right;
	float: right;
	border: 1px solid #a7d7f9;
	margin: 0 0 1.4em 0.5em;
	padding: 0.5em;
	border-spacing: 0;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius:0.5em; font-size:small;
	background-color:#FFFFFF;
}

.archiveHeader2 .mw-ui-input-inline {
    min-width: 0;
    width: 12em;
}

/* 정렬 가능한 표용 정렬 키: [[틀:이름정렬]] 등 참조 */
td .sortkey,
th .sortkey {
    display: none;
    speak: none;
}

/* 원 도표: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}

/* 포털 관련 css 추가 2015-11-06 ChongDae */
/* For portals, added 2011-12-07 -bv
   On wide screens, show these as two columns
   On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
    float: left;
    width: 50%;
}
.portal-column-right {
    float: right;
    width: 49%;
}
.portal-column-left-wide {
    float: left;
    width: 60%;
}
.portal-column-right-narrow {
    float: right;
    width: 39%;
}
.portal-column-left-extra-wide {
    float: left;
    width: 70%;
}
.portal-column-right-extra-narrow {
    float: right;
    width: 29%;
}
@media only screen and (max-width: 800px) {
    /* Decouple the columns on narrow screens */
    .portal-column-left,
    .portal-column-right,
    .portal-column-left-wide,
    .portal-column-right-narrow,
    .portal-column-left-extra-wide,
    .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
    }
}

/* 사용자 그룹별 노출 제어. 영어 위위키백과에서 가져옴. -- ChongDae */
/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]],
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */
.sysop-show,
.accountcreator-show,
.templateeditor-show,
.extendedmover-show,
.autoconfirmed-show,
.user-show {
    display: none;
}
.mw-parser-output ol.references {
font-size: 1.02rem!important;
}
.referencetooltip li+li {
border-top-color: transparent;
margin-top: 0;
margin-bottom: -5px;
}
.referencetooltip>li+li::after {
border-top-color: var(--namu--cite--arrow);
}
sup.reference {
font-weight: inherit;
font-style: inherit;
}
.mw-references-wrap, .mw-references-columns {
border-top: 1px solid var(--namu--cite--upperborder);
margin: 1.5em 0;
padding: .5em 0;
}
.referencetooltip, .reference-text {
 	font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
}

.liberty-content-header {
border-bottom: transparent 1px solid !important;
}

.content-tools {
border-bottom: transparent 1px solid !important;
}

.toc {
	border-radius: 0!important;
	font-size: 1.02rem!important;
	border: 1px solid rgba(137, 137, 137, 0.30);
margin-top: 1rem !important;
}

.toc ul {
	border: none!important;
}
.toctitle {
	min-width: 0!important;
	border: none!important;
	background-color: transparent!important;
    margin-top: 6px;
}
#mw-toc-heading {
	border: none!important;
	font-weight: normal;
	user-select: none;
	background-color: transparent;
}
.tocnumber:after {
	content: '.';
}
.toctext {
	cursor: default;
}
.toctogglespan {
	display: none;
}

h1 {
	font-size: 2.4rem;
}

.Liberty .nav-wrapper {
 box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0);
}

.number-link {
	font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
}

.wikitable, .wikitable caption {
	font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
}

h1, h2, h3, h4, h5, h6, b, big, small {
	font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
}

.referencetooltip, .reference-text {
 	font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
}

.mw-parser-output, .contentSub {
	font-family: "CUSTOMFONT","CUSTOMFONT2", SUITE Variable, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
}

.whiteshadow {
    box-shadow: 0px 0px 5px 5px #ffffff30;
}

@media (prefers-color-scheme: light) {

 :root {
  --text: #373a3c;
  --polar: #000000;
  --bg: #fff;
  --grey: #c0c0c0;
  --altbg: #f5f8fa;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main {
color: #212529;
}
     .dark_template {
        display: none;
     }
     .liberty-content-header, .toc ul, .toc li {
background-color: #fff !important;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th {
background-color: #f5f8fa;
}

.rt-tooltip, .rt-tail {
background: #ffffff !important;
border: #e1e8ed 1px solid !important;
}
.rt-tail:after {
background: #ffffff !important;
border: #ffffff 1px solid !important;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
border-radius: 0;
background-color: #fff !important;
}
.mw-redirectedfrom {
  margin: 5px;
  background: #cee2fd;
  padding: 0.7em;
  display: block;
  color: #cee2fd;
  border: #7eaaed 1px solid;
  padding-left: 8px;
  border-radius: 5px;
}

.mw-redirectedfrom::after {
content: '에서 넘어옴';
  color: #0b3574;
    text-indent: -45px;
    left: -74.6px;
    position: relative;
}
}

@media (prefers-color-scheme: dark) {
	 :root {
  --text: #e0e0e0;
    --polar: #ffffff;
  --bg: #1c1d1f;
--grey: #383b40;
--altbg: #2d2f34;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main {
color: #e0e0e0;
}

     .light_template {
        display: none;
     }
          .liberty-content-header {
background-color: #1c1d1f !important;
}
          .liberty-content-main, .toc ul, .toc li {
background-color: #1c1d1f !important;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th {
background-color: #2d2f34;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
border-radius: 0;
background-color: #1c1d1f !important;
}
.mw-redirectedfrom {
  margin: 5px;
  background: #05234f;
  padding: 0.7em;
  display: block;
  color: #05234f;
  border: #052e6d 1px solid;
  padding-left: 8px;
  border-radius: 5px;
}

.mw-redirectedfrom::after {
content: '에서 넘어옴';
  color: #c0d2ee;
    text-indent: -45px;
    left: -74.6px;
    position: relative;
}

.rt-tooltip, .rt-tail {
background: #1c1d1f !important;
border: #383b40 1px solid !important;
}
.rt-tail:after {
background: #1c1d1f !important;
border: #1c1d1f 1px solid !important;
}
}

@media screen and (max-width: 1024px) {
.Liberty .content-wrapper .liberty-content .liberty-content-main {
padding-left: 0.92rem !important;
padding-right: 0.9rem !important;
}
.mw-redirectedfrom {
margin-bottom: -5px;
  margin-top: 21px;
}
.title {
margin-bottom: 0px !important;
}
}
@media screen and (min-width: 1024px) {
     
.Liberty .content-wrapper .liberty-content .liberty-content-main {
padding-left: 1.32rem !important;
padding-right: 1.3rem !important;
}
.mw-redirectedfrom {
margin-bottom: -16px;
  margin-top: 30px;
}
}
.link_nocolor a {
 color: var(--text) !important;
}
.title {
     margin-left: 7px; margin-right: 7px;
     margin-top: 9px; letter-spacing:-0.03em
}
.mw-content-subtitle {
	margin-left: 7px !important;
}
.mw-redirectedfrom, .subpages {
     margin-left: 7px;
}
.subpages {
     display:none;
}

h2, h3, h4, h5, h6 {
     margin-top: 1.6rem !important;
}

h2 {
font-size: 1.8em;
}

.catlinks {
      margin: 0px 0px 0.4em 0px !important;
      font-size: 15px !important;
}
.liberty-content-main, .toc ul, .toc li {
font-size: 1.02rem !important;
font-weight: 400;
}

bold, b, th, .toggleBtn {
font-weight: 700;
}

@media (prefers-color-scheme: light) {
.Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1 {
	color: #212529;
} 

.catlinks {
border: 1px solid #e1e8ed !important;	
}

h2, h3, h4, h5, h6 {
border-bottom: 1px solid #e1e8ed !important;
}

.reference-text {
font-size: 1.02rem!important;
color: #212529;
}
.referencetooltip li {
border: none;
border-radius: 3px;
box-shadow: 0 0 2px #e1e8ed;
max-width: 400px;
padding: 15px;
word-break: break-all;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
border: 1px solid #e1e8ed;
color: inherit;
padding: 0.32rem 0.62rem;
padding-bottom: 0.26rem;
}

a, .tpl-autonum-attr .mw-parser-output .mw-headline[data-autonum]::before, .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
    color:#0275d8
}

a.new {
    color:#f00
}

a:hover, a:focus {
    color: #0263b8;
    text-decoration: underline;
    transition:0.3s
}

 .plainlinks a.external {
color: #00a495;
}

.plainlinks a.external:hover, .plainlinks a.external:focus {
color: #008578;
text-decoration: underline;
    transition:0.3s
}

a.new:hover, a.new:focus {
    color: #f00;
    text-decoration: underline;
    transition:0.3s
}

a.external {
    color:#090
}

a.external:hover, a.external:focus {
    color: #090;
    text-decoration: underline;
    transition:0.3s
}

a.external:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    text-align: center;
    color: #33b733;
    content: '\f0c1'
}
}

@media (prefers-color-scheme: dark) {
.Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1 {
	color: #e0e0e0;
} 

.catlinks {
border: 1px solid #555 !important;	
}

h2, h3, h4, h5, h6 {
border-bottom: 1px solid #555 !important;
}

.reference-text {
font-size: 1.02rem!important;
color: #e0e0e0;
}
.referencetooltip li {
border: none;
border-radius: 3px;
box-shadow: 0 0 2px #555;
max-width: 400px;
padding: 15px;
word-break: break-all;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
border: 1px solid #555;
color: inherit;
padding: 0.32rem 0.62rem;   /* ← explicit padding ONLY in light mode */
padding-bottom: 0.26rem;
}

a, .tpl-autonum-attr .mw-parser-output .mw-headline[data-autonum]::before, .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
    color:#ec9f19
}

a.new {
    color:#dc4343
}

a:hover, a:focus {
    color: #bd7f14;
    text-decoration: underline;
    transition:0.3s
}

 .plainlinks a.external {
color: #00c4b2;
}

.plainlinks a.external:hover, .plainlinks a.external:focus {
color: #00a495;
text-decoration: underline;
    transition:0.3s
}


a.new:hover, a.new:focus {
    color: #dc4343;
    text-decoration: underline;
    transition:0.3s
}

a.external {
    color:#090
}

a.external:hover, a.external:focus {
    color: #090;
    text-decoration: underline;
    transition:0.3s
}

a.external:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    text-align: center;
    color: #33b733;
    content: '\f0c1'
}
}

.collapsible {
	transition: height 0.3s ease-out, margin-bottom 0.3s ease-out;
    overflow: hidden;
    margin-bottom: -5.5px !important;
}

.collapsed {
    margin-bottom: 0px !important;
}

.catlinks {
	box-shadow: none !important;
  padding: 0.2rem !important;
  padding-left: 0.6rem !important;
}

.catlinks ul {
	margin-left: -0.1rem !important;
}

.mapcg img {
	height: 200px;
	object-fit: cover;
	object-position: 0 3%;
}

/* 문단을 나무위키처럼 */
.reference-paragraph {
	border-bottom: 1px solid #777!important;
}
.mw-headline {
	font-weight: bold;
}
.mw-headline-number {
	cursor: pointer;
}
.mw-headline-number:hover {
	text-decoration: underline;
}
.mw-editsection {
	float: right;
	font-weight: bold;
}
.mw-editsection-visualeditor {
	display: none;
}
.mw-editsection-divider {
	display: none;
}

.RTsettings {
display: none;
}
.referencetooltip li {
border: none;
border-radius: 3px;
box-shadow: 0 0 2px rgba(137, 137, 137, 0.30);
max-width: 400px;
padding: 15px;
word-break: break-all;
}
.referencetooltip li+li {
border-top-color: transparent;
margin-top: 0;
margin-bottom: -5px;
}
sup.reference {
font-weight: inherit;
font-style: inherit;
}
.mw-references-wrap, .mw-references-columns {
margin: 1.5em 0;
padding: .5em 0;
}

pre:not(.wikiEditor-ui) {
border-radius: 3px;
padding: 7px;
font-family: monospace;
text-align: left;
}
.mw-highlight .hll {
background-color: hsla(60, 100%, 50%, .25);
}
code {
padding: 0.2rem 0.4rem;
font-size: 90%;
border-radius: 0.25rem;
}
.wikiEditor-ui pre {
border: none!important;
font-family: monospace;
}
.CodeMirror {
font-family: monospace,monospace;
}
.mw-category-generated .number-link {
display: none!important;
}
.Liberty .nav-wrapper {
box-shadow: none;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item {
height: 3.5rem;
  padding-top: 5px;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover {
background-color: hsla(0,0%,100%,.1);
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus {
background-color: hsla(0,0%,100%,.1);
}
.dropdown-menu .dropdown-item:focus {
background-color: hsla(0,0%,100%,.1);
}
.mw-parser-output > ul, .mw-parser-output > ol, .mw-parser-output > dl {
margin-bottom: .8rem!important;
}
ul + ul, ul + ol, ul + dl, ol + ul, ol + ol, ol + dl, dl + ul, dl + ol, dl + dl {
margin-top: .8rem!important;
}
.mw-parser-output > center {
margin-bottom: .8rem!important;
}

td:has(> .removetd) {
	display: none !important;
}

th:has(> .removetd) {
	display: none !important;
}

tr:has(> td > .removetr) {
	display: none !important;
}

@media screen {
  @media (max-width: 639px) {
    .mw-parser-output table {
      display: table;
      overflow: auto;
      max-width: 100%;
    }
  }
}

li:target, sup.reference:target {
	background: transparent !important;
}

.textcollapsible:not(.collapsed) {
	margin-bottom: 3px;
}

@media screen {
  @media (max-width: 520px) {
html .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox, html .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
width: initial;
margin: 0.8rem 0;
    }
  }
}

.border-none {
  border-collapse: collapse !important;
  border: none !important;
}

.border-none tr:first-child td {
  border-top: none !important;
}

.border-none tr:last-child td {
  border-bottom: none !important;
}

.border-none tr td:first-child {
  border-left: none !important;
}

.border-none tr td:last-child {
  border-right: none !important;
}

#points-level {
  background-color: #81b11f;
  border-color: #81b11f52;
  border-width: 2px;
  border-style: solid;
  font-size: 15px;
  text-align: center;
  float: left;
  padding: 1px 14px;
  margin: -1px 8px 0 0;
    border-radius: 23px;
}

#points-level::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(296deg,transparent 2%,rgba(255,255,255,0.6) 41%,rgba(255,255,255,0.6)39%,transparent 24%);
  mix-blend-mode: overlay;
}

#points-level {
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0), inset 0 -4px 10px rgba(255, 255, 255, 0.3);
}

.metroicon span a img {
 vertical-align: -4.5px !important;
 margin-right: 2.5px;
}

table.trstatlist tbody tr td:nth-child(3),
table.trstatlist tbody tr td:nth-child(4),
table.trstatlist tbody tr td:nth-child(5) {
  min-width: 60.25px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

table.trstatlist tbody tr td:nth-child(3) span.wbrtemp {
	padding-bottom: 0 !important;
	display:inline-block !important;
	line-height: 1.4em; !important;
}

table.trstatlist tbody tr td:nth-child(3) small {
  display: block !important;
  line-height: 1.4em !important;
  padding-bottom: 0.1em !important;
}

table.trstatlist {
	word-break: break-all !important;
}

.liberty-sidebar {
text-align: center;
}

#live-recent-list {
text-align: left !important;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks ul > li {
border-left: none !important;
padding: 0px;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks ul > li::after {
border-left: 1px solid #888;
  content: "";
  display: inline-block;
  height: .8rem;
  margin: 0 .45rem -.1rem;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks ul > li:last-child::after {
display:none;
}

@media (prefers-color-scheme: light) {
.gongbeop {
color: #008879 !important;
}
}

@media (prefers-color-scheme: dark) {
.gongbeop {
color: #E3F7F5 !important;
}
}

.navbar-login {
padding-top: 5px;
  padding-right: 10px;
}


@media screen {
  @media (max-width: 890px) {

.Liberty .nav-wrapper .navbar .form-inline {
margin-top: -12px;
  padding: 6px;
}
.nav-wrapper {
padding-bottom: 6px;
}
}

.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 1.4rem;
}


.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn {
  font-size: 0.95rem;
}
.live-recent-header, .live-recent-footer {
display: none;
}
.live-recent-content, .live-recent-fake-content {
border: 1px solid light-dark(#e1e8ed, #555) !important;
padding: 1.5rem;
  padding-bottom: 0.7rem;
  padding-top: 1rem;
  border-radius: 0.35rem;
width: 21.5rem !important;
background: light-dark(#fff, #1c1d1f) !important;
}
.live-recent {
width: 21.5rem !important;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
  font-size: 1rem;
  font-weight: 400;
  width: 13.6rem;
  overflow: hidden;
  display: block;
}
.liberty-sidebar {
width: 21.5rem !important;
  position: relative;
  margin-left: 1rem;
}

@media (min-width: 1024px) {
.liberty-content {
	margin-right: 22.5rem !important;
}

.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools {
  padding-right: 1.3rem !important;
  padding-top: 1.3rem !important;
}
}
}

#liberty-bottombtn {
	display: none;
}
#daemunche1 {
background: url(https://w.halv.kr/images/e/ed/%EB%8C%80%EB%AC%B8%EC%A0%9C1.png) center no-repeat;
background-size: contain;
}
#daemunche2 {
background: url(https://w.halv.kr/images/2/26/%EB%8C%80%EB%AC%B8%EC%A0%9C2.png) center no-repeat;
background-size: contain;
}
#daemunche3 {
background: url(https://w.halv.kr/images/d/d5/%EB%8C%80%EB%AC%B8%EC%A0%9C3.png) center no-repeat;
background-size: contain;
}
#daemunche4 {
background: url(https://w.halv.kr/images/c/c5/%EB%8C%80%EB%AC%B8%EC%A0%9C4.png) center no-repeat;
background-size: contain;
}

div.noscrollbar::-webkit-scrollbar {
display: none !important;
}
div.noscrollbar {
  -ms-overflow-style: none !important; 
  scrollbar-width: none !important;
}
}