@charset "UTF-8";
html, body {
  height: 100%;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

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

.page {
  position: relative;
  height: 100%;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  transform: translate(-50%, -50%);
}

.title {
  position: relative;
  font-size: 24px;
  line-height: 31px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, AppleSDGothicNeo, Helvetica, "맑은 고딕", Malgun, "돋움", Dotum, sans-serif;
}

.title .logo {
  font-size: 29px;
}

.description {
  margin-top: 28px;
  font-size: 14px;
  line-height: 21px;
  color: #999;
}

.description + .description {
  margin: 12px 0 28px;
}

.btn {
  width: 200px;
  padding: 13px 0;
  border-radius: 4px;
  border: 0;
  font-size: 17px;
  font-weight: bold;
}

.btn + .btn {
  margin-top: 8px;
}

.btn_install {
  background-color: #00c55e;
  color: #fff;
}

.link_app {
  display: inline-block;
  background-color: #e4fff1;
  color: #0ad269;
  text-decoration: none;
}
