@charset "UTF-8";

.wiki {
  overflow: hidden;
}

.wiki p {
  margin-top: 0;
}

.wiki ol,
.wiki ul {
  margin: 0.4em 0 0.4em 1.5em;
  padding-left: 0.5rem;
}

.wiki li {
  margin: 0.4em 0;
}

/* 문단 */

.wiki h1.wiki-heading,
.wiki h2.wiki-heading,
.wiki h3.wiki-heading,
.wiki h4.wiki-heading,
.wiki h5.wiki-heading,
.wiki h6.wiki-heading {
  border-bottom: 1px solid #ccc;
  margin: 1.2em 0 0.8em;
  padding-bottom: 5px;
}

.wiki h1.wiki-heading {
  font-size: 2.3em;
}

.wiki h2.wiki-heading {
  font-size: 1.8em;
}

.wiki h3.wiki-heading {
  font-size: 1.6em;
}

.wiki h4.wiki-heading {
  font-size: 1.4em;
}

.wiki h5.wiki-heading {
  font-size: 1.2em;
}

.wiki h6.wiki-heading {
  font-size: 1em;
}

.wiki .wiki-heading:before {
  color: #666;
  content: "";
  float: left;
  font-family: "Ionicons";
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.8em;
  margin: 0 0.5rem 0 0.2rem;
  text-align: center;
  width: 0.9em;
}

.wiki .wiki-heading {
  cursor: pointer;
}

.wiki .wiki-paragraph {
  margin-bottom: 1rem;
}

.wiki .wiki-heading.wiki-heading-folded {
  opacity: 0.5;
}

.wiki .wiki-heading.wiki-heading-folded:before {
  content: "";
}

.wiki .wiki-heading-content.wiki-heading-content-folded {
  display: none;
}

.wiki .wiki-edit-section {
  float: right;
  font-size: 0.8rem;
}

@media print {
  .wiki-edit-section {
    display: none;
  }
}

/* 서식 */

.wiki del {
  color: gray;
}

.wiki .wiki-size-up-1 {
  font-size: 1.2888888889em;
}

.wiki .wiki-size-up-2 {
  font-size: 1.3888888889em;
}

.wiki .wiki-size-up-3 {
  font-size: 1.4814444444em;
}

.wiki .wiki-size-up-4 {
  font-size: 1.574em;
}

.wiki .wiki-size-up-5 {
  font-size: 1.6666666667em;
}

.wiki .wiki-size-down-1 {
  font-size: 0.9258888889em;
}

.wiki .wiki-size-down-2 {
  font-size: 0.8333333333em;
}

.wiki .wiki-size-down-3 {
  font-size: 0.7406666667em;
}

.wiki .wiki-size-down-4 {
  font-size: 0.6481111111em;
}

.wiki .wiki-size-down-5 {
  font-size: 0.6222222222em;
}

