/* ¸ÞÀÎ°íÁ¤ÇÏ´Ü*/
.si-stickymain {  border-top: 1px solid #a7a9ac;

background:#ffffff;
/* -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);--*/

/* background: rgba(0, 0, 0, 0.8);*/

/* background: rgba(0, 0, 0, 0.8);*/
height:50px;
	position: fixed;
	bottom:0px;
	width: 100%; 
}

.m_categories {
   margin-top: 0px;
  margin-bottom:0px;
  position: relative;
  z-index: 99;
}
.m_categories ul {
  background-color: #fff;
   /*---webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);---*/
  text-align: center;
  padding: 15px 0;
  width: 90%;
  margin: auto; margin-bottom: 10px;
}
@media screen and (max-width:767px){
  .m_categories ul {
    width: 100%;
  }

}
.m_categories ul li {
  display: inline-block;
  width: 20%;
  float: left;
  border-right: 1px solid #d2d8dd;
}
.m_categories ul li:last-child {
  border-right: none;
}
.m_categories ul li a {
  display: block;
}
.m_categories ul li a h3 {
  font-size: 14px;
  font-size:  0.875rem;
}
.m_categories ul li a img {background-color: #fff; 
border-top: 2px solid #a7a9ac;
   margin-top: -24px;
  margin-bottom: 10px;max-height:50px;
 -webkit-border-radius: 30px;
  -moz-border-radius:30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
padding:10px;

}

.m_categories ul li a i {margin-top:-5px;
  font-size: 30px;
  font-size: 1.875rem;
  display: inline-block;
}



@media screen and (max-width:767px){
  .m_categories ul li a h3 {
     display: block;
  }


}




/* °ü¸®*/
a.box_tel {border: 0px solid #cfd2d1;
  text-align: center;
  background:#3684ff;
  padding: 10px;margin-top:10px;
  display: block;
  color: #FFFFF;
  margin-bottom: 0px;
  overflow: hidden;
  -webkit-border-radius:2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; 
}
a.box_tel h3 {
  font-size: 20px;
  font-size: 1.25rem;color: #fff;
}

a.box_tel h4 {
  font-size: 20px;
   font-size: 1.25rem;color: #333;
}

@media (max-width: 767px) {
  a.box_tel {
    padding:8px;
  }

}