.info * { font-family:'Noto Sans KR'; }

/* h2 */
.info h2 {
    font-weight:400;
    font-size:33px;
    line-height:1.5em;
    letter-spacing: -4px;
    color: #595959;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.info h2 span {
	color: #3991c3;
    font-weight: 500;
}
.info h2 strong {
	color: #005f96;
    font-weight: 500;
}

/* p */
.info p {
    font-weight:400;
    font-size:15px;
    width: 60%;
    letter-spacing: -0.5px;
    color: #595959;
    padding: 20px 0;
}
.info p.sign { text-align:right; font-size:17px; }
.info p.sign strong { font-family:'Nanum Pen Script'; font-size:33px; font-weight:normal; margin-left:10px; }

/* img */
.info img {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
}





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

/* mobile */
@media screen and (max-width:768px){
    .info {
        padding-bottom:200px;
    }
    .info h2 { font-size:20px; letter-spacing:-2px; }
    .info p { font-size:13.5px;  width:100%; }
    .info img { width:200px; left:50%;  margin-left:-100px; }
}
