@font-face {
  font-family: 'LINESeedKR-Rg';
  src: url('https://cdn.jsdelivr.net/gh/wizfile/font/LINESeedKR-Rg.eot');
  src: url('https://cdn.jsdelivr.net/gh/wizfile/font/LINESeedKR-Rg.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'LINESeedKR-Bd';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.contents {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  max-width: 720px;
  margin-top: 10px;
  font-family: 'LINESeedKR-Rg';
}

.logo {
  display: flex;
  width: 100%;
  margin: 25px 0;
}

.logo img {
  width: 153x;
}

.support-gif {
  width: 100%;
  height: auto;
  max-width: 720px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.title {
  font-size: 25px;
  margin: 35px 0 45px 0;
  line-height: 45px;
}

.title .bold {
  font-family: 'LINESeedKR-Bd';
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0px;
  margin-top: 20px;
  font-size: 27px;
  background-color: #292929;
  color: white;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor: pointer;
}

@media (pointer: none), (pointer: coarse) {
  .contents {
    max-width: 420px;
  }

  .logo {
    margin: 15px 0;
  }

  .logo img {
    width: 100px;
  }

  .title {
    font-size: 18px;
    margin: 20px 0 25px 0;
    line-height: 30px;
  }

  .icon {
    margin: 0 20px 0 0;
  }

  .icon img {
    width: 25px;
  }

  .btn {
    padding: 18px 0;
    margin-top: 10px;
    font-size: 20px;
  }
}
