
._global_style_
{
	font-size: 12px !important;
	font-family: NotoSansCJKkr-Light !important;/*Helvetica, NanumGothic, Dotum, "돋움", gulim, "굴림" !important;*/
	text-size-adjust: none !important;
    user-select: none !important;

}

/*number input spin 제거*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type=number]
{
  -moz-appearance: textfield !important;
}

.common_bg_droppos
{
	color: rgb(217, 217, 217) !important;
	background-color: rgba(8, 132, 183, 0.4) !important;
}

.layout_dnd_hover_bg
{
	background-color: rgba(8,171,238,0.4) !important;

}

