@charset "utf-8";

/* Mobile GNB */
.m_gnb { position: relative; height: 42px; background: #004681; overflow: hidden;}
#scroller { position: absolute; white-space: nowrap; width: 100% !important; display: table;}
.m_gnb li { display: table-cell; text-align: center; padding: 0 7px;}
.m_gnb li a { display: block; height: 42px; padding: 0 7px; font-weight: bold; letter-spacing: -1px;}
.m_gnb li a span { display: block; border-bottom: 0 solid #00559d; height: 40px; line-height: 42px; font-size: 16px; color: #fff;}
.m_gnb li a.on span, .m_gnb li a.tap span { border-bottom: 3px solid #fff;}

@media all and (min-width:900px){
#scroller { table-layout: fixed;}
}