@charset "UTF-8";
body {
  background: #010e1f url(/images/bg_footer.jpg) left bottom no-repeat;
  font-family: 'Nanum Gothic', sans-serif;
  color: #FFF;
  padding-bottom: 60px;
  background-size: contain; }

a {
  color: #FFF;
  transition: color .1s; }
  a:hover {
    color: #483d65; }

.cover {
  margin-bottom: 40px; }
  .cover img {
    width: 100%; }
  @media (max-width: 768px) {
    .cover {
      position: relative;
      height: 450px;
      overflow: hidden; }
      .cover img {
        position: absolute;
        left: 50%;
        max-width: 780px;
        transform: translateX(-50%);
        width: auto; } }

.social {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 5;
  width: 100%;
  text-align: right; }
  @media (max-width: 768px) {
    .social {
      right: 20px;
      top: 15px; } }
  .social a {
    font-size: 32px;
    margin-right: 20px; }
    .social a:last-child {
      margin-right: 0; }

.center {
  height: 54vw;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .center {
      height: 410px; } }
  .center h1 {
    margin-bottom: 2vw; }
    @media (max-width: 768px) {
      .center h1 {
        margin-top: 60px;
        margin-bottom: 20px; } }
  .center img {
    max-width: 100%;
    width: 33vw; }
    @media (max-width: 768px) {
      .center img {
        width: 300px; } }
  .center h4 {
    margin-bottom: 30px;
    max-width: 380px;
    text-align: center; }
    @media (max-width: 768px) {
      .center h4 {
        max-width: 270px;
        font-size: 16px; } }
  .center a.mint {
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid #FFF;
    font-size: 28px;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    transition: background .2s, color .2s;
    margin-bottom: 10px; }
    .center a.mint:hover {
      cursor: pointer;
      background: #FFF;
      color: #010e1f; }
    .center a.mint.disabled {
      border-color: #605f5f;
      color: #605f5f; }
      .center a.mint.disabled:hover {
        cursor: default;
        background: none;
        border-color: #605f5f;
        color: #605f5f; }
  .center .notice {
    font-size: 10px;
    text-transform: uppercase;
    color: #938c8c; }

.ghost-display {
  margin-bottom: 50px; }
  .ghost-display img {
    width: 100%;
    height: 20vw;
    border-radius: 15px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .ghost-display img {
        height: 40vw;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .ghost-display img {
        height: 42vw;
        margin-bottom: 20px; } }

@media (max-width: 767px) {
  .container.display {
    overflow-x: auto;
    margin-bottom: 20px;
    max-width: 100%; }
    .container.display .ghost-display {
      width: 200%;
      margin-bottom: 0; } }

.copy {
  font-size: 22px;
  margin-bottom: 30px;
  padding: 0 18px; }
  .copy p {
    max-width: 700px;
    margin: 0 auto 40px; }
  .copy p.first {
    font-size: 28px;
    max-width: 600px;
    margin: 0 auto 40px; }

.mint-modal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; }
  .mint-modal-container .mint-bg {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%; }
  .mint-modal-container .mint-modal {
    background: #010e1f;
    border-radius: 15px;
    padding: 60px;
    position: absolute;
    color: #FFF;
    width: 580px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.4); }
    .mint-modal-container .mint-modal .price {
      font-size: 14px;
      text-transform: uppercase; }
      .mint-modal-container .mint-modal .price i {
        font-size: 22px;
        position: relative;
        top: 3px;
        color: #75787c;
        margin-right: 4px; }
      .mint-modal-container .mint-modal .price .amount {
        font-weight: bold; }
      .mint-modal-container .mint-modal .price small {
        color: #f5f5f5;
        font-size: 11px; }
    .mint-modal-container .mint-modal .close {
      position: absolute;
      right: 25px;
      color: #FFF;
      top: 20px;
      font-size: 34px;
      text-decoration: none;
      line-height: 34px;
      height: 34px; }
    .mint-modal-container .mint-modal h2 {
      text-transform: uppercase;
      font-size: 26px;
      margin-bottom: 36px; }
    .mint-modal-container .mint-modal .actions a {
      text-transform: uppercase;
      border-radius: 50px;
      border: 2px solid #FFF;
      font-size: 24px;
      display: inline-block;
      padding: 8px 24px;
      text-decoration: none;
      transition: background .2s, color .2s;
      margin-bottom: 10px; }
      .mint-modal-container .mint-modal .actions a.cancel {
        border: none; }
      .mint-modal-container .mint-modal .actions a.mint {
        color: #FFF;
        border-color: #97c03c;
        background: #97c03c;
        margin-left: 10px;
        transition: background .2s, border-color .2s; }
        .mint-modal-container .mint-modal .actions a.mint:hover {
          background: #6e8f25; }
    .mint-modal-container .mint-modal .success {
      background: #32aed1;
      color: #FFF;
      border-radius: 0;
      padding: 22px;
      margin-top: 10px;
      margin: 22px -60px -60px; }
      .mint-modal-container .mint-modal .success .message i {
        margin-right: 5px; }
    .mint-modal-container .mint-modal .ghosty-bottom-left {
      position: absolute;
      left: -43px;
      top: 100%;
      margin-top: -102px;
      width: 130px; }

#connectWallet {
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #FFF;
  font-size: 14px;
  display: inline-block;
  padding: 10px 17px;
  text-decoration: none;
  transition: background .2s, color .2s;
  margin-bottom: 10px;
  top: -5px;
  margin-top: -4px;
  position: relative; }
  #connectWallet.connected {
    background: #FFF;
    color: #010e1f;
    padding-left: 38px;
    cursor: default; }
    #connectWallet.connected:before {
      content: "·";
      color: #97c03c;
      font-size: 68px;
      position: absolute;
      left: 10px;
      top: 18px;
      height: 5px;
      width: 5px;
      line-height: 5px;
      animation: blink 2s steps(3, start) infinite; }
    #connectWallet.connected:hover {
      cursor: default; }
      #connectWallet.connected:hover:before {
        animation: none; }
  #connectWallet:hover {
    cursor: pointer;
    background: #FFF;
    color: #010e1f; }

.counter {
  border: 2px solid #FFF;
  border-radius: 50px;
  display: flex;
  max-width: 300px;
  margin: 0 auto 40px;
  align-items: center; }
  .counter .decrement, .counter .increment {
    flex: 0 0 35%;
    text-decoration: none;
    font-size: 30px;
    padding: 12px; }
  .counter #mint-qty {
    flex: 0 0 30%;
    font-size: 30px; }

.f {
  animation: f 6s ease-in-out infinite; }

@keyframes f {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(15px, 20px); }
  100% {
    transform: translate(0, 0); } }

@keyframes blink {
  to {
    visibility: hidden; } }
