body.noScroll {
  height: 100%;
  overflow: hidden;
}

/* The Modal (background) */
.modal_t {
  /*display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 90000; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(240,240,240); /* Fallback color */
  background-color: rgba(240,240,240,0.9); /* Black w/ opacity */

transition:all 2s ease;   
-moz-transition:all 2s ease;   
-webkit-transition:all 2s ease;   
opacity:0;
margin-top: -80px;
}

.modalShow{

}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 80%;

max-width: 600px;  
display: flex;
flex-wrap: wrap;

border-radius: 5px;
border: 8px solid #666;

border-radius: 20px;
border: 10px solid #666;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.infoarea{
  flex: 100%;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Microsoft JhengHei';
}
.buttonarea{
  flex: 50%;
  text-align: center;
}
.buttontext{
  width: 120px;
  border: 1px solid #000;
  padding: 5px 10px;
  margin: 0 auto;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 481px) and (max-width: 767px) {
  .infoarea{
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .infoarea{
    font-size: 14px;
  }
}