@charset "utf-8";

/* Mobile GNB */
.m_gnb { position: relative; background: #fff; height: 42px; background: #0099dc; overflow: hidden;}
#scroller { position: absolute; white-space: nowrap;}
.m_gnb li { display: inline-block; text-align: center; padding: 0 .6em;}
.m_gnb li a { display: inline-block; height: 42px; padding: 0 5px; font-weight: bold; letter-spacing: -1px;}
.m_gnb li a span { display: inline-block; border-bottom: 0 solid #0099dc; height: 40px; line-height: 43px; font-size: 16px; color: #fff; transition: all .1s ease;}
.m_gnb li a.on span, .m_gnb li a.tap span { color: #fff; border-bottom: 3px solid #fff;}