.wiki code {
  padding: 2px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.wiki p {
  margin-top: 0;
}

.wiki pre {
  padding: 7px;

  background-color: #eeeeee;

  border: 1px solid #dddddd;
  border-radius: 3px;

  overflow-x: auto;
}

.wiki pre code {
  padding: 0;
  background: none;
  border: none;
}

/* 링크 */

.wiki .not-exist {
  color: red;
}

.wiki .wiki-self-link {
  font-weight: bold;
}

.wiki .wiki-link-external {
  color: #090;
}

.wiki .wiki-link-external:before {
  background: green;
  color: #fff;
  content: "";
  font-family: "Ionicons" !important;
  font-size: 0.9rem !important;
  margin-right: 0.1rem;
  padding: 0 0.15em;
  position: relative;
}

/* 이미지 */

.wiki .wiki-content img {
  display: inline-block;
  max-width: 100%;
}

.wiki .wiki-table img {
  display: inline-block;
  max-width: initial;
}

/* 리스트 */

.wiki .wiki-list {
  margin: 0.4em 0 0.4em 1.5em;
}

.wiki .wiki-list-decimal {
  list-style: decimal;
}

.wiki .wiki-list li .wiki-paragraph {
  margin-bottom: 0;
}

.wiki .wiki-list-alpha {
  list-style: lower-alpha;
}

.wiki .wiki-list-upper-alpha {
  list-style: upper-alpha;
}

.wiki .wiki-list-roman {
  list-style: lower-roman;
}

.wiki .wiki-list-upper-roman {
  list-style: upper-roman;
}

.wiki .wiki-list li {
  margin: 0.4em 0;
  list-style: inherit !important;
  list-style-type: inherit !important;
}

/* 각주 */

.wiki .wiki-fn-content {
  font-size: 0.8em;
  vertical-align: super;
}

.wiki .wiki-macro-footnote {
  margin: 1.5em 0;
  padding: 0.5em 0;
  border-top: 1px solid #777777;
}

.wiki .footnote-list {
  line-height: 2em;
  display: block;
}

/* 들여쓰기 */

.wiki .wiki-indent {
  padding-left: 10px;
}

/* 인용문 */

.wiki .wiki-quote {
  padding: 1em calc(2em + 25px) 1em 1em;
  margin: 1em 0;
  background: #eeeeee;

  display: table;

  border: 2px dashed #ccc;
  border-left: 5px solid #71bc6d;
}

.wiki .wiki-quote .wiki-paragraph {
  margin-bottom: 0;
}

.wiki .wiki-quote .wiki-indent {
  padding-left: 0;
}

/* 수평줄 */

.wiki hr {
  margin: 0.5em 0;
  border-top: 0.0625rem solid #ccc;
}

/* 매크로 */

.wiki .wiki-macro-toc {
  border: 1px solid #ccc;
  display: inline-block;
  margin-left: 5px;
  padding: 12px 20px 12px 0;
}

.wiki .wiki-macro-toc details summary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 320 512%27%3E%3C%21--%21Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill=%27%23666%27 d=%27M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z%27/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  cursor: pointer;
  font-size: 1.25em;
  list-style: none;
  margin-left: 14px;
  min-width: 60px;
}

.wiki .wiki-macro-toc details summary::marker {
  content: "";
  display: none;
}

.wiki .wiki-macro-toc details summary:before {
  content: "목차";
}

.wiki .wiki-macro-toc details[open] {
  padding-bottom: 4px;
}

.wiki .wiki-macro-toc details[open] summary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill=%27%23666%27 d=%27M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z%27/%3E%3C/svg%3E");
  margin-bottom: 12px;
}

.wiki .toc-indent {
  padding-left: 20px;
}

.wiki .wiki-macro-toc > .toc-indent:first-of-type {
  margin-top: 12px;
}

.wiki .toc-item {
  display: block;
}

.wiki iframe {
  display: block;
  max-width: 100%;
}

.wiki video {
  max-width: 100%;
}

/* 테이블 */

.wiki .wiki-table-wrap {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  margin: 10px 0;
}

.wiki .wiki-table-wrap.table-center {
  margin: 10px auto;
}

.wiki .wiki-table {
  background-color: #f5f5f5;
  border-collapse: collapse;
  /*margin: 10px 0;*/
}

.wiki .table-center .wiki-table {
  margin: auto;
}

.wiki .table-right {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}

@media screen and (max-width: 420px) {
  .wiki .table-right {
    float: none;
    /*width: 100% !important;*/
    margin: 10px 0;
  }

  /*.wiki .wiki-table {
    white-space: nowrap;
  }*/
}

.wiki .wiki-table td {
  padding: 5px 10px;
  border: 1px solid #dddddd;
}

.wiki .wiki-table td .wiki-paragraph {
  margin-bottom: 0;
}

/*.wiki table.table tbody tr {
  background-color: white;
}*/

.wiki .table td {
  word-wrap: break-word;
}

/* 글상자 */

