@charset "utf-8";

@media only screen and (max-width: 1024px) {
  body .main_cbox * {
    display: none;
  }

  body .main_cbox::before {
    position: absolute;
    content: "Coming Soon";
    font-size: 5em;
    font-family: "Montserrat";
    font-weight: 100;
    top: 0;
    bottom: 0;
    color: #aaaaaa;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
  }

  body .main_cbox::after {
    position: absolute;
    content: "- Please visit at desktop with wide-screen [up to 21'] -";
    font-size: 1.2em;
    font-family: "Montserrat";
    font-weight: 300;
    top: 150px;
    bottom: 0;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
  }

  .header_link_box>div {
    padding-right: 0px;
  }

  .header_link_box>div>div {
    font-size: 0px;
    background-position: center top !important;
    padding-left: 0px !important;
    width: 25px;
  }

  .footer img {
    width: inherit;
  }

  .nav_bar {
    text-align: center;
  }

  .nav_bar>div:nth-child(1) {
    display: none;
  }

  .nav_list {
    padding-left: 0px !important;
  }
}