:root {
  --bs-primary: #01088a;
}

body {
  font-family: "Montserrat", 'Noto Sans KR', Noto Sans KR, sans-serif;
}

.logo-box {
  width: 130px;
}
.header-mobile__inner .logo-box {
  width: 100px;
}
.product-description {
  text-align: center;
}
.separator {
  border-color: #01088a;
}
.about-bg-1 {
  background: url(/assets/img/shop/about.jpg) no-repeat scroll center/auto;
}