@charset "UTF-8";

/* input[readonly] { */
/* 	background: #f0f0f0 !important; */
/* } */

/* .egovComFileUploader { */
/* 	display: inline-block; */
/* 	width: 100%; */
/* } */

.ipHintMsgEx.none {
  color: #8D939B;
}

.ipHintMsgEx {
  font-size: 12px;
  line-height: 15px;
  margin-top: 8px;
  color: #8D939B;
  width: 100%;
}

.select.essential {
  background-color: #FFE8DB;
  border: 1px solid #FC5A00;
}
.select.essential + .find {
  background: url(../assets/icon/icon-search_org.svg) no-repeat center center;
}
.select.error {
  background-color: #FFDEED;
  border: 1px solid #FC4499;
}

.textarea.essential {
  background-color: #FFE8DB;
  border: 1px solid #FC5A00;
}
.textarea.essential + .find {
  background: url(../assets/icon/icon-search_org.svg) no-repeat center center;
}
.textarea.error {
  background-color: #FFDEED;
  border: 1px solid #FC4499;
}

.inputHalign .largeSize {
  width: 300px;
}

.selectTable {
	cursor: pointer;	
}
.selectTable .active td {
	background-color: #F5F6FA !important;
}

.loadingWrap {
  	background-color: transparent;
	z-index : 99999 !important;
}

/* summernote의 모바일 크기에서 width 관련 */
.note-editor.note-frame {
	flex-basis: 100%;
}

.txt--blue {
  color: #3c5bfe;
}

.txt--blueP {
  color: #3c5bfe !important;
}

.txt--redPB {
  color: #FE3C45 !important;
  font-weight:500;
}

.txt--bluePB {
  color: #3c5bfe !important;
  font-weight:500;
}

.txt--redP {
  color: #FE3C45 !important;
}

.btn--border {
    border: 1px solid #DADCE0 !important;
    border-radius: 3px !important;
}

#preview_thumimg.on {
	cursor: pointer;
}


.input--date:disabled, .input--date--disabled {
  pointer-events: none;
  background-color: #F8F9FB;
  color: #000000;
  background-image: url("../assets/icon/icon-cal-disabled.svg");
}

.btn.find, .btn.del {
  background-color:	#ececec
}

.input:disabled::placeholder {
  color: #F8F9FB;
}

.textarea:disabled::placeholder {
  color: #F8F9FB;
}

.dialogFix {
	position: absolute !important;
	overflow: hidden !important;
	top: 0px !important;
}

select option[disabled] {
	display: none;
}

.posLeft { position: absolute; right: 0; width: fit-content; }
.search__area .posLeft { left: 10px; }

.validError {
	background-color: #FFDEED !important;
	border: 1px solid #FC4499 !important;
}

/* table--sum 클래스 사용 시 bottom line 추가용 */
.bottomLine tbody tr:last-of-type td {
	border-bottom: 1px solid #E8EBEE !important;
}


.btn--gray {
  border-color: #dbdbdb;
  background: #dbdbdb;
  color: black;
  font-weight: 500;
}

@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

