/* BASIC css start */
/* ============================================================
	피시위즈 모바일 리뉴얼 — 메인 CSS v2.0 (2026-07)
	롤링배너 + 카테고리 아이콘 두 덩어리만 둡니다 (2026-08-24 정리)
============================================================ */

/* 롤링배너 */
#event .MS_img-wrap { position:relative; width:100%; overflow:hidden; }
#event .event-imgs { position:relative; }
#event .MS_img-area { float:left; }
#event .MS_img-area:not(:first-child) { display:none; }
#event .MS_img-area img { width:100%; }
#event .pagination { position:relative; height:0; top:-20px; left:0; text-align:center; width:100%; padding:0; margin:0; font-size:0; }
#event .pagination .swiper-pagination-switch { display:inline-block; margin:0 3px; text-indent:-9999px; background:rgba(255,255,255,.7); width:7px; height:7px; vertical-align:top; border-radius:50%; border:0; }
#event .pagination .swiper-active-switch { background:#222; width:18px; border-radius:4px; }

/* ★ 2026-08-24 : 죽은 규칙 33개를 지웠습니다.
   이 파일에 있던 .mainSection · .mainTitle · .mainSub · .mainNotice · .list_shopping3x 규칙은
   지금 화면에 없는 이름을 겨냥하고 있었습니다. 실제 화면은
   .fw-mhead · .section2~4 · .fw-railwrap 을 쓰고, 상품 카드는 header.1.css 의 「카드 v3」 가 그립니다.
   브라우저로 규칙마다 걸리는 요소 수를 세어 확인했습니다 — 44개 중 33개가 0개였습니다.
   .listPoint(포인트) 규칙도 함께 없앴습니다. 부품표 확정 — 포인트는 안 쓰는 기능입니다.
   남긴 것은 롤링배너(#event)와 카테고리 아이콘(.mainCate) 두 덩어리뿐입니다.
   되돌리려면 편집창의 임시 저장 소스 「죽은CSS정리전 260824」 를 씁니다. */

/* 카테고리 아이콘 그리드 — KREAM풍 숏컷 */
.main .mainCate {display:flex; flex-wrap:wrap; padding:16px 8px 4px;}
.main .mainCate a {width:20%; display:flex; flex-direction:column; align-items:center; gap:6px; margin-bottom:14px; font-size:11px; font-weight:600; color:#222; text-align:center;}
.main .mainCate .cate-ico {width:54px; height:54px; border-radius:18px; background:#F4F4F4; border:0; display:flex; align-items:center; justify-content:center; font-size:23px;}
.main .mainCate .cate-all .cate-ico {background:#222;}
.main .mainCate .cate-all span:last-child {color:#222; font-weight:800;}

/* BASIC css end */

