/* 헤더가 화면 폭 921~1500px 사이에서 오른쪽으로 삐져나가 가로 스크롤이 생기던 문제 보정 */
@media (min-width:921px) and (max-width:1500px){
  .header-top{gap:12px;}
  .header-top .back-link{margin-right:6px !important;}
  .logo-chip.small img{max-height:32px;max-width:150px;}
  .header-right{gap:8px;}
  .lang-switch{gap:6px;}
  .lang-btn{padding:7px 10px !important;font-size:13px !important;}
  .header-login-btn,.header-signup-btn{padding:8px 10px !important;font-size:12.5px !important;}
  .header-cta{padding:8px 10px !important;font-size:12.5px !important;}
}
@media (min-width:921px) and (max-width:1260px){
  .logo-chip.small{display:none;}
}
@media (min-width:921px) and (max-width:1000px){
  .header-top{flex-wrap:wrap;height:auto;padding:8px 0;row-gap:8px;}
  .header-right{flex-wrap:wrap;justify-content:flex-end;row-gap:8px;}
}
