@charset "UTF-8";
/* Reset */
* {
  outline: 0 !important;
}

address,
article,
aside,
blockquote,
body,
button,
caption,
code,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
legend,
li,
menu,
nav,
object,
ol,
p,
pre,
section,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
ul {
  margin: 0;
  padding: 0;
}

body,
html {
  position: relative;
  min-height: 100vh;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
}

html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
  overscroll-behavior-y: contain;
}

body,
button,
input,
select,
textarea {
  border: none;
  font-size: 12px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  color: #000;
}

li,
ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

address,
cite,
code,
em {
  font-style: normal;
  font-weight: normal;
}

button,
img,
input,
label,
select,
textarea {
  vertical-align: middle;
}

caption,
legend {
  line-height: 0;
  font-size: 1px;
  overflow: hidden;
}

hr {
  display: none;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

button {
  background-color: #fff;
  cursor: pointer;
}

/* Form */
textarea {
  border: 1px solid #dbdbdb;
}

select {
  height: 32px;
  font-size: 13px;
  color: #373737;
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 5px;
}

input::-webkit-input-placeholder {
  color: #A1A1AA;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}

textarea {
  padding: 5px 0;
}

input:focus,
select:focus,
textarea:focus {
  border: 1px solid #727272;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

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;
  cursor: pointer;
}

.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;
  width: -moz-available;
}

.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: #7A5AF8;
  border-color: #7A5AF8;
}

a.btn-primary:hover,
button.btn-primary:hover,
input[type=submit].btn-primary:hover {
  color: #fff;
  background: #9B8AFB;
  border-color: #9B8AFB;
}

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: #3E1C96;
  border-color: #3E1C96;
}

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: #E4E4E7;
  background: #A1A1AA;
  border-color: #A1A1AA;
  cursor: initial;
}

a.btn-primary.loading,
button.btn-primary.loading,
input[type=submit].btn-primary.loading {
  color: #000;
  background: #F4F4F5;
  border-color: #D4D4D8;
}

@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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;
}

.icon-loading-bar-middle {
  width: 36px;
  height: 36px;
  background-image: url("https://static.rumbleracingstar.io/rrshome/assets/web2/images/icon-loading-bar-middle.png");
}

#divLoading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

#divLoading .item-inner {
  text-align: center;
}

body {
  min-width: 1200px;
  background: linear-gradient(180deg, #252859 0%, #5C5689 52%, #C88BD9 100%);
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/img-main-bg.png) 0 0 repeat;
  z-index: -1;
}
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/ico-sns-discord-hover.svg) url(../images/ico-sns-opensea-hover.svg) url(../images/ico-sns-twitter-hover.svg);
}

.color-stress {
  color: #7a5af8;
}

.box-round {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.mo-type {
  display: none;
}

.click-video {
  cursor: pointer;
  pointer-events: inherit !important;
}

.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;
}

.icon-btn-arrow-white {
  width: 1.67vw;
  height: 1.67vw;
  background-image: url(../images/icon-btn-arrow-white.png);
}

.icon-btn-play-red {
  width: 2.5vw;
  height: 2.5vw;
  background-image: url(../images/icon-btn-play-red.png);
}

.icon-btn-play-black {
  width: 2.5vw;
  height: 2.5vw;
  background-image: url(../images/icon-btn-play-black.png);
}

.icon-visual-play-white {
  width: 5.56vw;
  height: 5.56vw;
  background-image: url(../images/icon-visual-play-white.png);
}

.icon-pop-close-black {
  width: 3.33vw;
  height: 3.33vw;
  background-image: url(../images/icon-pop-close-black.png);
}

.icon-pop-close-black2 {
  width: 1.67vw;
  height: 1.67vw;
  background-image: url(../images/icon-pop-close-black2.png);
}

.icon-btn-mail-white {
  width: 2.22vw;
  height: 2.22vw;
  background-image: url(../images/icon-btn-mail-white.png);
}

.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-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-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);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1392px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 18px 30px;
  box-sizing: border-box;
}
.header-wrap .logo button {
  width: 96px;
  height: 40px;
  background: url(../images/mint-logo.png) 0 0 no-repeat;
  background-size: contain;
}

