@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;}

.sub table{border-top:2px solid #3ab54a; width:100%; margin-top:20px;}
.sub th{background-color:rgba(58,181,74,0.1);}
.sub td, .sub th{font-size:15px; font-weight:400; text-align:center; height:30px; border:1px solid #ddd; border-width:0 1px 1px 0;}
.sub td:last-child, .sub th:last-child{border-right:none;}


/* 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;}
}
