@charset "utf-8";

/*-----------------------------------------------------------
Author :GH, Park
Creative date :2021. 02. 10
-----------------------------------------------------------*/


#header .logo .logo_name { width:11rem; font-size:1rem; line-height:25px; padding-top:15px; padding-bottom:15px;}

@media (max-width:1750px){
  

  #header .logo .logo_name { width:10rem; font-size:0.85rem; padding-top:10px; padding-bottom:10px;}
}


@media (max-width:900px) {

  #header .logo .logo_name {width:7rem; font-size:0.8rem; line-height:20px; letter-spacing:-1px;}
}