@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("../font/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url("../font/Pretendard-Bold.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font: inherit;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  margin: 0;
  font-family: var(--font-pretendard);
}

.header {
  height: 64px;
  padding: 20px;
}

.container {
  height: calc(100vh - 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 32px 64px;
}

.content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.content h2 {
  color: #f06;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.4%;
  letter-spacing: -0.427px;
}
@media (min-width: 768px) {
  .content h2 {
    font-size: 24px;
  }
}
.content .text {
  color: #57575c;
  text-align: center;
  font-feature-settings: "ss10" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.9%;
  letter-spacing: 0.203px;
  max-width: 480px;
  word-break: keep-all;
  margin: 4px auto 0;
}
@media (min-width: 768px) {
  .content .text {
    margin-top: 8px;
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .content .text {
    max-width: 520px;
  }
}
.content img {
  width: 96px;
  margin: 16px auto 0;
  display: block;
}
@media (min-width: 768px) {
  .content img {
    margin-top: 24px;
    width: 128px;
  }
}
@media (min-width: 1440px) {
  .content img {
    width: 176px;
  }
}/*# sourceMappingURL=style.css.map */