.check_area table tr {
  border-bottom: 1px solid #e8e8e8;
}

.check_area table tr td {
  padding: 5px 0;
}

.form_button_box {
  text-align: center;
}

.form_button {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  background-color: #49b5ba;
  width: 280px;
  height: 60px;
  border: none;
  border-radius: 60px;
  margin-bottom: 20px;
}

/* finish */
.emp_container .finish_msg {
  text-align: center;
}

.emp_container .top_link{
    text-align: center;
    margin-top: 30px;
}

.emp_container .top_link a{
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  background-color: #49b5ba;
  border: none;
  border-radius: 60px;
  padding: 10px 20px;
}
/* ------ */

@media screen and (max-width: 767px) {
  .check_area table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .check_area table tr td {
    width: 100%;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 3px 0;
  }

  .check_area table tr th {
    padding: 5px 0;
  }

  .check_area table tr td:last-child {
    border-top: 1px solid #e8e8e8;
  }

  .check_area table tr {
    border-bottom: none;
  }

  .form_button {
    width: 250px;
    height: 50px;
    border: none;
    border-radius: 25px;
  }
}
