/* 모든 태그들에 대한 공통 초기값 세팅 */
html,body,h1,h2,h3,h4,h5,h6,
dl,dt,dd,ol,ul,li,p,blockquote,hr,div,video,address,
header,footer,nav,aside,article,section,figure,figcaption,main,
form,fieldset,legend,input,button,select,option,textarea,
em,strong,sub,sup,br,span,del,s,q,mark,code,img,a {
    margin: 0; padding: 0;
    line-height: 1; letter-spacing: 0; word-spacing: 0;
    font-size:1em; font-weight: 400;
    color: #000;
    font-family: 'Pretendard',sans-serif;
    font-style: normal;
	box-sizing: border-box;
}

/* 개별태그 초기값 */
a {text-decoration: none;}
ul,ol,li {list-style: none;}
fieldset {border:0;}
legend {display: none;}
input {border:0; outline:none;}
button {border:0; background: none; cursor:pointer;}
table,tr,td,th {border-collapse: collapse;}
select, option {border:0; appearance: none;}