/* PC 버전 스타일 - !important 적용 */
/* 비젼 & 미션 */
#vision_container {
  width: 100% !important;
  padding: 140px 32px !important;
  background-color: var(--color-f8) !important;
  border-radius: 20px !important;
  margin-top: 140px !important;
}

.vs_title {
  text-align: center !important;
}

.vs_title p {
  font-size: 18px !important;
}

.vs_title h3 {
  font-size: 26px !important;
  padding: 32px 0 100px !important;
}

/*contents*/
.vs_wrap1 {
  display: flex !important;
  justify-content: space-between !important;
}

.vs_wrap1 > div {
  width: 49% !important;
  padding: 52px 42px !important;
  background-color: white !important;
  border-radius: 20px !important;
  border: solid 1px var(--color-e8) !important;
}

.vs_wrap_title {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 24px !important;
}

.green_num {
  width: 20px !important;
  height: 20px !important;
  border-radius: 4px !important;
  color: white !important;
  background-color: var(--color-main) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 14px !important;
  line-height: 1 !important;
  margin-right: 12px !important;
}

.vs_wrap_title span {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.vs_wrap2 {
  margin-top: 24px !important;
  padding: 72px 32px !important;
  background-color: white !important;
  border-radius: 20px !important;
  border: solid 1px var(--color-e8) !important;
}

.vs_wrap2 > .vs_wrap_title {
  justify-content: center !important;
}

.wrap2_box3 {
  display: flex !important;
  justify-content: space-between !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
}

.wrap2_box3 > div {
  width: 32% !important;
  padding: 52px 42px !important;
  border-radius: 20px !important;
  border: solid 1px var(--color-e8) !important;
  text-align: center !important;
  transition: 0.3s !important;
}

.wrap2_box3 > div:nth-child(odd) {
  background-color: var(--color-f8) !important;
}

.wrap2_box3 > div:hover {
  background-color: var(--color-sub) !important;
  cursor: pointer !important;
}

.wrap2_box3 div h3 {
  padding-top: 42px !important;
}

.wrap2_box3 div p {
  word-break: keep-all !important;
  padding-top: 16px !important;
}

.bold {
  font-weight: 700 !important;
}

.wrap2_box3 div h3 > span {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--color-76) !important;
  display: block !important;
}

/* PC 전용 요소 */
.pc-only {
  display: inline !important;
}

/* 모바일 반응형 미디어 쿼리 */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  /* 메인 컨테이너 */
  #vision_container {
    padding: 60px 16px !important;
    margin-top: 60px !important;
    border-radius: 12px !important;
  }

  /* 제목 섹션 */
  .vs_title p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    padding: 0 8px !important;
  }

  .vs_title h3 {
    font-size: 18px !important;
    padding: 24px 8px 60px !important;
    line-height: 1.5 !important;
  }

  /* 미션/비전 박스 - 세로 배치 */
  .vs_wrap1 {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .vs_wrap1 > div {
    width: 100% !important;
    padding: 32px 20px !important;
    border-radius: 12px !important;
  }

  .vs_wrap_title {
    margin-bottom: 16px !important;
  }

  .vs_wrap_title span {
    font-size: 16px !important;
  }

  .vs_wrap1_contents p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* 핵심가치/전략목표 박스 */
  .vs_wrap2 {
    padding: 40px 16px !important;
    border-radius: 12px !important;
  }

  .wrap2_box3 {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .wrap2_box3 > div {
    width: 100% !important;
    padding: 32px 20px !important;
    border-radius: 12px !important;
  }

  .wrap2_box3 div img {
    width: 60px !important;
    height: 60px !important;
  }

  .wrap2_box3 div h3 {
    padding-top: 24px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .wrap2_box3 div h3 > span {
    font-size: 12px !important;
    margin-top: 4px !important;
  }

  .wrap2_box3 div p {
    font-size: 12px !important;
    line-height: 1.6 !important;
    padding-top: 12px !important;
  }
}

/* 태블릿 반응형 미디어 쿼리 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vision_container {
    padding: 100px 24px !important;
    margin-top: 100px !important;
  }

  .vs_title h3 {
    font-size: 22px !important;
    padding: 28px 0 80px !important;
  }

  .vs_wrap1 > div {
    padding: 40px 32px !important;
  }

  .vs_wrap2 {
    padding: 60px 24px !important;
  }

  .wrap2_box3 > div {
    width: 48% !important;
    padding: 40px 32px !important;
  }

  .wrap2_box3 div h3 {
    padding-top: 32px !important;
    font-size: 16px !important;
  }

  .wrap2_box3 div p {
    font-size: 14px !important;
  }
}

/* 작은 모바일 (iPhone SE 등) */
@media screen and (max-width: 375px) {
  #vision_container {
    padding: 40px 12px !important;
    margin-top: 40px !important;
  }

  .vs_title p {
    font-size: 12px !important;
  }

  .vs_title h3 {
    font-size: 16px !important;
    padding: 20px 4px 40px !important;
  }

  .vs_wrap1 > div {
    padding: 24px 16px !important;
  }

  .vs_wrap_title span {
    font-size: 14px !important;
  }

  .vs_wrap1_contents p {
    font-size: 12px !important;
  }

  .vs_wrap2 {
    padding: 32px 12px !important;
  }

  .wrap2_box3 > div {
    padding: 24px 16px !important;
  }

  .wrap2_box3 div img {
    width: 50px !important;
    height: 50px !important;
  }

  .wrap2_box3 div h3 {
    font-size: 14px !important;
    padding-top: 20px !important;
  }

  .wrap2_box3 div h3 > span {
    font-size: 10px !important;
  }

  .wrap2_box3 div p {
    font-size: 11px !important;
    padding-top: 10px !important;
  }
}