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


/* info2 */

.info2 {

}

.info2 .img_box {
	width:25%;
    display:inline-block;
    vertical-align:top;
    text-align:right;
    padding-right:30px;
}


.info2 .img_box p {
font-family:'Nanum Gothic';
font-size:17px;
font-weight:700;
letter-spacing:-0.5px;
color:#595959;
}

.info2 .img_box p em {
font-family:'Nanum Pen Script';
font-size:40px;
font-weight:400;
letter-spacing:-0.5px;
color:#20b9c1;
}

.info2 .text_box {
	width:64%;
    display:inline-block;
    vertical-align:top;
}


.info2 .text_box ul {

}

.info2 .text_box li {
font-family:'Nanum Gothic';
font-size:15px;
font-weight:600;
letter-spacing:-1px;
color:#383838;
    padding:10px 0;
    border-bottom:1px dashed #ddd;
}

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

/* mobile */
@media screen and (max-width:768px){
    .info2 .img_box {
    	width:100%;
        text-align:left;
    }
    
    .info2 .text_box {
    	width:100%;
        margin-top:30px;
    }
}
