@charset "utf-8";

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, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	letter-spacing: -0.035em;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	color: #555;
}
/*
.rzi { color: #fff; }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	appearance: none;
}*/


/*input[type="submit"] {
	cursor: pointer;
}*/


/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
/*input::-ms-clear {
	display: none;
}
*/
/* input type number 에서 화살표 제거 */
/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.3;
}

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;
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	word-break: keep-all;
}

body {
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
	outline: none;
}

li {
	list-style: none;
}


@media (max-width:1023px) {
	body, div, p {
		font-size: 14px;
	}
}

*:focus {
	outline: 0 none;
}

button:focus {
	outline: 0 auto -webkit-focus-ring-color;
}
