@media (min-resolution: 1.25dppx) and (hover: hover) and (pointer: fine) {
  html {
    height: 100vh;
  }
  body {
    transform: scale(0.75);
    transform-origin: top center;
  }
}

/* 애로우 */
@media (max-width: 1500px) {
  .section1 {
    height: 1100px; /* ✅ 내부 요소가 잘리지 않도록 수동으로 설정 */
  }
  .arrow-12 {
    top: calc(50% - 175px);
    left: calc(50% - 10px);
    transform: rotate(40deg);
  }
  .arrow-2 {
    top: calc(50% - 150px);
    left: calc(50% + 400px);
    transform: rotate(70deg);
  }
  .arrow-4 {
    bottom: calc(50% - 150px);
    left: calc(50% + 400px);
    transform: rotate(180deg);
  }
  .arrow-6 {
    bottom: calc(50% - 175px);
    left: calc(50% - 10px);
    transform: rotate(220deg);
  }
  .arrow-8 {
    bottom: calc(50% - 150px);
    left: calc(50% - 425px);
    transform: rotate(270deg);
  }
  .arrow-10 {
    top: calc(50% - 150px);
    left: calc(50% - 425px);
    transform: rotate(0deg);
  }
  .group-candidate-evaluation {
    top: calc(50% - 220px); /* ✅ 1시 방향 */
    right: calc(50% - 330px);
  }

  .group-leadership-evaluation {
    top: calc(50% - 50px); /* ✅ 3시 방향 */
    right: calc(50% - 610px);
  }

  .group-succession-planning {
    bottom: calc(50% - 220px); /* ✅ 5시 방향 */
    right: calc(50% - 330px);
  }

  .group-team-development {
    bottom: calc(50% - 220px); /* ✅ 7시 방향 */
    left: calc(50% - 330px);
  }

  .group-recruit {
    bottom: calc(50% - 50px); /* ✅ 9시 방향 */
    left: calc(50% - 610px);
  }

  .group-key-talent {
    top: calc(50% - 220px); /* ✅ 11시 방향 */
    left: calc(50% - 330px);
  }
  .button-group {
    transform: scale(0.9); /* ✅ 버튼 크기 약간 축소 */
  }
}

/* 📌 1356px 이하에서 콘텐츠 잘리는 문제 해결 */
@media (max-width: 1356px) {
  .home-main2 {
    width: 95%; /* ✅ 화면이 작아질 때 자동 조정 */
    max-width: 1200px;
    margin: 0 auto;
  }

  .home-box {
    max-width: 100%; /* ✅ 개별 박스 너비 조정 */
    margin: 0 auto;
    padding: 0;
  }

  .home-main1-tit,
  .home-main3-tit,
  .home-main4-tit {
    left: 5%;
  }
}

@media (max-width: 1200px) {
  .logo-grid {
    grid-template-columns: repeat(6, 1fr); /* 한 줄에 6개 */
    justify-content: center;
  }
  .logo-grid img {
    max-width: 70%;
    max-height: 70px;
  }
  /* 애로우 */
  .dashed-border {
    width: 700px;
  }
  .button-container {
    max-width: 1200px;
    min-height: 600px;
  }
  .button-group {
    transform: scale(0.7); /* ✅ 버튼 크기 약간 축소 */
  }
  .arrow-12 {
    top: calc(50% - 125px);
    left: calc(50% - 10px);
    transform: rotate(40deg);
  }
  .arrow-2 {
    top: calc(50% - 95px);
    left: calc(50% + 300px);
    transform: rotate(70deg);
  }
  .arrow-4 {
    bottom: calc(50% - 95px);
    left: calc(50% + 300px);
    transform: rotate(180deg);
  }
  .arrow-6 {
    bottom: calc(50% - 125px);
    left: calc(50% - 10px);
    transform: rotate(220deg);
  }
  .arrow-8 {
    bottom: calc(50% - 95px);
    left: calc(50% - 320px);
    transform: rotate(270deg);
  }
  .arrow-10 {
    top: calc(50% - 95px);
    left: calc(50% - 320px);
    transform: rotate(0deg);
  }
  .group-candidate-evaluation {
    top: calc(50% - 170px); /* ✅ 1시 방향 */
    right: calc(50% - 280px);
  }

  .group-leadership-evaluation {
    top: calc(50% - 50px); /* ✅ 3시 방향 */
    right: calc(50% - 470px);
  }

  .group-succession-planning {
    bottom: calc(50% - 170px); /* ✅ 5시 방향 */
    right: calc(50% - 280px);
  }

  .group-team-development {
    bottom: calc(50% - 170px); /* ✅ 7시 방향 */
    left: calc(50% - 280px);
  }

  .group-recruit {
    bottom: calc(50% - 50px); /* ✅ 9시 방향 */
    left: calc(50% - 470px);
  }

  .group-key-talent {
    top: calc(50% - 170px); /* ✅ 11시 방향 */
    left: calc(50% - 280px);
  }
}

