@charset "utf-8";

/* 특수검진소개 */
.labor_notiw{display:flex;flex-wrap:wrap;gap:3%;margin-top:30px;} 
.labor_notiw dl{padding:40px 0;flex-grow:1;width:0;}
.labor_notiw dl:not(:first-child){padding-left:3%;border-left:1px solid #dfdfdf;}
.labor_notiw dl dt{display:table;width:100%;padding-top:85px;height:75px;font-weight:700;font-size:2.8rem;line-height:1.5;color:#025dcf;text-align:center;background:no-repeat center top;}
.labor_notiw dl dt span{display:table-cell;vertical-align:middle;}
.labor_notiw dl.icon1 dt{background-image:url(/nanum/site/builder/dir/h3/img/menu6144/labor_icon1.gif);}
.labor_notiw dl.icon2 dt{background-image:url(/nanum/site/builder/dir/h3/img/menu6144/labor_icon2.gif);}
.labor_notiw dl.icon3 dt{background-image:url(/nanum/site/builder/dir/h3/img/menu6144/labor_icon3.gif);}
.labor_notiw dl.icon4 dt{background-image:url(/nanum/site/builder/dir/h3/img/menu6144/labor_icon4.gif);}
.labor_notiw dl dd{margin-top:15px;font-weight:400;font-size:1.6rem;color:#333;}

/********************태블릿********************/
@media all and (max-width:1024px){

.labor_notiw dl{width:100%;padding: 20px 0;}
.labor_notiw dl:not(:first-child){padding-left:0;border-left:0;}
.labor_notiw dl:not(:last-child){border-bottom:1px solid #dfdfdf;;}
.labor_notiw dl dt{height: 45px;font-size:2.0rem;padding-top: 40px;background-size:47px;}
.labor_notiw dl:not(:nth-child(2)) dt{background-size:34px;}
.labor_notiw dl dd{text-align:center;margin-top:0;}
}



/********************모바일********************/
@media all and (max-width:767px){
	
}










