@charset "utf-8";
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-twt-hover.png)
    url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-discord-hover.png)
    url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-substack-hover.png)
    url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-gitbook-hover.png)
    url(../images/ico-tooltip-info-white-hover.png);
}

/* reset */
html,
body {
  font-family: "Inter", sans-serif;
  color: #27272a;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
input,
select,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}
body {
  position: relative;
  width: 100%;
  height: 100vh;
}
ul,
ol,
dl {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 400;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}
table th {
  font-weight: normal;
}
img,
button,
fieldset,
abbr,
acronym {
  border: 0;
}
label {
  cursor: pointer;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: 700;
}
em {
  font-weight: 400;
}
caption,
legend {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  visibility: hidden;
}
img {
  max-width: 100%;
}
q:before,
q:after {
  content: "";
}
hr {
  display: none;
}
iframe {
  border: none;
  outline: none;
}
br {
  font-family: dotum;
}
fieldset {
  display: block;
  min-width: 0;
}

input,
select {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
button {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:focus,
a:active {
  background: none;
  text-decoration: none;
}

html {
  overflow-y: scroll;
}
html.fix {
  overflow: hidden;
  padding-right: 14px;
}
html.fix .header-wrap {
  width: calc(100% - 14px);
}
html.fix .sns-group {
  right: 126px;
}

*::selection {
  color: inherit;
  background: transparent;
}
*::-moz-selection {
  color: inherit;
  background: transparent;
}

::-webkit-scrollbar {
  width: 14px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  border-radius: 7px;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 59%, 0.5);
}

::-webkit-scrollbar-track {
  padding: 2px;
  background-color: transparent;
  border-radius: 10px;
}

@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* helper */
.width-per-1 {
  width: 1%;
}
.width-per-2 {
  width: 2%;
}
.width-per-3 {
  width: 3%;
}
.width-per-4 {
  width: 4%;
}
.width-per-5 {
  width: 5%;
}
.width-per-6 {
  width: 6%;
}
.width-per-7 {
  width: 7%;
}
.width-per-8 {
  width: 8%;
}
.width-per-9 {
  width: 9%;
}
.width-per-10 {
  width: 10%;
}
.width-per-11 {
  width: 11%;
}
.width-per-12 {
  width: 12%;
}
.width-per-13 {
  width: 13%;
}
.width-per-14 {
  width: 14%;
}
.width-per-15 {
  width: 15%;
}
.width-per-16 {
  width: 16%;
}
.width-per-17 {
  width: 17%;
}
.width-per-18 {
  width: 18%;
}
.width-per-19 {
  width: 19%;
}
.width-per-20 {
  width: 20%;
}
.width-per-21 {
  width: 21%;
}
.width-per-22 {
  width: 22%;
}
.width-per-23 {
  width: 23%;
}
.width-per-24 {
  width: 24%;
}
.width-per-25 {
  width: 25%;
}
.width-per-26 {
  width: 26%;
}
.width-per-27 {
  width: 27%;
}
.width-per-28 {
  width: 28%;
}
.width-per-29 {
  width: 29%;
}
.width-per-30 {
  width: 30%;
}
.width-per-31 {
  width: 31%;
}
.width-per-32 {
  width: 32%;
}
.width-per-33 {
  width: 33%;
}
.width-per-34 {
  width: 34%;
}
.width-per-35 {
  width: 35%;
}
.width-per-36 {
  width: 36%;
}
.width-per-37 {
  width: 37%;
}
.width-per-38 {
  width: 38%;
}
.width-per-39 {
  width: 39%;
}
.width-per-40 {
  width: 40%;
}
.width-per-41 {
  width: 41%;
}
.width-per-42 {
  width: 42%;
}
.width-per-43 {
  width: 43%;
}
.width-per-44 {
  width: 44%;
}
.width-per-45 {
  width: 45%;
}
.width-per-46 {
  width: 46%;
}
.width-per-47 {
  width: 47%;
}
.width-per-48 {
  width: 48%;
}
.width-per-49 {
  width: 49%;
}
.width-per-50 {
  width: 50%;
}
.width-per-51 {
  width: 51%;
}
.width-per-52 {
  width: 52%;
}
.width-per-53 {
  width: 53%;
}
.width-per-54 {
  width: 54%;
}
.width-per-55 {
  width: 55%;
}
.width-per-56 {
  width: 56%;
}
.width-per-57 {
  width: 57%;
}
.width-per-58 {
  width: 58%;
}
.width-per-59 {
  width: 59%;
}
.width-per-60 {
  width: 60%;
}
.width-per-61 {
  width: 61%;
}
.width-per-62 {
  width: 62%;
}
.width-per-63 {
  width: 63%;
}
.width-per-64 {
  width: 64%;
}
.width-per-65 {
  width: 65%;
}
.width-per-66 {
  width: 66%;
}
.width-per-67 {
  width: 67%;
}
.width-per-68 {
  width: 68%;
}
.width-per-69 {
  width: 69%;
}
.width-per-70 {
  width: 70%;
}
.width-per-71 {
  width: 71%;
}
.width-per-72 {
  width: 72%;
}
.width-per-73 {
  width: 73%;
}
.width-per-74 {
  width: 74%;
}
.width-per-75 {
  width: 75%;
}
.width-per-76 {
  width: 76%;
}
.width-per-77 {
  width: 77%;
}
.width-per-78 {
  width: 78%;
}
.width-per-79 {
  width: 79%;
}
.width-per-80 {
  width: 80%;
}
.width-per-81 {
  width: 81%;
}
.width-per-82 {
  width: 82%;
}
.width-per-83 {
  width: 83%;
}
.width-per-84 {
  width: 84%;
}
.width-per-85 {
  width: 85%;
}
.width-per-86 {
  width: 86%;
}
.width-per-87 {
  width: 87%;
}
.width-per-88 {
  width: 88%;
}
.width-per-89 {
  width: 89%;
}
.width-per-90 {
  width: 90%;
}
.width-per-91 {
  width: 91%;
}
.width-per-92 {
  width: 92%;
}
.width-per-93 {
  width: 93%;
}
.width-per-94 {
  width: 94%;
}
.width-per-95 {
  width: 95%;
}
.width-per-96 {
  width: 96%;
}
.width-per-97 {
  width: 97%;
}
.width-per-98 {
  width: 98%;
}
.width-per-99 {
  width: 99%;
}
.width-per-100 {
  width: 100%;
}

.grid-1 {
  width: 100% !important;
}
.grid-2 {
  width: 50% !important;
}
.grid-3 {
  width: 33.33% !important;
}
.grid-4 {
  width: 25% !important;
}
.grid-5 {
  width: 20% !important;
}
.grid-6 {
  width: 16.66% !important;
}
.grid-7 {
  width: 14.28% !important;
}
.grid-8 {
  width: 12.5% !important;
}
.grid-9 {
  width: 11.1% !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}

.font-underline {
  text-decoration: underline !important;
}
.hover-underline:hover {
  text-decoration: underline !important;
}

.text-overflow-mulityline-1 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-overflow-mulityline-2 {
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-overflow-mulityline-3 {
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-overflow-mulityline-4 {
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* align */
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}

.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}

.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}

/* flex */
.flex {
  display: flex;
}
.flex-inline {
  display: inline-flex;
}
.flex-direction-row {
  flex-direction: row;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-justify-content-start {
  justify-content: flex-start;
}
.flex-justify-content-end {
  justify-content: flex-end;
}
.flex-justify-content-center {
  justify-content: center;
}
.flex-justify-content-between {
  justify-content: space-between;
}
.flex-justify-content-around {
  justify-content: space-around;
}
.flex-align-content-start {
  align-content: flex-start;
}
.flex-align-content-end {
  align-content: flex-end;
}
.flex-align-content-center {
  align-content: center;
}
.flex-align-content-between {
  align-content: space-between;
}
.flex-align-content-around {
  align-content: space-around;
}
.flex-align-self-start {
  align-self: flex-start;
}
.flex-align-self-center {
  align-self: center;
}
.flex-align-self-end {
  align-self: flex-end;
}
.flex-align-items-start {
  align-items: flex-start;
}
.flex-align-items-end {
  align-items: flex-end;
}
.flex-align-items-center {
  align-items: center;
}
.flex-align-items-baseline {
  align-items: baseline;
}
.flex-auto {
  flex: 0 0 auto;
}
.flex-1 {
  flex: 1 !important;
}
.flex-2 {
  flex: 2 !important;
}
.flex-3 {
  flex: 3 !important;
}
.flex-4 {
  flex: 4 !important;
}
.flex-5 {
  flex: 5 !important;
}
.flex-auto-1 {
  flex: 0 0 auto !important;
  width: 100% !important;
}
.flex-auto-2 {
  flex: 0 0 auto !important;
  width: 50% !important;
}
.flex-auto-3 {
  flex: 0 0 auto !important;
  width: 33.33% !important;
}
.flex-auto-4 {
  flex: 0 0 auto !important;
  width: 25% !important;
}
.flex-auto-5 {
  flex: 0 0 auto !important;
  width: 20% !important;
}

/* color */
.font-color-skyblue {
  color: #84caff !important;
}
.font-color-success {
  color: #6ce9a6 !important;
}
.font-color-fail {
  color: #fd853a !important;
}
.font-color-error {
  color: #f97066 !important;
}
.font-color-stress {
  color: #d92d20 !important;
}

/* form */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  text-align: left;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #27272a;
  padding: 0 16px;
  background-color: #f5f8ff;
  border-radius: 0;
  border: 1px solid #a4bcfd;
  box-sizing: border-box;
  z-index: 0;
  outline: none;
  border-radius: 8px;
  transition: background 0.1s ease, border 0.1s ease, color 0.1s ease;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px #efefef inset;
  -webkit-text-fill-color: #333;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 300;
  color: #202020;
  line-height: 1;
  padding: 0 30px 0 14px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon/icon_select_arrow.png);
  background-position: right 17px center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: 10px auto;
  z-index: 0;
  white-space: normal;
  word-wrap: normal;
  word-break: normal;
  border-radius: 5px;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 120px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #202020;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
  outline: none !important;
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px #efefef inset;
  -webkit-text-fill-color: #333;
}
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

::-webkit-input-placeholder {
  color: #71717a;
}
::-moz-placeholder {
  color: #71717a;
}
:-ms-input-placeholder {
  color: #71717a;
}
:-moz-placeholder {
  color: #71717a;
}

.form-checkbox {
  position: relative;
  display: inline-block;
  line-height: 24px;
}
.form-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.form-checkbox input.checked + .form-check-icon:after,
.form-checkbox input:checked + .form-check-icon:after {
  opacity: 1;
}
.form-checkbox input.checked.disabled + .form-check-icon:after,
.form-checkbox input:checked:disabled + .form-check-icon:after {
  opacity: 1;
}
.form-checkbox input.checked.disabled + .form-check-icon:before,
.form-checkbox input:checked:disabled + .form-check-icon:before {
  opacity: 0;
}
.form-checkbox input:checked:disabled + .form-check-icon > em {
  opacity: 1;
}
.form-checkbox input.disabled + .form-check-icon:after,
.form-checkbox input:disabled + .form-check-icon:after {
  opacity: 0;
}
.form-checkbox input.disabled + .form-check-icon:before,
.form-checkbox input:disabled + .form-check-icon:before {
  opacity: 0.5;
}
.form-checkbox input.disabled + .form-check-icon > em,
.form-checkbox input:disabled + .form-check-icon > em {
  opacity: 0.5;
}
.form-checkbox .form-check-icon {
  position: relative;
  display: block;
  min-width: 24px;
  min-height: 24px;
}
.form-checkbox .form-check-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-top: 0;
  width: 24px;
  height: 24px;
  z-index: 5;
  opacity: 1;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-form-checkbox-off.png)
    center center no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.form-checkbox .form-check-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-top: 0;
  width: 24px;
  height: 24px;
  z-index: 5;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-form-checkbox-blue-on.png)
    center center no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  transition: transform 0.25s ease;
  opacity: 0;
}
.form-checkbox .form-check-icon > em {
  display: inline-block;
  padding-left: 32px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #27272a;
}
.form-checkbox .form-check-icon > em:empty {
  display: none;
}

/* text */
.text-list-item {
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  color: #71717a;
  font-weight: 500;
  text-align: left;
}
.text-list-item > em {
  color: #3f3f46;
  font-weight: 500;
}
.text-list-item + .text-list-item {
  margin-top: 0;
}
.text-list-item.circle {
  padding-left: 20px;
}
.text-list-item.circle:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #71717a;
}
.text-list-item.font-color-stress.circle:before {
  background-color: #d92d20;
}
.text-list-item .sub-list {
  padding-left: 2px;
}

/* layer pop */
.pop-wrap {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  transition: left 0s 0.35s ease;
}
.pop-wrap.actived {
  left: 0;
  transition-delay: 0s;
}
.pop-wrap.actived .cover {
  opacity: 1;
}
.pop-wrap.actived .pop-basic-data {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.2s 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.2s 0s ease;
}

.pop-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 10;
}
.pop-parents {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 5;
  table-layout: fixed;
}
.pop-children {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 50px 53px;
}
.pop-wrap .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.2s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-pop-close {
  width: 36px;
  height: 36px;
  margin: 0;
  z-index: 10;
}
.pop-wrap .item-body .public-pop {
  padding: 48px 0;
}
.pop-wrap .item-body .public-pop .icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.pop-wrap .item-body .public-pop .txt {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
}
.pop-wrap .item-body .public-pop .icon ~ .txt {
  margin-top: 16px;
}
.pop-wrap .item-body.progress .icon {
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-pop-progress.svg)
    center center no-repeat;
  background-size: contain;
}
.pop-wrap .item-body.done .icon {
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-pop-check.svg)
    center center no-repeat;
  background-size: contain;
}
.pop-wrap .item-body.fail .icon,
.pop-wrap .item-body.time-out .icon {
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-pop-fail.svg)
    center center no-repeat;
  background-size: contain;
}
.pop-wrap .item-body.progress .txt.done,
.pop-wrap .item-body.progress .txt.fail,
.pop-wrap .item-body.progress .txt.time-out {
  display: none;
}
.pop-wrap .item-body.done .txt.progress,
.pop-wrap .item-body.done .txt.fail,
.pop-wrap .item-body.done .txt.time-out {
  display: none;
}
.pop-wrap .item-body.fail .txt.progress,
.pop-wrap .item-body.fail .txt.done,
.pop-wrap .item-body.fail .txt.time-out {
  display: none;
}
.pop-wrap .item-body.time-out .txt.done,
.pop-wrap .item-body.time-out .txt.fail,
.pop-wrap .item-body.time-out .txt.progress {
  display: none;
}

.pop-wrap .item-body.progress + .btns,
.pop-wrap .item-body.done + .btns,
.pop-wrap .item-body.fail + .btns,
.pop-wrap .item-body.time-out + .btns {
  margin-top: 24px;
}

.pop-wrap .item-body.time-out .sub-text {
  display: block;
  margin-top: 8px;
  color: #52525b;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}
.pop-wrap .item-body.time-out ~ .bottom-info {
  display: none;
}
.pop-wrap .item-body.time-out ~ .btns .icon-transaction {
  margin-left: 10px;
}

.pop-wrap .item-body.time-out ~ .btns.transaction {
  display: block;
}
.pop-wrap .item-body.time-out ~ .btns.default {
  display: none;
}

.pop-wrap .item-body.progress ~ .btns.transaction,
.pop-wrap .item-body.done ~ .btns.transaction,
.pop-wrap .item-body.fail ~ .btns.transaction {
  display: none;
}

.pop-basic-data {
  position: relative;
  display: inline-block;
  width: 360px;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  transform: scale(0.3);
  opacity: 0;
  transition: transform 0.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.2s 0s ease;
  box-sizing: border-box;
}
.pop-basic-data.middle {
  width: 640px;
}
.pop-basic-data.full {
  width: 100%;
  height: 100%;
}
.pop-basic-data.transparent {
  background: transparent;
}
.pop-basic-data .item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid #d4d4d8;
}
.pop-basic-data .item-header .item-title {
  font-size: 21px;
  font-weight: 700;
  color: #27272a;
  text-align: left;
  width: 100%;
}
.pop-basic-data .item-body .pop-body-icon + .pop-body-title {
  margin-top: 8px;
}
.pop-basic-data .item-body .pop-body-top {
  padding: 32px 16px 0 16px;
}
.pop-basic-data .item-body .pop-body-title {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  color: #27272a;
}
.pop-basic-data .item-body .pop-body-title + .pop-body-desc {
  margin-top: 8px;
}
.pop-basic-data .item-body .pop-body-desc {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #71717a;
}
.pop-basic-data .item-footer {
  margin-top: 48px;
}
.pop-basic-data .item-footer .btns {
  display: flex;
  margin: 0 -4px;
}
.pop-basic-data .item-footer .btns .btn {
  flex: 1;
  margin: 0 4px;
}
.pop-basic-data .bottom-info {
  margin-top: 24px;
}
a.btn-bottom-more,
button.btn-bottom-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #71717a;
}
.btn-bottom-more > .icon {
  flex: 0 0 auto;
  margin-right: 4px;
}

