@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
:root {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  background-color: #000;
}

input, textarea, label, button, select, option {
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  border: none;
}

input, textarea {
  outline: none;
  border: none;
}

.planet_info {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
  white-space: nowrap;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #0a0a0a;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #fff;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/* 동의 */
.info_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 9998;
  cursor: pointer;
  display: none;
}

.info_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: 600px;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  z-index: 9999;
  display: none;
}

.info_wrap .in_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  margin-bottom: 25px;
}

.info_wrap .in_title h2 {
  font-size: 18px;
}

.info_wrap .in_title .close {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.info_wrap .in_title .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
}

.info_wrap .in_title .close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.info_wrap .in_title .close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.info_wrap .contents {
  width: 100%;
  height: 490px;
  overflow-y: auto;
}

.info_wrap .contents p {
  font-size: 14px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .info_wrap01,
  .info_wrap02,
  .info_wrap03,
  .info_wrap04,
  .info_wrap05 {
    width: 343px;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}
.twinkling,
.stars {
  user-select: none;
  pointer-events: none;
}
