* {font-family:'돋움',dotum,sans-serif;}
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,
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: 13px;
    font-family:'돋움',dotum,sans-serif;
    vertical-align: baseline;
    box-sizing: border-box; 
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body{
	height:100%;
	-webkit-overflow-scrolling:touch;
	-webkit-text-size-adjust:none
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
	table-layout:fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {vertical-align:middle}
input {
	color:#2e2e2e;
	height:32px;
	line-height:32px;
	padding:0 12px;
	border:1px solid #d1d5da;
	border-radius:5px;
	font-size: 13px;
	box-sizing: border-box;
}
textarea {
	color:#2e2e2e;
	padding:12px;
	box-sizing: border-box;
	border:1px solid #d1d5da;
	border-radius:5px;
	font-size:13px;
}
button {
	margin:0;
	padding:0;
	border:0 none;
	cursor:pointer;
	border-radius:5px;
}
button span {position:relative; display:block}
button:focus,
input:focus,
textarea:focus {
	outline:none
}
::-webkit-input-placeholder  { 
    color:#959595; 
}
input:-moz-placeholder,
textarea:-moz-placeholder { 
    color:#959595; 
}
.placeholder {
    color:#959595;
}
a {
	color:inherit;
	text-decoration:none;
	font-size:inherit;
}
input[readonly],
textarea[readonly] {
	background:#f9f9f9;
	border:1px solid #afafaf
}
audio {display:none}
