@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
.top img {
    width:100%;
    padding: 20px 20px 60px 20px;
}

.mo img {
    display: none;
}

.sub img {width:107px;}
.sub .cont img {width:107px;}
.sub > div {
    margin-bottom:60px;
}
.sub .cont { text-align:center;}
.sub h3 { 
    font-size: 18px;
    margin-bottom: 20px;
    margin: 20px 0;
    line-height: 1.3;
    text-align:center;

}

.sub p {
    font-size:15px;
    color:#666;
    margin-bottom:30px;
    line-height: 22px;
}

.sub span img{
    width:153px;
}



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

/* mobile */
@media screen and (max-width:768px){
    .top img {
    display: none;
}
    
   .mo img {
    display: block;
    width:100%;
    padding: 20px 10px 60px 10px;
}
    .sub > div {
    margin-bottom:40px;
}
}

