@import url("https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Gowun+Dodum&display=swap");
/* #brandstory 페이지 CSS 시작 ---------- */
#brandstory {
   text-align: center;
   font-family: "Carlito", "Gowun Dodum", sans-serif;
   font-weight: 400;
   font-style: normal;
}
#brandstory b {
   font-weight: 500;
}
#brandstory h4,
#brandstory h5 {
   margin: 20px 0;
   line-height: 1.5;
}
hr {
   margin-bottom: 2.5rem;
}
.bold {
   font-weight: 700 !important;
}
@media (max-width: 576px) {
   #brandstory h5 br {
      display: none;
   }
}
/* #brandstory 페이지 CSS 끝 ------------ */
