/* ----------------------
* PHP Version 1.0 버전
* -------------------- */
@charset 'utf-8'; 

/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0 none;
}
dl, ul, ol, menu, li {
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
input, select, textarea, button {
	vertical-align:middle;
}
input::-ms-clear {
	display:none;
}
input, select, textarea {
	border:1px solid #cccccc;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
input[type=checkbox], input[type=radio] {
	margin-right:3px;
	padding:0;
	width:15px;
	height:15px;
	border:none;
	box-shadow: none;
}
input::-moz-focus-inner {
	margin:0;
	padding:0;
	border:0;
}
button {
	border:0 none;
	background-color:transparent;
	cursor:pointer;
}
button::-moz-focus-inner {
	margin:0;
	padding:0;
	border:0;
}
textarea {
	width:100%;
	padding:2px;
	resize:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a, a:hover {
	text-decoration:none;
}
