@charset 'utf-8';

* { box-sizing:border-box;}

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color:#4a4545;
	font-family: 'Noto Sans KR';
	font-weight:400;
	letter-spacing:-0.5px;

}

strong {
	color: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
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;
}
input, select, textarea, button {
	border: none;
	padding: 0;
	border-radius: 0;
	vertical-align: middle;
	font-family: Noto Sans KR;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#4a4545;
}
a:active, a:hover, a:focus{
	text-decoration:none
}
html {
  box-sizing: border-box;
}
button { cursor:pointer;}
*,
*::before,
*::after {
  box-sizing: inherit;
}
button,input[type='text'],input[type='password'],input[type='tel'],input[type='num'],input[type='button'],input[type='submit'],input[type='reset'],input[type='file']{
	-webkit-appearance:none;border-radius:0;
}
input[type='search']::-webkit-search-cancel-button{
	-webkit-appearance:none
}
input[type=text]::-ms-clear {
    display: none;
}
textarea{
	resize:none;
}
button{
	background: transparent;
}

input[type='text']::placeholder { color:#b6b6b6; letter-spacing:-0.5px;}
input[type='password']::placeholder { color:#b6b6b6; letter-spacing:-0.5px;}
input[type='num']::placeholder { color:#b6b6b6; letter-spacing:-0.5px;}
input[type='tel']::placeholder { color:#b6b6b6; letter-spacing:-0.5px;}
input[type='button']::placeholder { color:#b6b6b6; letter-spacing:-0.5px;}
input[type='submit']::placeholder { color:#b6b6b6; letter-spacing:-0.5px;}
input[type='reset']::placeholder { color:#b6b6b6; letter-spacing:-0.5px;}
input[type='file']::placeholder { color:#b6b6b6; letter-spacing:-0.5px;}


input:focus {outline:none!important;}
*:focus { outline:none!important;}
