.content-wp {
}

/* ------------------ sub-header --------------------- */
.sub-about-us {
  width: 100%;
  height: 100%;
}

.sub-about-us .sub-about-us-bg {
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sub-about-us .sub-about-us-bg::before {
  content: "";
  opacity: 0.5;
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.sub-about-us h1 {
  font-size: 61px;
  color: #fff;
  font-weight: bold;
  z-index: 50;
}

/* ------------------ sub-header --------------------- */

/* ------------------ sub-tabs --------------------- */
.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.tabs .tabs-con.active {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #004aad;
  height: 100%;
}

.tabs a {
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  border: 2px solid transparent;
  font-weight: bold;
  font-size: 21px;
}
.tabs .tabs-con.active a {
  color: #004aad;
}

/* ------------------ sub-tabs --------------------- */

/* ------------------ sub-content --------------------- */

.content {
  max-width: 1400px;
  margin: auto;
}

/* content 1 - S ------------------------ */

.company-info-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  color: #333;
  gap: 7%;
  height: 100%;
}

.company-info-1 .con-1 h1 {
  font-size: 40px;
  width: fit-content;
  margin-bottom: 40px;
  font-weight: bold;
  border-bottom: 2px solid #333;
}

.company-info-1 .con-1 h2 {
  font-size: 30px;
  margin: 25px 0;
}

.company-info-1 .con-1 p {
  font-size: 18px;
  margin: 18px 0;
}

.company-info-1 .con-2 {
  height: 60vh;
}

.company-info-1 .con-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  border-radius: 100%;
}

/* content 1 - E ------------------------ */

/* content 2 - S ------------------------ */

.company-info-2 {
  display: flex;
  justify-content: center;
  padding: 100px 0;
  color: #333;
  height: 100%;
}

.company-info-2 .con-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 35%;
  width: 100%;
}

.company-info-2 .con-2 div {
  width: 100%;
  height: 100%;
  text-align: center;
  border: #e2e2e2 1px solid;
  background-color: #004aad;
  padding: 5%;
  margin: 5% 0;
  border-radius: 20px;
}

.company-info-2 .con-2 div:hover {
  border-color: #fff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.company-info-2 .con-2 h2 {
  font-size: 40px;
  width: fit-content;
  margin-bottom: 40px;
  font-weight: bold;
  border-bottom: 2px solid #333;
}

.company-info-2 .con-2 div p {
  font-size: 1.2rem;
  margin: 18px 0;
  color: #fff;
}

/* content 2 img S -------------------------------- */

.company-info-2-cards {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}

.company-info-2-cards .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}

.company-info-2-cards h2 {
  font-size: 40px;
  width: fit-content;
  margin-bottom: 40px;
  font-weight: bold;
  border-bottom: 2px solid #333;
}

.company-info-2-cards .card-wrap .card-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.company-info-2-cards .card-wrap .card-con .card {
  width: 23%;
  padding: 1%;
}

.company-info-2-cards .card-wrap .card-con .none {
  width: 100%;
}

.company-info-2-cards .card-wrap .card-con .card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #c3c6ce;
  transition: 0.3s;
}

.company-info-2-cards .card-wrap .card-con .none img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #c3c6ce;
  transition: 0.3s;
}

.company-info-2-cards .card-wrap .card-con .card img:hover {
  border-color: #004aad;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
  scale: 1.1;
  transition: 0.3s;
}

/* content 2 img E -------------------------------- */

/* content 2 - E ------------------------ */

/* content 3 - S ------------------------ */

.company-info-3 {
  display: flex;
  height: 100%;
  padding: 100px 0 0;
  color: #333;
}
.company-info-3 .con-1 img {
  max-width: 100%;
  object-fit: cover;
  background-size: cover;
  height: auto;
}

.company-info-3 .con-1 {
  width: 100%;
}
#daumRoughmapContainer1735534541815{
  margin: 0 auto;
}
.company-info-3 .con-1 p {
  font-size: 28px;
  margin: 50px 0;
  font-weight: bold;
}

.company-info-3 .con-2 p {
  font-size: 18px;
  margin: 18px 0;
}

/* content 3 - E ------------------------ */

/* ------------------ sub-content --------------------- */

/* table S ------------------------------------ */

table {
  font-size: 1.2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

th {
  text-align: center;
}

thead {
  font-weight: bold;
  color: #fff;
  background: #272b2e;
}

.on td,
.on th {
  padding: 1.5rem 10rem;
  vertical-align: middle;
}

.none td,
.none th {
  padding: 1.5rem 4rem;
  vertical-align: middle;
}

td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: center;
}

/* table E ------------------------------------ */
