@charset "utf-8";

.error_page {
  display: block;
  margin: 180px 0 0 280px;
  width: 570px;
  background: url(../images/icon_error_page.png) 0 2px no-repeat;
  letter-spacing: -1px;
}
.error_page h1 {
  display: block;
  margin-bottom: 30px;
  padding: 6px 0 0 57px;
  font-weight: normal;
  font-size: 30px;
  color: #007bc2;
  letter-spacing: 1px;
}
.error_page p {
  display: block;
  margin-bottom: 50px;
  padding-left: 57px;
  font-size: 16px;1
  color: #8e8e8e;
  line-height: 28px;
  letter-spacing: 0;
}
.error_page p button {
  padding: 0 15px;
  height: 30px;
  font-size: 14px;
}
.icon_refresh {
  cursor: pointer;
  color: #777;
  font-size: 13px;
  padding-top: 7px;
  margin: 0px 3px 0px 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 28px;
  height: 28px;
  line-height: 23px;
  text-align: center;
  background: #fff;
}
.icon_refresh:hover {
  background: #5884ff;
  color: #fff;
  border: 1px solid #5884ff;
}
.inputChk {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  background: url(../images/icon_login_chk.png) center no-repeat;
  cursor: pointer;
  margin-right: 6px;
}
.inputChk.active {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  background: url(../images/icon_login_chk_checked.png) center no-repeat;
  opacity: 1;
}
.inputChk:hover {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  background: url(../images/icon_login_chk_checked.png) center no-repeat;
  opacity: 1;
}
/* navigation ***********************************************************/
.authNmTxt {
  font-size: 11px;
  color: #5884ff;
}

