
/* SR-2309 CWV: 회사소개(모바일) 이미지 공간 예약(CLS 방지) — 정적 더미 자산의 실제 종횡비 고정 */
.companyInfo .mainImg img[data-v-2488837a] {
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 716; /* 히어로 main_img.jpg 375x716 */
}
.companyInfo .mainInfo .imgCont img[data-v-2488837a] {
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 122; /* @com_img01.png 375x122 */
}
.companyInfo .passCar .imgCont img[data-v-2488837a] {
  width: 100%;
  height: auto;
  aspect-ratio: 355 / 283; /* @com_img02.png 355x283 */
}
.companyInfo .passCafe .imgCont img[data-v-2488837a] {
  width: 100%;
  height: auto;
  aspect-ratio: 355 / 283; /* @com_img07.png 355x283 */
}
.companyInfo .pledge .imgCont img[data-v-2488837a] {
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 401; /* @com_img09.png 375x401 */
}
