<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	border: 0;
}

:active {
	outline: 0
}

:hover {
	outline: 0
}

html, body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	outline: 0;
	border:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	box-sizing:border-box;
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.85);
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:table;
}
#preloader .preloader-text  {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #333;
}

#contents, #article {
	border: 0;
	outline: 0;
	overflow: hidden;
	position: relative;
	height: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	float: left;
	background: #3a3a3a;
	display: table-cell;
}

#contents {
	transition: all .2s ease-in-out;
	min-width: 400px;
	width: 400px;
	color: #fff
}

#contents:after {
	content: "";
	position: fixed;
	width: calc(100% - 400px);
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(0,0,0,.0);
	z-index: -9999;
	transition: background .2s ease-in-out;
}

#article {
	background: transparent;
	border-right: none;
	width: calc(100% - 400px);
}

#contents a {
	text-decoration: none;
	color: #fff;
	padding: 0;
    background: url(scroll-into-view.png) right -20px center no-repeat;
    display: block;
	transition: all .15s ease-in-out;
}

#contents a:hover {
	color: #fff;
	text-decoration: underline;
}

#contents a:visited {
	color: lavender;
}


ol.spacing li {
  line-height:30px;
}


.list {
	list-style-type: none;
	margin: 1.6em;
	line-height: 1.2em;
}

.list ul {
	margin: 0;
}

.list li {
	margin: .6em 0;
}

.list ul li {
	position: relative;
}

.list li a[href=""] {
	pointer-events: none;
	cursor: default;
	color: #3a3a3a;
	text-decoration: none
}

#alphabet {
	position: absolute;
	top: 83px;
	left: -100%;
	width: 100%;
	height: calc(100% - 83px);
	padding: 0 50px 50px;
	box-sizing: border-box;
	background: #3a3a3a;
	z-index: 4;
}

.closeAlphabet {
    position: relative;
    display: block;
    /* float: right; */
    top: 0;
    width: 100%;
    height: 45px;
    line-height: 100%;
    text-align: center;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.closeAlphabet:hover, .closeAlphabet:hover {
	background-color: rgba(70,70,70,.95);
}

#alphabet ul {
    display: block;
    width: 100%;
    height: calc(100% - 45px);
    overflow: auto;
}

#alphabet li {
	display: block;
	position: relative;
	float: left;
	color: #999;
	font: 2em Lucida Console, monospace;
}

#alphabet li span {
	display: inline-block;
	padding: 20px;
}

#alphabet li a {
	display: block;
	position: relative;
	color: #fff;
	padding: 20px;
	text-decoration: none;
	background: transparent;
}

#alphabet li a:hover, #alphabet li a:active {
	background-color: rgba(70,70,70,.95);
	text-decoration: none;
	color: #fff;
}

.indexLetter {
	background-image: none !important;
	padding: 0 !important;
}

.indexLetter b {
    line-height: 1em;
    padding: 1.2em 1.6em;
    margin: 20px 0 10px;
    display: inline-block;
    cursor: pointer;
    transition: all .2s linear;
}

.indexLetter b:hover, .indexLetter b:focus {
	background-color: rgba(100,100,100,.5)
}

.indexLetter b:active {
	background-color: #333;
}

.indexLetter:first-child  b {
    margin-top: .2em;
}

.indexLetter, #alphabet li {
	background-image: none !important;
	padding: 0 !important;
}

.indexLetter, #alphabet li , .pageNum, .tabs li, label[for="menuBtn"], #preloader, .toggleList, #searchBtn,.search-nav-btn, .closeAlphabet{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



.box {
	display: none;
	overflow-x: hidden;
	height: auto;
	border-right: 1px solid #333;
}

.box.search {
	overflow: hidden !important;
	padding-top: 0;
}


#searchResults {
    display: block;
    width: 100%;
    height: calc(100% - 125px);
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    border: 0;
    outline: 0;
    white-space: normal;
    overflow: auto;
}


.group {
	display: none;
	position: relative;
}

.group:first-child {
	display: block;
}

.found {
	margin-bottom: 20px;
	position:relative;
	line-height: 1.2em;
	margin: 1.2em 0;
}

.pageTitle, .pageUrl {
    word-wrap: break-word;
    white-space: normal;
}
.pageTitle a{
	text-decoration: none;
}

.pageUrl &gt; a {
	font-size: 1em;
	color: #7af !important;
	hyphens: auto;
}

.pager {
    position: relative;
    width: 100%;
    padding: 15px 0;
    overflow: auto;
    text-align: center;
}

.pageNum, .search-nav-btn {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
	transition: all .05s linear
}

.search-nav-btn {
	border: 0;
	background: url(rewind.png) center no-repeat;
	background-size: 16px;
}
.search-nav-btn.first {
	transform: scaleX(-1);
}

