.products-tabs-container{background:#fff;border-radius:75px;padding:12px;box-shadow:8px 4px 20px #00000014}.products-tabs{gap:15px;display:flex;position:relative}.products-tabs input[type=radio]{display:none}.products-tab{z-index:2;cursor:pointer;color:#595a60;white-space:nowrap;border-radius:21px;justify-content:center;align-items:center;width:140px;padding:12px;font-family:NanumSquare_ac,Pretendard,sans-serif;font-size:14px;font-weight:700;transition:color .3s;display:flex;position:relative}.products-tabs input[type=radio]:checked+.products-tab{color:#fff}.products-tab:before{content:attr(data-text);visibility:hidden;-webkit-user-select:none;user-select:none;pointer-events:none;height:0;font-weight:700;overflow:hidden}.products-glider{z-index:1;background:#00a1e9;border-radius:21px;width:140px;height:42px;transition:transform .3s;position:absolute}.products-tabs input[type=radio]:first-of-type:checked~.products-glider{transform:translate(0)}.products-tabs input[type=radio]:nth-of-type(2):checked~.products-glider{transform:translate(155px)}.products-tabs input[type=radio]:nth-of-type(3):checked~.products-glider{transform:translate(310px)}.products-tabs input[type=radio]:nth-of-type(4):checked~.products-glider{transform:translate(465px)}.products-tab:hover{color:#00a1e9}.products-tabs input[type=radio]:checked+.products-tab:hover{color:#fff}