/* 토스트 팝업 */
#toast {
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 99999999;
}
.toast-pop-items {
  position: absolute;
  bottom: 0px;
  right: 200vw;
  width: 100%;
  z-index: 1500;
  transition: right 0s 0.2s ease;
}
.toast-pop-items.actived {
  right: 0;
  transition-delay: 0s;
}
.toast-pop-items.actived .toast-pop-data {
  transform: translate(0px, 0px);
  opacity: 1;
}
.toast-pop-data {
  position: absolute;
  bottom: 0;
  right: 0;
  width: max-content;
  min-width: 320px;
  min-height: 64px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 100px;
  background-color: #3f3f46;
  padding: 10px 24px;
  box-sizing: border-box;
  transform: translate(0px, 50px);
  opacity: 0;
  transition: transform 0.2s ease, translate 0.2s ease, opacity 0.2s ease;
}
.toast-pop-data .item-info {
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.toast-pop-data .item-info .icon {
  flex: 0 0 auto;
  margin-right: 12px;
}
.toast-pop-data .item-value {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-left: 66px;
}
.toast-pop-data .item-value .item-cell {
  display: inline-flex;
  align-items: center;
}
.toast-pop-data .item-value .item-cell + .item-cell {
  margin-left: 12px;
}
.toast-pop-data .item-value .icon-label {
  flex: 0 0 auto;
  margin-right: 8px;
}
.loading-loop {
  animation-name: rotate1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* 접근성 */
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* button */
a.btn,
button.btn,
input[type="submit"].btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
}

.btn .txt {
  display: flex;
  align-items: center;
}
.btn .txt .coin-data {
  margin-left: 0;
}
.btn .txt .coin-data .coin-icon {
  margin-right: 0;
}
.btn .txt .coin-data .coin-num {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.btn .icon-loading {
  display: none;
}
.btn.loading .txt {
  display: none;
}
.btn.loading .icon-loading {
  display: block;
}

a.btn-auto,
button.btn-auto,
input[type="submit"].btn-auto {
  width: auto;
}

a.btn-auto,
button.btn-auto,
input[type="submit"].btn-auto {
  width: auto;
}

.btn .icon:first-child {
  margin-right: 8px;
}
.btn .icon:last-child {
  margin-left: 8px;
}

a.btn-size-sm,
button.btn-size-sm,
input[type="submit"].btn-size-sm {
  height: 40px;
}

a.btn-size-smm,
button.btn-size-smm,
input[type="submit"].btn-size-smm {
  height: 48px;
}

a.btn-primary,
button.btn-primary,
input[type="submit"].btn-primary {
  color: #fff;
  background: #444ce7;
  border-color: #444ce7;
}
a.btn-primary:hover,
button.btn-primary:hover,
input[type="submit"].btn-primary:hover {
  color: #fff;
  background: #6172f3;
  border-color: #6172f3;
}
a.btn-primary:active,
button.btn-primary:active,
input[type="submit"].btn-primary:active,
a.btn-primary.actived,
button.btn-primary.actived,
input[type="submit"].btn-primary.actived {
  color: #fff;
  background: #2d3282;
  border-color: #2d3282;
}
a.btn-primary:disabled,
button.btn-primary:disabled,
input[type="submit"].btn-primary:disabled,
a.btn-primary.disabled,
button.btn-primary.disabled,
input[type="submit"].btn-primary.disabled {
  color: #a1a1aa;
  background: #e4e4e7;
  border-color: #e4e4e7;
}
a.btn-primary.loading,
button.btn-primary.loading,
input[type="submit"].btn-primary.loading {
  color: #000;
  background: #f4f4f5;
  border-color: #d4d4d8;
}

a.btn-secondary,
button.btn-secondary,
input[type="submit"].btn-secondary {
  color: #52525b;
  background: #fff;
  border-color: #a1a1aa;
}
a.btn-secondary:hover,
button.btn-secondary:hover,
input[type="submit"].btn-secondary:hover {
  color: #444ce7;
  background: #fff;
  border-color: #444ce7;
}
a.btn-secondary:active,
button.btn-secondary:active,
input[type="submit"].btn-secondary:active,
a.btn-secondary.actived,
button.btn-secondary.actived,
input[type="submit"].btn-secondary.actived {
  color: #444ce7;
  background: #eef4ff;
  border-color: #444ce7;
}
a.btn-secondary:disabled,
button.btn-secondary:disabled,
input[type="submit"].btn-secondary:disabled,
a.btn-secondary.disabled,
button.btn-secondary.disabled,
input[type="submit"].btn-secondary.disabled {
  color: #a1a1aa;
  background: #d4d4d8;
  border-color: #d4d4d8;
}

a.btn-darkgray,
button.btn-darkgray,
input[type="submit"].btn-darkgray {
  color: #52525b;
  background: #e4e4e7;
  border-color: #e4e4e7;
}
a.btn-darkgray:hover,
button.btn-darkgray:hover,
input[type="submit"].btn-darkgray:hover {
  color: #fff;
  background: #71717a;
  border-color: #71717a;
}
a.btn-darkgray:active,
button.btn-darkgray:active,
input[type="submit"].btn-darkgray:active,
a.btn-darkgray.actived,
button.btn-darkgray.actived,
input[type="submit"].btn-darkgray.actived {
  color: #444ce7;
  background: #e0eaff;
  border-color: #e0eaff;
}
a.btn-darkgray:disabled,
button.btn-darkgray:disabled,
input[type="submit"].btn-darkgray:disabled,
a.btn-darkgray.disabled,
button.btn-darkgray.disabled,
input[type="submit"].btn-darkgray.disabled {
  color: #a1a1aa;
  background: #f4f4f5;
  border-color: #f4f4f5;
}

.btn-login {
  min-width: 105px;
  padding: 11px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  border-radius: 99px;
  background: #444ce7;
  transition: all 0.2s ease;
}
.btn-login:hover {
  background-color: #6172f3;
}

.dropdown-wrap {
  position: relative;
  display: flex;
  width: 100%;
}
.dropdown-wrap .btn-dropdown-nav {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 48px 0 16px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: #3f3f46;
  background: #f5f8ff;
  border: 1px solid #a4bcfd;
  border-radius: 8px;
  box-sizing: border-box;
  transition: background 0.25s ease, border 0.25s ease, color 0.25s ease;
  overflow: hidden;
}
.dropdown-wrap .btn-dropdown-nav .txt {
  display: block;
  flex: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.dropdown-wrap .btn-dropdown-nav:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-arrow-down-black.png)
    center center no-repeat;
  transition: transform 0.2s ease;
}
.dropdown-wrap .btn-dropdown-nav > .icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.dropdown-wrap .dropdown-data {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 150;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.25s ease, opacity 0.25s 0s ease;
}
.dropdown-wrap .dropdown-data.right {
  left: auto;
  right: 0;
}
.dropdown-wrap .dropdown-data-inner {
  position: relative;
  margin: 4px 0 0 0;
  padding: 16px;
  background: #fff;
  border: 1px solid #d4d4d8;
  border-radius: 8px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
}
.dropdown-wrap .dropdown-list {
  max-height: 144px;
  overflow-y: auto;
}
.dropdown-wrap .dropdown-cell + .dropdown-cell {
  margin-top: 12px;
}
.dropdown-wrap .dropdown-cell.actived .btn-dropdown-item {
  background: #f5f8ff;
}
.dropdown-wrap .btn-dropdown-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #3f3f46;
  border-radius: 4px;
  box-sizing: border-box;
}
.dropdown-wrap .btn-dropdown-item > .icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.dropdown-wrap.actived .dropdown-data {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s ease, opacity 0.25s 0s ease;
}
.dropdown-wrap.actived .btn-dropdown-nav:after {
  transform: rotate(-180deg);
}
.dropdown-wrap .dropdown-list .dropdown-cell .txt {
  display: block;
  max-width: 205px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* icon */
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
/*
// vlarge : 56
// large : 48
// middle : 36
// basic : 24
// small : 18
*/
/* icon > etc */
.icon-sns-twitter-gray {
  width: 32px;
  height: 32px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-twt.png);
}
.icon-sns-discord-gray {
  width: 32px;
  height: 32px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-discord.png);
}
.icon-sns-substack-gray {
  width: 32px;
  height: 32px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-substack.png);
}
.icon-sns-help-gray {
  width: 32px;
  height: 32px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-gitbook.png);
}
.icon-sns-twitter-color {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-sns-twitter-color.png);
}
.icon-sns-discord-color {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-sns-discord-color.png);
}
.icon-sns-substack-color {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-sns-substack-color.png);
}
.icon-sns-help-color {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-sns-help-color.png);
}
.icon-connect-metamask {
  width: 48px;
  height: 48px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-connect-MetaMask.png);
}
.icon-connect-walletconnect {
  width: 48px;
  height: 48px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-connect-WalletConnect.png);
}
.icon-connect-facewallet {
  width: 48px;
  height: 48px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-connect-facewallet.png);
}
.icon-long-arrow {
  width: 321px;
  height: 12px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-long-arrow.png);
}
.icon-notice-msg {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-notice-msg.png);
}
.icon-notice-transaction {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-notice-transaction.png);
}
.icon-notice-wallet {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-notice-wallet.png);
}
.icon-notice-transfer {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-notice-transfer.png);
}
.icon-notice-point {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-notice-point.png);
}
.icon-notice-monitor {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-notice-monitor.png);
}
.icon-footer-rumble-logo {
  width: 102px;
  height: 48px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/footer-rumble-logo.png);
}
.icon-notice-success {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-notice-success.png);
}
.icon-ticket-middle {
  width: 108px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-ticket-middle.png);
}
.icon-rrs-coin {
  width: 32px;
  height: 32px;
  background-image: url(../images/ico-rrs-coin.png);
}
.icon-rrs-coin-small {
  width: 24px;
  height: 24px;
  background-image: url(../images/ico-rrs-coin-sm.png);
}

/* icon > vlarge */
.icon-util-success-vlarge {
  width: 56px;
  height: 56px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-util-success-vlarge.png);
}

/* icon > large */
.icon-race-ticket-large-color {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-race-ticket-large-color.png);
}
.icon-ticket-large-purple {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-ticket-large-purple.png);
}
.icon-circle-coin-large-blue {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-circle-coin-large-blue.png);
}

/* icon > middle */
.icon-close-middle-gray {
  width: 36px;
  height: 36px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-close-middle-gray.png);
}
.icon-loading-bar-middle {
  width: 36px;
  height: 36px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-loading-bar-middle.png);
}
.icon-loading-bar-large {
  width: 48px;
  height: 48px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-loading-bar-large.png);
}
.icon-circle-coin-middle-blue {
  width: 32px;
  height: 32px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-circle-coin-middle-blue.png);
}
.icon-crown-middle-black {
  width: 32px;
  height: 32px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-crown-middle-black.png);
}
.icon-heart {
  width: 36px;
  height: 36px;
  background-image: url(../images/ico-heart.svg);
}
.icon-heart-full {
  width: 36px;
  height: 36px;
  background-image: url(../images/ico-heart-full.svg);
}
.icon-heart-used {
  width: 36px;
  height: 36px;
  background-image: url(../images/ico-heart-used.svg);
}

/* icon > basic */
.icon-loading-bar {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-loading-bar.png);
}
.icon-util-success {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-util-success.png);
}
.icon-util-fail {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-util-fail.png);
}
.icon-util-error {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-util-error.png);
}
.icon-util-error-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-util-error-gray.png);
}
.icon-util-error-gray-light {
  width: 24px;
  height: 24px;
  background: url(../images/ico-util-error-light.png) 50% 50% no-repeat;
}
.icon-money-chip {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-money-chip.png);
}
.icon-member-google {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-member-google.png);
}
.icon-member-apple {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-member-apple.png);
}
.icon-member-twitter {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-member-twitter.png);
}
.icon-member-facebook {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-member-facebook.png);
}
.icon-pop-close-black2 {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-pop-close-black2.png);
}
.icon-more-plus-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-more-plus-gray.png);
}
.icon-set-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-set-gray.png);
}
.icon-circle-copy {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-circle-copy.png);
}
.icon-input-vaild-error {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-input-vaild-error.png);
}
.icon-input-vaild-success {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-input-vaild-success.png);
}
.icon-check-circle-blue {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-check-circle-blue.png);
}
.icon-arrow-down-white {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-arrow-down-white.png);
}
.icon-plus-white {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-plus-white.png);
}
.icon-circle-close-navy {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-circle-close-navy.png);
}
.icon-transaction-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-transaction-gray.png);
}
.icon-circle-clip-purple {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-circle-clip-purple.png);
}
.icon-circle-clip-white {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-circle-clip-white.png);
}
.icon-clip-white {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-clip-white.png);
}
.icon-credit-card-blue {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-credit-card-blue.png);
}
.icon-credit-card-white {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-credit-card-white.png);
}
.icon-buy-fail {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-buy-fail.svg);
}
.icon-circle-coin-blue {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-circle-coin-blue.png);
}
.icon-ticket-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-ticket-gray.png);
}
.icon-ticket-lightgray {
  width: 40px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-ticket-lightgray.png);
}
.icon-connect-wallet-white {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-connect-wallet-white.png);
}
.icon-connect-wallet-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-connect-wallet-gray.png);
}
.icon-connect-wallet-lightgray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-connect-wallet-lightgray.png);
}
.icon-drive-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-drive-gray.png);
}
.icon-trophy-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-trophy-gray.png);
}
.icon-ticket-purple {
  width: 24px;
  height: 25px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-ticket-purple.png);
}
.icon-arrow-right-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-arrow-right-gray.png);
}
.icon-triangle-error-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-triangle-error-gray.png);
}
.icon-msg-gray {
  width: 24px;
  height: 24px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-msg-gray.png);
}
.icon-ticket-sm {
  width: 24px;
  height: 24px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-ticket-sm.png)
    50% 50% no-repeat;
}
.icon-ticket-white-sm {
  width: 24px;
  height: 24px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-ticket-white-sm.png)
    0 0 no-repeat;
}
.icon-cartridge-sm {
  width: 24px;
  height: 24px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-cartridge-sm.png);
}
.icon-transaction {
  width: 24px;
  height: 24px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-transaction.png)
    50% 50% no-repeat;
}
.icon-pop-close-white {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-pop-close-mo.svg);
}
.icon-twitter-white {
  width: 28px;
  height: 28px;
  background-image: url(../images/ico-twitter-white.svg);
}
.icon-tooltip-white {
  width: 24px;
  height: 24px;
  background-image: url(../images/ico-tooltip-info-white.png);
}
.icon-tooltip-white-hover {
  width: 24px;
  height: 24px;
  background-image: url(../images/ico-tooltip-info-white-hover.png);
}
.icon-jambo-text {
  width: 94px;
  height: 24px;
  background-image: url(../images/img-jambo.png);
}
.icon-xai-text {
  width: 81px;
  height: 24px;
  background-image: url(../images/img-xai.png);
}

/* icon > small */
.icon-more-link-small-gray {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-more-link-small-gray.png);
}
.icon-more-link-small-white {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-more-link-small-white.png);
}
.icon-edit-black-small {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-edit-black-small.png);
}
.icon-copy-black-small {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-copy-black-small.png);
}
.icon-label-pass-sm {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-label-pass-sm.png);
}
.icon-label-item-sm {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-label-item-sm.png);
}
.icon-label-pfp-sm {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-label-pfp-sm.png);
}
.icon-circle-clip-small-purple {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-circle-clip-small-purple.png);
}
.icon-triangle-error-small-orange {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-triangle-error-small-orange.png);
}
.icon-triangle-error-small-gray {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-triangle-error-small-gray.png);
}
.icon-wallet-small-lightblue {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-wallet-small-lightblue.png);
}
.icon-transfer-small-orange {
  width: 16px;
  height: 16px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-transfer-small-orange.png);
}
.icon-wallet-small-blue {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-wallet-small-blue.png);
}
.icon-wallet-small {
  width: 17px;
  height: 17px;
  background-image: url(../images/icon-wallet-small.png);
}
.icon-arbitrum-small {
  width: 16px;
  height: 16px;
  background-image: url(../images/arb-logo.png);
}
.icon-plus {
  width: 18px;
  height: 18px;
  background-image: url(../images/ico-plus-white.svg);
}
.icon-minus {
  width: 24px;
  height: 24px;
  background-image: url(../images/ico-minus-white.svg);
}

/* 탭 */
.tab-group {
  height: 80px;
  box-sizing: border-box;
}
.tab-group .tab-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: 1px solid #d0d5dd;
  box-sizing: border-box;
}
.tab-group .tab-inner .tab-cell {
  flex: 0 0 auto;
  position: relative;
  margin-right: 16px;
  z-index: 0;
  box-sizing: border-box;
}
.tab-group .tab-inner .tab-cell:last-of-type {
  margin-right: 0;
}
.tab-group .tab-inner .tab-cell .btn-tab-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 23px;
  font-size: 17px;
  font-weight: 600;
  color: #27272a;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 40px;
}
.tab-group .tab-inner .tab-cell.actived {
  z-index: 5;
}
.tab-group .tab-inner .tab-cell.actived .btn-tab-item {
  color: #fff;
  background: #ee46bc;
  border-color: #ee46bc;
}

/* 그리드 */
.grid-layout-inner {
  display: flex;
  margin: -8px;
  flex-wrap: wrap;
}
.grid-layout-cell {
  padding: 8px;
  box-sizing: border-box;
}

/* 라벨 */
.label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  border-radius: 8px;
  box-sizing: border-box;
}
.label .icon:first-child {
  margin-right: 8px;
}
.label.single {
  padding: 0;
}

.label-outline-hotpink {
  color: #dd2590;
  border-color: #dd2590;
  background-color: #fff;
}
.label-outline-orange {
  color: #fb6514;
  border-color: #fb6514;
  background-color: #fff;
}
.label-outline-green {
  color: #12b76a;
  border-color: #12b76a;
  background-color: #fff;
}

#wrap > .page-cover {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6);
  left: 200vw;
  opacity: 0;
  transition: left 0s 0.2s ease, opacity 0.2s 0s ease;
}
#wrap.dimd > .page-cover {
  left: 0;
  opacity: 1;
  transition: left 0s 0s ease, opacity 0.2s 0s ease;
}

/* header  */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
}
.header-wrap {
  position: relative;
  width: 100%;
  height: 80px;
  background: #27284c;
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1156px;
  height: 100%;
  margin: 0 auto;
}
.header-inner h1 {
  width: 112px;
  height: 56px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/logo_v2.png)
    0 0 no-repeat;
}
.header-inner h1 a {
  display: block;
  height: 100%;
}

.gnb-wrap {
  margin-left: 28px;
}
.gnb-list {
  display: flex;
  align-items: center;
}
.gnb-list-cell.actived .btn-gnb-nav {
  color: #84caff;
}
a.btn-gnb-nav {
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding: 0 20px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  transition: all 0.2s ease;
}
a.btn-gnb-nav:hover {
  color: #84caff;
}
.header-member {
  display: inline-flex;
  height: 100%;
  align-items: center;
  margin-left: auto;
}
.header-member .btn-header-login {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 28px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  background: #dd2590;
}
.header-member-cell {
  line-height: 1;
}
.header-member-cell + .header-member-cell {
  margin-left: 10px;
}
.btn-header-user {
  display: inline-flex;
  align-items: center;
}
.btn-header-user.default-profile .user-thumb {
  border: 2px solid #444ce7;
  background: rgba(0, 0, 0, 0.8)
    url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-person.svg)
    center center no-repeat;
}
.btn-header-user.default-profile .user-thumb img {
  display: none;
}
.btn-header-user .user-thumb {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  box-sizing: border-box;
}
.btn-header-user .user-name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.btn-header-money {
  display: inline-flex;
  align-items: center;
}
.btn-header-money .item-icon {
  margin-right: 8px;
}
.btn-header-money .item-icon img {
  width: 24px;
  height: 24px;
}
.btn-header-money .item-value {
  font-size: 15px;
  font-weight: 600;
  color: #fee232;
}

.header-state {
  position: relative;
}
.header-state:hover .item-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 0s;
}
.header-state .item-value {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  background: #293056;
  border-radius: 20px;
}
.header-state .item-value:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 4px;
  margin-left: 12px;
}
.header-state .item-value .icon {
  flex: 0 0 auto;
  margin-right: 4px;
}
.header-state .item-value .txt {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.header-state .item-tooltip {
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -16px 8px 0px 0px;
  padding: 0 16px 0px 10px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 0px);
  transition: transform 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 0s 0.4s ease, opacity 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header-state .item-tooltip:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 32px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/header-state-tooltip-bg-left.png)
    left top no-repeat;
}
.header-state .item-tooltip:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 32px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/header-state-tooltip-bg-right.png)
    left top no-repeat;
}
.header-state .item-tooltip .txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  background: #101828;
}
.header-state.network-connect .item-value:after {
  background-color: #32d583;
}
.header-state.network-error .item-value:after {
  background-color: #f97066;
}
.header-state.network-noconnect .item-value:after {
  display: none;
}
.header-state.network-change .item-value:after {
  background-color: #fd853a;
}

.container-middle {
  max-width: 720px;
  margin: 0 auto;
}

/* 게시판 리스트 */
.board-basic-list .item-header {
  margin: 12px 0;
  padding: 8px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 56px;
}
.board-basic-list .item-header h3 {
  font-size: 21px;
  font-weight: 600;
  color: #27272a;
}
.board-basic-list .item-header .left {
  flex: 1;
  text-align: left;
}
.board-basic-list .item-header .right {
  flex: 0 0 auto;
  margin-left: auto;
}
.board-basic-list .item-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.board-basic-list .item-footer .left {
  flex: 1;
  text-align: left;
}
.board-basic-list .item-footer .right {
  flex: 0 0 auto;
  margin-left: auto;
}
.board-basic-list .item-footer .desc {
  font-size: 13px;
  font-weight: 500;
  color: #a1a1aa;
}
.board-basic-list .item-body .bottom-info {
  margin-top: 16px;
  padding: 12px 0;
}

.scroll-type .item-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 550px;
}

.card-wallet-items {
  position: relative;
  padding: 24px 32px;
  background: #f5faff;
  border-radius: 12px;
  border: 1px solid #b2ddff;
  box-sizing: border-box;
}
.card-wallet-items + .card-wallet-items {
  margin-top: 8px;
}
.card-wallet-items .item-name {
  display: flex;
  align-items: center;
}
.card-wallet-items .item-name .name {
  font-size: 18px;
  font-weight: 700;
  color: #27272a;
}
.card-wallet-items .item-name .btn-name-edit {
  margin-left: 10px;
}
.card-wallet-items .item-code {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.card-wallet-items .item-code .code {
  font-size: 16px;
  font-weight: 500;
  color: #71717a;
}
.card-wallet-items .item-code .btn-code-copy {
  position: relative;
  margin-left: 4px;
}
.card-wallet-items .item-code .btn-code-copy::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-copy-black-small.png)
    0 0 no-repeat;
}
.card-wallet-items .item-code .btn-code-copy.checked::before {
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-check.png);
}
.card-wallet-items .item-options {
  margin-top: 16px;
}
.card-wallet-items .item-options .grid-layout-inner {
  margin: -2px;
}
.card-wallet-items .item-options .grid-layout-cell {
  padding: 2px;
}
.card-wallet-items .btn-item-del {
  position: absolute;
  top: 43px;
  right: 36px;
  display: block;
  width: 24px;
  height: 24px;
  z-index: 5;
}
.btn-name-edit {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  background: #eaecf5;
}
.btn-code-copy {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  background: #eaecf5;
}

/* 마이페이지 social, collections 추가 */
.social-connect-box {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #b2ddff;
  border-radius: 8px;
}
.social-connect-box .item-name {
  font-size: 17px;
  font-weight: 600;
}
.social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-social-twt.png)
    0 0 no-repeat;
  background-size: contain;
}
.social-icon.discord {
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-social-discord.png);
}

.badge-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 47px;
  column-gap: 47px;
}

