@charset "utf-8";
/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /css/commonui.css
* @ 페이지설명  : commonui.css
**************************************************************************/


.header{position: fixed;width:100%;top:0;background:#fff;z-index:999;border-bottom:1px solid#f8f8f8;}
.header .fixed{display:flex;justify-content: space-between;align-items: center;max-width:1480px;margin:0 auto;height:80px;}
.header .fixed .left{display:flex;align-items: center;gap:50px;}
.header .fixed .left .logo{font-size:22px;font-weight:600;}
.header .fixed .left .category{font-size:16px;}
.header-done{height:80px;}






/* tablet */
@media all and (max-width:1280px) {



}


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

}
