@font-face{font-display:fallback;font-family:Pretendard;font-style:normal;font-weight:400;src:url(/static/media/Pretendard-Light.d0646c81e7ffb919ebd1.woff) format("woff"),url(/static/media/Pretendard-Bold.dd56301118da9e158ce9.woff) format("woff"),url(/static/media/Pretendard-Medium.f0cc544dcc84cf9f03b3.woff) format("woff")}
/* Chip styles now live inside the bundle's styled-component template. */
/* 사업분야 행: 이미지와 텍스트 컬럼을 수직 중앙 정렬
   - 부모 .businessArea-wrapper 은 display:flex 인데 기본 align-items:stretch 라
     텍스트 컬럼이 이미지 높이만큼 늘어남.
   - 텍스트 컬럼 자체를 flex column + justify-content:center 로 바꿔서
     실제 텍스트 콘텐츠가 중앙선에 오도록. */
.businessArea-wrapper { align-items: center !important; }
.businessArea-wrapper > div:not(.businessArea-img),
.businessArea-wrapper > .textWrapper {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
/* picture 박스가 350px 고정이라 가로형 이미지는 상단에만 차고 하단 절반은 공백 →
   텍스트가 그 빈 박스 기준으로 정렬돼 어긋나 보임. 실제 이미지 높이에 맞춰 auto 로. */
.businessArea-img { height: auto !important; }
/*# sourceMappingURL=main.26083558.css.map*/
