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,
button,
textarea,
main,
input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;

  color: #2b3039;
  overflow-wrap: break-word;
  vertical-align: baseline;
}

html,
body {
  font-family: 'Pretendard Variable', pretendard, -apple-system;
  font-size: 62.5%;
  font-weight: 500;
  color: #2b3039;

  background-color: #fff;
}

body {
  color: #2b3039;
  background-color: #fff;
}

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

address {
  font-style: normal;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a,
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: #2b3039;
}

a,
button,
input,
select,
textarea {
  border: 0;
  background-color: transparent;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
}

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

img {
  user-drag: none;
  -webkit-user-drag: none;
}
