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

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

.ci-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);
}

.ci-logo-row {
  display: flex;
  align-items: stretch;
  gap: 32px;
}

.ci-logo-card {
  border: 1px solid var(--레이아웃-테두리, #c2c8cc);
  border-radius: 8px;
  padding: 40px 56px 40px 40px;
}

.ci-logo-card img {
  height: 120px;
  width: auto;
  display: block;
}

.ci-logo-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid var(--레이아웃-테두리, #c2c8cc);
  border-bottom: 1px solid var(--레이아웃-테두리, #c2c8cc);
  padding: 24px 0;
  flex: 1 0 0;
  justify-content: center;
}

.ci-body-text {
  margin: 0;
  color: var(---, #0e0f11);
  font-family: var(---, Pretendard);
  font-size: var(---, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(---, 24px);
}

.ci-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ci-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(88, 86, 214, 0.1);
  color: #282691;
  font-family: var(---, Pretendard);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}

.ci-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.ci-card {
  border: 1px solid var(--레이아웃-테두리, #c2c8cc);
  border-radius: 8px;
  padding: 40px 56px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.ci-color-chip {
  width: 100px;
  height: 100px;
  border-radius: 999px;
}

.ci-color-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(88, 86, 214, 0.1);
  color: #282691;
  font-family: var(---, Pretendard);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}

.ci-guide-icon {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.ci-card-title {
  margin: 0;
  color: var(---, #0e0f11);
  font-family: var(---, Pretendard);
  font-size: var(---6-6, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: var(---6-6, 18px);
}

.ci-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 32px;
  padding: 0 14px;
  border-radius: 8px;
  background: #5856d6;
  color: #ffffff;
  font-family: var(---, Pretendard);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
}

.ci-download-button .icon {
  font-size: 20px;
  color: #ffffff;
}

.ci-download-button:hover {
  background: #3d3bc9;
}

.ci-card-desc {
  margin: 0;
  color: var(---, #0e0f11);
  font-family: var(---, Pretendard);
  font-size: var(---, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(---, 24px);
}

@media (max-width: 1299px) {
  .ci-section-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 28px;
  }

  .ci-logo-row {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .ci-logo-card img {
    height: auto;
    width: 100%;
  }

  .ci-logo-description {
    border-top: none;
  }

  .ci-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ci-color-chip,
  .ci-guide-icon {
    width: 80px;
    height: 80px;
  }

  .ci-body-text {
    font-size: 15px;
    line-height: 22px;
  }

  .ci-card-desc {
    font-size: 15px;
    line-height: 22px;
  }
}
