@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/*-------------------------------------------------------------------------
▼header
-------------------------------------------------------------------------*/
#head_box{
  height:165px;
  background:url(../images/cmn_images/sub_back.jpg) 50% 0;
}
#head_info{
  width:980px;
  height:155px;
  padding-top:10px;
  margin:0 auto;
  overflow:hidden;
  background:url(../images/cmn_images/sub_pen.png) 475px 0 no-repeat;
}
#head_info h1{
  font-size:10px;
  font-weight:normal;
  color:#3198ee;
  margin-bottom:3px;
}
#nav_box{
  padding-top:5px;
  background-color:#3198ee;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
.service_box{
  margin-bottom:20px;
  padding:25px;
  border-left:1px solid #7c7c7c;
  border-right:1px solid #7c7c7c;
  border-bottom:1px solid #7c7c7c;
  overflow:hidden;
  font-size:12px;
}
.service_box p{
  margin-bottom:10px;
}
.service_box hr{
  margin:20px 0;
}
.service_box ul{
  width:690px;
  overflow:hidden;
}
.service_box li{
  width:285px;
  margin:0 60px 20px 0;
  float:left;
}
.bf_box{
  width:600px;
  padding:15px;
  text-align:center;
  border:1px #CCC solid;
}
.bf_box h3{
  width:358px;
  margin:0 auto 20px auto;
}