.badge-list .item-link {
  display: block;
}
.badge-list .list-item:nth-child(odd) .item-link:hover,
.badge-list .list-item:nth-child(odd) .item-link:focus {
  animation: badge 1.5s ease;
}
.badge-list .list-item:nth-child(even) .item-link:hover,
.badge-list .list-item:nth-child(even) .item-link:focus {
  animation: badge2 1.5s ease;
}
@keyframes badge {
  30% {
    transform: rotateZ(20deg);
  }
  60% {
    transform: rotateZ(-12deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes badge2 {
  30% {
    transform: rotateZ(-20deg);
  }
  60% {
    transform: rotateZ(12deg);
  }
  100% {
    transform: rotateZ(0);
  }
}

.item-body .no-list {
  grid-template-columns: auto;
}

.item-body .no-list .no-item {
  padding: 13px 0 9px;
  text-align: center;
}

/* header > mypage */
.header-mypage {
  position: absolute;
  top: 104px;
  right: 0;
  display: none;
  z-index: 15;
}
.header-mypage.actived {
  display: block;
}
.header-mypage-outer {
  width: 320px;
}
.header-user-dashboard {
  min-height: 48px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
}
.header-user-dashboard .item-cell {
  display: inline-flex;
  align-items: center;
}
.header-user-dashboard .item-cell a {
  display: flex;
  align-items: center;
}
.header-user-dashboard .item-cell .icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.header-user-dashboard .item-cell .value {
  font-size: 15px;
  font-weight: 600;
  color: #3f3f46;
}
.header-user-dashboard .item-cell + .item-cell {
  margin-left: 32px;
}
.header-user-dashboard + .header-wallet-title {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e4e7ec;
}
.header-mypage-inner {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 24px 24px 0 24px;
  box-sizing: border-box;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
}
.header-mypage-inner .btn-data-close {
  position: Absolute;
  top: 24px;
  right: 24px;
  z-index: 15;
}
.header-mypage-inner .item-user-info {
  display: flex;
  align-items: center;
}
.header-mypage-inner .item-user-info.default-profile .user-thumb {
  background: #2f2f2f
    url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-person.svg)
    center center no-repeat;
  background-size: 26px 26px;
}
.header-mypage-inner .item-user-info.default-profile .user-thumb img {
  display: none;
}
.header-mypage-inner .item-user-info .user-thumb {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  margin-right: 16px;
}
.header-mypage-inner .item-user-info .user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  width: 100%;
  flex: 1;
  text-align: left;
}
.header-mypage-inner .item-user-info:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-header-user-arrow.png)
    center center no-repeat;
  flex: 0 0 auto;
  margin-left: auto;
}
.header-mypage-inner .item-body {
  margin-top: 24px;
}
.header-mypage-inner .header-wallet-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mypage-inner .header-wallet-title h3 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}
.header-mypage-inner .btn-change-wallet {
  display: inline-flex;
  font-size: 11px;
  line-height: 1.5;
  color: #71717a;
  align-items: center;
}
.header-mypage-inner .btn-change-wallet .icon {
  margin-left: 4px;
  flex: 0 0 auto;
}
.header-mypage-inner .item-footer .btns {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border-top: 1px solid #e4e7ec;
}
.header-mypage-inner .item-footer .btns .btn {
  height: 40px;
}
.header-wallet-data {
  margin-top: 12px;
}
.header-wallet-list .header-wallet-items {
  display: flex;
  align-items: center;
  padding: 12px 25px 12px 16px;
  min-height: 72px;
  border-radius: 8px;
  background: #2d31a6;
  box-sizing: border-box;
}
.header-wallet-list .header-wallet-items .item-visual {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}
.header-wallet-list .header-wallet-items .item-visual .icon {
  width: 36px;
  height: 36px;
}
.header-wallet-list .header-wallet-items .item-info {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.header-wallet-list .header-wallet-items .item-name {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-wallet-list .header-wallet-items .item-value {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.header-wallet-list .header-wallet-items .item-value .txt {
  flex: 1;
  width: 100%;
  font-size: 13px;
}
.header-wallet-list .header-wallet-items .item-value .copy {
  flex: 0 0 auto;
  margin-left: 4px;
}
.header-wallet-list .header-wallet-items .item-value .btn-copy {
  width: 24px;
  height: 24px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-circle-copy.png)
    center center no-repeat;
  background-size: 100% auto;
}
.header-wallet-list .header-wallet-items .item-value .checked .btn-copy {
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-check-green.svg);
}
.header-wallet-add {
  margin-top: 12px;
}
.header-wallet-add .btn-add-wallet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #71717a;
}
.header-wallet-add .btn-add-wallet .icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.header-rewards-data {
  margin-top: 16px;
}
.header-rewards-items {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  background: #f4f4f5;
  border-radius: 8px;
}
.header-rewards-items .item-info {
  flex: 1;
  display: flex;
  align-items: center;
}
.header-rewards-items .item-info .user-thumb {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  margin-right: 12px;
}
.header-rewards-items .item-info .user-name {
  font-size: 15px;
  font-weight: 600;
}
.header-rewards-items .item-value {
  margin-left: auto;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 700;
  text-align: right;
}
.header-wallet-box {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e4e7ec;
}
.header-wallet-add .btn-add-wallet:hover {
  border-color: #444ce7;
  color: #444ce7;
}
.header-wallet-add .btn-add-wallet:active {
  border-color: #444ce7;
  color: #444ce7;
  background: #eef4ff;
}
.header-wallet-add .btn-add-wallet:disabled {
  border-color: #d4d4d8;
  color: #a1a1aa;
  background: #d4d4d8;
  cursor: default;
}
a.btn-coupon {
  display: block;
  padding: 10px;
  color: #6172f3;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  background-color: #eef4ff;
  text-align: center;
}
a.btn-coupon:hover {
  color: #fff;
  background-color: #8098f9;
}
a.btn-coupon:active {
  color: #fff;
  background-color: #444ce7;
}
a.btn-coupon:disabled {
  color: #a1a1aa;
  background-color: #e4e4e7;
  cursor: default;
}

/* container */
#container {
  padding: 80px 0 155px;
  height: 100%;
  min-height: calc(100vh - 80px - 155px);
}
/* #container {padding:160px 0 155px; height:100%; min-height: calc(100vh - 160px - 155px)} */
#contents {
  padding: 80px 0 160px 0;
  position: relative;
  max-width: 1156px;
  margin: 0 auto;
}
.container-inner {
  position: relative;
  max-width: 1156px;
  margin: 0 auto;
}

.box {
  background: #fff;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
}
.box-top-ui {
  overflow: hidden;
  margin-bottom: 24px;
}
.box-top-ui .left {
  float: left;
}
.box-top-ui .right {
  float: right;
}
.box-bottom-ui {
  display: flex;
  margin-top: 24px;
}
.box-bottom-ui .left {
  margin-right: auto;
}
.box-bottom-ui .right {
  margin-left: auto;
}

.box-top-ui .left .btn-more::after {
  content: none;
}

.box-top-ui .left .btn-more::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-arrow-right-gray.png)
    center center no-repeat;
  transform: rotate(180deg);
}

#wrap {
  position: relative;
  min-height: 100%;
  min-width: 1156px;
  background: linear-gradient(180deg, #d5dffa 0%, #b2f5ff 100%);
}

/* footer */
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #27284c;
  padding: 32px 0;
}
.footer-wrap {
  max-width: 1156px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}
.footer-data {
  display: flex;
  height: 72px;
  align-items: center;
}
a.footer-logo {
  display: inline-block;
  width: 240px;
  height: 38px;
  font-size: 0;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/footer-logo.png)
    left top no-repeat;
  background-size: 100% auto;
}
.footer-bedge {
  display: inline-block;
  width: 30px;
  height: 36px;
  font-size: 0;
  margin-left: 24px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/footer-bedge-v2.png)
    left top no-repeat;
  background-size: 100% auto;
}
.footer-sns {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  height: 72px;
  align-items: center;
}
.footer-sns h3 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #98a2b3;
  margin-right: 32px;
}
.footer-sns h3:hover {
  color: #d0d5dd;
}
.footer-sns > ul {
  display: inline-flex;
}
.footer-sns > ul > li + li {
  margin-left: 32px;
}
.footer-sns > ul > li > a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.footer-sns .icon-sns-twitter-gray:hover {
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-twt-hover.png);
}
.footer-sns .icon-sns-discord-gray:hover {
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-discord-hover.png);
}
.footer-sns .icon-sns-substack-gray:hover {
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-substack-hover.png);
}
.footer-sns .icon-sns-help-gray:hover {
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-footer-gitbook-hover.png);
}
.footer-sns .rumble {
  margin-left: 32px;
}
.footer-copy {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.3;
  color: #667085;
  font-weight: 500;
}
.footer-copy > .copy {
  display: inline-flex;
}
.footer-copy > .copy + .copy {
  margin-left: 4px;
}
.footer-copy > .copy button {
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  line-height: 1.3;
  color: #667085;
  font-weight: 500;
}
.footer-copy > .copy button:hover {
  color: #98a2b3;
}
.footer-copy > .copy button + button {
  margin-left: 4px;
}

/* contents */
/* 약관 */
.agree-wrap {
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 48px;
}
.agree-outer {
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 780px;
  box-sizing: border-box;
}

.agree-inner {
  position: relative;
  flex: 1;
  max-width: 920px;
  max-height: 780px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.agree-outer .btn-pop-close {
  position: absolute;
  top: 30px;
  right: 22px;
  width: 24px;
  height: 24px;
  margin: 0;
  background: none;
}
.agree-header {
  width: 100%;
  height: 90px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 800;
  color: #fee232;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 3px 0 #000;
}
.agree-body {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0 4px 0 0;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}
.agree-scroller {
  position: relative;
  flex: 1;
  padding: 0 32px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #040a1f;
  text-align: left;
  box-sizing: border-box;
  white-space: pre-wrap;
}
.agree-body strong {
  font-size: 17px;
}

.agree-header {
  height: 90px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/pop-bg-top.png)
    center top no-repeat;
}
.agree-body {
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/pop-bg-middle.png)
    center center no-repeat;
}
.agree-footer {
  flex: 0 0 auto;
  height: 80px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/pop-bg-bottom.png)
    center bottom no-repeat;
}

table.agree-table {
  width: 100%;
  table-layout: fixed;
}
table.agree-table > thead > tr > th {
  padding: 7px 10px;
  text-align: left;
  vertical-align: middle;
  color: #040a1f;
  background: #fff;
  border: 1px solid #646765;
}
table.agree-table > tbody > tr > td {
  padding: 7px 10px;
  text-align: left;
  vertical-align: top;
  color: #040a1f;
  border: 1px solid #646765;
}

.user-thumb {
  position: relative;
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: #fee232;
}
.user-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-title-group {
  padding: 20px 48px;
  display: flex;
  margin-top: -16px;
  margin-bottom: 12px;
  align-items: center;
}
.page-title-group h2 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
}
.page-title-group h2 > .info,
.page-title-group h2 .info-box .info {
  display: inline-flex;
  margin-left: 16px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #71717a;
  vertical-align: baseline;
}
.page-title-group h2 > .info .icon,
.page-title-group h2 .info-box .info .icon {
  margin-left: 8px;
}
.page-title-group .side {
  margin-left: auto;
}
.page-title-group h2 .info-box {
  display: inline-flex;
  vertical-align: baseline;
}
.page-title-group h2 .info-box .info {
  margin-left: 0;
}
.page-title-group h2 .info-box .tooltip-items {
  margin-left: 8px;
}
.page-title-group h2 .info-box .tooltip-items .item-value {
  display: inline-flex;
  height: 34px;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #71717a;
  white-space: nowrap;
  box-sizing: border-box;
}
.page-title-group h2 .info-box .tooltip-items .item-value:after {
  content: none;
}
.page-title-group h2 .info-box .tooltip-items .value-data {
  display: block;
  height: 34px;
  padding-right: 12px;
  line-height: 34px;
  background-color: #fff;
  border: 2px solid #d4d4d8;
  border-width: 1px 1px 1px 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
}

/* SNS */
.sns-group {
  position: fixed;
  top: 50%;
  right: 112px;
  z-index: 150;
  display: none;
}
.sns-inner {
  position: relative;
  display: inline-block;
  transform: translate(0%, -50%);
}
.sns-inner > a {
  display: block;
  width: 64px;
  height: 64px;
  font-size: 0;
}
.sns-inner > a .icon {
  width: 64px;
  height: 64px;
}
.sns-inner > a + a {
  margin-top: 16px;
}

/* 메인 */
#contents.main-wrap {
  height: 100%;
  min-height: inherit;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.main-wrap .txt-data {
  position: relative;
  z-index: 5;
}
.main-wrap .visual-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main-wrap .visual-data img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-wrap .container-inner {
  display: flex;
  height: 100%;
  padding: 115px 0 130px;
  justify-content: center;
  flex-direction: column;
}
.main-wrap h2 {
  display: inline-block;
  margin-left: 48px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 110px;
  line-height: 110px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  text-shadow: -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000,
    4px 4px 0 #000, 2px 8px 0 #000;
}
.main-wrap .item-btns {
  padding-top: 32px;
  padding-left: 123px;
}
.main-wrap .item-btns .btns {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -8px;
}
.main-wrap .item-btns .btn {
  margin: 0 8px;
  width: 240px;
  height: 64px;
  font-size: 19px;
}
.main-wrap .item-btns .btn.btn-1 {
  color: #27272a;
  background: #b2ddff;
  border-color: #b2ddff;
}
.main-wrap .item-btns .btn.btn-1:hover {
  background-color: #d1e9ff;
  border-color: #d1e9ff;
}
.main-wrap .item-btns .btn.btn-2 {
  color: #fff;
  background: #444ce7;
  border-color: #444ce7;
}
.main-wrap .item-btns .btn.btn-2:hover {
  background-color: #6172f3;
  border-color: #6172f3;
}
.main-wrap .item-started {
  margin-top: 140px;
  text-align: left;
}
.main-wrap .item-started > ul {
  margin: 25px -16px 0 -16px;
  display: flex;
}
.main-wrap .item-started > ul > li {
  padding: 0 16px;
  flex: 1;
  box-sizing: border-box;
}
.main-wrap .item-started > ul > li:nth-child(1) > a .txt {
  color: #f670c7;
}
.main-wrap .item-started > ul > li:nth-child(2) > a .txt {
  color: #fedf89;
}
.main-wrap .item-started > ul > li:nth-child(3) > a .txt {
  color: #f97066;
}
.main-wrap .item-started > ul > li > a {
  display: flex;
  width: 100%;
  height: 128px;
  padding: 0 0 0 32px;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 3px #ee46bc inset;
  border-radius: 16px;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.main-wrap .item-started > ul > li > a:hover {
  box-shadow: 0 0 0 4px #ee46bc inset;
}
.main-wrap .item-started > ul > li:nth-child(2) > a {
  box-shadow: 0 0 0 3px #fec84b inset;
}
.main-wrap .item-started > ul > li:nth-child(2) > a:hover {
  box-shadow: 0 0 0 4px #fec84b inset;
}
.main-wrap .item-started > ul > li:nth-child(3) > a {
  box-shadow: 0 0 0 3px #f04438 inset;
}
.main-wrap .item-started > ul > li:nth-child(3) > a:hover {
  box-shadow: 0 0 0 4px #f04438 inset;
}
.main-wrap .item-started > ul > li > a .icon {
  flex: 0 0 auto;
  margin-right: 24px;
  z-index: 3;
}
.main-wrap .item-started > ul > li > a .txt {
  flex: 1;
  width: 100%;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
  z-index: 3;
}
.main-wrap h3 {
  height: 29px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/img_start.png) -10px
    0 no-repeat;
}
.icon-main-start-1 {
  width: 102px;
  height: 48px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-main-start-1.png);
}
.icon-main-start-2 {
  width: 64px;
  height: 64px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-main-start-2.png);
}
.icon-main-start-3 {
  width: 89px;
  height: 90px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-main-start-3.png);
}
.main-wrap .mission-section .mission-list .list-item {
  border-radius: 8px;
}
@keyframes scroll {
  to {
    transform: translateX(-50%);
  }
}
.main-wrap .mission-section {
  position: relative;
  overflow: hidden;
  width: 760px;
  height: 456px;
  padding: 24px 32px 32px;
  margin-top: 60px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}
.main-wrap .mission-section .loading-circle {
  display: none;
}
.main-wrap .mission-section.loading .loading-circle {
  display: block;
}
.main-wrap .mission-section.loading .title .reset-num,
.main-wrap .mission-section.loading .mission-list {
  display: none;
}
.main-wrap .mission-section .title {
  height: 64px;
  padding: 8px 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.01em;
  background: none;
  box-sizing: border-box;
}
.main-wrap .mission-section .reset-num {
  display: inline-block;
  margin-left: 16px;
  color: #e31b53;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  vertical-align: text-bottom;
}
.main-wrap .mission-section .mission-list {
  float: none;
  width: 100%;
  margin-top: 24px;
}
.main-wrap .mission-section .btn-rrs {
  position: absolute;
  top: 24px;
  right: 32px;
  padding: 20px 58px 20px 24px;
  color: #12b76a;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
  border-radius: 8px;
  box-shadow: 0 0 0 2px #12b76a inset;
  transition: all 0.2s linear;
}
.main-wrap .mission-section .btn-rrs::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(../images/ico-arrow-green.png) 50% no-repeat;
}
.main-wrap .mission-section .btn-rrs:hover {
  box-shadow: 0 0 0 3px #12b76a inset;
}

/* 로그인 */
.login-user-info {
  text-align: center;
  margin-top: 24px;
}
.login-user-info .item-desc + .item-thumb {
  margin-top: 8px;
}
.login-user-info .item-thumb {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.login-user-info .item-thumb .user-thumb {
  width: 100%;
  height: 100%;
}
.login-user-info .item-thumb.default-profile .user-thumb {
  background: #2f2f2f
    url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-person.svg)
    center center no-repeat;
  background-size: 30px 30px;
}
.login-user-info .item-thumb.default-profile .user-thumb img {
  display: none;
}
.login-user-info .item-desc {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  color: #27272a;
  margin-top: 16px;
}
.login-connect-ui {
  margin-top: 16px;
}
.login-connect-ui .btns > a + a {
  margin-top: 8px;
}
.login-connect-ui .btns > a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  border: 1px solid #d4d4d8;
  background: #fafafa;
  padding: 0 24px 0 58px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #27272a;
}
.login-connect-ui .btns > a .icon {
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -12px;
}
.login-connect-ui .loading {
  display: none;
}
.login-connect-ui .loading .item-inner {
  display: flex;
  width: 100%;
  height: 248px;
  align-items: center;
  justify-content: center;
}
.login-connect-ui.loading .btns {
  display: none;
}
.login-connect-ui.loading .loading {
  display: block;
}

/* 로그아웃 */
.logout-info .desc {
  padding: 48px 0;
  font-size: 15px;
  color: #52525b;
  text-align: center;
  font-weight: 500;
}
.logout-info .btns {
  margin-top: 24px;
}

/* 회원가입 완료 */
.join-success {
  padding-top: 48px;
  text-align: center;
}
.join-success .desc {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
}
.join-success .result {
  margin-top: 8px;
}
.join-success .result .value {
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #52525b;
}
.join-success .result .value .icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.join-success .btns {
  margin-top: 40px;
}

