.splash-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  background-color: #ffffff;
}

.logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 위쪽 $ 로고 */
.logo-img {
  width: 105px;
  height: auto;
  display: block;
}

/* 아래 Split 글씨 이미지 */
.split-text-img {
  width: 72px;
  height: auto;
  display: block;

  margin-top: 18px;
}
