@charset "UTF-8";
/* font color */
/* family */
:root {
  --hover-transition: background .25s, color .25s, border .25s;
}

html,
body {
  /*touch-action: pan-y;*/
  background: #282828;
  min-height: 100%;
}

#root {
  min-height: 100vh;
}
html.on,
body.on {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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;
  word-break: break-all;
  letter-spacing: -0.01rem;
  /* letter space */
  line-height: 1.5;
}

body {
  line-height: 1.5;
  word-break: keep-all;
  color: #fff;
  font-family: "suit_regular";
  letter-spacing: normal;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
  width: 100%;
  height: auto;
  /* image-rendering: -webkit-optimize-contrast; */
}

ul,
ol,
li {
  list-style: none;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
li,
ol,
dl,
dt,
dd,
section,
a,
nav,
p {
  box-sizing: border-box;
  font-weight: normal;
}

i {
  font-style: normal;
}

button {
  border: none;
  background: none;
  font-family: "suit_regular";
  cursor: pointer;
  color: #fff;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
  background: none;
  border: none;
  box-sizing: border-box;
}
input:focus {
  outline-width: thin;
}

textarea {
  box-sizing: border-box;
}

select {
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* 접근성 */
.visually_hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

/*# sourceMappingURL=reset.css.map */
