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

.sub{font:400 15px 'noto sans kr'; letter-spacing:-0.5px; color:#333;}
.sub img{display:block; margin:0 auto; width:100%; max-width:1000px;}

.b_list{border:1px solid #ddd; background-color:#f6f6f6; width:31.33%; margin:1%; float:left; padding:5px 0;}
.b_list h4{font-weight:400; text-align:center;}

.b_cover{width:100%; display:table; margin-top:1%;}

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

/* mobile */
@media screen and (max-width:768px){
    .b_list{float:none; width:80%; margin:20px auto;}
}
