@import url("https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Gowun+Dodum&display=swap");
/* #companyintro 페이지 CSS 시작 ---------- */
#companyintro {
   /* text-align: center; */
   /* font-family: "Carlito", "Gowun Dodum", sans-serif; */
   font-weight: 400;
   font-style: normal;
}
#companyintro b {
   font-weight: 500;
}
#companyintro .title {
   color: var(--subcolor1);
}
#companyintro img {
   width: 100%;
   max-width: 200px;
   /* margin-top: 25px; */
}

#companyintro .wrap {
   display: flex;
   align-items: flex-start;
   justify-content: center;
   flex-wrap: wrap;
}
#companyintro h3,
#companyintro h4,
#companyintro h5 {
   margin: 20px 0;
   line-height: 1.5;
}
@media (max-width: 576px) {
   #companyintro h5 br.none {
      display: none;
   }
}
/* #companyintro 페이지 CSS 끝 ------------ */
