@charset "UTF-8";
/* font */
/* flex align */
/* flex justify-content */
/* flex direction*/
/* flex row */
/* flex */
/* scrollbar mixin */
#wrap {
  overflow-y: hidden;
}

/* ==================
   # 스크롤 커스텀
   ================== */
::-webkit-scrollbar {
  width: 8px !important;
  border-radius: 2px !important;
}

::-webkit-scrollbar-track {
  background-color: var(--krds-color-light-gray-80) !important;
}

::-webkit-scrollbar-thumb {
  width: 100%;
  background-color: var(--krds-color-light-gray-60) !important;
  border-radius: 2px;
}
/*# sourceMappingURL=common.css.map */
