#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 10px;}
#service div.icoBox {overflow:hidden; margin:0px 0 0px 0;}
#service div.flex {display:flex; flex-wrap: wrap;  justify-content: center;   }
#service div.flex .item{ margin-bottom:20px; width:31.333%; margin: 1% }
#service section {padding:175px 35px 50px 35px; text-align:center; border:1px solid #dfdfdf;  box-sizing:border-box; }
#service section.ico1 {background:url("../img/ico1.png")no-repeat center 40px;}
#service section.ico2 {background:url("../img/ico2.png")no-repeat center 40px;}
#service section.ico3 {background:url("../img/ico3.png")no-repeat center 40px;}
#service section.ico4 {background:url("../img/ico4.png")no-repeat center 40px;}
#service section.ico5 {background:url("../img/ico5.png")no-repeat center 40px;}
#service section.ico6 {background:url("../img/img6.png")no-repeat center 40px;}
#service div.tit {font-size:22px; padding-bottom:20px; font-weight:600; color:#383E92}
#service div.txt {font-size:18px; }


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#service {width:100%; }	
#service div.icoBox {padding:0 15px;}
#service div.flex {display:flex; flex-wrap: wrap;  justify-content: center;   }
#service div.flex .item{ margin-bottom:20px; width:100%; margin: 2% 0 }
}
@media (max-width: 768px) {
#service section {width:100%;  margin:2% 0%; padding:170px 20px 40px 20px;}	
#service div.tit {font-size:18px; padding-bottom:10px; font-weight:600}
#service div.txt {font-size:15px; }
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

