/* 레이아웃 CSS */
#header.fixed { border-bottom: 0px; padding-top: 20px; padding-bottom: 5px; position: fixed; top:0px; left: 0px; width: 100%; z-index: 98; transition:0.2s ease;}
#header.fixed.scroll {background-color:rgba(0,0,0,0.6)}

@media all and (max-width:1024px) { 
    .gnb_wrap .inner {padding-left: 0px !important; padding-right: 0px !important;}
}