/* 월렛 연결 */
.pop-basic-data .add-wallet-input {
  padding: 48px 0 16px 0;
}
.pop-basic-data .add-wallet-select {
  padding: 48px 0 16px 0;
}
.pop-basic-data .add-wallet-select.type-text {
  padding: 24px 0 16px 0;
}
.pop-basic-data .add-wallet-select .item-desc {
  padding: 0 16px 18px;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.add-wallet-select .btns .btn-wallet-nav + .btn-wallet-nav {
  margin-top: 8px;
}
.add-wallet-select .btns .btn-payment-nav + .btn-payment-nav {
  margin-top: 8px;
}
.btn-wallet-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 56px;
  box-sizing: border-box;
  border: 1px solid #d4d4d8;
  background: #fafafa;
  padding: 0 16px;
  border-radius: 8px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #27272a;
  transition: color 0.1s ease, background 0.1s ease, border 0.1s ease;
}
.btn-wallet-nav > .icon {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  margin-right: 16px;
}
.btn-wallet-nav > .txt {
  flex: 1;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #27272a;
  transition: color 0.1s ease;
}
.btn-wallet-nav > .state {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  margin-left: auto;
  flex: 0 0 auto;
}
.btn-wallet-nav > .info {
  flex: 1;
  width: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px 0;
}
.btn-wallet-nav .info .name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #52525b;
  line-height: 1.4;
  transition: color 0.1s ease;
}
.btn-wallet-nav .info .code {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #52525b;
  line-height: 1.4;
  transition: color 0.1s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn-wallet-nav .state .preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.btn-wallet-nav .state .success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.btn-wallet-nav:hover {
  background: #fff;
  border-color: #444ce7;
}
.btn-wallet-nav.loading {
  background: #f4f4f5;
  border-color: #d4d4d8;
}
.btn-wallet-nav.loading > .txt {
  color: #a1a1aa;
}
.btn-wallet-nav.loading .state .preload {
  opacity: 1;
}
.btn-wallet-nav.loading .state .success {
  opacity: 0;
}
.btn-wallet-nav.success {
  background: #f5f8ff;
  border-color: #444ce7;
}
.btn-wallet-nav.success .info .name,
.btn-wallet-nav.success .info .code {
  color: #3f3f46;
}
.btn-wallet-nav.success .state .preload {
  opacity: 0;
}
.btn-wallet-nav.success .state .success {
  opacity: 1;
}
.btn-wallet-nav.disabled > .txt {
  color: #a1a1aa;
}
.btn-wallet-nav.disabled {
  background: #f4f4f5;
  border-color: #d4d4d8;
}
.btn-wallet-nav.disabled .state .preload,
.btn-wallet-nav.disabled .state .success {
  opacity: 0;
}
.form-input-body {
  text-align: left;
}
.form-input-body .input {
  position: relative;
}
.form-input-body .input-state {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.form-input-body .input-state .state-icon {
  display: none;
}
.form-input-body .valid {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
}
.form-input-body.error .input input {
  color: #d92d20;
  border-color: #f04438;
}
.form-input-body.error .input-state .state-error {
  display: block;
}
.form-input-body.error .valid {
  color: #d92d20;
}
.form-input-body.success .input input {
  color: #444ce7;
  border-color: #444ce7;
}
.form-input-body.success .input-state .state-success {
  display: block;
}
.form-input-body.success .valid {
  color: #71717a;
}
.btn-accept {
  margin-top: 24px;
}
.btns-loading-data {
  display: none;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: #71717a;
  text-align: left;
}
.btns-loading-data.actived {
  display: block;
}
.btns-loading-data .value {
  display: none;
}
.btns-loading-data .value.actived {
  display: block;
}
.btns-loading-data .txt {
  display: flex;
}
.btns-loading-data .txt > .icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.info-data {
  margin-top: 16px;
}
.info-data .info-text {
  color: #71717a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

/* 마이페이지 */
.mypage-header {
  display: flex;
  align-items: center;
  padding: 20px 24px;
}
.mypage-header + .mypage-body {
  margin-top: 24px;
}
.mypage-header .user-info {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 50%;
}
.mypage-header .user-thumb {
  width: 56px;
  height: 56px;
  margin-right: 16px;
}
.mypage-header .user-info.default-profile .user-thumb {
  background: #2f2f2f
    url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-person.svg)
    center center no-repeat;
  background-size: 26px 26px;
}
.mypage-header .user-info.default-profile .user-thumb img {
  display: none;
}
.mypage-header .user-name {
  font-size: 21px;
  font-weight: 600;
  color: #27272a;
}
.mypage-header .selected-wallet {
  flex: 1;
  width: 100%;
  max-width: 310px;
  margin-left: auto;
}
.mypage-header .selected-wallet .data {
  border: 1px solid #d0d5dd;
}
.selected-wallet .data {
  display: flex;
  align-items: center;
  padding: 15px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
}
.selected-wallet .data .icon {
  flex: 0 0 auto;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #444ce7;
}
.selected-wallet .data .title {
  flex: 0 0 auto;
  margin-right: 12px;
  font-size: 17px;
  font-weight: 700;
  color: #27272a;
}
.selected-wallet .data .code {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #71717a;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.mypage-body {
  padding: 0 48px 48px 48px;
}

.mypage-header .login-box {
  display: none;
  width: 100%;
  height: 194px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* 월렛 삭제 */
.pop-basic-data .delete-wallet {
  margin-top: 24px;
}
.delete-wallet {
  text-align: center;
}
.delete-wallet .subject {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  color: #27272a;
  padding: 0 24px;
  word-wrap: break-word;
  word-break: break-word;
}
.delete-wallet .info {
  margin-top: 16px;
  padding: 12px 16px;
  box-sizing: border-box;
  background: #f0f9ff;
  border: 1px solid #b2ddff;
  border-radius: 8px;
}
.delete-wallet .info-inner {
  padding: 4px 0;
}
.delete-wallet .name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #27272a;
  word-wrap: break-word;
  word-break: break-word;
}
.delete-wallet .code {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #71717a;
  word-break: break-all;
}
.delete-wallet .desc {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 500;
  color: #71717a;
}

/* my assets */
.assets-data {
  display: inline-flex;
  align-items: center;
}
.assets-data .item-title {
  font-size: 15px;
  font-weight: 600;
  margin-right: 12px;
}
.assets-data .item-cell + .item-cell {
  margin-left: 20px;
}
.assets-data .item-info {
  display: inline-flex;
  align-items: center;
}
.assets-data .item-info > .icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.assets-data .item-info .thumb {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 8px;
}
.assets-data .item-info .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.assets-data .item-info .value {
  font-size: 15px;
  font-weight: 600;
}
.assets-data .item-btns {
  display: inline-flex;
  align-items: center;
}
.assets-data .item-btns .btn + .btn {
  margin-left: 12px;
}
.assets-data .btn {
  display: flex;
  align-items: center;
}

/* rewards list */
.rewards-card-list .grid-layout-inner {
  margin: -8px -12px 0;
}
.rewards-card-list .grid-layout-cell {
  padding: 12px;
}
.rewards-card-list .grid-layout-cell:nth-child(-n + 4) {
  padding-top: 8px;
}
.card-product-items {
  position: relative;
  height: 100%;
  padding: 8px 16px 16px 16px;
  background: #eff8ff;
  border: 1px solid #b2ddff;
  border-radius: 16px;
  box-sizing: border-box;
}
.card-product-items.transparent {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.card-product-items .item-title {
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  color: #3f3f46;
  line-height: 1.5;
  padding: 5px 0;
  margin-bottom: 8px;
}
.card-product-items .item-visual {
  position: relative;
  display: flex;
  width: 100%;
  height: 240px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #282828;
}
.card-product-items .item-visual .value {
  position: absolute;
  top: -12px;
  right: 15px;
  z-index: 5;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  color: #2d3282;
}
.card-product-items .item-preview {
  position: relative;
  width: 100%;
  border-radius: 12px;
  background: #282828;
  overflow: hidden;
}
.card-product-items .item-number {
  padding: 0 20px 16px 20px;
}
.card-product-items .item-number .data {
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: #3f3f46;
  border-radius: 24px;
  padding: 0 8px;
  box-sizing: border-box;
}
.card-product-items .item-number .title {
  font-size: 15px;
  font-weight: 600;
  padding: 0 8px;
  color: #fff;
}
.card-product-items .item-number .thumb {
  flex: 0 0 auto;
  width: 24px;
}
.card-product-items .item-number .thumb .user-thumb {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: transparent;
}
.card-product-items .item-number .value {
  font-size: 15px;
  font-weight: 600;
  padding: 0 8px;
  color: #fff;
}
.card-product-items .item-ui {
  margin-top: 8px;
}
.card-product-items .item-ui .btn {
  height: 48px;
}
.card-product-items .item-price {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}
.card-product-items.coin {
  padding: 16px 16px 0 16px;
}
.card-product-items.coin .item-visual {
  position: relative;
  padding: 24px 0 0;
  background: #fff;
  border: none;
  height: 254px;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
.card-product-items.coin .item-visual .obj img {
  max-width: inherit;
}
.coin-data {
  display: inline-flex;
  align-items: center;
}
.coin-data .coin-icon {
  flex: 0 0 auto;
  margin-right: 6px;
}
.coin-data .coin-num {
  font-size: 17px;
  font-weight: 700;
  color: #3f3f46;
  letter-spacing: -0.8px;
}
.buy-coin .card-product-items.coin .item-visual .value {
  top: -15px;
  right: 0;
  line-height: 54px;
  width: 100%;
  text-align: center;
}
.rewards-card-list.gold-type .card-product-items.coin .item-visual {
  padding: 6px 0 0;
}
.rewards-card-list.gold-type .card-product-items.coin .item-visual .obj img {
  width: 100%;
}
.rewards-card-list.gacha-type .card-product-items.coin .item-visual {
  padding: 0;
}
.rewards-card-list.gacha-type .obj {
  overflow: hidden;
  border-radius: 8px;
}

/* claim list*/
.claim-card-data {
  margin-top: 24px;
}
.claim-card-data .item-header {
  display: flex;
  align-items: center;
  min-height: 56px;
}
.claim-card-data .item-header .txt {
  font-size: 15px;
  font-weight: 600;
  color: #52525b;
}
.claim-card-data .item-header .left {
  flex: 0 0 auto;
  margin-right: auto;
}
.claim-card-data .item-header .right {
  flex: 0 0 auto;
  margin-left: auto;
}
.claim-card-data .item-header .center {
  flex: 1;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.claim-card-data .claim-card-list {
  margin-top: 12px;
  overflow-y: auto;
  max-height: 700px;
}
.card-claim-items {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  background: #f5faff;
  border: 1px solid #b2ddff;
  border-radius: 12px;
  box-sizing: border-box;
}
.card-claim-items.check .item-check {
  display: block;
}
.card-claim-items + .card-claim-items {
  margin-top: 8px;
}
.card-claim-items .item-check {
  flex: 0 0 auto;
  margin-right: 16px;
  display: none;
}
.card-claim-items .item-data {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
}
.card-claim-items .item-data .item-thumb {
  flex: 0 0 auto;
  width: 72px;
  margin-right: 16px;
}
.card-claim-items .item-data .item-thumb .user-thumb {
  width: 72px;
  height: 72px;
  border-radius: 12px;
}
.card-claim-items .item-data .item-info {
  flex: 1;
  width: 100%;
}
.card-claim-items .item-data .item-number {
  font-size: 17px;
  font-weight: 700;
}
.card-claim-items .item-data .item-level {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #71717a;
}
.card-claim-items .item-side {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.card-claim-items .item-side .item-thumb {
  flex: 0 0 auto;
  width: 48px;
  margin-left: 8px;
}
.card-claim-items .item-side .item-thumb .user-thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.card-claim-items .item-side .item-value {
  font-size: 17px;
  font-weight: 600;
}

/* claim transaction */
.pop-basic-data .claim-transaction-progress {
  margin-top: 24px;
}
.claim-transaction-progress {
  text-align: center;
}
.claim-transaction-progress .desc {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  margin: 8px 0;
}
.claim-transaction-progress .desc > strong {
  display: block;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  color: #27272a;
}
.claim-transaction-progress .desc > span {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #71717a;
}
.claim-transaction-progress .desc > strong + span {
  margin-top: 8px;
}
.claim-transaction-data {
  margin-top: 24px;
}
.claim-transaction-list {
  padding: 16px 0;
  border-top: 1px solid #d4d4d8;
  border-bottom: 1px solid #d4d4d8;
  box-sizing: border-box;
  max-height: 330px;
  overflow-y: auto;
}
.claim-transaction-list .card-claim-items + .card-claim-items {
  margin-top: 8px;
}
.claim-transaction-list .card-claim-items {
  border: none;
  background: none;
  border-radius: 0;
  padding: 11px 0;
  text-align: left;
}
.claim-transaction-list .card-claim-items .item-data .item-thumb {
  width: 48px;
  margin-right: 16px;
}
.claim-transaction-list .card-claim-items .item-data .item-thumb .user-thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.claim-transaction-list .card-claim-items .item-data .item-level {
  margin-top: 4px;
}
.claim-transaction-list .card-claim-items .item-side .item-thumb {
  width: 24px;
  margin-left: 8px;
}
.claim-transaction-list .card-claim-items .item-side .item-thumb .user-thumb {
  width: 24px;
  height: 24px;
}
.claim-transaction-result {
  margin-top: 12px;
  padding: 8px 0;
  min-height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.claim-transaction-result .title {
  flex: 1;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}
.claim-transaction-result .data {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.claim-transaction-result .data .item-thumb {
  flex: 0 0 auto;
  width: 24px;
  margin-left: 8px;
}
.claim-transaction-result .data .item-thumb .user-thumb {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}
.claim-transaction-result .data .item-value {
  font-size: 17px;
  font-weight: 600;
}
.claim-transaction-ui {
  margin-top: 24px;
}

/* Mysterybox */
.pop-basic-data .select-box-list {
  margin-top: 32px;
  padding-bottom: 32px;
}
.pop-basic-data .open-box-view {
  margin-top: 32px;
}
.pop-basic-data .open-box-result {
  margin-top: 32px;
}
.select-box-list > .title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}

.open-box-view {
  text-align: center;
}
.open-box-view .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  color: #3f3f46;
}
.open-box-view .only-text {
  padding: 16px 0 48px;
  font-size: 21px;
  font-weight: 700;
}
.open-box-view .only-text + .btns {
  margin-top: 24px;
}
.open-box-view .desc {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #71717a;
}
.open-box-view .card-product-items {
  margin-top: 24px;
  padding: 0 60px;
}
.open-box-view .card-product-items .item-number .data {
  display: inline-flex;
}
.open-box-view .name {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  text-align: center;
  font-size: 15px;
  color: #27272a;
  font-weight: 600;
  background: #f0f9ff;
  border: 1px solid #b9e6fe;
  border-radius: 8px;
  box-sizing: border-box;
}
.open-box-view .name + .btns {
  margin-top: 24px;
}
.open-box-view + .btns,
.open-box-view .btns {
  margin-top: 48px;
  display: flex;
}
.open-box-view + .btns .btn:first-child,
.open-box-view .btns .btn:first-child {
  margin-right: 5px;
}
.open-box-view + .btns .btn:last-child,
.open-box-view .btns .btn:last-child {
  margin-left: 5px;
}
.open-box-view + .btns .btn:only-child,
.open-box-view .btns .btn:only-child {
  margin: 0px;
}
.open-box-view + .btns + .desc,
.open-box-view .btns + .desc {
  margin-top: 24px;
  color: #71717a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.buy-coin .card-product-items.coin {
  margin-top: 48px;
  padding: 0 40px;
}
.buy-coin .card-product-items.coin .item-visual {
  padding: 0;
}
.buy-coin .buy-step-cell {
  display: none;
}
.buy-coin .buy-step-cell.actived {
  display: block;
}
.buy-coin .buy-step-info {
  position: relative;
  margin-top: -20px;
}
.buy-coin .buy-step-info .step-desc,
.buy-coin .buy-step-cell .pop-main-text {
  font-size: 15px;
  color: #3f3f46;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.buy-coin .buy-step-info .txt {
  margin-top: 8px;
  font-size: 15px;
  color: #3f3f46;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}
.buy-coin .buy-step-info .step-approval .txt {
  margin-top: 24px;
}
.buy-coin .btns {
  margin-top: 24px;
}
.buy-coin.complete .card-product-items.coin {
  margin-top: 19px;
}
.buy-coin.error-pop .ico-error {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 16px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico_error.svg)
    0 0 no-repeat;
}
.buy-coin.error-pop .buy-complete-info {
  padding-bottom: 48px;
  color: #27272a;
  font-size: 21px;
  font-weight: 700;
}
.buy-coin.error-pop .buy-complete-info.type-with-text {
  padding-bottom: 8px;
}
.buy-coin.error-pop .sub-text {
  color: #52525b;
  font-weight: 500;
}
.buy-coin.error-pop .sub-text + .btns {
  margin-top: 72px;
}
.buy-coin.error-pop .btns .btn + .btn {
  margin-top: 8px;
}
.buy-complete-info {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #3f3f46;
  text-align: center;
  padding: 0 0 16px 0;
}
.buy-complete-data {
  margin-top: 24px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 64px;
  font-size: 15px;
  color: #27272a;
  font-weight: 600;
  background: #f0f9ff;
  border: 1px solid #b9e6fe;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: left;
}
.buy-complete-data .icon {
  flex: 0 0 auto;
  margin-right: 12px;
}
.buy-complete-data .title {
  flex: 1;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #27272a;
}
.buy-complete-data .value {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  color: #27272a;
}

/* 공지사항 팝업 */
.pop-basic-data .notice-pop {
  margin-top: 48px;
}
.notice-pop {
  text-align: center;
}
.notice-pop .desc {
  margin-top: 16px;
  font-size: 13px;
  color: #52525b;
  font-weight: 500;
  line-height: 1.4;
}
.notice-pop .desc > strong {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  color: #27272a;
  margin-bottom: 8px;
  display: block;
}
.notice-pop .desc > p {
  padding: 0 24px;
}
.notice-pop .btns {
  margin-top: 72px;
}
.notice-pop .btns .btn + .btn {
  margin-top: 8px;
}

/* shop */
.shop-list .box {
  padding: 48px 48px 40px 48px;
}
.shop-list .board-basic-list .item-header {
  margin: 0;
  border-bottom: 1px solid #d0d5dd;
}
.shop-list .item-body {
  margin-top: 16px;
}
.shop-list .item-body.shop-type .rewards-card-list {
  display: none;
}
.shop-list .item-body.shop-type .rewards-card-list.on {
  display: block;
}
.shop-list .shop-tab {
  display: flex;
}
.shop-list .shop-tab .item-link {
  padding: 10px 24px;
  color: #27272a;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 99px;
  transition: all 0.2s linear;
}
.shop-list .shop-tab .tab-item.on .item-link,
.shop-list .shop-tab .tab-item.on:hover .item-link {
  color: #fff;
  font-weight: 700;
  background-color: #ee46bc;
}
.shop-list .shop-tab .tab-item:hover .item-link {
  color: #ee46bc;
}
.shop-list .shop-tab-mo {
  position: relative;
}
.shop-list .dropdown-wrap .btn-dropdown-nav {
  width: auto;
  height: 36px;
  padding: 6px 48px 6px 20px;
  color: #fff;
  border: none;
  border-radius: 99px;
  background: #ee46bc;
}
.shop-list .dropdown-wrap .btn-dropdown-nav::after {
  right: 20px;
  background-image: url(../images/ico-dropdown.svg);
}
.shop-list .dropdown-wrap .dropdown-data {
  min-width: 152px;
  margin-top: 6px;
}
.shop-list .dropdown-wrap .dropdown-list {
  padding: 6px 0;
  background: #f5faff;
  border-radius: 8px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
}
.shop-list .dropdown-wrap .btn-dropdown-item {
  min-height: auto;
  padding: 0 20px;
  font-weight: 700;
}
.shop-list .dropdown-wrap .dropdown-cell + .dropdown-cell {
  margin-top: 5px;
}
.badge-discount {
  overflow: hidden;
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #ffff96;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  background: url(../images/img-discount.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 10;
}
.badge-discount .num {
  font-size: 24px;
}
.badge-discount .text {
  display: block;
  margin-top: -1.5px;
  font-size: 10px;
}

.btn-payment-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 56px;
  box-sizing: border-box;
  border: 1px solid #d4d4d8;
  background: #fafafa;
  padding: 0 16px;
  border-radius: 8px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #27272a;
  transition: color 0.1s ease, background 0.1s ease, border 0.1s ease;
}
.btn-payment-nav > .icons {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-right: 16px;
}
.btn-payment-nav > .icons > .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.1s ease;
}
.btn-payment-nav > .icons > .off {
  opacity: 1;
}
.btn-payment-nav > .icons > .on {
  opacity: 0;
}
.btn-payment-nav > .txt {
  flex: 1;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #27272a;
  transition: color 0.1s ease;
}
.btn-payment-nav:hover {
  background: #444ce7;
  border-color: #444ce7;
}
.btn-payment-nav:hover > .txt {
  color: #fff;
}
.btn-payment-nav:hover > .icons > .off {
  opacity: 0;
}
.btn-payment-nav:hover > .icons > .on {
  opacity: 1;
}

.btn-connect-wallet-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  box-sizing: border-box;
  background: #f4f4f5;
  padding: 0 16px;
  border-radius: 8px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #27272a;
  transition: color 0.1s ease, background 0.1s ease, border 0.1s ease;
}
.btn-connect-wallet-nav > .icons {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-right: 12px;
}
.btn-connect-wallet-nav > .icons > .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.1s ease;
}
.btn-connect-wallet-nav > .icons > .off {
  opacity: 1;
}
.btn-connect-wallet-nav > .icons > .on {
  opacity: 0;
}
.btn-connect-wallet-nav > .txt {
  font-size: 15px;
  font-weight: 600;
  color: #27272a;
  transition: color 0.1s ease;
}
.btn-connect-wallet-nav:hover {
  background: #2d31a6;
  border-color: #2d31a6;
}
.btn-connect-wallet-nav:hover > .txt {
  color: #fff;
}
.btn-connect-wallet-nav:hover > .icons > .off {
  opacity: 0;
}
.btn-connect-wallet-nav:hover > .icons > .on {
  opacity: 1;
}

/* 지갑 미접속 시 */
.mypage-body .wallet-none-connect {
  padding-left: 72px;
  padding-right: 72px;
  max-width: 480px;
  margin: 0 auto;
}
.tab-group + .wallet-none-connect {
  margin-top: 12px;
}
.wallet-none-connect {
  text-align: center;
}
.wallet-none-connect .item-inner {
  padding: 48px 0;
}
.wallet-none-connect .icon + .desc {
  margin-top: 16px;
}
.wallet-none-connect .desc {
  font-size: 13px;
  line-height: 1.4;
  color: #52525b;
  font-weight: 500;
}
.wallet-none-connect .desc > strong:first-child {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  display: block;
  color: #27272a;
  margin-bottom: 8px;
}
.wallet-none-connect .btns {
  margin-top: 28px;
}

/* 리더보드 */
.leader-board-wrap .grid-layout > .grid-layout-inner {
  margin: -12px;
}
.leader-board-wrap .grid-layout > .grid-layout-inner > .grid-layout-cell {
  padding: 12px;
}
.leader-board-wrap .box {
  height: 100%;
}

.total-pool-list {
  padding: 48px;
  background: #3538cd;
  border-radius: 24px;
}
.total-pool-list .list-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.total-pool-list .list-inner + .list-inner {
  margin-top: 4px;
}
.total-pool-list .list-cell {
  flex: 1;
  padding: 4px;
  box-sizing: border-box;
}
.pool-data {
  text-align: center;
  border-radius: 16px;
  background: #2d31a6;
  padding: 24px;
}
.pool-data .item-title {
  font-size: 19px;
  font-weight: 600;
  color: #c7d7fe;
  line-height: 1.2;
}
.pool-data .item-value {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.pool-data .item-value .icon {
  margin-right: 10px;
}

.leader-board-items {
  min-height: 100%;
  padding: 24px 48px;
  box-sizing: border-box;
}
.leader-board-items .item-header {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d8;
  box-sizing: border-box;
  padding: 4px 0;
}
.leader-board-items .item-header h3 {
  display: flex;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  color: #27272a;
  align-items: center;
}
.leader-board-items .item-header h3 > .tooltip-items {
  margin-left: 8px;
}
.leader-board-items .item-header .info {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #71717a;
  line-height: 1.5;
}
.leader-board-items .item-header .info > .icon {
  margin-left: 8px;
}
.leader-board-items .item-body {
  margin-top: 16px;
}

.rank-state {
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 800;
  color: #27272a;
}
.rank-state > .icon {
  margin-right: 4px;
  flex: 0 0 auto;
}

.option-list-cell {
  display: flex;
  min-height: 26px;
}
.option-list-cell + .option-list-cell {
  margin-top: 12px;
}
.option-list-title {
  flex: 1;
  display: flex;
  align-items: center;
  text-align: left;
}
.option-list-title .title {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  color: #52525b;
}
.option-list-title > .icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.option-list-data {
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 16px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  color: #27272a;
}

.leader-board-items.user .option-list-cell {
  min-height: 32px;
}
.leader-board-items.user .option-list-title .title {
  font-size: 21px;
  color: #3f3f46;
  font-weight: 700;
}
.leader-board-items.user .option-list-data {
  align-items: center;
  font-size: 15px;
  color: #71717a;
  font-weight: 600;
}
.leader-board-items.user .option-list-data > .icon:last-child {
  margin-left: 8px;
  flex: 0 0 auto;
}
.leader-board-items.user .option-list-data > .tooltip-items:last-child {
  margin-left: 8px;
  flex: 0 0 auto;
}
.leader-board-items .user-data {
  margin-top: 16px;
  display: flex;
}
.leader-board-items .user-data .user-data-cell {
  flex: 0 0 auto;
  opacity: 0.4;
}
.leader-board-items .user-data .user-data-cell + .user-data-cell {
  margin-left: 32px;
}
.leader-board-items .user-data .user-data-cell.state {
  flex: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 1;
}
.leader-board-items .user-data .user-data-cell.state .none-txt {
  display: flex;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
.leader-board-items .user-data .user-data-cell.actived {
  opacity: 1;
}
.leader-board-items .user-data .none-txt {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #3f3f46;
}
.leader-board-items .user-data .user-data-cell.state ~ .tooltip-items {
  margin-left: 8px;
  padding-bottom: 10px;
  align-self: end;
}

.leader-board-items .user-data .user-data-title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #71717a;
}
.leader-board-items .user-data .user-data-value {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #27272a;
}
.leader-board-items .user-data .user-data-value > .icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.leader-board-items .warning {
  margin-top: 16px;
  background: #f5f8ff;
  border-radius: 8px;
  padding: 10px 28px;
  display: flex;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: #71717a;
}
.leader-board-items .warning > .icon:first-child {
  width: 16px;
  height: 16px;
  margin: 1px 4px 1px 0;
}

.user-state {
  display: inline-flex;
  align-items: center;
}
.user-state > .txt {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: #a1a1aa;
  margin-right: 8px;
  text-align: right;
}
.user-state > .desc {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #3f3f46;
  margin-right: 8px;
  text-align: right;
}
.user-state > .desc > em {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-align: left;
  padding-right: 4px;
}
.user-state > .desc > em > .icon:first-child {
  flex: 0 0 auto;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
.user-state > .txt,
.user-state > .btn {
  flex: 0 0 auto;
}
.user-state > .btn.btn-secondary {
  padding-left: 16px;
  padding-right: 16px;
}
.user-state > .tooltip-items {
  flex: 0 0 auto;
  margin-left: 8px;
}

.icon-txt {
  display: inline-flex;
  align-items: center;
}
.icon-txt > .icon {
  flex: 0 0 auto;
  margin-right: 8px;
}

.board-list-header .board-list-row {
  display: flex;
}
.board-list-header .board-list-cell {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 12px;
  line-height: 1.5;
  font-weight: 600;
  color: #71717a;
  box-sizing: border-box;
}
.board-list-header + .board-list-body {
  margin-top: 16px;
}
.board-list-body .board-list-row {
  display: flex;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
}
.board-list-body .board-list-row + .board-list-row {
  margin-top: 4px;
}
.board-list-body .board-list-cell {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  font-size: 15px;
  padding: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #3f3f46;
  box-sizing: border-box;
}

/* 랭킹 리스트 */
.rank-table .board-list-header .board-list-cell,
.rank-table .board-list-body .board-list-cell {
  flex: 0 0 auto;
  justify-content: flex-start;
  padding: 0 0 0 72px;
}
.rank-table .board-list-header .board-list-cell:nth-child(1),
.rank-table .board-list-body .board-list-cell:nth-child(1) {
  width: 48px;
  text-align: center;
  justify-content: center;
  padding: 0;
}
.rank-table .board-list-header .board-list-cell:nth-child(2),
.rank-table .board-list-body .board-list-cell:nth-child(2) {
  width: 250px;
}
.rank-table .board-list-header .board-list-cell:nth-child(3),
.rank-table .board-list-body .board-list-cell:nth-child(3),
.rank-table .board-list-header .board-list-cell:nth-child(4),
.rank-table .board-list-body .board-list-cell:nth-child(4),
.rank-table .board-list-header .board-list-cell:nth-child(5),
.rank-table .board-list-body .board-list-cell:nth-child(5),
.rank-table .board-list-header .board-list-cell:nth-child(6),
.rank-table .board-list-body .board-list-cell:nth-child(6) {
  width: calc((100% - 298px) / 4);
}
.rank-table .board-list-body .board-list-row {
  overflow: hidden;
}
.rank-table .board-list-body .board-list-row:nth-child(1),
.rank-table .board-list-body .board-list-row:nth-child(2),
.rank-table .board-list-body .board-list-row:nth-child(3) {
  background: #f5faff;
  border-color: #f5faff;
}
.rank-table .board-list-body .board-list-row:nth-child(1) .board-list-cell,
.rank-table .board-list-body .board-list-row:nth-child(2) .board-list-cell,
.rank-table .board-list-body .board-list-row:nth-child(3) .board-list-cell {
  min-height: 54px;
  font-size: 17px;
  font-weight: 700;
  color: #3f3f46;
}
.rank-table
  .board-list-body
  .board-list-row:nth-child(1)
  .board-list-cell:nth-child(1) {
  background: #2d31a6;
  color: #fff;
}
.rank-table
  .board-list-body
  .board-list-row:nth-child(2)
  .board-list-cell:nth-child(1) {
  background: #3538cd;
  color: #fff;
}
.rank-table
  .board-list-body
  .board-list-row:nth-child(3)
  .board-list-cell:nth-child(1) {
  background: #444ce7;
  color: #fff;
}
/* .rank-table .board-list-body .board-list-row:nth-child(4) .board-list-cell:nth-child(1) {background:#6172F3;color:#fff; } */
.rank-table .board-list-body .board-list-row.actived {
  border-color: #444ce7;
}
.rank-table .board-list-body .board-list-cell:nth-child(2) .item-id {
  overflow: hidden;
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.btn-more {
  display: inline-flex;
  font-size: 15px;
  color: #71717a;
  font-weight: 600;
  align-items: center;
}
a.btn-more:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/icon-arrow-right-gray.png)
    center center no-repeat;
}

.calculate-select-wrap .pop-body-top {
  padding: 32px 0 0 0 !important;
}
.calculate-select-wrap .btns {
  margin-top: 24px;
}
.calculate-select-wrap .btns .cell + .cell {
  margin-top: 8px;
}

.calculate-select-wrap .btn-reward .btn {
  justify-content: space-between;
}
.calculate-select-wrap .btn-reward .btn .icon {
  margin-left: 0;
}
.calculate-select-wrap .btn-reward .select-text {
  line-height: 24px;
}

.calculate-process {
  text-align: left;
}
.calculate-process.loading .calculate-process-headline,
.calculate-process.loading .calculate-process-select,
.calculate-process.loading .calculate-process-warning,
.calculate-process.loading .calculate-process-check,
.calculate-process.loading .calculate-process-ui .info,
.calculate-process.loading .calculate-process-info {
  opacity: 0.5;
}
.calculate-process-headline {
  text-align: center;
}
.calculate-process-select {
  margin-top: 24px;
}
.calculate-process-select .code {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  color: #71717a;
  word-break: break-all;
}
.calculate-process-warning {
  margin-top: 16px;
  padding: 8px 16px;
  display: flex;
  background: #f4f4f5;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  color: #71717a;
}
.calculate-process-warning .icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.calculate-process-check {
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px solid #d4d4d8;
}
.calculate-process-warning + .calculate-process-ui {
  margin-top: 24px;
}
.calculate-process-ui .info {
  margin-bottom: 16px;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #a1a1aa;
}
.calculate-process-ui .info .left {
  margin-right: auto;
}
.calculate-process-ui .info .right {
  margin-left: auto;
}
.calculate-process-step {
  display: none;
}
.calculate-process-step.actived {
  display: block;
}

.calculate-success-ui {
  margin-top: 24px;
}
.calculate-success-data {
  margin-top: 24px;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: #27272a;
  box-sizing: border-box;
  padding: 16px;
  background: #f0f9ff;
  border-radius: 8px;
  border: 1px solid #b9e6fe;
}
.calculate-success-option {
  margin-top: 24px;
}
.calculate-success-option .option-list-cell {
  min-height: 0;
}
.calculate-success-option .option-list-cell + .option-list-cell {
  margin-top: 8px;
}
.calculate-success-option .option-list-title .title {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  color: #3f3f46;
}
.calculate-success-option .option-list-data {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #71717a;
}

.calculate-status-options {
  margin-top: 16px;
}
.calculate-status-options .option-list-cell {
  min-height: 0;
}
.calculate-status-options .option-list-cell + .option-list-cell {
  margin-top: 8px;
}
.calculate-status-options .option-list-title .title {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  color: #3f3f46;
}
.calculate-status-options .option-list-data {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #71717a;
  display: block;
  overflow: hidden;
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.calculate-status-info .bottom-info {
  margin-top: 16px;
}
.calculate-status-data {
  display: flex;
  align-items: center;
  margin-top: 48px;
  padding: 0 16px;
  height: 64px;
  background: #f0f9ff;
  border-radius: 8px;
  border: 1px solid #b9e6fe;
}
.calculate-status-data .subject {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: #27272a;
  margin-right: auto;
}
.calculate-status-data .icon-txt {
  margin-left: auto;
  font-size: 17px;
  font-weight: 700;
  color: #27272a;
}

.calculate-status-numbers {
  text-align: center;
}
.calculate-status-numbers:first-child {
  padding-top: 32px;
}
.calculate-status-numbers + .calculate-status-numbers {
  margin-top: 48px;
}
.calculate-status-numbers h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: #27272a;
  margin-bottom: 24px;
}
.calculate-status-numbers .grid-layout {
  max-width: 240px;
  margin: 0 auto;
}
.calculate-status-numbers .grid-layout > .grid-layout-inner {
  margin: -8px;
}
.calculate-status-numbers
  .grid-layout
  > .grid-layout-inner
  > .grid-layout-cell {
  padding: 8px;
  text-align: center;
}
.numbers-items {
  display: inline-flex;
  width: 100%;
  max-width: 48px;
  height: 48px;
  background: #444ce7;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 8px;
}
.numbers-items.point {
  background-color: #53b1fd;
}

.calculate-status-list:first-child {
  padding-top: 32px;
}
.calculate-status-list .list-item {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 56px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #e4e4e7;
}
.calculate-status-list .list-item + .list-item {
  margin-top: 8px;
}
.calculate-status-list .list-item .subject {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: #27272a;
  margin-right: auto;
}
.calculate-status-list .list-item .icon-txt {
  margin-left: auto;
  font-size: 17px;
  font-weight: 700;
  color: #27272a;
}
.calculate-status-list + .calculate-status-data {
  margin-top: 24px;
}

.ticket-pop .icon-txt .txt {
  min-width: 48px;
}
.ticket-pop .calculate-status-info .bottom-info {
  margin-top: 24px;
}

/* daily missions */
.mission-wrap.no-login .login-box {
  display: flex;
}
.mission-wrap.no-login .mission-header .mypage-header .user-box,
.mission-wrap.no-login .mission-header .mypage-header .token-info {
  display: none;
}
.mission-wrap.no-login .mission-box .mission-section .mission-list {
  float: none;
  width: 100%;
}
.mission-wrap.no-login .mission-box .mission-section .current-grade {
  display: none;
}
.mission-wrap.no-login .refer-box {
  padding: 169px 48px;
}
.mission-wrap.no-login .refer-box .referrals-section {
  display: none;
}
.mission-wrap.no-login .refer-box .refer-img-box .left-box {
  width: auto;
  top: unset;
  bottom: 0;
  left: -31px;
}
.mission-wrap.no-login .refer-box .refer-img-box .right-box {
  width: auto;
  top: unset;
  bottom: 0;
  right: -108px;
}
.mission-wrap.no-login .refer-box .refer-title .btn {
  display: block;
}
.mission-wrap.no-wallet .mission-header .info-content.current .num-box {
  display: none;
}
.mission-wrap.no-wallet .mission-header .info-content.current .btn {
  display: block;
}
.mission-wrap.no-wallet .mission-box .grade-section .mission-wallet {
  display: block;
}
.mission-wrap.no-wallet .grade-section .mask {
  display: block;
}
.mission-wrap.no-wallet .mission-section .current-grade .content-box.wallet {
  display: flex;
}
.mission-wrap.no-wallet .mission-section .current-grade .content-box.cart {
  display: none;
}

.grade-section .mask {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 12px;
  z-index: 60;
}
.mission-header .mypage-header {
  display: grid;
  padding: 48px;
}
.mission-header .mypage-header .token-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  margin-top: 16px;
}
.mission-header .info-content {
  padding: 24px;
  background-color: #3538cd;
  border-radius: 16px;
}
.mission-header .info-content.total {
  background-color: #e0eaff;
}
.mission-header .box-title {
  margin-bottom: 10px;
  color: #c7d7fe;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}
.mission-header .info-content.total .box-title {
  color: #3f3f46;
}
.mission-header .info-content .box-title .tooltip-items {
  margin-left: 4px;
}
.mission-header .info-content .total-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mission-header .info-content.current .btn {
  display: none;
  border: none;
}
.mission-header .info-content.current .btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon-wallet-small.svg) 50% no-repeat;
  vertical-align: top;
}
.mission-header .info-content.current .btn:hover::before,
.mission-header .info-content.current .btn:active::before {
  background-image: url(../images/icon-wallet-small-blue.svg);
}
.mission-header .info-content.current .num-box + .btn .icon {
  margin: 0 4px 0 0;
}
.mission-header .info-content .total-box .num-box {
  color: #27272a;
}
.mission-header .info-content .num-box {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}
.mission-header .info-content .num-box .icon {
  margin-right: 10px;
}
.mission-header .mypage-header .user-box {
  display: flex;
  width: 100%;
}
.mission-header .login-box .box-title {
  color: #27272a;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.mission-header .login-box .box-title + .btn {
  width: 296px;
  margin-top: 24px;
}

.mission-box {
  position: relative;
  padding: 48px;
}
.mission-wrap .title-box {
  overflow: hidden;
  margin: 48px 0 20px;
}
.mission-wrap .title-box .sub-title {
  float: left;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.mission-wrap .title-box .limit-time {
  float: left;
  margin: 16px 0 0 16px;
  color: #e31b53;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.01em;
}
.mission-wrap .title-box .info-time {
  float: right;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.mission-box .grade-section {
  position: relative;
}
.mission-box .grade-box {
  position: relative;
  height: 198px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #a6f4c5;
  background-color: #f6fef9;
  box-sizing: border-box;
}
.mission-box .grade-box + .grade-box {
  margin-top: 8px;
}
.mission-box .grade-box.normal-type {
  height: 184px;
}
.mission-box .grade-box .tooltip-items {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
}
.mission-box .grade-box .tooltip-items .item-value {
  left: auto;
  right: 100%;
  padding: 0 14px 0 10px;
}
.mission-box .grade-box .tooltip-items .item-value::before {
  width: 10px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/tooltip-bg-right.png);
  transform: rotateY(-180deg);
}
.mission-box .grade-box .tooltip-items .item-value::after {
  width: 14px;
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/tooltip-bg-left.png);
  transform: rotateY(-180deg);
}
.mission-box .grade-box .tooltip-items.line-3 .item-value {
  padding: 0 17px 0 13px;
}
.mission-box .grade-box .tooltip-items.line-3 .item-value::before {
  width: 13px;
  background-image: url(../images/tooltip-bg-right-3.png);
}
.mission-box .grade-box .tooltip-items.line-3 .item-value::after {
  width: 17px;
  background-image: url(../images/tooltip-bg-left-3.png);
}
.mission-box .grade-box.rare-type {
  background-color: #f5faff;
  border-color: #beddff;
}
.mission-box .grade-box.epic-type {
  background-color: #fafaff;
  border-color: #d9d6fe;
}
.mission-box .grade-box .step-list {
  position: relative;
  display: grid;
  height: 100%;
  grid-template-columns: repeat(6, 1fr);
}
.mission-box .grade-box .step-bar {
  position: absolute;
  left: 50%;
  bottom: 70px;
  width: 868px;
  height: 32px;
  margin-left: -434px;
  background: url(../images/img-line-normal.png) 50% 50% no-repeat;
}
.mission-box .grade-box.normal-type .step-bar {
  bottom: 56px;
}
.mission-box .step-list .list-item {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.mission-box .step-list .list-item.cart:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 102px;
  height: 64px;
  margin-left: -51px;
  background: url(../images/cart-normal.png) 0 0 no-repeat;
  background-size: contain;
}
.mission-box .step-list .list-item.on:before {
  background-color: #039855 !important;
}
.mission-box .step-list .list-item:before {
  content: "";
  position: absolute;
  bottom: 46px;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #039855;
  box-sizing: border-box;
}
.mission-box .grade-box.normal-type .step-list .list-item:before {
  bottom: 32px;
}
.mission-box .step-list .list-item:first-of-type {
  color: #039855;
}
.mission-box .step-list .list-item:first-of-type:before {
  background: url(../images/img-start-normal.png) 0 0 no-repeat;
  border: none;
}
.mission-box .step-list .list-item:last-of-type:before {
  background-color: #fedf89;
}
.mission-box .grade-box.rare-type .step-list .list-item:nth-child(4):before,
.mission-box .grade-box.epic-type .step-list .list-item:nth-child(4):before {
  background-color: #fedf89;
}
.mission-box .grade-box.rare-type .step-bar {
  background-image: url(../images/img-line-rare.png);
}
.mission-box .grade-box.rare-type .step-list .list-item.on:before {
  background-color: #1570ef !important;
}
.mission-box .grade-box.rare-type .step-list .list-item:before {
  border-color: #1570ef;
}
.mission-box .grade-box.rare-type .list-item:first-of-type:before {
  background-image: url(../images/img-start-rare.png);
}
.mission-box .grade-box.rare-type .step-list .list-item.cart:after {
  background-image: url(../images/cart-rare.png);
}
.mission-box .grade-box.rare-type .step-list .list-item:first-of-type {
  color: #1570ef;
}
.mission-box .grade-box.epic-type .step-bar {
  background-image: url(../images/img-line-epic.png);
}
.mission-box .grade-box.epic-type .step-list .list-item.on:before {
  background-color: #6938ef !important;
}
.mission-box .grade-box.epic-type .step-list .list-item:before {
  border-color: #6938ef;
}
.mission-box .grade-box.epic-type .list-item:first-of-type:before {
  background-image: url(../images/img-start-epic.png);
}
.mission-box .grade-box.epic-type .step-list .list-item.cart:after {
  background-image: url(../images/cart-epic.png);
}
.mission-box .grade-box.epic-type .step-list .list-item:first-of-type {
  color: #6938ef;
}
.mission-box .step-list .list-item .step-text {
  position: absolute;
  top: 111px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.mission-box .step-list .list-item .step-text em {
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
}
.mission-box .grade-box.lock .btn-upgrade {
  display: block;
}
.mission-box .grade-box.lock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 12px;
  z-index: 10;
}
.mission-box .grade-box.lock .tooltip-items .icon-util-error-gray {
  background: url(../images/ico-util-error-light.png) 50% 50% no-repeat;
}
.mission-box .grade-box .btn-upgrade {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 48px 16px 90px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  background-color: #1570ef;
  border-radius: 8px;
  text-align: left;
  z-index: 100;
}
.mission-box .grade-box.epic-type .btn-upgrade {
  background-color: #6938ef;
}
.mission-box .grade-box .btn-upgrade span {
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.mission-box .grade-box .btn-upgrade::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(../images/ico-upgrade-lock.png) 50% 50% no-repeat;
}
.mission-box .mission-wallet {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 70;
}
.mission-box .mission-wallet p {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.mission-box .mission-wallet .btn {
  width: 296px;
}

.mission-box .mission-section {
  overflow: hidden;
  margin-top: 24px;
}
.mission-box .mission-section .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.01em;
}
.mission-section .mission-list {
  float: left;
  width: calc(100% - 268px);
}
.mission-section .mission-list .list-item {
  display: flex;
  padding: 11px 24px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  justify-content: space-between;
}
.mission-section .mission-list .list-item + .list-item {
  margin-top: 8px;
}
.mission-section .mission-list .item-text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: left;
}
.mission-section .reward-box {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.mission-section .reward-box .num {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
.mission-section .reward-box .result {
  width: 32px;
  height: 32px;
  margin-left: 24px;
  background: url(../images/ico-mission-default.svg) 50% no-repeat;
}
.mission-section .reward-box .result.complete {
  background-image: url(../images/ico-mission-complete.svg);
}
.mission-section .current-grade {
  float: right;
  width: 260px;
  margin-left: 8px;
}
.mission-section .current-grade .content-box {
  overflow: hidden;
  padding: 16px;
  background-color: #e0eaff;
  border-radius: 12px;
}
.mission-section .current-grade .cart {
  margin-bottom: 8px;
}
.mission-section .current-grade .cart.rare .img-box .normal-type {
  display: none;
}
.mission-section .current-grade .cart.rare .img-box .rare-type {
  display: block;
}
.mission-section .current-grade .cart.rare strong::before {
  content: "Rare";
}
.mission-section .current-grade .cart.epic .img-box .normal-type {
  display: none;
}
.mission-section .current-grade .cart.epic .img-box .epic-type {
  display: block;
}
.mission-section .current-grade .cart.epic strong::before {
  content: "Epic";
}
.mission-section .current-grade .cart.epic .btn {
  color: #a1a1aa;
  background: #e4e4e7;
  border-color: #e4e4e7;
  cursor: initial;
  pointer-events: none;
}
.mission-section .current-grade .img-box {
  position: relative;
  overflow: hidden;
  width: 228px;
  height: 104px;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 8px;
}
.mission-section .current-grade .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.mission-section .current-grade .img-box .rare-type,
.mission-section .current-grade .img-box .epic-type {
  display: none;
}
.mission-section .current-grade strong {
  float: left;
  font-size: 17px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.01em;
}
.mission-section .current-grade strong::before {
  content: "Normal";
  display: block;
}
.mission-section .current-grade .btn {
  float: right;
}
.mission-section .current-grade .box-info {
  overflow: hidden;
  padding: 11px 0;
}
.mission-section .current-grade .info-title {
  float: left;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.01em;
}
.mission-section .current-grade .info-text {
  float: right;
  min-width: 110px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-align: right;
}
.mission-section .current-grade .info-text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 3px 10px 0 0;
  background: url(../images/ico-rrs-coin-sm.png) 0 0 no-repeat;
  vertical-align: top;
}
.mission-section .current-grade .info-title:last-of-type,
.mission-section .current-grade .info-text:last-of-type {
  margin-top: 6px;
  color: #444ce7;
}
.mission-section .current-grade .content-box.wallet {
  display: none;
  padding: 35px 24px;
  margin-bottom: 8px;
  flex-direction: column;
  text-align: center;
}
.mission-section .content-box.wallet p {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}
.mission-section .current-grade .content-box.wallet .btn {
  float: none;
}

.mission-box .refer-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: center;
}
.mission-box .refer-title p + p {
  margin-top: 8px;
}
.mission-box .referrals-section {
  margin-top: 24px;
}
.mission-box .referrals-section .login-box {
  display: none;
  text-align: center;
}
.mission-box .referrals-section .code-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.mission-box .referrals-section label {
  margin-right: 12px;
  color: #18181b;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
.mission-box .referrals-section .item-copy-list {
  display: flex;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.mission-box .referrals-section .copy-text {
  width: 307px;
  height: 40px;
  flex: 1;
  margin-right: 6px;
  padding: 0 10.5px;
  color: #d0d5dd;
  font-size: 12px;
  background-color: #fff;
  border-color: #d0d5dd;
  border-radius: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.mission-box .referrals-section .btn-copy {
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 8px;
  background: #444ce7
    url(https://static.rumbleracingstar.io/rrshome/assets/web2/images/ico_btn_copy.png)
    no-repeat 50%;
}
.mission-box .referrals-section .btn-copy.on {
  background-image: url(https://static.rumbleracingstar.io/rrshome/assets/web2/images/ico_btn_copy_active.png);
}
.mission-box .referrals-box {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 24px;
  z-index: 10;
}
.mission-box .referrals-box .content-box {
  flex: 1;
  padding: 8px 24px 24px;
  background-color: #e0eaff;
  border-radius: 12px;
}
.mission-box .referrals-box .content-box + .content-box {
  margin-left: 24px;
}
.mission-box .referrals-box .content-box .title {
  padding: 8px 8px 13px;
  color: #3f3f46;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.mission-box .referrals-box .content-box .sub-text {
  color: #71717a;
  font-size: 15px;
  font-weight: 500;
}
.mission-box .referrals-box .count-list {
  overflow: hidden;
}
.mission-box .referrals-box .count-list:first-of-type {
  margin-top: 24px;
}
.mission-box .referrals-box .count-list:first-of-type .list-text::before {
  content: none;
}
.mission-box .referrals-box .count-list + .count-list {
  margin-top: 8px;
}
.mission-box .referrals-box .count-list .list-title {
  float: left;
  color: #71717a;
  font-size: 17px;
  font-weight: 600;
  line-height: 36px;
}
.mission-box .referrals-box .count-list .list-text {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.mission-box .referrals-box .count-list .list-text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 6px 10px 0 0;
  background: url(../images/ico-rrs-coin-sm.png) 0 0 no-repeat;
  vertical-align: top;
}
.mission-box .referrals-box .count-list:nth-of-type(2) .list-title,
.mission-box .referrals-box .count-list:nth-of-type(2) .list-text {
  color: #444ce7;
}
.mission-box .refer-img-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mission-box .refer-img-box .left-box {
  position: absolute;
  top: -44px;
  left: 15px;
  width: 278px;
}
.mission-box .refer-img-box .right-box {
  position: absolute;
  top: -19px;
  right: -6px;
  width: 347px;
}
.refer-box .refer-title .btn {
  display: none;
  width: 296px;
  margin: 24px auto 0;
  z-index: 10;
}

/* daily spin */
.rrs-spin-wrap ::-webkit-scrollbar {
  width: 8px;
}

.rrs-spin-wrap ::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background-clip: padding-box;
  background-color: #fff;
}

.rrs-spin-wrap ::-webkit-scrollbar-track {
  padding: 2px;
  background-color: #2d3282;
  border-radius: 10px;
}

.rrs-spin-wrap .title {
  width: 99px;
  height: 29px;
  background: url(../images/title-spin.png) 0 0 no-repeat;
  background-size: contain;
}
.rrs-spin-wrap .spin-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1156px;
  height: 580px;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #ffff2c;
  border-radius: 20px;
  box-sizing: border-box;
}
.rrs-spin-wrap .spin-content .left-side,
.rrs-spin-wrap .spin-content .right-side {
  position: relative;
  width: 50%;
  height: 100%;
}
.rrs-spin-wrap .spin-content .left-side {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rrs-spin-wrap .spin-content .spin-box {
  position: relative;
  width: 548px;
  height: 548px;
  background: url(../images/img-spin-bg-v2.png) 0 0 no-repeat;
  background-size: contain;
}
.rrs-spin-wrap .spin-content .spin-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  background: url(../images/img-spin-dot-v2.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}
.rrs-spin-wrap .spin-content .spin-box.on {
  mix-blend-mode: luminosity;
  opacity: 0.4;
}

.rrs-spin-wrap .spin-content .spin-box.on .spin-pin,
.rrs-spin-wrap .spin-content .spin-box.on .spin-round {
  mix-blend-mode: luminosity;
}

.rrs-spin-wrap .spin-content .spin-round {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 324px;
  height: 324px;
  transform: translate(-50%, -50%);
  background: url(../images/img-spin-main-v5.png) 0 0 no-repeat;
  background-size: contain;
  transform-origin: 50% 50%;
}
.rrs-spin-wrap .spin-content .spin-round.spin {
  animation: spin 4s ease-in-out alternate;
}
.rrs-spin-wrap .spin-content .spin-pin {
  position: absolute;
  top: 37px;
  left: 50%;
  width: 66px;
  height: 100px;
  transform: translateX(-50%);
  background: url(../images/img-spin-point-v2.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}
.rrs-spin-wrap .spin-content .right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 55px;
  box-sizing: border-box;
}
.rrs-spin-wrap .spin-content .sub-title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70px;
}
.rrs-spin-wrap .spin-content .sub-title .text-list {
  overflow: hidden;
  position: relative;
  /* height: 70px; */
  animation: textRolling 13s linear infinite both;
}
.rrs-spin-wrap .spin-content .sub-title .text-list.clone {
  animation: textRolling2 13s linear infinite both;
}
.rrs-spin-wrap .spin-content .sub-title .text-list .list-item {
  width: 100%;
  height: 70px;
  background-size: contain;
}
.rrs-spin-wrap .spin-content .sub-title .jambo {
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/img-spin-title-jambo-v2.png)
    50% 0 no-repeat;
}
.rrs-spin-wrap .spin-content .sub-title .xai {
  background: url(../images/img-spin-title-xai.png) 50% 0 no-repeat;
}
.rrs-spin-wrap .spin-content .sub-title .adpass {
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/img-spin-title-adpass-v2.png)
    50% 0 no-repeat;
}
.rrs-spin-wrap .spin-content .sub-title .mtbt {
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/img-spin-title-mtbt-v2.png)
    50% 0 no-repeat;
}
@keyframes textRolling {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-100%);
  }
  50.1% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes textRolling2 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-200%);
  }
}

