/* 기본 스타일 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* 모든 요소에 테두리를 포함한 크기 계산 */
    
}

.container {
    margin: 0 auto; /* 좌우 중앙 정렬 */
    padding: 0 10px; /* 화면이 좁을 때 최소 여백 */
    width: 100%;
    height: auto; /* 높이를 콘텐츠에 맞게 확장 */
    overflow: visible; /* 콘텐츠 넘침 방지 */
    position: relative; /* 위치 조정 */
}

body {
    margin: 0;
    padding: 0;
    padding-top: 100px; /* 네비게이션 바 높이만큼 본문 여백 추가 */
    font-family: 'Arial', sans-serif;
    background: linear-gradient(180deg, #f8f9ff, #f8f9ff);    
    overflow-x: hidden; /* 가로 스크롤 방지 */
    display: block; /* 콘텐츠가 늘어나도 적용 */
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: auto; /* 높이를 콘텐츠에 맞게 확장 */
}

/* 네비게이션 바 */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 로고 */
.navbar-left .navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

/* 메뉴 링크 */
.menu-links {
    display: flex;
    gap: 20px;
    justify-content: flex-end; /* 항상 오른쪽 정렬 */
    align-items: center; /* 세로축 중앙 정렬 */
    flex: 1;
}

.menu-links .nav-link {
    color: #555;
    text-decoration: none;
    font-size: 1rem;
    padding: 5px 10px; /* 간격 추가 */
    transition: color 0.3s ease;
}

.menu-links .nav-link:hover {
    color: #000;
}

/* 연락 버튼 */
.contact-btn {
    background-color: #000;
    color: #fff;
    
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.contact-btn:hover {
    background-color: #333;
    transform: scale(1.1);
}

/* 햄버거 버튼 (SVG 스타일) */
.menu-icon {
    display: none; /* PC 화면에서 숨기기 */
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger-svg {
    width: 30px; /* 삼선 크기 */
    height: 30px; /* 삼선 높이 */
    overflow: visible;
}

.hamburger-svg rect {
    fill: #333;
    transition: all 0.3s ease;
}

/* 햄버거 버튼 활성화 (X 표시) */
.menu-icon.active .line1 {
    transform: rotate(45deg) translate(7px, 20px); /* 첫 번째 선: 대각선 오른쪽 아래로 */
    transform-origin: center;
}

.menu-icon.active .line2 {
    opacity: 0; /* 두 번째 선 숨기기 */
}

.menu-icon.active .line3 {
    transform: rotate(-45deg) translate(7px, -20px); /* 세 번째 선: 대각선 왼쪽 위로 */
    transform-origin: center;
}

/* 드롭다운 메뉴 */
.dropdown-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background-color: transparent; /* 불투명 배경 */
    backdrop-filter: blur(15px); /* 블러 효과 */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; /* 수평 중앙 정렬 */
    z-index: 999;
    text-align: center; /* 텍스트 중앙 정렬 */
    transition: top 0.5s ease; /* 부드러운 애니메이션 */
    padding: 20px; /* 드롭다운 내부 패딩 */
    border-radius: 0 0 20px 20px; /* 아래쪽 모서리 둥글게 */
    overflow: hidden; /* 스크롤 방지 */
    padding: 0 20px; /* 내부 간격을 유지하면서 버튼이 넘치지 않도록 조정 */
}

/* 드롭다운 메뉴 활성화 */
.dropdown-menu.show {
    top: 50px; /* 네비게이션 바 바로 아래 */
}

/* 드롭다운 메뉴 링크 */
.dropdown-menu .nav-link {
    margin: 10px 0;
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.dropdown-menu .nav-link:hover {
    color: #000;
}

/* 드롭다운 메뉴 연락 버튼 */
.dropdown-menu .contact-btn {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 15px;
    width: 100%; /* 버튼을 양쪽 끝까지 확장 */
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
    overflow: hidden; /* 스크롤 방지 */
    box-sizing: border-box; /* 패딩 포함 */
    border-radius: 20px;
    margin-bottom: 30px; /* 아래쪽 간격 추가 */
}

.dropdown-menu .contact-btn:hover {
    background-color: #555;
    transform: scale(1.01); /* 크기 살짝 확대 */
}

/* 초기 상태: 페이드인 애니메이션 */
.fade-in-up {
    opacity: 0; /* 투명하게 설정 */
    transform: translateY(30px); /* 아래로 30px 이동 */
    transition: opacity 1s ease, transform 1s ease; /* 1초 동안 애니메이션 */
}

/* 애니메이션 종료 후 상태 */
.fade-in-up.show {
    opacity: 1; /* 불투명하게 설정 */
    transform: translateY(0); /* 원래 위치로 이동 */
}

/* 둥근 모서리 컨테이너 */
.rounded-container {
    background: linear-gradient(180deg, #dce7ff, #f8f9ff);
    border-radius: 100px;
    padding: 40px 5%; /* 좌우 여백을 화면 비율로 설정 */
    width: 100%;
    height: 100vh;
    max-width: 1200px;
    margin: 0 auto; /* 화면 중앙 정렬 */
    text-align: center;
    position: relative; /* 내부 흰색 섹션을 배치할 수 있도록 설정 */

}

/* 소개 텍스트 */
.greeting {
    font-size: 1rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #5a5a5a;
}

/* 기본 스타일 */
.content-section {
    display: flex;
    align-items: center; /* 텍스트와 이미지 수평 정렬 */
    justify-content: space-between; /* 공간 균형 유지 */
    padding: 100px; /* 내부 여백을 더 크게 설정 */
    border-radius: 50px; /* 둥근 모서리 */
    margin: 60px auto; /* 카드 간 간격 */
    max-width: 1400px; /* 라운디드 컨테이너와 동일한 폭 */
    min-height: 700px; /* 라운디드 컨테이너와 동일한 높이 */
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out; /* 부드러운 전환 */
    position: relative;
    z-index: 2; /* 기본적으로 위에 표시 */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* 기본 그림자 */
}

/* 색상 스타일 */
.bg-pink {
    background-color: #fdeef4; /* 핑크 배경 */
}

.bg-green {
    background-color: #d2edc5; /* 연녹색 배경 */
}

.bg-blue {
    background-color: #cce7ff; /* 연파랑 배경 */
}

.bg-yellow {
    background-color: #fff5cc; /* 연노랑 배경 */
}

.bg-orange {
    background-color: #ffb56c; /* 연노랑 배경 */
}

/* 초기 상태 */
.sticky-content {
    position: sticky;
    top: 60px; /* 고정되는 위치 */
    z-index: 1; /* 기본적으로 위에 표시 */
    height: auto; /* 각 섹션이 화면 전체 높이를 차지 */
    opacity: 0; /* 처음에는 보이지 않음 */
    transform: translateY(50px); /* 아래로 이동 */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, z-index 0.6s ease-out;
}
/* 활성화된 콘텐츠 (화면 중앙 고정) */
.sticky-content.active {
    opacity: 1;
    transform: translateY(0); /* 원래 위치 */
    z-index: 2; /* 다른 콘텐츠 위로 */
}

/* 다른 스크롤 아이템에 hover 효과 */
.stack-item:hover {
    transform: translateY(-20px); /* 위로 살짝 올라감 */
    z-index: 1;
}

.text-content {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* 왼쪽 정렬 */
}

.logo-container {
    margin-bottom: 100px; /* 로고와 아래 텍스트 사이 간격 */
}

.logo-container .logo {
    max-height: 50px; /* 로고 크기 */
    display: block; /* 로고를 독립적으로 배치 */
    margin-left: 0; /* 로고 왼쪽 정렬 */
}

.category {
    font-size: 1.2rem;
    color: #555;
    text-align: left; /* UX/UI Design 왼쪽 정렬 */
}

.text-content h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #000000;
    text-align: left; /* 제목 왼쪽 정렬 */
}

.text-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #555;
    text-align: left; /* 제목 왼쪽 정렬 */

}

/* tools-section 스타일 */
.tools-section {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 200px; /* 섹션 간 간격 추가 */
}

/* My favorite tools 스타일 */
.mini-section {
    font-size: 1rem;
    font-weight: 500;
    background: rgba(255, 235, 245, 0.7); /* 연한 분홍 배경 */
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    color: #555;
    margin-bottom: 50px;
    text-align: center;
}

/* 제목 스타일 */
.tools-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
}

/* 도구 그리드 */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3열 그리드 */
    gap: 20px; /* 카드 간 간격 */
    justify-items: center; /* 카드 중앙 정렬 */
}

