@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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	width: 100%;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #fff;
	margin: 0 auto;
}

body {
	font-size: 1.0em;
	font-family: 'Noto Sans KR', sans-serif;
	color: #222;
	letter-spacing: -.05em;
}

@media all and (max-width:767px) {

	html,
	body {
		font-size: 13px;
		line-height: 1.4em;
	}
}

select,
input,
textarea,
button {
	font-size: 1.0em;
	font-family: 'Noto Sans KR', sans-serif;
	vertical-align: middle;
	color: #222;
	letter-spacing: -.05em;
	outline: none;
	background: transparent;
	box-sizing: border-box;
	border: none;
}

a {
	outline: none;
	color: #222;
	letter-spacing: -.05em;
	text-decoration: none;
}

input[type="text"],
input[type="password"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
}

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


input {
	padding: 0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}

th {
	font-size: 1.0em;
}

img,
fieldset {
	border: 0px;
}

img {
	display: block;
}

ol,
ul {
	list-style: none;
}

hr {
	border: 0;
	height: 1px;
	background: #ddd;
}

label {
	cursor: pointer;
}

legend,
caption {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

em {
	font-style: normal;
}

ins {
	text-decoration: none;
}

.dh_white { color:#fff; }
.ml10 { margin-left: 10px; }