/* No CSS */ 
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(../assets/fonts/Montserrat-Bold.ttf) format("truetype"), url(../assets/fonts/Montserrat-Bold.woff2) format("woff2"), url(../assets/fonts/Montserrat-Bold.woff) format("woff"), url(../assets/fonts/Montserrat-Bold.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/Pretendard-Regular.otf) format("opentype"), url(../assets/fonts/Pretendard-Regular.woff2) format("woff2"), url(../assets/fonts/Pretendard-Regular.woff) format("woff"), url(../assets/fonts/Pretendard-Regular.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url(../assets/fonts/Pretendard-Medium.otf) format("opentype"), url(../assets/fonts/Pretendard-Medium.woff2) format("woff2"), url(../assets/fonts/Pretendard-Medium.woff) format("woff"), url(../assets/fonts/Pretendard-Medium.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url(../assets/fonts/Pretendard-SemiBold.otf) format("opentype"), url(../assets/fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../assets/fonts/Pretendard-SemiBold.woff) format("woff"), url(../assets/fonts/Pretendard-SemiBold.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url(../assets/fonts/Pretendard-Bold.otf) format("opentype"), url(../assets/fonts/Pretendard-Bold.woff2) format("woff2"), url(../assets/fonts/Pretendard-Bold.woff) format("woff"), url(../assets/fonts/Pretendard-Bold.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Syncopate";
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/Syncopate-Regular.otf) format("opentype"), url(../assets/fonts/Syncopate-Regular.woff2) format("woff2"), url(../assets/fonts/Syncopate-Regular.woff) format("woff"), url(../assets/fonts/Syncopate-Regular.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Syncopate";
  font-style: normal;
  font-weight: 700;
  src: url(../assets/fonts/Syncopate-Bold.ttf) format("truetype"), url(../assets/fonts/Syncopate-Bold.woff2) format("woff2"), url(../assets/fonts/Syncopate-Bold.woff) format("woff"), url(../assets/fonts/Syncopate-Bold.eot) format("embedded-opentype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus,
a:link,
a:visited,
a:-webkit-any-link,
a:link {
  text-decoration: none;
}

img {
  vertical-align: top;
}

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

fieldset,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:active,
input:focus,
button:active,
button:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: none !important;
}

button,
a {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

button {
  font: inherit;
}

a:focus, a:link, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 1.5;
  min-width: 320px;
  box-sizing: border-box;
  background: transparent;
  word-break: keep-all;
}

body {
  font-family: "Pretendard";
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: #040405;
}/*# sourceMappingURL=reset.css.map */