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

/* h3 */
.jh_info h3 {
    font-size:16px;
    font-weight:500;
    text-align:center;
    padding:15px;
}

/* p */
.jh_info p {
	font-size:13.5px;
    line-height:1.5;
    padding:0 15px;
    color:#595959;
}
.jh_info p.sign {
    display:block;
    margin-top:20px;
	font-size:16px;
    text-align:right
}
.jh_info p.sign strong {
	font-family: 'Nanum Pen Script';
    font-size:33px;
    font-weight:500;
    margin-left:10px;
}


/* .cont1 */
.jh_info .cont1 {
	width:100%;
    height:200px;
    background: url(/app/dubu_sourcecode/docs/imgs/1484723217_info_img.png) no-repeat center;
    background-size:auto 100%;
}


/* .cont2 */
.jh_info .cont2 { padding-bottom:20px; }


/* .cont3 */
.jh_info .cont3 {
	width:100%;
    height:200px;
    text-align:center;
    background-size:auto 100%;
}


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

/* mobile */
@media screen and (max-width:768px){
}
