.domain-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top left, #a83279, #2b00ff 60%, #030b6d);
  overflow-x: hidden;
}
.domain-wrap .area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.domain-wrap .notice-card {
  background: #101020;
  padding: 40px 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 500px;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .domain-wrap .notice-card {
    padding: 30px 24px;
  }
}
.domain-wrap .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  background: #ff3b69;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .domain-wrap .tag {
    margin-bottom: 24px;
  }
}
.domain-wrap .title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .domain-wrap .title {
    font-size: 24px;
  }
}
.domain-wrap .desc {
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.domain-wrap .desc b {
  color: #fff;
}
.domain-wrap .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.domain-wrap .btn-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  padding: 0 26px;
  height: 65px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .domain-wrap .btn-wrap .btn {
    padding: 0 20px;
    height: 50px;
    font-size: 18px;
  }
}
.domain-wrap .btn-wrap .btn .icon {
  margin-right: 6px;
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .domain-wrap .btn-wrap .btn .icon {
    font-size: 18px;
  }
}
.domain-wrap .btn-wrap .btn.kakao {
  background: #ffd600;
  color: #000;
}
.domain-wrap .btn-wrap .btn.kakao:hover {
  background: #ffe14a;
}
.domain-wrap .btn-wrap .btn.telegram {
  background: #00a8f3;
  color: #fff;
}
.domain-wrap .btn-wrap .btn.telegram:hover {
  background: #3cc3ff;
}
.domain-wrap .warn {
  color: #ccc;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.domain-wrap .warn span {
  color: #ffde6b;
}
.domain-wrap .footertxt {
  font-size: 13px;
  color: #888;
}

.domain-wrap2 {
  background: url("../imgs/bg.png") no-repeat top center/cover;
  display: flex;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}
@media screen and (max-width: 1599.98px) {
  .domain-wrap2 {
    display: block;
    padding: 140px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .domain-wrap2 {
    padding: 80px 0;
  }
}
.domain-wrap2 .btn-wrap {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .domain-wrap2 .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .domain-wrap2 .btn-wrap a {
    max-width: 75%;
  }
}