@charset "utf-8";

/* placeholder color ===================================*/
/* Chrome */
::-webkit-input-placeholder {
  color: #4975b4;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #4975b4;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #4975b4;
  opacity: 1;
}
/* Firefox 4 - 18 */
:-moz-placeholder {
  color: #4975b4;
  opacity: 1;
}
/* placeholder color ===================================*/

/* 태현 추가  */
.modal_box input[type="text"].err {
  border: 1px solid var(--red-color);
}
.modal_box input[type="text"].err::placeholder {
  color: var(--red-color);
}
/* riWrap  ***********************/
.modal_box .modalCon .riTop {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	align-items: center;
	margin-top: 10px;
}
.modal_box .modalCon .riTop .icon_down_xls {
	display: block;
}
.hrTabMenu ul.riTop {
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	align-items: center;
	margin-top : 5px;
}

.modal_box .modalCon .riWrap {
	display: flex;    
	flex-direction: column;
    gap: 10px;
}
.modal_box .modalCon .riWrap .srch {
	width: 100%;
	margin: 0px;
    border: var(--normal-border);
    padding: 5px;
    border-radius: var(--round-border-radius);
    position: relative;
}
.modal_box .modalCon .riWrap .srch input {
    border: none;
    padding: 0px 5px;
}
.modal_box .modalCon .riWrap .srch .btn {
	position: absolute;
    right: 5px;
    top: 5px;
    padding: 4px 10px;
}
.modal_box .modalCon .riWrap .riDetail {
  margin-bottom: 0;
}
.modal_box .modalCon .riWrap .riDetail .board table td.thisWeek {
  color: #fb0000;
  background: #fff;
}
.modal_box .modalCon .riWrap .riDetail .board table td.thisMonth {
  color: #ff7428;
  background: #fff;
}
.modal_box .modalCon .riWrap .riDetail .board table td.nextMonth {
  color: #eac200;
  background: #fff;
}

/* errorAuth  ***********************/
.errorAuthlogo {
  margin: 0 auto;
  padding-top: 160px;
  text-align: center;
  font-size: 30px;
}
.modal_box.errorAuth {
  text-align: center;
  width: 470px;
  margin: 0 auto;
  padding: 50px 0;
  top: 225px;
  border: 3px solid #74a2ef;
}
.modal_box.errorAuth .errorAuthImg {
  display: block;
  width: 111px;
  height: 116px;
  background: url(../images/errorAuth.png) center no-repeat;
  margin: 0 auto;
}
.modal_box.errorWrap .errorTxt {
}
.modal_box.errorAuth .errorTxt h5 {
  font-size: 30px;
  margin: 30px 0 5px;
}
.modal_box.errorAuth .errorTxt span {
  display: block;
  font-size: 12px;
}
.modal_box.errorAuth button.btnError {
  background: #74a2ef;
  border: 1px solid #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;
}
.modal_box.errorAuth button.btnError:hover {
  background: #508aeb;
  border: 1px solid #508aeb;
  color: #fff;
  transform: translate(0px, -3px);
}
.modal_box.errorAuth button.btnError:visited,
.errorWrap .errorBox button.btnError:focus {
  background: #30b5bc;
  border: 1px solid #30b5bc;
  color: #fff;
}
.modal_box.setGoalModal {
  width: 450px;
}
.modal_box.setGoalModal .modalCon dl dd {
  width: calc(100% - 190px);
  padding-left: 60px;
}

