.popup_renewal--title {
  font-size: 16px;
  margin: 20px 0 10px;
  padding-left: 15px;
}
.popup_renewal--sign {
  display: block;
  border-radius: 15px;
  background: #4b7ec4;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.fvboard {
  table-layout: fixed;
  width: 100%;
  font-size: 13px;
  margin-bottom: 20px;
}
.fvboard caption {
  display: none;
}

.fvboard tr:first-child th {
  border-top: 2px solid #424242;
}

.fvboard th {
  padding: 14px 0;
  background: #f9f9f9;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding-left: 33px;
}

.fvboard th img {
  vertical-align: middle;
}

.fvboard tr:first-child td {
  border-top: 2px solid #424242;
}

.fvboard td {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  padding-left: 19px;
}

.fvboard td.table_grid {
  border-right: 1px solid #e4e4e4;
}

.fvboard th.table_grid-left {
  border-left: 1px solid #e4e4e4;
}

.fvboard td:last-of-type.table_grid {
  border-right: 0;
}

.fvboard tr:last-child th {
  border-bottom: 1px solid #adadad;
}

.fvboard tr:last-child td {
  border-bottom: 1px solid #adadad;
}

.fvboard th span.point {
  color: #b7538b;
  font-weight: 600;
}

.fvboard td span.wrong {
  background: url(/public/assets/images/mem2/ico_wrong.gif) no-repeat 0 0;
  padding-left: 20px;
  color: #ef1f1f;
  font-weight: 600;
  margin-left: 11px;
}

.fvboard td span.info {
  color: #ef1f1f;
  font-weight: 600;
  margin-left: 11px;
}

.fvboard td span.right {
  background: url(/public/assets/images/mem2/ico_right.gif) no-repeat 0 0;
  padding-left: 20px;
  color: #4b7ec4;
  font-weight: 600;
  margin-left: 11px;
}

.fvboard td select {
  height: 26px;
  vertical-align: middle;
}

.btn_board_c {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.btn_b_blue {
  display: inline-block;
  min-width: 90px;
  padding: 0 20px;
  background: #0b6fc5;
  border: 1px solid #0b6fc5;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.btn_b_white {
  display: inline-block;
  min-width: 90px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.btn_s_gray {
  min-width: 100px;
  padding: 4px 10px 5px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  color: #666;
  font-weight: bold;
}/*# sourceMappingURL=popup_renewal.css.map */