.activePageNum, .pageNum:hover, .pageNum:focus,.search-nav-btn:hover  {
	background-color: #4F4F4F;
	color: #fff;
	font-weight: bold;
}

.pageNum:active,.search-nav-btn:active  {
	background-color: #333;
}

#activePageNum {
	position:absolute;
}

.warning p {
	margin-bottom: 10px;
	background:url(attention.png) top left no-repeat;
	background-size: 16px;
	padding-left: 1.6em;
}

#search_input
{
	font: 13px 'Open Sans', sans-serif;
	color: #fff;
	padding: 9px 62px 9px 10px;
	width: 100%;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid gray;
	box-sizing: border-box;
	margin: 0;
	background: #3a3a3a;
	transition: all .2s linear;
}

#searchForm {
	position:relative;
	padding: 10px 1.6em;
	background-color: rgba(70,70,70,.95);
}

#searchBtn {
    border: 1px solid transparent;
    position: absolute;
    top: 11px;
    background: #3a3a3a url('searchBtn.png') center no-repeat;
    background-size: 16px;
    right: calc(1.6em + 4px);
    width: 33px;
    height: calc(100% - 22px);
    transition: all .2s linear;
}



#search_input:focus, #searchBtn:focus {
	outline: 0;
	border-color: #7af
}

#foundResults {
	padding-top: 20px;
	
}

.box.visible {
	display: block;
}

.tabs {
	display: table;
	position: relative;
	width: 100%;
	height: 83px;
	margin: 0 !important;
	padding: 0;
	background: #333;
	table-layout: fixed;
}

.tabs li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: #fff;
	transition: all .05s linear;
}

.tabs li img {
	width: 16px;
	margin:6px;
}

.tabs li:hover, .tabs li.current {
	position: relative;
	background-color: rgba(70,70,70,.95);
}


.category {
	position:relative;
	padding-left: 1.6em;
	list-style: none;
	cursor: default;
}

.category.expanded {
	padding-left: 1.6em;
}
.category &gt; .toggleCat{
	display:inline-block;
	background: url(closedchapter.png) center no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -.2em;
	top: 0;
	vertical-align: middle;
	cursor: pointer;
}

.category.expanded &gt; .toggleCat{
	background-image: url(openchapter.png);
}

.category ul {
	/* border-left: 1px dotted #aaa; */
	padding-left: 1.2em;
	margin-left: -1.2em;
	box-sizing: border-box;
}

.actions-container {
	position:relative;
	width: 100%;
	background: rgba(70,70,70,.95);
	text-align: center;
}
.actions{
	display: inline-block;
	max-width: 100%;
	padding: 10px 1.6em;
	transition: all .2s linear;
}

.action-btn {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-right: .8em;
	cursor: pointer;
	list-style-type: none;
	display: inline-block;
	position: relative;
	background-position: 8px center;
	background-repeat: no-repeat;
	background-size: 16px;
	outline:none;
	transition: all .05s linear;
	color: #fff;
	padding: 10px 10px 10px 32px;
	background-color: rgba(100,100,100,.0);
}

.toggleList.expand {
	background-image: url(expand_all.png);
}

.toggleList.collapse {
	background-image: url(collapse_all.png);
}


.scrollIntoView {
	background-image: url(scroll-into-view.png);
}

.action-btn:hover, .action-btn:focus  {
	background-color: rgba(100,100,100,.5);
}

.action-btn:active {
	background-color: rgba(50,50,50,.5);
}

#theme {
	display:none;
}

.theme {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 40px;
	height: 16px;
	background: #3a3a3a;
	border: 1px solid #666;
	transition: all .2s linear;
	vertical-align: middle;
	border-radius: 10px;
}

.theme:after {
    content: "";
    position: absolute;
    top: 1px;
    left: calc(100% - 24px);
    width: 20;
    height: 12px;
    border: 1px solid #3a3a3a;
    background: #FAFBF7;
    transition: all .2s linear;
    border-radius: 8px;
}

.list li:not([class*="category"]) {
	background: url(article.png) left top no-repeat;
	padding-left: 1.6em;
	list-style-type: none;
}

#contents a.currentAddress {
    text-decoration: none;
    color: lightgreen;
    background-position: right 5px center;
	padding-right: 20px;
}

#menuBtn, label[for="menuBtn"] {
	display: none;
}

