html, body{
  height: 100%;
  background-color: #949aad;
}
.h3{
	font-family : TmonMonsori, "GodoB", "±¼¸²";
}
.button1{
  width: 140px; height: 38px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #2EE59D; border: none;
  border-radius: 45px; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s; cursor: pointer; outline: none;
  }
.button1:hover{
  background-color: #16817a; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff; transform: translateY(-7px);
}
.button2{
  width: 140px; height: 38px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff; border: none;
  border-radius: 45px; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s; cursor: pointer; outline: none;
  }
.button2:hover{
  background-color: #2EE59D; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff; transform: translateY(-7px);
}
.button3{
  width: 300px; height: 38px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #2EE59D; border: none;
  border-radius: 45px; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s; cursor: pointer; outline: none;
  }
.button3:hover{
  background-color: #16817a; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff; transform: translateY(-7px);
}
.wrap{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.align-center{ text-align: center; }
.divTable_back{ display: table; width: 1000px; height: 600px; background-color: #949aad; position: relative;} 
.divTable{ display: table; width: 100%; margin:0 auto; position: absolute; top:30%; left:50%; transform: translate(-50%, -50%); text-align:center;} 
.divTable1{ width: 100%; position: absolute; left:50%;  margin-left:-50% text-align:center;}
.divTableRow { display: table-row; } 
.divTableHeading { background-color: #EEE; display: table-header-group; } 
.divTableCell, .divTableHead { border: 0px; display: table-cell; padding: 3px 5px; } 
.divTableHeading { background-color: #EEE; display: table-header-group; font-weight: bold; } 
.divTableFoot { background-color: #EEE; display: table-footer-group; font-weight: bold; } 
.divTableBody { display: table-row-group; }
