/* 기업연혁 */

.company {
  display: flex;
  flex-direction: column;
  gap: 200px;
  align-items: center;
}

.company section {
  width: 100%;
}

.content-wrap {
  display: flex;
  flex-direction: column;

  gap: 200px;
}

.introduction {
  padding-bottom: 87px;
}

.introduction .banner-wrap {
  width: 100%;
  display: flex;
  height: 604px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;

  background: url('../images/company/bg.png') no-repeat center;
  background-size: cover;
}

.introduction .banner-wrap h3 {
  width: 1270px;

  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 35px;
  font-weight: 700;
}

.introduction .banner-wrap p {
  width: 1270px;
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  word-break: keep-all;
}

.introduction .history-wrap {
  width: 1270px;
  margin: auto;

  display: flex;
  flex-direction: column;
  gap: 50px;
}

.introduction .history-wrap .year-box {
  display: flex;
  padding-bottom: 50px;
  justify-content: center;
  gap: 100px;
  border-bottom: 1px solid #999;
}

.introduction .history-wrap .year-box:last-child {
  border: none;
}

.introduction .history-wrap .year-box h1 {
  color: #323260;
  font-family: "Noto Sans KR";
  font-size: 45px;
  font-weight: 900;
  width: 120px;
}

.introduction .history-wrap .year-box ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-grow: 1;
}

.introduction .history-wrap .year-box ul li {
  display: flex;
  padding-top: 5px;
  align-items: center;
  gap: 50px;
}

.introduction .history-wrap .year-box ul li .date {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 19px;
  font-weight: 500;
  width: 50px;
}

.introduction .history-wrap .year-box ul li .content {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 19px;
  font-weight: 500;
}

/* 사업분야 & 조직도 */


.company section .section-title {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
}

.business-origanization,
.certifications {
  padding-bottom: 200px;
}


.business-origanization section,
.certifications section {
  display: flex;
  width: 1270px;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 200px;
  border-bottom: 1px solid #939393;
}

.business-origanization section:last-child,
.certifications section:last-child {
  padding: 0;
  border: none;
}

.business-origanization .section01 .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
}

.business-origanization .section01 .content .item {
  display: flex;
  width: 100%;
  height: 200px;
  padding: 50px;
  background: #323260;

  color: #FFF;
  font-family: "Pretendard";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}



.business-origanization .section02 img {
  width: 1270px;
  height: 597px;
  aspect-ratio: 1270/597;
}

.certifications section .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.location .section03 {
  height: 2066px;
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.location .section03 .map {
  width: 100%;
  height: 600px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

table {
  width: 100%;
  border: 1px solid #B9B9B9;
  border-collapse: collapse;
}

table tr {
  border-bottom: 1px solid #B9B9B9;
}

table th {
  width: 320px;
  padding: 28px 50px;
  border-right: 1px solid #B9B9B9;
  background: #FAFAFA;

  color: #000;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

table td {
  padding: 28px 50px;
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 18px;
  /* border: 1px solid #B9B9B9; */
}