@charset "utf-8";

@import url(fonts.css);

body,html {
	height: 100%;
    width: 100%;
    overflow: hidden;
}
#__layout { height: 100%;  width: 100%; overflow: hidden; }
#bodyScrollBarId { height: 100%; }
body {
	background:#000;
	font-size:12px;
	font-family:dotum,gulim,Arial,sans-serif;
	color:#707478;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.ie8 body {
	font-family:Arial,sans-serif
}
h1,h2,h3,h4,h5,h6 {
	font-weight:500;
	color:#242a30
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
	font-size:60%;
	font-weight:300;
	color:#7c7f83
}
a {
	transition:color .1s ease-in-out;
	-o-transition:color .1s ease-in-out;
	-ms-transition:color .1s ease-in-out;
	-moz-transition:color .1s ease-in-out;
	-webkit-transition:color .1s ease-in-out
}
a:focus {
	outline:none
}
label {
	color:#242a30
}

body ::-webkit-scrollbar { width: 5px; height: 5px; background: none; }
body ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: block; height: 5px; display: none; }
body ::-webkit-scrollbar-track {background: none; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
body ::-webkit-scrollbar-thumb { height: 5px; width: 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: rgba(144,147,153,.5); }
body ::-webkit-scrollbar-corner{ background-color: #171c2c;}




