/* BASIC css start */
body #header { height: 100px; }
body #header .search { top: 80px; }
body #header .headerBottom h1 a img { width: 110px; }
body aside .navSNS { display: none; }


.gnb-list { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; position: relative; top: 70px; left: 20px; }
.gnb-list a { padding: 0 8px; font-weight: 500; font-size: 13px; letter-spacing: -.5px; }
.gnb-list li:first-child a { padding-left: 0; }

aside nav ul.second > li:nth-child(-n+10) { display: none; }
/* BASIC css end */

