* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    font-weight: 700;
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-size:0;
    height:fit-content;
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 700;
}