@charset "utf-8";
/* CSS Document */

.container_err {
}
.emphasis {
  padding-left: 5px;
  color: var(--red-color);
}
.errorMsg {
  display: block;
  color: var(--red-color);
  margin-top: 5px;
}
.errorMsg2 {
  display: block;
  color: var(--red-color);
  padding: 5px 0 10px 0px;
  margin-top: -2px;
}
.errorNoti {
  display: block;
  color: var(--red-color);
  padding: 0 0 10px;
  font-size: 12px;
}
.error {
  padding: 250px 0px 50px 0px;
}
.error .txt {
  padding-top: 50px;
  font-size: 20px;
}

/* Session expired ****************************************************************/
.errorBody {
  text-align: center;
  background: #eee !important;
  padding-top: 10%;
}
.errorWrap .logo {
  display: block; /*height: 71px*/
  background: url(../images/error_logo.png) center no-repeat;
  overflow: hidden;
  margin: 0 auto;
  font-size: 30px;
}
.errorWrap .errorBox {
  text-align: center;
  width: 470px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  border: 3px solid #74a2ef;
  padding: 50px 0;
  margin-top: 35px;
}
.errorWrap .errorBox .errorImg {
  display: block;
  width: 111px;
  height: 116px;
  margin: 0 auto;
  background: url(../images/error_01.png) center no-repeat;
  margin: 0 auto;
}
.errorWrap .errorBox .errorTxt {
}
.errorWrap .errorBox .errorTxt h5 {
  font-size: 30px;
  margin: 30px 0 5px;
}
.errorWrap .errorBox .errorTxt span {
  display: block;
  font-size: 12px;
}
.errorWrap .errorBox button.btnError {
  background: #74a2ef;
  width: 170px;
  height: 48px;
  color: #fff;
  border-radius: 50px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 48px;
  transition: all 0.3s ease-in-out;
}
.errorWrap .errorBox button.btnError:hover {
  background: #3385f6;
  color: #fff;
  transform: translate(0px, -3px);
}
.errorWrap .errorBox button.btnError:visited,
.errorWrap .errorBox button.btnError:focus {
  background: #3385f6;
  color: #fff;
}
.nav_top.signUp_logo {
  margin-top: 100px;
}

.scheduleDetail .form {
  padding: 0 20px;
  max-height: 600px;
  overflow: auto;
  border-top: none;
}
.form, .form2 {
  border-radius: var(--normal-border-radius);
  width: 100%;
  margin-bottom: 0px;
  margin-top: 20px;
  background: white;
  border: var(--normal-border);
  overflow: hidden;
}
.form .scheduleTitle {
  background: url(../images/icon_dot.png) 0 50% no-repeat;
  display: inline-block;
  font-size: 14px;
  color: #222;
  padding: 4px 33px 4px 15px;
  float: left;
  line-height: 20px;
  font-family: "malgunGothic";
  font-weight: bold;
}
.form .dayWrap {
  width: 640px;
  border-bottom: 1px dashed #3385f6;
  margin-top: 10px;
}
.form .dayWrap:first-child {
  margin-top: 0px;
}
.form .dayWrap .timeWrap span.dateTxt {
  padding: 0px 0px 0px 0;
  display: inline-block;
}
.form .dayWrap .timeWrap span.toDateTxt {
  padding: 0px 0px 0px 0;
  display: inline-block;
}
.form .dayWrap .timeWrap select {
  margin-bottom: 10px;
  margin-left: 10px;
}
.form .dayWrap .timeWrap .dataWrap {
  margin-left: -5px;
}
.form .dayWrap .timeWrap .dataWrap .wrap {
}
.form .dayWrap .timeWrap .dataWrap .wrap:not(:first-child) {
  border-top: 1px solid #ddd;
  margin: 10px 0 5px 0;
}

.form .dayWrap .timeWrap .dataWrap .wrap .err_msg {
  overflow: auto;
  width: 445px;
  margin-top: 3px;
  color: #ff0000;
  display: block;
  float: initial;
}
.form .dayWrap .timeWrap .dataWrap div input[type="checkbox"] {
  margin-left: 5px !important;
}
.form .dayWrap .timeWrap .dataWrap div .timeFlag {
  vertical-align: middle !important;
  background: url(../images/icon/icon_blue_dot_top.png) 0px 45% no-repeat;
  padding-left: 10px;
}
.form .dayWrap .timeWrap .dataWrap div .destinationWrap {
}
.form .dayWrap .timeWrap .dataWrap div .destinationWrap span {
  line-height: 30px;
}
.form .dayWrap .timeWrap .dataWrap div .destinationWrap span.titTxt {
}
.form .dayWrap .timeWrap .dataWrap div .destinationWrap span.emphasis {
  margin-left: 0px;
}
.form .dayWrap .timeWrap .dataWrap div .destinationWrap .dataTit {
  width: 70px;
  line-height: 25px;
  display: inline-block;
  text-align: right;
}
.form .dayWrap .timeWrap .dataWrap div .destinationWrap .dataTit_05 {
  margin-left: -1px !important;
}
.form .dayWrap .timeWrap .dataWrap div .destinationWrap .dataTxt {
  line-height: 25px;
  display: inline-block;
}
.form .dayWrap .timeWrap .dataWrap div .destinationWrap input[type="text"] {
  width: 440px !important;
  margin: 0px 5px 0 0px;
  float: right;
}

.form .dayWrap .timeWrap .dataWrap div .customerWrap span {
  line-height: 30px;
}
.form .dayWrap .timeWrap .dataWrap div .customerWrap span.titTxt {
}
.form .dayWrap .timeWrap .dataWrap div .customerWrap span.emphasis {
  margin-left: 0px;
}
.form .dayWrap .timeWrap .dataWrap div .customerWrap .dataTit {
  width: 70px;
  line-height: 25px;
  display: inline-block;
  text-align: right;
}
.form .dayWrap .timeWrap .dataWrap div .customerWrap .dataTxt {
  line-height: 25px;
  display: inline-block;
}
.form .dayWrap .timeWrap .dataWrap div .customerWrap input[type="text"] {
  width: 440px !important;
  margin: 0px 5px 0 0px;
  float: right;
}

.form .dayWrap .timeWrap .dataWrap div .descriptionWrap {
}
.form .dayWrap .timeWrap .dataWrap div .descriptionWrap span {
  line-height: 30px;
}
.form .dayWrap .timeWrap .dataWrap div .descriptionWrap .dataTit {
  width: 70px;
  line-height: 25px;
  display: inline-block;
  text-align: right;
}
.form .dayWrap .timeWrap .dataWrap div .descriptionWrap .dataTxt {
  line-height: 25px;
  display: inline-block;
  width: 460px;
  overflow: auto;
  word-break: break-all;
  white-space: normal;
}
.form .dayWrap .timeWrap .dataWrap div .descriptionWrap input[type="text"] {
  width: 440px !important;
  margin: 0px 5px 0 0px;
  float: right;
}
.tree_area {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}
.tree_area #content_right {
	flex: 1;
}
.tree_area .srchTopWrap .srch,
.tree_area .srchTopWrap .top_btn {
	margin: 0px !important;
}
.tree_area .board_header {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	margin: 10px 0px;
}
.form.tree {
  background: #fff;
  width: 300px;
  height: calc(100vh - 170px);
  border: 1px solid #ddd;
  margin-top: 0px !important;
  border-radius: var(--normal-border-radius);
  overflow-y: auto;
}
.form.tree.errorDiv {
  border: 1px solid var(--red-color) !important;
}
.form.user {
	margin-top: 10px;
/* 	border-top: none; */
}
.form .con_01 {
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #555;
  padding: 0px;
  background: #fff;
  width: 100%; /*border-bottom: 1px solid #ccc;*/
}
.form .con_01 .tit {
  font-size: var(--large-font-size);
  font-weight: 700;
}
.form .con_01 .treeIcon {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 95px;
  left: 290px;
}
.form .con_01 .treeIcon label {
	display: inline-block;
}
.form .con_01 .treeIcon .hiddenChk {
  position: absolute;
  left: 10px;
  top: 10px;
}
.form .con_01 h4 {
  font-size: 14px;
  color: #555;
}
.form .con_01 dl {
  margin: 0;
  border-bottom: var(--normal-border);
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
}
.form .con_01 dl.innerDl {
  border-left: 0;
  background: transparent;
}
.form .con_01 dl:last-child {
  margin: 0;
  border-bottom: 0;
}
.form .con_01 dl div:last-child dl {
  border-bottom: 0;
}
.form .con_01 dl dt {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 145px;
  font-size: var(--small-font-size);
  color: #222;
  padding: 5px 0 5px 15px;
  font-weight: normal;
  position: relative;
  line-height: 24px;
  font-weight: 700;
}
.form .con_01 dl dt::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: var(--round-border-radius);
	background: var(--info-color);
}
.form .con_01 dl dt.popTimePicker {
  line-height: 28px;
  width: 20px;
  margin-top: 15px;
  margin-left: 30px;
}
.form .con_01.schedule.detail .dayWrap {
  width: 100%;
  border-bottom: 0px;
}
.form .con_01.schedule.detail .dayWrap:not(:first-child) {
  border-top: 1px solid #3385f6;
  padding: 5px 0 5px 0;
}
/* 	.form .con_01.schedule.detail .dayWrap .timeWrap:not(:first-child) { border-top: 1px solid #ff0000;margin-top: 10px;padding: 5px 0 5px 0; } */
.form .con_01.schedule dl dt {
  width: 95px;
  padding: 4px 0 4px 15px;
}
.form .con_01.schedule dl dd {
  padding: 4px 0 4px 15px;
}
.form .con_01.schedule .noDataWrap .selectSchedule {
  height: 100px;
  display: block;
  line-height: 100px;
  text-align: center !important;
  font-size: var(--large-font-size);
  color: var(--red-color);
}
.form .con_01.schedule .noDataWrap .selectSchedule i {
  font-size: 20px;
  margin-right: 10px;
  color: var(--red-color);
}
.form .con_01 dl dt.icon_dot {
  background: url(../images/icon/icon_dot.png) 0 45% no-repeat;
}
.form .con_01 dl dd {
  display: inline-block;
  font-size: var(--small-font-size);
  color: #222;
  padding: 5px 10px;
  background: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  position: relative;
  flex: 1;
}
.form .con_01.admin dl dd {
  display: inline-block;
  font-size: 13px;
  width: calc(100% - 150px);
  color: #222;
  padding: 5px 0 5px 15px;
  background: #fff;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  position: relative;
}
.form .con_01 dl dd .location_div {
  position: relative;
  float: left;
}
.form .con_01 dl dd .add_location_div {
  position: relative;
  float: left;
}
.form .con_01 dl dd .add_location_div .backBox {
  margin-left: 6px !important;
}
.form .con_01 dl dd .add_location_div input[type="text"] {
  margin-top: 0px !important;
  height: 28px;
  margin-right: 3px;
}
.form .con_01 dl dd .err_location {
  overflow: auto;
  float: right;
  margin-top: 5px;
  color: #ff0000;
}
.form .con_01 dl dd .err_msg {
  overflow: auto;
  float: right;
  width: 445px;
  margin-top: 3px;
  color: #ff0000;
}
.form .con_01 dl dd .host_div {
  position: relative;
  float: left;
}
.form .con_01 dl dd .add_host_div {
  position: relative;
  float: left;
}
.form .con_01 dl dd .add_host_div input[type="text"] {
  margin-top: 0px !important;
  height: 28px;
  margin-right: 3px;
}
.form .con_01 dl dd .add_host_div .backBox {
  margin-left: 6px !important;
}
.form .con_01 dl dd .err_host {
  overflow: auto;
  float: right;
  margin-top: 5px;
  color: #ff0000;
}
.form .con_01 dl dd div.flagWrap {
  font-size: 12px;
}
.form .con_01 dl dd div.flagWrap input[type="text"] {
  width: calc(100% - 107px);
}
.form .con_01 dl dd div.flagWrap:first-child {
  /*margin-bottom: 12px;*/
}
.form .con_01 dl dd input#cost {
  text-align: right;
}
.form .con_01 dl dd .addWrap {
  display: inline-block;
  float: left;
  width: 34px;
  margin-bottom: 3px;
}
.form .con_01 dl dd .addWrap i {
  display: inline-block;
  border: 1px solid #aaa;
  width: 31px;
  height: 26px;
  float: left;
  border-radius: 3px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  color: #aaa;
  cursor: pointer;
  padding-left: 1px;
  margin-left: 3px;
  margin-top: 3px;
}
.form .con_01 dl dd .addWrap i:hover {
  background: #888;
  color: #fff;
  border: 1px solid #888;
}
.form .con_01 dl dd .minusWrap {
  display: inline-block;
  float: right;
  width: 34px;
  margin-bottom: 3px;
}
.form .con_01 dl dd .minusWrap i {
  display: inline-block;
  border: 1px solid #aaa;
  width: 31px;
  height: 26px;
  float: left;
  border-radius: 3px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  color: #aaa;
  cursor: pointer;
  padding-left: 1px;
  margin-left: 3px;
  margin-top: 3px;
}
.form .con_01 dl dd .minusWrap i:hover {
  background: #888;
  color: #fff;
  border: 1px solid #888;
}
.form .con_01 dl dd .inputWrap {
  display: inline-block;
  float: left;
}
.form .con_01 dl dd .inputWrap input {
  display: inline-block;
  float: left;
  height: 32px;
}
.form .con_01 dl dd .inputWrap input.cpCompany {
  width: 100px;
  margin: 3px 1px;
}
.form .con_01 dl dd .inputWrap input.cpPosition {
  width: 70px;
  margin: 3px 1px;
}
.form .con_01 dl dd .inputWrap input.cpName {
  width: 80px;
  margin: 3px 1px;
}
.form .con_01 dl dd .inputWrap input.cpDesc {
  width: 200px;
  margin: 3px 1px;
}

