:root {
  --brand-primary: #ff502e;
  --brand-foreground: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: var(--brand-primary);
  font-family:
    Arial,
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    sans-serif;
}

img {
  display: block;
  max-width: none;
  user-select: none;
  -webkit-user-drag: none;
}

.page {
  position: relative;
  width: 100vw;
  min-height: 100svh;
  overflow: hidden;
  background: var(--brand-primary);
}

.lockup {
  position: absolute;
  top: calc(50% + 0.42px);
  left: 50%;
  display: flex;
  width: 299.465px;
  flex-direction: column;
  align-items: center;
  gap: 74px;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.brand-mark {
  position: relative;
  width: 299.465px;
  height: 124.798px;
}

.cat-logo,
.wordmark,
.coming-soon {
  position: absolute;
}

.cat-logo {
  top: -1.32px;
  left: -1.69px;
  width: 99px;
  height: 126px;
}

.cat {
  width: 100%;
  height: 100%;
}

.wordmark {
  top: 16.28px;
  left: 111.29px;
  width: 188.169px;
  height: 108.518px;
}

.moong {
  width: 179.083px;
  height: 40.908px;
}

.chijang {
  width: 188.169px;
  height: 53.768px;
  margin-top: 13.832px;
}

.coming-soon {
  position: relative;
  display: flex;
  width: 274.042px;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.coming {
  width: 274.042px;
  height: 61.362px;
}

.soon {
  width: 226.239px;
  height: 75.673px;
}

@media (max-width: 340px), (max-height: 430px) {
  .lockup {
    transform: translate(-50%, -50%) scale(0.86);
  }
}