/* topNavArea *--------------------------*/
.topmnDummyWhite {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 0px;
  background: #fff;
}
.topNavArea {
  position: fixed;
  top: 0px;
  left: 70px;
  right: 0;
  background: #fff;
  box-shadow: var(--normal-box-shadow);
  display: block;
  z-index: 999;
  padding: 0px 20px;
}
.topNavArea .topContainer {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topNavArea .logoWrap .logo_Txt {
  font-size: 16px;
  display: inline-block;
  position: relative;
  float: left;
  color: var(--primary-color);
  font-style: italic;
  font-weight: 700;
}
.topNavArea .topUser {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
.topNavArea .topUser .adminWrap ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.topNavArea .topUser .adminWrap ul li span:hover {
	text-decoration: underline;
}
.topNavArea .topUser .adminWrap ul li.topR_help,
.topNavArea .topUser .adminWrap ul li.topR_userWrap {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 5px;
}
.topNavArea .topUser .adminWrap ul li.topR_help span {
  font-size: var(--small-font-size);
}
.topNavArea .topUser .adminWrap ul li.topR_userWrap .topR_user {
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url(../images/topR_user.png) left center no-repeat;
}
.topNavArea .topUser .adminWrap ul li.topR_userWrap .topR_name {
  display: inline-block;
  color: #333;
  font-size: var(--small-font-size);
}
.topNavArea .topUser .adminWrap ul li.topR_userWrap:hover .topR_user {
  background: url(../images/topR_user_ov.png) left center no-repeat;
}
.topNavArea .topUser .adminWrap ul li.topR_userWrap:hover .topR_name {
  color: var(--primary-color);
}
.topNavArea .topUser .adminWrap ul li.topR_logout {
  background: var(--default-color) url(../images/topR_logout.svg) no-repeat center;
  width: 22px;
  height: 22px;
  border-radius: var(--round-border-radius);
  cursor: pointer;
  background-size: 12px;
}

.container {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  margin: 40px 0 20px 0;
  padding: 0px;
  overflow-x: auto;
  overflow-y: hidden;
}
.expand {
  max-width: inherit;
}
.leftmn {
  position: fixed;
  top: 0px !important;
  bottom: 0;
  width: 70px;
  font-size: 16px;
  color: #fff;
  padding: 0px;
  z-index: 999;
  background: var(--primary-color);
}
.leftmn .logo_top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 5px;
  background: url(../images/etevers_symbol.svg) no-repeat center;
  background-size: 30px;
  cursor: pointer;
}
.leftmn .logo_Txt {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.leftmn .leftMnDiv {
  margin-top: 60px;
}
.leftmn .leftMnDiv ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.leftmn .leftMnDiv ul li {
    display: flex;
    justify-content: center;
}
.leftmn .leftMnDiv ul i.lnbIcon {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  width: 45px;
  height: 45px;
}
.leftmn .leftMnDiv ul i.lnbIcon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  opacity: 0.6;
  transition: 0.3s;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.leftmn .leftMnDiv ul i.lnbIcon:hover {
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.leftmn .leftMnDiv ul i.lnbIcon:hover::before {
  opacity: 1;
}
.leftmn .leftMnDiv ul i.lnbIcon.active {
  background: var(--white-color);
  color: var(--primary-color);
}
.leftmn .leftMnDiv ul i.lnbIcon.active::before {
  opacity: 1;
}

.leftmn .leftMnDiv ul li.dashboard i.lnbIcon::before {
  -webkit-mask-image: url(../images/lnb_dashboard.svg);
  mask-image: url(../images/lnb_dashboard.svg);
}
.leftmn .leftMnDiv ul li.dashboardPerf i.lnbIcon::before {
  -webkit-mask-image: url(../images/lnb_dashboardPerf.svg);
  mask-image: url(../images/lnb_dashboardPerf.svg);
}
.leftmn .leftMnDiv ul li.schedulemng i.lnbIcon::before {
  -webkit-mask-image: url(../images/lnb_schedulemng.svg);
  mask-image: url(../images/lnb_schedulemng.svg);
}
.leftmn .leftMnDiv ul li.monthlyWork i.lnbIcon::before {
  -webkit-mask-image: url(../images/lnb_monthlyWork.svg);
  mask-image: url(../images/lnb_monthlyWork.svg);
}
.leftmn .leftMnDiv ul li.etechPerf i.lnbIcon::before {
  -webkit-mask-image: url(../images/lnb_etechPerf.svg);
  mask-image: url(../images/lnb_etechPerf.svg);
}
.leftmn .leftMnDiv ul li.support i.lnbIcon::before {
  -webkit-mask-image: url(../images/lnb_support.svg);
  mask-image: url(../images/lnb_support.svg);
}
.leftmn .leftMnDiv ul li.configuration i.lnbIcon::before {
  -webkit-mask-image: url(../images/lnb_configuration.svg);
  mask-image: url(../images/lnb_configuration.svg);
}

.lnbFlyout {
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 6px;
  background: var(--white-color);
  color: var(--text-color);
  border-radius: var(--normal-border-radius);
  box-shadow: 0 12px 32px rgba(0, 20, 186, 0.22);
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 150px;
  white-space: nowrap;
  z-index: 99996;
  cursor: default;
}
.lnbFlyout::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--white-color);
}
.lnbFlyoutItem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: var(--normal-border-radius);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color);
  cursor: pointer;
}
.lnbFlyoutItem:hover, .lnbFlyoutItem.active {
  background: var(--primary-light-color);
  color: var(--primary-color);
  font-weight: 700;
}
.lnbFlyoutItem::before {
	content:'';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.lnbFlyoutItem_listschedule::before {
	-webkit-mask-image: url('../images/lnb/lnb_listschedule.svg');
	mask-image: url('../images/lnb/lnb_listschedule.svg');
}
.lnbFlyoutItem_reportAll::before {
	-webkit-mask-image: url('../images/lnb/lnb_reportAll.svg');
	mask-image: url('../images/lnb/lnb_reportAll.svg');
}
.lnbFlyoutItem_listScheduleCnt::before {
	-webkit-mask-image: url('../images/lnb/lnb_listScheduleCnt.svg');
	mask-image: url('../images/lnb/lnb_listScheduleCnt.svg');
}
.lnbFlyoutItem_notice::before {
	-webkit-mask-image: url('../images/lnb/lnb_notice.svg');
	mask-image: url('../images/lnb/lnb_notice.svg');
}
.lnbFlyoutItem_faq::before {
	-webkit-mask-image: url('../images/lnb/lnb_faq.svg');
	mask-image: url('../images/lnb/lnb_faq.svg');
}
.lnbFlyoutItem_menu::before {
	-webkit-mask-image: url('../images/lnb/lnb_menu.svg');
	mask-image: url('../images/lnb/lnb_menu.svg');
}
.lnbFlyoutItem_auth::before {
	-webkit-mask-image: url('../images/lnb/lnb_auth.svg');
	mask-image: url('../images/lnb/lnb_auth.svg');
}
.lnbFlyoutItem_usermng::before {
	-webkit-mask-image: url('../images/lnb/lnb_usermng.svg');
	mask-image: url('../images/lnb/lnb_usermng.svg');
}
.lnbFlyoutItem_categorymng::before {
	-webkit-mask-image: url('../images/lnb/lnb_categorymng.svg');
	mask-image: url('../images/lnb/lnb_categorymng.svg');
}
.lnbFlyoutItem_comcd::before {
	-webkit-mask-image: url('../images/lnb/lnb_comcd.svg');
	mask-image: url('../images/lnb/lnb_comcd.svg');
}
.lnbFlyoutItem_portalconf::before {
	-webkit-mask-image: url('../images/lnb/lnb_portalconf.svg');
	mask-image: url('../images/lnb/lnb_portalconf.svg');
}
.lnbFlyoutItem_portallog::before {
	-webkit-mask-image: url('../images/lnb/lnb_portallog.svg');
	mask-image: url('../images/lnb/lnb_portallog.svg');
}
.lnbFlyoutItem_maillog::before {
	-webkit-mask-image: url('../images/lnb/lnb_maillog.svg');
	mask-image: url('../images/lnb/lnb_maillog.svg');
}
.lnbFlyoutItem_useractivelog::before {
	-webkit-mask-image: url('../images/lnb/lnb_useractivelog.svg');
	mask-image: url('../images/lnb/lnb_useractivelog.svg');
}
/* contents 공통 ***********************************************************/
.contents .topSubMenu .firstMenuCont {
  min-width: 100px;
  color: #333 !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 5px;
}
.contents .topSubMenu .firstMenuCont.active {
  background: #003894;
  border: 1px solid #003894;
  color: #fff !important;
}

/* contents ***********************************************************/
.navigation {
  display: block;
  color: #888;
  font-size: 12px;
  margin-bottom: 0px;
  position: absolute;
  right: 30px;
}.container > .contents {
  position: relative;
  height: calc(100vh - 60px);
  overflow-x: hidden;
  margin: 0px 0 0px 70px;
  padding: 30px;
  max-width: 1450px;
  min-width: 1300px;
}
.contents .topSubMenu {
  float: right;
  position: absolute;
  top: 35px;
  right: 30px;
}
.contents .topSubMenu .menu {
  background: #fff;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 28px;
  min-width: 80px;
  line-height: 25px;
  margin-left: 4px;
  padding: 0 1px;
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 0px 10px;
}
.contents .topSubMenu .menu.active {
  background: #003894;
  border: 1px solid #003894;
  color: #fff;
}
.contents .topSubMenu .menu:hover {
  background: #003894;
  border: 1px solid #003894;
  color: #fff;
}
.contents h4.formTitle {
  margin: 0px;
  overflow: auto;
  font-weight: 700;
}
.contents .tit {
  width: auto;
  height: auto;
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -0.3px;
}
.contents .tit .commTooltip {
  display: inline-block;
  top: -3px;
  margin-left: 5px;
}

/* footer ***********************************************************/
footer {
  padding: 3px 20px;
  color: #555;
  font-size: 11px;
  position: absolute;
  height: 20px;
  background: #fff;
  bottom: 0px;
  border-top: var(--normal-border);
  left: 70px;
  right: 0px;
}
footer .copy {
  float: left;
  width: 100%;
}
footer .corp {
  display: inline-block;
  margin-right: 20px;
  float: left;
}
footer .corp a {
  color: #333;
  font-size: 12px;
  cursor: pointer;
}
footer .corp strong a {
}
footer .copy p {
  float: left;
  margin-bottom: 0;
}
footer .copy p.txt {
  display: inline-block;
}
footer .copyAdd {
  display: inline-block;
  float: right;
}
footer .copyAdd .copyPhone {
  margin-left: 5px;
  display: inline-block;
}
footer .copyright {
  float: right;
  margin-left: 15px;
}


.contents .subTit {
  width: 100%;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  float: left;
  margin: 0px 0 20px;
}
.contents .subTit2 {
  width: 100%;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  float: left;
  margin: 10px 0;
}
.contents .sub3rdmenu {
  display: none !important; /*display: block;*/
  color: #fff;
  font-size: 13px;
  margin: 10px 0 20px;
  overflow: hidden;
  float: left;
  width: 100%;
  min-width: 200px;
  border-bottom: 1px solid #ddd;
}
.contents .sub3rdmenu span {
  background: #f9f9f9;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  padding: 7px 13px;
  cursor: pointer;
  color: #b3b4ce;
  margin: 0;
  float: left;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 0;
}
.contents .sub3rdmenu span a {
  color: #707070;
}
.contents .sub3rdmenu span:last-child {
  border-right: 1px solid #ddd !important;
}
.contents .sub3rdmenu span.active {
  color: #fff;
  position: relative;
  top: 0px;
  background: #5884ff;
  border-top: 1px solid #5884ff;
}
.contents .sub3rdmenu span.active a {
  color: #fff;
  text-decoration: none;
}
.contents .sub3rdmenu span:hover {
  color: #fff;
  background: #2e55c5;
}
.contents .sub3rdmenu span:hover a {
  color: #fff;
  text-decoration: none;
}
.contentsH {
  height: 100%;
  overflow: hidden;
}

.radioBtn {
  display: inline-block;
}
.radioBtn span {
  display: inline-block;
  font-size: 12px;
  padding: 0px 2px;
}
.radioBtn span input {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 0 3px 0 0;
}

/* srch ***********************************************************/
.srch.scheduleCalendar {
  display: inline-block;
  width: 600px;
}
.srch {
  display: inline-block;
  margin: 10px 0 10px 0;
  padding: 0px;
  width: 50%;
}
.srchTopWrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.srchTopWrap.end {
	justify-content: flex-end;
}
.srchTopWrap .srch {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  margin: 10px 0;
}
.srchTopWrap .srch .sel_dept .SumoSelect,
.srchTopWrap .srch .sel_dept .SumoSelect > .CaptionCont {
	margin-top: 0px;
}
.srchTopWrap .top_btn {
  width: auto;
  float: none;
  flex: 0 0 auto;
  margin: 10px 0;
}
.srch .group {
  display: inline-block;
  margin-bottom: 5px;
}
.srch.srchLine {
  width: 100%;
  padding: 10px 10px 0px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #bbb;
  min-height: 54px;
  margin-bottom: 10px;
}
.srch.search2 {
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  display: inline-block;
}
.srch .srchWrap {
  display: inline-block;
  margin: 0 0 0 10px;
  height: 30px !important;
}
.srch .srchWrap .srchWrap {
  display: inline-block;
  margin: 0 5px 5px 0px;
}
.srch .srchWrap i {
  font-size: 14px;
  color: #5884ff;
}
.srch .srchWrap:last-child {
  margin-right: 0px;
}
.srch .srchWrap div {
  line-height: 24px;
}
.srch span {
  font-size: 12px;
}
.srch span.srchTit {
  padding: 0px 5px 0px 20px;
  font-size: 12px;
}
.srch span.txt {
  min-width: 45px;
  font-size: 13px;
  padding: 0 3px 0 10px;
  background: url(../images/icon/icon_black_dot.png) top 8px left no-repeat;
  display: inline-block;
  margin-left: 10px;
}
.srch span.txt:first-child {
  margin-left: 0;
}
.srch .srchWrap .timeWrap {
  display: inline-block;
  border: var(--normal-border);
  border-radius: 3px;
  padding: 1px;
  font-size: 12px;
  color: #575757;
  margin-right: 9px;
  width: 493px;
  text-align: center;
  position: relative;
  top: 1px;
}
.srch .srchWrap .timeWrap ul {
  margin: 0;
  height: 26px;
  line-height: 26px;
}
.srch .srchWrap .timeWrap ul li {
  display: inline-block;
  width: 65px;
  text-align: center;
  cursor: pointer;
  height: 26px;
  margin-left: 1px;
  line-height: 26px;
}
.srch .srchWrap .timeWrap ul li:hover,
.srch .srchWrap .timeWrap ul li.active {
  background: #5884ff;
  color: #fff;
  border-radius: 3px;
}
.srch .srchWrap.businessHour {
  font-size: 12px;
  margin-right: 8px;
}
.srch .srchWrap.businessHour input {
  margin-left: 10px !important;
}
.srch input[type="text"] {
  padding: 6px 10px;
  border: var(--normal-border);
  border-radius: var(--round-border-radius);
  font-size: var(--small-font-size);
  color: var(--text-color);
  vertical-align: middle;
  height: 30px;
  width: 130px;
}
.srch input[type="radio"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.srch .inputRadioWrap {
  display: inline-block;
  margin: 4px 5px 0 0px;
  float: left;
}
.srch .inputRadioWrap .radioTxt {
  display: inline-block;
  font-size: 13px;
}
.srch .inputRadioWrap .selTopNDiv {
  display: inline-block;
}
.srch select {
  border: var(--normal-border);
  height: 30px;
}
.srch button.btn_srch {
  background: url(../images/btn_srch.svg) no-repeat center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  top: 3px;
}
.srch button.btn_comm {
  margin-top: 3px;
  margin-right: 3px;
}
.srch_period {
  font-size: 12px;
  color: #555;
  text-align: left;
  width: 100%;
  overflow: auto;
  margin-bottom: -5px;
  margin-top: 10px;
}
.srch .chkLayer {
  display: inline-block;
  font-size: 13px;
}
.srch .chkLayer input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0px 5px 0px 3px;
}
.srch .chkLayer .pipe {
  padding: 0px 3px;
  color: #559cec;
}
.srch .radioBtn {
  padding: 4px 5px 0 0;
  display: inline-block;
}
.srch .radioBtn span {
  display: inline-block;
  font-size: 12px;
  padding: 0px 0px 0 8px;
}
.srch .radioBtn span input {
  position: relative;
  top: -1px;
  margin-right: 4px;
  width: 16px;
}
.srch_top {
  display: block;
  margin-bottom: 6px;
}
.srch_top input[type="text"] {
  padding: 5px;
  padding-left: 10px;
  border: var(--normal-border);
  border-radius: 3px;
  font-size: 12px;
  color: #575757;
  vertical-align: middle;
}
.srch_top select {
  border: var(--normal-border);
  border-radius: 3px;
  padding: 3px;
  font-size: 12px;
  font-family: Montserrat-Light;
  color: #575757;
  vertical-align: middle;
}
.srch_top span {
  font-size: 12px;
}
.srch2 {
  width: 189px;
  padding: 0;
  margin: 0;
}
.srch2 input[type="text"] {
  height: 25px;
}
.srch2 button.btn_srch {
  background: #ccc url(../images/icon/btn_srch.png) no-repeat -19px -14px;
  width: 30px;
  height: 25px;
  margin-left: 0px;
}
.srch2 button.btn_srch:hover {
  background: #999 url(../images/icon/btn_srch.png) no-repeat -19px -14px;
}
.srch3 {
  background: transparent;
  width: 230px;
  padding: 0;
  margin: 0 0 2px;
}
.srch3 input[type="text"] {
  height: 25px;
}
.srch3 button.btn_srch {
  background: #5884ff url(../images/icon/btn_srch.png) no-repeat -19px -14px;
  width: 30px;
  height: 25px;
  margin-left: 0px;
}
.srch3 button.btn_srch:hover {
  background: #436bda url(../images/icon/btn_srch.png) no-repeat -19px -14px;
}
.srch3 select {
  width: 52px !important;
  height: 25px;
  padding: 3px !important;
}
.srch4 {
  width: 184px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.srch4 input[type="text"] {
  height: 25px;
}
.srch4 button.btn_srch {
  background: #888 url(../images/icon/btn_srch.png) no-repeat -19px -14px;
  width: 30px;
  height: 25px;
  margin-left: 0px;
}
.srch4 button.btn_srch:hover {
  background: #555 url(../images/icon/btn_srch.png) no-repeat -19px -14px;
}

.selCustomer {
  width: 150px;
  color: #000;
  height: 30px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 3px;
  font-weight: normal;
}
.rowCnt {
  color: #666;
  font-size: var(--small-font-size);
  padding: 6px 15px 6px 10px;
  height: 30px;
}
.refreshCnt {
  color: #666;
  padding: 3px 0px 3px 2px;
  border-radius: 5px;
  font-size: 12px;
  height: 28px;
}
.icoRefreshCnt {
  color: #666;
  padding-top: 7px;
  cursor: pointer;
}
.calendar {
  background: #fff url(../images/icon/icon_calendar.png) no-repeat 85px center;
  width: 115px !important;
  cursor: pointer;
}
.calendar_right {
  background: #fff url(../images/icon/icon_calendar.png) no-repeat 170px center;
  width: 106px !important;
  cursor: pointer;
}
.icon_pen {
  background: url(../images/icon_pen.png) center no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
}
.icon_pen_02 {
  background: url(../images/icon_pen_02.png) center no-repeat;
  display: inline-block;
  width: 15px;
  height: 14px;
  cursor: pointer;
}
.icon_penTd {
  background: url(../images/icon_pen_02.png) center no-repeat;
  display: inline-block;
  width: 15px;
  height: 14px;
  cursor: pointer;
  position: relative;
  right: 5px;
  top: 2px;
  opacity: 0.5;
  margin-left: 5px;
  float: right;
}
.icon_penTd:hover {
  opacity: 0.8;
}
.icon_chk {
  background: url(../images/icon_chk.png) center no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: relative;
  right: 5px;
  top: 5px;
  margin-left: 5px;
  float: right;
}
.icon_chk:hover {
  background: url(../images/icon_chk_ov.png) center no-repeat;
}
.icon_on {
  background: url(../images/icon_on.png) center no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: 8px;
}
.icon_off {
  background: url(../images/icon_off.png) center no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: 8px;
}
.icon_on2 {
  background: #fff;
  border-radius: 50%;
  border: 2px solid #50d81a;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: 34px;
}
.icon_off2 {
  background: #fff;
  border-radius: 50%;
  border: 2px solid #777;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: 34px;
}
.icon_active_on {
  background: url(../images/icon_active_on.png) center no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: 8px;
}
.icon_innerTxt {
  position: absolute;
  top: 15px;
  right: -4px;
  color: #666;
  font-size: 10px;
  display: block;
  text-align: center;
  width: 25px;
}
.icon_credit {
  background: #649bfd url(../images/icon_credit.png) center no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.icon_payment {
  background: #39e274 url(../images/icon_payment.png) center no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.icon_truth {
  background: url(../images/icon_truth.png) center no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
.icon_false {
  background: url(../images/icon_false.png) center no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}

/* tabMenu ***********************************************************/
.subTitTabMenu {
  display: inline-block;
  float: right;
  position: absolute;
  right: 30px;
  top: 74px;
}
.subTitTabMenu ul {
  margin: 0;
  display: table-row !important;
}
.subTitTabMenu ul li {
  display: inline-block;
  padding: 8px 15px;
  background: #fff;
  float: left;
  font-size: 13px;
  color: #777;
  cursor: pointer;
  margin: 0 0px 2px 4px;
  text-align: center;
  min-width: 100px;
  border-radius: 5px;
}
.subTitTabMenu ul li.active {
  background: #3385f6;
  color: #fff;
}
.subTitTabMenu ul li:hover {
  background: #3385f6;
  color: #fff;
}
.commTabMenu {
  display: inline-block;
  float: left;
  width: calc(100% + 4px) !important;
  margin: 0 -2px 10px;
}
.commTabMenu ul {
  margin: 0 -1px 5px -1px;
  overflow: hidden;
  display: inline !important;
  padding: 0;
}
.commTabMenu ul li {
  display: inline-block;
  padding: 8px 6px 10px;
  background: #fff;
  float: left;
  font-size: 13px;
  color: #999;
  cursor: pointer;
  margin: 0px 2px 4px;
  border: 0;
  text-align: center;
  min-width: 200px;
  width: calc(100% / 5 - 4px);
  height: 35px;
  border-radius: 3px;
  line-height: 1em;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.commTabMenu ul li.active,
.commTabMenu ul li.active:hover {
  background: #19bcc3;
  color: #fff;
}
.commTabMenu ul li:hover {
  background: #fff;
  color: #19bcc3;
}
.commDetailTabMenu {
  display: inline-block;
  float: left;
}
.commDetailTabMenu ul {
  display: table-row !important;
  margin: 0;
  padding: 0;
}
.commDetailTabMenu ul li {
  display: inline-block;
  padding: 8px 15px;
  background: #fff;
  float: left;
  font-size: 13px;
  color: #999;
  cursor: pointer;
  margin: 0 2px 0px 0;
  border-top: 2px solid #eee;
  text-align: center;
  min-width: 130px;
  position: relative;
  top: 2px;
  border-bottom: 2px solid #3385f6;
}
.commDetailTabMenu ul li.active,
.commDetailTabMenu ul li.active:hover {
  background: #fff;
  color: #222;
  border-top: 2px solid #3385f6;
  border-bottom: 2px solid #ffffff;
}
.commDetailTabMenu ul li:hover {
  background: #fff;
  color: #222;
  border-top: 2px solid #3385f6;
}

/* Tooltip ****************************************************************/
.commTooltip {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  cursor: pointer;
  border: 1px solid #bbb;
  background: #bbb;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-left: 4px;
  letter-spacing: 0;
}
.commTooltip:hover {
  border: 1px solid #3385f6;
  background: #3385f6;
}
.commTooltip .commTooltipText {
  visibility: hidden;
  width: 300px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 6px 12px 7px;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 155%;
  line-height: 18px;
  font-size: 11px !important;
  font-weight: normal;
}
.commTooltip .commTooltipText::before {
  display: none !important;
}
.commTooltip .commTooltipText::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #2b2c31 transparent transparent;
}
.commTooltip:hover .commTooltipText {
  visibility: visible;
}
.commTooltipLeft {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  cursor: pointer;
  border: 1px solid #bbb;
  background: #bbb;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-left: 3px;
  letter-spacing: 0;
}
.commTooltipLeft:hover {
  border: 1px solid #3385f6;
  background: #3385f6;
}
.commTooltipLeft .commTooltipText {
  visibility: hidden;
  width: 200px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 6px 12px 7px;
  position: absolute;
  z-index: 1;
  top: -13px;
  right: 150%;
  margin-left: -100px;
  font-weight: normal;
}
.commTooltipLeft .commTooltipText::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.commTooltipLeft:hover .commTooltipText {
  visibility: visible;
}
.commTooltipTop {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  cursor: pointer;
  border: 1px solid #bbb;
  background: #bbb;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-left: 3px;
  letter-spacing: 0;
}
.commTooltipTop:hover {
  border: 1px solid #3385f6;
  background: #3385f6;
}
.commTooltipTop .commTooltipText {
  visibility: hidden;
  width: 200px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 6px 12px 7px;
  position: absolute;
  z-index: 1;
  top: -51px;
  left: 50%;
  margin-left: -100px;
  font-weight: normal;
}
.commTooltipTop .commTooltipText::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.commTooltipTop:hover .commTooltipText {
  visibility: visible;
}
.commTooltipBottom {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  cursor: pointer;
  border: 1px solid #bbb;
  background: #bbb;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-left: 3px;
  letter-spacing: 0;
}
.commTooltipBottom:hover {
  border: 1px solid #3385f6;
  background: #3385f6;
}
.commTooltipBottom .commTooltipText {
  visibility: hidden;
  width: 200px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 6px 12px 7px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -100px;
  font-weight: normal;
}
.commTooltipBottom .commTooltipText::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.commTooltipBottom:hover .commTooltipText {
  visibility: visible;
}

.tooltipWhite {
  display: inline-block;
  font-size: 12px;
  height: 30px;
  border-radius: 5px;
  border: var(--normal-border);
  padding: 5px 7px 5px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: #555;
  letter-spacing: 0;
  position: absolute;
}
.tooltipWhite:hover {
  border: 1px solid #003894;
  background: #003894;
  color: #fff;
}
.tooltipWhite .tooltipWhiteText {
  width: 170px;
  background: #fff;
  color: #333 !important;
  text-align: left;
  border-radius: 6px;
  padding: 6px 12px 7px !important;
  position: absolute;
  z-index: 1;
  top: 32px;
  right: 0;
  line-height: 18px;
  font-size: 11px !important;
  border: 1px solid #999;
  box-shadow: 0 2px 7px #999;
  overflow-y: auto;
  max-height: 510px;
}
/* .tooltipWhite .tooltipWhiteText::before {display: none !important;} */
/* .tooltipWhite:hover .tooltipWhiteText {visibility: visible;} */
.tooltipWhite .tooltipWhiteText .txtTop {
  display: block;
  width: 100%;
  border-bottom: 1px solid #999;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}
.tooltipWhite .tooltipWhiteText .txtTop .txtDetailTit {
  display: inline-block;
  font-size: 12px;
  color: #333;
}
.tooltipWhite .tooltipWhiteText .txtTop .pop_close {
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 9px;
  right: 13px;
  background: url(../images/pop_close_b.png) no-repeat top center;
  background-size: 100%;
  opacity: 0.7;
}
.tooltipWhite .tooltipWhiteText .txtTop .pop_close:hover {
  opacity: 1;
}
.tooltipWhite .tooltipWhiteText .txtDetail {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  margin-bottom: 3px;
  font-size: 12px;
}
.tooltipWhite .tooltipWhiteText .txtDetail:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.tooltipWhite .tooltipWhiteText .txtDetail .txtDetailTit {
  display: inline-block;
  font-size: 12px;
  color: #333;
}
.tooltipWhite .tooltipWhiteText .txtDetail .txtDetailTit:hover {
  color: #0a58d7;
  text-decoration: underline;
}

/* legendDiv ****************************************************************/
.legendDiv {
  float: right;
  height: 160px;
  overflow: auto;
  display: inline-block;
}
.legendDiv .legendDetail {
  display: block;
  text-align: left;
}
.legendDiv .legendDetail span.box {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
}
.legendDiv .legendDetail span.text {
  width: 80px;
  display: inline-block;
  font-size: 11px;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

/* media queries ***********************************************************/
@media (min-width: 1600px) {
  /* 	.container {max-width: calc(100% - 260px);} */
  .rightContainer {
    position: fixed;
    top: 0;
    right: 10px;
    bottom: 20px;
    width: calc(100% - 1530px);
    overflow: hidden;
    background: var(--light-color) url(../images/etevers_bgLogo.png) no-repeat center;
    z-index: 990;
  }
  .rightContainer .sloganText {
    display: block;
    position: absolute;
    top: calc(50% + 100px);
    width: 100%;
    color: #77a3ea;
    text-align: center;
    font-size: 20px;
    font-family: "Roboto";
    text-shadow: 1px 1px white;
  }
}

@media (max-width: 1599px) {
  .rightContainer {
    display: none;
  }
  .rightContainer .sloganText {
    display: none;
  }
}

/* mobile contents ***********************************************************/
@media (max-width: 767px) {
  .navigation {
    display: block;
    color: #888;
    font-size: 12px;
    margin-bottom: 0px;
    position: absolute;
  }
  .contents {
    position: relative;
    width: calc(100% - 10px);
    height: calc(100vh - 90px);
    margin: 0 0 0 60px;
    left: 30px;
    top: 50px;
  }
  /* 	.contents.w300 {width:calc(100% - 50px) !important;} */
  /* 	.contents.w500 {width:calc(100% - 50px) !important;} */
  /* 	.contents.w800 {width:calc(100% - 50px) !important;} */
  .contents .topSubMenu {
    float: right;
    position: absolute;
    top: 0px;
    right: 0;
  }
  .contents .topSubMenu .menu {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    border: 1px solid #999;
    border-radius: 3px;
    height: 28px;
    line-height: 25px;
    margin-left: 4px;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .contents .topSubMenu .menu.active {
    background: #003894;
    border: 1px solid #003894;
    color: #fff;
  }
  .contents .topSubMenu .menu:hover {
    background: #003894;
    border: 1px solid #003894;
    color: #fff;
  }
  .contents .tit {
    width: 100%;
    height: 40px;
    font-size: 24px;
    color: #3385f6;
    float: left;
    position: relative;
  }
  .contents .tit .commTooltip {
    display: none;
  }

  /* 	.srch .group {display:block;margin-bottom:5px;margin-right:10px;} */
  /* 	.srch .group span.txt {width: 70px; font-size: 13px;padding: 0 3px 0 10px; background: url(../images/icon/icon_black_dot.png)  top 8px left no-repeat;display: inline-block;margin-left: 10px;} */
  footer {
    display: none;
  }
  input,
  select {
    font-size: 12px;
    border-radius: 5px;
    border: var(--normal-border);
    padding: 2px 5px 3px;
    vertical-align: middle;
    font-weight: normal;
    height: 28px;
  }
}