/* 📌 1024px 이하 태블릿 및 작은 데스크톱 */
@media (max-width: 1032px) {
  .section1 {
    height: 1100px; /* ✅ 내부 요소가 잘리지 않도록 수동으로 설정 */
    scroll-margin-top: calc(100vh / 2);
    position: relative;
    overflow: visible;
  }
  .section2 {
    height: auto; /* ✅ 내부 요소가 잘리지 않도록 수동으로 설정 */
    scroll-margin-top: calc(100vh / 2);
    position: relative;
    overflow: visible;
  }
  .section-reference {
    padding: 0;
  }
  .logo-img {
    width: 130px; /* 로고 크기 축소 */
    height: auto;
  }

  .menu li {
    margin-left: 15px;
  }

  .menu a {
    font-size: 0.9em;
  }

  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .circle-button {
    width: 250px;
    height: 100px;
  }

  .button-text {
    font-size: 2vw;
  }
  .arrow {
    width: 18px;
  }
  .home-main3,
  .home-main3-contents,
  .arrow-container,
  .button-container {
    min-height: auto;
  }

  .certi-top-text {
    font-size: 28px; /* 화면 크기에 맞게 폰트 크기 조정 */
    width: 70%; /* 텍스트 영역 확대 */
  }
  .intro-frame {
    width: 95%; /* ✅ 화면 크기에 맞게 조정 */
    padding: 24px; /* ✅ 패딩 조정 */
  }

  .intro-header {
    width: 100%; /* ✅ 헤더 전체 너비 조정 */
  }

  .intro-description {
    width: 100%; /* ✅ 본문 전체 너비 사용 */
    font-size: 15px; /* ✅ 글자 크기 약간 축소 */
  }
  .home-main1 {
    height: 380px; /* ✅ 높이 조정 */
  }

  .home-main1-tit1 {
    font-size: 4vh; /* ✅ 폰트 크기 조정 */
  }

  .home-main1-tit2 {
    font-size: 2.5vh;
  }
  /* ico 시작 */
  .home-main1-ico1 img {
    width: 14vw; /* ✅ 이미지 크기 비율 조정 */
  }

  .home-main1-ico2 img {
    width: 14vw;
  }

  .home-main1-ico3 img {
    width: 6vw;
  }

  /* 📌 개별 아이콘 위치 조정 */
  .home-main1-ico1 {
    top: 15%;
    right: 24%;
  }

  .home-main1-ico2 {
    top: 5%;
    right: 2%;
  }

  .home-main1-ico3 {
    bottom: 18%;
    right: 1%;
    transform: translateX(-50%);
  }
  /* ico 끝 */
  .logo-grid {
    grid-template-columns: repeat(4, 1fr); /* 한 줄에 5개 */
  }
  .logo-grid img {
    max-width: 65%;
    max-height: 65px;
  }

  .home-boxes {
    grid-template-columns: repeat(2, 1fr); /* ✅ 4열 유지 */
    gap: 10px;
  }
  .home-box {
    min-width: 100px;
  }
}
@media (max-width: 900px) {
  /* 애로우 */
  .dashed-border {
    width: 500px;
  }
  .button-container {
    max-width: 900px;
    min-height: 400px;
  }
  .button-group {
    transform: scale(0.55); /* ✅ 버튼 크기 약간 축소 */
  }
  .arrow-12 {
    top: calc(50% - 90px);
    left: calc(50% - 10px);
    transform: rotate(40deg);
  }
  .arrow-2 {
    top: calc(50% - 70px);
    left: calc(50% + 210px);
    transform: rotate(70deg);
  }
  .arrow-4 {
    bottom: calc(50% - 70px);
    left: calc(50% + 210px);
    transform: rotate(180deg);
  }
  .arrow-6 {
    bottom: calc(50% - 90px);
    left: calc(50% - 10px);
    transform: rotate(220deg);
  }
  .arrow-8 {
    bottom: calc(50% - 75px);
    left: calc(50% - 225px);
    transform: rotate(270deg);
  }
  .arrow-10 {
    top: calc(50% - 60px);
    left: calc(50% - 240px);
    transform: rotate(0deg);
  }
  .group-candidate-evaluation {
    top: calc(50% - 140px); /* ✅ 1시 방향 */
    right: calc(50% - 250px);
  }

  .group-leadership-evaluation {
    top: calc(50% - 50px); /* ✅ 3시 방향 */
    right: calc(50% - 380px);
  }

  .group-succession-planning {
    bottom: calc(50% - 140px); /* ✅ 5시 방향 */
    right: calc(50% - 250px);
  }

  .group-team-development {
    bottom: calc(50% - 140px); /* ✅ 7시 방향 */
    left: calc(50% - 250px);
  }

  .group-recruit {
    bottom: calc(50% - 50px); /* ✅ 9시 방향 */
    left: calc(50% - 380px);
  }

  .group-key-talent {
    top: calc(50% - 140px); /* ✅ 11시 방향 */
    left: calc(50% - 250px);
  }
  /* ico 시작 */
  .home-main1-ico1 img {
    width: 14vw; /* ✅ 이미지 크기 비율 조정 */
  }

  .home-main1-ico2 img {
    width: 14vw;
  }

  .home-main1-ico3 img {
    width: 6vw;
  }

  /* 📌 개별 아이콘 위치 조정 */
  .home-main1-ico1 {
    top: 15%;
    right: 16%;
  }

  .home-main1-ico2 {
    top: 5%;
    right: 2%;
  }

  .home-main1-ico3 {
    bottom: 18%;
    right: 1%;
    transform: translateX(-50%);
  }
  /* ico 끝 */
}
/* 📌 768px 이하 태블릿 및 작은 데스크톱 */
@media (max-width: 768px) {
  .modal-content {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 90%;
    height: auto;
    border-radius: 8px;

    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }
  /* 기존 섹션 숨기기 */
  .original-section {
    display: none !important;
  }
  .arrow-a,
  .arrow-b,
  .arrow-c,
  .arrow-d,
  .arrow-e,
  .arrow-f {
    width: 14px; /* ✅ 화살표 크기 */
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><path d="M20.4977 0.477086L0 4.021L12.5775 8.39727L16.9706 20.9916L20.4977 0.477086Z" fill="%23DA2128"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto; /* ✅ 버튼과의 간격 조정 */
    transform: rotate(135deg);
    left: calc(50% - 10px);
  }

  .arrow-a {
    top: calc(50% - 155px);
  }

  .arrow-b {
    top: calc(50% - 70px);
  }

  .arrow-c {
    top: calc(50% - -15px);
  }

  .arrow-d {
    top: calc(50% - -100px);
  }

  .arrow-e {
    top: calc(50% - -185px);
  }

  .mobile-section {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 10% 0;
    text-align: center;
    gap: 15px;
    box-sizing: border-box;
    background: url("../img/home/home-main3-bg.webp") no-repeat center center;
    background: image-set(url("../img/home/home-main3-bg.webp") type("image/webp"))
      no-repeat center center;
    background-size: cover;
    position: relative; /* ✅ 부모 요소에 상대적 위치 설정 */
  }

  .home-main3 {
    min-height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; /* ✅ 부모 요소 기준 상대적 위치 */
    background: none;
  }

  .home-main3-tit {
    position: relative; /* ✅ absolute 제거 */
    align-self: flex-start; /* ✅ 제목을 상단에 정렬 */
    margin-bottom: 5%;
  }

  .mobile-section .button-group {
    position: relative;
    width: inherit; /* ✅ 부모 크기(100%)를 따름 */
    flex-grow: 1; /* ✅ 가로폭을 유동적으로 확장하여 부모 크기만큼 채움 */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-section .circle-button {
    width: 100%;
    height: 80px;
    font-size: 1rem;
  }

  .mobile-section .button-text {
    font-size: 2rem;
    white-space: nowrap;
  }

  /* 🔹 테이블 반응형 */
  .subpage-content {
    gap: 0px;
    flex-direction: column; /* 세로 정렬 (1열) */
    align-items: center; /* 가운데 정렬 */
  }

  .subpage-left {
    position: static; /* sticky 제거 */
  }

  .subpage-image {
    background-size: cover; /* 배경 이미지를 컨테이너 꽉 채우기 */
    height: 250px;
    margin-top: 20px;
  }

  .subpage-right {
    width: 100%; /* 전체 너비 사용 */
  }

  .coach-table {
    width: 100%;
    min-width: unset;
  }

  .coach-table-wrapper {
    padding: 0;
    overflow-x: hidden;
  }

  .coach-table th,
  .coach-table td {
    font-size: 12px;
    padding: 8px;
  }

  /* 🔹 카드 레이아웃 */
  .cards {
    justify-content: center;
    flex-wrap: wrap; /* ✅ 줄바꿈 허용 */
  }

  .card {
    flex: 0 0 calc(50% - 10px); /* ✅ 한 줄에 2개 배치 */
    max-width: 360px;
    margin: 0 auto;
  }

  /* 768px~651px에서 고스트 카드 활성화 */
  .card.ghost {
    display: none;
  }

  /* 🔹 텍스트 크기 조정 */
  .text-extrabold {
    font-size: 200%;
  }

  .text-bold {
    font-size: 150%;
  }

  .text-regular {
    font-size: 100%;
  }

  .intro-section {
    flex-direction: column; /* ✅ 세로 정렬 */
    gap: 24px;
  }

  .intro-frame {
    width: 100%; /* ✅ 가로폭 100%로 조정 */
    padding: 20px;
    border: none;
  }

  .intro-header {
    flex-direction: column; /* ✅ 모바일에서는 제목을 세로 정렬 */
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .intro-title {
    align-items: center; /* ✅ 제목 중앙 정렬 */
    text-align: center;
  }

  .intro-badge {
    width: auto;
    padding: 6px 12px;
    font-size: 18px; /* ✅ 배지 글자 크기 조정 */
  }

  .intro-description {
    font-size: 14px; /* ✅ 글자 크기 조정 */
    width: 100%;
  }
  .intro-text {
    margin: 0 20px;
  }

  /* 🔹 반응형 네비게이션 메뉴 */
  .menu {
    display: none;
    flex-direction: column;
    justify-content: center; /* ✅ 수직 중앙 정렬 */
    align-items: center; /* ✅ 가로 중앙 정렬 */
    gap: 20px; /* ✅ 각 li 요소 사이 간격 조정 */
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1005;
    opacity: 0.9;
    color: white;
  }

  .menu.active {
    display: flex;
    height: 100vh;
  }

  .menu li {
    margin: 10px 0;
    text-align: center;
  }
  .menu a {
    color: white;
  }
  .menu a:hover {
    color: white;
  }
  .menu-toggle {
    display: block;
  }

  .logo-img {
    width: 120px;
    height: auto;
  }

  .certi-top-text {
    font-size: 24px;
    width: 80%;
    line-height: 1.5;
  }

  .intro-container {
    flex-direction: column; /* ✅ 모바일에서는 세로 정렬 */
    text-align: center; /* ✅ 텍스트 중앙 정렬 */
  }

  .intro-image,
  .intro-text {
    max-width: 100%; /* ✅ 모바일에서는 가득 차도록 설정 */
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-info {
    min-width: 200px;
    font-size: 0.9em;
    margin-bottom: 15px;
  }

  .footer-nav {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .footer-nav a {
    margin-left: 0;
  }

  .footer-blog {
    margin-left: 0;
  }

  .subpage-btn {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }

  .subpage-btn::before {
    width: 20px;
    height: 20px;
  }
  .home-main1 {
    height: 350px; /* ✅ 높이 조정 */
  }

  .home-main1-tit1 {
    font-size: 3.5vh; /* ✅ 폰트 크기 조정 */
  }

  .home-main1-tit2 {
    font-size: 2.2vh;
  }

  .home-boxes {
    grid-template-columns: repeat(2, 1fr); /* ✅ 두 개씩 배치 */
  }

  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .circle-button {
    width: 200px;
    height: 80px;
  }

  .button-text {
    font-size: 2.5vw;
  }

  .logo-grid {
    grid-template-columns: repeat(4, 1fr); /* 한 줄에 4개 */
    justify-content: center;
  }
  .logo-grid img {
    max-width: 60%;
    max-height: 60px;
  }
}
/* 📌 650px 이하 추가 스타일 */
@media (max-width: 650px) {
  .cards {
    justify-content: center;
  }

  .card {
    flex: 0 0 100%; /* ✅ 한 줄에 하나만 배치 */
    max-width: 100%;
    margin: 0 auto;
  }
  /* ico 시작 */
  .home-main1-ico1 img {
    width: 12vw; /* ✅ 이미지 크기 비율 조정 */
  }

  .home-main1-ico2 img {
    width: 12vw;
  }

  .home-main1-ico3 img {
    width: 8vw;
  }

  /* 📌 개별 아이콘 위치 조정 */
  .home-main1-ico1 {
    top: 20%;
    right: 10%;
  }

  .home-main1-ico2 {
    top: 5%;
    right: 2%;
  }

  .home-main1-ico3 {
    bottom: 25%;
    right: 1%;
    transform: translateX(-50%);
  }
  /* ico 끝 */
}
@media (max-width: 600px) {
  .logo-grid {
    grid-template-columns: repeat(3, 1fr); /* 한 줄에 3개 */
    justify-content: center;
  }
  .logo-grid img {
    max-width: 55%;
    max-height: 55px;
  }
}

/* 📌 580px 이하 카드 크기 조정 */
@media (max-width: 580px) {
  .arrow-a {
    top: calc(50% - 160px);
  }

  .arrow-b {
    top: calc(50% - 75px);
  }

  .arrow-c {
    top: calc(50% - -10px);
  }

  .arrow-d {
    top: calc(50% - -95px);
  }

  .arrow-e {
    top: calc(50% - -180px);
  }

  .section1 {
    height: 1600px; /* ✅ 내부 요소가 잘리지 않도록 수동으로 설정 */
    scroll-margin-top: calc(100vh / 2);
  }
  .section2 {
    height: 670px; /* ✅ 내부 요소가 잘리지 않도록 수동으로 설정 */
    scroll-margin-top: calc(100vh / 2);
  }
  .cards {
    justify-content: center;
  }

  .card {
    flex: 0 0 100%; /* ✅ 1열 배치 */
    max-width: 280px; /* ✅ 카드 크기 줄임 */
    margin: 0 auto;
  }

  .card.ghost {
    display: none; /* ✅ 고스트 카드 제거 */
  }

  .intro-frame {
    padding: 16px;
  }

  .intro-badge {
    font-size: 16px; /* ✅ 배지 크기 줄임 */
  }

  .intro-title {
    width: 100%; /* ✅ 제목 너비 조정 */
  }

  .intro-description {
    font-size: 13px; /* ✅ 가독성을 위해 작은 글자 크기 조정 */
    width: 100%;
  }
  .home-main1 {
    height: 300px; /* ✅ 높이 조정 */
  }

  .home-main1-tit1 {
    font-size: 3vh; /* ✅ 폰트 크기 조정 */
  }

  .home-main1-tit2 {
    font-size: 2vh;
  }

  .home-boxes {
    grid-template-columns: repeat(1, 1fr); /* ✅ 한 줄에 하나씩 배치 */
  }

  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 0px;
    margin-top: 100px;
  }

  .circle-button {
    width: 180px;
    height: 70px;
  }

  .button-text {
    font-size: 3vw;
  }
}

/* 580x 이하 home-main2 전용 */
@media (max-width: 580px) {
  .section {
    height: 1600px; /* ✅ 내부 요소가 잘리지 않도록 수동으로 설정 */
    scroll-margin-top: calc(100vh / 2);
    position: relative;
    overflow: visible;
  }
}
/* 📌 480px 이하 모바일 */
@media (max-width: 480px) {
  /* 🔹 테이블 크기 조정 */
  .arrow-a {
    top: calc(50% - 165px);
  }

  .arrow-b {
    top: calc(50% - 80px);
  }

  .arrow-c {
    top: calc(50% - -10px);
  }

  .arrow-d {
    top: calc(50% - -95px);
  }

  .arrow-e {
    top: calc(50% - -180px);
  }
  .card-description {
    font-size: 12px;
  }

  .coach-table {
    width: 100%;
    min-width: unset;
  }

  .coach-table-wrapper {
    padding: 0 4px;
    overflow-x: hidden;
  }

  .coach-table th,
  .coach-table td {
    font-size: 10px;
    padding: 6px;
  }

  .intro-frame {
    padding: 12px;
    width: 100%;
  }

  .intro-badge {
    font-size: 14px; /* ✅ 배지 크기 더 축소 */
    padding: 4px 10px;
  }

  .intro-description {
    font-size: 12px;
    line-height: 140%;
  }

  /* 🔹 텍스트 크기 축소 */
  .text-extrabold {
    font-size: 120%;
  }

  .text-bold {
    font-size: 100%;
  }

  .text-regular {
    font-size: 90%;
  }

  /* 🔹 반응형 슬라이드 */
  .slider {
    aspect-ratio: 1 / 1;
  }

  .slide {
    height: auto;
  }

  .logo-img {
    width: 100px;
    height: auto;
  }

  .certi-top-text {
    font-size: 18px;
    width: 90%;
    line-height: 1.4;
  }
  .footer {
    margin-top: 20px;
  }
  .footer-container {
    padding: 0;
  }

  .footer-info {
    min-width: 180px;
    font-size: 0.85em;
  }

  .footer-nav {
    gap: 8px;
    align-items: center;
  }

  .footer-nav a {
    font-size: 13px;
  }

  .footer-blog {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    align-self: center;
  }

  .subpage-btn {
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    font-size: 9px;
  }
  /* ico 시작 */
  .home-main1-ico1 img {
    width: 12vw; /* ✅ 이미지 크기 비율 조정 */
  }

  .home-main1-ico2 img {
    width: 12vw;
  }

  .home-main1-ico3 img {
    width: 8vw;
  }

  /* 📌 개별 아이콘 위치 조정 */
  .home-main1-ico1 {
    top: 20%;
    right: 5%;
    opacity: 0.7;
  }

  .home-main1-ico2 {
    top: 5%;
    right: 10%;
  }

  .home-main1-ico3 {
    bottom: 40%;
    right: 1%;
    transform: translateX(-50%);
  }
  /* ico 끝 */
  .subpage-btn::before {
    width: 18px;
    height: 18px;
  }
  .home-main1 {
    height: 280px; /* ✅ 높이 조정 */
  }
  .home-main1-tit2 {
    font-size: 1.2rem;
  }

  .home-boxes {
    grid-template-columns: repeat(1, 1fr); /* ✅ 한 줄에 하나씩 배치 */
  }

  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 0px;
    margin-top: 100px;
  }

  .circle-button {
    width: 160px;
    height: 60px;
  }

  .button-text {
    font-size: 3.5vw;
  }

  .logo-grid img {
    max-width: 50%;
    max-height: 50px;
  }
  /* 메인카드 위드값 추가 20250306 */
  .main-card {
    width: 100%;
    min-height: 400px;
  }
  .home-main1-tit1 {
    font-size: 1.5rem;
  }
  .home-main2-tit1 {
    font-size: 1.5rem;
  }
  .home-main3-tit1 {
    font-size: 1.5rem;
  }
  .box-title {
    margin-bottom: 0;
  }
  .box-text {
    margin-top: 0;
  }
  .section1 {
    height: 1400px;
  }
  .section2 {
    height: auto;
  }
  .home-main4-tit-container {
    height: auto;
  }
  .home-main4-tit1 {
    margin: 40px 0px;
    font-size: 1.5rem;
  }
}