/* Dashboard  ***********************/
.modal_box.chartDetail {
  top: 4%;
}
.modal_box.chartDetail .top {
  height: 25px;
  float: right;
  position: absolute;
  right: 30px;
  top: 22px;
  border-radius: 5px;
  padding: 3px 10px;
  background: #75d7db;
}
.modal_box.chartDetail .top span.titTxt {
  float: left;
  font-size: 13px;
  letter-spacing: 0;
  color: #fff;
}
.modal_box.chartDetail .chartArea {
  float: left;
  padding: 0;
  width: 100%;
}
.modal_box.chartDetail .chartArea .panelWrap {
  display: inline-block;
  float: left;
  text-align: left;
  margin-bottom: 0px;
  width: 100%;
}
.modal_box.chartDetail .chartArea .panelWrap h4 {
  display: inline-block;
  font-size: 14px;
  color: #111;
  margin: 0 0 10px 0px;
  text-align: left;
  position: relative;
}
.modal_box.chartDetail .chartArea .panelWrap h4 span {
}
.modal_box.chartDetail .chartArea .panelWrap .top_btn {
  display: inline-block;
  margin: -5px 0 0;
}
.modal_box.chartDetail .chartArea .panelWrap .panel {
  height: 160px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 0;
  width: 100%;
  border: 1px solid #ccc;
}
.modal_box.chartDetail .chartArea .panelWrap .panel canvas {
  margin: 0 auto !important;
}
.modal_box.chartDetail .chartArea .panelWrap .panelTable {
  padding: 0px;
  background: transparent;
}
.modal_box.chartDetail .chartArea .panelWrap.top5Layer .panel .legendTop5Div {
  width: 120px !important;
  display: inline-block;
  height: 130px;
  overflow: auto;
}
.modal_box.chartDetail .chartArea .panelWrap.top5Layer .panel .legendTop5Div .legendTop5Detail {
	display: block;
  text-align: left;
}
.modal_box.chartDetail .chartArea .panelWrap.top5Layer .panel .legendTop5Div .legendTop5Detail span.box {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
}
.modal_box.chartDetail .chartArea .panelWrap.top5Layer .panel .legendTop5Div .legendTop5Detail span.text {
  width: 80px;
  display: inline-block;
  font-size: 11px;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.modal_box.chartDetail .boardArea {
  width: 100% !important;
  background: transparent;
  border: 0;
}
.modal_box.chartDetail .boardArea .panelWrap .top_btn {
  display: inline-block;
  margin: 0px;
  width: 100%;
}
.modal_box.chartDetail .boardArea .panelWrap .top_btn h5 {
  float: left;
  font-size: 14px;
  color: #111;
}
.modal_box.chartDetail .boardArea .panelWrap .top_btn .icon_down_xls {
  float: right;
  margin: 2px 0 0 5px;
}
.modal_box.chartDetail .boardArea .panelWrap .top_btn .icon_open {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  float: right;
  margin-top: 5px;
  cursor: pointer;
  transition: 0.15s;
  background: #60d1d6 url(../images/icon_open.png) no-repeat center;
  opacity: 0.4;
}
.modal_box.chartDetail .boardArea .panelWrap .top_btn .icon_open:hover {
  opacity: 1;
}
.modal_box.chartDetail .boardArea .panelWrap .top_btn .icon_close {
  background: #bbb url(../images/icon_close.png) no-repeat center;
  opacity: 0.6;
}
.modal_box.chartDetail .boardArea .panelWrap .panel {
  height: 189px;
  background: #fff;
  padding: 0px;
  margin: 0;
  width: 100%;
}
.modal_box.chartDetail .boardArea .panelWrap .panel.tableOpen {
  /*height: inherit;*/
  height: 39vh;
  overflow: auto;
  margin-bottom: 20px;
  position: relative;
  top: -1px;
}
.modal_box.chartDetail .boardArea .panelWrap .panel.tableOpen .tableWrap {
  height: inherit;
}
.modal_box.chartDetail .boardArea .tableWrap {
  border-bottom: 1px solid #ccc;
  height: 100px;
  background: #fff;
  margin-top: 27px;
}
.modal_box.chartDetail .boardArea table thead tr {
  display: inline-table;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal_box.chartDetail .boardArea table th {
  height: 26px !important;
  color: #222;
  border: 0;
  border-top: 2px solid #60d1d6;
  border-bottom: 1px solid #999;
}
.modal_box.chartDetail .boardArea table td {
  padding: 4px 7px;
  font-size: 11px;
  color: #333;
}
.modal_box.chartDetail .boardArea .total {
  background: #fff;
  overflow: hidden;
  border-radius: 0;
  height: 26px;
  padding-right: 2px;
  border-bottom: 1px solid #999;
}
.modal_box.chartDetail .boardArea .total span {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  font-size: 12px;
  padding: 5px 0 0;
  color: #555;
}

/* Sitemap  ***********************/
.modal_box.Sitemap {
  top: 10%;
  padding: 35px;
}
.modal_box.Sitemap.section2 {
  width: 436px !important;
}
.modal_box.Sitemap.section3 {
  width: 624px !important;
}
.modal_box.Sitemap.section4 {
  width: 812px !important;
}
.modal_box.Sitemap.section5 {
  width: 1000px !important;
}
.modal_box.Sitemap.section6 {
  width: 1188px !important;
}
.modal_box.Sitemap.section7 {
  width: 1376px !important;
}
.modal_box.Sitemap .top {
  display: block;
  height: 42px;
  color: #60d1d6;
}
.modal_box.Sitemap .top span.close {
  background: url(../images/pop_close_b.png) no-repeat center;
  width: 17px;
  height: 17px;
  opacity: 0.5;
  float: right;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-size: 100%;
}
.modal_box.Sitemap .top span.close:hover {
  opacity: 1;
}
.modal_box.Sitemap .modalCon {
  display: block;
  padding: 0;
  overflow: hidden;
  border-top: 0;
  margin: 0 -10px 0 -10px;
}
.modal_box.Sitemap .modalCon section {
  display: inline-block;
  width: 188px;
  margin: 0;
  float: left;
}
.modal_box.Sitemap .modalCon section h4 {
  font-size: 15px;
  margin: 0 3px;
  padding: 10px 0;
  cursor: pointer;
  color: #fff;
  background: #60d1d6;
  border-radius: 30px;
}
.modal_box.Sitemap .modalCon section .mnList {
  padding: 15px 15px 0;
  text-align: left;
}
.modal_box.Sitemap .modalCon section .mnList h5 {
  font-size: 14px;
  margin: 5px 0;
  cursor: pointer;
  color: #555;
}
.modal_box.Sitemap .modalCon section .mnList h5:hover {
  color: #24bbc1;
}
.modal_box.Sitemap .modalCon section .mnList ul {
  margin: 0;
}
.modal_box.Sitemap .modalCon section .mnList ul li {
  display: block;
  font-size: 13px;
  padding: 2px 0;
  cursor: pointer;
  color: #555;
}
.modal_box.Sitemap .modalCon section .mnList ul li:hover {
  color: #24bbc1;
}
.modal_box.Sitemap .modalCon section .mnList ul li span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #60d1d6;
  margin-right: 7px;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

/* srch  ***********************/
.modal_box .srch input[type="text"] {
  padding: 5px 10px;
  border: va(--normal-border);
  border-radius: var(--round-border-radius);
  font-size: var(--small-font-size);
  color: var(--text-color);
  height: 28px !important;
}
.modal_box .top_btn span {
  display: inline-block;
  font-size: 12px;
  margin: 5px 0 0;
}
.modal_box .top_btn span.title {
  font-size: 16px;
  text-align: left;
  display: block;
  margin: 0px;
  font-weight: 700;
}

/* modal_Left  ***********************/
.modal_LeftWrap {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 460px;
  height: calc(100% - 10px);
  transition: 0.15s;
  z-index: 99996;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.modal_LeftBg {
  display: inline-block;
  background: url("../images/modal_leftBg.png") left top repeat-y;
  width: 10px;
  height: 100%;
  float: left;
  opacity: 0.3;
}
.modal_Left {
  display: inline-block;
  font-size: 12px;
  width: 450px;
  padding: 25px 0 25px 25px;
  height: 100%;
  background: #fff;
  float: left;
}
.modal_Left .top {
  display: block;
  color: #60d1d6;
  margin-bottom: 10px;
  overflow: hidden;
}
.modal_Left .top span.titTxt {
  float: left;
  font-size: 22px;
  letter-spacing: -1px;
  color: #333;
}
.modal_Left .top span.close {
  float: right;
  background: url(../images/pop_close_b.png) no-repeat top center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-size: 100%;
  opacity: 0.5;
  margin-top: 4px;
}
.modal_Left .top span.close:hover {
  opacity: 1;
}
.modal_Left .createWrap {
  display: block;
  margin-bottom: 10px;
  background: #eee;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.modal_Left .createWrap input[type="text"] {
  width: 100%;
  height: 30px !important;
  margin-bottom: 3px;
}
.modal_Left .createWrap input[type="text"]::placeholder {
  color: #666;
}
.modal_Left .createWrap .btn_comm {
  margin-top: 2px;
  color: #fff;
}
.modal_Left .createWrap .btn_save {
  background: #60d1d6;
  border: 1px solid #60d1d6;
}
.modal_Left .createWrap .btn_save:hover,
.modal_Left .top_btn .btn_save:visited,
.modal_Left .top_btn .btn_save:focus {
  background: #30b5bc;
  border: 1px solid #30b5bc;
}
.modal_Left .createWrap .btn_cancle {
  background: #b7b7b7;
  border: 1px solid #b7b7b7;
}
.modal_Left .createWrap .btn_cancle:hover,
.modal_Left .top_btn .btn_cancle:visited,
.modal_Left .top_btn .btn_cancle:focus {
  background: #999;
  border: 1px solid #999;
}
.modal_Left .top_btn {
  width: 100%;
  margin: 0 0 5px;
}
.modal_Left .board {
  overflow: auto;
  height: calc(100% - 70px);
  padding-top: 30px !important;
}
.modal_Left .board .tableWrap {
  height: 100%;
}
.modal_Left .board .tableWrap table thead tr {
  display: inline-table;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal_Left.inputTd .board table td {
  padding: 3px 2px;
}
.modal_Left.inputTd .board table td input[type="text"] {
  font-size: 11px;
  height: 26px;
}

.modal_box .commTooltip {
  top: 7px;
  margin-left: 7px;
}

/* popup  ***********************/
.popupWrap {
  background: #60d1d6;
  padding: 10px 20px 0px;
  min-width: 500px;
  overflow: hidden;
}
.popupWrap .popupTop {
  margin-bottom: 10px;
  width: 544px;
  text-align: center;
}
.popupWrap .popupTop span.popTit {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  padding-left: 27px;
}
.popupWrap .popupTop span.popImg {
  width: 21px;
  height: 39px;
  background: url(../images/noti.png) no-repeat top center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -94px;
  right: 0;
  margin: 0 auto;
}
.popupWrap .popupCon {
  width: 544px;
}
.popupWrap .popupCon .form {
  border-radius: 10px;
  margin-bottom: 5px;
}
.popupWrap .popupCon .form .con_01 {
  border: 0;
  padding: 15px 20px;
  width: 544px;
}
.popupWrap .popupCon .form .con_01 dl {
  border: 0;
  margin: 5px 0;
}
.popupWrap .popupCon .form .con_01 dl dt {
  min-height: 22px;
  line-height: 22px;
  color: #222;
  width: 80px;
  padding: 0 0 0 10px;
  background: url(../images/icon_dot.png) 0 47% no-repeat;
  margin: 0;
}
.popupWrap .popupCon .form .con_01 dl dd {
  min-height: 22px;
  line-height: 22px;
  padding: 0;
  width: calc(100% - 80px);
  text-overflow: inherit;
  white-space: normal;
  overflow: hidden;
}
.popupWrap .popupCon .form .con_01 dl dd div.logoFileWrap {
  margin: 0;
  cursor: pointer;
}
.popupWrap .popupCon .form .con_01 dl dd div.logoFileWrap .logoFileName {
  color: #5579ff;
  font-size: 14px;
}
.popupWrap
  .popupCon
  .form
  .con_01
  dl
  dd
  div.logoFileWrap
  .logoFileName
  i.fa-download {
  color: #5579ff;
}
.popupWrap .popupCon .form .con_01 dl dd div.logoFileWrap .logoFileName:hover {
  text-decoration: underline;
  color: #1a47f1;
}
.popupWrap .popupCon .form .con_01 dl dd div.logoFileWrap .logoFileName:hover i.fa-download {
  color: #1a47f1;
}
.popupWrap .popupCon .bottom_btn {
  color: #fff;
  font-size: 12px;
  padding-bottom: 5px;
}
.popupWrap .popupCon .bottom_btn .today {
  float: right;
}
.popupWrap .popupCon .bottom_btn .today span {
  font-size: 12px;
}
.popupWrap .popupCon .bottom_btn .closeBtnWrap {
  float: right;
}
.popupWrap .popupCon .bottom_btn .closeBtnWrap .closeBtn {
  border: 0;
  font-size: 12px;
  color: #fff;
  background: transparent;
  margin: 5px 5px 5px 10px;
}
.appWrap {
  display: block;
  background: #fffabf;
  font-size: 12px;
  z-index: 99997;
  position: absolute;
  top: 1px;
  right: 155px;
  width: 300px;
  border-radius: 3px;
  margin: 0 auto;
  box-shadow: 0 0px 5px #5b626f;
  border: 1px solid #2c3544;
}
.appWrap .appCon {
  display: block;
  padding: 20px 20px 25px;
  text-align: left;
  overflow: hidden;
}
.appWrap .appCon .appCd {
  display: block;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.appWrap .appCon .appIdWrap {
  display: block;
  margin: 20px 0 5px;
  float: left;
  width: 100%;
}
.appWrap .appCon .tit01 {
  display: inline-block;
  width: 35px;
  text-align: right;
  margin-right: 5px;
  font-size: 14px;
  color: #777;
  float: left;
}
.appWrap .appCon .appIdWrap .appId {
  display: inline-block;
  font-size: 14px;
  color: #222;
  float: left;
}
.appWrap .appCon .appPwWrap {
  float: left;
  width: 100%;
}
.appWrap .appCon .appPwWrap .appPw {
  display: inline-block;
  font-size: 14px;
  color: #222;
  float: left;
}


/* 공통 */

.modal_box .modalNoti {
  border-radius: 5px;
  padding: 10px;
  color: #ff0000;
  background: #f3f3f3;
  overflow: auto;
  max-height: 64px;
  margin: 20px 30px 10px;
}
.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9996;
}
.modal_overlay.active {
  display: block;
}
.modal_box {
  display: block;
  background: #fff;
  font-size: 12px;
  z-index: 9997;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 500px;
  margin: 0 auto;
  padding: 0 0 10px;
  box-shadow: var(--normal-box-shadow);
  border-radius: var(--normal-border-radius);
}
.modal_box.drag {
  left: inherit;
  right: inherit;
}
.modal_box .top {
  display: block;
  height: 45px;
  color: var(--primary-color);
  background: var(--primary-light-color);
  border-radius: 10px 10px 0px 0px;
}
.modal_box .top span.detailMainTit {
  width: 150px;
  text-align: center;
  font-size: 13px;
  float: left;
  background: #60d1d6;
  color: #fff;
  border-radius: 50px;
  padding: 4px 10px;
  display: inline-block;
  margin: 2px 10px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.modal_box .top span.titTxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--large-font-size);
  padding: 0px 20px;
  width: 100%;
  height: 100%;
  font-weight: 700;
}
.modal_box .top span .close {
	margin: 0px !important;
    background: url(../images/pop_close_b.png) no-repeat center center;
    background-size: contain;
    opacity: .4;
    width: 18px;
    height: 18px;
}
.modal_box .top span.close a {
  float: right;
  margin: 10px 14px 0 0;
  padding: 1px 4px;
  text-align: center;
  font-size: 24px;
  color: #9c9c9c;
  text-decoration: none;
  cursor: pointer;
}
.modal_box .top span.close a:hover {
  color: #25bcb6;
}
.modal_box .top span.close2 {
  background: url(../images/pop_close_b.png) no-repeat center;
  width: 17px;
  height: 17px;
  float: right;
  margin: 5px 0px 0px 10px;
  padding: 0;
  cursor: pointer;
  background-size: 100%;
}
.modal_box .top span.close2:hover {
  opacity: 1;
}

.modal_box .mainTop {
  display: block;
  height: 25px;
  background: #2c2c43;
  color: #fff;
}
.modal_box .mainTop span.tit {
  float: left;
  margin: 2px 0 0 19px;
  font-family: "Malgun Gothic", arial;
  font-size: 15px;
  letter-spacing: -1px;
}
.modal_box .modalCon {
  display: block;
  padding: 10px 30px;
  overflow: hidden;
}
.modal_box .modalCon.scrollable {
  display: block;
  padding: 35px 40px 30px 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal_box .modalCon dl {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: var(--normal-border);
  color: var(--text-color);
  width: 100%;
  min-height: 30px;
}
.modal_box .modalCon dl.halfDl {
  width: 50%;
  display: inline-block;
  float: left;
}
.modal_box .modalCon dl:last-child {
  margin-bottom: 0px;
}
.modal_box .modalCon dl dt {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--small-font-size);
  width: 130px;
  font-weight: 700;
}
.modal_box .modalCon dl dt::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: var(--round-border-radius);
	background: var(--info-color);
}
.modal_box .modalCon dl dd {
	flex: 1;
	font-size: var(--small-font-size);
}
.modal_box .modalCon dl dd.contentDd {
  line-height: 21px;
  height: 200px;
  overflow: auto;
}
.modal_box .modalCon input[type="checkbox"] {
  margin: 0 3px 0 7px !important;
}
.modal_box .modalCon input[type="checkbox"]:first-child {
  margin-left: 0px !important;
}
.modal_box .modalCon input[type="password"] {
  padding: 5px;
  border: 1px solid #bebebe;
  font-size: 12px;
  color: #6a6a6a;
  height: 28px;
}
.modal_box .modalCon input[type="password"]::placeholder {
  color: #ccc;
}
.modal_box .modalBtm {
  text-align: center;
  padding: 20px 30px 0;
  width: 100%;
  float: left;
}
.modal_box.passwdChgModal {
  width: 350px;
}
.modal_box.agreementModal {
  width: 65vw;
  top: 10%;
}
.modal_box.agreementModal .modalCon {
  height: 60vh;
  border: 0;
  padding: 0;
}
.modal_box.agreementModal .modalCon textarea {
  width: 100%;
  height: 60vh;
  padding: 20px;
  font-size: 12px;
  overflow: auto;
  border-bottom: 1px solid #ccc;
  color: #333;
}
.modal_box .contents .tableComm {
  font-family: "dotum";
  background-color: #ffffff;
  border-collapse: collapse;
}
.modal_box .contents .tableComm th {
  height: 27px;
  border: 1px #d3d3d3 solid;
  background-color: #eeeeee;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 0px 0px 5px;
  font-weight: normal;
  text-align: center;
}
.modal_box .contents .tableComm td {
  height: 27px;
  border: 1px #d3d3d3 solid;
  font-size: 11px;
  padding: 0px 0px 0px 5px;
  font-weight: normal;
  color: #222222;
  text-align: left;
}
.modal_box.modalTable {
  top: 20%;
  padding: 20px 30px;
  width: 800px;
}
.modal_box.modalTable .modalCon {
  padding: 0;
  border: 0;
}
.modal_box.multiList {
  top: 7%;
  width: 1000px;
  overflow: hidden;
}
.modal_box.multiList .top {
  overflow: hidden;
  height: inherit;
  margin-bottom: 10px;
}
.modal_box.multiList .top span.titTxt {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 160px);
}
.modal_box.multiList .modalCon {
  overflow: auto;
  max-height: 52vh;
  padding: 0;
  border-top: 1px solid #ddd;
}
.modal_box.multiList .modalCon dl {
  margin: 0px;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.modal_box.multiList .modalCon dl dt {
  margin-top: 3px;
  line-height: 1em;
  height: 33px;
  width: 140px;
  padding-right: 5px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  padding: 8px 5px 8px 10px;
  background: url(../images/icon_dot.png) 0 11px no-repeat;
}
.modal_box.multiList .modalCon dl dt.two {
  margin-top: -3px;
  background: url(../images/icon_dot.png) 0 17px no-repeat;
}
.modal_box.multiList .modalCon dl dd {
  width: calc(100% - 145px);
  padding: 8px 0;
}
.modal_box.multiList .modalCon dl.halfDl {
  width: 50%;
  display: inline-block;
  float: left;
  height: 33px;
}
.modal_box.multiList .modalCon dl.halfDl dd {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 145px);
}
.modal_box.modal_warning {
  border: 3px solid #e51735;
}
.modal_box .form,
.modal_box .form2 {
	border: none;	
}
.modal_box .bottom_btn {
  padding: 10px 20px 0 0px !important;
  margin-top: 10px !important;
  border-top: var(--normal-border);
}

@media (max-width: 767px) {
  .modal_box {
    top: 24% !important;
    width: 90% !important;
    left: 0;
    position: fixed;
    right: 0;
    top: 70px !important;
  }
  .modal_box .modalCon dl dt {
    width: 100px;
  }
  .modal_box .modalCon dl dd {
    width: calc(100% - 100px);
  }
  .modal_box .modalCon dl dd input {
    width: 100% !important;
  }
  .modal_box .modalCon dl dd select {
    width: 100% !important;
  }
  .modal_box .modalCon dl dd.contentDd {
    height: 150px;
  }
  .modal_box.drag {
    width: 90% !important;
    left: 0 !important;
    right: 0 !important;
    top: 70px !important;
  }
  .modal_box.w500 {
    width: 90% !important;
  }
  .modal_box .modalBtm .btn {
    height: 40px;
    font-size: 15px;
    float: right;
  }
}

/* 예약하기  ***********************/
@media (min-width: 320px) {
  .modal_box.modal_reserve {
    width: 300px;
  }
  .modal_box.modal_reserve .name {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0px;
    width: 100%;
    color: #222;
  }
  .modal_box.modal_reserve .date {
    display: block;
    text-align: center;
    font-size: 17px;
    margin: 0 0 5px;
    color: #777;
    width: 100%;
  }
  .modal_box.modal_reserve .timeSetting {
    width: 100%;
    margin: 10px 0 0;
    background: #f0fdff;
    padding: 20px 0;
    border: 2px solid #ddd;
  }
  .modal_box.modal_reserve .timeSetting span {
    display: block;
    font-size: 20px;
    color: #333;
    text-align: center;
    letter-spacing: -0.3px;
  }
  .modal_box.modal_reserve .timeSetting dl {
    display: block;
    margin: 0 0 5px;
  }
  .modal_box.modal_reserve .timeSetting dl dt {
    display: inline-block;
    float: left;
    width: 90px;
    font-size: 16px;
    color: #666;
    background: url(../images/icon_dot.png) 0 50% no-repeat;
  }
  .modal_box.modal_reserve .timeSetting dl dd {
    display: inline-block;
    float: left;
    width: calc(100% - 90px);
  }
  .modal_box.modal_reserve .timeSetting dl dd input {
    display: block;
    float: left;
    width: 100%;
    height: 34px;
    border-radius: 0;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.5px;
    border: 1px solid #666;
    color: #333;
    padding: 3px 15px 0;
  }
  .modal_box.modal_reserve.w1000 .name {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    margin: 0 0 5px;
    width: 50%;
    float: left;
  }
  .modal_box.modal_reserve.w1000 .date {
    display: inline-block;
    text-align: right;
    font-size: 20px;
    margin: 0 0 5px;
    width: 50%;
    float: left;
  }
}

@media (max-width: 767px) {
  .modal_box.modal_reserve {
    width: 90% !important;
    left: 0 !important;
    right: 0 !important;
  }
  .modal_box.modal_reserve.w1000 .name {
    width: 100%;
    display: block;
    text-align: center;
  }
  .modal_box.modal_reserve.w1000 .date {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
  }
  .modal_box.modal_reserve .srch {
    width: calc(100% - 56px) !important;
    float: left;
  }
  .modal_box.modal_reserve .srch input[type="text"] {
    width: calc(100% - 46px);
  }
  .modal_box.modal_reserve .top_btn {
    width: 56px !important;
    float: left;
  }
}

@media (max-width: 1410px) {
  .modal_Left {
    padding: 25px 15px 25px 25px;
    height: 100%;
    background: #fff;
    float: left;
  }
}

/* modalNoti  ***********************/
@media (min-width: 320px) {
  .modalNotiMain {
    padding: 20px 30px;
    min-width: 620px;
    overflow: hidden;
    display: block;
    background: #fff;
    border-radius: 30px;
    z-index: 99998;
    position: absolute;
    top: 3%;
    right: 30px;
    width: 500px;
    margin: 0 auto;
    border: 3px solid #3385f6;
  }
  .modalNotiMain .modalNotiMainTop {
    margin-bottom: 10px;
    text-align: center;
  }
  .modalNotiMain .modalNotiMainTop span.popTit {
    color: #003894;
    font-size: 23px;
    display: inline-block;
  }
  .modalNotiMain .modalNotiMainCon {
    width: 100%;
    border-top: 1px solid #003894;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 10px 0px;
  }
  .modalNotiMain .modalNotiMainCon .form {
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .modalNotiMain .modalNotiMainCon .form .subTit {
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 {
    border: 0;
    padding: 0px;
    width: 100%;
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 dl {
    border: 0;
    margin: 5px 0;
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 dl dt {
    min-height: 22px;
    line-height: 22px;
    color: #222;
    width: 100px;
    padding: 0;
    margin: 0;
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 dl dt::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #003894;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -1px;
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 dl dd {
    min-height: 22px;
    line-height: 22px;
    padding: 0;
    width: calc(100% - 100px);
    text-overflow: inherit;
    white-space: normal;
    overflow: hidden;
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 dl dd p {
    margin: 0;
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 dl dd span {
    padding: 0;
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 dl dd div.logoFileWrap {
    margin: 0;
    cursor: pointer;
    width: 100%;
  }
  .modalNotiMain
    .modalNotiMainCon
    .form
    .con_01
    dl
    dd
    div.logoFileWrap
    .logoFile {
    width: 145px;
    margin: 0 0 6px;
  }
  .modalNotiMain
    .modalNotiMainCon
    .form
    .con_01
    dl
    dd
    div.logoFileWrap
    .logoFileName {
    color: #2bbb9d;
    font-size: 13px;
    text-align: left;
    margin-top: 4px;
  }
  .modalNotiMain
    .modalNotiMainCon
    .form
    .con_01
    dl
    dd
    div.logoFileWrap
    .logoFileName
    i.fa-download {
    color: #2bbb9d;
  }
  .modalNotiMain
    .modalNotiMainCon
    .form
    .con_01
    dl
    dd
    div.logoFileWrap
    .logoFileName:hover {
    text-decoration: underline;
    color: #078e72;
  }
  .modalNotiMain
    .modalNotiMainCon
    .form
    .con_01
    dl
    dd
    div.logoFileWrap
    .logoFileName:hover
    i.fa-download {
    color: #078e72;
  }
  .modalNotiMain .modalNotiMainBtm {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }
  .modalNotiMain .modalNotiMainBtm .today {
    float: right;
  }
  .modalNotiMain .modalNotiMainBtm .today span {
    font-size: 12px;
  }
  .modalNotiMain .modalNotiMainBtm .closeBtnWrap {
    float: right;
  }
  .modalNotiMain .modalNotiMainBtm .closeBtnWrap .closeBtn {
    border: 0;
    font-size: 12px;
    color: #999;
    background: transparent;
    margin: 5px 0px 5px 2px;
    width: 42px !important;
    opacity: 1;
    text-align: right;
  }
  .modalNotiMain .modalNotiMainBtm .closeBtnWrap .closeBtn::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background: #999;
    margin-right: 10px;
    position: relative;
    top: 1px;
  }
  .modalNotiMain .modalNotiMainBtm .closeBtnWrap .closeBtn:hover {
    color: #111;
  }
}
@media (max-width: 1024px) {
  .modalNoti {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    border-radius: 0;
    padding: 20px;
  }
  .modalNotiMain {
    min-width: 100%;
    left: 0 !important;
    top: 50px !important;
    border-radius: 0;
    width: 100%;
  }
  .modalNotiMain .modalNotiMainTop span.popTit {
    font-size: 18px;
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 dl {
    margin: 1px 0;
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 dl dt {
    width: 70px;
    line-height: 21px;
  }
  .modalNotiMain .modalNotiMainCon .form .con_01 dl dd {
    width: calc(100% - 70px);
    line-height: 21px;
  }
  .form .con_01 dl dd.contentDd.noticeContent {
    max-height: 160px;
    height: 160px;
    overflow: auto;
  }
}
