@import "fonts/Asterisk/fontello.css";
@import "fonts/AppleSDGothic/AppleSDGothicNeo.css";
@import "fonts/GmarketSans/GmarketSans.css";
@import "common.css";
/* text, bg */
.text-gray {
  color: #8b8b8b;
}

.text-darkgray {
  color: #666464;
}

.text-whitegray {
  color: #f4f4f4;
}

.text-dusk {
  color: #f8b739;
}

.text-muted {
  color: #71748d;
}

.text-arti-blue {
  color: #364C59;
}

.text-arti-lightblue {
  color: #6394D0;
}

.text-arti-red {
  color: #ad3b48;
}

.text-arti-lightred {
  color: #D15261;
}

.text-saseul-purple {
  color: #4C5395;
}

.text-saseul-lightpurple {
  color: #EFF1F8;
}

.text-saseul-blue {
  color: #5E639B;
}

.text-opensea-blue {
  color: #2081E2;
}

.text-light-saseulblue {
  color: rgba(94, 99, 155, 0.5);
}

.text-white-saseulblue {
  color: rgba(94, 99, 155, 0.2);
}

.text-light-white {
  color: rgba(255, 255, 255, 0.68);
}

.text-opacity-white {
  color: rgba(255, 255, 255, 0.2);
}

.text-opacity-black {
  color: rgba(0, 0, 0, 0.2);
}

.text-saseul-gray {
  color: rgba(129, 129, 129, 0.75);
}

.text-saseul-lightgray {
  color: rgba(54, 54, 54, 0.2);
}

.text-arti-gray {
  color: #808080;
}

.text-red {
  color: #dc3545;
}

.text-guardee-gray {
  color: #B5B5B5;
}

.text-guardee-lightgray {
  color: #DCDCE2;
}

.text-guardee-realblue {
  color: #01466F;
}

.text-guardee-blue {
  color: #043554;
}

.text-guardee-darkblue {
  color: #022D4A;
}

.text-guardee-greenblue {
  color: #1aadbf;
}

.text-red {
  color: #dc3545;
}

.bg-guardee-white {
  background-color: white;
}

.bg-guardee-blue {
  background-color: #01466F;
}

.bg-guardee-greenblue {
  background-color: #1aadbf;
}

.bg-guardee-gray {
  background-color: #B5B5B5;
}

.bg-guardee-lightgray {
  background-color: #DCDCE2;
}

.bg-guardee-whitegray {
  background-color: #f4f4f4;
}

