@charset "UTF-8";

.switch-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: auto;
  z-index: 1001;
}

.switch-modal .modal-dialog {
  width: 792px;
  position: absolute;
  margin: auto;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}

.switch-close-btn {
  position: absolute;
  top: -40px;
  right: 0;
}

.to-switch-btn {
  margin: auto;
  position: absolute;
  top: 450px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 641px) {
  .to-switch-btn:hover {
    opacity: 0.8;
  }
}

.switch-modal-overlay {
  width: 100%;
  height: 100%;
  background: rgba(23, 21, 8, 0.85);
  position: fixed;
  overflow: auto;
  outline: 0;
  top: 0;
}

@media screen and (max-width: 640px) {
  .switch-modal .modal-dialog {
    width: 640px;
    top: 100px;
  }

  .switch-close-btn {
    right: 20px;
  }

  .modal-img {
    width: 600px;
  }

  .to-switch-btn {
    top: 350px;
  }
}
