@charset "utf-8";


/******************************************************************************************************************************************************
****************************************************************** default definition *****************************************************************
******************************************************************************************************************************************************/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	height: auto; 
	line-height: 1.42857143;
	font-family: 'NotosansR', NanumGothic, Dotum, Arial, sans-serif;
	font-size: 12px;
	color: #636363;
}


body,
div,
dl,
dt,
dd,
li,
h1,
h2,
h3,
pre,
form,
fieldset,
pre,
blockquote,
em,
p,
th,
td,
input {
	margin: 0;
	padding: 0;
}


ul,
ol,
li {
	list-style: none outside;
}


address,
caption,
cite,
code,
dfn,
var {
	font-style: normal;
	font-weight: normal;
}


img,
fieldset,
button {
	border: none;
}


button:link,
button:visited,
button:active,
button:hover,
button:focus {
	outline: none;
}


hr {
	display: none;
}


caption,
th {
	text-align: center;
}


q:before,
q:after {
	contnet: " ";
}


.hidden {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	text-indent: -999999px;
	overflow: hidden;
}


li img {
	vertical-align: middle; /* for IE imge margin */
}


a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
/* 	color: #636363; */
}


input,
select,
img {
	vertical-align: middle;
}


input[type="image"] {
	border: 0 none;
}


input[type="radio"],
[type="checkbox"] {
	border: none;
}


input[type="button"] {
	cursor: pointer;
}


select {
	vertical-align: middle;
	height: 20px;
	font-size: 11px;
	color: #858585;
	border: 1px solid #9c9c9c;
	outline: none;
}


textarea {
	font-size: 12px;
	font-family: dotum, Arial, sans-serif;
	padding: 4px 0 0 3px;
	overflow-y: auto;
	line-height: 1.2em;
	background-color: white;
}


input[type="text"] {
	font-size: 12px;
	background-color: white;
	-webkit-appearance: none;
	   -moz-appearance: none;
		 -o-appearance: none;
			appearance: none;
}


input[type="password"] {
	font-size: 12px;
	font-family: Dotum, Arial, sans-serif;
	background-color: white;
	-webkit-appearance: none;
	   -moz-appearance: none;
		 -o-appearance: none;
			appearance: none;
}


input[type="file"] {
	font-size: 12px;
	font-family: Dotum, Arial, sans-serif;
}


input[type="text"]:hover,
[type="text"]:focus {
	outline: none;
	background-color: #fff;
}


span.button,
img.button,
a.button {
	cursor: pointer;
	vertical-align: middle;
}