@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 h3{font-size:25px; margin-bottom:10px; margin-top:20px;}
.sub h3:after{content:""; display:block; background-color:#3ab54a; width:45px; height:3px;}
.sub span{color:#3ab54a; font-weight:500;}

.h_list{border:4px solid #3ab54a; text-align:center; width:48%; margin:1%; padding:5px 10px 10px 10px; float:left;}
.h_list h4{font-size:30px;}
.h_list h5{font-size:18px;}
.h_cover{display:table; overflow:hidden; width:100%; margin:20px 0;}

/* tablet */

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

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