.header-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-outer .header-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-outer .header-sns-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 32px;
}
.header-outer .header-sns-menu .btn-header-sns-nav {
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  transition: all 0.2s linear;
}
.header-outer .header-sns-menu .btn-header-sns-nav.twitter {
  background-image: url(../images/ico-sns-twitter.svg);
}
.header-outer .header-sns-menu .btn-header-sns-nav.twitter:hover {
  background-image: url(../images/ico-sns-twitter-hover.svg);
}
.header-outer .header-sns-menu .btn-header-sns-nav.discord {
  background-image: url(../images/ico-sns-discord.svg);
}
.header-outer .header-sns-menu .btn-header-sns-nav.discord:hover {
  background-image: url(../images/ico-sns-discord-hover.svg);
}
.header-outer .header-sns-menu .btn-header-sns-nav.opensea {
  background-image: url(../images/ico-sns-opensea.svg);
}
.header-outer .header-sns-menu .btn-header-sns-nav.opensea:hover {
  background-image: url(../images/ico-sns-opensea-hover.svg);
}
.header-outer .header-sns-menu ~ .btn-connect {
  margin-left: 32px;
}
.header-outer .btn-connect {
  padding: 7px 24px;
  color: #ccf0fe;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background: rgba(204, 240, 254, 0.2);
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  border-radius: 90px;
  transition: all 0.2s linear;
}
.header-outer .btn-connect.disconnect {
  border: 1px solid #ccf0fe;
  background-color: transparent;
}

.header-gnb-ui {
  display: none;
}

.container {
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  min-height: 100vh;
}
.container.type2 .content {
  padding-top: 304px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 200px 0 375px;
}

.tab-wrap {
  margin-bottom: 40px;
}
.tab-wrap .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.tab-wrap .list-item.on .item-link {
  color: #fff;
  background-color: #7a5af8;
  border-color: #7a5af8;
}
.tab-wrap .list-item.on .item-link:hover {
  background-color: #9B8AFB;
  border-color: #9B8AFB;
}
.tab-wrap .list-item.on .item-link:active {
  background-color: #3E1C96;
  border-color: #3E1C96;
}
.tab-wrap .item-link {
  display: block;
  width: 220px;
  height: 56px;
  padding: 15px;
  color: #7a5af8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid #7a5af8;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  border-radius: 90px;
  text-align: center;
  box-sizing: border-box;
  z-index: 100;
}
.tab-wrap .item-link:hover {
  background-color: rgba(40, 36, 76, 0.8);
}
.tab-wrap .item-link:active {
  background-color: rgba(0, 0, 0, 0.7);
}

