@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
  resize: none;
  outline: 0;
  word-break: keep-all;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}

body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
blockquote,
pre,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
figure,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
a,
textarea,
input,
option,
button,
label,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-style: normal;
  color: #000;
  font-family: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.scroll::-webkit-scrollbar {
  display: none;
}
.scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-lock {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* =====  Media ===== */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* =====  Link ===== */
a {
  color: #0d0f11;
}
a:link {
  color: #0d0f11;
  text-decoration: none;
}
a:focus {
  color: #0d0f11;
  outline: thin dotted;
}
a:active,
a:hover {
  color: #0d0f11;
  outline: 0;
  text-decoration: none;
}
a:visited {
  color: #0d0f11;
  text-decoration: none;
}

/* =====  Typography ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
}
b {
  font-weight: bold;
}
hr {
  display: none;
  box-sizing: content-box;
  height: 0;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
abbr,
acronym,
img,
button {
  border: 0;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
span,
em,
strong {
  vertical-align: top;
}

/* List */
ul,
ol,
li {
  list-style: none;
}

/* =====  Figures ===== */
figure {
  margin: 0;
}

/* =====  Forms ===== */
button {
  cursor: pointer;
}
button,
input,
textarea {
  border: 0 none;
  outline: 0 none;
  background-color: #fff;
}
input {
  white-space: nowrap;
  word-break: keep-all;
}
textarea {
  vertical-align: top;
  border: solid 1px #ccc;
}


input {
  border: 0;
}
