/* no scale + 1160 section width */
html, body{
  margin-left:auto;
  margin-right:auto;
  transform:none !important;
  zoom:1 !important;
}

.myshop-section,
.quick-category,
.game-promo,
.md-products-section,
.popular-pc-section,
.theme-pc-section,
.part-category-section{
  width:1160px !important;
  max-width:1160px !important;
  min-width:1160px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
  transform:none !important;
  zoom:1 !important;
}

/* static index.html 구버전 클래스 대응 */
.hero-section,
.quick-menu,
.game-section,
.md-section,
.popular-section,
.theme-section,
.parts-section{
  width:1160px !important;
  max-width:1160px !important;
  min-width:1160px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

/* 2026-06-04 v3: 섹션 타이틀 두께 완화 + 퀵 카테고리명 크기 보정 */
.game-head h2,
.md-pick-title-row h2,
.popular-pc-title-row h2,
.theme-pc-head h2,
.part-category-head h2{
  font-weight:700 !important;
}

.quick-title{
  font-size:14px !important;
  font-weight:600 !important;
}


/* 2026-06-04 v4: 게임 기획전 카드 확대, 타이틀/보조설명 통일, MD 전체보기 제거 */
.game-card{
  height:274px !important;
}
.game-info{
  height:136px !important;
}
.game-title{
  font-size:18px !important;
}
.game-desc{
  font-size:15px !important;
}
.game-promo{
  min-height:354px !important;
}
.game-head h2,
.md-pick-title-row h2,
.popular-pc-title-row h2,
.theme-pc-head h2,
.part-category-head h2{
  font-size:28px !important;
  line-height:1.18 !important;
  font-weight:700 !important;
  letter-spacing:-0.045em !important;
}
.game-head p,
.md-pick-title-group p,
.popular-pc-title-group p,
.theme-pc-head p{
  margin-top:7px !important;
  font-size:14px !important;
  line-height:1.45 !important;
  font-weight:500 !important;
  letter-spacing:-0.02em !important;
  color:#667085 !important;
}
.quick-title{
  font-size:14px !important;
  font-weight:600 !important;
}
.md-all-link{
  display:none !important;
}


/* 2026-06-04 top5ref01: TOP5 기준 복구 후 섹션 타이틀/보조설명 통일 유지 */
.game-head h2,
.md-pick-title-row h2,
.popular-pc-title-row h2,
.theme-pc-head h2,
.part-category-head h2{
  font-size:28px !important;
  line-height:1.18 !important;
  font-weight:700 !important;
  letter-spacing:-0.045em !important;
}
.game-head p,
.md-pick-title-group p,
.popular-pc-title-group p,
.theme-pc-head p{
  margin-top:7px !important;
  font-size:14px !important;
  line-height:1.45 !important;
  font-weight:500 !important;
  letter-spacing:-0.02em !important;
  color:#667085 !important;
}
.quick-title{
  font-size:14px !important;
  font-weight:600 !important;
}
.md-all-link{
  display:none !important;
}


/* 2026-06-04 v8: 요청 반영 - 일부 상품/테마 텍스트 두께 완화 및 테마 설명 줄바꿈 복구 */
.game-title{
  font-weight:700 !important;
}
.md-card-body h3{
  font-weight:800 !important;
}
.popular-pc-section .popular-list-info h3{
  font-weight:800 !important;
}
.popular-pc-section .popular-list-info .popular-spec-line{
  font-weight:600 !important;
}
.theme-pc-card.theme-pc-card-split .theme-pc-text strong{
  font-size:19px !important;
}
.theme-pc-card.theme-pc-card-split .theme-pc-text p{
  font-size:13px !important;
  white-space:pre-line !important;
  overflow:visible !important;
  text-overflow:clip !important;
  display:block !important;
}

/* 2026-06-04 v9: 카드 대표 타이틀 통일 및 주요 부품 카테고리명 미세조정 */
.game-title,
.md-card-body h3{
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
}

.part-category-card strong{
  font-size:15px !important;
  font-weight:600 !important;
}

/* 2026-06-04 v10: 퀵 패널 텍스트 +1px, 추천 테마 설명 줄간격 보정 */
.quick-title{
  font-size:15px !important;
  font-weight:600 !important;
}
.theme-pc-content p,
.theme-pc-card.theme-pc-card-split .theme-pc-text p{
  line-height:1.45 !important;
}
