/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0 none;
	border-color: transparent;
	outline: 0;
	vertical-align: baseline;
	box-sizing: border-box;

	-webkit-tap-highlight-color:rgba(255,255,255,0);
	/* user-select: none; */
	-webkit-touch-callout: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,
body {
  height: 100%;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:focus, a:visited, a:hover{
	text-decoration: none;
}
label{
	display: block;
	width: 100%;
}
input{
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-border-radius: 0; /* iOS 둥근 테두리 초기화 */
	-webkit-appearance: none; /* iOS 내부 그림자 초기화 */
}
