.sub04{text-align: center;}
.sub04 .sub-visual{background: url(../img/sub04/visual.png) no-repeat center center / cover; text-align: left;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    
}
@media all and (max-width:768px){
    
}
/* sec01 어지럼증 의심질환  */
.sub04 .sec01{padding: 29rem 0 20rem;}
.sub04 .sec01 .inner{max-width: 1740px;}
.sub04 .sec01 h2{padding-bottom: 8rem;}
.sub04 .sec01 ul{display: flex; padding: 5rem 5.5rem; gap: 2rem; justify-content: space-between; border-radius: 20rem; background: linear-gradient(180deg,#e7f7fa 0%, #beeaf6 100%);  }
.sub04 .sec01 ul li{background: #0089b6; color: #fff;border-radius: 1000px; flex: 1; max-width: 295px; position: relative;}
.sub04 .sec01 ul li::after{content: ""; padding-bottom: 100%; display: block;}
.sub04 .sec01 ul li p{font-size: 2.8rem; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100%; padding: 0 2rem;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sub04 .sec01{padding: 80px 0;}
    .sub04 .sec01 h2{padding-bottom: 40px;}
    .sub04 .sec01 ul{padding: 20px; gap: 10px;}
    .sub04 .sec01 ul li p{font-size: 20px;}
}
@media all and (max-width:768px){
    .sub04 .sec01 ul{border-radius: 50px; flex-wrap: wrap; gap: 15px; justify-content: center; padding: 30px 20px;}
    .sub04 .sec01 ul li{flex: none; width: calc((100% - 30px) / 3);}
    
}
@media all and (max-width:600px){
    .sub04 .sec01 ul{justify-content: flex-start;}
    .sub04 .sec01 ul li{width: calc((100% - 15px) / 2);}
    .sub04 .sec01 ul li p{font-size: 16px;}
}


/* sec02 */
.sub04 .sec02{background: url(../img/sub04/sec02-bg.png) no-repeat center center / cover; padding: 18rem 0; }
.sub04 .sec02 .inner{max-width: 1600px;}
.sub04 .sec02 h2{color: #fff;}
.sub04 .sec02 h4{line-height: 1.8; font-size: 2.3rem; padding: 6rem 0 8rem; color: #fff;}
.sub04 .sec02 ul{background-color: #fff; display: flex; justify-content: space-between; border-radius: 1000px; padding: 5rem 5vw; overflow: hidden;}
.sub04 .sec02 ul li{font-size: 2.3rem; width: calc((100% - 50px) / 6);}
.sub04 .sec02 ul li p{padding-top: 2rem;}

@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sub04 .sec02{padding: 80px 0;}
    .sub04 .sec02 h4{padding: 30px 0 40px;}
    .sub04 .sec02 ul{flex-wrap: wrap; border-radius: 50px; gap: 20px 0;}
    .sub04 .sec02 ul li{width: calc((100% - 20px) / 3);}
}
@media all and (max-width:768px){
    .sub04 .sec02 h4{font-size: 16px; border-radius: 50px;}
    .sub04 .sec02 ul{padding: 30px 20px;}
    .sub04 .sec02 ul li{width: calc((100% - 20px) / 3); font-size: 16px;}
}
@media all and (max-width:500px){
    
}

/* sec03 */
.sub04 .sec03{padding: 24rem 0;}
.sub04 .sec03 .inner{max-width: 1480px;}
.sub04 .sec03 h2{padding-bottom: 9rem;}
.sub04 .sec03 ul{display: flex; justify-content: space-between; gap: 2rem;}
.sub04 .sec03 ul li{max-width: 445px; width: calc((100% - 4rem) / 3);}
.sub04 .sec03 ul li img{}
.sub04 .sec03 ul li h3{font-family: 'JalpulrineunOneul'; font-size: 3.2rem; padding: 5rem 0 3rem; color: #0089b6;}
.sub04 .sec03 ul li p{font-size: 2.1rem; font-weight: 400; color: #000; line-height: 1.7;}

@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sub04 .sec03{padding: 80px 0;}
    .sub04 .sec03 h2{padding-bottom: 40px;}
    .sub04 .sec03 ul li h3{padding: 20px 0 10px;}
}
@media all and (max-width:768px){
    .sub04 .sec03 ul{flex-wrap: wrap; gap: 40px 20px;}
    .sub04 .sec03 ul li{width: calc((100% - 20px) / 2);}
    .sub04 .sec03 ul li h3{font-size: 20px;}
    .sub04 .sec03 ul li p{font-size: 14px;}
}
@media all and (max-width:500px){
    .sub04 .sec03 ul li{width: 100%;}
    .sub04 .sec03 ul li img{max-width: 300px;}
}



/* sec04 */
.sub04 .sec04{background: url(../img/sub04/sec04-bg.png) no-repeat center center / cover; padding: 28rem 0; color: #fff;}
.sub04 .sec04 h2{padding-bottom: 3rem; color: #fff;}
.sub04 .sec04 p{font-size: 2.1rem; font-weight: 400; line-height: 1.7;}

@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sub04 .sec04{padding: 80px 0;}
    .sub04 .sec04 h2{padding-bottom: 20px;}
}
@media all and (max-width:768px){
    .sub04 .sec04 p{font-size: 16px;}
}
@media all and (max-width:500px){
    
}