.main-wrap {
  position: relative;
}
.main-wrap.no-wallet .mint-inner .info-box .left-box .no-wallet-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 271px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.main-wrap.no-wallet .mint-inner .info-box .left-box .box-list {
  display: none;
}
.main-wrap .mint-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1156px;
  height: 626px;
  padding: 54px;
  background-color: #EFECF6;
  border: 6px solid #7b4bcd;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  box-sizing: border-box;
}
.main-wrap .mint-inner:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -18px;
  width: 1180px;
  height: 658px;
  background: url(../images/img-content-bg.png) 0 0 no-repeat;
  z-index: -1;
}
.main-wrap .left-wrap .img-box {
  overflow: hidden;
  width: 436px;
  height: 436px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.main-wrap .left-wrap .img-box img, .main-wrap .left-wrap .img-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-wrap .right-wrap {
  margin-left: 33px;
}
.main-wrap .right-wrap .main-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.main-wrap .right-wrap .sub-title {
  margin-top: 10px;
  color: #27272a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.main-wrap .right-wrap .btn-info {
  width: 24px;
  height: 24px;
  background: url(../images/ico-help.png) 0 0 no-repeat;
  background-size: contain;
}
.main-wrap .right-wrap .info-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 567px;
  height: 260px;
  margin-top: 16px;
  box-sizing: border-box;
}
.main-wrap .right-wrap .info-box .no-wallet-box {
  display: none;
}
.main-wrap .right-wrap .info-box .no-wallet-box p {
  margin-bottom: 16px;
  color: #27272a;
  font-size: 17px;
  font-weight: 700;
}
.main-wrap .right-wrap .info-box .left-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  background-color: #d9d5e9;
  box-sizing: border-box;
}
.main-wrap .right-wrap .info-box .left-box .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 271px;
  height: 47px;
  padding: 11px 23px 12px;
  background-color: #352E58;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
}
.main-wrap .right-wrap .info-box .left-box .list-item + .list-item {
  margin-top: 8px;
}
.main-wrap .right-wrap .info-box .left-box .list-item.wallet-info {
  position: relative;
  padding: 15px 24px 16px 56px;
  background-color: #fff;
}
.main-wrap .right-wrap .info-box .left-box .list-item.wallet-info::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 24px;
  width: 24px;
  height: 24px;
  background: url(../images/ico-wallect-grey.png) 0 0 no-repeat;
  background-size: contain;
}
.main-wrap .right-wrap .info-box .left-box .list-item:nth-child(2) .item-title {
  color: #F670C7;
}
.main-wrap .right-wrap .info-box .left-box .list-item:nth-child(3) .item-title {
  color: #BDB4FE;
}
.main-wrap .right-wrap .info-box .left-box .list-item:nth-child(4) .item-title {
  color: #CBFF45;
}
.main-wrap .right-wrap .info-box .left-box .item-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.main-wrap .right-wrap .info-box .left-box .item-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.main-wrap .right-wrap .info-box .left-box .wallet-num {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 500;
}
.main-wrap .right-wrap .info-box .left-box .text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 47px);
  justify-content: center;
  align-items: center;
}
.main-wrap .right-wrap .info-box .left-box .text-box .item-text {
  font-size: 17px;
  font-weight: 700;
}
.main-wrap .right-wrap .info-box .left-box .text-box .item-text.w-correct, .main-wrap .right-wrap .info-box .left-box .text-box .item-text.p-correct {
  color: #5925dc;
}
.main-wrap .right-wrap .info-box .left-box .text-box .item-text.w-error {
  color: #b32318;
}
.main-wrap .right-wrap .info-box .right-box .box-list {
  padding: 18px 24px 24px;
  background-color: #352E58;
  text-align: center;
}
.main-wrap .right-wrap .info-box .right-box .box-list + .box-list {
  margin-top: 8px;
}
.main-wrap .right-wrap .info-box .right-box .list-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.main-wrap .right-wrap .info-box .right-box .list-text {
  width: 192px;
  padding: 16px 9px;
  margin-top: 10px;
  color: #52525b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  background-color: #d9d5e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
}
.main-wrap .right-wrap .count-box {
  overflow: hidden;
  margin-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d4d4d8;
}
.main-wrap .right-wrap .count-box.mint-private .input-wrap {
  display: none;
}
.main-wrap .right-wrap .count-box.mint-private .num-wrap {
  padding: 13px 16px 13px 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-wrap .right-wrap .count-box.mint-private .num-wrap::before {
  content: "Claimable";
  width: auto;
  width: -moz-available;
  color: #52525b;
  font-size: 16px;
  font-weight: 700;
  background: none;
}
.main-wrap .right-wrap .count-box .input-wrap {
  position: relative;
  float: left;
}
.main-wrap .right-wrap .count-box input[type=text] {
  width: 319px;
  height: 56px;
  padding: 11px 24px;
  color: #52525b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #D9D5E9;
  border-color: #d9d5e9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-sizing: border-box;
}
.main-wrap .right-wrap .count-box .btn-max {
  position: absolute;
  top: 12px;
  right: 24px;
  padding: 6px 17px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
}
.main-wrap .right-wrap .count-box .num-wrap {
  position: relative;
  float: right;
  width: 240px;
  height: 56px;
  padding: 13px 16px;
  font-size: 24px;
  font-weight: 700;
  background-color: #fff;
  text-align: right;
  box-sizing: border-box;
}
.main-wrap .right-wrap .count-box .num-wrap::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
  background: url(../images/ico-mark.png) 0 0 no-repeat;
  background-size: contain;
}
.main-wrap .btn-wrap {
  position: absolute;
  bottom: 35px;
  right: 60px;
}
.main-wrap .btn-wrap::after {
  content: "";
  display: block;
  clear: both;
}

