/* BASIC css start */
.store-tab {display:flex; align-items:center; gap:50px; justify-content: center; margin-bottom:80px;}
.store-tab a {font-size:1.25rem;}
.store-tab a.on {color:#00A0E9; font-weight:600;}


@media (max-width:1024px){
    #contents {padding-top:0;}
    .store-tab {height:60px; margin-bottom:30px; border-bottom:1px solid #D4D9DC; position: sticky; top: 71px; z-index: 11; background:#fff; padding: 0 20px; gap: 0; justify-content: space-between;}
    .store-tab a {gap:40px; font-size:0.875rem;}
}
/* BASIC css end */