.wiki div.wiki-category {
  border: 1px solid #ccc;
  padding: 3px;
  padding-left: 5px;
  margin-bottom: 1em;
  border-radius: 4px;
}

.wiki div.wiki-category span {
  margin: 0 0.1rem 0 0;
}

.wiki div.wiki-category span:after {
  content: ":";
}

.wiki div.wiki-category ul {
  margin: 0;
  padding: 0;
}

.wiki div.wiki-category ul,
.wiki div.wiki-category ul li {
  display: inline;
}

.wiki div.wiki-category ul li.wiki-category-blur a {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.wiki div.wiki-category ul li.wiki-category-blur a:hover {
  filter: inherit;
  -webkit-filter: inherit;
}

.wiki div.wiki-category ul li:after {
  border-left: 1px solid #888;
  content: "";
  display: inline-block;
  height: 0.8rem;
  margin: 0 0.4rem -0.1rem;
}

.wiki div.wiki-category ul li:last-child:after {
  display: none;
}

.wiki-category-container {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.wiki-category-container div:first-child h3 {
  margin-top: 0;
}

.wiki em {
  font-style: italic;
}

.wiki .wiki-file-image {
  margin-bottom: 20px;
}

.wiki .wiki-lazy-loading {
  background-color: #888;
}

.wiki .wiki-lazy-loading-error {
  background-color: #a00;
}

.wiki .syntax-wrapper {
  padding-right: calc(2em + 20px);
  margin: 1em 0;

  border: 2px dashed #ccc;
  border-left: 5px solid #609aff;

  background-color: #f5f5f5;
}

.wiki .syntax-wrapper > pre {
  padding: 0.7em 0.8em;
  margin: 0;

  background: none;
  border: none;

  font-size: 0.9rem;
}

.wiki .syntax-wrapper > .syntax-lines {
  float: left;
  background-color: #c4dcff;
  border-radius: 0;
  padding: 0.7em 0.5em 0.7em 1em;
  text-align: right;
}

.wiki .syntax-wrapper > .syntax-lines div {
  font-family: monospace !important;
  line-height: 1.3em;
}

.wiki .syntax {
  font-family: monospace !important;
  white-space: pre;
  line-height: 1.3em;
}

.wiki .syntax span {
  font-family: monospace !important;
}

.wiki .syntax .syntax-marker {
  border-top: 1px solid #f0f0d0;
  background-color: #ffffe0;
  border-bottom: 1px solid #f0f0d0;
}

.wiki .syntax .syntax-anchor {
  color: #cc3333;
}

.wiki .syntax .syntax-comment {
  font-style: italic;
  color: #999999;
}

.wiki .syntax .syntax-keyword {
  font-weight: bold;
  color: #6699cc;
}

.wiki .syntax .syntax-literal {
  color: #c08030;
}

.wiki details.wiki-folding summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.wiki details.wiki-folding summary::marker {
  content: "";
  display: none;
}

.wiki details.wiki-folding > div {
  overflow: hidden;
}

.wiki .wiki-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wiki .wiki-image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  font-size: 0;
}

.wiki .wiki-image-loading {
  display: none;
}

.wiki .wiki-image-align-normal,
.wiki .wiki-image-align-left,
.wiki .wiki-image-align-right,
.wiki .wiki-image-align-top,
.wiki .wiki-image-align-bottom,
.wiki .wiki-image-align-center,
.wiki .wiki-image-align-middle {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  max-width: 100%;
}

.wiki .wiki-image-align-left {
  float: left;
}

.wiki .wiki-image-align-right {
  float: right;
}

.wiki .wiki-image-align-center,
.wiki .wiki-image-align-middle {
  display: block;
  text-align: center;
}

.wiki .wiki-image-align-top {
  vertical-align: top;
}

.wiki .wiki-image-align-bottom {
  vertical-align: bottom;
}

.wiki .wiki-clearfix {
  clear: both;
}

.discuss.wiki .wiki-paragraph:last-of-type {
  margin-bottom: 0;
}
