@charset "UTF-8";
/* customers.php 전용 (2026-08-03) */

/* 주요 협력사 — 항목이 2개뿐이라 4열 대신 2열로 좁혀 가운데 정렬 */
.partner-grid{grid-template-columns:repeat(2,1fr);max-width:620px;margin-inline:auto}
.partner-grid .logo-box{display:flex;align-items:center;justify-content:center;min-height:132px}
@media (max-width:768px){.g4{grid-template-columns:1fr}}