@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, 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;
	/* -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none; */
}
header,nav,aside,main,section,article,footer,figure {display: block;}
li {list-style: none;}
a {text-decoration: none; color: inherit;}
table {border-collapse: collapse;}
em,i,cite,address {font-style: normal;} /*이탤릭체로 표현되는 태그들의 기울기를 없앰*/
h1,h2,h3,h4,h5,h6,strong {font-weight: normal;} /*글자진하기를 모두 초기화*/

/*텍스트 블라인드*/
.blind {font-size: 0; line-height: 0; height: 0; overflow: hidden; text-indent: -9999px;}

/*float를 해제하는 클래스*/
.clear:before, .clear:after {clear:both; content: ''; display: block;}


button{
	border:none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
:focus{
	outline: none!important;
}
a{font:inherit; color: inherit; text-decoration: none;font-family: 'Pretendard';}
a:hover{text-decoration: none;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input{
	/* transition: background-color 5000s ease-in-out 0s; */
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}