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


div.jh_service > div {
	margin: 6% 0;
}
div.jh_service > div > h1:before {
	display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid #76983d;
    background-size: 100%;
    vertical-align: middle;
}
div.jh_service > div > h1 {
	font-family: 'Jeju Gothic';
    font-size: 22px;
    line-height:22px;
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight: 500;
}

/* cont1 */

div.jh_service > div.cont1 > table {
	border:1px solid #e1e1e1;
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    margin-bottom:30px;
    text-align:center;
}
div.jh_service > div.cont1 > table thead tr th {
    font-family: 'Youth';
    font-weight: 500;
	border-bottom:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;	
    padding:10px;
    background-color:#bed29c;
    color:#3d3d3d;	
    font-size:16px;
}
div.jh_service > div.cont1 > table thead tr {
	border-bottom:1px solid #e1e1e1;
    height:20px;
    text-align:center;
}
div.jh_service > div.cont1 > table tbody tr td {
    font-family: 'Nanum Gothic';
	border:1px solid #e1e1e1;
    font-size:14px;
    padding:10px;
}

/* cont2 */

div.jh_service > div.cont2 > ul {
	overflow: hidden;
}
div.jh_service > div.cont2 > ul > li {
	float: left;
}
div.jh_service > div.cont2 > ul > li:nth-child(1) {
	width: 60%;
    background-color: #f5f8ef;
    padding: 2%;
    border-radius: 20px;
    min-height: 200px;
}
div.jh_service > div.cont2 > ul > li:nth-child(2) {
	width: 40%;
}
div.jh_service > div.cont2 > ul > li > p {
	font-family: 'Nanum Gothic';
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 25px;
    margin-left: 10px;
    color: #595959;
    margin-bottom: 10px;
    position:relative;
}
div.jh_service > div.cont2 > ul > li > p:before {
	display: inline-block;
    position:absolute;
    top:11px; left:0;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #76983d;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -10px;
}
div.jh_service > div.cont2 > ul > li > p > strong {display:block; color:#419e22;}
div.jh_service > div.cont2 > ul > li > h2 {
	text-align: center;
}
div.jh_service > div.cont2 > ul > li > h2 > img {
    width: 90%;
	max-width: 265px;
    margin: 5px;
    padding: 3px;
    box-shadow: 0px 0px 10px #9f9f9f;
}





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

/* mobile */
@media screen and (max-width:768px){
    div.jh_service > div.cont2 > ul {
        margin-bottom: 20px;
    }
    div.jh_service > div.cont2 > ul > li:nth-child(1) {
        width: 100%;
        background-color: #f5f8ef;
        padding: 2% 3%;
        border-radius: 20px;
        min-height: auto;
        margin: 10px 0;
    }
    div.jh_service > div.cont2 > ul > li:nth-child(2) {
        width: 100%;
        text-align :center;
    }
    
    div.jh_service > div > h1 {font-size:18px; line-height:18px;}
}