@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');

body {font-size:16px; font-family: 'Noto Sans KR', Dotum,'돋움', sans-serif; word-wrap: break-word;word-break: keep-all; color:#2a2a2a; letter-spacing: -1px; line-height:1.4; background: #fff; margin: 0 !important; padding: 0 !important;}

/* ETC */
.ui-datepicker {
  z-index: 9999 !important;
}
div.ui-select-undefined-button {
	position: absolute;
	top: 2px;
	right: 20px;
	z-index: 9;
	cursor: pointer;
	padding: 5px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
input[type=checkbox].size22, input[type=radio].size22 {
    width: 22px;
    height: 22px;
    vertical-align: bottom;
}

.positionCenter {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.user-select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-line-height {
	line-height: 38px;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #f4f6f9;
}

button {
    box-shadow: none !important;
}

/*코멘트용  2025-05-16 by hclee*/
.comment-list {
  list-style: none;
  padding-left: 0.3rem;
  margin:0.2rem 0 ;
}

.comment-list li {
    font-size: 0.85rem;
    color: #6c757d;
}
.comment-list li::before {
    content: "•";
    font-size: 0.85rem;
    color: #dc3545;
    margin-right: 0.3rem;
    display: inline-block;
  /*width: 1rem;*/
}
