/* 기본 스타일 */
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Nanum Gothic', sans-serif; /* 나눔 고딕 필기체 폰트 적용 */
    width: 100%;
    height: 100%;
    margin-bottom: 150px; /* 푸터 높이만큼의 여백 추가 */
    overflow-x: hidden;
} 

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    background-color: white;
    padding: 10px;

    max-width: 1200px; /* 너비 제한 */
    margin: 0 auto; /* 중앙 정렬 */
}
.logo {
    height: 80px; /* 로고의 크기를 원하는 대로 설정 */
}
.navbar ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar ul li {
    display: inline-block;
    margin: 0 15px;
}
.navbar li {
    margin-left: 20px;
}

.navbar ul li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    padding: 5px 10px;
}

.navbar ul li a:hover {
    border-bottom: 2px solid black;
}

/* 전체 페이지 컨테이너 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 이미지 스타일 */
.image-section {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.image-section-m {
    position: relative;
    display: flex;
    justify-content: left;
    margin-top: 10px;
}
.image-section-m img{
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 30px; /* 그림 아래에 여백 추가 */
}


.image-section img {
    width: 50%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 30px; /* 그림 아래에 여백 추가 */
}

/* 오버레이 스타일 */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.text {
    font-size: 40px;
    color: rgb(102, 101, 101);
    font-weight: bold;
    line-height: 1.2;
}

/* 가운데 필기체 문구 스타일 */
.centered-text {
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif; /* 나눔 고딕 필기체 적용 */
    font-size: 40px;
    margin: 20px 0;
    color: black;
}

.centered-text1{
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif; /* 나눔 고딕 필기체 적용 */
    font-size: 20px;
    margin: 20px 0;
    color: #50505C;
    margin-bottom: 10px;
    line-height: 1.2;
    margin-bottom: 50px; /* 그림 아래에 여백 추가 */
    white-space: normal;
}


/* 구분 라인 스타일 */
.divider {
    align-items: center;
    border-bottom: 2px solid #ddd;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; /* 중앙 정렬 */
    margin-bottom: 30px;
}

.description {
    margin-top: 20px;
    padding-left: 20px;
}

.description p {
    font-size: 20px;
    text-align: left;
    color: black;
}

.rounded-image-section {
    text-align: center;
    margin-top: 20px;
}

.rounded-image-section img {
    width: 100%;
    height: auto;
    max-height: 500px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.text-content {
    margin: 20px;
    font-size: 18px;
    color: black;
    line-height: 1.6;
}







.container_right {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}

.container_right2 {
    flex: 1;
    justify-content: space-between;
    padding: 20px;
    
    
}


/* 왼쪽 섹션 스타일 */
.left-section {
    flex: 1;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}
.left-section p {
    text-align: left; /* 왼쪽 정렬 */
    font-size: 24px; /* 폰트 크기 설정 */
    line-height: 1.5; /* 줄 간격 추가 */
}
.left-section h2 {
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    white-space: nowrap; /* 줄바꿈 없애기 */
    overflow: hidden; /* 넘치는 텍스트는 숨기기 */
    text-overflow: ellipsis; /* 텍스트가 길 경우 '...'로 표시 */
}
/* 오른쪽 섹션 스타일 */
.right-section {
    flex: 2;
    width : 100%;
    max-width: none;
    padding-left: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.right-section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
    
}

.right-section-h3 p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color:#50505C;
    margin-top: 20px;
}
.styled-box {
    display: inline-block;
    background-color: #dedee4; 
    color: rgb(99, 97, 97); 
    padding: 10px 20px; 
    border-radius: 5px; 
    font-size: 14px; 
    font-weight: bold; 
    text-align: center;
    margin-top: 10px;
    margin: 20px auto; 
    width: 150px;

}

.right-section-1 p{
    
    font-size: 18px;
    
    line-height: 1.6;
    color:#50505C;
    margin-bottom: 5px;
    text-align: left;
    
}

.right-section-1 h3 {
    
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color:#50505C;
    margin-bottom: 5px;
    text-align: left;
    
}
/* 공통 모듈 스타일 */
.common-module {
    
    background-color: #e0f7fa; /* 밝은 파스텔 톤 */
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.common-module-name {
    text-align: center;
    background-color: #e0f7fa; /* 밝은 파스텔 톤 */
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.common-module h3{
    text-align: center;
    background-color: #e0f7fa; /* 밝은 파스텔 톤 */
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #555;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.common-module h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.common-module ul {
    list-style: none;
    padding-left: 0;
}

.common-module ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
}


/* 컨테이너 스타일 */
.container-m {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* 모듈 스타일 */
.module-name {
    background-color: #f3e5f5; /* 밝은 파스텔 톤 */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.module-name h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
}


.module {
    background-color: #f3e5f5; /* 밝은 파스텔 톤 */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.module h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
}

.module h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.module ul {
    list-style: none;
    padding-left: 0;
}

.module ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
}

.module-with-image {
    display: flex;
    align-items: center;
    background-color: #f0f4f8; /* 밝은 파스텔 배경 */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    justify-content: space-between;
    
}

/* 이미지 섹션 스타일 */
.image-section {
    flex: 0 0 150px; /* 이미지의 고정 너비 */
    margin-right: 10px; /* 이미지와 텍스트 사이 간격 */
}

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 5px; /* 이미지 모서리 둥글게 처리 */
}

.image-section-m {
    align-items: center;
    flex: 0 0 150px; /* 이미지의 고정 너비 */
    margin-right: 10px; /* 이미지와 텍스트 사이 간격 */
}


.image-section-m img {
   
   
    width: 80%;
    height: auto;
    border-radius: 5px; /* 이미지 모서리 둥글게 처리 */
}


/* 텍스트 섹션 스타일 */
.text-section {
    flex: 1;
    text-align: left;
}

.text-section h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.text-section ul {
    list-style: none;
    padding-left: 0;
}

.text-section ul li {
    
    font-size: 16px;
    margin-bottom: 10px;
}

/* 컨테이너 스타일 */
.three-columns-container {
    display: flex;
    
    padding: 20px;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.three-columns-container-2 {
    
    flex-direction: column;
    max-width: 100%;
    gap: 20px;
}
/* 각 열 스타일 */
.column-style {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   

    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px;
}



.column {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 30%;
    text-align: center;
    margin-right: 20px;
    height: auto;
}

.column img {
    width: 100%;
    height: auto;
    
    border-radius: 10px;
    margin-bottom: 15px;
}

.column h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.column p {
    font-size: 16px;
    color: #555;
}

.faq-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 10px;
    margin-left: 20px;
}

.faq-question {
    width: 95%;
    text-align: left;
    padding: 15px;
    font-size: 16px;
    border: none;
    background-color: #f0f0f0;
    outline: none;
    cursor: pointer;
    
    box-sizing: border-box;
}

.faq-answer {
    width: 95%;
    display: none;
    padding: 15px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    box-sizing: border-box; /* 패딩을 포함한 너비 조정 */
    
}

.faq-answer p {
    font-size: 14px;
}
.faq-question:after {
    float: right;
    content: "▼";
    font-size: 15px;
}

.faq-question.active:after {
    content: "▲";
}

.testimonial-section {
    padding: 40px;
    background-color: #f0f4f8;
    color: #50505C;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

.testimonial-section h2 {
    font-size: 28px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 20px; 
}

.testimonial {
    flex:1;
    width: 22%;
    background-color: white;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
}

.testimonial h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial p {
    font-size: 16px;
}

.feedback-stats {
    display: flex;
    justify-content: space-between;
}

.stat {
    width: 48%;
    background-color: #00a078;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stat p {
    font-size: 18px;
}

.stat h3 {
    font-size: 36px;
    margin-top: 10px;
}

.slider {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    background: white;
    margin: 20px 0;
    padding: 20px 0;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
}

.slide-track {
    display: flex;
    align-items: center;
    width: calc(200px * 20); /* 이미지 개수에 따라 조정 */
    animation: scroll 40s linear infinite;
}

.slide {
    width: 200px;  /* 원하는 너비로 조정 가능 */
    height: 100px; /* 원하는 높이로 조정 가능 */
    object-fit: contain; /* 이미지 비율 유지 */
    margin: 0 20px; /* 좌우 여백 */
    padding: 10px; /* 내부 여백 */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 10)); /* 이미지 개수의 절반만큼 이동 */
    }
}