.form .con_01 dl dd.selcetView {
  overflow: initial;
  position: initial;
}
.form .con_01 dl dd .SumoSelect.open .optWrapper {
  width: 360px;
}
.form .con_01 dl dd dl dd {
  padding: 7px 0;
}
.form .con_01 dl dd dl dd div span.header {
  margin: 4px 0;
}
.form .con_01 dl dd dl.innerDl dd div .detail {
  margin: 4px 0;
}
.form .con_01 dl dd dl dd input[type="text"] {
  margin-top: 0;
}
.form .con_01 dl dd dl dd input[type="password"] {
  margin-top: 0;
}
.form .con_01 dl dd dl dd input[type="radio"] {
  top: -6px !important;
  margin: 15px 0px 0 0;
}
.form .con_01 dl dd.success .chkTxt {
  margin-left: 10px;
  color: #222;
  display: inline-block;
  position: relative;
  top: -1px;
}
.form .con_01 dl dd.success .chkTxt input[type="checkbox"] {
  margin: 0 5px 0 0 !important;
}
.form .con_01 dl dd.titleDd input[type="text"] {
  width: 100% !important;
}
.form .con_01 dl dd.multiLine {
  line-height: 21px;
  padding: 10px 0 10px 10px;
  white-space: normal;
}
.form .con_01 dl dd.titleDd,
.form .con_01 dl dd.contentDd {
  line-height: 21px;
  padding: 10px;
  white-space: normal;
}
.form .con_01 dl dd.contentDd p {
  margin: 0;
  white-space: normal;
  line-height: 21px !important;
}
.form .con_01 dl dd.contentDd span {
  padding: 0;
}
.form .con_01 dl dd.contentDd.noticeContent {
  max-height: 300px;
  overflow-y: auto !important;
}
.form .con_01 dl dd#authLayer {
  line-height: 21px;
  padding: 10px 0 10px 10px;
}
.form .con_01 dl dd .errorMsg {
  padding: 0 0 5px 0;
  position: relative;
  top: -5px;
  left: 5px;
  height: 20px;
  margin: 0 auto;
}
.form .con_01 dl dd .errorMsgBox {
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  background: #e51735;
  color: #fff;
  padding: 2px 9px;
  border-radius: 5px;
  font-size: 11px;
  z-index: 9;
  text-align: center;
  min-width: 160px;
}
.form .con_01 dl dd .errorMsgBox::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 100%;
  margin-top: -7px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #e51735 transparent transparent;
}
.form .con_01 dl dd .errorMsgBox.errorMsgBox2 {
  right: initial;
  left: 60px;
}
.form .con_01 dl dd .fa-times-circle {
  color: #ff3653;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.form .con_01 dl dd .fa-check-circle {
  color: #2dd470;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.form .con_01 dl dd .iBtnWrap {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  display: inline-block;
  background: #74a2ef;
  text-align: center;
  line-height: 31px;
  position: relative;
  top: 0px;
  left: -3px;
  cursor: pointer;
}
.form .con_01 dl dd .iBtnWrap:hover {
  background: #30b5bc;
}
.form .con_01 dl dd .icon_pen {
  background: url(../images/icon_pen.png) center no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 6px 0 0 3px;
}
.form .con_01 dl dd .btn_comm {
  margin: -4px 0;
}
.form .con_01 dl dd.dd2 {
  padding: 3px 0 3px 10px;
}
.form .con_01 dl dd.dd2 input[type="text"] {
  height: 24px;
}
.form .con_01 dl dd .btnDiv {
  display: inline-block;
  margin: -10px 0 -6px 5px;
  position: relative;
  top: -1px;
}
.form .con_01 dl dd .btnDiv button {
  height: 28px;
  margin-top: 0px !important;
  padding: 2px 10px 4px;
  width: 55px;
}
.form .con_01 dl dd .red {
  border-radius: 3px;
  display: block;
  margin: 0px;
  padding: 0px 3px;
  overflow: hidden;
  background: #fb2543;
  color: #fff;
  width: 40px;
  text-align: center;
}
.form .con_01 dl dd .orange {
  border-radius: 3px;
  display: block;
  margin: 0px;
  padding: 0px 3px;
  overflow: hidden;
  background: #ff8848;
  color: #fff;
  width: 65px;
  text-align: center;
}
.form .con_01 dl dd .yellow {
  border-radius: 3px;
  display: block;
  margin: 0px;
  padding: 0px 3px;
  overflow: hidden;
  background: #ebdf3e;
  color: #fff;
  width: 45px;
  text-align: center;
}
.form .con_01 dl dd .eventStatus {
  float: right;
  color: #00de9a;
}
.form .con_01 dl dd .editIcon {
  font-size: 15px;
  cursor: pointer;
  color: #5884ff;
}
.form .con_01 dl dd span {
  vertical-align: top;
  padding-left: 5px;
}
.form .con_01 dl dd span.logoFileName {
  color: #4bbcc1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.form .con_01 dl dd span.logoFileName i.fa-download {
  color: #4bbcc1 !important;
}
.form .con_01 dl dd span.groupWare {
  color: #0000ff;
  padding-left: 0px !important;
}
.form .con_01 dl dd .div1 {
  line-height: 27px;
}
.form .con_01 dl dd .black {
  color: #000;
}
.form .con_01 dl dd button.btn {
  margin-top: 5px;
  line-height: 20px;
}
.form .con_01.conHalf dl {
  width: 50%;
  float: left;
}
.form .con_01.conHalf dl.conAll {
  width: 100%;
}
.form .con_01.conHalf dl.conAll dt {
  width: 17.5%;
}
.form .con_01.conHalf dl.conAll dd {
  width: calc(100% - 17.5%);
}
.form .con_01.conHalf dl dt,
.form .con_01.conHalf02 dl dt,
.form .con_01.conHalf03 dl dt {
  width: 35%;
}
.form .con_01.conHalf dl dd,
.form .con_01.conHalf02 dl dd,
.form .con_01.conHalf03 dl dd {
  width: calc(100% - 35%);
}
.form .con_01.conHalf02 dl {
  width: 50%;
  float: left;
}
.form .con_01.conHalf02 dl:nth-last-child(2) {
  margin: 0;
  border-bottom: 0;
}
.form .con_01.conHalf03 dl {
  width: 50%;
  float: left;
}
.form .con_01.conHalf03 dl:nth-last-child(2) {
  margin: 0 0 2px;
  border-bottom: 1px solid #f3f3f3;
}
.form .con_01 dl.halfDl {
  width: 50%;
  display: inline-block;
  float: left;
  height: 41px;
}
.form .con_01 dl.halfDl:nth-last-child(1),
.form .con_01 dl.halfDl:nth-last-child(2) {
  border-bottom: 0;
}

.form .con_01 dl dd input[type="checkbox"] {
  width: 15px;
  height: 15px;
  vertical-align: middle; /*-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance: none;outline: none;box-shadow: none;background:url(../images/icon_chk.png) no-repeat center;*/
  margin: 0 5px 0 0 !important;
}
.form .con_01 dl dd input[type="checkbox"] :checked {
  /*-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance:none;box-shadow: none;background:url(../images/icon_chk_checked.png) no-repeat center;*/
}
.form .con_01 dl dd textarea {
  display: inline-block;
  width: 100%;
  padding: 4px 0 4px 4px;
  min-width: 300px;
  border: var(--normal-border);
  font-size: 12px;
  color: #6a6a6a;
  height: 200px !important;
  line-height: 21px;
}
.form .con_01 dl dd textarea.err {
  border: 1px solid #ff0000;
}
.form .con_01 dl dd input[type="text"] {
  display: inline-block;
  width: 150px;
  padding: 5px 10px ;
  border: var(--normal-border);
  border-radius: var(--round-border-radius);
  vertical-align: top;
  font-size: var(--small-font-size);
  color: var(--text-color);
  height: 26px;
}
.form .con_01 dl dd input.description {
  width: 543px !important;
}
.form .con_01 dl dd input[type="text"].err {
  border: 1px solid #ff0000;
}
.form .con_01 dl dd select.err {
  border: 1px solid #ff0000;
}
.form .con_01 dl dd input[type="text"].err::placeholder {
  color: #ff0000;
}
.form .con_01 dl dd input[type="text"].title {
  width: 100% !important;
}
.form .con_01 dl dd input[type="text"]:disabled {
  background: #eee;
  color: #aaa;
}
.form .con_01 dl dd input[type="password"] {
  display: inline-block;
  padding: 5px 0 5px 5px;
  border: var(--normal-border);
  font-size: 12px;
  color: #6a6a6a;
  height: 26px;
}
.form .con_01 dl dd input[type="radio"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  margin-top: -1px;
}
.form .con_01 dl dd select:disabled {
  background: #eee;
  color: #aaa;
}
.form .con_01 dl dd.popTimePicker {
  line-height: 28px;
}
.form .con_01 dl dd.popTimePicker input[type="text"] {
  margin-top: 0 !important;
}
.form .con_01 dl dd.popTimePicker select {
  margin-top: 0 !important;
}
.form .con_01 dl dd input.titleDdInput {
  margin: 0 0 -8px;
}
.form .con_01 dl dd select {
  display: inline-block;
  padding: 2px 10px;
  font-size: var(--small-font-size);
  color: var(--text-color);
  border: var(--normal-border);
  vertical-align: top;
  height: 26px;
  width: 150px;
}
.form .con_01 dl dd .chk1 {
  display: inline-block;
  vertical-align: top !important ;
  margin-top: 5px;
  margin-right: 5px;
}
.form .con_01 dl dd.attachLayer {
  padding: 10px 0 10px 10px;
  background: #fff;
  min-height: 20px;
  line-height: 22px;
}
.form .con_01 dl dd.attachLayer span.disp_b {
  padding: 5px 0;
}
.form .con_01 dl dd.attachLayer span.disp_b i.fa-times-circle {
  font-size: 15px;
  position: relative;
  top: 2px;
}
.form .con_01 dl dd#authLayer span {
  margin-top: 14px;
  display: inline-block;
  padding-left: 0;
}
.form .con_01 dl dd#authLayer span:first-child {
  margin-top: 0px;
}
.form .con_01 dl dd span i.gray {
  color: #999;
}
.form .con_01 dl dd div .titleHeader {
  border: 1px solid #ff0000;
  width: 100px;
  line-height: 25px;
}
.form .con_01 dl dd div span {
  font-size: var(--small-font-size);
  padding: 0 4px 0 4px;
}
.form .con_01 dl dd div.logoFileWrap {
  cursor: pointer;
  display: inline-block;
  margin: 15px 30px 15px 0;
  float: left;
}
.form .con_01 dl dd div.logoFileWrap .logoFile {
  padding-bottom: 18px;
  margin: 0 auto;
  display: block;
  background-size: 100%;
  width: 170px;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 10px;
}
.form .con_01 dl dd div.logoFileWrap .logoFileName {
  display: block !important;
  width: 100%;
  text-align: left;
  height: 20px;
  line-height: 18px;
  text-align: center;
  padding: 0;
}
.form .con_01 dl dd span i.fa-download {
  color: #777;
}
.form .con_01 dl dd div span.select2-arrow {
  padding: 0;
}
.form .con_01 dl dd div span.header {
  min-width: 80px;
  display: inline-block;
  line-height: 25px;
  background: url(../images/icon/icon_dot.png) 0px 45% no-repeat;
  padding-left: 10px;
}
.form .con_01 dl dd div span.txt1 {
  width: 130px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.form .con_01 dl dd .chkLayer {
  display: inline-block;
}
.form .con_01 dl dd .chkLayer input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0px 2px 0px 10px;
}
.form .con_01 .mfaAuthArea {
  display: block;
  text-align: center;
  background: #e8f6f7;
  border-radius: 5px;
  padding: 10px;
  width: 350px;
  margin: 0 0 5px;
  overflow: hidden;
}
.form .con_01 .mfaAuthArea .authAreaTitle {
  font-size: 12px;
  letter-spacing: -0.2px;
}
.form .con_01 .mfaAuthArea .authAreaTitleTxtWrap {
  display: inline-block;
  margin: 0px 20px 20px;
}
.form .con_01 .mfaAuthArea .authAreaTitleTxtWrap2 {
  display: inline-block;
  margin: 0px 10px 0 0px;
}
.form .con_01 .mfaAuthArea .authAreaTitleTxt {
  font-size: 12px;
}
.form .con_01 .mfaAuthArea .authAreaTitleTxt .icon_googlePlay {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/icon_googlePlay.png) center no-repeat;
  margin-right: 5px;
}
.form .con_01 .mfaAuthArea .authAreaTitleTxt .icon_appStore {
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../images/icon_appStore.png) center no-repeat;
  margin-right: 5px;
}
.form .con_01 .mfaAuthArea .androidAppQrDiv {
  width: 110px;
  height: 110px;
  margin: auto;
  border: 1px solid #aaa;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}
.form .con_01 .mfaAuthArea .authAreaInput {
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  top: 11px;
}
.form .con_01 .mfaAuthArea .authAreaBtnWrap {
  overflow: hidden;
  text-align: center;
  margin-bottom: 5px;
}
.form .con_01 dl dd .mfaAuthArea .authInputDiv {
  height: 28px;
}
.form .con_01 dl dd .mfaAuthArea input[type="text"] {
  margin: 0;
}
.form .con_01 .plusBox {
  border: 1px solid #777;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  background: url(../images/icon_plus.png) no-repeat center;
  width: 28px;
  height: 28px;
  opacity: 0.5;
}
/* 	.form .con_01 .minusBox {border: 1px solid #777;display: inline-block;border-radius: 5px;cursor: pointer;background:url(../images/icon_minus.png) no-repeat center; width: 28px;height: 28px;margin-left: 3px;opacity: .5;} */
/* 	.form .con_01 .cancelBox {border: 1px solid #777;display: inline-block;border-radius: 5px;cursor: pointer;padding: 13px;float: left;background:url(../images/icon_cancel.png) no-repeat center; width: 10px;height: 12px;margin-left: 3px;opacity: .5;} */
.form .con_01 .backBox {
  border: 1px solid #777;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  background: url(../images/icon_back.png) no-repeat center;
  width: 28px;
  height: 28px;
  opacity: 0.5;
}

.form .con_01 .plusBox:hover {
  background: #aaa url(../images/icon_plus_ov.png) no-repeat center;
  border: 1px solid #aaa;
  opacity: 1;
}
.form .con_01 .minusBox:hover {
  background: #aaa url(../images/icon_minus_ov.png) no-repeat center;
  border: 1px solid #aaa;
  opacity: 1;
}
.form .con_01 .cancelBox:hover {
  background: #aaa url(../images/icon_cancel_ov.png) no-repeat center;
  border: 1px solid #aaa;
  opacity: 1;
}
.form .con_01 .backBox:hover {
  background: #aaa url(../images/icon_back_w.png) no-repeat center;
  border: 1px solid #aaa;
  opacity: 1;
}

.form .pieChart_noData {
  background: #fff;
  width: 290px;
  height: 200px;
  border: 1px solid #dddddd;
  display: none;
  float: left;
  margin-right: 20px;
}
.form .pieChart_noData .noData {
  font-size: 12px;
  line-height: 210px;
  padding-left: 80px;
}
.form .pieChart {
  width: 230px;
  float: left;
  font-family: "Malgun Gothic", arial;
  margin-right: 45px;
  margin-left: 20px;
}
.form .pieChart .legend {
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}
.form .pieChart .legend .span1_color {
  color: #70dcba;
}
.form .pieChart .legend .span2_color {
  color: #ffaec9;
}
.form .pieChart .legend .span3_color {
  color: #ddd;
}
.form .pieChart .legend .span_text {
  color: #838383;
  font-size: 13px;
  font-family: "Malgun Gothic", arial;
}
.form .barChart {
  overflow: hidden;
  background: #fff;
  margin-left: 20px;
  float: left; /*width:720px;*/
  width: calc(100% - 320px);
  height: 200px;
  border: 1px solid #ddd;
  font-family: "Malgun Gothic", arial;
}
.form .barChart .title {
  /*width:720px;*/
  height: 20px;
  text-align: center;
  margin: 5px 5px;
  font-size: 13px;
  margin-bottom: 10px;
}
.form .barChart .noData {
  font-size: 12px;
  line-height: 200px;
}
.form .barChart .noData2 {
  font-size: 12px;
  line-height: 200px;
}
.form2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  margin-top: 0px;
}
.form2 .cell_body {
  font-size: 12px;
  color: #555;
}
.form2 .con_02 {
  display: inline-block;
  overflow: hidden;
  font-size: var(--small-font-size);
  color: #555;
  vertical-align: top;
  width: 100%;
  min-height: 30px;
}
.form2 .con_02 .cell_top {
  font-size: 16px;
  color: #555;
  padding: 20px 20px 30px 0px;
}
.form2 .con_02 .cell_top .tit {
  display: inline-block;
  padding: 0;
}
.form2 .con_02 .cell_top input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  float: left;
}
.form2 .con_02 .cell_body {
  font-size: 14px;
  color: #555;
}
.form2 .con_02 .cell_bottom {
  padding-right: 23px;
}
.form2 .con_02 dl {
  border: none;
  display: flex;
  gap: 10px;
  align-items: center;
 }
.form2 .con_02 dl dt {
  width: 120px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}
.form2 .con_02 dl dt::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: var(--round-border-radius);
	background: var(--info-color);
}
.form2 .con_02 dl dd {
	flex: 1;
}
.form2 .con_02 dl dd.wd_140 {
  width: calc(100% - 140px);
}
.form2 .con_02 dl dd div {
  display: inline-block;
}
.form2 .con_02 dl dd div span {
  font-size: 12px;
  padding: 0 4px 0 4px;
}
.form2 .con_02 dl dd div span.header {
}
.form2 .con_02 dl dd input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.form2 .con_02 dl dd textarea {
  display: inline-block;
  width: 100%;
  padding: 4px 0 4px 4px;
  min-width: 300px;
  border: var(--normal-border);
  font-size: 12px;
  color: #6a6a6a;
}
.form2 .con_02 dl dd input[type="text"] {
  display: inline-block;
  width: 100%;
  min-width: 250px;
  padding: 6px 10px;
  border-radius: var(--round-border-radius);
}
.form2 .con_02 dl dd input[type="text"].err {
  border: 1px solid var(--red-color);
}
.form2 .con_02 dl dd input[type="password"] {
  display: inline-block;
  width: 100%;
  padding: 4px 0 4px 4px;
  min-width: 250px;
  border: var(--normal-border);
  font-size: 12px;
  color: #6a6a6a;
}
.form2 .con_02 dl dd input[type="password"].err {
  border: 1px solid var(--red-color);
}
.form2 .con_02 dl dd input[type="checkbox"] {
  display: inline-block;
  vertical-align: bottom;
}
.form2 .con_02 dl dd input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: initial;
}
.form2 .con_02 dl dd select {
  display: inline-block;
  padding: 6px 10px;
  border-radius: var(--round-border-radius);
}

