#vision-section {
  flex: 1;
  background: var(--color-background);
  max-height: 2400px;
  flex-direction: column;
  display: flex;
  padding-top: 100px;
  padding-bottom: 80px;
}

#vision-second-section {
  flex: 1;
  background: #fff;
  /* max-height: 1844px; */
  flex-direction: column;
  display: flex;
  padding-top: 76px;
  padding-bottom: 76px;
}

.vision-container {
  display: flex;
  width: 100%;
  padding: 40px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--White, #fff);
}

.vision-third-container {
  display: flex;
  width: 100%;
  padding: 42px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--White, #fff);
}

.vision-title-bottom {
  margin-bottom: 40px;
}

.vision-mt {
  margin-top: 68px;
}

.vision-link {
  border-radius: 100px;
  display: flex;
  padding: 14px 38px;
  align-items: center;
  gap: 16px;
}

.coworker-box {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 540px);
  grid-gap: 40px;
}

.coworker-img {
  width: 272px;
  height: 272px;
}

.coworker-card {
  width: 540px;
  display: flex;
  padding: 40px 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 16px;
  border: 1px solid rgba(47, 60, 78, 0.2);
  background: #fff;
}

.bg-link1 {
  background: var(--color-secondary-1);
}
.bg-link2 {
  background: var(--color-secondary-2);
}
.bg-link3 {
  background: var(--color-secondary-3);
}
.bg-link4 {
  background: var(--color-secondary-4);
}
.bg-link5 {
  background: var(--color-secondary-5);
}
.bg-link6 {
  background: var(--color-secondary-6);
}

.vision-arrow-icon {
  width: 14px;
  height: 12px;
  background-position: center 0;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-image: url("/HTML/styleI/0086_act/contents/images/arrow-right-short.svg");
}

.stocksign {
  border-radius: 8px;
  width: 100%;
  height: 440px;
  background-position: center 0;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-image: url("/HTML/styleI/0086_act/contents/images/stocksign-web.png");
}

.vision-link-box {
  display: flex;
  gap: 12px;
  align-items: center;
}

.map-container {
  background: white;
  border-radius: 16px;
  border: 2px solid var(--color-sub-2);
  height: 480px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  #vision-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .map-container {
    margin-bottom: 16px;
    height: 240px;
  }

  .vision-mt {
    margin-top: 44px;
  }

  .vision-third-container,
  .vision-container {
    padding: 32px 20px !important;
  }

  .vision-link-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
    /* align-items: center; */
  }

  .vision-link {
    width: 100%;
    padding: 12px 38px;
    justify-content: center;
    align-items: center;
  }

  .vision-arrow-icon {
    width: 14px;
    height: 16px;
    background-position: center 0;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-image: url("/HTML/styleI/0086_act/contents/images/arrow-down-short.svg");
  }

  .stocksign {
    text-align: center;
    border-radius: 8px;
    max-width: 288px;
    height: 122px;
    background-position: center 0;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-image: url("/HTML/styleI/0086_act/contents/images/stocksign-mo.png");
  }

  .coworker-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    padding: 24px;
    padding-top: 0px;
  }

  .coworker-card {
    width: 100%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 16px;
    border: 1px solid rgba(47, 60, 78, 0.2);
    background: #fff;
  }
}

@media (min-width: 1439px) {
  .vision-title-bottom {
    margin-bottom: 68px;
  }
}