/* 도구 카드 */
.tool-card {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 400px; /* 카드 크기 제한 */
}

/* hover 효과 */
.tool-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* 도구 아이콘 */
.tool-icon img {
    width: 50px;
    height: 50px;
    border-radius: 10px; /* 아이콘 살짝 둥글게 */
    background: rgba(240, 240, 250, 0.7); /* 연한 배경 */
    padding: 10px;
    margin-right: 20px;
}

/* 도구 제목 및 설명 */
.tool-details {
    text-align: left;
}

/* Testimonials 섹션 */
.testimonials-section {
    margin-top: 60px; /* 위와의 간격 */
    text-align: center; /* 중앙 정렬 */
}

/* Testimonials 그리드 */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2x2 그리드 */
    gap: 20px; /* 카드 간의 간격 */
    justify-items: center; /* 카드 중앙 정렬 */
    padding: 20px; /* 그리드 패딩 */
}

/* Testimonials 카드 */
.testimonial-card {
    padding: 40px 20px; /* 위아래 공간을 40px로 확대, 좌우는 20px 유지 */
    border-radius: 20px; /* 둥근 모서리 */
    background: linear-gradient(135deg, #fdeef4, #f8f9ff); /* 부드러운 그라데이션 */
    text-align: left; /* 텍스트 왼쪽 정렬 */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 카드 hover 효과 */
.testimonial-card:hover {
    transform: translateY(-5px); /* 살짝 위로 이동 */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* 더 강한 그림자 */
}


/* Testimonials 텍스트 */
.testimonial-text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

/* Testimonials 저자 */
.testimonial-author {
    font-size: 0.9rem;
    font-weight: bold;
    color: #555;
    margin-top: 10px;
}

/* 블로그 섹션 */
.blog-section {
    margin-top: 200px; /* 위 섹션과 간격 */
    text-align: center; /* 중앙 정렬 */
    padding: 0 20px;
}

/* 블로그 카드 그리드 */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2열 레이아웃 */
    gap: 20px; /* 카드 간 간격 */
    justify-items: center; /* 카드 중앙 정렬 */
    margin-bottom: 40px; /* 버튼과 간격 */
}

/* 블로그 카드 */
.blog-card {
    display: block; /* 링크로 감싸진 블록 요소 */

    border-radius: 50px; /* 둥근 모서리 */
    background: linear-gradient(135deg, #f3dbff, #c0caff); /* 부드러운 그라데이션 */
    overflow: hidden; /* 내용 넘침 방지 */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 400px;
    width: 100%; /* 카드 너비 */
}

/* 카드 hover 효과 */
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* 블로그 이미지 */
.blog-image {
    width: 100%; /* 이미지가 카드 너비에 맞춤 */
    height: auto; /* 비율 유지 */
    border-bottom: 1px solid #eee; /* 이미지와 내용 구분선 */
}

/* 블로그 내용 */
.blog-content {
    padding: 20px;
    text-align: left; /* 왼쪽 정렬 */
}

/* 블로그 날짜 */
.blog-date {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 10px;
}

/* 블로그 제목 */
.blog-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

/* About Section */
.about-section {
    background: linear-gradient(135deg, #fdeef4, #f8f9ff); /* 부드러운 그라데이션 */
    padding: 200px 10%; /* 상하 200px, 좌우 10% 여백 */
    display: flex;
    justify-content: center; /* 섹션 중앙 정렬 */
    align-items: center; /* 세로축 중앙 정렬 */
    border-radius: 50px; /* 부드러운 모서리 */
    margin-top: 200px; /* 위 섹션과 간격 */
    margin-bottom: 200px; /* 아래 공간 확보 */
    width: 100%; /* 섹션 전체 너비 */
    box-sizing: border-box; /* 패딩 포함 크기 계산 */
}

/* 컨테이너 */
.about-container {
    max-width: 1200px; /* 최대 너비 */
    width: 100%; /* 부모 섹션의 전체 너비 사용 */
    display: flex; /* 플렉스 컨테이너 */
    justify-content: space-between; /* 텍스트와 이미지를 양쪽 끝으로 배치 */
    align-items: center; /* 세로축 중앙 정렬 */
    gap: 40px; /* 텍스트와 이미지 사이 간격 */
}

/* 왼쪽 텍스트 */
.about-text {
    max-width: 50%; /* 텍스트 최대 너비 */
    text-align: left; /* 텍스트 왼쪽 정렬 */
    display: flex;
    flex-direction: column; /* 텍스트와 버튼을 세로로 정렬 */
}

.about-text h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6; /* 가독성을 위한 줄 간격 */
}

.about-text .button {
    margin-top: 20px; /* 텍스트 아래에 버튼 여백 추가 */
    align-self: center; /* 버튼을 텍스트 중앙에 정렬 */
    text-align: center;
}

/* 오른쪽 이미지 */
.about-image {
    max-width: 50%; /* 이미지 최대 너비 */
}

.about-image img {
    width: 100%; /* 이미지가 부모 요소에 맞게 조정 */
    height: auto; /* 비율 유지 */
    border-radius: 20px; /* 둥근 모서리 */
    object-fit: cover; /* 이미지가 잘 맞도록 */
}


/* Main Content Section Above Footer */
.content-before-footer {
    background: linear-gradient(135deg, #f8f9ff, #fff5cc);
    text-align: center;
    padding: 80px 20px;
    margin-bottom: 60px; /* 푸터와 공간 확보 */
    border-radius: 20px;
}

.content-container {
    max-width: 800px;
    margin: 0 auto;
}

.content-container h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.content-container p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}


/* Footer Section */
.footer-section {
    background-color: #ffffff;
    padding: 60px 20px;
    border-radius: 50px 50px 0 0;
    margin-left: calc(-50vw + 50%); /* 부모 중앙 정렬 기준으로 푸터를 확장 */
    margin-right: calc(-50vw + 50%); /* 우측으로 뷰포트 기준 확장 */
    width: 100vw; /* 뷰포트 전체 너비 */

    box-sizing: border-box; /* 패딩 포함 크기 계산 */

}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link {
    text-decoration: none;
    font-size: 1rem;
    color: #555;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #05051d;
}

.footer-icon {
    margin-right: 10px;
    font-size: 1.2rem;
}

.footer-bottom {
    margin-top: 40px;
    text-align: center;
    font-size: 0.9rem;
    color: #555;
}

.footer-legal-links {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-legal-links a {
    text-decoration: none;
    font-size: 0.9rem;
    color: #555;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: #05051d;
}

/* 버튼 (기존 스타일 유지) */
.button.primary {
    background-color: #05051d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.button.primary:hover {
    background-color: #28285d;
}

/* 버튼 그룹 */
.button-group {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
/* 버튼 스타일 */
.button {
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* 버튼: 부차적인 작업 */
.button.secondary {
    background-color: transparent;
    color: #3d3d7e;
    border: 2px solid #05051d;
}

.button.secondary:hover {
    background-color: #f4f4f9;
    color: #28285d;
}

.image-content img {
    max-width: 300px;
    border-radius: 15px;
    /* 그림자 제거 */
}

@media (max-width: 768px) {
    .tools-grid {
        grid-template-columns: repeat(2, 1fr); /* 2열 그리드 */
    }
}

@media (max-width: 480px) {
    .tools-grid {
        grid-template-columns: 1fr; /* 1열 그리드 */
    }
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .menu-links {
        display: none; /* 메뉴 숨기기 */
    }

    .menu-icon {
        display: block; /* 모바일에서 햄버거 버튼 표시 */
    }
}

/* 반응형 디자인: 모바일 뷰 */
@media (max-width: 768px) {
    h1 {
        font-size: 1.5rem; /* 글자 크기 줄이기 */
        line-height: 1.4; /* 모바일에서 줄 간격 */
        margin-bottom: 15px; /* 아래 간격 줄이기 */
    }
}

/* 반응형 디자인: 작은 화면에서는 1열 */
@media (max-width: 768px) {
    .tools-grid,
    .testimonials-grid {
        grid-template-columns: 1fr; /* 1열로 변경 */
    }
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column; /* 텍스트와 이미지를 세로로 배치 */
        text-align: center; /* 텍스트 중앙 정렬 */
    }

    .about-text, .about-image {
        max-width: 100%; /* 텍스트와 이미지가 전체 너비 사용 */
    }

    .about-image img {
        margin-top: 20px; /* 이미지와 텍스트 사이 간격 */
    }
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 20px;
    }

    .footer-column {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .content-container h2 {
        font-size: 2rem;
    }

    .content-container p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .sticky-content {
        display: flex;
        flex-direction: column; /* 1열 정렬 */
        justify-content: center; /* 콘텐츠 중앙 정렬 */
        align-items: center; /* 세로축 중앙 정렬 */
        text-align: center; /* 텍스트 중앙 정렬 */
        padding: 20px; /* 내부 여백 추가 */
    }

    .image-content {
        order: -1; /* 이미지가 로고 위로 이동 */
        width: 100%;
        max-width: 300px; /* 이미지 최대 너비 */
        margin-bottom: 20px; /* 이미지와 로고 사이 여백 추가 */
    }

    .image-content img {
        display: block;
        margin: 0 auto; /* 이미지 중앙 정렬 */
        width: 100%; /* 부모 요소에 맞춤 */
        max-width: 100%; /* 최대 너비를 부모에 맞춤 */
        height: auto; /* 비율 유지 */
        border-radius: 10px; /* 둥근 모서리 */
    }

    .text-content {
        max-width: 100%; /* 텍스트 영역 최대 너비 */
        margin-top: 0; /* 이미지와 텍스트 사이 여백 제거 */
        text-align: center; /* 텍스트 중앙 정렬 */
    }

    .logo-container {
        margin-bottom: 50px; /* 로고와 텍스트 사이 간격 */
    }

    .button-group {
        display: flex;
        justify-content: center; /* 버튼 그룹 중앙 정렬 */
        flex-wrap: wrap; /* 버튼이 한 줄에 들어가지 않을 경우 줄바꿈 */
        gap: 10px; /* 버튼 간격 추가 */
        margin-top: 20px; /* 버튼 그룹 위쪽 여백 */
    }

    .button {
        padding: 10px 20px; /* 버튼 여백 */
        text-align: center;
        flex: 1 1 auto; /* 버튼 크기를 자동으로 조정 */
        max-width: 200px; /* 버튼 최대 너비 */
    }

    .content-before-footer {
        padding: 40px 10px; /* 모바일에서 내부 패딩 줄임 */
        border-radius: 15px; /* 둥근 모서리 크기 줄임 */
    }

    .content-container {
        max-width: 90%; /* 모바일에서 더 넓게 차지하도록 설정 */
    }

    .content-container h2 {
        font-size: 1.8rem; /* 제목 크기를 줄임 */
        word-wrap: break-word; /* 긴 단어 줄바꿈 */
        word-break: break-word; /* 긴 단어를 강제로 줄바꿈 */
        hyphens: auto; /* 긴 단어에 하이픈 추가 */
    }

    .content-container p {
        font-size: 1rem; /* 본문 크기를 줄임 */
        margin-bottom: 20px; /* 본문 간격 줄임 */
        line-height: 1.5; /* 줄 간격 줄임 */
        word-wrap: break-word; /* 긴 단어 줄바꿈 */
        word-break: break-word; /* 긴 단어를 강제로 줄바꿈 */
        hyphens: auto; /* 긴 단어에 하이픈 추가 */
    }

    .about-container {
        flex-direction: column; /* 텍스트와 이미지를 세로로 배치 */
        align-items: center; /* 중앙 정렬 */
        text-align: center;
    }

    .about-image {
        order: -1; /* 이미지 순서를 텍스트 위로 이동 */
        margin-bottom: 20px; /* 이미지와 텍스트 사이 간격 */
    }

    .about-text {
        max-width: 100%; /* 텍스트가 전체 너비 차지 */
    }

    .about-text h2 {
        font-size: 1.8rem; /* 제목 크기 줄임 */
    }

    .about-text p {
        font-size: 1rem; /* 본문 크기 줄임 */
        margin-bottom: 10px; /* 본문 간격 줄임 */
    }

    .about-text .button {
        align-self: center; /* 버튼 중앙 정렬 */
        margin-top: 20px; /* 버튼과 텍스트 간격 */
    }

    .about-image img {
        max-width: 300px; /* 모바일에서 이미지 최대 크기 제한 */
    }
}