.bg-guardee-lightwhite {
  background-color: #fafafa;
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.bg-trans-black {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-trans-gray {
  background-color: rgba(0, 0, 0, 0.4);
}

.hover-arti-lightred {
  transition: 0.2s ease-in-out;
}
.hover-arti-lightred.hover {
  color: #D15261;
}
@media (hover: hover) and (pointer: fine) {
  .hover-arti-lightred:hover {
    color: #D15261;
  }
}

.hover-arti-lightblue {
  transition: 0.2s ease-in-out;
}
.hover-arti-lightblue.hover {
  color: #6394D0;
}
@media (hover: hover) and (pointer: fine) {
  .hover-arti-lightblue:hover {
    color: #6394D0;
  }
}

.hover-guardee-realblue {
  transition: 0.2s ease-in-out;
}
.hover-guardee-realblue.hover {
  color: #01466F;
}
@media (hover: hover) and (pointer: fine) {
  .hover-guardee-realblue:hover {
    color: #01466F;
  }
}

.hover-guardee-darkblue {
  transition: 0.2s ease-in-out;
}
.hover-guardee-darkblue.hover {
  color: #022D4A;
}
@media (hover: hover) and (pointer: fine) {
  .hover-guardee-darkblue:hover {
    color: #022D4A;
  }
}

.hover-bg-guardee-gray {
  transition: 0.2s ease-in-out;
}
.hover-bg-guardee-gray.hover {
  background-color: #B5B5B5;
}
@media (hover: hover) and (pointer: fine) {
  .hover-bg-guardee-gray:hover {
    background-color: #B5B5B5;
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: GmarketSans, Apple SD Gothic Neo, sans-serif;
}

h1, h2, h3, h4, h5, h6, div, span, a, button, ul, li, section, pre, p {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html, body {
  margin: 0;
  font-size: 16px;
}

html {
  --sys-scale: 1;
}

body {
  -ms-overflow-style: none;
}

input {
  background-color: white;
  color: black;
}

textarea {
  color: black;
}

::-webkit-scrollbar {
  display: none;
}

span {
  word-wrap: break-word;
  word-break: break-word;
}

.ff-apple {
  font-family: Apple SD Gothic Neo, GmarketSans, sans-serif;
}

body {
  background-color: #000;
}

main {
  height: 100%;
  margin: auto;
  max-width: 414px;
}

/* section */
.section {
  position: absolute;
  width: 100%;
  max-width: 414px;
  height: 100%;
  min-height: max(720px, 100vh);
  overflow-x: hidden;
}

.section-1 {
  z-index: 1;
}

.section-2 {
  z-index: 2;
}

.section-3 {
  z-index: 3;
}

.section-4 {
  z-index: 4;
}

.section-5 {
  z-index: 5;
}

.section-6 {
  z-index: 6;
}

.section-7 {
  z-index: 7;
}

.section-8 {
  z-index: 8;
}

.section-9 {
  z-index: 9;
}

.section-10 {
  z-index: 10;
}

.section-keyboard {
  height: calc(100vh + 200px);
}

.section-bottom {
  position: absolute;
  width: 100%;
  max-width: 414px;
  bottom: 0;
}

.section-cover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

/* header */
.header {
  position: fixed;
  max-width: 414px;
  border-bottom: 2px solid #f4f4f4;
  z-index: 1;
}

/* footer */
.footer {
  position: fixed;
  bottom: 0;
  max-width: 414px;
  border-top: 2px solid #f4f4f4;
  z-index: 1;
}

.footer-item-bar {
  transition: 0.2s ease-in-out;
  height: 5px;
  width: 15px;
  border-radius: 5px;
  background-color: black;
}

/* home */
.home-wrapper {
  height: calc(100% - 280px);
}

.home-wrapper-long {
  height: calc(100% - 200px);
}

.home-wrapper-rest {
  height: calc(100% - 102px);
}

/* notice */
.notice {
  position: fixed;
  overflow: hidden;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
  margin-top: -120px;
  z-index: 10;
}

.notice-box {
  background-color: rgba(47, 39, 37, 0.7);
}

.notice-in {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: notice-in;
  animation-name: notice-in;
}

@keyframes notice-in {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  10% {
    opacity: 1;
    margin-top: 0;
  }
  90% {
    opacity: 1;
    margin-top: 0;
  }
  100% {
    opacity: 0;
    margin-top: -120px;
  }
}
/* splash */
.loading-text {
  position: absolute;
  width: 100%;
  max-width: 414px;
  top: 55%;
}

/* skeleton */
@keyframes loading {
  0% {
    background-position: 100%;
  }
  40%, 100% {
    background-position: -100%;
  }
}
.skeleton {
  background: linear-gradient(90deg, #ddd 0%, #e8e8e8 20%, #ddd 40%);
  background-size: 200%;
  animation: loading 2s infinite linear;
  border-radius: 0.375rem;
}

.skeleton.disabled {
  background: none;
  animation: none;
}

/* btn */
.gbtn {
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.gbtn-sm {
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.gbtn-disable {
  background-color: #DCDCE2;
  color: white;
  cursor: default !important;
}
.gbtn-disable.active {
  background-color: #043554;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer !important;
}
.gbtn-disable.active:hover, .gbtn-disable.active.hover {
  background-color: #022D4A;
  box-shadow: none;
}

.gbtn-realwhite {
  background-color: white;
  color: black;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.gbtn-realwhite:hover, .gbtn-realwhite.hover {
  background-color: #B5B5B5;
  color: white;
  box-shadow: none;
}

.gbtn-white {
  background-color: rgba(255, 255, 255, 0.85);
  color: black;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.gbtn-white.hover {
  background-color: #043554;
  color: white;
  box-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
  .gbtn-white:hover {
    background-color: #043554;
    color: white;
    box-shadow: none;
  }
}

.gbtn-white-2 {
  background-color: rgba(255, 255, 255, 0.85);
  color: black;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.gbtn-white-2.hover {
  background-color: #B5B5B5;
  color: white;
  box-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
  .gbtn-white-2:hover {
    background-color: #B5B5B5;
    color: white;
    box-shadow: none;
  }
}

.gbtn-greenblue {
  background-color: #1aadbf;
  color: white;
}
.gbtn-greenblue.hover {
  background-color: #158D9C;
}
@media (hover: hover) and (pointer: fine) {
  .gbtn-greenblue:hover {
    background-color: #158D9C;
  }
}

.gbtn-blue {
  background-color: #043554;
  color: white;
}
.gbtn-blue.hover {
  background-color: #01466F;
}
@media (hover: hover) and (pointer: fine) {
  .gbtn-blue:hover {
    background-color: #01466F;
  }
}

.gbtn-blue-2 {
  background-color: #DCDCE2;
  color: white;
  cursor: default !important;
}
.gbtn-blue-2.active {
  background-color: #043554;
  cursor: pointer !important;
}
.gbtn-blue-2.hover {
  background-color: #01466F;
}
@media (hover: hover) and (pointer: fine) {
  .gbtn-blue-2:hover {
    background-color: #01466F;
  }
}

.gbtn-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.gbtn-shadow.hover {
  box-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
  .gbtn-shadow:hover {
    box-shadow: none;
  }
}

/* input */
.keyfile-area {
  border: 2px dashed #D0D0D0;
  box-shadow: none;
  width: 100%;
  height: calc(100% - 120px);
  transition: 0.2s ease-in-out;
}
.keyfile-area.active {
  background-color: black !important;
}

.password-input {
  font-family: fontello-asterlisk, sans-serif;
  border: 0;
  border-bottom: 2px solid #727272;
}
.password-input:focus {
  outline: none;
}
.password-input.large {
  width: 70% !important;
}
@supports (-webkit-touch-callout: none) {
  .password-input {
    font-family: Apple SD Gothic Neo, GmarketSans, sans-serif;
  }
}

.ginput-password {
  font-family: fontello-asterlisk, sans-serif;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #727272;
  color: black;
}
@supports (-webkit-touch-callout: none) {
  .ginput-password {
    font-family: Apple SD Gothic Neo, GmarketSans, sans-serif;
  }
}
.ginput-password::placeholder {
  font-family: GmarketSans, sans-serif;
  font-size: 14px;
  color: #B5B5B5;
  letter-spacing: 0;
}
.ginput-password:focus {
  outline: none;
}
.ginput-password:focus::placeholder {
  opacity: 0;
}
.ginput-password.large {
  width: 70% !important;
}

.ginput-text {
  font-family: GmarketSans, Apple SD Gothic Neo, sans-serif;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #727272;
  text-align: center;
}
.ginput-text::placeholder {
  font-family: GmarketSans, sans-serif;
  font-size: 14px;
  color: #B5B5B5;
  letter-spacing: 0;
}
.ginput-text:focus {
  outline: none;
}
.ginput-text:focus::placeholder {
  opacity: 0;
}
.ginput-text.large {
  width: 70% !important;
}

.ginput-text-2 {
  font-family: GmarketSans, Apple SD Gothic Neo, sans-serif;
  background-color: transparent;
  border: 0;
}
.ginput-text-2::placeholder {
  font-family: GmarketSans, sans-serif;
  color: #B5B5B5;
  letter-spacing: 0;
}
.ginput-text-2:focus {
  outline: none;
}
.ginput-text-2:focus::placeholder {
  opacity: 0;
}
.ginput-text-2.large {
  width: 70% !important;
}

.pex-6 {
  padding-right: 6px !important;
}

.border-right {
  border-right: 1px solid #DCDCE2;
}

.spinner-guardee-greenblue {
  border-color: #1aadbf;
  border-right-color: transparent;
}

.spinner-light {
  border-color: rgba(1, 1, 1, 0.5);
  border-right-color: transparent;
}

.brb-lightblack {
  border-bottom: 4px solid #393939;
}

.brb-lightgray {
  border-bottom: 4px solid #C5C5C5;
}

.brb-sm-lightgray {
  border-bottom: 2px solid #C5C5C5;
}

.start-bg {
  position: absolute;
  max-width: 414px;
  background-color: rgba(5, 72, 115, 0.7);
  background-image: url("../img/welcome-loadingbackground.png");
  background-size: cover;
  background-position: center;
  filter: blur(7px);
  animation: 24s linear 0s infinite alternate none running backgroundMovingAnimation;
  z-index: -10;
}

@keyframes backgroundMovingAnimation {
  from {
    background-position: center;
  }
  to {
    background-position: right;
  }
}
.start-box {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}

.start-bottom-box {
  display: flex;
  margin: 20px 0;
  justify-content: center;
}

.start-bottom-bar {
  width: 10px;
  height: 6px;
  background-color: #b2b2b2;
  border-radius: 500px;
  margin: 0 2px;
}
.start-bottom-bar.active {
  width: 20px;
  background-color: #1aadbf;
}

.seed-textarea {
  resize: none;
  width: 100%;
  height: calc(100% - 120px);
  border: 1px solid #d0d0d0;
  padding: 15px;
  box-sizing: border-box;
  background-color: white;
  color: black;
}
.seed-textarea::placeholder {
  color: #bebebe;
}
.seed-textarea:focus {
  outline: none;
}
.seed-textarea:focus::placeholder {
  opacity: 0;
}

/* page */
.network-box {
  height: 30px;
  border-radius: 15px;
  background-color: #f4f4f4;
  cursor: pointer;
}

.network-box-gray {
  height: 30px;
  border-radius: 5px;
  background-color: #B5B5B5;
}

.main-box-name {
  border: 2px solid #B5B5B5;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  padding: 0 0 0 3px;
}

.sub-box-name {
  border: 2px solid #B5B5B5;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  padding: 7px 0 0 6px;
}

.main-box-refresh {
  border: 0;
  border-radius: 12px;
  height: 24px;
  padding: 1px 12px;
  color: white;
  transition: 0.2s ease-in-out;
  background-color: #B5B5B5;
}
.main-box-refresh.hover {
  background-color: #DCDCE2;
}
@media (hover: hover) and (pointer: fine) {
  .main-box-refresh:hover {
    background-color: #DCDCE2;
  }
}

.main-box-list-type {
  cursor: pointer;
  color: black;
  transition: 0.2s ease-in-out;
}
.main-box-list-type.hover {
  color: #6394D0;
}
@media (hover: hover) and (pointer: fine) {
  .main-box-list-type:hover {
    color: #6394D0;
  }
}
.main-box-list-type.active {
  color: #6394D0;
  border-bottom: 2px solid #6394D0;
}

.main-box-list {
  min-height: 320px;
}

.event-imagebox {
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.account-box-bottom {
  height: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.account-add-box {
  background-color: white;
  border: 2px dashed #DCDCE2;
  border-radius: 15px;
  height: 160px;
}

.gselect-text {
  cursor: pointer;
}
.gselect-text.hover {
  transition: 0.2s ease-in-out;
  color: #6394D0;
}
@media (hover: hover) and (pointer: fine) {
  .gselect-text:hover {
    transition: 0.2s ease-in-out;
    color: #6394D0;
  }
}
.gselect-text.active {
  transition: none;
  border-bottom: 2px solid #1aadbf;
  color: #1aadbf;
}

.gfooter-button {
  background-color: #DCDCE2;
  transition: 0.2s ease-in-out;
  cursor: default;
}
.gfooter-button.active {
  background-color: #043554;
  cursor: pointer;
}
.gfooter-button.active.hover {
  background-color: #01466F;
}
@media (hover: hover) and (pointer: fine) {
  .gfooter-button.active:hover {
    background-color: #01466F;
  }
}

.refine-box {
  background-color: white;
  height: calc(100vh - 400px);
  min-height: 320px;
}

.box-bottomline {
  border-bottom: 2px solid gray;
}

.send-title-box {
  height: 28px;
  border-radius: 14px;
  width: 95px;
  text-align: center;
}
.send-title-box.active {
  background-color: white;
}

.send-select-box {
  background-color: white;
  height: 40px;
  border-radius: 20px;
}

.send-list-box {
  height: calc(100vh - 340px);
  min-height: 320px;
}

.send-input-box {
  font-size: 14px;
  color: black !important;
  border: 0;
}
.send-input-box::placeholder {
  color: #B5B5B5;
  letter-spacing: 0;
}
.send-input-box:focus {
  outline: none;
}
.send-input-box:focus::placeholder {
  opacity: 0;
}

.list-item-box {
  background-color: white;
  border-radius: 15px;
}

.history-item-box {
  background-color: white;
  border-radius: 15px;
}

.send-all-box {
  background-color: #f4f4f4;
  color: #B5B5B5;
  transition: 0.2s ease-in-out;
  border-radius: 12px;
  padding: 5px 12px;
  cursor: pointer;
}
.send-all-box.hover {
  background-color: #DCDCE2;
  color: black;
}
@media (hover: hover) and (pointer: fine) {
  .send-all-box:hover {
    background-color: #DCDCE2;
    color: black;
  }
}

.send-pad {
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #DCDCE2;
  cursor: pointer;
}
.send-pad.hover {
  transition: 0.2s ease-in-out;
  background-color: #B5B5B5;
  box-shadow: none;
}
.send-pad.disable.hover {
  transition: none;
  background-color: #f4f4f4;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (hover: hover) and (pointer: fine) {
  .send-pad:hover {
    transition: 0.2s ease-in-out;
    background-color: #B5B5B5;
    box-shadow: none;
  }
  .send-pad.disable:hover {
    transition: none;
    background-color: #f4f4f4;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

.send-pad-box {
  height: 50px;
  padding: 2px;
}

.send-to-box {
  background-color: #f4f4f4;
  height: calc(100vh - 440px);
  min-height: 320px;
}

.gmodal {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  width: 80%;
}

.fixed-center {
  position: fixed;
  max-width: 414px;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.box-bottom-15 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.triangle-down {
  width: 0;
  height: 0;
  margin-top: 15px;
  border-top: 9px solid #666464;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  animation: float 0.4s infinite linear alternate;
}

@keyframes float {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 30%);
  }
}
.border-left-greenblue {
  border-left: 2px solid #1aadbf;
}

.nft-upload-box {
  cursor: pointer;
}
.nft-upload-box.active {
  background-color: rgba(0, 0, 0, 0.8);
}

.nft-file-box {
  border: 3px dashed #DCDCE2;
  height: 220px;
  width: 220px;
  border-radius: 10px;
}

.nft-cover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 208px;
  height: 208px;
  border-radius: 120px;
  margin-top: 16px;
  margin-left: 16px;
  z-index: 4;
}

.nft-profile-cover {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  z-index: 4;
}

.nft-result-box {
  max-width: 96vw;
  max-height: 220px;
}
.nft-result-box img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.nft-result-box video {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.nft-result-box audio {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  object-fit: contain;
}

.nft-detail-box {
  max-width: 100%;
  max-height: 100%;
}
.nft-detail-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nft-detail-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nft-detail-box audio {
  width: 220px;
  margin-top: 40px;
  margin-bottom: 40px;
  object-fit: contain;
}

.nft-etc-box {
  width: 220px;
  height: 220px;
  display: flex;
}
.nft-etc-box img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: auto;
}

.nft-input-box {
  border-bottom: 1px solid #DCDCE2;
  padding: 12px 24px;
}

.nft-item-box {
  width: 137px;
  height: 137px;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nft-additional-box {
  position: absolute;
  width: 137px;
  height: 137px;
}

.nft-cover-box {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 137px;
  height: 137px;
}

.nft-item {
  width: 40%;
  height: 40%;
  object-fit: contain;
  margin: auto;
}

.nft-list {
  padding-left: 1px;
  padding-right: 1px;
}

.nft-item-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nft-item-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loading-contracts {
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.gbtn-x {
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.gbtn-x.active {
  border-bottom: 2px solid #043554;
  color: #01466F;
}
.gbtn-x:hover, .gbtn-x.hover {
  color: #01466F;
}

.banner-event {
  background-size: cover;
  background-repeat: no-repeat;
  height: 75px;
  border-radius: 7px;
  cursor: pointer;
}

.banner-mining {
  background-image: url("../img/event-mining-banner.png");
}

.banner- .referral-box {
  background: rgba(22, 147, 163, 0.12);
  border-radius: 15px;
  color: #666464;
  padding: 1px 16px;
}

.referral-text-1 {
  color: #1693A3;
}

.referral-text-2 {
  color: #666464;
}

.referral-dot {
  background: #1693A3;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */
