/*
Theme Name: Misung Chemical B2B Theme
Theme URI: https://mscc.co.kr
Description: 미성화학(주) 글로벌 규격 벤치마킹 완성형 기업 테마
Version: 1.5.0
Author: Full-Stack Linux Engineer
*/
@import url("https://googleapis.com");
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Noto Sans KR", "Roboto", sans-serif; color: #334155; background-color: #fff; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-padding { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title h3 { color: #0056b3; font-size: 14px; font-weight: 700; letter-spacing: 2px; margin-bottom: 10px; text-transform: uppercase; }
.section-title h2 { font-size: 32px; color: #1e293b; font-weight: 700; }
.section-title p { color: #64748b; font-size: 16px; margin-top: 10px; }

/* 기술 데이터 매트릭스 테이블 구조 */
.mscc-table-responsive { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); background:#fff; }
.mscc-spec-table { width: 100%; border-collapse: collapse; text-align: left; min-width: 950px; }
.mscc-spec-table th { background: #f1f5f9; color: #1e293b; font-weight: 600; padding: 14px 16px; font-size: 13px; border-bottom: 2px solid #cbd5e1; }
.mscc-spec-table td { padding: 14px 16px; font-size: 13px; color: #475569; border-bottom: 1px solid #edf2f7; vertical-align: middle; }
.mscc-spec-table tbody tr:hover { background: #f8fafc; }
.num-data { font-family: "Roboto", sans-serif; font-weight: 500; color: #0f172a !important; }

/* 신제품 로드맵 타임라인 구조 */
.roadmap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; margin-top: 40px; }
.roadmap-card { background: #fff; border-left: 5px solid #0056b3; padding: 30px; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.02); }
.roadmap-card h4 { font-size: 18px; color: #1e293b; margin-bottom: 12px; font-weight: 700; }
.roadmap-card ul { padding-left: 18px; color: #64748b; font-size: 14px; }