.btn-deposit {
  float: right;
  width: 240px;
  height: 56px;
  padding: 14px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  background-color: #ee46bc;
  text-align: center;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  border-radius: 90px;
  border: 2px solid #000;
  box-shadow: 0px 2px 0px 0px #000000;
  box-sizing: border-box;
}
.btn-deposit:hover {
  background-color: #F670C7;
}
.btn-deposit:active {
  background-color: #841651;
}
.btn-deposit:disabled, .btn-deposit.disabled {
  color: #E4E4E7;
  background-color: #a1a1aa;
  border-color: #71717A;
  box-shadow: 0px 2px 0px 0px #71717A;
  cursor: initial;
}

.mint-info-text {
  float: left;
  margin: 8px 8px 0 0;
  color: #c4320a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}

.mint .img-content .main-character1 {
  position: absolute;
  bottom: -60px;
  left: -257px;
  width: 296px;
  height: 564px;
  background: url(../images/img-main-character1.png) 0 0 no-repeat;
  z-index: 10;
}
.mint .img-content .main-character2 {
  position: absolute;
  top: -220px;
  right: -617px;
  width: 901px;
  height: 1347px;
  background: url(../images/img-main-character2.png) 0 0 no-repeat;
  z-index: -1;
}

.my-nfts .img-content .main-character1 {
  position: absolute;
  bottom: -250px;
  left: -650px;
  width: 745px;
  height: 1022px;
  background: url(../images/img-main-character3.png) 0 0 no-repeat;
}
.my-nfts .img-content .main-character2 {
  position: absolute;
  top: -190px;
  right: -950px;
  width: 1467px;
  height: 2328px;
  background: url(../images/img-main-character4.png) 0 0 no-repeat;
  z-index: -1;
}

.nft-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 700px;
  justify-content: center;
}
.nft-inner .info-box {
  position: relative;
}
.nft-inner .about-nft {
  display: none;
}
.nft-inner .about-nft.on {
  display: block;
}
.nft-inner .count-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.nft-inner .count-box .box-list {
  width: 244px;
  padding: 24px;
  color: #fff;
  background-color: #352E58;
  text-align: center;
  box-sizing: border-box;
}
.nft-inner .count-box .list-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.nft-inner .count-box .list-text {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.nft-inner .count-box .list-text.stress {
  color: #4FD9A5;
}
.nft-inner .count-box .list-text.text-reveal {
  font-size: 25px;
}
.nft-inner .nft-box {
  position: relative;
  padding: 30px 30px 26px 30px;
  margin-top: 8px;
  background-color: #211c2c;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  box-sizing: border-box;
  transition: all 0.2s linear;
  z-index: 10;
}
.nft-inner .nft-box .img-box {
  position: relative;
  overflow: hidden;
  width: 436px;
  height: 436px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.nft-inner .nft-box .img-box img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.nft-inner .nft-box .img-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.nft-inner .nft-box .img-box .play {
  display: none;
}
.nft-inner .nft-box .img-box .play.on {
  display: block;
}
.nft-inner .nft-box .name-text {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.nft-inner .nft-box .link-text {
  position: relative;
  display: block;
  margin-top: 9px;
  color: #a1a1aa;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  transition: all 0.2s linear;
  z-index: 10;
}
.nft-inner .nft-box .link-text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/ico-opensea.png) 0 0 no-repeat;
  background-size: contain;
  vertical-align: top;
}
.nft-inner .no-wallet-box {
  position: relative;
  display: none;
  width: 496px;
  height: 378px;
  padding: 48px;
  background-color: rgba(33, 28, 44, 0.8);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
}
.nft-inner .no-wallet-box.on {
  display: block;
}
.nft-inner .no-wallet-box p {
  margin-top: 48px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.nft-inner .no-wallet-box p::before {
  content: "";
  display: block;
  height: 56px;
  margin-bottom: 16px;
  background: url(../images/ico-wallet.png) 50% 0 no-repeat;
  background-size: contain;
}
.nft-inner .no-wallet-box .btn {
  position: absolute;
  right: 48px;
  left: 48px;
  bottom: 48px;
}

.nft-btn-box {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.nft-btn-box.on {
  display: block;
}
.nft-btn-box .btn-slide {
  position: absolute;
  bottom: 240px;
  display: block;
  width: 96px;
  height: 96px;
  background-color: rgba(33, 28, 44, 0.8);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.nft-btn-box .btn-slide:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
  width: 30px;
  height: 57px;
  background-size: contain;
  background-repeat: no-repeat;
}
.nft-btn-box .btn-slide.before {
  left: 0;
  transform: rotate(180deg);
}
.nft-btn-box .btn-slide.before::before {
  background-image: url(../images/ico-arrow.png);
}
.nft-btn-box .btn-slide.next {
  right: 0;
}
.nft-btn-box .btn-slide.next::before {
  background-image: url(../images/ico-arrow.png);
}

.no-nft-box {
  display: none;
  width: 496px;
  height: 438px;
  background-color: rgba(33, 28, 44, 0.8);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  box-sizing: border-box;
}
.no-nft-box.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-nft-box p {
  width: 100%;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  text-align: center;
}
.no-nft-box p::before {
  content: "";
  display: block;
  height: 200px;
  margin-bottom: 15px;
  background: url(../images/img-character.png) 50% 0 no-repeat;
  background-size: contain;
}
.no-nft-box .loading-box .item-inner {
  text-align: center;
}
.no-nft-box .loading-box .desc {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 1200px;
  height: 220px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.footer-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1392px;
  margin: 0 auto;
  padding: 68px 30px;
  box-sizing: border-box;
}
.footer-wrap .logo-delabs {
  display: block;
  width: 269px;
  height: 42px;
  background: url(../images/logo-footer-delabs.png) 0 0 no-repeat;
  background-size: contain;
}
.footer-wrap .logo-meta {
  position: absolute;
  top: 68px;
  right: 30px;
  width: 199px;
  height: 83px;
  background: url(../images/img-logo-footer.png) 0 0 no-repeat;
  background-size: contain;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 1.2;
}
.footer-info .link-terms {
  display: block;
  margin-left: 5px;
  color: #7c7c7c;
  text-decoration: underline;
}

.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.25s 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s 0s ease;
}
.pop-wrap.black .cover {
  background: rgba(26, 23, 23, 0.8);
}
.pop-wrap .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 243, 243, 0.8);
  opacity: 0;
  transition: opacity 0.45s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.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 .icon ~ .txt {
  margin-top: 16px;
}
.pop-wrap .item-body .public-pop .txt {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
}
.pop-wrap .item-body.progress .icon {
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-pop-progress.svg) center center no-repeat;
}
.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 .icon {
  background: url(https://static.rumbleracingstar.io/rrshome/assets/stargarage/images/ico-pop-check.svg) center center no-repeat;
}
.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.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.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;
}
.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.progress ~ .btns.transaction, .pop-wrap .item-body.done ~ .btns.transaction, .pop-wrap .item-body.fail ~ .btns.transaction {
  display: none;
}
.pop-wrap .info-wrap .img-box {
  overflow: hidden;
  width: 1080px;
  height: 600px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.pop-wrap .info-wrap .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pop-wrap .info-wrap .btn-pop-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: url(../images/ico-pop-close-white.png) 0 0 no-repeat;
  background-size: contain;
}

