.zone-container {
  margin: 0 auto;
  width: 1150px;
}

.md-info {
  padding: 0 0 30px;
  font-family: Dotum,sans-serif;
  font-size: 12px;
  background: #91d1ec;
  box-sizing: border-box;
}

.md-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 30px;
  width: 1020px;
  background: #d2edf6;
  border-radius: 8px;
  box-sizing: border-box;
}

.left-container,
.right-container {
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  border: 1px solid #8c8c8c;
  border-bottom: none;
  box-sizing: border-box;
}

.left-container {
  margin-right: 20px;
}

.right-container {
  margin-left: 20px;
}

.md-table {
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border-collapse: collapse;
}

.md-table thead th {
  padding: 6px 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e4e4e4;
}

.md-table thead th + th {
  border-left: 1px solid #e4e4e4;
}

.md-table tbody strong {
  color: #000;
}

.md-table tbody th, .md-table tbody td {
  padding: 7px 0;
}

.md-table tbody th {
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}

.md-table tbody td {
  text-align: center;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.md-table tbody td:last-child {
  border-bottom: 1px solid #8c8c8c;
}

.md-table tbody tr:last-child th {
  border-bottom: 1px solid #8c8c8c;
}
