@charset "utf-8";

/* Mobile GNB */
.m_gnb { position: relative; height: 42px; background: #333740; 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 #2abfe5; 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;}