.pop-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  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-basic-data {
  position: relative;
  display: inline-block;
  transform: scale(0.3);
  opacity: 0;
  transition: transform 0.25s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s 0s ease;
  box-sizing: border-box;
}
.pop-basic-data.full {
  width: 100%;
  height: 100%;
}
.pop-basic-data.middle {
  width: 640px;
}
.pop-basic-data.type2 {
  width: 360px;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
}
.pop-basic-data.type2 .btn-pop-close {
  position: absolute;
  right: 32px;
  top: 27px;
  width: 36px;
  height: 36px;
  z-index: 10;
}
.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;
}

.connect-pop-data .pop-title {
  color: #27272a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.connect-pop-data .content-inner {
  width: 684px;
  padding: 32px;
  background-color: #dcd9ee;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.connect-pop-data .wallet_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  padding: 32px;
  margin-top: 24px;
  background-color: #EFEDFE;
  border: 1px solid #cbc9de;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.connect-pop-data .li-login-wallet {
  flex: 1;
  cursor: pointer;
}
.connect-pop-data .li-login-wallet .icon {
  position: relative;
  width: 96px;
  height: 96px;
  background-color: #dcd9ee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.connect-pop-data .li-login-wallet .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.connect-pop-data .li-login-wallet .icon.meta::before {
  background-image: url(../images/ico-metamask.png);
}
.connect-pop-data .li-login-wallet .icon.w-connect::before {
  background-image: url(../images/ico-wallect-connect.svg);
}
.connect-pop-data .li-login-wallet .icon.coinbase::before {
  background-image: url(../images/ico-coinbase.svg);
}
.connect-pop-data .li-login-wallet .name {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.connect-pop-data .btn-pop-close {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 36px;
  height: 36px;
  background: url(../images/ico-pop-close-wallet.png) 0 0 no-repeat;
  background-size: contain;
}

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;
}