/* 호버 시 애니메이션 일시 정지 */
.slider:hover .slide-track {
    animation-play-state: paused;
}

.contact-form {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form .checkbox {
    margin-bottom: 20px;
}

.contact-form button {
    width: 100%;
    padding: 15px;
    background-color: #00a078;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #008b67;
}
.checkbox {
    display: flex;
    align-items: center; /* 체크박스와 텍스트를 수직 중앙 정렬 */
    margin-bottom: 20px;
}

.checkbox input {
    margin-right: 10px; /* 체크박스와 텍스트 사이 간격 추가 */
    vertical-align: middle; /* 체크박스의 수직 정렬을 중간으로 설정 */
}

.checkbox label {
    margin: 0;
}
.footer {
    background-color: #000;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* 양쪽 섹션을 위쪽에 맞춰 정렬 */
    width: 100%;
    height: 150px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-contact
{
    
    flex: 1; /* 두 섹션이 동일한 너비를 가짐 */
    margin: 0 20px; /* 두 섹션 간의 적당한 여백 */
    padding-left: 100px;
}

.footer-contact h3
{
    margin-bottom: 10px;
    margin-bottom: 20px;
}
.footer-contact p {
    margin: 0;
    margin-bottom: 10px;
}

.footer-content a {
    margin-top: 10px;
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.footer-content {
    flex: 1;
    margin: 0 20px;
    text-align: left; /* 오른쪽 정렬 */
    padding-right: 100px;
}

.footer-content a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.floating-btn {
    display: flex;
    align-items: center; /* 버튼과 텍스트를 같은 라인에 정렬 */ 
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000; /* 버튼이 항상 위에 표시되도록 설정 */
}

.floating-btn p {
    margin-right: 20px;
    font-size: 14px;
    color: #333;
}

.floating-btn button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.floating-btn button:hover {
    background-color: #0056b3;
}


.mobile-navbar {
    display: none;
    padding: 10px;
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.mobile-menu-button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

.mobile-menu {
    display: none;  /* 기본적으로 숨김 상태 */
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 999;  /* 다른 요소들 위에 표시되도록 z-index 추가 */
}

/* active 클래스가 있을 때만 메뉴 표시 */
.mobile-menu.active {
    display: block;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    margin: 15px 0;
    text-align: center;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    display: block;
    padding: 10px;
}



.profile-container {
    display: flex;
    align-items: center; /* 세로 중앙 정렬 */
    margin: 20px 0; /* 상하 여백 추가 */
}

.Profile {
    flex: 1; /* 남은 공간 차지 */
}

.Profile p {
    margin: 0;
    line-height: 1.5;
    color: #333;
}


.global-solution {
    width: 300px;  /* 이미지 컨테이너의 너비 설정 */
    height: 200px; /* 이미지 컨테이너의 높이 설정 */
    margin-right: 20px; /* 오른쪽 여백 추가 */
    overflow: hidden; /* 이미지가 컨테이너를 벗어나지 않도록 설정 */
}

.global-solution img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지 비율 유지하면서 컨테이너에 맞춤 */
    border-radius: 8px; /* 이미지 모서리 둥글게 처리 */
}

.picture {
    flex: 2;
    width: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.picture img {
    width: 60%;
    height: auto;
    margin: 0;
}

.picture p {
    text-align: center;
    width: 100%;
}

.Profile {
    flex: 8; /* 80% 차지 */
}

.picture p {
    text-align: center;
}


.Profile ul {
    list-style: none;
    padding-left: 40px;
}

.Profile ul li {
    
    font-size: 16px;
    margin-bottom: 10px;
}

.portfolio-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.portfolio-item {
    flex: 1;
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}

.portfolio-item h4 {
    margin: 10px 0;
}

.portfolio-item p {
    color: #666;
}

.testimonial a {
    color: #333;
    text-decoration: none;
}

.testimonial a:hover {
    text-decoration: underline;
}

.news-excerpt {
    font-size: 0.9em;
    color: #666;
    margin: 8px 0;
}

.og-preview {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0;
}

.og-content {
    display: flex;
    height: 120px;
    text-decoration: none;
    color: inherit;
}

.og-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.og-text {
    padding: 12px;
    flex: 1;
}

.og-title {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
   
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.contact-box {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}


.og-site {
    font-size: 12px;
    color: #999;
    margin: 0;
}
.contact-box{
    margin-left: 20px;
    margin-right: 20px;
    background-color: white;

}
@media screen and (min-width: 769px) {
    .mobile-br {
        display: none;
    }
}
/* 모바일 화면 최적화 */

/* 모바일 반응형 스타일 */
@media only screen and (max-width: 768px) {
    /* 기본 HTML과 body 설정 */
    html, body {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        font-family: 'Nanum Gothic', sans-serif; /* 나눔고딕 기본 폰트 설정 */
    }

    /* 모든 텍스트 요소에 나눔고딕 폰트 적용 */
    p, h1, h2, h3, h4, h5, h6, span, a, li, button, input, textarea {
        font-family: 'Nanum Gothic', sans-serif !important;
    }

    /* 컨테이너 중앙 정렬 */
    .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }

    /* 모든 섹션에 대한 기본 중앙 정렬 */
    .image-section,
    .image-section-m,
    .centered-text,
    .centered-text1,
    .three-columns-container,
    .container_right,
    .testimonial-section,
    .faq-container,
    .contact-form {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    /* 프로필 섹션 수정 */
    .profile-container {
        flex-direction: row; /* 가로 배치로 변경 */
        align-items: flex-start; /* 위쪽 정렬 */
        gap: 15px;
        padding: 10px;
    }
    
    .global-solution {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .global-solution img {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin-bottom: 15px;
    }

    /* 네비게이션 */
    .navbar {
        display: none;
    }

    .mobile-navbar {
       
        justify-content: space-between;
        align-items: center;
    }

    .mobile-navbar .logo {
        height: 50px;
    }

    /* 이미지 섹션 */
    .image-section img,
    .image-section-m img {
        width: 100%;
        max-height: 300px;
    }

    /* 텍스트 크기 조정 */
    .centered-text {
        font-size: 28px;
    }

    .centered-text1 {
        font-size: 16px;
        padding: 5px;
        line-height: 1.5;
        padding: 10px;
        margin-bottom: 10px;
    }


    /* 컬럼 레이아웃 */
    .three-columns-container {
        flex-direction: column;
        padding: 10px;
    }

    .column {
        width: 80%;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: auto;  /* 좌우 마진을 auto로 설정하여 중앙 정렬 */
        margin-right: auto;
    }

    /* 컨테이너 레이아웃 */
    .container_right {
        flex-direction: column;
        padding: 10px;
    }

    .container_right2 {
        background-color: #f9f9f9;
        border-radius: 15px;
        padding: 20px;
        margin: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .right-section-1 {
        background-color: white;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 15px;
    }

    .left-section {
        border-right: none;
        padding-right: 0;
        
    }

    .right-section {
        padding-left: 0;
    }

    /* 테스티모니얼 섹션 */
    .testimonials {
        flex-direction: column;
        align-items: center; /* 중앙 정렬 추가 */
    }

    .testimonial {
        width: 90%; /* 너비를 90%로 조정하여 좌우 여백 확보 */
        
    }

    /* FAQ 섹션 */
    .faq-question,
    .faq-answer {
        width: 100%;
        margin-left: 0;
    }

    /* 푸터 */
    .footer {
        flex-direction: column;
        height: auto;
        padding: 20px 10px;
    }

    .footer-contact,
    .footer-content {
        padding-left: 30px;
        text-align: left;
        margin: 10px 0;
    }

    /* 모듈 그리드 */
    .container-m {
        grid-template-columns: 1fr;
    }

    /* 플로팅 버튼 */
    .floating-btn {
        position: fixed;
        bottom: calc(env(safe-area-inset-bottom) + 100px); /* 푸터 높이보다 더 아래로 위치 */
        right: 20px;
        z-index: 999;
        padding-bottom: env(safe-area-inset-bottom); /* iOS 안전영역 고려 */
    }
   
  
    .text {
        font-size: 28px;
    }
    .picture img{
        width: 100%;
        height: auto;
       
    }

    .picture {
        flex: 1; /* 1/4 비율 */
        width: 80px; /* 기본 너비 설정 */
        min-width: 80px; /* 최소 너비 보장 */
    }
    .picture p {
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
    }   
    .left-section h2{
        font-size: 28px;
        
    }
    .contact-box{
        margin-left: 10px;
        margin-right: 10px;
        background-color: white;

    }

    /* Team 섹션 */
    .team-section .profile-container {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
        padding: 10px;
    }

    .team-section .picture {
        flex: 1;
        width: 80px;
        min-width: 80px;
    }

    .team-section .Profile {
        flex: 3;
    }

    .team-section .picture img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .team-section .picture p {
        font-size: 12px;
        margin: 0;
        text-align: center;
    }
    .testimonial-section {
        padding: 15px;
        background-color: #f0f4f8;
        color: #50505C;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .column-style {
        background-color: #f9f9f9;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        height: auto;
        margin-bottom: 20px;
    }
    .right-section-global {
        background-color: white;
        border-radius: 10px;
        padding: 15px;
    }
    .right-section-global p {
        font-size: 14px;
    }
    .Profile ul {
        list-style: none;
        padding-left: 20px;

    }
    .Profile-global {
        font-size: 14px;
        text-align:center;
    }
    .styled-box{
        
        background-color: #dedee4;
        color: rgb(99, 97, 97);
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        margin: 20px auto;
        width: 150px;
    }
    .right-section-global p{
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }
    .contact-box p{
        font-size: 12px;
     
        margin-bottom: 10px;
    }
}

/* PC 환경 (768px 초과) */
@media only screen and (min-width: 769px) {
    .profile-container-global {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px; /* div 사이의 간격 */
    }

    .profile-container-global > div {
        flex: 1; /* 각 div가 동일한 너비를 가지도록 설정 */
    }

 


