@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	font-family: 'pretendard', sans-serif;
	font-weight: 600;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 14px;
}
*:after{
	background-position: center;
	background-repeat: no-repeat;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section{display: block;}
ul,ol,li {list-style: none;}
img,video{ width: 100%; }

table{border-spacing: 0;border-collapse: collapse;}
table td {vertical-align: middle;}
label{cursor: pointer;}

button{cursor: pointer;background-color: transparent ;}
img{border:0; vertical-align: top; width: initial;}
fieldset{border: none;}
input,select,button{vertical-align: middle;}
i,address,caption,cite,code,em,strong,th,var{ font-style: normal; font-weight: normal;}

a:focus {outline: 0;}
a {color: #000; text-decoration: none; outline: none}
a:hover, a:visited, a:link, a:active {text-decoration: none; color:#000; background-color:transparent;}




