@charset "utf-8";

/*교육(BLS, KBLS, KALS, KDLS)*/
.conbox_wrap{display:inline-block;width:100%;}
.con_box01 {width:48%; margin:0 1%; border:1px solid #ddd; box-sizing:border-box; float:left; position:relative; border-radius:10px;}
.con_box01 .tit {padding: 15px 0;background: #614796;text-align:center;font-size: 18px;font-family: 'NotokrB',sans-serif;color:#fff;border-radius:10px 10px 0 0;}
.con_box01.pink .tit {background: #ea5959;}
.con_box01 .cont {padding: 10px 30px;}
.con_box01 .cont.h01{min-height:164px;}
.con_box01 .cont.h02{min-height:216px;}
.con_box01 .cont.h03{min-height:270px;}
.con_box01 .cont ul.list li span.eng{color: #2a12ba;font-weight: 600;}

/*재난도상훈련*/
.t_kit{display:inline-block;width:100%;}
.t_kit .box{float:left;margin-left: 16px;border:1px solid #ccc;box-sizing:border-box;text-align: center;font-family: 'NotoKrM',sans-serif;font-size: 18px;line-height: 0;margin-top: 16px;}
.t_kit .box.none{margin-left:0;}
.t_kit .box .kit_txt{line-height:50px;background: #f5f5f5;}

.img_wrap{display:inline-block;}
.img_wrap img{width:100%;margin-bottom:10px;}

/******************************1024******************************/
@media all and (max-width:1024px){

/*재난도상훈련*/
.t_kit .box{margin-left:0;margin-top: 10px;width:100%;height:auto;}

}

/******************************767******************************/
@media all and (max-width:767px){

/*교육(BLS, KBLS, KALS, KDLS)*/
.con_box01 .tit{font-size:16px;padding:10px 0;}
.con_box01 .cont.h01,
.con_box01 .cont.h02,
.con_box01 .cont.h03{min-height:auto;}
.con_box01 {width:100%; margin:0 1%; float:none; margin-bottom:15px;}

/*재난도상훈련*/
.t_kit .box{font-size: 15px;}


}