/* 차량 사용 신청 스킨 전체 Gmarket Sans 적용 */
@font-face{
  font-family:'GmarketSans';
  src:url('./GmarketSansLight.woff2') format('woff2');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'GmarketSans';
  src:url('./GmarketSansMedium.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'GmarketSans';
  src:url('./GmarketSansBold.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
.cc-wrap,.cc-wrap *,.cc-modal,.cc-modal *{
  font-family:'GmarketSans','Noto Sans KR',sans-serif!important;
}
.cc-wrap,.cc-modal{font-weight:500}
.cc-head p,.cc-modal-desc,.cc-guidelines .cc-guide-lead,.cc-guide-notice p{font-weight:300}
.cc-head h2,.cc-calendar-nav strong,.cc-list-head h3,.cc-modal-box h3,.cc-guidelines h4{font-weight:700}
.cc-btn,.cc-status,.cc-eyebrow,.cc-form-grid label>span,.cc-admin-panel label>span,.cc-table th{font-weight:700}
.cc-form-grid input,.cc-form-grid select,.cc-form-grid textarea,.cc-admin-panel textarea{font-weight:500}
