@charset "utf-8";

/*
 * DungGeunMo (Korean), Designed by Kim Jung-tae. http://ith.kr/, Original glyphs except Hangul from Fixedsys Excelsior by Darien Gavin Valentine, Combined to DungGeunMo+Fixedsys by Kil Hyung-jin;
 */

 @font-face {
	font-family: 'DungGeunMo';
	font-style: normal;
	font-weight: 400;
	src: url('../font/DungGeunMo.woff2') format('woff2'), url('../font/DungGeunMo.woff') format('woff'), url('../font/DungGeunMo.eot') format('embedded-opentype');
}

html,body {margin:0;padding: 0;height: 100%;overflow: hidden;}
body {
	color: #fff;
	font-family: 'DungGeunMo', 'Space Mono', monospace, sans-serif;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
	background-image: url(../img/bg_index.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .06;
	background:
	radial-gradient(circle farthest-side at 0% 50%,#000 23.5%,rgba(240,166,17,0) 0)21px 30px,
	radial-gradient(circle farthest-side at 0% 50%,#4E94D9 24%,rgba(240,166,17,0) 0)19px 30px,
	linear-gradient(#000 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#000 0)0 0,
	linear-gradient(150deg,#000 24%,#4E94D9 0,#4E94D9 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#4E94D9 0,#4E94D9 76%,#000 0)0 0,
	linear-gradient(30deg,#000 24%,#4E94D9 0,#4E94D9 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#4E94D9 0,#4E94D9 76%,#000 0)0 0,
	linear-gradient(90deg,#4E94D9 2%,#000 0,#000 98%,#4E94D9 0%)0 0 #000;
	background-size:40px 60px;
}

#wrap {position: relative;height: 100%;}

.masthead {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	margin-left: -150px;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.console {
	position: absolute;
	width: 350px;
	color: #6BE509;
	padding: 0 0 10px;
	background-color: rgba(1,74,5,0.6);
	border: 1px solid #07A704;
	border-radius: 2px;
}

.console .tit {
	display: inline-block;
	width: 100px;
	height: 25px;
	margin: 0;
	padding: 0 10px;
	color: rgba(0,0,0,.8);
	font-size: 18px;
	background-color: #07A704;
}
.console .scrollable {
	margin-top: 10px;
	padding: 0 10px;
	/*height: 100px;
	overflow-y: scroll;*/
}
.console ul {list-style: none;margin: 0;padding: 0;}
.console li {font-size: 16px;}


#server-box {
	top: 150px;
	left: 5%;
}

#connector-box {
	top: 150px;
	right: 5%;
}
