.MF-layout {
	margin: 15px auto;
    text-align: center;
    color: #A6936F;
    font-family: 'Pretendard JP Variable';
    font-size: 13px;
    text-shadow: 0px 0px 5px rgba(255,255,255,0.3);
}

.MF-body {
	margin: 15px 50px;
    text-align: left;
    color: #A6936F;
    font-family: 'Pretendard JP Variable';
    font-size: 13px;
    line-height: 180%;
    text-shadow: 0px 0px 5px rgba(255,255,255,0.3);
}

/* 글자 색 변경*/

.MF-body a {
	color: #A6936F;
}
.MF-body a:hover {
	color: #A6936F;
}
.MF-body a:active {
	color: #A6936F;
}
.MF-body a.new {
	color: #ba0000;
}
.MF-body a.new:hover {
	color: #ba0000;
}
.MF-body a.new:active {
	color: #ba0000;
}
.MF-body a.external {
	color: #33b733;
}
.MF-body a.external:hover {
	color: #33b733;
}
.MF-body a.external:active {
	color: #33b733;
}

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

/* 목차 순번 칸*/

.toc ul {
	text-shadow:0px 0px 0px transparent;
	background:#070707!important;
	border: 1px solid #2e2e2e!important;
	box-shadow:0px 0px 8px #A6936F!important;
}
.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 #A6936F!important;
}

/* a*/

.MF a {
	color: #A6936F;
}
.MF a:hover {
	color: #A6936F;
}
.MF a:active {
	color: #A6936F;
}
.MF a.new {
	color: #ba0000;
}
.MF a.new:hover {
	color: #ba0000;
}
.MF a.new:active {
	color: #ba0000;
}
.MF a.external {
	color: #33b733;
}
.MF a.external:hover {
	color: #33b733;
}
.MF a.external:active {
	color: #33b733;
}