@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
.info h1{
	font-family:'nanum gothic';
    font-size:25px;
    font-weight:bold;
    color:#0f4574;
    margin-bottom:20px;
    text-align:center;
}
.info h2{
	font-family:'nanum gothic';
    font-size:18px;
    margin-top:20px;
}
.info h2 span{
	color:#fff;
    background-color:#4c7ca6;
    padding:0 5px;
}
.info p{
	font-family:'nanum gothic';
    font-size:15px;
    color:#666;
    font-weight:bold;
    line-height:24px;
    margin-bottom:10px;
}
.info p span{
	color:#ff9999;
}







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

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