* {letter-spacing: -0.01em;}
ul {list-style: none; padding: 0;}
#sub_wrap {padding: clamp(6rem, 8.3vw, 16rem) 0;}
.sub-wrap {padding: 0;}

/* company.php */
.company-container h2 {
  font-size: clamp(2.2rem, 1.9vw, 3.6rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: clamp(3rem, 3.1vw, 6rem);
}
.company-container h2 b {
  font-weight: 800;
}
.company-container .info-img {
  width: 100%;
}
.company-container .info-wrap {
  margin-top: clamp(4rem, 4.2vw, 8rem);
}
.company-container .info-wrap ul {
  display: flex;
}
.company-container .info-wrap ul li {
  width: 33.3%;
  padding: 0 4rem;
}
.company-container .info-wrap ul li:first-of-type {
  padding-left: 0;
}
.company-container .info-wrap ul li:last-of-type {
  padding-right: 0;
}
.company-container .info-wrap ul li:nth-of-type(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.company-container .info-wrap ul li span {
  font-family: 'Pretendard';
  font-size: clamp(2.2rem, 2.1vw, 4rem);
  font-weight: 700;
  color: #e6303d;
}
.company-container .info-wrap ul li h3 {
  font-size: clamp(2rem, 1.3vw, 2.4rem);
  font-weight: 600;
  margin: clamp(0.8rem, 0.8vw, 1.5rem) 0; 
  color: #000;
  line-height: 1.5;
}
.company-container .info-wrap ul li p {
  font-size: clamp(1.6rem, 0.9vw, 1.8rem);
  color: #555;
  line-height: 1.4;
  position: relative;
  padding-left: 1.5rem;
}
.company-container .info-wrap ul li p:first-of-type {
  margin-bottom: 1rem;
}
.company-container .info-wrap ul li p::before {
  content: "";
  width: .4rem;
  height: .4rem;
  border-radius: 100%;
  background: #e6303d;
  position: absolute;
  left: 0; 
  top: 1rem;
}

@media (max-width: 768px) {
  .company-container .info-wrap ul {
    flex-direction: column;
    gap: 3rem;
  }
  .company-container .info-wrap ul li {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .company-container .info-wrap ul li:nth-of-type(2) {
    border: 0;
    padding: 3rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}

/* ceo.php */
.ceo-container .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(4rem, 7vw, 14rem);
}
.ceo-container .profile-wrap img {
  width: clamp(30rem, 25vw, 48rem);
}
.ceo-container .profile-wrap ul {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-top: 2rem;
}
.ceo-container .profile-wrap ul li {
  font-size: clamp(1.6rem, 0.9vw, 1.8rem);
  line-height: 1.4;
  color: #555;
  padding-left: 1.5rem;
  position: relative;
}
.ceo-container .profile-wrap ul li::before {
  content: "";
  width: .4rem;
  height: .4rem;
  border-radius: 100%;
  background: #e6303d;
  position: absolute;
  left: 0; 
  top: 1rem;
}
.ceo-container .text-wrap h3 {
  font-size: clamp(2.3rem, 2.1vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: clamp(2rem, 2.1vw, 4rem);
}
.ceo-container .text-wrap p {
  font-size: clamp(1.6rem, 1vw, 2rem);
  line-height: 1.6;
  color: #555;
}
.ceo-container .text-wrap p b {
  display: block;
  font-size: clamp(2rem, 1.5vw, 2.8rem);
  font-weight: 700;
  color: #000;
}
.ceo-container .text-wrap p em {
  font-style: inherit;
  color: #e6303d;
  font-weight: 600;
}
.ceo-container .text-wrap p span {
  font-size: clamp(2rem, 1.5vw, 2.8rem);
  font-weight: 700;
  color: #000;
}
.ceo-container .text-wrap p.ceo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 992px) {
  .ceo-container .container {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ceo-container .container {
    flex-direction: column;
  }
  .ceo-container .profile-wrap img {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .ceo-container .profile-wrap img {
    width: 100%;
  }
}

/* performance.php */
.performance-container .list-wrap.thesis {
  margin: clamp(4rem, 4.2vw, 8rem) 0;
}
.performance-container .list-wrap h3,
.performance-container .table-wrap h3 {
  font-size: clamp(2.4rem, 2.1vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin-bottom: 2rem;
}
.performance-container .list-wrap ul {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.performance-container .list-wrap.thesis ul {
  gap: .3rem;
}
.performance-container .list-wrap ul li {
  width: 100%;
  min-width: 0;
  text-align: center;
}
.performance-container .list-wrap ul li img {
  width: 100%;
}
.performance-container .list-wrap ul li p {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 0.9vw, 1.8rem);
  font-weight: 500;
  line-height: 1.4;
}
.performance-container .table-wrap {
  margin-top: 8rem;
}
.performance-container .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(1.2rem, 0.9vw, 1.7rem);
  table-layout: fixed;
}
.performance-container .table-wrap table thead {
  border-top: 3px solid #000;
}
.performance-container .table-wrap table thead th {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 1.2rem 1rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}
.performance-container .table-wrap table tbody td {
  border: 1px solid #ddd;
  padding: 1.2rem 1rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  word-break: keep-all;
}
.performance-container .table-wrap table thead th:first-child,
.performance-container .table-wrap table tbody td:first-child {
  border-left: none;
}

@media (max-width: 768px) {
  .performance-container .list-wrap ul li p {
    word-break: break-all;
  }
  .performance-container .table-wrap table tbody td,
  .performance-container .table-wrap table thead th {
    word-break: break-all;
  }
}