@charset "utf-8";

/*응급실 내원환자 진료절차 안내*/
.remc_step{width:100%;border-bottom:1px solid #dfdfdf;}
.remc_step .box{padding:35px 0 35px 230px;border-top:1px solid #dfdfdf;background:no-repeat 70px center;}
.remc_step .box.icon1{background-image:url(/nanum/site/builder/dir/pemc/img/menu5542/emer_step01.jpg);} 
.remc_step .box.icon2{background-image:url(/nanum/site/builder/dir/pemc/img/menu5542/emer_step02.jpg);}
.remc_step .box.icon3{background-image:url(/nanum/site/builder/dir/pemc/img/menu5542/emer_step03.jpg);}
.remc_step .box.icon4{background-image:url(/nanum/site/builder/dir/pemc/img/menu5542/emer_step04.jpg);}
.remc_step .box.icon5{background-image:url(/nanum/site/builder/dir/pemc/img/menu5542/emer_step05.jpg);}
.remc_step .box.icon6{background-image:url(/nanum/site/builder/dir/pemc/img/menu5542/emer_step06.jpg);}
.remc_step .box .btxt{margin-bottom: 7px;font-size:19px;font-family:'NotoKrB', sans-serif;color: #3655cc;letter-spacing:-0.05em;}
.remc_step .box .btxt span{margin-right:5px;font-size: 18px;font-family: 'Lato', sans-serif;font-weight: 600;letter-spacing:0;}

.remc_step .box .stxt{margin-top:15px;font-size:14px;color:#666;line-height:20px;}
.remc_step .box dl{display:inline-block;width: 100%;font-size: 15px;}
.remc_step .box dl dt{display:inline-block;width: 90px;text-align: center;float:left;border-radius: 30px;font-family: 'NotoKrM', sans-serif;padding: 3px 15px;background: #3655cc;}
.remc_step .box dl.blue dt{color: #fff;}
.remc_step .box dl dd{float:left;color:#666;line-height: 30px;font-weight: 600;font-size: 16px;}
.remc_step .box dl dd ul{display:inline-block;width:100%;}
.remc_step .box dl dd ul li{padding-left:8px;}



/***************767***************/
@media all and (max-width:767px){

/*응급실 내원환자 진료절차 안내*/
.remc_step .box{background-size:45px auto;background-position: 50% 13px;padding:70px 15px 15px 15px;}

.remc_step .box .btxt{text-align:center;font-size:16px;}
.remc_step .box .btxt span{font-size:16px;}
.remc_step .box dl{text-align:center;font-size:14px;}
.remc_step .box dl dt{padding:2px 5px;}
.remc_step .box dl dd{font-size: 15px;}

}