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

/* pro */

.pro {

}


/* top */

.pro .top {
	margin-bottom:60px;
}

.pro  h4 {
    font-family:'Jeju Gothic';
	font-size:14px;
    font-weight:400;
    padding:5px 0;
    padding-left:20px;
    margin:5px 0;
    background:url(/app/dubu_sourcecode/docs/imgs/1447308745_bus_img.png) no-repeat left 4px; 
    background-size:15px;
}

.pro .top .img_box{
	width:40%;
    margin:2%;
    float:left;
    
}


.pro .top .img_box img {
	width:100%;
}


/* pro_box */

.pro_box {
    
}

.pro .h_box {
	border-bottom:2px solid #2985F0;
    margin:20px 0;
}

.pro h3 {
	display:inline-block;
    border:2px solid #2985F0;
    border-bottom:2px solid #fff;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    margin-bottom:-2px;
    padding:5px 10px;
    font-size;15px;
}

.pro_box img {
	padding:30px;
}


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

/* mobile */
@media screen and (max-width:768px){
    
    .pro .top {
    }
    
    .pro .top .img_box {
    	text-align:left;
    }
    
    .pro .top .img_box{
        width:280px;	
    }

    
    .pro_box img {
		padding:0;
        width:100%;
	}
    
    .pro .top .img_box{
		width:98%;
        margin:10px auto;
    }
    
}
