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-family: "Poppins", "Pretendard Variable", sans-serif;
	vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    -moz-tab-size:4;
    -webkit-tap-highlight-color:transparent;
    font-feature-settings:normal;
    font-variation-settings:normal;
    line-height: normal;
    font-weight: inherit;
    


}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {scroll-behavior:smooth;background: #fff;}
body {
	line-height: 1;
    margin: 0;
}
menu, ol, ul {
	list-style: none;
    margin:0;
    padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{color: inherit;text-decoration: inherit;}
audio, canvas, embed, iframe, img, object, svg, video{display: block;vertical-align: middle;}
img{max-width: 100%;height: auto;}

*, ::after, ::before{box-sizing: border-box;border-width: 0;border-style: solid;border-color: #e5e7eb;}

/* Custom scrollbar styles */
::-webkit-scrollbar{
  width: 10px; /* Scrollbar width */
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc; /* Scrollbar thumb color */
  border-radius: 10px; /* Rounded edges */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; /* Hover effect */
}

::-webkit-scrollbar-track {
  background-color: #f2f2f2; /* Scrollbar track background */
}