@import url("../../common.css");

.center-info-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.center-section-title {
  margin: 0;
  color: var(---, #0e0f11);
  font-family: var(---, SUITE);
  font-size: var(---2-2, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(---2-2, 32px);
}

.center-mission-box {
  border: 1px solid var(--레이아웃-테두리, #c2c8cc);
  border-radius: 16px;
  background: #ffffff;
  padding: 24px;
}

.center-mission-text {
  margin: 0;
  color: var(---, #0e0f11);
  font-family: var(---, Pretendard);
  font-size: var(---6-6, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: var(---6-6, 26px);
}

.center-goal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.center-goal-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 210px;
  padding: 32px 40px;
  border: 1px solid var(--레이아웃-테두리, #c2c8cc);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(14, 15, 17, 0.03), 0 4px 6px rgba(14, 15, 17, 0.05);
  justify-content: flex-start;
  box-sizing: border-box;
}

.center-goal-body {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
}

.center-goal-icon {
  width: 146px;
  height: 146px;
  flex: 0 0 auto;
  border-radius: 999px;
  overflow: hidden;
}

.center-goal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.center-goal-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  flex: 1 0 0;
  min-width: 0;
}

.center-goal-number {
  height: 72px;
  width: auto;
  display: block;
}

.center-goal-title {
  margin: 0;
  color: var(---, #0e0f11);
  font-family: var(---, SUITE);
  font-size: var(---4-4, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(---4-4, 32px);
}

@media (max-width: 1299px) {
  .center-info-section {
    gap: 16px;
  }

  .center-section-title {
    font-size: 28px;
    line-height: 28px;
  }

  .center-goal-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .center-goal-card {
    align-items: center;
    gap: 24px;
    height: 180px;
    padding: 24px;
    border-radius: 8px;
  }

  .center-goal-body {
    align-items: flex-start;
    gap: 24px;
  }

  .center-goal-icon {
    width: 72px;
    height: 72px;
  }

  .center-goal-number {
    height: 64px;
  }

  .center-goal-title {
    font-size: 22px;
    line-height: 22px;
  }
}
