

html {height: 100%; scroll-behavior: smooth;  position: relative;}

body {
  position: relative;
  height: 100%;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	/* -webkit- : vendor prefix */
  font-family: 'SUIT', sans-serif;
  line-height: 1;
	cursor: default;
}

/* html { font-size: 10px;}
body { overflow-x:hidden; font-size: 1rem;}*/

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,
table, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
	box-sizing: border-box;
}



main {box-sizing: border-box;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: 100%;
	border: 0;
	width: 100%;
  height: 100%;
}

a {
	display: inline-block;
  text-decoration: none;
  /* cursor: pointer; */
  cursor: url(../img/cursor.png) 10 10, pointer;
  -webkit-tap-highlight-color:transparent; /* 모바일 하이라이트 방지 */
}
label {
  cursor: url(../img/cursor.png) 10 10, pointer;
}

button, input {
	outline: none;
	border: none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
	background-color: transparent;
  vertical-align:middle;
}

button, 
input[type=button], 
input[type=submit], 
input[type=reset] {
	cursor: pointer;
}