/* about_style.css */

.video-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background: rgba(0, 0, 0, 0.8);
    border: 3px solid #ee6344;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-light p {
    text-align: center; /* 모든 p 태그를 중앙 정렬 */
    line-height: 1.8; /* 가독성을 위해 줄 간격 추가 */
}

.responsive-font {
    font-size: 16px; /* 기본 폰트 크기 */
}

.name-class {
    font-size: 20px; /* 기본 폰트 크기 */
}

.profile-font {
    font-size: 14px; /* 기본 폰트 크기 */
}

.custom-with-container {
    max-width: 1050px;
    margin: 0 auto;    
}

.withus-fixed-width-img {    
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain; /* 이미지를 영역에 맞게 자르기 */
    border-radius: 10px; /* 둥근 모서리 유지 */    
}

.custom-withus-doctor-title-container {
    max-width: 920px;
    margin: 0 auto;
}

.custom-with-doctor-title {
    width: 150px;
    background-color: coral; /* 배경색 설정 */
    color: #ffffff; /* 글자색 흰색 */
    padding: 10px 20px; /* 내부 여백 추가 */
    border-radius: 10px; /* 둥근 모서리 설정 */
    font-size: 16px; /* 글자 크기 */
    font-weight: bold; /* 글자 굵기 */
    text-align: center; /* 텍스트 중앙 정렬 */
    display: inline-block; /* 배경 크기를 텍스트에 맞춤 */
    white-space: nowrap; /* 줄바꿈 방지 */
}

.custom-with-doctor-container {
    max-width: 1050px;
    margin: 0 auto;    
}

/* 의사 이미지 스타일 */
.doctor-img {
    width: 100%;
    max-width: 300px; /* 이미지 크기 제한 */
    height: auto; /* 비율 유지 */
    object-fit: cover; /* 이미지 잘림 방지 */
    border-radius: 10px; /* 원형 이미지 */    
}

.custom-with-csr-doctor-title {
    width: 180px;
    background-color: coral; /* 배경색 설정 */
    color: #ffffff; /* 글자색 흰색 */
    padding: 10px 20px; /* 내부 여백 추가 */
    border-radius: 10px; /* 둥근 모서리 설정 */
    font-size: 16px; /* 글자 크기 */
    font-weight: bold; /* 글자 굵기 */
    text-align: center; /* 텍스트 중앙 정렬 */
    display: inline-block; /* 배경 크기를 텍스트에 맞춤 */
}

.csr-doctor-text-container {
    padding: 50px 70px;
    font-size: 22px;
}