.rrs-spin-wrap .spin-content .btn-spin {
  display: block;
  max-width: 280px;
  height: 64px;
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 32px;
}
.rrs-spin-wrap .spin-content .btn-spin .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rrs-spin-wrap .spin-content .btn-spin .text .icon:first-child {
  margin-left: 18px;
  margin-right: 0;
}
.rrs-spin-wrap .spin-content .btn-share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 180px;
  height: 54px;
  margin-bottom: 140px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #2d3282;
  border-radius: 27px;
  text-align: center;
}
.rrs-spin-wrap .spin-content .btn-share:hover {
  background-color: #6172f3;
}
.rrs-spin-wrap .spin-content .btn-share:active {
  background-color: #1c205f;
}
.rrs-spin-wrap .spin-content .spin-mission-box {
  margin-top: 30px;
}
.rrs-spin-wrap .spin-mission-box .box-header {
  display: flex;
  align-items: center;
  padding: 0 4px;
}
.rrs-spin-wrap .spin-mission-box .box-header .title {
  display: inline-block;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  background: none;
  vertical-align: top;
}
.rrs-spin-wrap .spin-mission-box .box-header .title-text {
  display: inline-block;
  vertical-align: top;
}
.rrs-spin-wrap
  .spin-mission-box
  .box-header
  .tooltip-items:hover
  .icon-tooltip-white {
  background-image: url(../images/ico-tooltip-info-white-hover.png);
}
.rrs-spin-wrap .spin-mission-box .box-header .tooltip-items .item-value {
  width: 280px;
  top: -26px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px 6px;
  margin: 0;
  color: #2d3282;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}
.rrs-spin-wrap .spin-mission-box .box-header .tooltip-items .item-value:hover {
  transform: translate(-50%, -50%);
}
.rrs-spin-wrap .spin-mission-box .box-header .tooltip-items .item-value::after {
  content: none;
}
.rrs-spin-wrap
  .spin-mission-box
  .box-header
  .tooltip-items
  .item-value::before {
  top: auto;
  left: 50%;
  bottom: -7px;
  width: 9px;
  height: 8px;
  margin-left: -6px;
  background: url(../images/ico-spin-tooltip.svg) 0 0 no-repeat;
}
.rrs-spin-wrap .spin-mission-box .mission-heart {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.rrs-spin-wrap .spin-mission-box .mission-heart .heart-item {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/ico-heart.svg) 0 0 no-repeat;
  vertical-align: top;
}
.rrs-spin-wrap .spin-mission-box .mission-heart .heart-item.full-heart {
  background-image: url(../images/ico-heart-full.svg);
}
.rrs-spin-wrap .spin-mission-box .mission-heart .heart-item.used-heart {
  background-image: url(../images/ico-heart-used.svg);
}
.rrs-spin-wrap .spin-mission-box .mission-list {
  overflow-y: auto;
  height: 194px;
  margin-top: 20px;
}
.rrs-spin-wrap .spin-mission-box .mission-item {
  position: relative;
  width: 501px;
  height: 54px;
  background-color: #2d3282;
  border-radius: 27px;
  transition: all 0.2s linear;
}
.rrs-spin-wrap .spin-mission-box .mission-item:hover {
  background-color: #6172f3;
}
.rrs-spin-wrap .spin-mission-box .mission-item:active {
  background-color: #1c205f;
}
.rrs-spin-wrap .spin-mission-box .mission-item + .mission-item {
  margin-top: 16px;
}
.rrs-spin-wrap .spin-mission-box .mission-item.done {
  pointer-events: none;
}
.rrs-spin-wrap .spin-mission-box .mission-item.done::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  background: url(../images/ico-check-blue.svg) 0 0 no-repeat;
  z-index: 1;
}
.rrs-spin-wrap .spin-mission-box .mission-item.done .item-link {
  opacity: 0.25;
}
.rrs-spin-wrap .spin-mission-box .mission-item.error-type .error-text {
  display: block;
}
.rrs-spin-wrap .spin-mission-box .mission-item.error-type .link-text,
.rrs-spin-wrap .spin-mission-box .mission-item.error-type .heart-box {
  display: none;
}
.rrs-spin-wrap .spin-mission-box .mission-item.loading .btn-loading {
  display: flex;
}
.rrs-spin-wrap .spin-mission-box .mission-item.loading .item-link {
  display: none;
}
.rrs-spin-wrap .btn-loading {
  display: none;
  height: inherit;
  align-items: center;
  justify-content: center;
}
.rrs-spin-wrap .spin-mission-box .mission-item .item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  box-sizing: border-box;
}
.rrs-spin-wrap .spin-mission-box .mission-item .heart-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rrs-spin-wrap .spin-mission-box .mission-item .heart-box .icon-jambo-text,
.rrs-spin-wrap .spin-mission-box .mission-item .heart-box .icon-xai-text {
  margin-right: 12px;
}
.rrs-spin-wrap .spin-mission-box .mission-item .error-text {
  display: none;
  color: #fb6514;
}
/* .rrs-spin-wrap .spin-mission-box .mission-item .heart-box .icon:first-of-type {
	margin-right: 8px;
} */