@media all and (max-width: 1200px) {

	html, body {
		background-position: center;
	}

	.tabs {
		width: calc(100% - 82px);
		left: 83px;
	}

	#contents {
		left: -100%;
		position: fixed;
	}

	#article {
		width: 100%;
	}

	label[for="menuBtn"] {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 83px;
		width: 83px;
		background: #333;
		z-index: 3;
		cursor: pointer;
		transition: all .15s ease-in-out;
	}

	label[for="menuBtn"]:active, label[for="menuBtn"]:hover {
		background-color: #444;
	}

	label[for="menuBtn"] &gt; span {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		line-height: 58px;
		font-size: 32px;
		color: #fff;
		text-align: center;
		transition: all .3s ease-in-out;
		background: url(contents.png) center no-repeat;
	}

	#menuBtn:checked + label &gt; span {
		transform: rotateY(180deg);
		background-image: url(close.png);
	}

	#menuBtn:checked + label  + #contents {
		left: 0;
		z-index: 2;
		box-shadow: 0 0 30px rgba(0,0,0,.15);
	}

	#menuBtn:checked + label  + #contents:after {
		z-index: 1;
		transition-delay: .15s;
		background: rgba(0,0,0,.15);
	}

	#alphabet {
		padding: 0 25px 25px;
	}

	#alphabet li {
		display: block;
		position: relative;
		float: left;
		color: #999;
		font-size: 1.72em;
	}
}

@media all and (max-width: 640px) {
	#contents {
		width: 80%;
		min-width: 0
	}

	#menuBtn:checked + label  + #contents:after, #contents:after {
		width: 20%;
	}	

	.tabs li img {
		width: 32px;
		margin:0;
	}

	.tabs li span {
		display:none
	}

	.action-btn {
		background-position: center;
		padding: 0;
		margin-right: 4em;
		width: 40px;
		height: 40px;
		white-space: nowrap;
		overflow: hidden;
		text-indent: -9999;
	}
}

@media all and (max-width: 480px) {
	#contents {
		width: 100%;
	}
	.actions-container {
		width: 100%;
	}

	#menuBtn:checked + label  + #contents:after, #contents:after {
		width: 0;
		background: rgba(0,0,0,.0);
		z-index: -1;
	}
}

.light #contents{
	background: #FAFBF7;
	color: #333
}


.light #contents a {
	color: #333;
	background-image: url(scroll-into-view-dark.png);
}

.light #contents a:hover {
	color: #000;
}

.light #contents a:visited {
	color: #777;
}


.light #alphabet {
	background: #FAFBF7;
}

.light .closeAlphabet {
    color: #333;
}

.light .closeAlphabet:hover, .light .closeAlphabet:hover {
	background-color: #EAEBE7;
}

.light #alphabet li a {
	color: #333;
	background-image: none;
}

.light #alphabet li a:hover, .light #alphabet li a:active {
	background-color: rgba(70,70,70,.95);
	text-decoration: none;
	color: #fff;
}

.light .indexLetter b:hover, .light .indexLetter b:focus {
	background-color: rgba(70,70,70,.95);
	color: #fff;
}

.light .indexLetter b:active {
	background-color: rgba(50,50,50,.95);
	color: #fff;
}

.light .box {
	border-right: 1px solid #ddd;
}

.light .pageUrl &gt; a {
	color: #057 !important;
}

.light .search-nav-btn {
	background-image: url(rewind-dark.png);
}

.light .search-nav-btn:hover , .light .search-nav-btn:active {
	background-image: url(rewind.png);
}

.light #search_input
{
	color: #333;
	border: 1px solid #ddd;
	background: #FAFBF7;
}

.light #searchForm {
	background-color: #EAEBE7;
}

.light #searchBtn {
    background: #FAFBF7 url('searchBtn-dark.png') center no-repeat;
	background-size: 16px;
}

.light #search_input:focus, .light #searchBtn:focus {
	border-color: #000;
}



.light .actions-container {
	background: #EAEBE7;
	text-align: center;
	border-right: 1px solid #ddd;
}

.light .action-btn {
	color: #333;
}

.light .scrollIntoView {
	background-image: url(scroll-into-view-dark.png);
}

.light .action-btn:hover, .light .action-btn:focus  {
	background-color: #F5F6F3;
}

.light .action-btn:active {
	background-color: #FAFBF7;
}

.light .theme {
	background: #FAFBF7;
	border-color: #aaa;
}

.light .theme:after {
    top: 1px;
    left: 1px;
    border: 1px solid #FAFBF7;
    background: #3a3a3a;
    border-radius: 8px;
}

.light #contents a.currentAddress {
    color: #000;
}

@media print {
	#contents {
		display:none;
	}

	label[for="menuBtn"]{
		display:none;
	}
	html, body, #article, #nmMainSection {
		height: auto !important;
		overflow:auto;
		margin: 0 !important;
		padding: 0 !important;
		position:relative;
		display: block;
	}

	#nmHeader {
		background: #fff !important;
		padding: 0 !important;
		border-bottom: 2px solid #333 !important;
	}

	#nmHeader *{
		color: #333 !important;
		padding: 0 !important;
	}

	#nmHeader table td:not(.runner) {
		display:none;
	}

	#nmHeader .logorunner{
		display: table-cell !important;
	}
}</pre></body></html>