@charset "utf-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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, 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;
  box-sizing: border-box;
}

strong {
  font-weight: bold; 
}

article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary {
  display: block;
}

html,body {
  font-size: 16px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  cursor: none;
}

html * {
  font-family: 'Pretendard', sans-serif;
}

ul, ol, li {
  list-style: none;
}

input, textarea, select, button {
  outline: none
}

em ,address, i {
  font-style: normal;
}

table {
  border-spacing: 0;
  border: 0;
  width: 100%;
}

table, td, th {
  font-size: 16px;
}

th {
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: none;
}

a:hover {
  text-decoration: none;
}

button {
  background: none;
  border: none;
}

.font-poppins {
  font-family: 'Poppins', sans-serif;
}

.font-inter {
  font-family: 'Inter', sans-serif;
}

h1 {
  font-size: 0;
}

h2 {
  font-size: 5rem;
}

h4 {
  font-size: 3.125rem;
  font-weight: 700;
}

h5 {
  font-size: 2.5rem;
}