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

.pro {
    padding:30px 0;
    text-align:center;
}

.pro img {
	width:100%;
}

.pro p {
    font-size:14px;
    font-family:'Nanum Gothic';
    font-weight:600;
    letter-spacing:-1px;
    line-height:1.5;
    color:#777;
    margin:10px 0;
    text-align:center;
}

.pro a {
    font-size:20px;
    font-family:'Jeju Gothic';
    font-weight:400;
    letter-spacing:-1px;
    line-height:1.5;
    color:#b92111;
    padding:5px 10px;
    text-align:center;
    border:1px solid #b92111;
    border-radius:15px;
    transition:0.5s ease;
}

.pro a:hover {
    color:#fff;
    box-shadow:
        0px 20px 0 0 #b92111 inset, 
        0px -20px 0 0 #b92111 inset;
}

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

/* mobile */
@media screen and (max-width:768px){
    .pro {
        padding:10px 0;
    }

    .pro img {
        width:100%;
    }
}
