/* 스타일 초기화 */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h5, h6,
p, address,
form, fieldset, legend, input, select, textarea, 
table, csption, colgeoup, col, thead, tfoot, tbody, th, td
{
	margin : 0;
	padding : 0;
}

html
{
	min-height:100% !important;
	width:100%;
	height:100%;
}
body
{
	width:100%;
	height:100%;
}

h1, h2, h3, h4, h5, h5, h6
{
	font-size:100%;
	font-weight: normal;
}

fieldset, img, abbr, acronym
{
	border:0 none;
}

a, img, label {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
button {
	border:0;
	outline:0;
}

ol, ul
{
	list-style:none;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
	border:0 none;
}

address, caption, em
{
	font-weight:normal;
	font-style:normal;
}

hr
{
	display:none;
}

img
{
	vertical-align:middle;
}

input:focus 
{
  outline: none;
}
textarea:focus 
{
  outline: none;
}
button:focus 
{
  outline: none;
}