@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/pretendard-dynamic-subset.min.css');
body {
  font-family: Pretendard, sans-serif !important;
  margin: 0;
  padding: 0;
  width: 100%;
}
.content {
  background: #fff;
  min-height: 100vh;
}
header {
  width: calc(100% - 48px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 24px;
}
main {
  width: calc(100% - 40px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.empty {
  height: 24px;
  width: 24px;
}
.title {
  text-align: center;
  letter-spacing: -0.01em;
  color: #323232;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -0.14px;
  word-break: keep-all;
}
button {
  height: 24px;
  padding: 7px 9px;
  display: flex;
  cursor: pointer;
  background: transparent;
  border: none;
}

@media screen and (min-width: 600px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f0f0f0;
  }
  .content {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .content {
    width: 100%;
    margin: 0;
  }
}
h1 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #323232;
  word-break: break-all;
  font-weight: 700;
}
h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #6b6b6b;
  word-break: break-all;
  margin: 0;
  margin-top: 20px;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #6b6b6b;
  word-break: break-all;
  margin: 5px 0;
}
.window-close-btn {
  margin: 0 auto;
  color: #6b6b6b;
  text-decoration: underline;
  padding: 10px;
  height: max-content;
}