.rrs-spin-wrap .spin-content .btn-spin .state {
  display: none;
}
.rrs-spin-wrap .spin-content .btn-spin.loading .text {
  display: none;
}
.rrs-spin-wrap .spin-content .btn-spin.loading .state {
  display: block;
}
.rrs-spin-wrap .spin-content .spin-box.on ~ .spin-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rrs-spin-wrap .spin-content .spin-result {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.rrs-spin-wrap .spin-content .spin-result .result-text {
  display: block;
  margin-top: 140px;
  width: 298px;
  height: 43px;
  background: url(../images/img-spin-result-v2.png) 0 0 no-repeat;
  background-size: contain;
}
.rrs-spin-wrap .spin-content .spin-result .result-img {
  display: flex;
  width: 140px;
  margin: auto;
}
.rrs-spin-wrap .spin-content .spin-result .result-img img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.rrs-spin-wrap .spin-content .spin-result .result-img .img-scale {
  transform: scale(1.4);
}
.rrs-spin-wrap .spin-content .spin-result .result-info {
  position: absolute;
  bottom: 75px;
  width: 307px;
  height: 48px;
  background: url(../images/img-spin-result-info.png) 0 0 no-repeat;
  background-size: contain;
}
/* .rrs-spin-wrap .spin-content .spin-result .result-info .info-link {
	position: relative;
	display: inline-block;
	color: yellow;
}

.rrs-spin-wrap .spin-content .spin-result .result-info .info-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: yellow;
} */
.rrs-spin-wrap .spin-content .reset-time {
  display: block;
  padding-right: 24px;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
/* .rrs-spin-wrap .spin-content .sub-title-mo {
	width: 371px;
	height: 52px;
	background: url(../images/img-spin-title-mo-v3.png) 0 0 no-repeat;
	background-size: contain;
}  */

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* 툴팁 */
.tooltip-items {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.tooltip-items:hover .item-value {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, -50%);
  transition-delay: 0s;
  z-index: 10000;
}
.tooltip-items .item-title {
  position: relative;
  display: inline-flex;
}
.tooltip-items .item-value {
  position: absolute;
  top: 50%;
  left: 100%;
  margin: 0 0 0 6px;
  padding: 0 10px 0 14px;
  transform: translate(20px, -50%);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 0s 0.4s ease, opacity 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.tooltip-items .item-value:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 34px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/tooltip-bg-left.png)
    left top no-repeat;
}
.tooltip-items .item-value:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 34px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/tooltip-bg-right.png)
    left top no-repeat;
}
.tooltip-items .item-value .txt {
  position: relative;
  display: inline-flex;
  padding: 0 4px 0 2px;
  height: 34px;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #71717a;
  white-space: nowrap;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/tooltip-bg.png)
    center repeat-x;
  border-radius: 0;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  text-align: left;
}
.tooltip-items.line-2 .item-value {
  padding: 0 10px 0 16px;
}
.tooltip-items.line-2 .item-value:before {
  width: 16px;
  height: 52px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/tooltip-bg-left-2.png)
    left top no-repeat;
}
.tooltip-items.line-2 .item-value:after {
  width: 10px;
  height: 52px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/tooltip-bg-right-2.png)
    left top no-repeat;
}
.tooltip-items.line-2 .item-value .txt {
  height: 52px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/tooltip-bg-2.png)
    center repeat-x;
}
.tooltip-items.line-3 .item-value {
  padding: 0 13px 0 17px;
}
.tooltip-items.line-3 .item-value:before {
  width: 20px;
  height: 70px;
  background: url(../images/tooltip-bg-left-3.png) left top no-repeat;
}
.tooltip-items.line-3 .item-value:after {
  width: 12px;
  height: 70px;
  right: 1px;
  background: url(../images/tooltip-bg-right-3.png) left top no-repeat;
}
.tooltip-items.line-3 .item-value .txt {
  height: 70px;
  padding: 0;
  background: url(../images/tooltip-bg-3.png) center repeat-x;
}

