@import url("http://fonts.googleapis.com/earlyaccess/jejugothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css");

.bus h3{
    padding-top:20px;
	color:#1F67B1;
    font-size:20px;
    
}
.bus h3:before{
	display:inline-block;
    content:'';
    width:25px;
    height:25px;
    vertical-align:middle;
    background:url(/app/dubu_sourcecode/docs/imgs/1486624925_asset.jpg) no-repeat 0 2px;
    background-size:100%;
}

.bus ul{
     margin: 15px 0;
    background:#f5f5f5;
    padding-top:5px;
    padding-bottom:9px;
    padding-left:5px;
}
.bus li{
     font-size: 15px;
    line-height: 1.7;
    margin: 5px;
}

.bus li:before {
	display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    margin-bottom:5px;
    background-color: #387bc7;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;

}

.bus li span{
   font-family:'noto sans kr';
    font-size:17px; 
    display:inline-block;
	color:#387bc7;

}
.bus li:last-child{
    margin-bottom:0;
}


/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
  
   .kimeco_pro h3{
	
    font-size:18px;
    
}
}
