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


div.jh_process > div > h2 {
	font-family: 'Nanum Gothic';
    font-size: 33px;
    font-weight: 400;
    letter-spacing: -4px;
    margin-bottom: 20px;
}
div.jh_process > div > h2:before {
	display: inline-block;
    content: '';
    width: 5px;
    height: 20px;
    background-color: #338fcd;
    vertical-align: middle;
    margin-right: 5px;
}
div.jh_process > div > h2 > span {
	font-size: 19px;
    letter-spacing: -1px;
}


/* cont1 */
div.jh_process > div.cont1 { padding:40px 0; }
div.jh_process > div.cont1 > div.cont1_wrap {
	width: 100%;
    overflow: hidden;
}
div.jh_process > div.cont1 > div.cont1_wrap > table { float:left; width:50%; padding:10px 20px; }
div.jh_process > div.cont1 > div.cont1_wrap > table tr th {
	font-family:'Nanum Gothic';
    font-size:20px;
    font-weight:600;
    color:#444444;
	letter-spacing:-2px;
    line-height:1.5;
    padding:5px 0;
    text-align:left;
    border-bottom:1px solid #999;
    position:relative;
}
div.jh_process > div.cont1 > div.cont1_wrap > table tr th:after {
	content:'';
    display:block;
    position:absolute;
    width:100px;
    height:1px;
    bottom:-1px;
    left:0;
    background:#338fcd;
}
div.jh_process > div.cont1 > div.cont1_wrap > table tr td {
    font-family: 'Nanum Gothic';
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    padding: 15px;
}
div.jh_process > div.cont1 > div.cont1_wrap > table tr td a { color:#338fcd; }
div.jh_process > div.cont1 > div.cont1_wrap > table tr td a:hover { color:#005187; }
div.jh_process > div.cont1 > div.cont1_wrap > table tr td > h1 { text-align:center; margin-top:10px; }
div.jh_process > div.cont1 > div.cont1_wrap > table tr td > h1 > img { width:100%; max-width:839px; }
div.jh_process > div.cont1 > div.cont1_wrap > table tr td > h1 > img.cont1_pc { display:block; }
div.jh_process > div.cont1 > div.cont1_wrap > table tr td > h1 > img.cont1_m { display:none; }





/* cont2 */
div.jh_process > div.cont2 { padding:40px 0; }
div.jh_process > div.cont2 > div.cont2_wrap {
	width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding: 30px 0;
}
div.jh_process > div.cont2 > div.cont2_wrap > h3 {
	font-family: 'Nanum Gothic';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -2px;
    text-align: center;
    color: #444444;
    margin-bottom: 20px;
}
div.jh_process > div.cont2 > div.cont2_wrap > table{
	border:1px solid #e1e1e1;
    border-top: 2px solid #338fcd;
    width:100%;
    max-width:830px;
    margin: 0 auto;
    border-spacing:0;
    border-collapse:collapse;
    text-align:center;
}
div.jh_process > div.cont2 > div.cont2_wrap > table tr {
	border:1px solid #e1e1e1;
}    
div.jh_process > div.cont2 > div.cont2_wrap > table > thead > tr > th {
    font-family: 'Nanum Gothic';
    font-size:17px;
    font-weight: 600;
    letter-spacing: -1px;
    border:1px solid #e1e1e1;
    border-top: 1px solid #858585;
    padding:10px 5px;
    background-color:#f2f2f2;
    color:#3d3d3d;	
}
div.jh_process > div.cont2 > div.cont2_wrap > table > tbody > tr > td {
    font-family: 'Nanum Gothic';
    line-height: 1.7;
    border-right:1px solid #e1e1e1;
    font-size:14px;
    padding:5px;
}

div.jh_process > div.cont2 > div.cont2_wrap > ul {
    overflow:hidden;
    border: 1px solid #e4e4e4;
    margin: 20px;
    padding: 20px;
}
div.jh_process > div.cont2 > div.cont2_wrap > ul > li {
    float:left;
    width:50%;
    padding: 20px;
}
div.jh_process > div.cont2 > div.cont2_wrap > ul > li:nth-child(1) { border-right:1px solid #e4e4e4; text-align:center; }
div.jh_process > div.cont2 > div.cont2_wrap > ul > li:nth-child(2) { padding-top:5%; }
div.jh_process > div.cont2 > div.cont2_wrap > ul > li > h4 {
	font-family: 'Nanum Gothic';
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}
div.jh_process > div.cont2 > div.cont2_wrap > ul > li > p {
    display: inline-block;
	font-family: 'Nanum Gothic';
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    text-align: left;
}



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

/* mobile */
@media screen and (max-width:768px){
    
    div.jh_process > div > h2 { font-size:28px; letter-spacing:-3px; }
    div.jh_process > div > h2 > span { font-size:17px;}
    
    /* cont1 */
    div.jh_process > div.cont1 > div.cont1_wrap > table { width:100%; }
    
    div.jh_process > div.cont2 > div.cont2_wrap > table > tbody > tr > td > span { display:block; }
    div.jh_process > div.cont2 > div.cont2_wrap > table > tbody > tr > td { font-size:13px;}


    div.jh_process > div.cont1 > div.cont1_wrap > table tr td > h1 > img.cont1_pc { display:none; }
    div.jh_process > div.cont1 > div.cont1_wrap > table tr td > h1 > img.cont1_m { display:block; }
    
    
}
