@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap);
.app-loader {
  height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.loader-spin {
  text-align: center;
}

.crema-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 30px;
  height: 30px;
}

.crema-dot-spin {
  transform: rotate(45deg);
  animation: hipsterRotate 1.2s infinite linear;
}

.crema-dot i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #1890ff;
  transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.5;
  animation: hipsterSpinMove 1s infinite linear alternate;
  transform-origin: 50% 50%;
}

.crema-dot i:nth-child(1) {
  left: 10px;
  background-color: #1890ff;
  top: 0;
}

.crema-dot i:nth-child(2) {
  right: 0;
  top: 8px;
  background-color: #1890ff;
  animation-delay: 0.4s;
}

.crema-dot i:nth-child(3) {
  right: 4px;
  bottom: 0;
  background-color: #1890ff;
  animation-delay: 0.8s;
}

.crema-dot i:nth-child(4) {
  left: 4px;
  bottom: 0;
  background-color: #1890ff;
  animation-delay: 1.2s;
}

.crema-dot i:nth-child(5) {
  left: 0;
  top: 8px;
  background-color: #1890ff;
  animation-delay: 1.2s;
}

@keyframes hipsterSpinMove {
  to {
    opacity: 1;
  }
}

@keyframes hipsterRotate {
  to {
    transform: rotate(405deg);
  }
}

.grid-item:hover .image {
  opacity: 0.3;
}

.image {
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-item:hover .middle {
  opacity: 1;
}

.grid-item:hover .overlay {
  opacity: 0.5;
}

.middle-display {
  background-color: #1a1a1a;
  opacity: 0.3;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  border: 1px;
  border-radius: 5px;
  z-index: 10;
}

.middle-display span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 20;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008cba;
}

.button-stack {
}

._button-stack {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
}

.CustomDragPreview_root__vP0XK {
  align-items: center;
  background-color: #1967d2;
  border-radius: 4px;
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: inline-grid;
  font-size: 14px;
  gap: 8px;
  grid-template-columns: auto auto;
  padding: 4px 8px;
  pointer-events: none;
}

.CustomDragPreview_icon__vCXbt,
.CustomDragPreview_label__ZBXlc {
  align-items: center;
  display: flex;
}
.CustomNode_root__PFpxw {
  align-items: center;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  height: 32px;
  padding-inline-end: 8px;
}

.CustomNode_root__PFpxw.CustomNode_isSelected__PLvbe {
  color: #1967d2;
}

.CustomNode_expandIconWrapper__70UYz {
  align-items: center;
  font-size: 0;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
  transition: transform linear 0.1s;
  transform: rotate(0deg);
}

.CustomNode_expandIconWrapper__70UYz.CustomNode_isOpen__ua3EN {
  transform: rotate(90deg);
}

.CustomNode_labelGridItem__ahXJI {
  padding-inline-start: 8px;
}
.Placeholder_root__Du7Xy {
  background-color: #1967d2;
  height: 2px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 0;
}
.AppTreeView_app__zndSt {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  margin-top: 16px;
}

.AppTreeView_current__HaaVW {
  background-color: #f3f3f3;
  margin: 8px;
  padding: 8px;
}

.AppTreeView_currentLabel__uHg5m {
  font-weight: bold;
  margin-inline-start: 0.5em;
}

.AppTreeView_draggingSource__z8PwX {
  opacity: 0.3;
}

.AppTreeView_dropTarget__pTqKV {
  background-color: #e8f0fe;
}

.AppTreeView_placeholderContainer__Uf7lg {
  position: relative;
}
.CustomNode_root__x8y1g {
  align-items: center;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  height: 32px;
  padding-inline-end: 8px;
}

.CustomNode_root__x8y1g.CustomNode_isSelected__uaPcV {
  color: #1967d2;
}

.CustomNode_expandIconWrapper__fRQ3a {
  align-items: center;
  font-size: 0;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
  transition: transform linear 0.1s;
  transform: rotate(0deg);
}

.CustomNode_expandIconWrapper__fRQ3a.CustomNode_isOpen__hdcit {
  transform: rotate(90deg);
}

.CustomNode_labelGridItem__jA-gt {
  padding-inline-start: 8px;
}
.ProductItem_img-container__AL\+tF {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.ProductItem_img-container--btn__hZzP9 {
  display: none !important;
}
.ProductItem_img-container__AL\+tF:hover .ProductItem_img-container--btn__hZzP9 {
  display: flex !important;
}
.image-gallery .image-gallery-slide {
  min-height: 30vh;
}
.registration_container__X4qib {
  width: 100%;
  height: calc(100vh - 130px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.registration_flex-horizontal__0Sb2Z {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}

.registration_space-between__vO2T- {
  justify-content: space-between;
}

.registration_form-body__0ewY3 {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  margin-bottom: 2rem;
}
.ProductItem_img-container__4XBNC {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.ProductItem_img-container--btn__yr5V9 {
  display: none !important;
}
.ProductItem_img-container__4XBNC:hover .ProductItem_img-container--btn__yr5V9 {
  display: flex !important;
}
.ProductItem_sale-stop__ZMgKh {
  cursor: pointer;
}
.grid-item:hover .image {
  opacity: 0.3;
}

.image {
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-item:hover .middle {
  opacity: 1;
}

.grid-item:hover .overlay {
  opacity: 0.5;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008cba;
}

.button-stack {
}

._button-stack {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
}

.SearchSection_flexHorizontal__-ZQhH {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.SearchSection_container__\+rurW {
  flex: 1;
}

.SearchSection_containerForm__LRtx8 {
  text-align: left;
}

.SearchSection_formButtonGroup__BnsyT {
  margin-bottom: 16px;
  text-align: right;
}
.table_cell_grey {
  background-color: lightgray;
  font-weight: bold;
}

.dense_table_cell {
  padding-top: 0;
  padding-bottom: 0;
}
.ProdCostPaymentRecord_dateRange__MVS0e {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  align-items: center;
}
.ProdCostPaymentRecord_dateRange__tQ1u0 {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  align-items: center;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}body {
  line-height: 1;
}ol,
ul {
  list-style: none;
}blockquote,
q {
  quotes: none;
}blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}table {
  border-collapse: collapse;
  border-spacing: 0;
}:root {
  --light: 300;
  --regular: 400;
  --medium: 500;
  --bold: 600;
  --extra-bold: 700;
  font-family: 'Noto Sans KR', sans-serif;
  height: 100%;
  font-size: 14px;
}body {
  line-height: 1.35 !important;
  font-family: 'Noto Sans KR', sans-serif;
  height: 100%;
}html {
  width: 100%;
  height: 100%;
}#root {
  width: 100%;
  height: 100%;
}* {
  margin: 0;
  padding: 0;
}*,
*:before,
*:after {
  box-sizing: border-box;
}img {
  max-width: 100%;
  height: auto;
}h1 {
  font-size: 22px;
  font-weight: 600;
}h2 {
  font-size: 20px;
  font-weight: 600;
}h3 {
  font-size: 18px;
  font-weight: 600;
}h4 {
  font-size: 16px;
  font-weight: 600;
}h5 {
  font-size: 14px;
  font-weight: 600;
}h6 {
  font-size: 12px;
  font-weight: 600;
}p {
  font-size: 14px;
  font-weight: 600;
}.pointer {
  cursor: pointer;
}


/*# sourceMappingURL=main.css.map*/