/* ========================================
   기본 스타일
   ======================================== */
   * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    background: #ffffff;
    min-height: 100vh;
}


/* ========================================
   의료진 소개 페이지 전용 스타일
   ======================================== */
.doctor-intro-section {
    padding: 200px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.intro-header {
    text-align: center;
    margin-bottom: 80px;
}

.intro-label {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 10px;
    color: #A6756A;
    margin-bottom: 20px
}

.intro-main-title {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    margin-bottom: 100px;
}

.intro-main-image {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 80px;
    display: block;
    position: relative;
}

.intro-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.intro-main-image h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 500;
    font-size: 2em;
    letter-spacing: 14px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6),
                 0 4px 16px rgba(0, 0, 0, 0.4);
    margin: 0;
    width: 100%;
    padding: 0 20px;
}

.intro-philosophy {
    text-align: center;
    margin-bottom: 150px;
}

.philosophy-text {
    font-size: 24px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 50px;
}

.philosophy-text .highlight {
    font-weight: bold;
    color: #000;
}

.philosophy-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #A6756A;
    letter-spacing: 2px;
}

.philosophy-vision {
    font-size: 30px;
    font-weight: 600;
    color: #A6756A;
    margin-top: 50px;
    line-height: 1.6;
}

/* 의사 프로필 카드 */
.doctor-card {
    display: flex;
    align-items: center;
    gap: 150px;
    margin-bottom: 150px;
}

.doctor-card.reverse {
    flex-direction: row-reverse;
}

.doctor-photo {
    flex: 0 0 600px;
    width: 600px;
}

.doctor-photo img {
    width: 100%;
    height: auto;
    border-radius: 0 70px ;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.doctor-info {
    flex: 1;
}

.doctor-label {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 10px;
    color: #A6756A;
    margin-bottom: 15px;
}

.doctor-name {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
}

.doctor-position {
    font-size: 20px;
    font-weight: 400;
    color: #666;
    margin-bottom: 30px;
}

.tag-all{
    margin-bottom: 80px;
}

.doctor-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.doctor-tag {
    padding: 8px 20px;
    background: #A6756A;
    color: white;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
}

.doctor-career {
    list-style: none;
    padding: 0;
}

.doctor-career li {
    font-size: 18x;
    color: #333;
    line-height: 2;
    padding-left: 15px;
    position: relative;
}

.doctor-career li span{
    color: #A6756A;
    font-weight: 500;
}
.doctor-career li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #A6756A;
    font-weight: bold;
}

/* ========================================
   반응형 - 태블릿
   ======================================== */
@media (max-width: 1200px) {
    /* 의료진 소개 - 태블릿 */
    .doctor-intro-section {
        padding: 80px 20px;
    }

    .intro-main-title {
        font-size: 36px;
        margin-bottom: 80px;
    }

    .philosophy-text {
        font-size: 20px;
    }

    .philosophy-vision {
        font-size: 24px;
    }

    .doctor-card {
        gap: 50px;
        margin-bottom: 100px;
    }

    .doctor-photo {
        flex: 0 0 300px;
        width: 300px;
    }

    .doctor-name {
        font-size: 38px;
    }

    .doctor-position {
        font-size: 18px;
    }
}

/* ========================================
   반응형 - 모바일
   ======================================== */
@media (max-width: 768px) {
 
    /* 의료진 소개 - 모바일 */
    .doctor-intro-section {
        padding: 50px 20px;
    }

    .intro-header {
        margin-bottom: 40px;
    }

    .intro-main-title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .intro-main-image {
        width: 100%;
        margin-bottom: 40px;
    }

    .intro-philosophy {
        margin-bottom: 50px;
    }

    .intro-main-image {
        margin: 0 auto 30px;
    }
    
    .intro-main-image h3 {
        font-size: 1.5em;
        letter-spacing: 8px;
    }

    .philosophy-text {
        font-size: 18px;
    }

    .philosophy-subtitle {
        font-size: 14px;
    }

    .philosophy-vision {
        font-size: 20px;
        margin-top: 40px;
    }

    .doctor-card,
    .doctor-card.reverse {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 50px;
    }

    .doctor-photo {
        flex: none;
        width: 100%;
        max-width: 400px;
    }

    .doctor-info {
        text-align: left;
    }

    .doctor-name {
        font-size: 32px;
    }

    .doctor-position {
        font-size: 16px;
    }

    .doctor-tags {
        gap: 8px;
    }

    .doctor-tag {
        padding: 6px 15px;
        font-size: 12px;
    }

    .doctor-career li {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* ========================================
   반응형 - 작은 모바일
   ======================================== */
@media (max-width: 480px) {
 
    /* 의료진 소개 - 작은 모바일 */
    .intro-main-title {
        font-size: 24px;
    }

    .intro-main-image {
        margin: 0 auto 30px;
    }
    
    .intro-main-image h3 {
        font-size: 1.2em;
        letter-spacing: 4px;
        padding: 0 15px;
    }

    .philosophy-text {
        font-size: 16px;
    }

    .philosophy-vision {
        font-size: 18px;
    }

    .doctor-name {
        font-size: 28px;
    }

    .doctor-position {
        font-size: 14px;
    }

    .doctor-career li {
        font-size: 13px;
    }
}