/* 쿠키팝업 */
.cookie-pop {
  position: fixed;
  left: 100%;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.cookie-pop.actived {
  left: 0;
}
.cookie-pop .btn-pop-close {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 48px;
  height: 48px;
  margin: 0 0 20px 0;
  z-index: 10;
}
.cookie-pop.hide {
  display: none !important;
}
.cookie-pop-outer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cookie-pop-inner {
  position: relative;
  background: rgba(43, 44, 56, 1);
  text-align: center;
  padding: 0 25px;
  transform: translate(0, 200%);
  box-sizing: border-box;
  transition: transform 0.25s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cookie-pop-data {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 32px;
  box-sizing: border-box;
  justify-content: center;
}
.cookie-pop-data .item-visual {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 123px;
}
.cookie-pop-data .item-desc {
  padding: 0 112px 0 90px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-style: normal;
  opacity: 0.6;
}
.cookie-pop-data .item-ui {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.cookie-pop-data .item-ui .btn {
  height: 40px;
  width: auto;
  padding: 12px 23px;
  font-size: 16px;
  color: rgba(57, 57, 57, 1);
  background: #fff;
  border-radius: 48px;
  transition: all 0.2s;
  box-sizing: border-box;
}
.cookie-pop-data .item-ui .btn:hover {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.cookie-pop-data .item-ui .btn.whiteblue {
  color: #fff;
  border: 1px solid #fff;
  background: rgba(43, 44, 56, 1);
  margin-left: 10px;
  padding: 0 23.5px;
}

.cookie-pop-data .item-ui .btn.whiteblue:hover {
  background: rgba(62, 63, 79, 1);
}

.cookie-pop-data .btn-close {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.cookie-pop.actived .cookie-pop-inner {
  transform: translate(0, 0);
  padding: 0;
}

.pop-container .buy-coin .card-product-items.coin {
  margin-top: 0;
  padding-top: 24px;
}

.pop-container .buy-coin .card-product-items.coin .item-visual .value {
  top: -10px;
}

/* 리더보드 로딩바 */
#divShopLoading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#divShopLoading .item-inner {
  text-align: center;
}

/* 모바일 메인 */
.mobile-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  height: 100vh;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/mobile-bg.png)
    center center no-repeat;
  background-size: cover;
}
.mobile-main .item-inner {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
}
.mobile-main h1 {
  height: 122px;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/m_logo_v2.png)
    50% 0 no-repeat;
  background-size: 252px 121.5px;
  -webkit-background-size: 252px 121.5px;
}
.mobile-main .visual {
  margin-top: 40px;
}
.mobile-main .desc {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}
.mobile-main .txt {
  margin-top: 10px;
  padding: 0 35px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #d4d4d8;
}
.mobile-main .btns {
  margin-top: 48px;
  display: flex;
}
.mobile-main .btns > a:first-child,
.mobile-main .btns > button:first-child {
  margin-right: 4px;
}
.mobile-main .btns > a:last-child,
.mobile-main .btns > button:last-child {
  margin-left: 4px;
}
.mobile-main .btns > a,
.mobile-main .btns > button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  color: #000;
  background: #fff;
  box-sizing: border-box;
}
.mobile-main .btns > a.btn-mobile-1,
.mobile-main .btns > button.btn-mobile-1 {
  color: #fff;
  background-color: #444ce7;
  border-color: #444ce7;
}
.mobile-main .btns > a.btn-mobile-2,
.mobile-main .btns > button.btn-mobile-2 {
  color: #27272a;
  background-color: #b2ddff;
  border-color: #b2ddff;
}

.btn-header-wrap {
  display: none;
}
.btn-gnb-toggle-menu {
  display: none;
}

.mo-type,
.mo-type-flex {
  display: none !important;
}

.mo-main-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 35px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 74px;
  box-sizing: border-box;
  white-space: nowrap;
}

.mo-main-btn::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: url(../images/ico-rrs-coin-64.png) center center no-repeat;
  background-size: contain;
  vertical-align: top;
}

.mo-main-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.mo-main-btn.btn-coin {
  padding-right: 60px;
  white-space: initial;
}

.mo-btn-section {
  margin-top: 80px;
  padding: 0 25px;
}

.mo-btn-section .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  background: none;
}

.mo-btn-section .title .mission-num {
  display: inline-block;
  margin-left: 8px;
  color: #a1a1aa;
  font-size: 13px;
  font-weight: 500;
  vertical-align: top;
}

.mo-btn-section .title .mission-num .done {
  color: #e31b53;
}

.mo-btn-section .btn-coin {
  color: #12b76a;
  border: 1px solid #12b76a;
}

.mo-btn-section .btn-point {
  color: #fec84b;
  border: 1px solid #fec84b;
}

.mo-btn-section .btn-adpass {
  color: #f04438;
  border: 1px solid #f04438;
}

.mo-btn-section .btn-rrs {
  color: #ee46bc;
  border: 1px solid #ee46bc;
}

.mo-main-btn.btn-point::before {
  background-image: url(../images/ico-point-64.png);
}

.mo-main-btn.btn-adpass::before {
  background-image: url(../images/ico-adpass-64.png);
}

.mo-main-btn.btn-rrs::before {
  background-image: url(../images/ico-rrs-85.png);
}

.mo-btn-section .btn-coin:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 33px;
  width: 24px;
  height: 24px;
  background: url(../images/ico-arrow-green-48.png) 0 0 no-repeat;
  background-size: contain;
}

.mo-visual {
  position: relative;
  width: 100%;
  height: 282px;
  margin-top: -28px;
}

.mo-visual::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(39, 40, 76, 0) 50%,
    rgba(39, 40, 76, 0.25) 65%,
    rgba(39, 40, 76, 0.5) 75%,
    rgba(39, 40, 76, 0.75) 85%,
    rgba(39, 40, 76, 1) 100%
  );
  z-index: 2;
}

.mo-visual img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  object-fit: contain;
}

.mo-menu {
  display: none;
}

.mo-menu .login-box .info-text {
  padding-top: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
}

.mo-menu .login-box .btn-login {
  position: relative;
  width: 100%;
  padding: 19px;
  margin-top: 16px;
  z-index: 2000;
}

.mo-menu .login-box.on .login-before {
  display: none;
}

.mo-menu .login-box.on .login-after {
  display: block;
}

.mo-menu .login-box .login-after {
  display: none;
  margin-top: 16px;
}

.mo-menu .login-box.on .header-mypage {
  display: block;
}

.mo-menu .login-box .header-mypage {
  position: relative;
  top: 0;
}

.mo-menu .login-box .header-mypage-outer {
  width: 100%;
}

.mo-header {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 12px 0 11px;
  background-color: #27284c;
  box-sizing: border-box;
  z-index: 30;
}

.page-title-group .btn-back {
  position: absolute;
  top: 16px;
  left: 25px;
  width: 24px;
  height: 24px;
  background: url(../images/ico-arrow-back-mo.png) 0 0 no-repeat;
  background-size: contain;
}

.rank-table .btn-wrap-mo {
  width: 100%;
  margin-top: 4px;
}

.rank-table .btn-wrap-mo.on .btn-more-rank.close {
  display: block;
}

.rank-table .btn-wrap-mo.on .btn-more-rank.open {
  display: none;
}

.rank-table .btn-wrap-mo.on ~ .btn-top {
  display: block;
}

.rank-table .btn-wrap-mo .btn-more-rank {
  width: 100%;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  background: #e0eaff;
  border-radius: 8px;
}

.rank-table .btn-wrap-mo .btn-more-rank::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 3px;
  background: url(../images/ico-arrow-up-down.svg) 0 0 no-repeat;
  vertical-align: top;
}

.rank-table .btn-wrap-mo .btn-more-rank.close::before {
  transform: rotate(180deg);
}

.rank-table .btn-wrap-mo .btn-more-rank.close {
  display: none;
}

.btn-top {
  display: none;
  margin: 24px auto 0;
  width: 38px;
  height: 38px;
  background: url(../images/ico-btn-up.png) 0 0 no-repeat;
  background-size: contain;
}

/* 이벤트 띠배너 */
.banner-wrap {
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  height: 80px;
  padding: 8px 0;
  background: url(https://static.rumbleracingstar.io/rrshome/assets/web2/images/banner-pc.png)
    0 0 no-repeat;
  background-size: cover;
  box-sizing: border-box;
  z-index: 100;
}

.banner-wrap .banner-text {
  display: block;
  text-align: center;
  white-space: nowrap;
}

.banner-wrap .banner-text .main-text {
  display: block;
  width: 100%;
  height: 67px;
  background: url(../images/banner-text-pc-v3.png) 0 0 repeat-x;
  background-size: 1277px 67px;
  animation: banner 30s linear infinite;
}

#cookiePopSG.pop-wrap {
  top: auto;
  bottom: 0;
  height: 180px;
}

@keyframes banner {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1277px 50%;
  }
}

