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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	margin:0;
	padding:0;
	font-size:100%;
	text-decoration: none;
}

img{
	vertical-align: top;;
}

/* input{
	margin:0;
	padding:0;
	box-sizing: content-box;
	vertical-align: top;
	appearance: none;
	border-style: none;
	border-radius: 0;
} */


hr{
	background-color: green;
}

@font-face {
	font-family: 'Pretendard JP Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard JP Variable'), url('../woff2/PretendardJPVariable.woff2') format('woff2-variations');
}

/* 폰트 적용 */
body {
    font-family: 'Pretendard JP Variable';
}
:root{
	--color--darkgreen:#1e5000;
	--color--grey:#686967;
    --color--lightgrey:#68696780;
    --color--white:white;
    --color--lightwhite:#ffffff80;
    --color--green:#9bcd28;
    --color--lightgreen:#9bcd2880;
    --color--black:#373737;
    --color--lightblack:#37373780;
    --color--bg:#f3ffc0;
    --color--text:rgb(55,55,55);
	--color--subtitle:#828282;
    --shadow--dark:3px 3px 10px rgb(167, 193, 112);
    --shadow--highlight:-3px -3px 15px rgb(247, 249, 217, 0.7);
	--shadow--greendark:3px 3px 15px rgb(30, 80, 0, 0.4);
	--shadow--greenhighlight:-3px -3px 15px rgb(172, 242, 117); 
    --font--title:40px/42px medium;
	--font--title_text:22px/32px medium;
    --font--subtitle:24px/28px Bold;
    --font--text:18px/28px medium;
	--border--dark:1px solid #373737;
}
