.aboutUsArea {
  max-width: 1100px;
  margin: 40px auto;
  background: #fff;
  padding: 40px;
  color: #222;
}


.bbs_wrap_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.ltextbox1 h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 30px;
  margin-bottom: 10px;
}

.ltextbox1 h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
  color: #333;
}

.ltextbox1 p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.ltextbox1 ul {
  margin-left: 20px;
  padding-left: 0;
}

.ltextbox1 li {
  margin-bottom: 8px;
  line-height: 1.6;
}

table.btbl1 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

table.btbl1 th,
table.btbl1 td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  text-align: center;
  font-size: 14px;
}

table.btbl1 th {
  background-color: #f0f0f5;
  font-weight: 600;
}

table.btbl1 td {
  background-color: #fff;
}

table.btbl1 tr:nth-child(even) td {
  background-color: #fafafa;
}

a {
  color: #0056b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img[alt=""] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

