/* [Font] */
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
* {
  box-sizing: border-box;
  word-break: keep-all;
}

html, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

body, button, input, select, table, textarea {
  font-family: "Pretendard", -apple-system, helvetica, Apple SD Gothic Neo, sans-serif;
  font-weight: 500;
}

body {
  position: relative;
  -webkit-text-size-adjust: none;
  color: #fff;
}

html, body {
  background-color: #000;
  font-size: 10px;
  -webkit-touch-callout: none;
  line-height: 1;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  html, body {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  html, body {
    font-size: 10px;
  }
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

address, em {
  font-style: normal;
}

input, textarea, select {
  outline: 0;
  border-radius: 0;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[readonly] {
  -webkit-user-select: none;
  user-select: none;
}

textarea {
  resize: none;
}

legend {
  display: none;
}

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

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  text-transform: none;
  cursor: pointer;
}

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

caption {
  display: none;
}

mark {
  background: transparent;
}

hr {
  border: 0;
  padding: 0;
  margin: 0;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

::-ms-reveal,
::-ms-clear {
  display: none;
}/*# sourceMappingURL=common.css.map */