@import url("../layout_mobile.css");

html,
body,
div,
dl,
dd,
dt,
li,
input,
textarea,
p {
	font-family: Roboto,'Roboto Condensed','Nanum Gothic', Gulim, Dotum,  Arial;
	font-size: 12px;
	color: #222222;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0px;
	word-break: keep-all;
	word-wrap: break-word;
}

body {
	background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Roboto,'Roboto Condensed','Nanum Gothic', Gulim, Dotum,  Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	word-break: keep-all;
	word-wrap: break-word;
}
