@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");


body {
  margin: 0;
  line-height: inherit;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
#container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20;
}
.logo {
  margin: 0 auto;
  display: block;
  width: 128px;
  height: 128px;
  border: 1px solid #a9a9a9;
  overflow: hidden;
  border-radius: 25px;
}
#content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#info-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
  min-height: 36px;
}
#info-text.default {
  color: #20262c;
}
#info-text.dark_blur {
  color: #ffffff;
}
#info-text.light_blur {
  color: #20262c;
}
#info-text.black {
  color: #ffffff;
}
#info-text.dark {
  color: #ffffff;
}
#info-text.light {
  color: #20262c;
}
#info-text.grey {
  color: #20262c;
}
#info-text.geometric {
  color: #ffffff;
}
#info-text.white_circle {
  color: #20262c;
}
#info-text.black_circle {
  color: #ffffff;
}

#button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
#background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.background-style{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.background-style.default{
  background-color: #ffffff;
}
.background-style.dark_blur{
  background-color: #ffffff;
}
.background-style.light_blur{
  background-color: #ffffff;
}
.background-style.black{
  background-color: #0D0D0D;
}
.background-style.dark{
  background-color: #262626;
}
.background-style.light{
  background-color: #ffffff;
}
.background-style.grey{
  background-color: #D9D9D9;
}
.background-style.geometric{
  background-color: #000000;
}
.background-style.white_circle{
  background-color: #ffffff;
}
.background-style.black_circle{
  background-color: #20262C;
}

.button-style{
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 176px;
  height: 54px;
  border-radius: 15px;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.button-style.default {
  background-color: #32CD32;
  color: #FFFFFF;
}
.button-style.dark_blur {
  background-color: #ffffff;
  color: #20262c;
}
.button-style.light_blur {
  background-color: #20262c;
  color: #ffffff;
}
.button-style.black {
  background-color: #262626;
  color: #ffffff;
}
.button-style.dark {
  background-color: #ffffff;
  color: #20262c;
}
.button-style.light {
  background-color: #262626;
  color: #ffffff;
}
.button-style.grey {
  background-color: #ffffff;
  color: #20262c;
}
.button-style.geometric {
  background-color: #888888;
  color: #ffffff;
}
.button-style.white_circle {
  background-color: #32CD32;
  color: #ffffff;
}
.button-style.black_circle {
  background-color: #32CD32;
  color: #ffffff;
}
.status-text {
  font-size: 5vw;
  color: #161616;
  margin-top: 2vw;
}

.error-message {
  font-size: 3vw;
  color: #6B7280;
}

@media (max-width: 600px) {
  .status-text {
    font-size: 16px;
  }
  .error-message {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .status-text {
    font-size: 40px;
  }
  .error-message {
    font-size: 24px;
  }
}