/* 공통 ****************************************************************/
.commArea {
  overflow: hidden;
  margin: 0 -10px;
}
.commArea .commAreaDetail {
  width: calc(100% / 2 - 20px);
  float: left;
  display: inline-block;
  margin: 0 10px;
}
.topWrap {
  width: 100%;
}
.topArea {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.topArea .topTit {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  margin: 10px 0 10px;
}
.topArea .top_btn {
  display: inline-block;
  float: right;
  width: 50%;
}
.top_btn .srch {
  margin-bottom: 5px;
}
.top_btn .srch.w50 {
  width: 55px !important;
}
.top_btn .srch.w50 span.txt {
  margin-right: 4px;
}
.conArea {
  padding: 20px 10px;
  margin: 0;
  border: 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
  min-height: 150px;
}
.conArea .conAreaDetail {
  overflow: hidden;
  height: 170px;
  width: 100%;
  float: left;
}
.conArea .legendBtm {
  width: 100%;
  display: block;
  overflow: auto;
  float: left;
}
.conArea .legendBtm .legendBtmDetail {
  display: inline-block;
  font-size: 11px;
  color: #555;
  margin: 0 10px;
  overflow: hidden;
}
.conArea .legendBtm .legendBtmDetail .box {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
  background: #ccc;
  margin-right: 2px;
}
.conArea .legendBtm .legendBtmDetail .dashed {
  display: inline-block;
  width: 13px;
  height: 10px;
  position: relative;
  top: -5px;
  margin-right: 2px;
  border-bottom: 3px dotted #e51735;
}
.conArea .legendBtm .legendBtmDetail .text {
  display: inline-block;
  font-size: 11px;
  color: #555;
  overflow: hidden;
}
.noticeTxt {
  font-size: 11px;
  display: inline-block;
  margin-left: 7px;
}

/* tooltip =========================================================*/
[data-tooltip-text]:hover {
  position: relative;
}
[data-tooltip-text]:hover:after {
  color: #ffffff;
  font-size: 12px;
  content: attr(data-tooltip-text);
  margin-bottom: 10px;
  top: 130%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 7px 12px;
  position: absolute;
  width: auto;
  min-width: 50px;
  max-width: 300px;
  word-wrap: break-word;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form .con_01 dl dt .dtTooltip {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  cursor: pointer;
  border: 1px solid #c5c5c5;
  background: #c5c5c5;
  color: #fff;
  letter-spacing: 0;
  margin-left: 4px;
}
.form .con_01 dl dt .dtTooltip:hover {
  border: 1px solid #74a2ef;
  background: #74a2ef;
}
.form .con_01 dl dt .dtTooltip .dtTooltipText {
  visibility: hidden;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 14px 7px;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 155%;
  line-height: 18px;
}
.form .con_01 dl dt .dtTooltip .dtTooltipText2 {
  top: -17px;
}
.form .con_01 dl dt .dtTooltip .dtTooltipText::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #2b2c31 transparent transparent;
}
.form .con_01 dl dt .dtTooltip:hover .dtTooltipText {
  visibility: visible;
}

/* etc ****************************************************************/
.noData {
  background: #f9f9f9;
  width: 100%;
  font-size: 14px;
  padding: 18px;
}
.noData span {
  font-size: 13px !important;
}
.no_data_img {
  background: url(../images/no_data_img.png) center no-repeat;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
}
.valueFlag {
  cursor: pointer;
  height: 20px;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.valueFlag i.fa-refresh {
  cursor: pointer;
  color: #777;
  position: relative;
  top: -2px;
  margin-left: 3px;
}
.valueFlag i.fa-refresh:hover {
  color: #111;
}
.icon_excel {
  display: inline-block;
  font-size: 11px !important;
  font-weight: normal;
  background: #65d278;
  color: #fff;
  height: 25px;
  line-height: 24px;
  border-radius: 3px;
  padding: 0 8px;
  float: right;
  cursor: pointer;
  transition: 0.2s;
}
.icon_excel:hover {
  background: #46b85a;
}
.icon_excel2 {
  display: inline-block;
  font-size: 11px !important;
  font-weight: normal;
  background: #65d278;
  color: #fff;
  padding: 4px 0 5px;
  border: 1px solid #65d278;
  width: 55px !important;
}
.icon_excel2:hover {
  background: #46b85a;
  border: 1px solid #46b85a;
}
.iconChartWrap {
  display: block;
  float: right;
  position: absolute;
  top: 7px;
  right: 7px;
}
.icon_lineChart {
  display: inline-block;
  background: url(../images/icon_lineChart.png) no-repeat center;
  width: 16px;
  height: 13px;
  cursor: pointer;
  margin-right: 1px;
}
.icon_areaChart {
  display: inline-block;
  background: url(../images/icon_areaChart.png) no-repeat center;
  width: 16px;
  height: 13px;
  cursor: pointer;
}
.icon_min {
  display: inline-block;
  background: url(../images/icon_min.png) no-repeat center;
  width: 23px;
  height: 11px;
  margin-right: 2px;
  cursor: pointer;
}
.icon_avg {
  display: inline-block;
  background: url(../images/icon_avg.png) no-repeat center;
  width: 22px;
  height: 11px;
  margin-right: 2px;
  cursor: pointer;
}
.icon_max {
  display: inline-block;
  background: url(../images/icon_max.png) no-repeat center;
  width: 25px;
  height: 11px;
  margin-right: 3px;
  cursor: pointer;
}
.icon_lineChart.selected,
.icon_lineChart:hover {
  background: url(../images/icon_lineChart_selected.png) no-repeat center;
}
.icon_areaChart.selected,
.icon_areaChart:hover {
  background: url(../images/icon_areaChart_selected.png) no-repeat center;
}
.icon_min.selected,
.icon_min:hover {
  background: url(../images/icon_min_selected.png) no-repeat center;
}
.icon_avg.selected,
.icon_avg:hover {
  background: url(../images/icon_avg_selected.png) no-repeat center;
}
.icon_max.selected,
.icon_max:hover {
  background: url(../images/icon_max_selected.png) no-repeat center;
}
.icon_window {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../images/icon_os_windows.png) no-repeat;
}
.icon_linux {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../images/icon_os_linux.png) no-repeat;
}
.chartWrap {
  overflow: hidden;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.chartWrap .titTxt {
  display: block;
  padding: 10px 0px 0px;
  font-size: 13px;
  text-align: center;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  width: 180px;
  overflow: hidden;
  margin: 0 auto;
}

/* table */
.icon_arr_01 {
  display: inline-block;
  background: url(../images/icon_arr_01.png) no-repeat center;
  width: 7px;
  height: 8px;
}
.icon_arr_02 {
  display: inline-block;
  background: url(../images/icon_arr_02.png) no-repeat center;
  width: 13px;
  height: 8px;
}
.icon_arr_03 {
  display: inline-block;
  background: url(../images/icon_arr_03.png) no-repeat center;
  width: 19px;
  height: 8px;
}
.icon_arr_04 {
  display: inline-block;
  background: url(../images/icon_arr_04.png) no-repeat center;
  width: 25px;
  height: 8px;
}
.board {
  position: relative;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}
.board h2 {
  font-size: 14px;
}
.board h5 {
  font-size: 14px;
  width: 60%;
  display: inline-block;
  margin: 20px 0 10px;
}
.board caption {
  visibility: hidden;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  display: none;
}
.board .tableWrap {
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #bbb;
}
.board table {
  width: 100%;
  font-size: 12px;
  border-spacing: 0;
  table-layout: fixed;
  border-top: var(--normal-border);
  background: #fff;
}
.board table th {
  height: 34px;
  background: #fff;
  color: #222;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
  text-align: center !important;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  font-size: var(--small-font-size);
  background: var(--light-color);
}
.board table th.total {
  background: #f4fbf6 !important;
  color: #222;
}
.board table.inputbox td {
  padding: 5px 2px;
}
.board table th .symbol {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.board table th.nonLink {
  cursor: inherit;
}
.board table th.colspan_t {
  border-bottom: 0px dashed #ababab;
  padding: 3px 0px;
}
.board table th.colspan_b {
  border-top: none;
  padding: 3px 0px;
  border-radius: 0;
}
.board table th .sortIcon {
  margin-left: 3px;
  color: #54c8ce;
  font-size: 10px;
}
.board table th input[type="checkbox"] {
  width: 14px;
  height: 14px;
  vertical-align: middle; /*-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance: none;outline: none;box-shadow: none;background: url()no-repeat;*/
  margin: 0 5px 0 0 !important;
}
.board table tr:hover {
/*   background: #eee; */
}
.board table tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.board table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.board table tr:last-child td {
  border-bottom: 0 !important;
}
.board table td {
  padding: 5px;
  border-bottom: var(--normal-border);
  color: var(--text-color);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
}
.board table td.retireY {
  text-decoration: line-through;
  color: #aaa;
}
.board table td.notUsed {
  color: #bbb;
}
.board table td span.up {
  color: #ff4040;
  font-size: 10px;
}
.board table td span.down {
  color: #0080ff;
  font-size: 10px;
}
.board table td span.searchResult {
  background-color: #cbf9d4;
}
.board.boardTd table td {
  padding: 6px 2px;
}
.scheduleList .board_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
} 
.scheduleList .board_header h3.title {
	font-weight: 700;
	font-size: var(--large-font-size);
}
.scheduleList .board table td {
  padding: 6px 3px;
}
.scheduleList .board table td.disabled {
  color: #999;
}
.scheduleList .board table td.disabled .dashV2_detailBadge {
  background: #ddd !important;
  border-color: #ddd !important;
  color: #fff !important;
}
.modal_box .scheduleList .board table td a i.userInfo {
	margin-left: 0px;
}
.scheduleReport .board table td {
  border: 1px solid #eee;
  text-align: center;
}

.mainDashboard .board table td {
  border: 1px solid #eee;
  width: 100%;
  padding-left: 7px;
}
.mainDashboard .board table td span.symbol {
  display: inline-block;
  width: 13px;
  height: 18px;
  vertical-align: middle;
  float: left;
}
.mainDashboard .board table td span.symbol.schedule01 {
  background: #424f57;
}
.mainDashboard .board table td span.symbol.schedule02 {
  background: #428c8d;
}
.mainDashboard .board table td span.symbol.schedule03 {
  background: #80b076;
}
.mainDashboard .board table td span.symbol.schedule04 {
  background: #6db4eb;
}
.mainDashboard .board table td span.symbol.schedule05 {
  background: #f0b245;
}
.mainDashboard .board table td span.box {
  background: inherit;
  display: inline-block;
  border: 1px solid;
  text-align: center;
  width: 80%;
  font-size: 11px;
  cursor: pointer;
  float: left;
}
.mainDashboard .board table td span.box.schedule01 {
  border: 1px solid #424f57;
}
.mainDashboard .board table td span.box.schedule02 {
  border: 1px solid #428c8d;
}
.mainDashboard .board table td span.box.schedule03 {
  border: 1px solid #80b076;
}
.mainDashboard .board table td span.box.schedule04 {
  border: 1px solid #6db4eb;
}
.mainDashboard .board table td span.box.schedule05 {
  border: 1px solid #f0b245;
}
/* .mainDashboard .board table td span.box {display: block;border: 1px solid;text-align: center;border-radius: 5px;width: 80%;margin: 0px auto;} */
/* .mainDashboard .board table td span.box.schedule01 {background: #424F57;border:1px solid #424F57;color:#fff;} */
/* .mainDashboard .board table td span.box.schedule02 {background: #428C8D;border:1px solid #428C8D;color:#fff;} */
/* .mainDashboard .board table td span.box.schedule03 {background: #80B076;border:1px solid #80B076;color:#fff;} */
/* .mainDashboard .board table td span.box.schedule04 {background: #FFEB3B;border:1px solid #FFEB3B;font-size: 11px;} */
/* .mainDashboard .board table td span.box.schedule05 {background: #F0B245;border:1px solid #F0B245;color:#fff;} */

/* .mainDashboard .board table td {border:1px solid #eee;width:100%; cursor: pointer;padding-left: 1%;} */
/* .mainDashboard .board table td.schedule01 {} */
/* .mainDashboard .board table td.schedule02 {} */
/* .mainDashboard .board table td.schedule03 {} */
/* .mainDashboard .board table td.schedule04 {} */
/* .mainDashboard .board table td.schedule05 {} */
/* .mainDashboard .board table td.schedule01 {background: #424F57;color: #fff;;} */
/* .mainDashboard .board table td.schedule02 {background: #428C8D;color: #fff;} */
/* .mainDashboard .board table td.schedule03 {background: #80B076;color: #fff;} */
/* .mainDashboard .board table td.schedule04 {background: #FFEB3B;color: #000;} */
/* .mainDashboard .board table td.schedule05 {background: #F0B245;color: #fff;} */

.board table td.subTotal {
  background: #ececec !important;
}
.board table td .txt1 {
  cursor: pointer;
  color: #5884ff;
}
.board table td .txt1:hover {
  cursor: pointer;
  color: #5884ff;
}
.board table td i.fa-minus-circle {
  display: inline-block;
  margin: 0 2px 0 5px;
  position: relative;
  top: 1px;
}
.board table td i.fa-plus-circle {
  display: inline-block;
  margin: 0 2px 0 5px;
  position: relative;
  top: 1px;
}
.board table.tableInput td {
  padding: 4px 2px 4px;
}
.board table td.total {
  background: #f4fbf6 !important;
  color: #555;
}
.board table td.total2 {
  background: #fafdeb !important;
  color: #111;
}
.board table td.item {
  background: #e0fff4 !important;
  color: #111;
}
.board table td.finalTotal {
  background: #e3f7e8 !important;
  color: #111;
  border-bottom: 1px solid #eee !important;
}
.board table td.modalDiv {
  cursor: pointer;
}
.board table td.modalDiv:hover {
  color: #111;
}
.board table td.modalDiv2 {
  cursor: pointer;
  color: #08c7d0;
}
.board table td.modalDiv2:hover {
  color: #06a6ae;
}
.board table td .icon_T {
  background: url(../images/icon/icon_t.png) no-repeat center;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  display: inline-block;
}
.board table td .icon_V {
  background: url(../images/icon/icon_v.png) no-repeat center;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  display: inline-block;
}
.board table td .icon_ok {
  background: url(../images/icon/icon_ok.png) no-repeat center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.board table td .icon_locked {
  background: url(../images/icon/icon_locked.png) no-repeat center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.board table td .icon_illegal {
  background: url(../images/icon/icon_illegal.png) no-repeat center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.board table td .icon_up {
  background: url(../images/icon/icon_up.png) no-repeat center;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.board table td .icon_down {
  background: url(../images/icon/icon_down.png) no-repeat center;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.board table td .icon_plug {
  background: url(../images/icon/icon_plug.png) no-repeat center;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.board table td .icon_unplug {
  background: url(../images/icon/icon_unplug.png) no-repeat center;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.board table td .barChart {
  display: inline-block;
  border-radius: 10px;
  width: 60px;
  height: 20px;
  overflow: hidden;
  background: #ddd;
  position: relative;
  border: none;
}
.board table td .barChart .gauge {
  display: block;
  background: #54f394;
  height: 20px;
  border-radius: 10px 0 0 10px;
  float: left;
  color: #fff;
  text-align: center;
}
.board table td .barChart .gaugeTxt {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0px;
  margin-top: 1px;
  color: #000;
  font-size: 12px;
}
.board table td .barChart2 {
  display: inline-block;
  border-radius: 10px;
  width: 100px;
  height: 20px;
  overflow: hidden;
  float: right;
  background: #ddd;
  position: relative;
}
.board table td .barChart2 .gauge {
  display: block;
  background: #54f394;
  height: 20px;
  border-radius: 10px 0 0 10px;
  float: left;
  color: #fff;
  text-align: center;
}
.board table td .barChart2 .gaugeTxt {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0px;
  margin-top: 1px;
  color: #000;
}
.board table td .radioBtn .txt input {
  margin-right: 3px;
}
.board table td .levelspan {
  display: inline-block;
  background: #74a2ef;
  color: #fff;
  margin-right: 5px;
  border-radius: 3px;
  padding: 2px 5px 4px;
  width: 40px;
  text-align: center;
}
.board table td select {
  display: inline-block;
  font-size: 12px;
  color: #6a6a6a;
  border: var(--normal-border);
  vertical-align: top;
  padding: 0 5px;
  height: 28px;
  border-radius: 5px;
}
.board table td input[type="checkbox"] {
  width: 14px;
  height: 14px;
  vertical-align: middle; /*-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance: none;outline: none;box-shadow: none;background:url(../images/icon_chk.png) no-repeat center;*/
  margin: 0 5px 0 0 !important;
}
.board table td input[type="checkbox"]:checked {
  /*-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance:none;box-shadow: none;background:url(../images/icon_chk_checked.png) no-repeat center;*/
}
.board table td input[type="text"] {
  margin: 0 !important;
  height: 24px;
}
.board table td input[type="text"].disable {
  background: #f1f1f1;
  color: #aaa;
}
.board table td select.disable {
  background: #f1f1f1;
  color: #aaa;
}
.board table td input[type="text"].err {
  border: 1px solid #ff0000;
}
.board table td input[type="text"].err::placeholder {
  color: #ff0000;
  letter-spacing: -0.4px;
}
.board table td input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
}
.board table td i.play {
  font-size: 14px;
  color: #58d539;
}
.board table td i.pause {
  font-size: 14px;
  color: #bbb;
}
.board table td a {
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
  color: var(--blue-color);
}
.board table td a.retireY {
  text-decoration: line-through;
  color: #aaa;
}
.board table td a:hover {
  color: var(--blue-hover-color);
  text-decoration: underline;
}
.board table td a:hover.retireY {
  text-decoration: line-through;
  color: #aaa;
}
.board table td a i {
  margin-left: 5px;
  font-size: 10px;
}
.board table td a i.userInfo {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.board table tr.selected td {
  background: #e8f2ff;
}
.board table tr.selected td a {
  text-decoration: underline;
}
.board table tr.last td {
  border-bottom: 1px solid #a3a3a3;
}
.board table.tooltipTd td {
  overflow: initial;
}
.board table.tooltipTd td .commTooltip {
  float: right;
  margin-right: 6px;
}
.board table.tooltipTd td .commTooltip .commTooltipText {
  width: auto;
}

.boardLine2 {
  padding-top: 55px;
}
.boardLine2 .tableWrap {
  max-height: inherit;
}
.boardLine2 table thead tr {
  display: inline-table;
  position: absolute;
  top: 0;
  width: 100%;
}
.boardLine2 table th {
  height: 55px;
}
.board.tbOverF_X {
  padding-top: 0;
}
.board.tbOverF_X .tableWrap {
  overflow-x: auto !important;
}
.board.tbOverF_X .tableWrap table thead tr {
  position: relative;
  display: contents;
}
.board .sub_srch {
  float: right;
  margin-bottom: 5px;
}
.board .sub_srch input[type="text"] {
  vertical-align: top;
  height: 25px;
  position: relative;
  top: 1px;
  font-size: 12px;
}
.board .sub_srch button.btn_srch {
  border: 0px;
  background: #05c489 url(../images/icon/btn_srch.png) no-repeat -19px -14px;
  position: relative;
  top: 2px;
  border: none;
  border-radius: 3px;
  width: 30px;
  height: 25px;
  margin-left: 0px;
}
.board .sub_srch button.btn_srch:hover {
  background: #00de9a url(../images/icon/btn_srch.png) no-repeat -19px -14px;
}
.board.tableInner {
  border-top: 1px solid #ccc !important;
}
.board.tableInner table th {
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}
.board.tableInner table tr:last-child td {
  border-bottom: 1px solid #ccc !important;
}
.board.tableInner table td {
  padding: 4px 2px !important;
}
.treeform .con_sel {
  display: block;
  text-align: center;
  border: 1px;
  overflow: auto;
  margin: 0px 0px 20px 30px;
  border: 1px solid #ccc;
  padding: 5px 0px 10px 0px;
  background: #5884ff;
  border-radius: 10px;
}
.treeform .con_sel .customerTit {
  color: #fff;
  font-size: 18px;
}
.treeform .con_01 {
  position: fixed;
  top: 270px; /*left: 200px;*/
  margin-left: -30px;
  bottom: 0;
  width: 230px;
  border-right: 1px solid #eee;
}
.treeform .con_01 .treeIcon {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 30px;
  left: 140px;
  min-width: 20px;
  min-height: 20px;
}
.treeform .con_01 .treeIcon .hiddenChk {
  position: absolute;
  left: 10px;
  top: 10px;
}
.treeform .con_01 div {
  outline: none;
}
.treeform .con_01 ul li {
  line-height: 28px !important;
  margin-left: 17px !important;
}
.treeform .con_01 ul li i {
  width: 20px !important;
  color: #777;
  font-size: 16px;
}
.treeform .con_01 ul li .treeEditParentIcon {
  cursor: pointer;
  color: #0760f3;
  font-size: 13px;
  width: 16px !important;
  position: relative;
  top: -3px;
  z-index: 99999;
}
.treeform .con_01 ul li .treeEditChildIcon {
  cursor: pointer;
  color: #000;
  font-size: 11px;
  width: 17px !important;
  position: relative;
  top: -3px;
  z-index: 99999;
}
.treeform .con_01 ul li a {
  color: #777;
  text-decoration: none;
  font-size: 13px;
  margin-right: 10px;
}


/* 공통 */
.calendarArea {
  display: inline-block;
  width: 200px;
}
.calendarArea .calendarTit {
  display: block;
  font-size: 13px !important;
  font-weight: 700;
  color: #333;
  height: 22px;
  margin: 5px 0;
}
.calendarArea .calendarBox {
  display: block;
  width: 260px;
  height: 260px;
  border: 1px solid #ccc;
  background: #fff;
}
.calendarArea .dateSelectWrap {
  padding: 15px 10px 15px 15px;
  height: initial;
  overflow: h.calendarAreaidden;
  background: #f8f8f8;
}
.calendarArea .dateSelectWrap .dateSelect {
  margin-bottom: 5px;
  width: 100%;
  float: left;
}
.calendarArea .dateSelectWrap .dateSelect .dateSelectTxt {
  font-size: 12px;
  display: inline-block;
  width: 60px;
  float: left;
  margin-top: 4px;
}
.calendarArea .dateSelectWrap .dateSelect input[type="text"] {
  display: inline-block;
  width: calc(100% - 65px);
  float: left;
  background: #fff url(../images/icon/icon_calendar.png) no-repeat top 4px right
    6px;
  cursor: pointer;
}
.calendarArea .dateSelectWrap .weekSelect {
}
.calendarArea .dateSelectWrap .weekSelect .weekSelecttTxt01 {
  font-size: 12px;
  display: inline-block;
  width: 55px;
  float: left;
  margin-top: 4px;
}
.calendarArea .dateSelectWrap .weekSelect .weekSelectTxtWrap {
  display: inline-block;
  width: calc(100% - 55px);
  float: left;
}
.calendarArea .dateSelectWrap .weekSelect .weekSelectTxtWrap .weekSelectTxt {
  font-size: 12px;
  display: inline-block;
  width: calc(100% / 7);
  float: left;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
}
.calendarArea
  .dateSelectWrap
  .weekSelect
  .weekSelectTxtWrap
  .weekSelectTxt
  input[type="checkbox"] {
  display: block;
  height: 18px;
  text-align: center;
  margin: 0 auto !important;
}

/* 대시보드 */
.contents.dashboard .datadetail_wrap {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px 0px 5px 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.contents.dashboard h5 {
  display: inline-block;
  font-size: 15px;
  color: #111;
  text-align: left;
  position: relative;
}
.contents.dashboard h5.detailTitle {
  background: #f5f5f5;
  width: 100%;
  padding: 10px;
  margin: 0px;
  color: #333;
  border-radius: 5px 5px 0px 0px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.contents.dashboard .calendarTitle {
  display: inline-block;
  width: 100%;
}
.contents.dashboard .calendarTitle .thisTitle {
  float: left;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  font-size: 13px;
}
.contents.dashboard .panelWrap {
  display: block;
  border-radius: 5px;
  padding: 20px 20px 0px;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
  min-height: 254px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.contents.dashboard .panelWrap .rightBoxWrap {
  float: left;
  width: 100%;
}
.contents.dashboard .panelWrap .rightBoxWrap .square {
  display: block;
  overflow: auto;
  border: 1px solid #dcdcdc;
  min-height: 30px;
  margin: 10px 0px 10px 20px;
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  padding-left: 10px;
  width: 72%;
  float: left;
  border-radius: 20px 0px 0px 20px;
}
.contents.dashboard .panelWrap .rightBoxWrap .round {
  display: inline-block;
  overflow: hidden;
  border: 2px solid #3385f6;
  color: #fff;
  background: #3385f6;
  font-size: 14px;
  line-height: 37px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: relative;
  top: 6px;
  left: -20px;
  text-align: center;
}
.contents.dashboard .panelWrap .rightBoxWrap .round.zero {
  background: #fff;
  border: 2px solid #ccc;
  color: #999;
}
.contents.dashboard .panelWrap .noDataWrap {
  width: 100%;
  height: 202px;
  background: #fff;
  margin-top: 10px;
  padding-top: 30px;
  border: 1px solid #eee;
}
.contents.dashboard .panelWrap .noDataWrap2 {
  width: 200px;
  height: 212px;
  background: #fff;
  margin: 0px 20px 0px 20px;
  padding-top: 30px;
  border: 1px solid #eee;
}
.contents.dashboard .panelWrap .boxWrap {
  display: inline-block;
  width: calc(100% - 218px);
}
/* .contents.dashboard .panelWrap .boxWrap .noDataWrap {width: 100%;height: 202px;background: #fff;margin-top: 10px;padding-top:30px;} */
.contents.dashboard .panelWrap .boxWrap .box {
  display: inline-block;
  width: calc(100% / 5 - 12px);
  min-width: 205px !important;
}
.contents.dashboard .panelWrap .boxWrap .box h5 {
  display: inline-block;
  font-size: 13px;
  color: #111;
  margin: 0 0 5px 0px;
  text-align: left;
  position: relative;
}
.contents.dashboard .panelWrap .boxWrap .box .innerBox {
  border-radius: 5px;
  min-height: 190px;
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
  padding-left: 2px;
  padding-top: 2px;
}
.contents.dashboard .panelWrap .boxWrap .box .innerBox .box_s {
  min-width: 65px;
  width: 33%;
  margin-right: -4px;
  height: 48%;
  display: inline-block;
}
.contents.dashboard .panelWrap .boxWrap .box .innerBox .box_s .count {
  width: 50px;
  background: #87b0f5;
  margin: 12px 5px 8px;
  overflow: hidden;
  float: left;
  text-align: center;
  min-height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.contents.dashboard
  .panelWrap
  .boxWrap
  .box
  .innerBox
  .box_s
  .count.schedule01 {
  background: #424f57;
  color: #fff;
}
.contents.dashboard
  .panelWrap
  .boxWrap
  .box
  .innerBox
  .box_s
  .count.schedule01.zero {
  background: #e0e0e0;
  color: #999;
}
.contents.dashboard
  .panelWrap
  .boxWrap
  .box
  .innerBox
  .box_s
  .count.schedule02 {
  background: #428c8d;
  color: #fff;
}
.contents.dashboard
  .panelWrap
  .boxWrap
  .box
  .innerBox
  .box_s
  .count.schedule02.zero {
  background: #e0e0e0;
  color: #999;
}
.contents.dashboard
  .panelWrap
  .boxWrap
  .box
  .innerBox
  .box_s
  .count.schedule03 {
  background: #80b076;
  color: #fff;
}
.contents.dashboard
  .panelWrap
  .boxWrap
  .box
  .innerBox
  .box_s
  .count.schedule03.zero {
  background: #e0e0e0;
  color: #999;
}
.contents.dashboard
  .panelWrap
  .boxWrap
  .box
  .innerBox
  .box_s
  .count.schedule04 {
  background: #6db4eb;
  color: #fff;
}
.contents.dashboard
  .panelWrap
  .boxWrap
  .box
  .innerBox
  .box_s
  .count.schedule04.zero {
  background: #e0e0e0;
  color: #999;
}
.contents.dashboard
  .panelWrap
  .boxWrap
  .box
  .innerBox
  .box_s
  .count.schedule05 {
  background: #f0b245;
  color: #fff;
}
.contents.dashboard
  .panelWrap
  .boxWrap
  .box
  .innerBox
  .box_s
  .count.schedule05.zero {
  background: #e0e0e0;
  color: #999;
}
.contents.dashboard .panelWrap .boxWrap .box .innerBox .box_s .txt {
  width: calc(100% - 6px);
  text-align: center;
  overflow: auto;
  font-size: 12px;
  font-family: "malgun gothic";
  font-weight: bold;
}
.contents.dashboard .panelWrap .calendarArea {
  float: left;
  width: 198px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.contents.dashboard .panelWrap .calendarArea .calendarTit {
  display: block;
  font-size: 13px;
  color: #333;
  height: 22px;
  margin: 0px;
}
.contents.dashboard .panelWrap .calendarArea .calendarBox {
  display: block;
  width: 260px;
  height: 260px;
  border: 1px solid #ccc;
  background: #fff;
}
.contents.dashboard .panelWrap .calendarArea .dateSelectWrap {
  padding: 15px 10px 15px 15px;
  height: initial;
  overflow: hidden;
  background: #f8f8f8;
}
.contents.dashboard .panelWrap .calendarArea .dateSelectWrap .dateSelect {
  margin-bottom: 5px;
  width: 100%;
  float: left;
}
.contents.dashboard
  .panelWrap
  .calendarArea
  .dateSelectWrap
  .dateSelect
  .dateSelectTxt {
  font-size: 12px;
  display: inline-block;
  width: 60px;
  float: left;
  margin-top: 4px;
}
.contents.dashboard
  .panelWrap
  .calendarArea
  .dateSelectWrap
  .dateSelect
  input[type="text"] {
  display: inline-block;
  width: calc(100% - 65px);
  float: left;
  background: #fff url(../images/icon/icon_calendar.png) no-repeat top 4px right
    6px;
  cursor: pointer;
}
.contents.dashboard .panelWrap .calendarArea .dateSelectWrap .weekSelect {
}
.contents.dashboard
  .panelWrap
  .calendarArea
  .dateSelectWrap
  .weekSelect
  .weekSelecttTxt01 {
  font-size: 12px;
  display: inline-block;
  width: 55px;
  float: left;
  margin-top: 4px;
}
.contents.dashboard
  .panelWrap
  .calendarArea
  .dateSelectWrap
  .weekSelect
  .weekSelectTxtWrap {
  display: inline-block;
  width: calc(100% - 55px);
  float: left;
}
.contents.dashboard
  .panelWrap
  .calendarArea
  .dateSelectWrap
  .weekSelect
  .weekSelectTxtWrap
  .weekSelectTxt {
  font-size: 12px;
  display: inline-block;
  width: calc(100% / 7);
  float: left;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
}
.contents.dashboard
  .panelWrap
  .calendarArea
  .dateSelectWrap
  .weekSelect
  .weekSelectTxtWrap
  .weekSelectTxt
  input[type="checkbox"] {
  display: block;
  height: 18px;
  text-align: center;
  margin: 0 auto !important;
}
.contents.dashboard .panelWrap2 {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.contents.dashboard .panelWrap2:last-child {
  margin-bottom: 0px !important;
}
.contents.dashboard .panelWrap2 .boxWrap {
  background: #f1f6ff;
  width: 100%;
  margin: 0;
  font-size: 0px;
  overflow: auto;
}
.contents.dashboard .panelWrap2 .boxWrap .groupParent {
  vertical-align: middle;
  width: 12%;
  min-height: 90px;
  display: inline-block;
  padding-top: 5px;
  cursor: pointer;
}
.contents.dashboard .panelWrap2 .boxWrap .groupParent .compName {
  display: block;
  color: #3385f6;
  overflow: auto;
  font-size: 15px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
}
.contents.dashboard .panelWrap2 .boxWrap .groupParent .cnt {
  display: block;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #3385f6;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.contents.dashboard .panelWrap2 .boxWrap .groupChild {
  vertical-align: middle;
  background: #fff;
  width: 88%;
  display: inline-block;
  overflow: auto;
  padding: 15px 10px 5px 20px;
}
.contents.dashboard .panelWrap2 .boxWrap .groupChild .cardWrap {
  display: inline-block;
  width: calc(100% / 6 - 10px);
  min-width: 170px;
  min-height: 90px;
  margin: 0 10px 0px 0px;
  overflow: auto;
}
.contents.dashboard .panelWrap2 .boxWrap .groupChild .cardWrap h5 {
  font-size: 13px;
  margin: 5px 0 5px 5px;
  cursor: pointer;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  width: 75px;
}
.contents.dashboard .panelWrap2 .boxWrap .groupChild .cardWrap .scheduleTitle {
  padding: 5px 10px 3px 10px;
  border-radius: 4px 5px 0px 0px;
  font-size: 12px;
  color: #fff;
  float: right;
  width: 82px;
  text-align: center;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .scheduleTitle
  span {
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .scheduleTitle.schedule01 {
  background: #424f57;
  cursor: pointer;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .scheduleTitle.schedule02 {
  background: #428c8d;
  cursor: pointer;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .scheduleTitle.schedule03 {
  background: #80b076;
  cursor: pointer;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .scheduleTitle.schedule04 {
  background: #6db4eb;
  cursor: pointer;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .scheduleTitle.schedule05 {
  background: #f0b245;
  cursor: pointer;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .scheduleTitle
  a {
  color: #fff !important;
}
.contents.dashboard .panelWrap2 .boxWrap .groupChild .cardWrap .userCard {
  position: relative;
  margin-bottom: 10px;
  min-height: 60px;
  border-top: 2px solid #87b0f5;
  height: 67px;
  overflow: hidden;
  width: 100%;
  background: #f1feff;
  border-radius: 0px 0px 5px 5px;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard.schedule01 {
  border-top: 2px solid #424f57;
  background: #f9f9f9;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard.schedule02 {
  border-top: 2px solid #428c8d;
  background: #f1fffe;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard.schedule03 {
  border-top: 2px solid #80b076;
  background: #f3f9f1;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard.schedule04 {
  border-top: 2px solid #ecd85d;
  background: #fffef3;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard.schedule05 {
  border-top: 2px solid #f0b245;
  background: #fff9ed;
}
.contents.dashboard .panelWrap2 .boxWrap .groupChild .cardWrap .userCard .time {
  overflow: auto;
  width: 50px;
  display: block;
  font-size: 11px;
  font-family: "Malgun Gothic";
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  padding: 4px 0 4px 5px;
  color: #000;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard
  .location {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  text-align: left;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 0 0 5px;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard
  .location.golf {
  width: 61%;
  display: inline-block;
  font-size: 12px;
  text-align: left;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden; /*display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: */
  padding: 0 0 0 5px;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard
  .company {
  width: 60%;
  display: inline-block;
  font-size: 12px;
  text-align: left;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 0 0 5px;
  position: relative;
  top: -27px;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard
  .companion {
  display: inline-block;
  width: 35%;
  height: 48px;
  color: #666;
  font-size: 12px;
  text-align: left;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  border: 0px solid;
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 5px;
  padding-top: 2px;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard
  .companion.single {
  line-height: 42px;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard
  .companion
  .empty {
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  border: 0px solid;
  position: relative;
  top: 5px;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard
  .companion
  .cnt {
  font-size: 16px;
  display: block;
  color: #000;
  margin-top: 3px;
}
.contents.dashboard .panelWrap2 .boxWrap .groupChild .cardWrap .userCard .pair {
  display: inline-block !important;
  vertical-align: top !important;
  width: 50% !important;
  height: 64px;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard
  .pair:nth-child(odd) {
  border-right: 1px dashed #ddd;
}

.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard
  .pair
  .time {
  overflow: auto;
  width: 50px;
  display: block;
  font-size: 11px;
  font-family: "Malgun Gothic";
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  padding: 4px 0 4px 5px;
  color: #000;
}
.contents.dashboard
  .panelWrap2
  .boxWrap
  .groupChild
  .cardWrap
  .userCard
  .pair
  .location {
  width: 61%;
  display: inline-block;
  font-size: 12px;
  text-align: left;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
  padding: 2px 0 0 5px;
}

.form .targetTitle {
  overflow: auto;
  margin: 0px;
  width: 100%;
}
.form .targetTitle dl {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  width: 100%;
  gap: 5px;
  border-bottom: var(--normal-border);
}
.form .targetTitle dl:last-child {
	border-bottom: none !important;
}
.form .targetTitle dl dt {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 140px;
  font-size: var(--small-font-size);
  color: #222;
  padding: 5px 0 5px 15px;
  font-weight: normal;
  position: relative;
  line-height: 24px;
  font-weight: 700;
}
.form .targetTitle dl dt::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: var(--round-border-radius);
	background: var(--info-color);
}
.form .targetTitle dl dd {
  font-size: var(--small-font-size);
  padding: 5px 10px;;
}
.form .targetTitle dl dd .select2-container {
  width: 120px !important;
}
.form .targetTitle dl dd.company .select2-container {
  width: 163px !important;
}
.form .targetTitle dl dd.dept .select2-container {
  width: 300px !important;
}
.form .targetTitle dl dd.datetime .select2-container {
  width: 80px !important;
}
.form .targetTitle dl dd.datetime .select2-container .select2-choice {
  min-width: 80px !important;
}
.form .targetTitle dl dd .SumoSelect {
	margin: 0px;
}
.form .targetTitle dl dd .SumoSelect > .CaptionCont {
	margin-top: 0px;
}
.form .targetTitle dl dd.dept {
    display: flex;
    align-items: center;
    gap: 5px;
}
.form .targetTitle dl dd.dept .srch {
    width: fit-content;
    margin: 0;	
}
.form .targetTitle dl dd.dept .srch button.btn_srch {
	position: unset;
}
.form .formPanelGroup {
  border-top: 1px solid #ccc;
  margin-bottom: 50px;
  padding: 0px 20px;
}

.form .formPanelGroup .createFormDiv .monthTit {
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: 700;
}
.form .formPanelGroup .createFormDiv h5 .unit {
  float: right;
  font-size: 12px;
}
.form .formPanelGroup .createFormDiv .guideline {
  font-size: 13px;
  margin-top: 0px;
}
.form .formPanelGroup .createFormDiv .targetTable {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
/* .form .formPanelGroup .createFormDiv .targetTable.sumTable {border: 2px solid #3385F6;} */
.form .formPanelGroup .createFormDiv .targetTable.sumTable tr:first-child {
  background: #0014ba5c !important;
  color: #fff;
}
.form .formPanelGroup .createFormDiv .targetTable.sumTable tr:last-child {
  background: var(--primary-light-color);
}
.form .formPanelGroup .createFormDiv .targetTable.sumTable tbody td input {
  border: none;
}
.form .formPanelGroup .createFormDiv .targetTable tr th {
  border: var(--normal-border);
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  width: 141px;
  height: 30px !important;
}
.form .formPanelGroup .createFormDiv .targetTable tr th:first-child {
  border-right: 1px solid #aaa;
}
.form .formPanelGroup .createFormDiv .targetTable tr td {
  border: var(--normal-border);
  text-align: center;
  font-size: 13px;
  height: 30px !important;
  text-align: right;
  padding-right: 5px;
}
.form .formPanelGroup .createFormDiv .targetTable tr td:first-child {
  border-right: 1px solid #aaa;
  text-align: center;
  font-weight: 700;
}
.form .formPanelGroup .createFormDiv .targetTable tr td.sumDiffClass {
}
.form .formPanelGroup .createFormDiv .targetTable tr:first-child {
  background: #eee;
}
.form .formPanelGroup .createFormDiv .targetTable tr:first-child td {
}
.form .formPanelGroup .createFormDiv .targetTable tr:last-child {
  border-top: 3px double #aaa;
  background: #f6f6f6;
}
.form .formPanelGroup .createFormDiv .targetTable tr:last-child td {
}
.form .formPanelGroup .createFormDiv .targetTable tr td input {
  width: 127px;
  height: 23px;
  text-align: right;
}
.form .formPanelGroup .createFormDiv .targetTable .ordinaryProfit {
  text-align: right;
}
.form .formPanelGroup .createFormDiv .targetTable .targetClose {
  float: right;
  cursor: pointer;
  margin: 3px 11px 0px 0px !important;
  display: inline-block;
}
.form .formPanelGroup .createFormDiv .targetTable textarea {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  padding: 5px;
  margin: 5px;
}

.form .formPanelGroup .writtenFormDiv {
  border-top: 1px solid #ccc;
  margin-bottom: 50px;
}
.form .formPanelGroup .writtenFormDiv h5 {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 700;
}
.form .formPanelGroup .writtenFormDiv h5 .unit {
  float: right;
  font-size: 12px;
}
.form .formPanelGroup .writtenFormDiv .writtenTable {
  margin-top: 10px;
  display: inline-block;
/*   height: 200px; */
}
.form .formPanelGroup .writtenFormDiv .writtenTable.sumTable {
  border: 2px solid var(--primary-color);
}
.form .formPanelGroup .writtenFormDiv .writtenTable tr th {
  border: var(--normal-border);
  text-align: center;
  font-size: 13px;
  width: 141px;
  height: 30px !important;
  font-weight: 700;
}
.form .formPanelGroup .writtenFormDiv .writtenTable tr td {
  border: var(--normal-border);
  text-align: center;
  font-size: 13px;
  height: 30px !important;
}
.form .formPanelGroup .writtenFormDiv .writtenTable tr:first-child {
  background: #eee;
}
.form .formPanelGroup .writtenFormDiv .writtenTable tr:first-child td {
}
.form .formPanelGroup .writtenFormDiv .writtenTable tr:last-child {
  border-top: 3px double #aaa;
  background: #f6f6f6;
}
.form .formPanelGroup .writtenFormDiv .writtenTable tr:last-child td {
	font-weight: 700;
}
.form .formPanelGroup .writtenFormDiv .writtenTable tr td input {
  width: 100%;
  height: 100%;
  text-align: right;
}
.form .formPanelGroup .writtenFormDiv .annualTargetTable tr td {
  border: 1px solid;
  text-align: center;
  font-size: 14px;
  height: 30px !important;
}
.form .formPanelGroup .writtenFormDiv .annualTargetTable tr:first-child {
  background: #ddd;
}
.form .formPanelGroup .writtenFormDiv .annualTargetTable tr:last-child {
  border-top: 3px double #aaa;
}
.form .formPanelGroup .writtenFormDiv .annualTargetTable tr td input {
  width: 100%;
  height: 100%;
  text-align: right;
}
.form .formPanelGroup .writtenFormDiv .writtenTable .annual_class {
  padding-right: 5px;
  text-align: right;
}

.form .modifyDiv .modifyTable tr th {
  border: var(--normal-border);
  text-align: center;
  font-size: var(--small-font-size);
  width: 88px;
  height: 30px !important;
  vertical-align: middle;
}
.form .modifyDiv .modifyTable tr td {
  border: var(--normal-border);
  text-align: center;
  font-size: var(--small-font-size);
  height: 30px !important;
  vertical-align: middle;
}
.form .modifyDiv .modifyTable tr:first-child {
  background: #eee;
}
.form .modifyDiv .modifyTable tr:first-child td {
}
.form .modifyDiv .modifyTable tr:last-child {
  border-top: 3px double #aaa;
  background: #f6f6f6;
}
.form .modifyDiv .modifyTable tr:last-child td {
	font-weight: 700; 
}
.form .modifyDiv .modifyTable tr td input {
  width: 95%;
  height: 23px;
  text-align: right;
}
.form .modifyDiv .modifyTable tr td input.readonly {
  width: 95%;
  height: 23px;
  text-align: right;
  background: #f6f6f6;
}
.listFormPanel {
	clear: both;
}
.listFormPanel .groupDiv {
  overflow-x: auto !important;
  margin-top: 30px;
}
.listFormPanel .groupDiv:first-child {
  margin-top: 0px !important;
}
.listFormPanel .groupDiv .listFixedDiv {
  width: 131px;
  float: left;
}
.listFormPanel .groupDiv .listTargetDiv {
  width: calc(100% - 131px);
  float: left;
  overflow-x: auto !important;
}
.listFormPanel .companyTit {
  font-size: 15px;
}
.listFormPanel .companyTit.company_part {
  background: var(--default-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px 20px 0px 0px;
  font-weight: 700;
}
.listFormPanel .companyTit.part_sum {
    background: var(--primary-light-color);
    border-radius: 20px 20px 0px 0px;
    padding: 10px 20px;
    font-weight: 700;
}
.listFormPanel .companyTit.total_part_sum {
  background: #e3eef5;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.listFormPanel .listFixedTable {
  border-top: var(--normal-border);
  border-right: 1px solid #bbb;
}
.listFormPanel .listFixedTable tr td {
  border-left: var(--normal-border);
  border-bottom: var(--normal-border);
  text-align: center;
  font-size: var(--small-font-size);
  word-break: break-all;
  height: 30px !important;
  line-height: 16px;
  vertical-align: middle;
  font-weight: 700;
}
.listFormPanel .listFixedTable tr td .delChkbox {
  margin: 0 3px !important;
  padding: 0px;
  height: 18px;
}
.listFormPanel .listFixedTable tr td.no {
  background: #fff;
}
.listFormPanel .listFixedTable tr td.deptName {
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.listFormPanel .listFixedTable tr:first-child {
  background: #f7f7f7;
}
.listFormPanel .listFixedTable tr:nth-child(2) {
  background: #e9e9e9;
}
.listFormPanel .listFixedTable tr:last-child {
  border-top: 3px double #aaa;
  background: #eee;
}
.listFormPanel .listFixedTable .ordinaryProfit {
  text-align: right;
}

.listFormPanel .listTargetTable {
  table-layout: fixed;
  width: 1000px;
  border-top: var(--normal-border);
}
.listFormPanel .listTargetTable tr td {
  border-bottom: var(--normal-border);
  border-right: var(--normal-border);
  text-align: center;
  font-size: var(--small-font-size);
  word-break: break-all;
  height: 30px !important;
  line-height: 16px;
  vertical-align: middle;
}
.listFormPanel .listTargetTable tr:first-child td {
  background: #f7f7f7;
  font-weight: 700;
}
.listFormPanel .listTargetTable tr:nth-child(2) td {
  background: #e9e9e9;
  font-weight: 700;
}
.listFormPanel .listTargetTable tr td.bigo {
  background: var(--primary-light-color) !important;
}
.listFormPanel .listTargetTable tr td.bigo2 {
  background: #0014ba3b !important;
}
.listFormPanel .listTargetTable tr:last-child {
  border-top: 3px double #aaa;
  background: #eee;
}
.listFormPanel .listTargetTable tr:last-child td {
	font-weight: 700;
}
.listFormPanel .listTargetTable .ordinaryProfit {
  text-align: right;
}
.listFormPanel .listTargetTable .targetClose {
  float: right;
  background: url(../images/pop_close.png) no-repeat top center;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background-size: 80%;
  opacity: 1;
  margin: 3px 11px 0px 0px !important;
  display: inline-block;
}

.listFormPanel .p_parent_list tr td {
  text-align: center;
  font-size: 12px;
  word-break: break-all;
  height: 30px !important;
  line-height: 16px;
}
.listFormPanel .p_parent_list tr td .delChkbox {
  margin: 0 3px !important;
  padding: 0px;
  height: 18px;
}
.listFormPanel .p_parent_list tr td.no {
  background: #fff;
}
.listFormPanel .p_parent_list tr td.deptName {
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.listFormPanel .p_parent_list tr:first-child {
  background: #e3eeff;
}
.listFormPanel .p_parent_list tr:nth-child(2) {
  background: #f3f8ff;
}
.listFormPanel .p_parent_list tr:last-child {
  border-top: 3px double #aaa;
  background: #edecec;
}
.listFormPanel .p_parent_list .sum_data {
  text-align: right;
  padding-right: 5px;
}

.listFormPanel .sum_list tr td {
  text-align: center;
  word-break: break-all;
  height: 30px !important;
  line-height: 16px;
}
.listFormPanel .sum_list tr td .delChkbox {
  margin: 0 3px !important;
  padding: 0px;
  height: 18px;
}
.listFormPanel .sum_list tr td.no {
  background: #fff;
}
.listFormPanel .sum_list tr td.deptName {
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.listFormPanel .sum_list tr:first-child td {
  background: #0014ba5c !important;
  color: #fff;
}
.listFormPanel .sum_list tr:nth-child(2) td {
  background: #0014ba1f;
}
.listFormPanel .sum_list tr:last-child td {
  border-top: 3px double #aaa;
  background: #edecec;
}
.listFormPanel .sum_list .sum_data {
  text-align: right;
  padding-right: 5px;
}

.listFormPanel .listFixedTable .data_table:nth-child(odd) td {
  background: #ffffff;
}
.listFormPanel .listFixedTable .data_table:nth-child(even) td {
  background: #f9f9f9;
}
.listFormPanel .listTargetTable .data_table:nth-child(odd) td {
  background: #ffffff;
}
.listFormPanel .listTargetTable .data_table:nth-child(even) td {
  background: #f9f9f9;
}

.listFormPanel .perfMngTable tr:first-child td {
  background: #f7f7f7 !important;
}
.listFormPanel .perfMngTable tr:nth-child(2) td {
  background: #e9e9e9 !important;
}
.listFormPanel .perfMngTable tr:last-child td {
}
.listFormPanel .perfMngTable tr:last-child {
  border-collapse: collapse;
  background: #eee;
  border-style: none;
}
.listFormPanel .perfMngTable td.b_1_red {
  border: 3px double #ff0000 !important;
  border-collapse: collapse;
  border-style: hidden;
}

.listFormPanel .total_sum_list {
}
.listFormPanel .total_sum_list tr td {
  text-align: center;
  font-size: 12px;
  word-break: break-all;
  height: 30px !important;
  line-height: 16px;
}
.listFormPanel .total_sum_list tr td .delChkbox {
  margin: 0 3px !important;
  padding: 0px;
  height: 18px;
}
.listFormPanel .total_sum_list tr td.no {
  background: #fff;
}
.listFormPanel .total_sum_list tr td.deptName {
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.listFormPanel .total_sum_list tr:first-child {
  background: #72a2bf;
  color: #fff;
}
.listFormPanel .total_sum_list tr:nth-child(2) {
  background: #e3eef5;
}
.listFormPanel .total_sum_list tr:last-child {
  border-top: 3px double #aaa;
  background: #e3eeff;
}
.listFormPanel .total_sum_list .sum_data {
  text-align: right;
  padding-right: 5px;
}

.listFormPanel .parentDiv {
  border-left: var(--normal-border);
  border-right: var(--normal-border);
  border-bottom: var(--normal-border);
  border-radius: 0px 0px 10px 10px;
  padding: 25px;
  margin-bottom: 20px;
  background: #fff;
}
.listFormPanel .listParentDiv {
  margin-bottom: 20px !important;
}
.listFormPanel .listParentDiv .sum_data {
  padding-right: 5px;
  text-align: right;
}

.listFormPanel .listAnnualTargetTable tr td {
  border: 1px solid;
  text-align: center;
  font-size: 12px;
  height: 30px !important;
}
.listFormPanel .listAnnualTargetTable tr:first-child {
  background: #ddd;
}
.listFormPanel .listAnnualTargetTable tr:nth-child(2) {
  background: #ddd;
}
.listFormPanel .listAnnualTargetTable tr:last-child {
  border-top: double;
}
.listFormPanel .listAnnualTargetTable tr td input {
  width: 100%;
  height: 100%;
  text-align: right;
}
.listFormPanel .listAnnualTargetTable .list_annual_class {
  padding-right: 5px;
  text-align: right;
}

.listFormPanel .noDataTable {
  padding: 6px 2px;
  background: #fff;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  color: #666;
  text-align: center;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.listAnnualTarget .noDataTable {
  padding: 6px 2px;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  color: #666;
  text-align: center;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.form .con_01.annual dl dd {
  display: inline-block;
  font-size: 12px;
  width: calc(100% - 95px);
  color: #222;
  padding: 5px 0 5px 15px;
  background: #fff;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  position: relative;
}

/* calendar*/
.contents.scheduleCalendar .scheduleType {
	display: flex;
	gap: 5px;
}
.contents.scheduleCalendar .scheduleType span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: var(--small-font-size);
  text-align: center;
  border-radius: var(--round-border-radius);
  min-width: 50px;
  padding: 0px 10px;
}
.contents.scheduleCalendar .scheduleType .schedule00 {
  background: var(--default-color);
}
.contents.scheduleCalendar .scheduleType .schedule01 {
  background: var(--success-color);
}
.contents.scheduleCalendar .scheduleType .schedule02 {
  background: var(--secondary-color);
}
.contents.scheduleCalendar .scheduleType .schedule03 {
  background: var(--third-color);
}
.contents.scheduleCalendar .scheduleType .schedule04 {
  background: var(--info-color);
}
.contents.scheduleCalendar .scheduleType .schedule05 {
  background: var(--warning-color);
}


/* 월별마감 */
.contents.targetList .top_btn .fa-expand {
  color: var(--primary-color);
  font-size: 20px;
  cursor: pointer;
  margin: 0px 5px;
}
.contents.targetList .top_btn .fa-expand.disabled {
  color: var(--gray-color);
}
.contents.targetList .top_btn .fa-compress-arrows-alt {
  color: var(--primary-color);
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.contents.targetList .top_btn .fa-compress-arrows-alt.disabled {
  color: var(--gray-color);
}
.contents.targetList .select2-container .select2-choice {
  min-width: initial;
}

/* 리포트 */
.contents.scheduleReport .top_btn .scheduleType {
  display: inline-block;
}
.contents.scheduleReport .top_btn .scheduleType span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  min-width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: var(--small-font-size);
  text-align: center;
  border-radius: var(--round-border-radius);
  margin-right: 5px;
  padding: 0px 10px;
  transition: .2s;
}
.contents.scheduleReport .top_btn .scheduleType .schedule00 {
  background: var(--default-color);
}
.contents.scheduleReport .top_btn .scheduleType .schedule00:hover {
  background: var(--default-hover-color);
}
.contents.scheduleReport .top_btn .scheduleType .schedule01 {
  background: var(--success-color);
}
.contents.scheduleReport .top_btn .scheduleType .schedule01:hover {
  background: var(--success-hover-color);
}
.contents.scheduleReport .top_btn .scheduleType .schedule02 {
  background: var(--secondary-color);
}
.contents.scheduleReport .top_btn .scheduleType .schedule02:hover {
  background: var(--secondary-hover-color);
}
.contents.scheduleReport .top_btn .scheduleType .schedule03 {
  background: var(--third-color);
}
.contents.scheduleReport .top_btn .scheduleType .schedule03:hover {
  background: var(--third-hover-color);
}
.contents.scheduleReport .top_btn .scheduleType .schedule04 {
  background: var(--info-color);
  margin-right: 0px;
}
.contents.scheduleReport .top_btn .scheduleType .schedule04:hover {
  background: var(--info-hover-color);
}
.contents.scheduleReport .top_btn .scheduleType .schedule05 {
  background: var(--warning-color);
}
.contents.scheduleReport .top_btn .scheduleType .schedule05:hover {
  background: var(--warning-hover-color);
}

/* 통계 */
.contents.stats .conArea {
  padding: 0px 0px 50px;
}
.contents.stats .topCompany {
  position: relative;
  float: left;
  width: calc(100% / 3 - 10px);
  margin: 10px 10px 0px 0px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 230px;
  padding: 10px 10px 50px;
  box-shadow: 0 2px 5px #ccc;
}
.contents.stats .topCompany .topTit {
  width: calc(100% - 130px);
  text-align: left;
  font-size: 13px;
  margin: 0px 0 10px;
  float: left;
}
.contents.stats .topCompany .notiTit {
  display: inline-block;
  float: right;
  font-size: 12px;
  margin: 0px 10px 10px 0;
  color: #555;
  width: 100px;
  text-align: right;
}
.contents.stats .topCompany .topInner {
  width: 100%;
}
.contents.stats .topCompany .topInner .topList {
  overflow: auto;
}
.contents.stats .topCompany .topInner .topList .topListWrap {
  width: 100%;
  float: left;
  padding-top: 5px;
}
.contents.stats .topCompany .topInner .topList ul {
  margin: 0px;
  border-bottom: 1px solid #eee;
}
.contents.stats .topCompany .topInner .topList ul li.nameTxt {
  width: calc(100% - 130px);
  text-align: left;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
}
.contents.stats .topCompany .topInner .topList ul li.cntTxt {
  width: 120px;
  float: right;
  text-align: right;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  padding-right: 10px;
}
.contents.stats .topCompany .companyCnt {
  width: 95%;
  border: 1px solid #ddd;
  background: #eee;
  padding-top: 5px;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
}
.contents.stats .topCompany .companyCnt ul {
  margin: 0px;
}
.contents.stats .topCompany .companyCnt ul li.nameTxt {
  width: calc(100% - 180px);
  text-align: left;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
}
.contents.stats .topCompany .companyCnt ul li.cntTxt {
  width: 160px;
  text-align: right;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
}


/* multi select */
.signUp .loginFormArea .form_company a .select2-chosen {
  text-align: left;
  padding-left: 23px;
}
.signUp .loginFormArea .form_company a .select2-arrow {
  border-left: 0;
}
.board table td .SumoSelect .CaptionCont {
  height: 28px !important;
}
.board table td .SumoSelect .CaptionCont span {
  line-height: 22px;
}
.board table td .SumoSelect.open .optWrapper {
  top: 27px;
}
.board table td .SumoSelect .select-all > label {
  margin: 5px;
}
.boardInnerSelect {
  overflow: initial;
}
.boardInnerSelect .select2-container .select2-choice {
  height: 28px !important;
  line-height: 26px;
  padding: 0 2px;
}
.boardInnerSelect .select2-container .select2-choice .select2-chosen {
  text-align: left;
  padding-left: 5px;
}
.boardTopSelect .SumoSelect .CaptionCont {
  height: 28px !important;
  line-height: 26px;
  font-size: 11px;
}
.boardTopSelect .SumoSelect span.placeholder {
  line-height: 22px !important;
}
.boardTopSelect .SumoSelect span {
  border: 0 !important;
  line-height: 22px !important;
}
td.adminTd .SumoSelect {
  width: 150px;
  margin-top: -16px;
  margin-left: -76px;
}
td.adminTd .SumoSelect .CaptionCont span {
  text-align: left;
}
td.adminTd .SumoSelect .optWrapper .options li label {
  text-align: left;
}
.form .con_01 dl dd .SumoSelect {
  margin-top: -19px;
  line-height: 24px;
}
.form .con_01 dl dd .SumoSelect.open .optWrapper {
  top: 50px; /* width: calc(100% - 3px);margin-left: 3px; */
}
.form .con_01 dl dd .select2-container {
  margin-right: 3px;
  margin-top: 0px;
}
.form .con_01 dl dd .select2-container .select2-choice {
  height: 28px !important;
  line-height: 26px;
  padding: 0 2px;
}
.form .con_01 dl dd .select2-container.err .select2-choice {
  border: 1px solid #ff0000 !important;
}
.form .con_01 dl dd .SumoSelect > .CaptionCont {
  height: 28px !important;
  line-height: 26px;
  padding: 0 2px;
  margin-top: 19px;
}
.form .con_01 dl dd .SumoSelect > .CaptionCont > span {
  line-height: 25px;
}
.form .con_01 dl dd .SumoSelect > .CaptionCont > span.placeholder {
  margin-top: 0px;
}
.CaptionCont.multiChk span.placeholder {
}
.CaptionCont.multiChk label {
  top: 15px !important;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 5px;
  text-align: left;
}
.select2-results .select2-result-label {
  line-height: 14px;
}

.sel_dept {
  vertical-align: top;
}
.sel_dept .SumoSelect {
  width: inherit;
}
.sel_dept .SumoSelect > .CaptionCont {
  height: 30px;
  border: var(--normal-border);
  background-color: #fff;
  border-radius: var(--round-border-radius);
}
.sel_dept .SumoSelect > .CaptionCont span {
  line-height: 25px;
}

/* innerEdit */
.innerEdit {
  margin: 5px 0;
  border-radius: 3px;
  overflow: hidden;
}
.innerEdit .innerEditTop {
  overflow: hidden;
}
.innerEdit .innerEditTop h5 {
  display: inline-block;
  margin: 3px 0 0;
}
.innerEdit .innerEditTop .btnList {
  display: inline-block;
  float: right;
}
.innerEdit .editInputWrap {
  padding: 10px 10px 10px;
}
.innerEdit .editInput {
  margin-bottom: 5px;
  text-align: right;
}
.innerEdit .editInput:last-child {
  margin-bottom: 0px;
}
.innerEdit .editInput input.chk {
  position: relative;
  top: 5px;
  display: inline-block;
}
.innerEdit .editInputDetail {
  width: calc(100% - 25px);
  display: inline-block;
}
.innerEdit .editInput input[type="text"] {
  width: 48.5% !important;
}
.innerEdit .editInput input[type="text"]:nth-child(2) {
  width: calc(100% - 49% - 10px) !important;
}
.innerTabWrap {
  display: block;
  float: left;
  width: 100%;
}
.innerTabWrap span {
  font-size: 12px;
}
.innerTab {
  display: inline-block;
  margin: 0px 10px 10px 0;
  float: left;
  font-size: 12px;
  width: 100%;
}
.innerTab ul {
  display: block;
  overflow: hidden;
  margin: 0;
  display: table-row !important;
}
.innerTab ul li {
  float: left;
  list-style: none;
  min-width: 110px;
  text-align: center;
  margin-right: 3px;
}
.innerTab ul li a {
  display: block;
  padding: 0;
  font-size: 13px;
  color: #707070;
  border-radius: 3px;
  border: 1px solid #bbb;
  text-decoration: none;
  height: 34px;
  line-height: 31px;
  background: #fff;
}
.innerTab ul li a:hover {
  color: #5884ff;
  transition: 0.2s;
  cursor: pointer;
  border: 1px solid #5884ff;
}
.innerTab ul li.on {
  position: relative;
}
.innerTab ul li.on a {
  color: #5884ff;
  border: 1px solid #5884ff;
}
.innerTab span.underline {
  display: none;
  border-bottom: 1px solid #5884ff;
  position: relative;
  top: -1px;
}
.innerTab select {
  display: inline-block;
  padding: 4px;
  font-size: 12px;
  color: #6a6a6a;
  border: var(--normal-border);
  vertical-align: top;
}
.innerTab_btn {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 5px;
  float: left;
  font-size: 12px;
}
.innerTab_btn .select2-container a {
  height: 25px !important;
}
.innerTab_btn .select2-container a .select2-chosen {
  margin-top: -2px;
}
.innerTab_btn select {
  height: 25px !important;
}
.innerTab_btn .btn1 {
  padding: 5px;
  background-color: #559cec;
  opacity: 1;
  border-radius: 3px;
  min-width: 28.72px;
  cursor: pointer;
}
.innerTab_btn .btn1:hover {
  background: #2bb9f9;
}
.innerTab_btn .btn2 {
  padding: 6px 5px 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 28.72px;
  cursor: pointer;
  position: relative;
  top: 2px;
  background: #fff;
}
.innerTab_btn .btn2 i {
  font-size: 16px !important;
}
.innerTab_btn .btn2:hover {
  background: #5884ff;
}
.innerTab_btn .btn2:hover .fa {
  background: #5884ff;
  color: #fff !important;
}
.innerTab_btn .btn2 .fa {
  color: #777 !important;
}
.innerTabSelect {
  float: right;
  font-size: 12px;
}
.innerTabSelect select {
  width: 55px !important;
  padding: 2px 2px;
  height: 25px;
}
.innerTabSelect .innerTabSelectTit {
  display: inline-block;
  background: #fff;
  padding: 0 3px 0 10px;
  background: url(../images/icon/icon_black_dot.png) top 6px left no-repeat;
  margin: 5px 0px 0 5px;
}

.layerDetail .form {
  width: 1100px;
}
.layerDetail .form .con_01 dl {
  width: 100%;
}

/* page */
.page {
  display: block;
  margin: 20px 0 10px;
  text-align: center;
  width: 100%;
}
.page ol {
  display: flex;
  font-size: var(--xsmall-font-size);
  align-items: center;
  justify-content: center;
}
.page ol li {
  text-align: center;
}
.page ol li.arrow {
  border: 0;
  background: transparent;
}
.page ol li.select {
	border: none;
    padding: 0;
    border-radius: 0px;
    min-height: unset;
}
.page ol li a {
  display: block;
  color: var(--text-color);
  cursor: pointer;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page ol li a:hover,
.page ol li.select a {
  border: 0;
  color: var(--primary-color);
  font-weight: 700;
  transition: 0.2s;
  border-radius: 50%;
  background: var(--primary-light-color);
}
.page ol li.arrow a span {
  margin-left: -1px;
  margin-right: 2px;
  letter-spacing: -3px;
}
.page.side {
  float: left;
  display: inline-block;
  width: 1280px;
}
.page_sidebtn {
  float: right;
  position: relative;
  top: -8px;
}
.page2 {
  margin: 10px 0;
}
.page2 ol li a {
  border: 0;
  padding: 0 3px;
  color: #999;
  background: transparent;
}
.page2 ol li a:hover,
.page2 ol li.select a {
  border: 0;
  background: transparent;
  color: #222;
  transition: 0.2s;
}

/*monthpicker override*/
.ui-monthpicker-trigger {
  display: none;
}
.ui-monthpicker {
}
.ui-monthpicker table td {
  width: 50px;
}

/*datepicker override*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-size: 11px;
  font-family: MontserratL;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-datepicker th {
  width: 25px;
  font-size: 12px !important;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
}
.ui-datepicker th span {
  font-family: MontserratR;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  height: 30px;
  font-size: 13px !important;
  font-family: MontserratSB;
}
.ui-datepicker-title .ui-datepicker-month {
  font-size: 14px !important;
  color: #333;
  font-family: MontserratSB;
  position: relative;
  top: -2px;
}
.ui-datepicker-title .ui-datepicker-month option {
  font-size: 12px;
}
.ui-datepicker-title .ui-datepicker-year {
  font-size: 14px;
  font-family: MontserratSB;
}
.ui-widget {
  font-family: MontserratL;
  font-size: 1.1em;
  color: #ff0000;
}
.ui-widget .ui-widget {
  font-size: 12px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Montserrat-Light;
  font-size: 12px !important;
  padding: 2px 5px;
  min-height: fit-content;
  min-width: 35px;
}
.ui-widget-content {
  position: absolute;
  border: var(--normal-border);
  background: #fff;
  color: #222222;
  text-align: center;
  border-radius: var(--normal-border-radius);
  box-shadow: var(--normal-box-shadow);
  margin-top: 3px;
  width: 190px;
  min-height: 180px;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  line-height: 30px;
  color: #333;
  padding: 5px 10px;
}
.ui-widget-header a {
  font-size: 15px;
  color: #222222;
  cursor: pointer;
}
.ui-widget-header .ui-datepicker-prev span {
  float: left;
  font-size: 12px;
  color: #999;
}
.ui-widget-header .ui-datepicker-next span {
  float: right;
  font-size: 12px;
  color: #999;
}
.ui-widget-content .ui-datepicker-calendar {
/*   margin: 0px 10px 10px 10px; */
}
.ui-datepicker-today {
  background: #e0fcff;
  border-radius: 50%;
  height: 25px;
  position: relative;
  top: 2px;
}
.ui-datepicker-today a {
  position: relative;
  top: -2px;
}

/*dygraph*/
.chartLayer {
  min-width: 760px;
  min-height: 230px;
  padding: 35px 30px 10px 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: 10px 0px;
  position: relative;
  background: #fff;
}
.chartLayer .valueFlag {
  cursor: pointer;
  height: 20px;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.chartLayer .valueFlag i.fa-refresh {
  cursor: pointer;
  color: #777;
  position: relative;
  top: -2px;
  margin-left: 3px;
}
.chartLayer .valueFlag i.fa-refresh:hover {
  color: #111;
}

/* Dropdown 버튼*/
.btnDropdown {
  display: inline-block;
  position: relative;
  z-index: 99990;
}
.dd-button {
  width: 110px;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  background: #559cec;
  padding: 3px 10px 3px;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  color: #fff;
  margin-left: 1px;
  border: none;
  font-size: 12px;
  min-width: 70px;
  text-align: center;
  position: relative;
  top: -1px;
}
.dd-button:hover {
  background-color: #03a9f4;
}
.dd-menu {
  width: 110px;
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}
.dd-input {
  display: none;
}
.dd-input + .dd-menu {
  display: none;
}

/*.dd-input:checked + .dd-menu {display: block;padding: 5px 0px;}*/
.dd-menu li {
  padding: 5px 15px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
}
.dd-menu li:hover {
  background-color: #eee;
}
.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}
.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.box_wrap {
  display: inline-block;
  margin: 15px 15px 0 0;
  box-shadow: 2px 2px 5px #e1e1e1;
  width: 310px;
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  position: relative;
}
.box_top {
  position: relative;
  background: #f3f3f3;
  width: 308px;
  height: 40px;
  padding: 10px 0 10px 0;
  border-radius: 5px 5px 0 0;
}
.box_tit {
  display: inline-block;
  width: 100%;
  position: relative;
  top: -2px;
  left: 10px;
  font-size: 15px;
  text-align: center;
}
.box_con {
  width: 315px;
  height: 140px;
  display: inline-block;
  padding-top: 10px;
}

/* help*/
.helpWrap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.helpWrap .container {
  width: 1200px !important;
  overflow: hidden;
  min-width: 1200px !important;
}
.helpWrap .topArea {
  border-bottom: 1px solid #e51735;
  height: 60px;
  padding-top: 15px;
  position: fixed;
  margin: 0;
  background: #fff;
  z-index: 3;
}
.helpWrap .topArea .logo {
  background: url(../images/logo_login.png) no-repeat;
  display: inline-block;
  width: 155px;
  height: 27px;
  cursor: pointer;
  float: left;
  margin-right: 20px;
}
.helpWrap .topArea .topTxt_01 {
  display: inline-block;
  float: left;
  font-size: 17px;
  color: #333;
}
.helpWrap .topArea .verTxt {
  display: inline-block;
  float: right;
  font-size: 12px;
  padding-top: 6px;
}

.helpWrap .helpCon {
  margin-top: 60px;
}
.helpWrap .helpCon .leftmnArea {
  width: 300px;
  float: left;
  position: fixed;
  overflow: auto;
  height: calc(100% - 60px);
  padding: 20px 0;
  border-right: 1px solid #ccc;
}
.helpWrap .helpCon .leftmnArea .menu_tree {
}
.helpWrap .helpCon .leftmnArea .jstree-default .jstree-anchor {
}
.helpWrap .helpCon .leftmnArea .jstree-default .jstree-anchor:hover {
  background: #fff;
  color: #e51735;
}
.helpWrap .helpCon .leftmnArea .jstree-default .jstree-anchor.active {
  background: #fff;
  color: #e51735;
}
.helpWrap .helpCon .leftmnArea .jstree-default .jstree-clicked {
  background: #fff;
  color: #e51735;
  box-shadow: none;
}

.helpWrap .helpCon .contentsArea {
  width: 100%;
  float: left;
  padding: 20px 0 50px 350px;
}
.helpWrap .helpCon .contentsArea .titWrap {
  width: 100%;
  float: left;
  margin: 20px 0 30px 0;
}
.helpWrap .helpCon .contentsArea .titWrap h4.helpTit {
  font-size: 32px;
  display: inline-block;
  float: left;
  margin: 5px 0 10px;
}
.helpWrap .helpCon .contentsArea .titWrap h5.helpNav {
  font-size: 12px;
  display: inline-block;
  float: right;
}
.helpWrap .helpCon .contentsArea .txt_01 {
  display: block;
  min-height: 30px;
  overflow: auto;
  font-size: 17px;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.helpWrap .helpCon .contentsArea .txt_02 {
  display: block;
  min-height: 30px;
  overflow: auto;
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.helpWrap .helpCon .contentsArea .txt_04 {
  display: block;
  width: 100%;
  font-size: 16px;
  margin: 10px 0 20px;
}
.helpWrap .helpCon .contentsArea .txt_04::before {
  content: "●";
  display: inline-block;
  font-size: 10px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.helpWrap .helpCon .contentsArea .txt_05 {
  display: block;
  width: 100%;
  font-size: 16px;
  margin: 10px 0 50px;
}
.helpWrap .helpCon .contentsArea .txt_05::before {
  content: "▲";
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
  position: relative;
  top: -1px;
  color: #e51735;
}

.helpWrap .helpCon .contentsArea .txtBox_01 {
  width: 100%;
  display: block;
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 15px;
  float: left;
  margin: 10px 0;
  line-height: 25px;
}
.helpWrap .helpCon .contentsArea .txtBox_02 {
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 14px;
  float: left;
  margin: 0 0 20px;
}
.helpWrap .helpCon .contentsArea .imgArea {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.helpWrap .helpCon .contentsArea .imgArea img {
  border: 1px solid #f1f1f1;
  padding: 20px;
}
.helpWrap .helpCon .contentsArea .imgArea .imgWrap {
  float: left;
  width: 100%;
}
.helpWrap .helpCon .contentsArea .imgArea .imgWrap img {
}
.helpWrap .helpCon .contentsArea .imgArea .imgNameTxt {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  margin: 10px 0 5px;
}
.helpWrap .helpCon .contentsArea .imgArea .imgNameTxt::before {
  content: "▲";
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
  position: relative;
  top: -1px;
  color: #e51735;
}
.helpWrap .helpCon .contentsArea .imgArea .imgTxt_01 {
  display: block;
  width: 100%;
  float: left;
  font-size: 14px;
}

.contents .top_btn .btn_cancel {
  background: var(--gray-color);
}
.contents .top_btn .btn_select {
  background: var(--info-color);
  color: #fff;
}

/* HR Admin */
.hrTabMenu {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  display: inline;
}
.hrTabMenu ul.hrTypeUl {
  margin: 0;
  display: flex;
  border: 1px solid var(--primary-color);
  border-radius: var(--round-border-radius);
  overflow: hidden;
}

.hrTabMenu ul.hrTypeUl li {
  flex: 1;
  height: 28px;
  line-height: 28px;
  background: #fff;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid var(--primary-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline;
  zoom: 1;
}
.hrTabMenu ul li:first-child {
  border-left: 0px !important;
}
.hrTabMenu ul li.active,
.hrTabMenu ul li:hover {
  background: var(--primary-light-color);
  color: var(--primary-color);
}
.hrListTable {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.hrExSelectDiv {
  width: 200px;
  height: 11px;
  display: inline-block;
}
.hrExIcon {
  cursor: pointer;
  margin-left: 3px !important;
}
.hrExceptTableWrap {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 500px !important;
}
.hrExBtn {
  float: unset !important;
  margin-left: 3px !important;
  float: right !important;
}
.hrExAddListTable {
  width: 500px !important;
  margin-bottom: 20px !important;
}
.hrRedBg {
  background: #ffafbb !important;
}

/* media queries ***********************************************************/
@media (max-width: 1024px) {
  .board {
    overflow-x: auto !important;
    float: left;
  }
  .board .tableWrap {
    overflow-x: auto !important;
    white-space: nowrap !important;
  }
  .board table {
    width: auto;
  }
  .board table th {
    white-space: nowrap !important;
    padding: 0 5px;
  }
  .board table td {
    padding: 5px 5px;
  }
}

@media (max-width: 1024px) {
  .calendarArea {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .calendarArea .calendarTit {
    display: none;
  }
  .calendarArea .day span {
    width: 20px;
    height: 20px;
    line-height: 19px;
  }
}

/* schedule */
@media (max-width: 767px) {
  .contents.scheduleCalendar .scheduleType {
    display: inline-block;
    position: absolute;
    left: 392px;
    top: 82px;
  }
}

/* 고객센터 *************************************************************************************/
/* 공지사항 */
@media (max-width: 767px) {
  .noticeList .srch input[type="text"] {
    width: calc(100% - 48px);
  }
  .noticeDetail .bottom_btn {
    width: calc(100% + 2px);
    margin: 0 -1px;
  }
  .noticeDetail .bottom_btn .btn {
    width: calc(100% / 3 - 2px);
    margin: 0 1px !important;
  }
}

/* 1:1 문의 */
@media (min-width: 320px) {
  .qnaDetail {
  }
  .qnaDetail .contentDd {
    line-height: 22px;
    padding: 15px 0 15px 10px;
    white-space: normal !important;
  }
  .qnaDetail .contentDd p {
    line-height: 22px !important;
  }
  .qnaDetail .commentFrm {
  }
  .qnaDetail .commentFrm .topTit {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    float: left;
  }
  .qnaDetail .commentFrm .commentWrap {
    padding: 0px 0px 20px;
    float: left;
    width: 100%;
  }
  .qnaDetail .commentFrm .commentWrap textarea.newCommentContent {
    height: 100px !important;
    width: 100%;
    margin-bottom: 5px;
  }
  .qnaDetail
    .commentFrm
    .note-editor.note-frame
    .note-editing-area
    .note-editable,
  .note-editor.note-airframe .note-editing-area .note-editable {
    height: 150px !important;
  }
  .qnaDetail .commentFrm .commentWrap .btnDiv {
    display: block;
    float: right;
    margin-top: 10px;
  }
  .qnaDetail .commentFrm .commentList {
    width: 100%;
    float: left;
    background: #fff;
  }
  .qnaDetail .commentFrm .commentList .commentArea {
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #eee;
    overflow: hidden;
  }
  .qnaDetail .commentFrm .commentList .commentArea:first-child {
    border-top: 1px solid #ccc;
  }
  .qnaDetail .commentFrm .commentList .commentArea:last-child {
    border-bottom: 1px solid #ccc;
  }
  .qnaDetail .commentFrm .commentList .infoArea {
  }
  .qnaDetail .commentFrm .commentList .infoArea .adminId {
    font-size: 12px;
    color: #222;
    margin-right: 3px;
  }
  .qnaDetail .commentFrm .commentList .infoArea .authNm {
    font-size: 12px;
    background: #eee;
    padding: 6px 10px;
    border-radius: 30px;
  }
  .qnaDetail .commentFrm .commentList .infoArea .udArea {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
  }
  .qnaDetail .commentFrm .commentList .infoArea .udArea span:nth-child(2) {
    display: none;
  }
  .qnaDetail .commentFrm .commentList .infoArea .udArea .updateBox {
    display: inline-block;
    float: left;
    padding: 4px 15px 4px;
    border-radius: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #666;
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    height: 28px;
    transition: 0.2s;
    font-weight: normal;
    margin-left: 3px;
  }
  .qnaDetail .commentFrm .commentList .infoArea .udArea .deleteBox {
    display: inline-block;
    float: left;
    padding: 4px 15px 4px;
    border-radius: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #666;
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    height: 28px;
    transition: 0.2s;
    font-weight: normal;
    margin-left: 3px;
  }
  .qnaDetail .commentFrm .commentList .infoArea .udArea .updateBox:hover {
    color: #fff;
    background: #bbb;
    border: 1px solid #bbb;
  }
  .qnaDetail .commentFrm .commentList .infoArea .udArea .deleteBox:hover {
    color: #fff;
    background: #bbb;
    border: 1px solid #bbb;
  }
  .qnaDetail .commentFrm .commentList .contentArea {
    margin: 10px 0;
    line-height: 20px;
  }
  .qnaDetail .commentFrm .commentList .contentArea textarea {
    height: 100px !important;
    width: 100%;
    margin-bottom: 5px;
  }
  .qnaDetail .commentFrm .commentList .contentArea .scArea {
    cursor: pointer;
    float: right;
  }
  .qnaDetail .commentFrm .commentList .contentArea .scArea span:nth-child(2) {
    display: none;
  }
  .qnaDetail .commentFrm .commentList .contentArea .scArea .saveBox {
    display: inline-block;
    float: left;
    padding: 3px 15px 4px;
    border-radius: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #666;
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    height: 28px;
    transition: 0.2s;
    font-weight: normal;
    margin-left: 3px;
  }
  .qnaDetail .commentFrm .commentList .contentArea .scArea .cancleBox {
    display: inline-block;
    float: left;
    padding: 3px 15px 4px;
    border-radius: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #666;
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    height: 28px;
    transition: 0.2s;
    font-weight: normal;
    margin-left: 3px;
  }
  .qnaDetail .commentFrm .commentList .contentArea .scArea .saveBox:hover {
    color: #fff;
    background: #bbb;
    border: 1px solid #bbb;
  }
  .qnaDetail .commentFrm .commentList .contentArea .scArea .cancleBox:hover {
    color: #fff;
    background: #bbb;
    border: 1px solid #bbb;
  }
  .qnaDetail .commentFrm .commentList .contentArea .context {
  }
  .qnaDetail .commentFrm .commentList .regDtArea {
  }
  .qnaDetail .commentFrm .commentList .regDtArea .regDt {
    color: #999;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .qnaList .srch {
    width: 100% !important;
  }
  .qnaList .srch select {
    width: 80px !important;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .qnaList .srch input[type="text"] {
    width: calc(100% - 133px);
  }
}
/* FAQ */
@media (max-width: 767px) {
  .faqList .srch {
    width: 100% !important;
  }
  .faqList .srch select {
    width: 80px !important;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .faqList .srch input[type="text"] {
    width: calc(100% - 133px);
  }
  .faqDetail .bottom_btn .btn {
    width: calc(100% / 3 - 2px);
    margin: 0 1px !important;
  }
  .faqModify .bottom_btn .btn {
    width: calc(100% / 4 - 2px);
    margin: 0 1px !important;
  }
}
