#service {width:100%; margin:0 auto; overflow:hidden;}
#service p.txtP { padding-bottom:20px; font-size:20px;  line-height:35px; }
#service .sub_txt01 { padding:0 0px;}
#service div.icoBox {overflow:hidden; margin:40px 0 60px 0;}
#service .imgBox {overflow:hidden;margin:20px 0 10px 0}
#service .imgBox{display:flex; flex-wrap: wrap;  justify-content: space-between;  }
#service .imgBox section{  width:31.3333%; margin-bottom:3% }
#service section {padding:35px 35px 40px 35px; text-align:center; border:1px solid #dfdfdf; min-height:auto; }
/*#service section.ico1 {background:url("../img/img1.png")no-repeat center 40px;}
#service section.ico2 {background:url("../img/img2.png")no-repeat center 40px;}
#service section.ico3 {background:url("../img/img3.png")no-repeat center 40px;}
#service section.ico4 {background:url("../img/img4.png")no-repeat center 40px;}
#service section.ico5 {background:url("../img/img5.png")no-repeat center 40px;}
#service section.ico6 {background:url("../img/img6.png")no-repeat center 40px;}*/
#service div.tit {font-size:20px; padding:20px 0;}
#service div.txt {font-size:14px; }


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#service {width:100%; }	
#service .imgBox {overflow:hidden;margin:20px 0 30px 0}
#service .imgBox section{  width:100%; margin-bottom:5%; min-height:auto; padding:25px 20px 30px 20px;}
#service p.txtP { padding-bottom:20px; font-size:15px;  line-height:25px; }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

