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


div.jh_info > div {
	text-align: center;
}
div.jh_info > div img {
	width: 100%;
}

/* cont1 */
div.jh_info > div.cont1 img {
	max-width: 1000px;    
}

/* cont2 */
div.jh_info > div.cont2 { padding:30px 0; }
div.jh_info > div.cont2 img {
	max-width: 200px;
}
div.jh_info > div.cont2 h1:after {
	display: block;
    content: '';
    width: 100px;
    height: 1px;
    background-color: #cbcbcb;
    margin: 20px auto;
    margin-bottom: 30px;
}
div.jh_info > div.cont2 p {
    font-family: 'Jeju Gothic';
	font-size: 15px;
    font-size: 400;
    letter-spacing: -1px;
    color: #595959;
    line-height: 1.5;
}


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

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