:root {
	--prm : #0066ff;
	--scd : #a99e7d;
}

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, 
body {
    font-size: clamp(6px, 1vw, 12px); 
	font-family: 'Pretendard', '맑은고딕', sans-serif;
    word-break: keep-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {font-size: inherit; font-weight: normal;}

em,
strong {font-style: normal; font-weight: normal;}

img {
	display: inline-block; 
	max-width:100%; 
	height: auto; 
	vertical-align: middle;
}

li,
ol {
    list-style: none;
}

.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

 a {
    text-decoration: none;
 }

:link, 
:visited {
    color: inherit;
}