div.ww-modal {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 30vh;
  font-family: 'Kanit', sans-serif;
  box-sizing: border-box;
  width: 28rem;
  min-height: 10rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c0c0c0;
  border-radius: 0.3125rem;
  background: #fff; }
  div.ww-modal .ww-modal-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #c0c0c0;
    font-size: 1.6rem;
    padding: 0.625rem 1rem; }
  div.ww-modal .ww-modal-body {
    margin-top: 3rem;
    margin-bottom: 4rem;
    box-sizing: border-box;
    font-weight: 300;
    width: 100%;
    padding: 0.625rem 1rem; }
  div.ww-modal .ww-modal-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4rem;
    box-sizing: border-box;
    border-top: 1px solid #c0c0c0;
    font-size: 1.6rem;
    padding: 0.625rem 1rem; }

.ww-modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7); }

/*# sourceMappingURL=modal.css.map */
