@charset "utf-8";

#subBnr{display:flex;justify-content:center;align-items:center;height:180px;font-size:14px;color:#999;text-align:center;background-color:#f5f6f8}
#subBnr .pg_tit{font-size:34px;color:#222;font-family:'GongGothicMedium'}

@media(max-width:768px){
#subBnr{height:130px}
#subBnr .pg_tit{font-size:28px}	
}
@media(max-width:480px){
#subBnr{height:auto;padding:15px 0;border-top:1px solid #d1d1d1;border-bottom:1px solid #eee;background:none}
#subBnr .pg_tit{font-size:16px}	
}