@charset "UTF-8";

.title {
	height: 200px;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
	font-family: 'Montserrat',sans-serif;
	font-size: 32px;
	font-weight: bold;
}

.title p {
	font-size: 14px;
	margin-top: 15px;
}

main h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
  text-align: center;
}

main h2::after {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background-color:#000000;
	margin: 15px auto 0 auto;
}

.inq_result {
  margin-top: 40px;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.inq_table {
  margin-top: 30px;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  line-height: 1.25;
  border-collapse: collapse;
}

.inq_table td,
.inq_table th {
  padding: 10px;
  white-space: pre-line;
  word-break:break-all;
}

.inq_table a {
  text-decoration: underline;
  color: blue;
}

.inq_table th {
  font-size: 16px;
  background-color: #24211b;
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
}

.inq_table td {
  border-bottom: 2px solid #4d4b4b;
}

.inq_table th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}


.inq_table td:nth-child(1),
.inq_table th:nth-child(1) {
  width: 70px;
}

.inq_table td:nth-child(1) {
  text-align: right;
}

.inq_table td:nth-child(4),
.inq_table td:nth-child(5),
.inq_table td:nth-child(7),
.inq_table td:nth-child(8) {
  text-align: center;
}

.inq_table td:nth-child(2),
.inq_table th:nth-child(2) {
  width: 120px;
}

.inq_table td:nth-child(3),
.inq_table th:nth-child(3) {
  width: 250px;
}

.inq_table td:nth-child(4),
.inq_table th:nth-child(4) {
  width: 90px;
}

.inq_table td:nth-child(5),
.inq_table th:nth-child(5) {
  width: 70px;
}

.inq_table td:nth-child(7),
.inq_table th:nth-child(7) {
  width: 120px;
}

.inq_table td:nth-child(8),
.inq_table th:nth-child(8) {
  width: 80px;
}

.footer {
  margin-top: 100px;
}
