@charset "utf-8";

/*의료진소개*/
.doctor_box{padding-bottom:30px;}
.doctor_box:last-child{padding-bottom:0;}
.doctor_box:not(:first-child){margin-top:50px;}
.doctor_box .doctop{display:flex;gap:30px;}
.doctor_box .doctop .img_wrap{flex-shrink:0;width:175px;height:215px;font-size:0;border-radius:10px;overflow: hidden;}
.doctor_box .doctop .img_wrap img{width:100%;height:100%;object-fit:cover;}
.doctor_box .doctop dl{display: flex;flex-direction: column;justify-content: space-evenly;height: 215px;}
.doctor_box .doctop dt{font-size:3rem;font-weight:600;line-height: 1.3;}
.doctor_box .doctop dt span{display:block;font-size:1.7rem;color:#52b459;}
.doctor_box .doctop dd .stit{font-weight:700;}
.doctor_box .doctop dd .dbox{color:#333;}
.doctor_box .docbtm .btit{margin:15px 0;padding:10px 0; color:#333; border-bottom:1px solid #ddd; border-top:1px solid #ddd;font-weight:600;text-align:center;}
.doctor_box .docbtm > div{display:flex;}
.doctor_box .docbtm > div > ul{flex-grow:1;width:50%;}
.doctor_box .docbtm > div > ul > li{color:#555;}

/* 물리치료 */
.physics_wrap .t_gray_box{display:flex; align-items: center; justify-content:space-between; gap:30px; margin-bottom:50px; padding:30px; background-color:#f9f9f9; border-radius:20px;}
.physics_wrap .t_gray_box .txt_box{width:calc(100% - 15px);}
.physics_wrap .t_gray_box .txt_box .tit{margin-bottom:30px; font-weight:700; font-size:2.3rem; color:#52b459;}
.physics_wrap .t_gray_box .imgbox{width:calc(100% - 15px); max-width:443px; margin:0 auto; border-radius:10px; overflow:hidden;}
.physics_wrap .t_gray_box .imgbox img{max-width:100%; vertical-align: top;}

.physics_wrap .physicslist > ul{display:flex; flex-wrap:wrap; gap:30px;}
.physics_wrap .physicslist > ul > li{width:calc(50% - 15px); padding:30px; border:1px solid #ddd; border-radius:20px; box-sizing:border-box;}
.physics_wrap .physicslist > ul > li .imgbox{max-width:425px; margin:15px auto; border-radius:10px; overflow: hidden;}
.physics_wrap .physicslist > ul > li .imgbox img{max-width: 100%; vertical-align: top;}




/********************태블릿********************/
@media all and (max-width:1024px){

/*의료진소개*/
.doctor_box .doctop{gap:20px;}
.doctor_box .doctop .img_wrap{width: 125px;height: auto;}
.doctor_box .doctop dl{height:auto;}
.doctor_box .doctop dt{font-size:2.5rem;}
.doctor_box .docbtm .btit{padding: 5px 0;}

}

/********************모바일********************/
@media all and (max-width:767px){
	
/*의료진소개*/
.doctor_box .docbtm > div{flex-wrap: wrap;}
.doctor_box .docbtm > div > ul{width:100%;}
.doctor_box .docbtm > div > ul:not(:first-child){margin-top:5px;}
ul.list > li::after{width: 5px;height: 5px;}

/* 물리치료 */
.physics_wrap .t_gray_box{flex-wrap:wrap; margin-bottom:5vh;}
.physics_wrap .t_gray_box .txt_box .tit{margin-bottom:15px;}

.physics_wrap .physicslist > ul{gap:10px;}
.physics_wrap .physicslist > ul > li{width:100%; padding:2vh;}


}


/********************웹********************/
@media all and (min-width:1025px) {


	
}
