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

div.jh_info{    
    background: url(/app/dubu_sourcecode/docs/imgs/1485244727_87679.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 20px;
   }
div.jh_info img {
    
	width: 100%;
    max-width: 1000px;
}
div.jh_info h2 {
	font-family: 'Jeju Myeongjo';
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 1.3;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
div.jh_info h2 span {
	font-family: 'Jeju Myeongjo';
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -3px;
    color: #8fbc00;
}
div.jh_info p {
	font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #595959;
}
div.jh_info p span {
    color: #7ea500;
}


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

/* mobile */
@media screen and (max-width:768px){
    div.jh_info h2 { font-size:25px; }
}