@media screen and (max-width: 1025px) {
  html.fix {
    padding-right: 0;
  }
  html.fix .header-wrap {
    width: 100%;
  }
  ::-webkit-scrollbar {
    width: 0;
  }
  #cookiePopSG.pop-wrap {
    height: 100%;
  }

  .cookie-pop-outer {
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 25px;
    background: rgba(0, 0, 0, 0.3);
  }

  .cookie-pop-inner {
    padding: 24px 24px 49px 24px;
    transform: translate(0, 0);
    opacity: 0;
    transition: opacity 0.2s ease;
    border-radius: 16px;
  }

  .cookie-pop-data {
    padding: 100px 25px 50px 25px;
    display: block;
  }

  .cookie-pop-data .item-visual {
    top: -104px;
    bottom: auto;
    left: 50%;
    width: 194px;
    transform: translateX(-42%);
  }

  .cookie-pop-data .item-visual img {
    width: 100%;
  }

  .cookie-pop-data .item-desc {
    margin-top: 10px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }

  .cookie-pop-data .item-ui {
    margin-left: 0;
    margin-top: 40px;
    justify-content: center;
  }

  .cookie-pop-data .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 48px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cookie-pop-data .btn-close .icon {
    width: 16px;
    height: 16px;
  }

  .cookie-pop.actived .cookie-pop-inner {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* 모바일 대응, 태블릿 일부 대응 */
@media screen and (max-width: 1024px) {
  .pc-type {
    display: none !important;
  }

  .mo-type {
    display: block !important;
  }

  .mo-type-flex {
    display: flex !important;
  }
  .no-display {
    display: none !important;
  }

  /* #toast {z-index:999;} */

  #wrap {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    /* z-index: 1000; */
  }

  #container {
    position: relative;
    padding: 60px 0 0px;
    min-height: 100%;
  }

  #container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, #000000 23.99%, rgba(0, 0, 0, 0) 33%);
  }

  #contents.main-wrap {
    min-height: 100%;
    min-width: 100%;
    background: #27284c;
  }

  #header.actived {
    position: sticky;
    height: 100%;
    min-height: 100vh;
  }

  #header.actived ~ #container {
    position: fixed;
  }

  #header.actived .header-wrap .btn-header-user.btn-gnb-toggle-menu {
    background: url(../images/ico-close-mo.png) center no-repeat;
    background-size: 30px 30px;
  }

  #header.actived .btn-gnb-open:before {
    opacity: 0;
  }

  #header.actived .btn-gnb-open:after {
    opacity: 1;
  }

  #header.actived .header-wrap {
    height: 100%;
    min-height: 100vh;
  }

  #header.open .header-wrap {
    transform: translate(0, 0);
  }

  #header.actived .header-inner {
    min-height: 100vh;
    padding: 0 25px 45px;
  }

  #header.actived .header-wrap .cover {
    height: 100%;
  }

  #header.actived .btn-gnb-open:before {
    opacity: 0;
  }

  #header.actived .btn-gnb-open:after {
    opacity: 1;
  }

  #header.actived .header-wrap .cover:before {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
  }

  #header.actived .mo-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: calc(100vh - 60px);
  }

  .btn-gnb-open {
    position: relative;
    top: initial;
    right: initial;
    width: 35px;
    height: 35px;
    display: flex;
    flex: 1;
    font-size: 0;
  }

  .btn-gnb-open:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H28' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M7 18H28' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M7 26H28' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 1;
    z-index: 0;
    transition: opacity 0.2s ease;
  }

  .btn-gnb-open:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.51367 9.51465L26.4842 26.4852' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.4844 9.51465L9.51381 26.4852' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.2s ease;
  }

  .header-wrap {
    position: sticky;
    width: 100%;
    height: 60px;
    background: #27284c;
    z-index: 1500;
  }

  .header-inner {
    position: sticky;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    transform: translate(0, 0);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 10;
    box-sizing: border-box;
  }

  .header-inner h1 {
    width: 68px;
    height: 37px;
    background-size: contain;
  }

  .header-member {
    display: none;
  }

  .gnb-wrap {
    margin-top: 12px;
    margin-left: 0;
  }

  .gnb-list {
    flex-direction: column;
    align-items: initial;
  }

  a.btn-gnb-nav {
    height: auto;
    padding: 12px 20px 12px 0;
    font-size: 24px;
  }

  .btn-header-wrap {
    position: absolute;
    top: 13px;
    right: 0;
    display: flex;
    width: auto;
    height: 35px;
    z-index: 100;
  }

  .btn-header-wrap .btn-header-user {
    position: relative;
    display: flex;
    flex: 1;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }

  .btn-header-wrap .btn-header-user.default-profile .user-thumb {
    background: url(../images/ico-profile.png) center no-repeat;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    border: none;
  }

  .btn-header-wrap .btn-header-user.default-profile .user-thumb img {
    display: none;
  }

  .btn-header-wrap .btn-header-user .user-thumb {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 0;
    background: #fee232;
    border-radius: 50%;
  }
  .btn-header-wrap .btn-header-user .user-thumb img,
  .header-wrap .user-page .user-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-footer {
    margin-top: auto;
    padding-top: 50px;
    color: #667085;
    font-size: 15px;
    font-weight: 500;
  }

  .header-footer .sns-list {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-left: -5px;
  }

  .header-footer .sns-list li a {
    display: block;
    padding: 5px;
  }

  .header-footer .sns-list .icon {
    width: 24px;
    height: 24px;
  }

  .header-footer .copy-info {
    margin-top: 32px;
  }

  .header-footer .copy-info button {
    color: #667085;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-decoration: underline;
  }

  .header-footer .copy-info button + button {
    margin-left: 3px;
  }

  .main-wrap .container-inner {
    height: 100%;
    min-height: 100%;
    padding-top: 32px;
    padding-bottom: 0;
  }

  /* .main-wrap .txt-data {
		padding: 0 25px;
	} */

  .main-wrap h2 {
    position: relative;
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
      2px 2px 0 #000, 3px 2px 0 #000;
    text-align: center;
  }

  .main-wrap h2::before {
    content: "";
    display: block;
    height: 121px;
    margin-bottom: 9px;
    background: url(../images/logo-main-mo.png) 50% 0 no-repeat;
    background-size: contain;
  }

  .main-wrap .item-btns {
    padding-top: 24px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-wrap .item-btns .btns {
    width: 100%;
    margin: 0;
    gap: 8px;
  }

  .main-wrap .item-btns .btn {
    width: 50%;
    height: 56px;
    margin: 0;
    padding: 0 15px;
    flex: 1;
    font-size: 15px;
    line-height: 18px;
  }

  #footer {
    position: relative;
    padding: 60px 0;
    margin-top: auto;
    z-index: 200;
  }

  .footer-wrap .link-contact {
    display: inline-block;
    padding: 12px 28px 11px 27px;
    color: #98a2b3;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #98a2b3;
    border-radius: 83px;
  }

  .footer-wrap .sns-list {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 27px;
    margin-left: -5px;
  }

  .footer-wrap .sns-list li a {
    display: block;
    padding: 5px;
  }

  .footer-wrap .sns-list .icon {
    width: 24px;
    height: 24px;
  }

  .footer-data {
    height: auto;
    margin-top: 27px;
  }

  .footer-data a.footer-logo {
    width: 180px;
    height: 28px;
  }

  .footer-bedge {
    width: 24px;
    height: 28px;
    margin-left: 30px;
  }

  .footer-copy {
    margin-top: 42px;
    flex-direction: column;
    align-items: start;
  }

  .footer-copy .copy {
    display: block;
    line-height: 22px;
  }

  .footer-copy > .copy + .copy {
    margin-left: 0;
  }

  .pop-children {
    padding: 25px;
  }

  .pop-basic-data {
    width: 100%;
  }

  .cookie-pop .btn-pop-close {
    display: block;
    top: 4px;
    right: 4px;
  }

  #contents {
    max-width: 100%;
    padding: 0;
  }

  .page-title-group {
    position: sticky;
    display: block;
    padding: 0;
    margin: 0;
    top: 60px;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    z-index: 100;
  }

  .page-title-group h2 {
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    background: #fff;
    text-align: center;
  }

  .page-title-group .side {
    padding: 24px 25px;
    margin-left: 0;
  }

  .side {
    padding: 24px 25px;
  }
  /* 
	.mission-wrap .page-title-group {
		position: sticky;
		top: 60px;
		right: 0;
		left: 0;
		background-color: #fff;
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
		z-index: 100;
	} */

  .shop .shop-list .box {
    padding: 20px 25px;
    border-radius: 0;
    box-shadow: none;
  }

  .shop .shop-list .box .grid-4 {
    width: 100% !important;
  }

  .shop-list .board-basic-list .item-header {
    display: block;
    min-height: auto;
    margin: 0;
    padding: 0;
  }

  .shop-list .board-basic-list .item-header.for-shop {
    display: flex;
    border-bottom: none;
  }

  .shop-list .item-body {
    margin-top: 20px;
  }

  .shop .rewards-card-list + .rewards-card-list {
    margin-top: 16px;
  }

  .shop .rewards-card-list .grid-layout-inner,
  .badge-card-list .grid-layout-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
    margin: 0;
  }

  .board-basic-list .item-header h3 {
    font-size: 15px;
    line-height: 22px;
  }

  .assets-data .item-title {
    margin-right: 6px;
    font-size: 13px;
  }

  .assets-data .item-info .value {
    font-size: 13px;
  }

  .card-product-items.coin {
    padding: 12px 12px 0 12px;
  }

  .card-product-items {
    border-radius: 8px;
  }

  .card-product-items.coin .item-visual {
    height: 163px;
    border-radius: 4px;
  }

  .card-product-items .item-visual .value {
    top: 0;
    font-size: 28px;
  }

  .item-visual .obj {
    width: 100%;
    max-width: 180px;
  }

  .item-visual .obj img {
    display: block;
    width: 100%;
    object-fit: contain;
  }

  .rewards-card-list .grid-layout-cell,
  .badge-card-list .grid-layout-cell {
    padding: 0;
  }

  .rewards-card-list .grid-layout-cell:nth-child(-n + 4) {
    padding-top: 0;
  }

  .card-product-items .item-price {
    padding: 8px 0 12px;
  }

  .card-product-items .coin-icon .icon {
    width: 24px;
    height: 24px;
  }

  .coin-data .coin-num {
    font-size: 13px;
  }

  .card-product-items .item-buy .btn {
    height: 32px;
    padding: 0 16px;
    font-size: 11px;
  }

  .text-list-item {
    font-size: 11px;
  }

  .board-basic-list .item-header .left h3 {
    margin-bottom: 5px;
  }

  .assets-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .assets-data .btn {
    height: 32px;
    padding: 7px 14px;
    font-size: 13px;
    line-height: 17px;
  }

  .social-icon.discord {
    width: 16px;
    height: 16px;
  }

  #divShopLeaderboardInfo .sub-title {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 17px 25px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    background: #fff;
  }

  #divShopLeaderboardInfo .sub-title .info {
    color: #71717a;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }

  #divShopLeaderboardInfo .page-body {
    padding: 20px 25px 43px;
    background-color: #fff;
  }

  .leader-board-wrap .grid-layout > .grid-layout-inner > .grid-layout-cell {
    padding: 0;
  }

  .leader-board-wrap .grid-layout > .grid-layout-inner {
    margin: 0;
  }

  .total-pool-list {
    padding: 16px;
    border-radius: 16px;
  }

  .total-pool-list .list-inner {
    margin: 0;
  }

  .total-pool-list .list-inner + .list-inner {
    margin-top: 8px;
    flex-direction: column;
  }

  .total-pool-list .list-inner + .list-inner .list-cell:last-of-type {
    margin-top: 8px;
  }

  .total-pool-list .list-cell {
    padding: 0;
  }

  .pool-data {
    padding: 16px;
    border-radius: 8px;
  }

  .pool-data .item-title {
    font-size: 13px;
    font-weight: 600;
  }

  .pool-data .item-value {
    margin-top: 6px;
    font-size: 20px;
  }

  .pool-data .item-value .icon {
    width: 24px;
    height: 24px;
  }

  .leader-board-wrap .user-data-box .grid-layout-inner {
    flex-direction: column;
  }

  .leader-board-wrap .user-data-box .grid-layout-cell {
    margin-top: 16px;
    border-radius: 16px;
    border: 1px solid #e4e4e7;
  }

  .leader-board-wrap .user-data-box .width-per-70,
  .leader-board-wrap .user-data-box .width-per-30 {
    width: 100%;
  }

  .leader-board-items {
    padding: 16px;
  }

  .leader-board-items .item-header {
    height: 35px;
    padding: 0;
    align-items: normal;
  }

  .leader-board-items.score .item-header {
    border-bottom: none;
  }

  .leader-board-items .item-header h3,
  .leader-board-items.user .option-list-title .title {
    font-size: 15px;
  }

  .leader-board-items .item-body {
    margin-top: 8px;
  }

  .leader-board-wrap .box {
    box-shadow: none;
  }

  .leader-board-items .user-data {
    flex-direction: column;
  }

  .leader-board-items .user-data .user-data-cell,
  .leader-board-items.score .option-list .option-list-cell {
    padding: 16px;
    background-color: #e0eaff;
    border-radius: 8px;
    text-align: center;
  }

  .leader-board-items .user-data .user-data-cell + .user-data-cell {
    margin-top: 8px;
    margin-left: 0;
  }

  .leader-board-items .user-data .user-data-cell.state {
    position: relative;
    justify-content: center;
  }

  .leader-board-items .user-data .user-data-title,
  .leader-board-items.score .option-list-title .title {
    font-size: 13px;
  }

  .leader-board-items .user-data .user-data-value {
    font-size: 20px;
    line-height: 1.2;
  }

  .leader-board-items .user-state {
    padding: 12px;
  }

  .leader-board-items .user-state .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .leader-board-items.score .option-list .option-list-cell {
    flex-direction: column;
    align-items: center;
  }

  .leader-board-items.score .option-list .option-list-data {
    margin-left: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .leader-board-items.rank {
    overflow: hidden;
    padding: 32px 0 0;
  }

  .leader-board-items.rank .leader-board-items {
    align-items: center;
  }

  .leader-board-items.rank .item-header .info {
    font-size: 13px;
  }

  .leader-board-items.rank .board-list-header {
    background-color: #1d2939;
    border-radius: 8px;
  }

  .board-list-header + .board-list-body {
    margin-top: 4px;
  }

  .rank-table .board-list-header .board-list-cell,
  .rank-table .board-list-body .board-list-cell {
    padding: 10px !important;
    line-height: 20px;
    box-sizing: border-box;
  }

  .rank-table .board-list-header .board-list-cell {
    color: #fff;
    font-size: 12px !important;
  }

  .rank-table .board-list-body .board-list-cell {
    font-size: 13px !important;
  }

  .rank-table .board-list-header .board-list-cell:last-of-type {
    color: #a4bcfd;
  }

  .rank-table .board-list-header .board-list-cell:nth-child(1),
  .rank-table .board-list-body .board-list-cell:nth-child(1) {
    width: 42px;
    font-size: 15px;
  }

  .rank-table .board-list-header .board-list-cell:nth-child(2),
  .rank-table .board-list-body .board-list-cell:nth-child(2) {
    width: calc((100% - 45px) / 3);
    font-size: 15px;
  }

  .rank-table .board-list-header .board-list-cell:nth-child(3),
  .rank-table .board-list-body .board-list-cell:nth-child(3),
  .rank-table .board-list-header .board-list-cell:last-of-type,
  .rank-table .board-list-body .board-list-cell:last-of-type {
    width: calc((100% - 45px) / 3);
    letter-spacing: -0.5px;
  }

  .rank-table .board-list-body .board-list-cell .icon-text .txt {
    display: block;
  }

  .selected-wallet .data .title {
    font-size: 15px;
  }

  .selected-wallet .data .code {
    font-size: 13px;
  }

  .mission-wrap .mission-header.box {
    margin: 24px 25px;
  }

  .mission-header .mypage-header {
    padding: 16px;
    margin-top: 8px;
    grid-gap: 8px;
    border-radius: 16px;
    box-shadow: none;
  }

  .mission-header .mypage-header .user-box {
    flex-direction: column;
  }

  .mission-header .mypage-header .token-info {
    grid-template-columns: none;
    grid-gap: 8px;
    margin-top: 0;
  }

  .mypage-header .user-thumb {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }

  .mypage-header .user-name {
    font-size: 17px;
  }

  .mypage-header .selected-wallet {
    max-width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }

  .mypage-header .selected-wallet .data {
    border-radius: 8px;
  }

  .mission-header .box-title {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.2;
  }

  .mission-header .info-content {
    padding: 16px;
    border-radius: 8px;
  }

  .mission-header .info-content.current .btn {
    height: 34px;
    font-size: 13px;
  }

  .mission-header .info-content .num-box {
    font-size: 20px;
    line-height: 1.2;
  }

  .mission-header .info-content .num-box .icon {
    width: 24px;
    height: 24px;
  }

  .mission-header .info-content.total .btn {
    height: auto;
    padding: 9px 15px 8px 16px;
    font-size: 11px;
    border-radius: 4px;
  }

  .mission-wrap .title-box {
    margin: 24px 0 0;
    padding: 17px 25px;
    background-color: #fff;
  }

  .mission-wrap .title-box .sub-title {
    font-size: 20px;
  }

  .mission-box {
    padding: 0 25px;
    border-radius: 0;
    box-shadow: none;
  }

  .mission-box .mission-wallet {
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
  }

  .mission-box .mission-wallet p {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.5;
  }

  .mission-box .mission-wallet .btn {
    width: 100%;
    height: 40px;
    font-size: 13px;
  }

  .mission-box .mission-wallet .btn .icon {
    width: 20px;
    height: 20px;
  }

  .mission-box .grade-box {
    height: 110px;
    padding: 8px;
    border-radius: 8px;
  }

  .mission-box .grade-box.normal-type {
    height: 110px;
  }

  .mission-box .grade-box .step-bar {
    bottom: auto;
    top: 43px;
    width: calc(100% - 64px);
    height: 16px;
    margin-left: 0;
    transform: translateX(-50%);
    background-size: cover;
    box-sizing: border-box;
  }

  .mission-box .step-list .list-item {
    font-size: 11px;
    line-height: 1.2;
  }

  .mission-box .step-list .list-item:before {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    bottom: 40px;
  }

  .mission-box .step-list .list-item .step-text {
    top: 55px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
  }

  .mission-box .step-list .list-item .step-text em {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
  }

  .mission-box .step-list .list-item .step-text .icon {
    display: block;
    margin: 0 auto;
  }

  .mission-box .step-list .list-item:first-of-type:before {
    background-size: cover;
  }

  .mission-box .step-list .list-item.cart:after {
    width: 51px;
    height: 32px;
    margin-left: -25px;
  }

  .mission-box .grade-box.normal-type .step-list .list-item:before {
    bottom: 41px;
  }

  .mission-box .grade-box.lock:before {
    border-radius: 8px;
  }

  .mission-box .grade-box .btn-upgrade {
    padding: 12px 24px 12px 56px;
    font-size: 13px;
    line-height: 1.2;
  }

  .mission-box .grade-box .btn-upgrade::before {
    width: 24px;
    height: 24px;
    left: 24px;
    margin-top: -12px;
    background-size: contain;
  }

  .mission-box .grade-box .btn-upgrade span {
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .mission-box .mission-section {
    margin-top: 8px;
  }

  .mission-box .mission-section .title {
    padding: 9px 0;
    font-size: 15px;
    line-height: 1.5;
  }

  .mission-section .mission-list {
    float: none;
    width: 100%;
  }

  .mission-section .current-grade {
    float: none;
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }

  .mission-section .current-grade .content-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 9px 16px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .mission-section .current-grade .content-box.wallet {
    margin-bottom: 0;
    padding: 9px 16px;
    justify-content: center;
  }

  .mission-section .mission-list .list-item {
    padding: 11px 15px;
  }

  .mission-section .mission-list .item-text {
    margin-right: 30px;
    font-size: 13px;
    line-height: 1.3;
  }

  .mission-section .reward-box .num {
    display: flex;
    align-items: center;
    font-size: 13px;
  }

  .mission-section .reward-box .num .icon {
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }

  .mission-section .current-grade .content-box.wallet .btn {
    height: 32px;
    padding: 0 14px;
    font-size: 11px;
    white-space: nowrap;
  }

  .mission-section .current-grade .content-box.wallet .btn .icon {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
  }

  .mission-section .current-grade .box-info {
    width: 100%;
    padding: 0;
  }

  .mission-section .current-grade .info-title {
    float: none;
    font-size: 13px;
    line-height: 1.5;
  }

  .mission-section .current-grade .info-text {
    float: none;
    max-width: 100%;
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
  }

  .mission-section .current-grade .info-text::before {
    margin-top: 0;
  }

  .mission-section .current-grade .img-box {
    width: 134px;
    height: 62px;
  }

  .mission-section .current-grade .img-box img {
    width: 75px;
  }

  .mission-section .current-grade strong {
    display: block;
    float: none;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }

  .mission-section .current-grade .btn {
    float: none;
    height: 32px;
    width: 100%;
    font-size: 11px;
    border-radius: 4px;
  }

  .mission-section .current-grade .cart {
    margin-bottom: 0;
  }

  .mission-box.refer-box {
    padding-top: 32px;
    padding-bottom: 65px;
  }

  .mission-box .refer-title {
    font-size: 15px;
    line-height: 24px;
  }

  .mission-box .refer-title .icon-rrs-coin {
    width: 24px;
    height: 24px;
  }

  .mission-box .referrals-section {
    margin-top: 16px;
  }

  .mission-box .referrals-section label {
    margin-right: 10px;
    color: #3f3f46;
    font-size: 13px;
    letter-spacing: -0.5px;
  }

  .mission-box .referrals-section .copy-text {
    max-width: 168px;
    width: 100%;
  }

  .mission-box .referrals-box {
    flex-direction: column;
  }

  .mission-box .referrals-box .content-box {
    padding: 13px 24px 24px;
  }

  .mission-box .referrals-box .content-box + .content-box {
    margin-left: 0;
    margin-top: 8px;
  }

  .mission-box .referrals-box .content-box .title {
    font-size: 15px;
    line-height: 1.2;
  }

  .mission-box .referrals-box .count-list:first-of-type {
    margin-top: 8px;
  }

  .mission-box .referrals-box .count-list .list-title {
    font-size: 13px;
    line-height: 24px;
  }

  .mission-box .referrals-box .count-list .list-text {
    font-size: 20px;
    line-height: 1.5;
  }

  .mission-box .referrals-box .count-list .list-text::before {
    margin-top: 3px;
  }

  .mypage-header .login-box {
    height: auto;
  }

  .mission-header .login-box .box-title {
    font-size: 17px;
    line-height: 25px;
  }

  .mission-header .login-box .box-title + .btn {
    width: 100%;
    margin-top: 10px;
    font-size: 17px;
    border-radius: 83px;
  }

  .mission-wrap.no-login .refer-box {
    padding: 32px 25px 65px;
  }

  .refer-box .refer-title .btn {
    width: 100%;
    max-width: 308px;
    font-size: 17px;
    border-radius: 83px;
  }

  .mypage-wrap .page-title-group + .mypage-header {
    margin: 25px;
  }

  .mypage-wrap .mypage-header {
    padding: 16px;
    border-radius: 16px;
    flex-direction: column;
    align-items: normal;
  }

  .mypage-body {
    padding: 0 25px 48px;
    border-radius: 0;
  }

  .mypage-wrap .tab-group {
    display: none;
  }

  .mypage-wrap .my-wallet-data.board-basic-list .item-header {
    margin: 0;
    padding: 14px 0;
  }

  .mypage-wrap .my-wallet-data .item-header .btn {
    height: 36px;
    padding: 7px 15px;
    font-size: 13px;
  }

  .mypage-wrap .my-wallet-data .item-header .icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }

  .card-wallet-items {
    padding: 16px;
    border-radius: 8px;
  }

  .card-wallet-items .item-name .name {
    font-size: 15px;
  }

  .card-wallet-items .item-code .code {
    overflow: hidden;
    width: calc(100% - 100px);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .card-wallet-items .btn-item-del {
    top: 16px;
    right: 16px;
  }

  .board-basic-list .item-footer {
    margin-top: 16px;
  }

  .board-basic-list .item-footer .desc {
    text-align: center;
  }

  .wallet-none-connect .desc > strong:first-child {
    font-size: 17px;
  }

  .mypage-body .wallet-none-connect {
    padding: 0;
  }

  .wallet-none-connect .item-inner {
    padding: 40px 0;
  }

  .mypage-body .wallet-none-connect .icon,
  .pop-wrap .item-body .public-pop .icon {
    width: 48px;
    height: 48px;
  }

  .wallet-none-connect .btns {
    margin-top: 0;
  }

  .banner-wrap {
    top: 60px;
    height: 54px;
    padding: 7px 0;
    background-image: url(https://static.rumbleracingstar.io/rrshome/assets/web2/images/banner-mo.png);
  }

  .banner-wrap .banner-text .main-text {
    height: 42px;
    background: url(../images/banner-text-mo-v2.png) 0 0 repeat-x;
    background-size: 862px 42px;
    -webkit-background-size: 862px 42px;
  }

  @keyframes banner {
    0% {
      background-position: 0 50%;
    }
    100% {
      background-position: -856px 50%;
    }
  }

  .rrs-spin-wrap .spin-content {
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    background: #27284c;
    border: none;
  }
  .rrs-spin-wrap .spin-content .left-side,
  .rrs-spin-wrap .spin-content .right-side {
    width: 100%;
  }
  .rrs-spin-wrap .spin-content .left-side {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .rrs-spin-wrap .spin-content .right-side {
    padding: 0 25px;
  }
  /* .rrs-spin-wrap .spin-content .right-side::before {
		content: '';
		position: absolute;
		top: 96px;
		left: 0;
		width: 103px;
		height: 107px;
		background: url(../images/img-xai-mo.png) 0 0 no-repeat;
		background-size: contain;
	} */
  /* .rrs-spin-wrap .spin-content .right-side::after {
		content: '';
		position: absolute;
		bottom: -82px;
		right: 0;
		width: 88px;
		height: 119px;
		opacity: .3;
		background: url(../images/ico-jambo-mo.png) 0 0 no-repeat;
		background-size: contain;
	} */
  .rrs-spin-wrap .spin-content .sub-title,
  .rrs-spin-wrap .title {
    display: none;
  }
  .rrs-spin-wrap .spin-content .btn-spin {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -120px;
    width: 240px;
    height: 54px;
  }
  .rrs-spin-wrap .spin-content .spin-box {
    width: 380px;
    height: 380px;
  }
  .rrs-spin-wrap .spin-content .spin-box::before {
    width: 50px;
    height: 50px;
  }
  .rrs-spin-wrap .spin-content .spin-round {
    width: 224px;
    height: 224px;
  }
  .rrs-spin-wrap .spin-content .spin-pin {
    top: 25px;
    width: 46px;
    height: 70px;
  }
  .rrs-spin-wrap .spin-content .sub-title,
  .rrs-spin-wrap .spin-content .sub-title .text-list .list-item {
    height: 40px;
  }
  .rrs-spin-wrap .spin-content .sub-title .text-list,
  .rrs-spin-wrap .spin-content .sub-title .text-list.clone {
    animation-duration: 10s;
  }
  .rrs-spin-wrap .spin-mission-box .mission-item {
    width: 100%;
  }
  .rrs-spin-wrap .spin-mission-box .mission-item .item-link {
    padding: 0 24px;
    font-size: 15px;
  }
  .rrs-spin-wrap .icon-heart-full {
    width: 32px;
    height: 32px;
  }
  .rrs-spin-wrap .spin-content .spin-mission-box {
    position: relative;
    margin: 0;
    padding-top: 84px;
  }
  .rrs-spin-wrap .spin-content .reset-time {
    margin: 18px auto 0;
    font-size: 18px;
  }
  .rrs-spin-wrap .spin-mission-box .box-header {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  .rrs-spin-wrap .spin-content .spin-result .result-text {
    width: 260px;
    height: 38px;
    margin-top: 116px;
  }
  .rrs-spin-wrap .spin-content .spin-result .result-img {
    width: 120px;
  }
  .rrs-spin-wrap .spin-content .btn-share {
    margin-bottom: 60px;
  }
  .rrs-spin-wrap .spin-content .btn-share:hover,
  .rrs-spin-wrap .spin-mission-box .mission-item:hover {
    background-color: #1c205f;
  }
  .rrs-spin-wrap .spin-mission-box .mission-heart {
    margin: 0;
  }
  .rrs-spin-wrap .spin-mission-box .box-header .tooltip-items .item-value {
    width: 190px;
    top: -32px;
  }
  .rrs-spin-wrap .spin-mission-box .mission-list {
    position: relative;
    height: 100%;
    margin-top: 30px;
    z-index: 1;
  }
  .rrs-spin-wrap .spin-content .spin-result .result-info {
    top: 72px;
    bottom: auto;
    width: 249px;
    height: 40px;
    background: url(../images/img-spin-result-info-mo.png) 0 0 no-repeat;
    background-size: contain;
  }

  .badge-discount {
    top: 12px;
    left: 12px;
    width: 45px;
    height: 45px;
    font-weight: 700;
  }
  .badge-discount .num {
    font-size: 16px;
  }
  .badge-discount .text {
    margin-top: -1px;
    font-size: 8px;
  }

  .pop-container .card-product-items.coin .item-visual {
    height: auto;
  }
}

@media screen and (max-width: 780px) {
  .pop-basic-data {
    padding: 24px;
  }
  .pop-basic-data .item-header {
    padding-bottom: 16px;
  }

  .pop-basic-data .item-body .pop-body-top {
    padding-top: 24px;
  }

  .pop-basic-data .item-body .pop-body-title,
  .buy-coin.error-pop .buy-complete-info,
  .notice-pop .desc > strong,
  .delete-wallet .subject {
    font-size: 17px;
  }

  .btn-pop-close,
  .btn-pop-close .icon {
    width: 24px;
    height: 24px;
  }

  .login-user-info .item-thumb,
  .pop-basic-data .notice-pop .icon {
    width: 48px;
    height: 48px;
  }

  .buy-coin .card-product-items.coin .item-visual .value {
    font-size: 36px;
  }

  .calculate-status-list:first-child,
  .calculate-status-numbers:first-child {
    padding-top: 24px;
  }

  .calculate-status-numbers h4 {
    margin-bottom: 16px;
  }

  .calculate-status-numbers + .calculate-status-numbers,
  .buy-coin.error-pop .sub-text + .btns,
  .notice-pop .btns,
  .pop-basic-data .item-footer {
    margin-top: 40px;
  }

  .calculate-status-data,
  .calculate-success-data,
  .calculate-success-ui,
  .pop-basic-data .bottom-info,
  .calculate-success-option,
  .calculate-status-list + .calculate-status-data,
  .calculate-process-warning + .calculate-process-ui,
  .calculate-process-select,
  .calculate-select-wrap .btns,
  .ticket-pop .calculate-status-info .bottom-info {
    margin-top: 16px;
  }

  .calculate-select-wrap .pop-body-top {
    padding-top: 24px !important;
  }

  .buy-coin .card-product-items.coin,
  .pop-basic-data .notice-pop,
  .pop-wrap .btns.transaction {
    margin-top: 24px;
  }

  .notice-pop .desc {
    margin-top: 8px;
  }

  .logout-info .desc,
  .pop-wrap .item-body .public-pop {
    padding: 24px 0 16px;
  }

  .pop-basic-data .add-wallet-input {
    padding: 24px 0 0;
  }

  .pop-wrap .item-body .public-pop .txt {
    font-size: 17px;
    line-height: 1.5;
  }

  .pop-wrap .item-body.time-out .sub-text {
    font-size: 13px;
    line-height: 1.2;
  }

  .agree-wrap {
    padding: 40px 0;
  }

  .agree-inner {
    border-radius: 16px;
    width: 344px;
    max-width: 344px;
    max-height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
  }

  .agree-outer .btn-pop-close {
    top: 30px;
    right: 24px;
    width: 24px;
    height: 24px;
    margin: 0;
  }

  .agree-header {
    height: 84px;
    padding: 0;
    font-size: 28px;
    line-height: 1.3;
  }

  .agree-scroller {
    padding: 0 24px 48px 24px;
    font-size: 15px;
    line-height: 1.2;
  }

  .agree-header {
    height: 84px;
    background: url(https://static.rumbleracingstar.io/rrshome/assets/web2/images/pop-bg-top-m.png)
      center top no-repeat;
    background-size: 100% auto;
  }

  .agree-body {
    background: url(https://static.rumbleracingstar.io/rrshome/assets/web2/images/pop-bg-middle-m.png)
      center center repeat-y;
    background-size: 100% auto;
  }

  .agree-footer {
    flex: 0 0 auto;
    height: 80px;
    background: url(https://static.rumbleracingstar.io/rrshome/assets/web2/images/pop-bg-bottom-m.png)
      center bottom no-repeat;
    background-size: 100% auto;
  }

  #toast {
    right: 25px;
    top: 70px;
    bottom: auto;
    left: 25px;
  }

  .toast-pop-data {
    top: 0;
    bottom: auto;
    height: fit-content;
    width: 100%;
    font-size: 15px;
  }

  .toast-pop-data .item-value {
    margin-left: auto;
  }

  .toast-pop-data .item-value .item-desc {
    overflow: hidden;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (max-width: 410px) {
  .agree-inner {
    width: 320px;
    max-width: 320px;
  }

  .agree-header {
    height: 65px;
  }

  .agree-footer {
    height: 63px;
  }
}

@media screen and (max-width: 380px) {
  .footer-copy > .copy button + button + button {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .agree-header {
    height: 63px;
  }

  .agree-footer {
    height: 60px;
  }
}

@media screen and (max-width: 300px) {
  .footer-copy > .copy button + button {
    display: block;
    margin-left: 0;
  }

  .mo-main-btn {
    white-space: inherit;
  }

  .shop .rewards-card-list .grid-layout-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-title-group .side .selected-wallet {
    word-break: break-all;
  }

  .mission-section .mission-list .item-text {
    margin-right: 10px;
  }

  .mission-section .current-grade .content-box.wallet .btn {
    height: auto;
    padding: 8px 14px;
    white-space: initial;
  }

  .mission-section .current-grade .img-box {
    width: 100px;
  }

  #divShopLeaderboardInfo .page-body {
    padding: 20px 10px 43px;
  }
}
