.center_top_hospital_area{
    display: flex;
    /*height: 1808.75px;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    align-self: stretch;
}

.center_top_hospital_img_area{
    width: 100%;
    max-width: 936px;
    height: 50vw;
    max-height: 400px;
    min-height: 400px;

    position: relative;
    margin: 0 auto;

    flex-shrink: 0;
    align-self: stretch;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* 이미지 */
.center_top_hospital_img_back{
    position: absolute;
    inset: 0;

    background: url(/images/back_hospital.png) center / cover no-repeat;
}

/* 그라데이션 오버레이 */
.center_top_hospital_img_area_grade{
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.50) 100%
    );

    display: flex;
    align-items: center;
}

/* 텍스트 */
.center_top_hospital_img_text_area{
    width: 90%;
    max-width: 744px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #fff;
}


.center_top_hospital_img_text_category{
    display: flex;
    height: 26px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
}

.top_hospital_category_img{
    width: 20px;
    height: 20px;
}

.top_hospital_category_text{
    display: flex;
    padding: 5px 12.906px 5px 13px;
    justify-content: center;
    align-items: center;
    border-radius: 33554400px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.20);
}

.top_hospital_category_text > span {
    color: #FFF;
    font-family: Pretendard;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.center_top_hospital_img_text_subtitle1 {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.center_top_hospital_img_text_subtitle1 > span {
    color: #FFF;
    font-family: Pretendard;
    font-size: clamp(18px, 5vw, 36px);
    font-style: normal;
    font-weight: 700;
}
.center_top_hospital_img_text_subtitle2 {
    display: flex;
    padding-right: 6px;
    align-items: center;
    align-self: stretch;
}

.center_top_hospital_img_text_subtitle2 > span {
    color: rgba(255, 255, 255, 0.95);
    font-family: Pretendard;
    font-size: clamp(14px, 1.4vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.center_top_hospital_sub_con_area{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.center_top_hospital_sub_con_why_area{
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    align-self: stretch;
}

.center_top_hospital_sub_con_why_tit{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
}

.center_top_hospital_sub_con_why_tit_icon{
    width: 24px;
    height: 24px;
}


.center_top_hospital_sub_con_why_tit_text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.center_top_hospital_sub_con_why_tit_text > span{
    color: #101828;
    font-family: Pretendard;
    font-size: clamp(18px, 2vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
.center_top_hospital_sub_con_why_list_area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px; /* 데스크탑 기본 */
    flex-wrap: nowrap; /* 기본: 한 줄 */
    padding: 0 1%;
    box-sizing: border-box;
    width:100%;
}

.center_top_hospital_sub_con_why_list {
    width:33%;
    height: clamp(200px, 20vw, 254px);
    border-radius: 14px;
    border: 1px solid rgba(0, 64, 48, 0.10);
    background: linear-gradient(180deg, #FFF9E5 0%, #FFF 100%);
    box-sizing: border-box;
    height:auto;
    min-height:200px;
    padding:25px;

}

.center_top_hospital_sub_con_why_list_icon{
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: linear-gradient(180deg, #004030 0%, #006B54 100%);
}

.center_top_hospital_sub_con_why_list_title{
    display: inline-flex;
    align-items: center;
}

.center_top_hospital_sub_con_why_list_title{
    display: inline-flex;
    align-items: center;
}


.center_top_hospital_sub_con_why_list_title > span {
    color: #101828;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
}

.center_top_hospital_sub_con_why_list_sub{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.center_top_hospital_sub_con_why_list_sub > span {
    color: #4A5565;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px; /* 162.5% */
}

.center_top_hospital_line{
    height: 1px;
    flex-shrink: 0;
    align-self: stretch;
    border-top: 1px solid #E5E7EB;
}

.center_top_hospital_sub_con_specialties_area{
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    align-self: stretch;
    border-bottom:1px solid #E5E7EB;
}

.center_top_hospital_sub_con_specialties_title{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
}

.center_top_hospital_sub_con_specialties_icon{
    width: 20px;
    height: 20px;
}

.center_top_hospital_sub_con_specialties_txt{
    display: flex;
    justify-content: center;
    align-items: center;
}

.center_top_hospital_sub_con_specialties_txt > span {
    color: #101828;
    font-family: Pretendard;
    font-size: clamp(18px, 1.35rem, 22px);
    font-style: normal;
    font-weight: 700;
}

.center_top_hospital_sub_con_specialties_list{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    flex-wrap: wrap; /* ✅ 추가 */
}

.center_top_hospital_sub_con_specialties_list_sub{
    display: flex;
    padding: 8px 15.766px 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 33554400px;
    background: linear-gradient(180deg, #004030 0%, #006B54 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    white-space: nowrap; /* 줄바꿈 방지 */
}

.center_top_hospital_sub_con_specialties_list_sub > span{
    color: #FFF;
    font-family: Pretendard;
    font-size: clamp(13px, 0.93rem, 15px);
    font-style: normal;
    font-weight: 400;
}

.center_con_product_title_area{
    display: flex;
    
    padding: 32px 32px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 16px;
    background: linear-gradient(180deg, #004030 0%, #006B54 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.center_con_product_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.center_cont_product_title_left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.center_cont_product_title_left_top{
    display: flex;
    height: 20px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
}

.center_cont_product_title_left_top_icon{
    width: 8px;
    height: 8px;
    border-radius: 33554400px;
    opacity: 0.9809;
    background: #FDC700;
}
.center_cont_product_title_left_top_text{
    display: flex;
    padding-right: 0.219px;
    justify-content: center;
    align-items: center;
}

.center_cont_product_title_left_top_text > span {
    color: #FFDF20;
    font-family: Pretendard;
    font-size: clamp(13px, 0.93rem, 15px);
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.center_cont_product_title_left_center{
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
}

.center_cont_product_title_left_center > span {
    display: inline-block;
    color: #FFF;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;

    /* Mobile */
    font-size: clamp(22px, 6vw, 26px);
}

.center_cont_product_title_left_bottom{
    display: flex;
    align-items: center;
    align-self: stretch;
}

.center_cont_product_title_left_bottom > span {
    color: rgba(255, 255, 255, 0.90);
    font-family: Pretendard;
    font-size: clamp(13px, 0.93rem, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    
}

.center_cont_product_title_right{
    display: flex;
    
    height: 94px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.center_cont_product_title_right_top{
    display: flex;
    
    height: 38px;
    padding: 0 16px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 33554400px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.20);
}
.center_cont_product_title_right_top_txt{
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;

}

.center_cont_product_title_right_top_txt > span {
    color: #FFF;
    font-family: Pretendard;
    font-size: clamp(13px, 0.93rem, 15px);
    font-style: normal;
    font-weight: 500;
}

.center_cont_product_title_right_bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24px;
    margin-top: 10px;
}

.center_cont_product_title_right_bottom span{
    display: flex;
    margin-top: -10px;
    animation: arrowMove 2s ease-in-out infinite;
}

/* 각각 딜레이 */
.center_cont_product_title_right_bottom span:nth-child(1){
    animation-delay: 0s;
}
.center_cont_product_title_right_bottom span:nth-child(2){
    animation-delay: .15s;
}
.center_cont_product_title_right_bottom span:nth-child(3){
    animation-delay: .3s;
}

@keyframes arrowMove {
    0% {
        transform: translateY(0);
        opacity: .4;
    }
    50% {
        transform: translateY(6px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: .4;
    }
}

/* 모바일/태블릿 : 800px 이하일 때 */
@media screen and (max-width: 800px) {
    .center_top_hospital_sub_con_why_list_area {
        flex-wrap: wrap; /* 줄바꿈 허용 */
        gap: 16px;       /* 간격 줄이기 */
    }
    .center_top_hospital_sub_con_why_list {
        width: 100%;     /* 화면 폭 꽉 채우기 */
        
        height: auto;    /* 콘텐츠 높이에 맞게 */
    }

    .center_cont_product_title_left_center > span {
        font-size: clamp(18px, 5vw, 20px);

    }

     .center_cont_product_title_right {
        justify-content: center;   /* ✅ 세로 중앙 */
        height: 94px;
    }

    .center_cont_product_title_right_top {
        display: none;             /* ✅ 상단 숨김 */
    }

    .center_cont_product_title_right_bottom {
        margin-top: 0;             /* ✅ 기존 여백 제거 */
    }

    
    .center_top_hospital_sub_con_why_list {
        
        min-height:unset;
        

    }
}

@media (min-width: 1200px) {
    .center_cont_product_title_left_center > span {
        font-size: clamp(26px, 2rem, 34px);
    }
}