/* mobile_about_style.css */

@media (max-width: 1200px) {
    .custom-withus-doctor-title-container {
        max-width: 840px;
        margin: 0 auto;
    }
    .csr-doctor-text-container {        
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .custom-withus-doctor-title-container {
        max-width: 800px;
        margin: 0 auto;
    }
    .custom-with-doctor-title {
        width: 130px;     
        padding: 8px 16px;   
        font-size: 14px; /* 글자 크기 */        
    }    
    .custom-with-csr-doctor-title {
        width: 160px;             
        padding: 8px 16px; /* 내부 여백 추가 */        
        font-size: 14px; /* 글자 크기 */        
    }
}

@media (max-width: 992px) {
    .custom-withus-doctor-title-container {
        max-width: 600px;
        margin: 0 auto;
    }
    .csr-doctor-text-container {
        font-size: 14px;
        padding: 20px 60px;
    }
}

@media (max-width: 768px) {
    .profile-container {
        margin-top: 10px;
    }
    .responsive-font {
        font-size: 14px; /* 태블릿 */
    }
    .name-class {
        font-size: 14px; /* 태블릿 */        
    }
    #null-doctor {
        display: none;
    }
    .custom-with-container {
        gap : 15px;
    }
    .custom-withus-doctor-title-container {
        justify-content: center;        
        margin: 0;
    }    
}

@media (max-width: 576px) {
    .leader-section {
        padding : 0 12px !important;
    }

    .responsive-font {
        font-size: 12px; /* 모바일 */
    }
    .name-class {
        font-size: 14px; /* 기본 폰트 크기 */
        margin-top: 10px !important;
        padding-top: 10px !important;
    }    
    .custom-highlight {
        font-size: 20px !important;
    }
    .profile-font {
        font-size: 12px;
    }
    .custom-with-container {
        gap: 15px;
    }
    /* 의사 이미지 스타일 */
    .doctor-img {
        width: 100%;
        max-width: 200px; /* 이미지 크기 제한 */        
    }
    .csr-doctor-text-container {        
        padding: 0px 20px;
    }
}

@media (max-width: 400px) {
    .name-class {
        font-size: 13px; /* 기본 폰트 크기 */        
    }
}