/* 한국자동차성능인협동조합 공통 글꼴·글자 크기 — 기존 페이지(정비사·성능점검·연장보증·cc)에 새 홈페이지와 같은 체계 적용 */
@import url("/new/fonts/fonts.css");
:root{--hsh-font:'IBM Plex Sans KR',-apple-system,'Apple SD Gothic Neo','Malgun Gothic',sans-serif;--hsh-ink:#0B1F3A;--hsh-muted:#4A5568;--hsh-blue:#1F4FD1}

/* 1) 글꼴 통일 — 아이콘 글꼴(glyphicon·Font Awesome)은 제외 */
html body, body :not(.glyphicon):not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not([class^="icon-"]):not([class*=" icon-"]):not(.caret){font-family:var(--hsh-font) !important}
body{font-size:15px;line-height:1.65;color:var(--hsh-ink);-webkit-font-smoothing:antialiased;word-break:keep-all}

/* 2) 제목 크기 체계 (새 홈페이지와 같은 비율) */
h1,.h1{font-size:34px;font-weight:700;letter-spacing:-.6px;line-height:1.3}
h2,.h2{font-size:28px;font-weight:700;letter-spacing:-.5px;line-height:1.35}
h3,.h3{font-size:22px;font-weight:700;letter-spacing:-.3px;line-height:1.4}
h4,.h4{font-size:18px;font-weight:600;line-height:1.45}
h5,.h5{font-size:16px;font-weight:600}
h6,.h6{font-size:14px;font-weight:600}
.jumbotron h1,.jumbotron .h1{font-size:36px}
.jumbotron p,.lead{font-size:17px;line-height:1.7}
@media (min-width:768px){.jumbotron h1,.jumbotron .h1{font-size:40px}}
@media (max-width:767px){h1,.h1,.jumbotron h1{font-size:26px}h2,.h2{font-size:22px}h3,.h3{font-size:19px}h4,.h4{font-size:16px}}

/* 3) 본문 요소 */
p,li,dd,dt,label,td,th,.help-block{font-size:15px}
small,.small{font-size:13px}
table{font-size:14px}.table>thead>tr>th,.table>tbody>tr>th{font-weight:600}
.table>tbody>tr>td,.table>thead>tr>th{font-size:14px;vertical-align:middle}

/* 4) 메뉴·버튼·입력칸 */
.navbar{font-size:16px}
.navbar-nav>li>a{font-size:16px;font-weight:600;letter-spacing:-.2px}
.dropdown-menu>li>a{font-size:15px;font-weight:500;font-variant:normal !important}
ul.dropdown-menu{font-variant:normal !important;font-weight:500 !important}
.btn{font-size:15px;font-weight:600;letter-spacing:-.1px}
.btn-lg,.btn-group-lg>.btn{font-size:17px}
.btn-sm,.btn-xs{font-size:13px}
.form-control,input,select,textarea{font-size:15px}
.input-lg,.form-control.input-lg{font-size:16px}
.input-sm,.form-control.input-sm{font-size:13px}
.modal-title{font-size:20px;font-weight:700}
.modal-body{font-size:15px}
.well h4,.well-lg h4{font-size:17px}
footer,footer p,footer span,footer li,footer a{font-size:14px}