.modal {
  z-index: 99999;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%) translateY(-60%);
  background: #cf3131;
  padding: 20px 40px;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  font-size: 15px;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.modal.on {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.modal p {
  color: #fff;
}

.disabled-li {
  pointer-events: none !important;
}

.mo-type {
  display: none;
}

.content-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: 100%;
}
.content-outer .content-inner {
  width: 100%;
  height: 100%;
}

.content-inner {
  position: relative;
  max-width: 79.17vw;
  margin: 0 auto;
  padding: 3vw 2.22vw;
  box-sizing: border-box;
}

.con-title {
  font-size: 2.22vw;
  line-height: 1.2;
  font-weight: 600;
  color: #1a1717;
}

.terms-wrap {
  position: relative;
  width: 900px;
  height: 700px;
  padding: 20px;
  background-color: #fff;
  border: 3px solid #7b4bcd;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
}
.terms-wrap .btn-pop-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: url(../images/ico-pop-close-wallet.png) 0 0 no-repeat;
  background-size: contain;
}
.terms-wrap .title {
  padding: 10px;
  font-size: 20px;
}
.terms-wrap .terms-inner {
  overflow-y: auto;
  height: 595px;
}
.terms-wrap .content-box {
  margin-top: 15px;
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
}
.terms-wrap .content-box p {
  font-size: 13px;
}
.terms-wrap .content-box p + p {
  margin-top: 15px;
}
.terms-wrap .sub-title {
  margin-bottom: 10px;
  font-size: 15px;
}
.terms-wrap .list-title {
  padding: 7px 0;
  font-size: 13px;
  font-weight: 600;
}
.terms-wrap .text-list {
  margin-top: 7px;
}
.terms-wrap .text-list li {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
}
.terms-wrap .text-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.terms-wrap .text-list li + li {
  margin-top: 10px;
}
.terms-wrap .text-list + p {
  margin-top: 10px;
}
.terms-wrap .text-list.type-dl {
  font-size: 13px;
}
.terms-wrap .text-list.type-dl dt {
  padding: 7px 0;
  font-weight: 600;
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .content {
    transform: scale(0.96);
    padding-top: 180px;
  }
  .pop-wrap.actived .info-wrap {
    transform: scale(0.96);
  }
  .pop-wrap.actived .info-wrap .img-box {
    width: 100%;
    height: 100%;
  }
  .mo-type {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1299px) {
  body, header, .container, footer {
    min-width: auto;
  }
  .content {
    transform: scale(0.86);
    padding-top: 130px;
  }
  .pop-wrap.actived .info-wrap {
    transform: scale(0.86);
  }
  .pop-wrap.actived .info-wrap .img-box {
    width: 100%;
    height: 100%;
  }
  .mo-type {
    display: none !important;
  }
}
@media screen and (min-width: 875px) and (max-width: 1099px) {
  body, header, .container, footer {
    min-width: auto;
  }
  .content {
    transform: scale(0.74);
    padding-top: 160px;
  }
  footer {
    height: 100%;
    max-height: 300px;
  }
  .footer-wrap {
    max-width: 100%;
    padding: 25px;
  }
  .footer-wrap .logo-delabs {
    width: 139px;
    height: 21px;
  }
  .footer-wrap .logo-meta {
    width: 74px;
    height: 32px;
    top: 25px;
    right: 25px;
  }
  .footer-info {
    display: block;
  }
  .footer-info .link-terms {
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
  }
  .footer-info .link-terms + .link-terms {
    margin-left: 5px;
  }
  .pop-wrap.actived .info-wrap {
    transform: scale(0.74);
  }
  .pop-wrap.actived .info-wrap .img-box {
    width: 100%;
    height: 100%;
  }
  .mo-type {
    display: none !important;
  }
}
@media screen and (max-width: 874px) {
  body {
    overflow: auto;
  }
  #header.open .btn-header-toggle-nav {
    transform: translate(0%, 0%);
  }
  #header.actived {
    height: 210px;
    background-color: #000;
  }
  #header.actived .header-outer {
    opacity: 1;
    position: absolute;
    top: 85px;
    pointer-events: initial;
  }
  #header.actived .header-outer .header-sns-menu ~ .btn-connect {
    margin-top: 20px;
    margin-left: 0;
  }
  #header.actived .header-outer .header-btn-wrap {
    flex-direction: column;
  }
  #header.actived .header-inner {
    top: 0;
    position: relative;
    z-index: 1;
  }
  #header.actived .btn-header-toggle-nav:before {
    width: 20px;
    margin: -1px 0 0 -10px;
    transform: rotate(45deg);
  }
  #header.actived .btn-header-toggle-nav:after {
    width: 20px;
    margin: -1px 0 0 -10px;
    transform: rotate(-45deg);
  }
  .header-gnb-ui {
    position: fixed;
    top: 10px;
    right: 25px;
    z-index: 1700;
    display: block;
    transition: top 0.4s ease;
  }
  .btn-header-toggle-nav {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #646765;
    border-radius: 50%;
    font-size: 0;
  }
  .btn-header-toggle-nav:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #000;
    margin: -4px 0 0 -9px;
    transition: background 0.2s ease, transform 0.2s ease, margin 0.2s ease;
  }
  .btn-header-toggle-nav:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #000;
    margin: 4px 0 0 -9px;
    transition: background 0.2s ease, transform 0.2s ease, margin 0.2s ease;
  }
  body, header, .container {
    min-width: auto;
  }
  .mo-type {
    display: block;
  }
  .pc-type {
    display: none !important;
  }
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    z-index: 100;
    transition: height 0.2s linear;
  }
  .header-wrap {
    max-width: 100%;
    height: 60px;
    padding: 10px 25px;
    align-items: center;
  }
  .header-wrap .logo button {
    width: 74px;
    height: 32px;
  }
  .header-outer {
    opacity: 0;
    pointer-events: none;
  }
  footer {
    min-width: auto;
    height: auto;
  }
  .footer-wrap {
    max-width: 100%;
    padding: 25px;
  }
  .footer-wrap .logo-delabs {
    width: 139px;
    height: 21px;
  }
  .footer-wrap .logo-meta {
    width: 74px;
    height: 32px;
    top: 25px;
    right: 25px;
  }
  .footer-info {
    display: block;
  }
  .footer-info .link-terms {
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
  }
  .footer-info .link-terms + .link-terms {
    margin-left: 5px;
  }
  .container {
    overflow-y: auto;
    height: 100%;
    padding: 100px 0 200px;
  }
  .container.type2 {
    padding-top: 185px;
  }
  .container.type2 .content {
    padding: 0;
  }
  .content {
    padding: 0;
    margin-top: 30px;
  }
  .tab-wrap {
    margin-bottom: 20px;
  }
  .tab-wrap .item-link {
    width: auto;
    padding: 15px 25px;
  }
  .main-wrap {
    padding: 0 20px;
  }
  .main-wrap .img-content {
    display: none;
  }
  .main-wrap .mint-inner {
    min-width: auto;
    height: 100%;
    padding: 5%;
    flex-direction: column;
  }
  .main-wrap .mint-inner::before {
    content: none;
  }
  .main-wrap .left-wrap .img-box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .main-wrap .right-wrap {
    margin-top: 20px;
    margin-left: 0;
  }
  .main-wrap .right-wrap .main-title {
    font-size: 24px;
  }
  .main-wrap .right-wrap .sub-title {
    font-size: 18px;
  }
  .main-wrap .right-wrap .info-box {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .main-wrap .right-wrap .info-box .left-box {
    padding: 1.2em;
    justify-content: center;
  }
  .main-wrap .right-wrap .info-box .left-box .box-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .main-wrap .right-wrap .info-box .left-box .list-item {
    width: 100%;
  }
  .main-wrap .right-wrap .info-box .left-box .text-box {
    height: 100%;
    margin-top: 20px;
  }
  .main-wrap .right-wrap .info-box .right-box .list-text {
    width: 100%;
  }
  .main-wrap .right-wrap .info-box .loading-box {
    position: static !important;
    transform: none !important;
    margin-bottom: 15px;
  }
  .main-wrap .right-wrap .count-box .input-wrap, .main-wrap .right-wrap .count-box .num-wrap {
    float: none;
  }
  .main-wrap .right-wrap .count-box input[type=text], .main-wrap .right-wrap .count-box .num-wrap {
    width: 100%;
  }
  .main-wrap .right-wrap .count-box .num-wrap {
    margin-top: 8px;
  }
  .main-wrap .btn-wrap {
    position: static;
  }
  .btn-deposit {
    float: none;
    width: 100%;
    margin-top: 5%;
  }
  .mint-info-text {
    float: none;
    margin: 8px 0 0;
    text-align: center;
  }
  .my-nfts {
    width: 100%;
    box-sizing: border-box;
  }
  .nft-inner {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .nft-inner .no-wallet-box {
    width: 100%;
    max-width: 496px;
    margin: 0 auto;
  }
  .nft-inner .nft-box .img-box {
    width: 100%;
    height: 100%;
  }
  .nft-inner .nft-box .img-box img {
    position: relative;
    left: 0;
    transform: unset;
    width: 100%;
    height: auto;
    object-fit: cover;
    pointer-events: none;
  }
  .nft-inner .count-box .box-list {
    width: 50%;
    padding: 5%;
  }
  .nft-inner .count-box .list-text {
    font-size: 25px;
  }
  .nft-inner .count-box .list-text.text-reveal {
    font-size: 18px;
  }
  .no-nft-box {
    width: 100%;
  }
  .nft-btn-box {
    position: relative;
    height: 60px;
    margin-top: 20px;
  }
  .nft-btn-box::after {
    content: "";
    display: block;
    clear: both;
  }
  .nft-btn-box .btn-slide {
    width: 60px;
    height: 60px;
    bottom: 0;
  }
  .nft-btn-box .btn-slide::before {
    width: 20px;
    height: 37px;
  }
  .nft-btn-box .btn-slide.before::before {
    left: 24px;
  }
  .nft-btn-box .btn-slide.next::before {
    left: 24px;
  }
  .pop-children {
    padding: 5%;
  }
  .connect-pop-data {
    width: 100%;
  }
  .connect-pop-data .content-inner {
    width: 100%;
    max-width: 100%;
    padding: 5%;
    box-sizing: border-box;
  }
  .connect-pop-data .wallet_list {
    padding: 15px 10px;
    gap: 5px;
  }
  .connect-pop-data .li-login-wallet .icon {
    width: 70px;
    height: 70px;
  }
  .connect-pop-data .li-login-wallet .name {
    font-size: 14px;
  }
  .connect-pop-data .btn-pop-close {
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .pop-basic-data.type2 {
    width: 100%;
  }
  .terms-wrap {
    width: 100%;
    height: 100%;
    max-height: 600px;
  }
  .terms-wrap .terms-inner {
    height: 505px;
  }
  .pop-wrap .info-wrap .img-box {
    width: 100%;
    height: 100%;
  }
  .pop-wrap .info-wrap .btn-pop-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/ico-pop-close-white.png) 0 0 no-repeat;
    background-size: contain;
  }
}
/*# sourceMappingURL=maps/mtbt_mint.css.map */
