@charset "utf-8";

#sh_snb{display:flex;justify-content:center}
#sh_snb li{margin:0 5px}
#sh_snb li a{display:flex;align-items:center;justify-content:center;min-width:160px;height:55px;padding:0 25px;border-radius:30px;font-size:18px;font-weight:500;color:rgba(255,255,255,.4);transition:all .2s;font-family:'Poppins', 'notokr-regular'}
#sh_snb li.on a{font-weight:600;color:#111;background-color:#fff}
#sh_snb li:not(.on):hover a{background-color:rgba(255,255,255,.1)}
