@import 'notosanstc.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.lightbox-module-lightbox {
  display: none;
  z-index: 99;
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}

.lightbox-module-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  box-sizing: border-box;
  padding: 3rem;
  overflow-y: auto;
  max-height: 80vh;
}
.lightbox-module-wrap.module-wrap {
  margin: 0;
}
.lightbox-module-wrap img,
.lightbox-module-wrap table,
.lightbox-module-wrap table th,
.lightbox-module-wrap table td {
  margin: 0 auto;
}

.lightbox-module-close {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  color: #FFF;
  font-size: 2.375rem;
}

.lightbox-module-column-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0;
}
.lightbox-module-column-wrap .lightbox-module-column-block {
  flex: 1 1 0;
  margin: 0 1rem;
}

.module-wrap .full-btn {
  color: #07B53B;
  border: 1px solid #07B53B;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
  display: block;
  color: #FFF;
  text-decoration: none;
  background: #07B53B;
  border: 0;
  transition: background 0.5s;
}
@media only screen and (min-width: 1025px) {
  .module-wrap .full-btn:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}

@media only screen and (min-width: 1025px) {
  .module-wrap .full-btn:hover {
    background: #107b10;
  }
}
@media only screen and (max-width: 1024px) {
  .lightbox-module-wrap {
    width: 95%;
    padding: 1.5rem;
    max-height: 75vh;
  }
  .lightbox-module-wrap .lightbox-module-close {
    right: 1rem;
    font-size: 1.375rem;
  }
  .lightbox-module-column-wrap {
    display: block;
    margin: 0;
  }
  .lightbox-module-column-wrap .lightbox-module-column-block {
    margin: 1.5rem 0;
  }
}/*# sourceMappingURL=lightbox-module.css.map */