.icon-alert {
  background-image: url("../assets/icon/ico_alert_line.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 70%;
}

.icon-alert-show {
  background-image: url("../assets/icon/ico_alert_show.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 70%;
  animation: blink-effect 1s step-end infinite;
}

.icon-alert-hide {
  background-image: url("../assets/icon/ico_alert_empty.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 70%;
}

.icon-cal {
  background-image: url("../assets/icon/icon_calendar_00.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
}

.icon-plus {
  background-image: url("../assets/icon/set-ico2-32.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.authorSiteMap .siteSection {
	height: 710px;
	position: relative;
	margin: 0px 10px;
}

.authorSiteMap iframe {
	width: 100%;
	height: 100%;
}

/* 알림 관련 CSS */
#notiPop {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: auto;
}

.notiBox {
	width: 360px;
	height: 130px;
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	border-style: solid;
	border-width: 3px 3px;
	border-color: #000000;
	margin: 10px 5px 0px 10px;
	padding: 5px 2px;
	opacity: 0;
}

.notiBox + .notiBox {
	margin-top: 5px;
}

.notiBox .notiHeader {
	width: 100%;
   	display: inline-block;
   	border-bottom: 1px solid gray;
   	padding-bottom: 5px;
}
.notiBox .btn {
	position: absolute;
	top: 4px;
	right: 5px;
}
.notiBox .notiHeader * {
	float: left;
}
.notiBox .notiHeader h2 {
	line-height: 32px;
    font-weight: bold;
    margin: 0px 6px;
}
.notiBox .notiCont {
	width: 100%;
	display: inline-block;
	padding: 8px 12px 8px 12px;
}
.notiBox .notiCont:hover {
	background: #ebebeb;
   	cursor: pointer;
}
.notiBox .notiCont li {
	width: 320px;
	font-size: 0.9em;
	list-style-type: disc;
   	list-style-position: inside;
   	white-space: nowrap;
   	overflow: hidden;
   	text-overflow: ellipsis;
}
.notiBox .notiCont li + li {
	margin-top: 3px;
}
.notiBox .more {
	position: absolute;
	right: 4px;
	bottom: 2px;
	font-size: 0.8em
}

/* 알림 권한 요청 CSS */
.notiAccessReq {
    border: 3px solid #000000;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 400px;
    height: 184px;
    padding: 10px;
    z-index: 99999;
    border-radius: 10px;
    background: #ffffff;
}
.notiAccessReq h2 {
	line-height: 32px;
    font-weight: bold;
    margin: 0px 6px;
}
.notiAccessReq .narHeader {
	width: 100%;
   	display: inline-block;
   	border-bottom: 1px solid gray;
   	padding-bottom: 5px;
}
.notiAccessReq h3 {
	padding: 5px;
   	font-size: 0.9em;
}
.notiAccessReq ol {
	margin-top: 3px;
	margin-bottom: 10px;
}
.notiAccessReq li {
	width: 100%;
	font-size: 0.9em;
	list-style-type: disc;
   	list-style-position: inside;
   	padding-left: 8px;
}
.notiAccessReq li + li {
	margin-top: 3px;
}
.notiAccessReq button {
	width: calc(50% - 4px);
}

/* 브라우저 알림 설정 가이드 모달 CSS */
.browserNotificationGuide {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    z-index: 99999;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border: 2px solid #333;
}

.browserNotificationGuide .narHeader {
    width: 100%;
    display: block;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.browserNotificationGuide .narHeader h2 {
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    font-size: 1.3em;
    color: #333;
}

.browserNotificationGuide .guide-content {
    padding: 10px 0;
}

.browserNotificationGuide .browser-info {
    text-align: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 20px;
}

.browserNotificationGuide .guide-title {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 8px;
}

.browserNotificationGuide .guide-subtitle {
    color: #666;
    font-size: 0.95em;
    margin-top: 5px;
}

.browserNotificationGuide h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.browserNotificationGuide .settings-section {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.browserNotificationGuide .section-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    font-size: 1em;
}

.browserNotificationGuide .section-desc {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.browserNotificationGuide .url-input-group {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.browserNotificationGuide .url-input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    background: white;
}

.browserNotificationGuide .btn-copy {
    padding: 10px 16px;
    background: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    white-space: nowrap;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.browserNotificationGuide .btn-copy:hover {
    background: #555;
}

.browserNotificationGuide .btn-copy:active {
    background: #222;
}

.browserNotificationGuide .copy-icon {
    font-size: 1.1em;
}

.browserNotificationGuide .guide-steps {
    list-style: none;
    counter-reset: step-counter;
    padding-left: 0;
}

.browserNotificationGuide .guide-steps li {
    counter-increment: step-counter;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.browserNotificationGuide .guide-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: #333;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9em;
}

.browserNotificationGuide .guide-steps li strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.browserNotificationGuide .code-box {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    margin: 8px 0;
    word-break: break-all;
    font-size: 0.9em;
}

.browserNotificationGuide .hint {
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
    line-height: 1.4;
}

.browserNotificationGuide .guide-footer {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.browserNotificationGuide .browser-note {
    background: #fff3e0;
    padding: 12px 15px;
    border-radius: 6px;
    border-left: 4px solid #ff9800;
    margin-bottom: 15px;
    font-size: 0.9em;
    line-height: 1.6;
    text-align: center;
    color: #666;
}

.browserNotificationGuide .info-text {
    background: #e7f3ff;
    padding: 12px 15px;
    border-radius: 6px;
    border-left: 4px solid #2196F3;
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
}

.browserNotificationGuide .notification-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.browserNotificationGuide .notification-options li {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 12px;
    border-left: 4px solid #28a745;
}

.browserNotificationGuide .notification-options li:last-child {
    border-left-color: #6c757d;
}

.browserNotificationGuide .notification-options strong {
    display: block;
    color: #333;
    margin-bottom: 8px;
    font-size: 1em;
}

.browserNotificationGuide .option-desc {
    color: #666;
    font-size: 0.9em;
    line-height: 1.6;
    margin: 0;
}

.browserNotificationGuide .guide-buttons {
    margin-top: 20px;
    text-align: center;
}

.browserNotificationGuide .guide-buttons button {
    min-width: 120px;
    padding: 10px 20px;
    font-size: 1em;
}

/* 로그인 페이지 */
.utilsBox {
	width: 100%;
	height: 70px;
	position: relative;
}

.utilsBox .fLeft {
	display: inline-block;
	position: absolute;
	left: 0px;
}
.utilsBox .fRight {
	display: inline-block;
	position: absolute;
	right: 0px;
}
.utilsBox .textLabel {
	height: 60px;
    padding-left: 43px;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: -0.8px;
    cursor: pointer;
}

/* 비밀번호 초기화 */
.login.resetPwd .input__box:after {
    background: none;
}
.login.resetPwd .btn__box {
    margin-top: 30px;
}
.login.resetPwd .ipHintMsgEx {
	font-size: 15px;
	line-height: 20px;
	color: #0065ff;
}
.login.resetPwd .ipHintMsgEx span {
	text-align: right;
	display: block;
	width: 100%;
}

/* 프로젝트 프로세스 클릭 시 열리는 박스의 CSS */
.prjStatusBox {
	border-top: 2px solid #118AF1 !important;
	border-bottom: 2px solid #118AF1;
	border-left: 2px solid #118AF1;
	border-right: 2px solid #118AF1;
	
	margin-bottom: 5px !important;	
}

/** 매출관리 프로젝트 알림 메세지 */
.projectNotiMsg {
	color: #0065ff;
	margin-left: 10px;
}

/** 로그인 페이지 아이콘 */
.logoIcon {
  background: url(../assets/images/logo/login_logo.png) no-repeat center center;
  background-size: 100%;
  width: 100%;
  height: 65px;
}

.myModal .modalInr {
/* 	transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) !important; */
}

.myModal.windowPop .modalInr {
	transform: inherit !important;
}

.table.table--sum.scrollType tbody td.setPre {
	white-space: pre-line;
	overflow: inherit;
	text-overflow: inherit;
}

/** 컬럼사이즈 클래스 추가 */
.table.table--sum.scrollType .width250 {width: 250px; min-width: 250px; max-width: 250px; }
.table.table--sum.scrollType .width400 {width: 400px; min-width: 400px; max-width: 400px; }
.table.table--sum.scrollType .width500 {width: 400px; min-width: 500px; max-width: 500px; }

/** 자금계획 관리 수입, 지출 아이콘 */
.icon-income {
  background: url(../assets/icon/income-ico.png) no-repeat center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
}

.icon-outcome {
  background: url(../assets/icon/outcome-ico.png) no-repeat center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
}

button.on .monthNm {
  color: blue;	
  font-weight: 900;
}


.table.table--sum.scrollType .width40 {width: 40px; min-width: 40px; max-width: 40px; }
.table.table--sum.scrollType .width50 {width: 50px; min-width: 50px; max-width: 50px; }
.table.table--sum.scrollType .width70 {width: 70px; min-width: 70px; max-width: 70px; }
.table.table--sum.scrollType .width80 {width: 80px; min-width: 80px; max-width: 80px; }

/** 즐겨찾기 off */
.iconWish-off { padding-left: 30px; background: url(../assets/icon/icon-star.svg) no-repeat left center / 24px; }

/* Add Modify */ 

.col-5 {
  float: left;
  position: relative;
  width: 20%;
}
.col-5.colspan-2 {
  width: 66.6666666667%;
}
.col-5.colspan-3 {
  width: 100%;
}
.col-5 .input__label {
  width: 90px;
}
.col-5 .input__label__box {
  width: 90px;
}
  
.search__area .formArea.input--bg .col-5 {
  float: none;
} 
.search__area .formArea.input--bg .col-5 .input__label {
  width: auto;
  min-width: 120px;
}

/* 청구 집계 박스의 CSS */
.saleTotBox {
	border-top: 2px solid #818385 !important;
	border-bottom: 2px solid #818385;
	border-left: 2px solid #818385;
	border-right: 2px solid #818385;
	
	margin-bottom: 5px !important;	
}

table:not(.noHover) tr.highlightOn {
	background-color: #e3f2fd !important;
	border-left: 3px solid #2196f3 !important;
}

tr.highlightOff {
	background-color: transparent;
	border-left: 3px solid transparent;
}

table:not(.noHover) tr:hover {
	background-color: #f5f5f5 !important;
}

table:not(.noHover) tr.highlightOn:hover {
	background-color: #bbdefb !important;
}

.gnb__list li:hover {
	border-bottom: 2px solid red;
}

.gnb__list li.highlight {
	border-bottom: 3px solid red;
}

em.tooltipEmEx {
  position: absolute;
  font-size: 13px;
  color: #707070;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #FC5A00;
  border-radius: 5px;
  line-height: 20px;
  z-index: 9999999;
  min-width: 300px;
  max-width: 500px;
  word-break: break-word;
  font-weight: 400;
  white-space: pre-line;  /* 줄바꿈 허용 */
}

.tooltipEmEx strong {
    font-weight: bold;
}

.toolTipEx {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../assets/icon/set-ico2-32.png) no-repeat center center;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background-size: 85%;
}

.rightPanelEx:not(.imgClose) .tab__contentEx, .rightPanelEx:not(.imgClose) .tab__contentEx .calArea {
	height: 410px;
}

.rightPanelEx.imgClose .folderBox, .rightPanelEx.imgClose .btnCalendarStyle {
	display: none !important;
}


/** 시스템공지사항 caution 아이콘 */
.iconCaution { padding-left: 30px; background: url(../assets/icon/ico_caution-min.png) no-repeat left center / 24px; }

.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false], .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
	background: none !important;
}

.blink-button {
	animation: smooth-blink 1s infinite; /* 애니메이션 적용 */
}

@keyframes smooth-blink {
	0%, 100% {
/* 투명도변경 */
		opacity: 1;
/* 색상변경 */
	  	background-color: #FF5A00;
	  	border-color:  #FF5A00;
/* 쉐도우 효과 */
/* 		box-shadow: 0 0 1px #008CBA */
/* 		border-color: transparent; */
/* 사이즈 변경 */
/* 		transform: scale(1); */
	}
	50% {
/* 투명도변경 */
		opacity: 1;
/* 색상변경 */
	  	background-color: #FFAA00;
	  	border-color:  #FFAA00;
/* 쉐도우 효과 */
/* 		box-shadow: 0 0 10px #008CBA; */
/* 		border-color: red; */
/* 사이즈 변경 */
/* 		transform: scale(1.01); */
	}
}


.btn--red {
  border-color: #ff0000;
  background: #ff0000;
  color: #FFFFFF;
}
.btn--red-outline {
  border-color: #ff0000;
  background: #FFFFFF;
  color: #ff0000;
}


/* 버튼 클릭 효과 */
button:active {
	box-shadow: 4px 4px 4px gray; 
	opacity : 1;
	transform: translateY(1px);
}

a.btn:active {
	box-shadow: 4px 4px 4px gray;
	opacity: 1;
	transform: translateY(1px);
}

#searchProjectTxtHint {
    position: absolute;
    z-index: 1000;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 12px 16px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    width: max-content;
    border: 1px solid #e1e4e8;
    
}

/* 유틸리티 클래스 */
.text-wrap {
    white-space: pre-wrap !important;
}


.btn--highlight {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  transition: all 0.3s ease;
}