@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

body {
	margin: 0;
	padding: 0;
	max-width:100%;
	height:auto;
	font-family: lucida grande,verdana,arial,helvetica;
	font-size: 12px;
}

}
.outer {
	width: 1000px;
	margin: auto;
	position: relative;
}
.header {
	background: #000000;
	max-width:100%;
	height:auto;
	border: 1px solid black;
	background-image: url(banner_bg.jpg);
	background-size: cover;
}
.white {
	background: #FFF;
	border: 1px solid black;
/*	padding: 24px;*/
	height: 100%;
}
.nav-item-active {
	display: inline-block;
	border: 1px solid #000;
	font-size: 1.5vw;
	position: relative;
	padding: 12px 24px;
	bottom: -1px;
}

.back_class {
	position: fixed;
  background-color: #ffffff;
 	z-index: 1030;
}

.nav-item {
	border-bottom: 1px solid #FFF;
	font-size: 1.5vw;
}
.content {
	max-width:100%;
	height:auto;
	float: left;
}
.side {
	width: 250px;
	float: right;
}
.clear {
	clear: both;
}
.side-box {
	background: #EEE;
	padding: 12px;
	min-height: 200px;
}
textarea.code {
	background: #000;
	color: #FFF;
	font-family: monospace;
	padding: 12px;
	width: 100%;
}
.breadcrumbs {
	background: #EEE;
	display: inline-block;
	padding: 3px 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #666;
}

.breadcrumbs a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

.nav a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}
h1 {
	background: #000;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 6px;
}

h2 {
	font-size: 1em;
	border-bottom: 1px dotted #000;
}
.border {
	border: 1px solid #000;
}

/* SOFTWARE*/
.thumbnail > div {
	height: 85px;
	width: 145px;
	border: 1px dashed #000;
	vertical-align: middle;
	background-size: 160%;
	background-position: top;
	float: left;
	margin-right: 14px;
}

.item {
	margin-bottom: 24px;
	min-height: 110px;
}

.item-small {
	margin-bottom: 24px;
}
h2 a {
	text-decoration: none;
	color: #000;
}
.post-info {
	font-style: italic;
	margin-bottom: 12px;
}
.nav-item.nav-top {
	border: none;
}
.site-title {
	color: #FFF;
	margin-top: 40px;
	margin-left: 70px;
}
.site-title a {
	color: #FFF;
	text-decoration: none;
	font-family: 'Nanum Pen Script', cursive;
	font-size: 45px;
}
.update {
	display: inline;
	margin-right: 24px;
}
.updates {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 3px;
}
.yasu {
	position: absolute;
	width: 360px;
	right: 20px;
	top: 54px;
}
.post-content img {
	max-width:100%;
	height:auto;
}
.muted {
	opacity: 0.3;
}
.recent-image img {
	width: 50px;
	border: 1px solid;
}



.responsive {
  width: clamp(30px, 10vw, 200px);
  height: auto;
}
table.minimalistBlack {
  border: 5px solid #000000;
  width: 100%;
  height: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.minimalistBlack td, table.minimalistBlack th {
  border: 1px solid #000000;
  padding: 2px 3px;
}
table.minimalistBlack tbody td {
  font-size: 30px;
}
table.minimalistBlack thead {
  background: #000000;
/*  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);*/
  border-bottom: 3px solid #000000;
}
table.minimalistBlack thead th {
  font-size: 2.0vw;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}
table.minimalistBlack tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
table.minimalistBlack tfoot td {
  font-size: 14px;
}