@charset "utf-8";

/* 국가검진소개 */
.health_list .intro_img{padding:50px 20px;width:100%;font-size:1.7rem;font-weight:500;line-height:1.6;color:#fff;background:#f9f9f9 center bottom / cover;text-align:center;box-sizing:border-box;}

.health_list .intro_txt p:nth-child(n+2){margin-top:20px;word-break:keep-all;}
.health_list .int_tit{margin-top:30px;line-height: 25px;font-size:1.6rem;color:#222;}
.health_list .ct_type_h{position:relative;display:flex;}
.health_list .ct_type_h .title:after,
.health_list .ct_type_h .cont:after{content:'';position:absolute;top:0;left:0;width:100%;height:1px;}
.health_list .ct_type_h .title{position:relative;flex-shrink:0;width:200px;padding-top:30px;font-size:2rem;font-weight:500;color: #0060d0;line-height: 1.5;}
.health_list .ct_type_h .title:after{background:#000;}
.health_list .ct_type_h .cont{position:relative;padding:30px 0 0 30px;flex-grow:1;}
.health_list .ct_type_h .cont:after{background:#e5e5e5;}
.health_list .ct_type_h .cont dl{margin-bottom:30px;}
.health_list .ct_type_h .cont dl dt,
.health_list .ct_type_h .cont .blue{margin-bottom:5px;font-size:1.8rem;font-weight:700;color:#0060d0;}
.health_list .ct_type_h .cont dl dd{font-size:1.5rem;font-weight:400;color:#444;}
.health_list .ct_type_h .cont dl dd:not(:first-child){margin-top:10px;}
.health_list .ct_type_h .cont p{position:relative;margin-bottom:15px;font-size:1.5rem;font-weight:500;}
/*.health_list .ct_type_h .cont p:after{content:'';position:absolute;top:50%;left:0;margin-top:-1px;width:3px;height:3px;background:#000;}*/
.health_list .ct_type_h .cont p:nth-child(n+2){margin-top:5px;}

.medipost_wrap{display:flex;margin-top:55px;padding:70px 25px 50px;width:100%;background:#f1f1f1;box-sizing:border-box;}
.medipost_wrap .post_bx{margin-right: auto;width:300px;}
.medipost_wrap .post_bx.last{margin-right:0;}
.medipost_wrap .post_bx .bx{position:relative;margin-bottom:20px;padding:25px 30px;width:100%;height:168px;background:#fff;border-radius:20px;box-sizing:border-box;}
.medipost_wrap .post_bx .bx.youtube{padding: 0;height:169px;}
.medipost_wrap .post_bx .bx.long{height:356px;}
.medipost_wrap .post_bx .bx.long .post_img{position: absolute;bottom: 13px;left: 50%;margin-left: -130px;}
.medipost_wrap .post_bx .bx .top{display: flex;align-items: center;}
.medipost_wrap .post_bx .bx .top .left{font-size: 1.2rem;color: #0060cf;font-weight: 600;}
.medipost_wrap .post_bx .bx .top .right{color: #555;font-size: 1.1rem;background: #f4f4f4;padding: 3px 15px;border-radius: 30px;margin-left: auto;}
.medipost_wrap .post_bx .bx .tit{margin-top:10px;font-size:1.7rem;font-weight:600;line-height:23px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.medipost_wrap .post_bx .bx .date{position: absolute;top:125px;font-size: 1.1rem;color: #555;}



/********************태블릿********************/
@media all and (max-width:1024px){

.health_list .ct_type_h{display:block;}
.health_list .ct_type_h .title{width: 100%;padding-top: 20px;}
.health_list .ct_type_h .cont{width: 100%;padding-left:0;}
.health_list .ct_type_h .cont:after{display:none;}

}



/********************모바일********************/
@media all and (max-width:767px){
	
}










