/* 바깥 배경*/
.Lena-template .wikitable {
	text-shadow:0px 0px 0px transparent;
}

/* 글자 색 변경*/
.Lena-template a {
	color: #f96433;
}
.Lena-template a:hover {
	color: #f96433;
}
.Lena-template a:active {
	color: #f96433;
}
.Lena-template a.new {
	color: #ba0000;
}
.Lena-template a.new:hover {
	color: #ba0000;
}
.Lena-template a.new:active {
	color: #ba0000;
}
.Lena-template a.external {
	color: #33b733;
}
.Lena-template a.external:hover {
	color: #33b733;
}
.Lena-template a.external:active {
	color: #33b733;
}
.mw-headline-number {
    color: #f96433!important;
}

/*목차 글자 색 변경*/
#mw-toc-heading{
	color:#f96433;
}
.toctogglelabel:after {
	color: #f96433!important;
}
.tocnumber {
	color:#f96433!important;
}
.toctogglespan {
	color:#f96433!important;
}
.toctext {
	color:#ffffff!important;
}
.number-link {
	color: #f96433;
}

/* 목차 순번 칸*/

.toc ul {
	text-shadow:0px 0px 0px transparent;
	background:#070707!important;
	border: 1px solid #2e2e2e!important;
	box-shadow:0px 0px 8px #f96433!important;
	font-family: 'Sans-serif';
}
.toc li {
	background:#070707!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}

/* 목차 머리 칸*/

.toctitle {
	background:#070707!important;
	border: 1px solid #2e2e2e!important;
	box-shadow:0px 0px 8px #f96433!important;
}
/* 폰트 볼드 설정 */
b {
	font-family: 'Sans-serif';
}

/* 분류 칸 제거 */
.catlinks {
	display:none;
}

/* 각주 선 제거 */
.mw-references-wrap {
	border-top: none;
	padding-top: 0em;
}

/*    배경    */

.Lena-bgMain  {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #1a1a1f;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
}

/*    문단 표    */
.Lena-InfoTable{
  background: #181818;
  border-radius: 15px;
  color: white;
  display: flex;
  max-width:100%;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding:5px;
}

/*    문단 박스    */