html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,big,cite,code,del,dfn,font,figure,figcaption,img,ins,q,s,samp,small,strike,sub,sup,tt,var,
b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	color:#333;
	margin:0;
	padding:0;
}
html, body{font-family: Pretendard, sans-serif;font-size: 62.5%;}
div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,big,cite,code,del,dfn,font,figure,figcaption,img,ins,q,s,samp,small,strike,sub,sup,tt,var,
b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button,input,textarea,select {font-family: Pretendard, sans-serif;}
button,textarea {
	-webkit-text-size-adjust:none;
	-webkit-appearance:none;
	appearance:none;
	-webkit-border-radius:0;
	border:none;
	border-radius:0;
	margin:0;
	padding:0;
}
button {
	background:none;
	border:none;
	color:inherit;
	cursor:pointer;
}
button:disabled {
	cursor:default;
}
select {
	background-color:transparent;
	border:none;
	letter-spacing:inherit;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-webkit-font-smoothing:antialiased;
	border:none;
	border-radius:0;
	margin:0;
	padding:0;
}
select::-ms-expand {
	display:none; /* 화살표 없애기 for IE10, 11 */
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}
ul,li,ol {
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6{font-weight: 400;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{font-family: Pretendard,sans-serif;font-size:14px;word-wrap: break-word;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit
}
body{-webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;}
td{-webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;}
form, fieldset, blockquote{margin:0;padding:0;border:0}
legend, hr, caption{position:absolute;width:1px;height:1px;border:none;text-indent:-9999px;overflow:hidden}
a,a:active,input:active,button:active,select:active,label:active,
a:focus,input:focus,button:focus,select:focus,label:focus {
	text-decoration:none;
}
a,span,em,strong {
	color:inherit;
	font:inherit;
	border:0;
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
}
a,input,button,select,label {
	-webkit-tap-highlight-color:transparent;
}
::-webkit-input-placeholder {
	color:#aaaaaa;
	font:inherit;
	line-height:inherit;
}
input:disabled::-webkit-input-placeholder {
	color:#aaaaaa;
}
:-moz-placeholder {
	color:#aaaaaa;
	font:inherit;
	line-height:inherit;
}
input:disabled:-moz-placeholder {
	color:#aaaaaa;
}
::-moz-placeholder {
	color:#aaaaaa;
	font:inherit;
	line-height:inherit;
}
input:disabled::-moz-placeholder {
	color:#aaaaaa;
}
:-ms-input-placeholder {
	color:#aaaaaa;
	font:inherit;
	line-height:inherit;
}
input:disabled:-ms-input-placeholder {
	color:#aaaaaa;
}
textarea::placeholder {
	color:#aaaaaa;
}
textarea::-webkit-placeholder {
	color:#aaaaaa;
}
textarea::-moz-placeholder {
	color:#aaaaaa;
}
textarea::-ms-placeholder {
	color:#aaaaaa;
}
.blind {
	overflow:hidden;
	font-size:0;
	line-height:0;
	position:absolute;
	height:0;
	width:0;
}
select{border-radius:0;font-family: Pretendard, sans-serif}
img{
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
}