
html, body {

	margin:0;
	padding:0;
	width:100%;
	height:100%;
	position:relative;
	font-family:'Malgun Gothic','맑은 고딕', -apple-system, 'AppleGothic';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans KR','Malgun Gothic',dotum,Sans-serif,AppleGothic;
    font-weight:500;
}
h1, h2 {
    font-weight:600;
}

#body_container  {
	position:relative;
	background-color:#fff;
	margin:auto;
	min-height:100%;
	min-width: 1350px;

}
header {
	background-color:#3b3f4f;
	background-color:#43485a;
}

header:not(.SubHeader).fixed + section {
	padding-top:140px;
	padding-top:170px;
}

header .btn-release {
	height:30px !important;
	margin:0 10px !important;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,.2) !important;
	background-color: transparent;
	opacity: .5;
}

header .mode_bar_debug .btn-release {
	display:block;
	background-color: #e39b0b;
	opacity: 1;
}
header .mode_bar_debug .btn-release:hover {
	background-color:#d39519;
}

section {
	position:relative;
	padding:30px 0;
	padding-bottom:150px;
	min-height:100%;
}
section ~ section{
	margin-top:-180px;
}
footer {
	position: absolute;
	width:100%;
	bottom:0;
	background-color:#444;
	border-top:1px solid #000;
}
footer > DIV {

	height:100%;
	text-align:right;
	color:#aaa;
	font-size:14px;
	padding:20px 0;

	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	align-items: center;
	flex-wrap: nowrap;
}
footer .suadm_area {
	height: 100%;
	padding-left:20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
footer .suadm_area .btn {
	width:120px;
	height:100%;
	margin-left:5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.screen_wrap {
	width:1350px;
	max-width:1350px;
	margin:auto;
}







#body_container section {
	padding-top:60px;
}
#body_container header:not(.SubHeader).fixed + section {
	padding-top:200px;
	
}
#body_container section > .xTabsMenuEdge:first-of-type {
	margin:0;
}

#body_container section > UL.xTabsMenuEdge > LI.selected  {
	/* background: linear-gradient(180deg, rgba(222, 222, 222, .8) 0, rgba(255, 255, 255, 0) 40%); */
	background: linear-gradient(180deg, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 40%);
	/* border-bottom:2px solid #fff; */
}







.table_title {
	margin-top:50px;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
}
.xTabsAdmMenu ~ .tblNone:first-of-type {
	margin-top:50px;

}


H2.arrow-bar::before {
	top:5%;
	border-radius: 5px;
}
H3.arrow-bar::before {
	top:5%;
}



.admListTbl {
	border-bottom:1px solid #000;
}
.select35,
.forms35 {
	border-radius:5px;
}
.select35,
.select35 option {
	font-size:10pt;
}
.btn + .forms35 {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.select35:disabled ,
.forms35:disabled {
	cursor: default;
	color:#aaa;
	background-color:#eee !important;
}
.forms35::placeholder {
	opacity: 0.5;
	color: #999;
}
.formsCode {
	font-family: "Consolas";
	font-weight: bold;
	line-height: 150%;
	font-size: 14px;
	color: #555;
	background-color: #fafafa;
	padding: 10px;
	border: 1px solid #ddd;
	BORDER-TOP: #aaa 1px solid;
	BORDER-LEFT: #aaa 1px solid;
}



.sf_issue {
	background-color: #ffc!important;
	box-shadow:0 0 0 1px #2E313D;
	border-color:#2E313D!important;
}


.btn.btn-close:active {
    -webkit-box-shadow: none;
    box-shadow:none;
}
.POPUP_BOX .POP_Area > HR {
	margin: 10px 0 20px;
}





.flex_between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}




.halfbox {
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: stretch;
}
.halfbox > * {
	width:50%;
	padding:30px 0;
}
.halfbox > *:first-of-type {
	padding-right:15px;
}
.halfbox > *:last-of-type {
	padding-left:15px;
}

@media (max-width: 767px) {
	.halfbox > *:first-of-type ,
	.halfbox > *:last-of-type {
		width:100%;
		padding:30px 0;
	}
}





TABLE.td_h30 > * > TR > TH ,
TABLE.td_h30 > * > TR > TD {
	height:30px;
}
TABLE.td_h35 > * > TR > TH ,
TABLE.td_h35 > * > TR > TD {
	height:35px;
}

TABLE.td_h40 > * > TR > TH ,
TABLE.td_h40 > * > TR > TD {
	height:40px;
}
TABLE.td_h50 > * > TR > TH ,
TABLE.td_h50 > * > TR > TD {
	height:50px;
}
TABLE.td_h60 > * > TR > TH ,
TABLE.td_h60 > * > TR > TD {
	height:60px;
}






INPUT[type='checkbox'].hide + LABEL::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	content: '\f096';
	font-size: 15.5pt;
	vertical-align: middle;
	width:25px;
	color:#aaa;

}
INPUT[type='checkbox'].hide:checked + LABEL::before {
	content: '\f046';
	color:#276ecc;
}
INPUT[type='checkbox']:disabled.hide + LABEL {
	cursor: default;
}
INPUT[type='checkbox']:disabled.hide + LABEL::before {
	content: "\f05e";
	color:#E9573F
}
INPUT[type='checkbox']:disabled.hide:checked + LABEL::before {
	content: '\f05d';
	color:#3B3F4F;
}






/*
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator,
input[type="week"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  display: none;
}
*/





SELECT[data-fld]:not(.no-sty) ,
SELECT[data-esse]:not(.no-sty) ,
TEXTAREA[data-fld]:not(.no-sty) ,
TEXTAREA[data-esse]:not(.no-sty) ,
INPUT[type="text"][data-fld]:not(.no-sty) ,
INPUT[type="text"][data-esse]:not(.no-sty) ,
INPUT[type="password"][data-fld]:not(.no-sty) ,
INPUT[type="password"][data-esse]:not(.no-sty) ,
INPUT[type="date"][data-fld]:not(.no-sty) ,
INPUT[type="date"][data-esse]:not(.no-sty) ,
INPUT[type="datetime-local"][data-fld]:not(.no-sty) ,
INPUT[type="datetime-local"][data-esse]:not(.no-sty) ,
INPUT[type="number"][data-fld]:not(.no-sty) ,
INPUT[type="number"][data-esse]:not(.no-sty) {

	width: auto;
	height: 40px;

	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;

	border: 1px solid #ccc;
	border-top-color: #999;
	border-left-color: #999;
	border-radius:5px;
	vertical-align: middle;
}
INPUT[type="datetime-local"][data-fld]:not(.no-sty) ,
INPUT[type="datetime-local"][data-esse]:not(.no-sty) {
	padding-right:25px;
}

SELECT[data-fld]:not(.no-sty):focus ,
SELECT[data-esse]:not(.no-sty):focus ,
TEXTAREA[data-fld]:not(.no-sty):focus ,
TEXTAREA[data-esse]:not(.no-sty):focus ,
INPUT[type="text"][data-fld]:not(.no-sty):focus ,
INPUT[type="text"][data-esse]:not(.no-sty):focus ,
INPUT[type="password"][data-fld]:not(.no-sty):focus ,
INPUT[type="password"][data-esse]:not(.no-sty):focus ,
INPUT[type="date"][data-fld]:not(.no-sty):focus ,
INPUT[type="date"][data-esse]:not(.no-sty):focus ,
INPUT[type="datetime-local"][data-fld]:not(.no-sty):focus ,
INPUT[type="datetime-local"][data-esse]:not(.no-sty):focus ,
INPUT[type="number"][data-fld]:not(.no-sty):focus ,
INPUT[type="number"][data-esse]:not(.no-sty):focus {
	outline: 2px solid #000;
	box-shadow: 0 0 7px rgba(0, 0, 0, .2);
	border-color:#3B3F4F;
	border-radius:0;
}
SELECT[data-esse]:not(.no-sty) ,
TEXTAREA[data-esse]:not(.no-sty) ,
INPUT[type="text"][data-esse]:not(.no-sty) ,
INPUT[type="password"][data-esse]:not(.no-sty) ,
INPUT[type="date"][data-esse]:not(.no-sty) ,
INPUT[type="datetime-local"][data-esse]:not(.no-sty) ,
INPUT[type="number"][data-esse]:not(.no-sty)  {
	background-color:#ffd;
}
SELECT[data-esse]:not(.no-sty):focus ,
TEXTAREA[data-esse]:not(.no-sty):focus ,
INPUT[type="text"][data-esse]:not(.no-sty):focus ,
INPUT[type="password"][data-esse]:not(.no-sty):focus ,
INPUT[type="date"][data-esse]:not(.no-sty):focus ,
INPUT[type="datetime-local"][data-esse]:not(.no-sty):focus ,
INPUT[type="number"][data-esse]:not(.no-sty):focus {
	background-color:#ffa;
}
SELECT[data-fld]:not(.no-sty)::placeholder ,
SELECT[data-esse]:not(.no-sty)::placeholder ,
TEXTAREA[data-fld]:not(.no-sty)::placeholder ,
TEXTAREA[data-esse]:not(.no-sty)::placeholder ,
INPUT[type='text'][data-fld]:not(.no-sty)::placeholder ,
INPUT[type='text'][data-esse]:not(.no-sty)::placeholder ,
INPUT[type="password"][data-fld]:not(.no-sty)::placeholder ,
INPUT[type="password"][data-esse]:not(.no-sty)::placeholder ,
INPUT[type="date"][data-fld]:not(.no-sty)::placeholder ,
INPUT[type="date"][data-esse]:not(.no-sty)::placeholder ,
INPUT[type="datetime-local"][data-fld]:not(.no-sty)::placeholder ,
INPUT[type="datetime-local"][data-esse]:not(.no-sty)::placeholder ,
INPUT[type="number"][data-fld]:not(.no-sty)::placeholder ,
INPUT[type="number"][data-esse]:not(.no-sty)::placeholder {
	font-weight: bold;
	font-size:12px;
	opacity: .6;
	color:#F4A911;

	opacity: 0.75;
	font-size:90%;
	/*color: #555;*/
	transition:all 0.3s;
}
SELECT[data-esse]:not(.no-sty)::placeholder ,
TEXTAREA[data-esse]:not(.no-sty)::placeholder ,
INPUT[type='text'][data-esse]:not(.no-sty)::placeholder ,
INPUT[type="password"][data-esse]:not(.no-sty)::placeholder ,
INPUT[type="date"][data-esse]:not(.no-sty)::placeholder ,
INPUT[type="datetime-local"][data-esse]:not(.no-sty)::placeholder ,
INPUT[type="number"][data-esse]:not(.no-sty)::placeholder {
	color:#E63F24;
}

SELECT[data-fld]:not(.no-sty):focus::placeholder ,
SELECT[data-esse]:not(.no-sty):focus::placeholder ,
TEXTAREA[data-fld]:not(.no-sty):focus::placeholder ,
TEXTAREA[data-esse]:not(.no-sty):focus::placeholder ,
INPUT[type='text'][data-fld]:not(.no-sty):focus::placeholder ,
INPUT[type='text'][data-esse]:not(.no-sty):focus::placeholder ,
INPUT[type="password"][data-fld]:not(.no-sty):focus::placeholder ,
INPUT[type="password"][data-esse]:not(.no-sty):focus::placeholder ,
INPUT[type="date"][data-fld]:not(.no-sty):focus::placeholder ,
INPUT[type="date"][data-esse]:not(.no-sty):focus::placeholder ,
INPUT[type="datetime-local"][data-fld]:not(.no-sty):focus::placeholder ,
INPUT[type="datetime-local"][data-esse]:not(.no-sty):focus::placeholder ,
INPUT[type="number"][data-fld]:not(.no-sty):focus::placeholder ,
INPUT[type="number"][data-esse]:not(.no-sty):focus::placeholder {
	color: transparent;
	opacity: 0;
}


SELECT[data-fld]:not(.no-sty):disabled ,
SELECT[data-esse]:not(.no-sty):disabled ,
TEXTAREA[data-fld]:not(.no-sty):disabled ,
TEXTAREA[data-esse]:not(.no-sty):disabled ,
INPUT[type='text'][data-fld]:not(.no-sty):disabled ,
INPUT[type='text'][data-esse]:not(.no-sty):disabled ,
INPUT[type="password"][data-fld]:not(.no-sty):disabled ,
INPUT[type="password"][data-esse]:not(.no-sty):disabled ,
INPUT[type="date"][data-fld]:not(.no-sty):disabled ,
INPUT[type="date"][data-esse]:not(.no-sty):disabled ,
INPUT[type="datetime-local"][data-fld]:not(.no-sty):disabled ,
INPUT[type="datetime-local"][data-esse]:not(.no-sty):disabled ,
INPUT[type="number"][data-fld]:not(.no-sty):disabled ,
INPUT[type="number"][data-esse]:not(.no-sty):disabled {

	opacity: .6;
	background-color: #ddd;
	border: 1px solid #ccc;
	border-top-color: #aaa;
	border-left-color: #aaa;

	cursor: not-allowed;
	color:#aaa;

}













TEXTAREA[data-fld]:not(.no-sty) ,
TEXTAREA[data-esse]:not(.no-sty) {
	max-width:100%;
	min-height:40px;
	padding:10px 15px 5px;
	height:auto;
}

SELECT[data-fld]:not(.no-sty) ,
SELECT[data-esse]:not(.no-sty) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	padding-right: 5em;

	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 18px) calc(15px + 2px),
		calc(100% - 13px) calc(15px + 2px),
		calc(100% - 35px) 8px;
	background-size: 5px 5px, 5px 5px, 1px 22px;
	background-repeat: no-repeat;
}

SELECT[data-esse]:not(.no-sty):focus  {
	background-image:
		linear-gradient(45deg, gray 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, gray 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 13px) 16px,
		calc(100% - 18px) 16px,
		calc(100% - 35px) 8px;
	background-size: 5px 5px, 5px 5px, 1px 22px;
	background-repeat: no-repeat;

}
SELECT[data-fld].h35:not(.no-sty) ,
SELECT[data-esse].h35:not(.no-sty) {
	font-size: 12px;
	background-position:
		calc(100% - 18px) 15px,
		calc(100% - 13px) 15px,
		calc(100% - 35px) 0;
	background-size: 5px 5px, 5px 5px, 1px 35px;
	cursor: pointer;
}

/* 라디오 */
INPUT[type='radio']:has(+ LABEL.radio) {
	display:none;
}
INPUT[type='radio'] + LABEL.radio  {
	display:inline-block;
	font-weight: normal;
	height:34px;
	padding: 6px 15px 0 7px;
	margin: 0;
	margin-right: 10px;
	border-radius: 20px;
	border:1px solid transparent;
}
INPUT[type='radio'] + LABEL.radio::before  {
	content:'';
	clear:both;
	position: relative;
	top:-2px;

	display:inline-block;
	background:#fff;
	width:20px;
	height:20px;
	margin-right:8px;
	border-radius: 2em;
	border:2px solid #aaa;
	vertical-align:middle;
}
INPUT[type='radio']:checked + LABEL.radio {
	font-weight: bold;
	border-color: #555;
	background-color: #eee;
}
INPUT[type='radio']:checked + LABEL.radio::before {
	border-color: #000;
	background-color: #ccc;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.5);
}
INPUT[type='radio'] + LABEL.radio:hover {
	border: 1px dashed #555;
	background-color: #eee;
}
INPUT[type='radio'] + LABEL.radio:hover::before  {
	border-color: #000;
}

/* 스킨 */
INPUT[type='radio'] + LABEL.radio.chk_blue:hover ,
INPUT[type='radio']:checked + LABEL.radio.chk_blue {
	color: #276ecc;
	border-color: #276ecc;
	background: #d5dcff;
}
INPUT[type='radio']:checked + LABEL.radio.chk_blue::before {
	background-color: #75a5e4;
}

INPUT[type='radio']+ LABEL.radio.chk_red:hover ,
INPUT[type='radio']:checked + LABEL.radio.chk_red {
	color: #dc3519;
	border-color: #dc3519;
	background: #ffded3;
}
INPUT[type='radio']:checked + LABEL.radio.chk_red::before {
	background-color: #ee7f6d;
}

INPUT[type='radio']+ LABEL.radio.chk_green:hover ,
INPUT[type='radio']:checked + LABEL.radio.chk_green {
	color:#347C2A;
	border-color:#347C2A;
	background:#edffcf;
}
INPUT[type='radio']:checked + LABEL.radio.chk_green::before {
	background-color: #2cc932;
}

INPUT[type='radio']+ LABEL.radio.chk_cyan:hover ,
INPUT[type='radio']:checked + LABEL.radio.chk_cyan {
	color:#3A8976;
	border-color:#3A8976;
	background:#E5F7F3;
}
INPUT[type='radio']:checked + LABEL.radio.chk_cyan::before {
	background-color: #58CEB1;
}

INPUT[type='radio']+ LABEL.radio.chk_yellow:hover ,
INPUT[type='radio']:checked + LABEL.radio.chk_yellow {
	color:#A27021;
	border-color:#A27021;
	background:#ffffcc;
}
INPUT[type='radio']:checked + LABEL.radio.chk_yellow::before {
	background-color: #F8CD73;
}



INPUT[type='radio']:disabled + LABEL.radio:hover {
	color: #666;
	border-color: #999;
	background: #ddd;
}

INPUT[type="radio"]:disabled + LABEL.radio.chk_yellow::before {


}







TD.elli:hover {
    overflow: unset;
    white-space: normal;
}

/* 개인정보 열람버튼 */
#DZADM_MarkerView::before {
	content: '\f023';
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
	margin-right: 5px;
}
#DZADM_MarkerView:disabled::before {
	content: '\f09c';
}



.dztbl > tr > td ,
.dztbl > tr > th ,
.dztbl > thead > tr > td ,
.dztbl > thead > tr > th ,
.dztbl > tbody > tr > td ,
.dztbl > tbody > tr > th ,
.dztbl > tfoot > tr > td ,
.dztbl > tfoot > tr > th {
	font-size:11pt;
	font-family:'Malgun Gothic','맑은 고딕', -apple-system, 'AppleGothic';
}
TABLE.fs10pt > thead > TR > TH ,
TABLE.fs10pt > thead > TR > TD ,
TABLE.fs10pt > tbody > TR > TH ,
TABLE.fs10pt > tbody > TR > TD ,
TABLE.fs10pt > tfoot > TR > TH ,
TABLE.fs10pt > tfoot > TR > TD {
	font-size:10.5pt;
}


TABLE TABLE.innerTbl {
	margin:0;
	padding: 0;
	border:0;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
TABLE TABLE.innerTbl tr:first-child td,
TABLE TABLE.innerTbl tr:first-child th {
	border-top:0;
}
TABLE TABLE.innerTbl tr:last-child td,
TABLE TABLE.innerTbl tr:last-child th {
	border-bottom:0;
}
.DailyTbl_Edge {
	overflow:hidden;
	position: relative;
}
.DailyTbl_Edge > .DailyTbl_Flds {
	position: relative;
}
.DailyTbl_Edge > .DailyTbl_Flds > TABLE {
	z-index:10;
	left:0;
	position:absolute;
	width:320px;
	background-color:#fff;
}
.DailyTbl_Edge > .DailyTbl_Flds > .DZ_DailyHeader td {
	font-weight:bold;
}

.DailyTbl_Edge > .DailyTbl_Vals {
	position: relative;
	padding-left:320px;
	overflow:auto;
	border-right:1px solid #ccc;
}
.DailyTbl_Edge > .DailyTbl_Vals  TABLE th ,
.DailyTbl_Edge > .DailyTbl_Vals  TABLE td {
	border-left:0;
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.DailyTbl_Edge > .DailyTbl_Vals  TABLE:last-child th ,
.DailyTbl_Edge > .DailyTbl_Vals  TABLE:last-child td {
	border-left:0;
	border-right:0;
}


.DZ_DailyTbl {
    border: 0;
    padding: 0;
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
}
.DZ_DailyTbl TD , .DZ_DailyTbl TH {
	border:1px solid #ccc;
	line-height:1.75em;
}
.DZ_DailyTbl TH {
	background:#eee;
}

.DZ_DailyTbl > tr > td ,
.DZ_DailyTbl > tr > th ,
.DZ_DailyTbl > thead > tr > td ,
.DZ_DailyTbl > thead > tr > th ,
.DZ_DailyTbl > tbody > tr > td ,
.DZ_DailyTbl > tbody > tr > th ,
.DZ_DailyTbl > tfoot > tr > td ,
.DZ_DailyTbl > tfoot > tr > th {
	font-size:10pt;
	font-family:'Malgun Gothic','맑은 고딕',AppleGothic, 'Noto Sans KR',dotum,Sans-serif;
}
.DZ_DailyTbl > tbody > tr > th ,
.DZ_DailyTbl > tfoot > tr > th {
	letter-spacing:-1px;
}

.DZ_DailyTbl th,
.DZ_DailyTbl td { height:40px; font-size:9pt; font-family:'맑은 고딕'; }
.DZ_DailyTbl td { padding:5px 10px; text-align:right; }
.DailyTbl_Vals .DZ_DailyTbl > tbody th { background-color:; text-weight:normal;}

.DZ_DailyTbl > TBODY > TR:first-child > TH ,
.DZ_DailyTbl > TBODY > TR:first-child > TD {
	border-top:2px solid #000;
}
.DZ_DailyTbl.DZ_DailyHeader TR > TH:last-child ,
.DZ_DailyTbl.DZ_DailyHeader TR > TD:last-child {
	border-right:1px solid #000 !important;

}



/* 차트 */
#state_ChartZone {
	position: relative;
	border:1px solid #aaa; border-bottom:0; padding:10px;
}
#state_ChartZone > #state_Chart {
	width:100%; height:300px;
}
#state_ChartZone > BUTTON {
	position: absolute; top: 0; right: 0;
}


/* 2줄짜리 정산 */
.DZ_DailyTbl th,
.DZ_DailyTbl td {
	line-height:100%;
}


/* TBODY.null > TR > *, TR.null > TH, TR.null > TD , TD.null, */
TBODY.blank > TR > *, TR.blank > TH, TR.blank > TD , TD.blank,
TBODY.CellNull > TR > *, TR.CellNull > TH, TR.CellNull > TD , TD.CellNull {
	height:200px !important;
	text-align:center !important;
	vertical-align:middle !important;
	color:#999 !important;
	font-size:20px !important;
}
TBODY:not(:empty) + TBODY.null ,
TBODY:not(:empty) + TBODY.blank ,
TBODY:not(:empty) + TBODY.CellNull {
	display:none;
}

.dzReportEdge {
	width:100%;
	overflow:auto;
}

/* 정산테이블  */
.dzReportTbl {
	border: 0;
	padding: 0;
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
.dzReportTbl > tbody > tr:first-child > th ,
.dzReportTbl > tbody > tr:first-child > td {
	border-top:2px solid #000;
}
.dzReportTbl th, .dzReportTbl td {
	border:1px solid #ccc;
	line-height:1.75em;
	font-size:11pt;
	height:50px;
	padding:5px;
}
.dzReportTbl.tdh40 th,
.dzReportTbl.tdh40 td {
	height:40px;
}

.dzReportTbl TH {
	background:#eee;
}
.dzReportTbl > thead > tr > th ,
.dzReportTbl > thead > tr > td ,
.dzReportTbl > tfoot > tr > th ,
.dzReportTbl > tfoot > tr > td ,
.dzReportTbl > tbody > tr > th ,
.dzReportTbl > tbody > tr > td {
	font-size:10.5pt;
}
.dzReportTbl > thead > tr > th ,
.dzReportTbl > thead > tr > td {
	letter-spacing:-1px;
	line-height:1.5;
}
.dzReportTbl td {
	text-align:right;
	padding:5px 10px;
}
.dzReportTbl.td_center td {
	text-align:center;
}
.dzReportTbl td.r {
	text-align:right;
}

.dzReportTbl td.c {
	text-align:center;
}
.dzReportTbl td > SMALL {
	font-size:inherit;
	color:#bbb;
}
.dzReportTbl td > .btn ,
.dzReportTbl td > .btns {
	text-align:center;
}
.dzReportTbl > TBODY:not(:empty) + TBODY {
	display:none;
}
.dzReportTbl > TBODY > TR:first-of-type > TD {
	border-top:2px solid #000;
}
.dzReportTbl > TBODY:not(:empty) + TBODY {
	display:none;
}
.dzReportTbl > TBODY > TR > TD.tdnull ,
.dzReportTbl > TBODY > TR > TD.tdnull {
	height:200px;
	color:#aaa;
	font-size:20px;
}
.dzReportTbl > TFOOT > TR:first-of-type > TH ,
.dzReportTbl > TFOOT > TR:first-of-type > TD {
	border-top:2px solid #000;
	height:40px;
}
.dzReportTbl > TFOOT > TR:last-of-type > TH ,
.dzReportTbl > TFOOT > TR:last-of-type > TD {
	border-bottom:2px solid #000;
	height:50px;
	font-weight:bold;
}



.dzReportTbl.Tbl_FS10pt th,
.dzReportTbl.Tbl_FS10pt td {
	font-size:9.5pt;
	height:30px;
	padding:1px;
}
.dzReportTbl.Tbl_FS10pt td {
	text-align:right;
	padding:1px 7px;
}
DL.dzReportGuide {
	width:100%;
	margin-top:10px;
	font-size:14px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}
DL.dzReportGuide > DT::before {
	content:'※';
	display:inline-block;
	padding-right:5px;
}
DL.dzReportGuide > DT {
	position: relative;
	width:120px;
	font-weight:bold;
}
DL.dzReportGuide > DD::before {
	content:':';
	display:inline-block;
	padding-right:5px;
}
DL.dzReportGuide > DD {
	position: relative;
	width: calc(100% - 120px);
}

DL.dzReportGuide > DD + DD::before {
	content:'※';
	display:inline-block;
	padding-right:5px;
}
DL.dzReportGuide > DD + DD {
	width: 100%;
}

UL.dzReportGuide {
	width:100%;
	font-size:14px;
	margin:10px 0;
}
UL.dzReportGuide > LI {
	display:block;
	padding-top:5px;
	padding-left:20px;
	text-indent: -8px;
}
UL.dzReportGuide > LI::before {
	content:'※';
	padding-right:5px;
	display:inline-block;

}




.td_bar {
	border-right:2px solid #000 !important;
}
.td_bar + td {
	border-left:2px solid #000 !important;
}
.td_bar_sm ,
.td_bar_small {
	border-right:1px solid #000 !important;;
}
.td_bar_sm + td ,
.td_bar_small + td {
	border-left:1px solid #000 !important;;
}

.pLine {
	padding:0 !important;
	font-size:0 !important;
	width:1px !important;
	border:0 !important;
}
h1.title {
	font-family:'Malgun Gothic','맑은 고딕', -apple-system, 'AppleGothic';
}
.bt1 { border-top: 1px solid #000 !important; }
.bb1 { border-bottom: 1px solid #000 !important; }
.bl1 { border-left: 1px solid #000 !important; }
.br1 { border-right: 1px solid #000 !important; }
TD.br1 + TD { border-left: 1px solid #000 !important; }
TD:has(+TD.bl1) { border-right-color:#000; }
TH:has(+TH.bl1) { border-right-color:#000; }


.bt2 { border-top: 2px solid #000 !important; }
.bb2 { border-bottom: 2px solid #000 !important; }
.bl2 { border-left: 2px solid #000 !important; }
.br2 { border-right: 2px solid #000 !important; }
TD.br2 + TD { border-left: 2px solid #000 !important; }

TR.bt1 > th, TR.bt1 > td { border-top:1px solid #000; }
TR.bb1 > th, TR.bb1 > td { border-bottom:1px solid #000; }
TR.bt2 > th, TR.bt2 > td { border-top:2px solid #000; }

tr.bg-sum > th ,
tr.bg-sum > td ,
.bg-sum {
	background-color:#EBF1DE;
}
tr.bg-sub > th ,
tr.bg-sub > td ,
.bg-sub {
	background-color:#ddedcb;
	font-weight:bold;
}
tr.bg-tot > th ,
tr.bg-tot > td ,
.bg-tot {
	background-color: #70ca63;
	color: #fcfefb;
	border-color:#009900 !important;
	font-weight:bold;
	/*
	border-top-width:2px!important;
	border-bottom-width:2px!important;
	*/

}
tr.btm-tot > th ,
tr.btm-tot > td ,
.btm-tot {
	border-bottom-color:#009900 !important;
}
tr.bg-sum > th ,
th.bg-sum {
	background-color:#d9dfce;
}
tr.bg-sub > th ,
th.bg-sub {
	background-color:#ceddbd;
}
tr.bg-tot > th ,
th.bg-tot {
	background-color:#69ba63;
}

.bg-sunday {
	background-color:#fceeee;
}
.bg-sunday .bg-sum {
	background-color:#e7e1d0;
}
.bg-sunday .bg-tot {
	background-color:#70bb64;

}
.bg-sunday th {
	background-color:#eadcdc;
	color:#D02F78;
}


.bg-today th {
	background-color:#ededcd;
}
.bg-today td {
	background-color:#ffffdd;
}
.bg-today td.bg-sum {
	background-color:#eaf0c0;
}
.bg-today td.bg-tot {
	background-color:#71c85d;
}

.bg-today.bg-sunday th {
	background-color:#e9dbbe;
}
.bg-today.bg-sunday td {
	background-color:#fcedcd;
}
.bg-today.bg-sunday td.bg-sum {
	background-color:#e6e0b4;
}
.bg-today.bg-sunday td.bg-tot {
	background-color:#71b95c;
}












.admHeader {
	position: fixed;
	min-width: 1350px;
	top:0;
	z-index: 110;
	width:100%;
	height:40px;
	background-color: #43485a;
	box-shadow: 0 5px 5px 3px rgba(0,0,0,.25);

	height:45px;
	background-color:#3f4968;
	border-bottom: 1px solid #000;
	overflow:hidden;

}
.admHeader > table {
	width:100%;
	height:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;


}
.admHeader > TABLE > COLGROUP > COL:nth-of-type(1) {
	width:250px;
}
.admHeader > TABLE > COLGROUP > COL:nth-of-type(2) {
	width:200px;
}
.admHeader > TABLE > COLGROUP > COL:nth-of-type(3) {
	width:400px;
}
.admHeader > TABLE > COLGROUP > COL:nth-of-type(4) {
	width:auto;
	text-align:right;
}
.admHeader > table  > tbody > tr > th ,
.admHeader > table  > tbody > tr > td {
	border:0;
	padding:0;
	height:100%;
	overflow:hidden;
}
.admHeader > TABLE TD::after {
	content:'';
	display:block;
	clear:both;
}
.admHeader > TABLE TD > BUTTON {
	position: relative;
	float:left;
	margin:0;
	height:100%;
	padding:0 15px;
	font-size:14px;
	text-shadow:-1px -1px 0 rgba(0,0,0,.5);

	text-overflow:ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.admHeader > TABLE TD > BUTTON.btn-admin {
	padding:0 5px;
	width:100px;
}
.admHeader > TABLE TD.r > BUTTON {
	float:right;
	max-width:200px;
	height:100%;
	overflow:hidden;
}
.admHeader > TABLE TD.r > BUTTON:nth-of-type(2) {
	border-right:1px solid #2e2f34;
}

.admHeader #CMS-HOME {
	border-left:1px solid #2e2f34;
	border-right:1px solid #2e2f34;
	width:45px;
	padding:0;
	color:#ddd;
	vertical-align:middle;
}
.admHeader #CMS-TITLE {
	width:calc( 100% - 45px);
	height:100%;
	vertical-align:middle;
	color:#ddd;
	padding:0 15px;
	font-size:15pt;
	font-weight:600;
	text-align:left;
	letter-spacing:-1.5px;
	text-shadow: -1px -1px rgba(0,0,0,.2);
	overflow:hidden;
}




.admHeader > TABLE TD > BUTTON.btn-trans.txt-gray:not(.on):hover {
	color:#fff;
}
.admHeader > TABLE TD > BUTTON.on {
	color:#ff0;
}
.admHeader > TABLE TD > BUTTON:disabled {
	display:none;
}

.admHeader > TABLE TD > BUTTON:disabled::after {
	position: absolute;
	display:flex;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #F8CD73;

	/* content: '\f23e'; */
	content: '\f023';

	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;


	font-size:2em;

}


				.DZADM_AutoConnectTimeer {
					width:100%;
					height:30px;
					line-height: 200%;
					padding: 0 5px 0 10px;
					background-color: #353A40;
					border: 1px solid #000;
					border-radius: 30px;
					box-shadow:inset 3px 3px 3px 0 rgba(0,0,0,.3);

					font-size:10pt;
					color:#aaa;
					text-shadow:-1px -1px 0 rgba(0,0,0,.5);
				}
				.DZADM_AutoConnectTimeer > * {
					display:none;
				}

				.DZADM_AutoConnectTimeer.on > * ,
				.DZADM_AutoConnectTimeer.off > * {
					display:inline-block;
				}
				.DZADM_AutoConnectTimeer.off > i.fa {
					color:#EE7F6D;
				}
				.DZADM_AutoConnectTimeer.off #DZADM_AutoLogoutReset {
					display:none;
				}


				.DZADM_AutoConnectTimeer > DIV {
					float:right;
				}
				.DZADM_AutoConnectTimeer > DIV > .btn {
					height:22px;
					padding:0 10px;
					font-size:9pt;
					vertical-align:top;
					margin-top:3px;
					border:1px solid #000;
					border-radius: 30px;
					line-height:100%;
				}


				.DZADM_AutoConnectTimeer #DZADM_AutoLogoutStop {
					background-color:#e9573f;
				}
				.DZADM_AutoConnectTimeer #DZADM_AutoLogoutStop::after {
					content:'해제';
				}
				.DZADM_AutoConnectTimeer #DZADM_AutoLogoutStop > i.fa:before {
					content: '\f056';
				}

				.DZADM_AutoConnectTimeer.off #DZADM_AutoLogoutStop {
					background-color:#967ADC;
				}
				.DZADM_AutoConnectTimeer.off #DZADM_AutoLogoutStop::after {
					content:'가동';
				}

				.DZADM_AutoConnectTimeer.off #DZADM_AutoLogoutStop > i.fa:before {
					content: '\f1da';

				}


				#DZADM_AutoLogoutCountdown {
					font-family: tahoma;
					text-decoration: none;
					letter-spacing:0;
					color:#d1d159;
					font-weight:bold;
				}
				.DZADM_AutoConnectTimeer.off #DZADM_AutoLogoutCountdown ,
				.DZADM_AutoConnectTimeer.off #DZADM_AutoLogoutCountdown + span {
					display:none;
				}

				.DZADM_AutoConnectTimeer #DZADM_AutoLogoutCountdown + span + span {
					display:none;
				}
				.DZADM_AutoConnectTimeer.off #DZADM_AutoLogoutCountdown + span + span {
					display:inline-block;
					color:#EE7F6D;
					letter-spacing:-1px;
				}






.admHeader + nav {
	/*margin-top:40px;*/
	padding-top:45px;
	overflow:hidden;
}
.admMenu {
	background-color:#353A40;
	border-top-width:0;
	position: relative;
	width:100%;
	height:140px;
	/*
	overflow:hidden;
	background-color:#2f5a8d;
	border:1px solid #000;
	*/
}

header.fixed .admMenu {
	position: fixed;
	top:-40px;
	z-index: 100;
	height: 140px;

	min-width: 1350px;
	/*overflow:hidden;*/

}

header.fixed .admMenu i.fa {
	visibility: hidden;
}
.admMenu > table {
	width:100%;
	height:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-left:1px solid #222;
	border-right:1px solid #444;

	border-collapse:collapse;
	table-layout:fixed;


}
.admMenu > table > tbody > tr > td ,
.admMenu > table > tbody > tr > th {
	border:0;
	padding:0;
	position: relative;
}

.admMenu > table > tbody > tr > th::before ,
.admMenu > table > tbody > tr > th::after {
	position: absolute;
	top:0;
	display:inline-block;
	content:'';
	width:1px;
	height:100%;
}
.admMenu > table > tbody > tr > th::before {
	left:0;
	background-color:#444;
}
.admMenu > table > tbody > tr > th::after {
	right:0;
	background-color:#222;
}
.admMenu > table > tbody > tr > th.Null:not(:last-of-type)::after {
	background-color:transparent;
}
.admMenu > table > tbody > tr > th.Null + th.Null::before {
	background-color:transparent;
}
.admMenu > table > tbody > tr > th.Null + th.Null:not(:last-of-type)::after {
	background-color:transparent;
}

.admMenu > table > tbody > tr > th > a {
	display:block;
	width:100%;
	height:100%;

	padding:18px 0 18px;
	font-size:11pt;
	font-family:'Malgun Gothic','맑은 고딕', -apple-system, 'AppleGothic';
	color:#fff;


}

.admMenu > table > tbody > tr > th.on > a ,
.admMenu > table > tbody > tr > th > a:hover {
	background-color:#212429;
	border-left:1px solid #444;
	border-right:1px solid #000;
}
.admMenu > table > tbody > tr > th.on > a  {
	box-shadow:inset 5px 5px 10px 0 rgba(0,0,0,.5);
	color:#ff0;
}
.admMenu > table > tbody > tr > th:hover +  th.on > a {
	border-left-color:#333 !important;
}
.admMenu > table > tbody > tr > th.on +  th > a:hover {
	border-left-color:#333 !important;
}

.admMenu > table > tbody > tr > th.on a::after {
	content: '';
	display: block;
	position: absolute;

	width: 0px;
	height: 0px;
	border-top:10px solid transparent;
	border-bottom:10px solid white;
	border-right: 10px solid transparent;
	border-left: 10px solid  transparent;

	bottom: -1px;
	left:50%;
	margin-left:-10px;
}


.admMenu > table > tbody > tr > th i {
	display:block;
	margin-bottom:10px;
}
.admMenu > table > tbody > tr > th.disabled > a {
	color:#777;
}
.admMenu > table > tbody > tr > th.disabled > a:hover {
	background-color:transparent;
	border:0;
}

.admMenu > table > tbody > tr > th span {
	display:block;
	overflow:hidden;
	word-wrap:normal;
	white-space:nowrap;
	width: 85%;
	margin: auto;
}




.horizontalTabs {
	width:100%;
	margin:auto;
	padding:0;
	border-spacing:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;
}
.horizontalTabs th {
	padding:3px;
	border:1px solid #fff;
}
.horizontalTabs th:first-child {
	padding-left:0;
}
.horizontalTabs th:last-child {
	padding-right:0;
}

.mode_bar_debug {
	background-color:#8362D6;
	background-color:#43485a;
	color:#eee;

}
.inforbox {
	background-color:#ffc;
	border:1px dotted #000;
	padding:10px;
	text-align:center;
	font-size:10pt;
	border-radius:5px;
}

.info_tipbox {
	border:1px solid #ddd;
	background:#fafafa;
	padding:15px 30px;
}
.info_tipbox ul {
	border:1px solid #ddd;
	background:#fff;
	padding:0 10px;
	margin:10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.info_tipbox ul > li {
	width:50%;
	padding:5px 10px;
	border-bottom:1px solid #ddd;
	font-size:9pt;
}

.info_tipbox ul > li:nth-last-child(2),
.info_tipbox ul > li:nth-last-child(2) + li {
	border-bottom:0;
}
.info_tipbox ul > li > span:first-of-type {
	display:inline-block;
	width:200px;
	font-weight:Bold;
	font-size:10pt;
}

UL.info_tip {
	width: 100%;
	margin:10px auto;
	padding:15px 25px 25px 45px;

    border-radius: 5px;
	background-color: #fff;
	font-size:14px;
	background-color:#ffe;
	/*
	border:1px dotted #000;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.35), inset 3px 3px 3px 0 rgba(0,0,0,.15) ;
	*/
	border: 1px solid #b99b5c;
	box-shadow: inset 2px 2px 5px 0 rgba(0,0,0,.1) ;

	list-style-type: disc;
	list-style-position: outside;

}
UL.info_tip > LI {
	padding-top:10px;
}


.inputtxt  {
	position: relative;
}
.inputtxt::after {
	content:'';
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 21px;
	/* z-index: 1; */
}
SPAN.inputtxt::after {
	right: 12px;
	top: 6px;
}
SPAN.inputtxt:has(INPUT[type="text"][data-fld])::after ,
SPAN.inputtxt:has(INPUT[type="text"][data-esse])::after {
	top: 10px;
}


.inputtxt-pay::after {
	content:'원';
}
.inputtxt-men::after {
	content:'명';
}
.inputtxt-px::after {
	content:'px';
}
.inputtxt > INPUT {
	padding-right:30px !important;
	text-align:right;
	font-weight:bold;
	font-size:12pt;
}
.inputtxt > INPUT.warn {
	font-size:9pt;
	font-weight:normal;
}

.inputtxt.disabled {
	overflow:hidden;
}

.inputtxt.disabled::after {
	color:#aaa;
}
.inputtxt.disabled::before {
	content:'';
	display: block;
	width: 200%;
	height: 5px;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 2px solid rgba(255,0,0,.3);
	position: absolute;
	top: calc(50% - 3px);
	left: -50%;
	-webkit-transform: rotate(145deg);
	-moz-transform: rotate(145deg);
	-ms-transform: rotate(145deg);
	-o-transform: rotate(145deg);
	transform: rotate(145deg);
}


/* 날짜이동 */
	.DZPS_searchMoveDateFlds {
		font-size:11pt;
		height:35px;
		border:1px solid #ccc;
		padding:5px;
		cursor:pointer;
		vertical-align: middle;
		float:left;
	}
	#DZPS_searchMoveYear.DZPS_searchMoveDateFlds {
		min-width:90px;
	}
	#DZPS_searchMoveMonth.DZPS_searchMoveDateFlds {
		min-width:75px;
	}
	#DZPS_searchMoveDaily.DZPS_searchMoveDateFlds {
		min-width:75px;
	}
	SELECT.DZPS_searchMoveDateFlds:not(:first-of-type) {
		border-left:0;
	}
	SELECT.DZPS_searchMoveDateFlds > OPTION {
		font-size:11pt;
	}
	BUTTON.DZPS_searchMoveDateFlds {
		width:35px;
		height:35px;
		border-right:0;
	}
	INPUT.DZPS_searchMoveDateFlds {
		position: absolute;
		width:0;
		height:35px;
		padding:0;
		outline: none;
		color:white;
		margin-left:-35px;
	}

	/* 날짜범위검색 높이 고정 */
	#dzDateRange DIV.datepicker {
		height:435px;
	}
	#dzDateRange .datepicker__month-day--first-day-selected::before,
	#dzDateRange .datepicker__month-day--last-day-selected::before {
		bottom:auto;
		top:-10px;
	}



				UL.joininfos > li {
					height:50px;
					border-bottom:1px solid #ddd;
				}
				UL.joininfos > li:last-child {
					border-bottom:0;
				}
				UL.joininfos > li > span {
					display:inline-block;
					padding:15px 10px;
					height:100%;
					width:250px;
					border-right:1px solid #ddd;
					background:#fafafa;
					text-align:center;
					font-weight:bold;
					vertical-align: middle;
				}
				UL.joininfos > li > div {
					display:inline-block;
					padding:9px 10px;
					height:100%;
					border-right:1px solid #ddd;
					text-align:center;
					vertical-align: middle;
				}
				UL.joininfos > li > div:last-child {
					border-right:0;
				}
				</style>


			<style>

		/* 갤러리형 리스트 */
		.grp_PageDesign { width:100%; list-style-type:none;   margin:20px 0; padding:15px 0; border-top:2px solid #000; border-bottom:1px solid #000;}
		.xTabsMenuEdge + .grp_PageDesign ,
		.grp_PageDesign + .grp_PageDesign {
			border-top-width:0;
		}
		.grp_PageDesign:after { content:''; display:block; clear:both; }
		.grp_PageDesign li { position:relative; overflow:hidden; width:23%; height:150px; padding:0; border:1px solid #ccc; float:left; margin:1%; background:#fff; background-size: cover; background-position: center; background-repeat: no-repeat; }
		.grp_PageDesign li > hr.cancel_line {
			display:none;
		}
		.grp_PageDesign li.on {
			border:2px solid #276ECC;
		}
		.grp_PageDesign li.off {
			border-color:#c00;
		}
		.grp_PageDesign li.off > hr.cancel_line {
			display:block;
			width:200%;
			height:5px; padding:0; margin0; background:transparent; border:2px solid rgba(255,0,0,.3);
			position:absolute;
			top: calc(50% - 3px);
			left:-50%;
			-webkit-transform: rotate(145deg);
			-moz-transform: rotate(145deg);
			-ms-transform: rotate(145deg);
			-o-transform: rotate(145deg);
			transform: rotate(145deg);
		}
		.grp_PageDesign li > .bg-rgba {
			background-color: rgba(255,255,255,.4);
		}
		.grp_PageDesign li > .bg-rgbadark {
			background-color: rgba(0,0,0,.2);
		}
		.grp_PageDesign > LI .bg-rgbadark:hover {
			background-color: rgba(0,0,0,0);
		}
		.grp_PageDesign > li.sortmoveing_preview {
			background:#ffc;
			border:1px dashed #000;
		}
		.grp_PageDesign > LI .txtbox {
			display:inline-block;
			border-radius: 5px;
			padding:3px 20px;
			background-color:rgba(255,255,255,.65);
		}
		.grp_PageDesign > LI .bg-rgbadark .txtbox {
			border:1px solid #444;
		}
		.grp_PageDesign > LI.null {
			width:100%;
			float:none;
			margin:50px 0;
			border-width:0;
			font-size: 15pt;
			color: #aaa;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.grp_PageDesign > LI.null::before,
		.grp_PageDesign > LI.null::after {
			content:'';
			display:block;
			clear:both;
		}
		.grp_PageDesign > LI ~ LI.null {
			display:none;
		}

		.grp_PageDesign UL.setlang {
			padding-top:10px;
		}
		.grp_PageDesign UL.setlang::after {
			display:block;
			content:'';
			clear:both;
		}
		.grp_PageDesign UL.setlang >  LI {

			border:1px solid #aaa;
			font-size:12px;
			border-radius: 5px;
			padding:0 5px;
			letter-spacing: -1px;

			width:auto;
			height:auto;
			display:inline-block;
			font-weight:normal;
			float: none;
			margin: 0;
		}
		.grp_PageDesign UL.setlang > LI + LI {
			margin-left:5px;
		}


		.grp_PageDesign .btn_move {
			position: absolute;
			top:0;
			right:0;
			color: #000;
			background-color:rgba(255,255,255,.7);
			padding:2px;
			cursor:move;
			z-index:1;
		}
		.grp_PageDesign .btn_move > i.fa {
			font-size:20px;
		}



		.previewCateogry {

		}
		.previewCateogry > li {
			padding:10px;
			border-bottom:1px dashed #ccc;
		}
		.previewCateogry > li:last-child {
			border-bottom:0;
		}



	.DZSMART_PagePreview {
		position: absolute;
		z-index:5;
		width:auto; height:auto; border:1px solid #aaa; background:#fafafa;
		border-radius:10px;

		box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);
		text-align:left;
		font-size:9pt;
	}
	.DZSMART_PagePreview::before {
		content:""; position:absolute;  display:inline-block;
		border-color:#999; border-style:solid; border-width:1px 1px 0 0;
		background:#fafafa;   width: 10px;   height: 10px;
		-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); transform:rotate(-45deg);
		top: -6px; left:50%; margin-left:-5px;
	}
	.DZSMART_PagePreview > .btn-close {
		position: absolute;
		right:8px;
		top:8px;
		z-index:10;
	}
	.DZSMART_PagePreview > ul > li {
		padding:10px 15px;
		border-bottom:1px solid #ddd;
	}
	.DZSMART_PagePreview > ul > li:last-child {
		border-bottom:0;
	}


/* 문자메세지 박스 */
.LmsMsgBox {
    width: 100%;
    height: 180px;
    padding: 15px;
    margin: auto;
    overflow: scroll;
    overflow-x: hidden;
    font-size: 14px;
    font-family: '돋움체',dotumche;
    line-height: 130%;
    word-break: break-all;
    resize: none;
    border: 1px solid #b9c5ed;
    background-color: #eaf2ff;

}
.LmsMsgArea {
	width:Auto;
}
.LmsMsgArea::after {
    content: '';
    clear: both;
    display: block;
}
.LmsMsgArea > DIV {
	font-size: 14px;
	border-top:1px solid #ddd;
	padding-top:10px;
}
.LmsMsgArea > .LmsMsgBox + DIV {
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
	font-family: 'verdana';
	font-size: 12px;
	color: #6699cc;
	padding-top: 5px;

	border:0;

}


		.social_area {
			display:inline-block;
			padding:5px 10px;
			border:1px solid #aaa;
			background:#fafafa;
			border-radius:5px;
			margin-right:5px;
			vertical-align: middle;
		}
		.social_area.naver {
			color:#fff;
			background-color: #1AC131;
			border-color:#21a233;
			text-shadow: -1px -1px 0 #21a233;
		}
		.social_area.kakao {
			color:#3a2020;
			background-color: #ffe94a;
			border-color:#b5a73f;
			text-shadow: -1px -1px 0 #f5f1d5;
		}
		.social_area.facebook {
			color:#fff;
			background-color: #425ea4;
			border-color:#344777;
			text-shadow: -1px -1px 0 #344777;
		}
		.social_area.google {
			color:#fff;
			background-color: #d84a3d;
			border-color:#a53f36;
			text-shadow: -1px -1px 0 #a53f36;
		}



		TR.null > TH, TR.null > TD {
			height:300px;
			color:#888;
			text-align:center;
			font-weight:normal;
			font-size:12pt;

		}


/* 기존 팝업창내에서 오류메세지 처리 */
.DZ_POPUPBOX_messageZone  > DIV.DocError {
	width:100%;
	height:100%;
	position: relative;
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
}
.DZ_POPUPBOX_messageZone  > DIV.DocError > H3 {
	position: relative;
	padding:20px 0;
	text-align:center;
	font-size: 18pt;
	color:#c00;
}
.DZ_POPUPBOX_messageZone  > DIV.DocError > H3 > i.fa {
	display:block;
}
.DZ_POPUPBOX_messageZone  > DIV.DocError > P {
	margin:auto;
}
.DZ_POPUPBOX_messageZone > DIV.DocError > BUTTON {
	display:none;
}


.DZADM_PopLayer .DZSMART_PageError {
	margin: 50px auto;
	padding:30px;
}

/* 다이얼로그 컨폼 조정 */
.ui-dialog.ConfirmMessageBox {
	border-radius: 7px;
	box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.ui-dialog.ConfirmMessageBox .ui-dialog-titlebar {
	margin:0;
	margin-top: 20px;
	margin-left: 20px;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-content {
	padding: 30px 30px 20px 140px;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-content > h3 {
	letter-spacing: -1px;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-content > DIV {
	/* color:#333; */
	padding-top:15px;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-content > DIV ~ DIV {
	padding-top:2px;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-buttonpane {
	padding-bottom:1.5em;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-buttonset > BUTTON  {
	font-size:11pt;
	padding:5px 40px;
	height:45px;
	border-radius: 4px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-buttonset > BUTTON:first-of-type  {
	padding:5px 85px;
	border-radius: 4px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-buttonpane {
	padding: 0.5em 1.5em 1em;
}

/* 공통 // 팝업창 */
.DZADM_PopLayer ,
.DZADM_PopLayerSub {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5000;
	text-align: center;
	vertical-align: middle;
	overflow:auto;
	background: #000;
	background-color: rgba(0,0,0,.2);

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;


	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;


	flex-wrap: wrap;
	justify-content: space-around;


	transition: all 0.3s ease;

}
#DZPS_PageLoading + .DZADM_PopLayer {
	opacity:0;
}


.DZADM_PopLayer > DIV ,
.DZADM_PopLayerSub > DIV {
	position: relative;
	min-width:320px;
	max-width: 95%;
	max-height:95%;

	background-color:#fff;
	border:2px solid #000;
	box-shadow:0 0 0 7px rgba(0,0,0,.25);
	border-radius:0;
	overflow:auto;
	cursor:default;
	/* transition: all 1.5s; */
}
.DZADM_PopLayer > DIV > .btn-close ,
.DZADM_PopLayerSub > DIV > .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.DZADM_PopLayer > DIV.DocError ,
.DZADM_PopLayerSub > DIV.DocError {
	width:400px;
	min-height: 280px;
	max-height: 500px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.DZADM_PopLayer > DIV.DocError > H3 ,
.DZADM_PopLayerSub > DIV.DocError > H3 {
	position: relative;
	color:#fff;
	padding:10px 20px;
	text-align:center;
	background:#2d62a7;
	border-bottom:1px solid #214f8a;
	font-size: 15pt;
	text-shadow: 2px 2px rgba(0,0,0,.2);
	letter-spacing: -1px;
	height:60px;

	background-color:#DC3519;
	border-color:#ab2812;
	display: flex;
	align-items: center;
	justify-content: center;
}
.DZADM_PopLayer > DIV.DocError > P ,
.DZADM_PopLayerSub > DIV.DocError > P {
	width: calc(100% - 100px);
	margin:auto;
}
.DZADM_PopLayer > DIV.DocError > P + BUTTON ,
.DZADM_PopLayerSub > DIV.DocError > P + BUTTON {
    width: calc(100% - 60px);
    height: 50px;
    padding: 0 20px;
    margin:30px auto;

}



/* 내용 */
.DZADM_PopLayer > DIV > DIV ,
.DZADM_PopLayerSub > DIV > DIV {
	width:100%;
	height:auto;
	padding: 30px;

	text-align:left;
	overflow:auto;
}
.DZADM_PopLayer > DIV > DIV::after ,
.DZADM_PopLayerSub > DIV > DIV::after {
	display:block;
	content:'';
	clear:both;
}
.DZADM_PopLayer > DIV > DIV > .btn-close ,
.DZADM_PopLayerSub > DIV > DIV > .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
}



.DZADM_PopLayerSub.sideleft > DIV {
	margin-left:-500px;

}

	.ui-selectable-helper {
		position: absolute;
		z-index: 100;
		border: 2px dotted black;
		background-color:rgba(255, 165, 0, .35);
	}



/* 날짜검색 */
.DZADM_SearchDate ,
.DZADM_SearchTerm {
	font-size:11pt;
	height:35px;
	padding:5px;
	cursor:pointer;
	vertical-align: middle;

	position:relative;
	min-width:35px;
	min-height:35px;
	padding:5px 15px;
	border-radius:5px;
}
.DZADM_SearchDate.h40 ,
.DZADM_SearchTerm.h40 {
	height:40px;
	padding-top:7.5px;
}
.DZADM_SearchDate > LABEL ,
.DZADM_SearchTerm > LABEL {
	font-size:10pt;
	/*font-weight:bold;*/
	font-weight:500;
}
.DZADM_SearchDate > LABEL::before ,
.DZADM_SearchTerm > LABEL::before {
	content: "\f073";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 1.2em;
	line-height: 1;
	vertical-align: -2%;

	padding-right:10px;
}

.DZADM_SearchDate > INPUT ,
.DZADM_SearchTerm > INPUT {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:35px;
	padding:0;
	outline: none;
	color:transparent;
	background:transparent;
	border:0;
	cursor:pointer;
}
.DZADM_SearchDate > BUTTON ,
.DZADM_SearchTerm > BUTTON {
	width:25px;
	height:25px;
	margin-top:-4px;
	margin-right:-12px;
	margin-left:5px;
	padding:0;
	display:none;
	border-radius:5px;
}


/* 검색박스 (민원응대 목록에서 사용)*/
.DZADM_SearchBox {
	width: calc(100% - 10px);
	margin:auto;
	border:1px solid #aaa;
	padding:20px;
	margin-top:5px;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.DZADM_SearchBox SELECT,
.DZADM_SearchBox OPTION,
.DZADM_SearchBox INPUT,
.DZADM_SearchBox .btn {
	font-size:10pt;
	border-radius:0;
}

.DZADM_SearchBox > SPAN + SPAN {
	margin-left:5px;
}
.DZADM_SearchBox > fieldset {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.DZADM_SearchBox > fieldset::after {
	content:'';
	display:block;
	clear:both;
}
.DZADM_SearchBox > fieldset + fieldset {
	margin:0;
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #ccc;
}

.DZADM_SearchBox > fieldset > DIV {
	width: auto;
	margin:10px;
	font-size: inherit;
	line-height: inherit;
	border:0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}
.DZADM_SearchBox > fieldset > div + div {
	margin-left:10px;
}
.DZADM_SearchBox DIV > INPUT.dzFld {
	width:165px;
	height:40px;
	border-right:0;
}
.DZADM_SearchBox DIV > INPUT.dzFld ~ BUTTON {
	min-width:70px;
	height:40px;
}
.DZADM_SearchBox DIV > INPUT.dzFld + BUTTON + BUTTON {
	width:40px;
	min-width:40px;

	padding: 0;
	display: none;
	align-items: center;
	justify-content: center;
}


.DZADM_SearchBox DIV.on {
	box-shadow: 0 0 0 5px #ffcc00;
}
.DZADM_SearchBox DIV.on > .dzFld {
	border-color:#cc9700;
}

.DZADM_SearchBox DIV.on > INPUT.dzFld {
	width:125px;
}
.DZADM_SearchBox DIV.on > INPUT.dzFld + BUTTON + BUTTON {
	display:flex;
}
.DZADM_SearchBox DIV.on + DIV.on {

}

.DZADM_SearchBox DIV > SELECT.dzFld {
	min-width:235px;
}
.DZADM_SearchBox DIV > SELECT.dzFld ~ SELECT.dzFld {
	border-left:0;
}
.DZADM_SearchBox DIV > SELECT.dzFld + BUTTON {
	width:42px;
	height:40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:-42px;
	display:none;
}
.DZADM_SearchBox DIV.on > SELECT.dzFld + BUTTON {
	display:flex;
}

.DZADM_SearchBox .DZADM_SearchTerm ,
.DZADM_SearchBox .DZADM_SearchDate {
	width:235px;
	height:40px;
}

.DZADM_SearchBox .DZADM_SearchTerm > INPUT ,
.DZADM_SearchBox .DZADM_SearchDate > INPUT {
	height:40px;
}

.DZADM_SearchBox .DZADM_SearchTerm > BUTTON ,
.DZADM_SearchBox .DZADM_SearchDate > BUTTON {
	display: none;
	justify-content: center;
	align-items: center;
	margin:0;
	position: absolute;
	right: 0;
	top:0;
	width:40px;
	height:40px;
}
.DZADM_SearchBox .DZADM_SearchTerm > BUTTON .btn-close ,
.DZADM_SearchBox .DZADM_SearchDate > BUTTON .btn-close {
	width: 20px;
	height: 20px;
}
.DZADM_SearchBox .DZADM_SearchDate:has(INPUT:valid) {
	box-shadow: 0 0 0 5px #ffcc00;
}
.DZADM_SearchBox .DZADM_SearchTerm:has(INPUT:valid) > BUTTON ,
.DZADM_SearchBox .DZADM_SearchDate:has(INPUT:valid) > BUTTON {
	display:flex;
}























/* 위지윅 에디터 */
.ck-source-editing-area ,
.ck-editor__editable:not(.ck-editor__nested-editable) {
	min-height: 350px;
}
.btn-WYSIWYG.active > i.fa-toggle-off {
	color:#4A89DC;
}
.btn-WYSIWYG.active > i.fa-toggle-off::before {
	content: "\f205";
}








/* 파일 관리 갤러리 */
.fileCtl_gallery {

}
UL.fileCtl_gallery {
	width:100%;
	margin-top:10px;
	padding: 15px;
	padding-left:0;
	padding-right:0;
	border-top:2px solid #000;
	border-bottom:1px solid #000;

	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
UL.fileCtl_gallery:empty::after {
	content:'등록된 이미지가 없습니다.';
	width:100%;
	font-size:15pt;
	color:#ccc;
	display:block;
	text-align:center;
	padding:80px 0;
}
UL.fileCtl_gallery > LI {
	width:calc(100% / 3);
	height:auto;
	padding:20px;
}
UL.fileCtl_gallery > LI.ui-sortable-handle { position:relative;  }

UL.fileCtl_gallery .photoarea {
	position: relative;
	width:100%;
	min-height:150px;
	padding:15px;
	border:1px solid #ccc;
	background:#fff;
	text-align:center;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;

}
UL.fileCtl_gallery .photoarea > IMG {
	position: relative;
	z-index:1;
	max-width:330px;
	max-height: 330px;
}
UL.fileCtl_gallery .photoarea > I.fa {
	position: absolute;
	z-index: 3;
	color:#fff;
}
UL.fileCtl_gallery .photoarea > I.icon-File {
	color:#222;
}
UL.fileCtl_gallery .photoarea > .photoloader {
	position:absolute;
	top: 0;
	right: 0;
	z-index:2;
	display:block;
	width:100%;
	height:100%;
	background-color:#fff;
}
UL.fileCtl_gallery .photoarea.Loading > .photoloader {
	width:100%;
	opacity: 0.85;
}
UL.fileCtl_gallery .photodata {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;


	width:100%;
	border:1px solid #ccc;
	border-top-width:0;

	font-size:13px;
}
UL.fileCtl_gallery .photodata > DT ,
UL.fileCtl_gallery .photodata > DD {
	display: flex;
	align-items: center;

	padding:5px;
	border-top:1px solid #ccc;
	min-height:40px;
}
UL.fileCtl_gallery .photodata > DT {
	justify-content: center;
	width:25%;
	background-color:#eee;
}
UL.fileCtl_gallery .photodata > DD {
	width:100%;
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
UL.fileCtl_gallery .photodata > DD DIV {
	width:100%;
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
UL.fileCtl_gallery .photodata > DT + DD {
	width:75%;
	padding:5px 10px;
}
UL.fileCtl_gallery .photodata > DD:first-of-type {
	border-top-width:0;
}
UL.fileCtl_gallery .photodata INPUT[type='date'],
UL.fileCtl_gallery .photodata INPUT[type='text'] {
	width:100%;
	height:30px;
	border:1px solid #ddd;
	border-top-color:#bbb;
	border-left-color:#bbb;
	background-color:#f5f5f5;
}
UL.fileCtl_gallery .photodata INPUT[type='date']:valid:not(:focus) ,
UL.fileCtl_gallery .photodata INPUT[type='text']:valid:not(:focus) {
	border-width:0;
	background-color:transparent;
}
UL.fileCtl_gallery .photodata INPUT[type='date']:not(:focus):valid::-webkit-calendar-picker-indicator:not(:focus) {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	background: transparent;
	color: transparent;
	cursor: pointer;
}


UL.fileCtl_gallery .photodata BUTTON {
	width: calc(100% / 3);
	height:30px;
}




/* 매출정산 */
.ReportTbl th {
	border-bottom-color:#bbb;
}
.ReportTbl td {
	border-bottom-color:#ccc;
}
.ReportTbl TR.inpos-card TD.inpos-card ,
.ReportTbl TR.inpos-cash TD.inpos-cash ,
.ReportTbl TR.inweb-card TD.inweb-card ,
.ReportTbl TR.inweb-cash TD.inweb-cash ,
.ReportTbl TR.outpos-card TD.outpos-card ,
.ReportTbl TR.outpos-cash TD.outpos-cash ,
.ReportTbl TR.outweb-card TD.outweb-card ,
.ReportTbl TR.outweb-cash TD.outweb-cash  {
	background-color:#c00 !important;
	color:#ff0 !important;
	position: relative;
	font-weight:bold;
}








/* 경고창 */
.AlertPOP {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
	z-index: 999999;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	align-content: center;
	cursor: default;
}
.AlertPOP > DIV {
    position: relative;
	width: auto;
	height: auto;
	font-size: 16px;
	box-shadow: 0 0 25px rgba(0,0,0,.25);
	cursor: default;
	font-weight: 600;

	max-width: 90%;
	border: 2px solid #993;
	color: #773;
	background-color: #ff6;
	text-shadow: -1px -1px 1px #fff;
	border-radius: 12px;

	/*
	padding: 25px 55px;
	background-color: rgba(255,240,235,.95);
	border-color: #c00;
	*/
	color: #a00;

	padding: 45px 80px;
	background-color: rgba(255,240,235, 1);
	border-color:#252832;
	cursor:pointer;
}
.AlertPOP > DIV::after {
	content:'';
	display:block;

}
.AlertPOP > DIV::before,
.AlertPOP > DIV::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 20px;
	width: 2px;
    height: 24px;
	background-color: #2E313D;
	transform: rotate(45deg);
	transform-origin: center;
}

.AlertPOP > DIV::after {
	transform: rotate(-45deg);
}







/* 기본 버튼 btn-pos */
.btn-pos {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;

	position: relative;
	top: 0;
	left: 0;
	border-radius: 3px;

	height:100%;
	line-height: 125%;

	text-shadow:1px 1px 0 rgba(255,255,255,1);
	background-color: #eee;
	border:1px solid #ccc;
	border-right-color:#999;
	border-bottom-color:#999;


	vertical-align:middle;


	background-repeat:repeat-x;
	text-transform: uppercase;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,.75), 1px 1px 0 1px rgba(0,0,0,.1);

	background-image:-webkit-linear-gradient(right bottom, #fff 40%, #ddd 80%);
	background-image:linear-gradient(to right bottom, #fff 40%, #ddd 80%);
}
.btn-pos.mark-disc::after {
	content:'';
	position: absolute;
	display: block;
	top: 0;
	right: 5px;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #8362D6;
	text-shadow: 1px 1px #fff;
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #8362D6;
	top: -15px;
	left: -15px;
	right: auto;
	box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 50%);
	transform: rotate( 45deg );

}

.btn-pos.c {
	align-items: center;
}
.btn-pos.null ,
.btn-pos.disabled {
	cursor:not-allowed;
	top:1px;
	left:1px;
	color:#aaa;
	border-color:#bbb;
	background-image:-webkit-linear-gradient(right bottom, #f1f2f3 40%, #e1e2e3 80%);
	background-image:linear-gradient(to right bottom, #f1f2f3 40%, #e1e2e3 80%);
	box-shadow:inset 1px 1px 0 rgba(255,255,255,.9);

}
.btn-pos.null {
	background:#eee;
}

.btn-pos:not(.disabled):active {

	top:1px;
	left:1px;

	box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,.2);
	border-color:#aaa;
	border-top-color:#999;
	border-left-color:#999;

	background-color: #e5e5e5;
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(right bottom, #e5e5e5 20%, #eee 80%);
	background-image:linear-gradient(to right bottom, #e5e5e5 20%, #eee 80%);
}
.btn-pos.on:not(.disabled) {

	top:1px;
	left:1px;
	box-shadow:inset 3px 3px 5px 0px rgba(0,0,0,.2);
	box-shadow:inset 3px 3px 5px 0px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.85);
	border-color:#aaa;
	border-top-color:#999;
	border-left-color:#999;

	background-color: #e5e5e5;
	background-repeat:repeat-x;

	background-image:-webkit-linear-gradient(right bottom, #fafafa 30%, #dadada 70%);
	background-image:linear-gradient(to right bottom, #fafafa 30%, #dadada 70%);

}

.btn-pos.chked:not(.disabled)::before {
    content: "\f096";
    position: absolute;
    top: 2px;
    left: 2px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13pt;
    color: #353546;
}
.btn-pos.on.chked:not(.disabled)::before {
    content: "\f14a";
}

.btn-pos.disabled .txt-blue ,
.btn-pos.disabled .txt-red ,
.btn-pos.disabled .txt-green ,
.btn-pos.disabled .txt-azure ,
.btn-pos.disabled .txt-violet ,
.btn-pos.disabled .txt-cyan ,
.btn-pos.disabled .txt-yellow {
	color:#999;
}


.btn-pos.btn-dark:not(.disabled) ,
.btn-pos.btn-blue:not(.disabled) ,
.btn-pos.btn-azure:not(.disabled) ,
.btn-pos.btn-green:not(.disabled) ,
.btn-pos.btn-violet:not(.disabled) ,
.btn-pos.btn-yellow:not(.disabled) ,
.btn-pos.btn-red:not(.disabled) {
	box-shadow : inset 1px 1px 0 rgba(255,255,255,0.3), 1px 1px 0 1px rgba(0,0,0,0.1);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.4);
	font-weight: bold;
	background-repeat: repeat-x;
	color: #eee;
}
.btn-pos.btn-dark:not(.disabled).on::before ,
.btn-pos.btn-blue:not(.disabled).on::before ,
.btn-pos.btn-azure:not(.disabled).on::before ,
.btn-pos.btn-green:not(.disabled).on::before ,
.btn-pos.btn-violet:not(.disabled).on::before ,
.btn-pos.btn-yellow:not(.disabled).on::before ,
.btn-pos.btn-red:not(.disabled).on::before {
	color:#fafafa;
}

.btn-pos.btn-blue:not(.disabled) {
	border-color: #2b5081;
	background-image: -webkit-linear-gradient(to right bottom, #659ade 40%, #276ECC 80%);
	background-image: linear-gradient(to right bottom, #659ade 40%, #276ECC 80%);
}
.btn-pos.btn-blue:not(.disabled).on ,
.btn-pos.btn-blue:not(.disabled):active {
	color: #eee;
	background-image: -webkit-linear-gradient(to right bottom, #276ECC 0%, #659ade 100%);
	background-image: linear-gradient(to right bottom, #276ECC 0%, #659ade 50%);
	box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,.3);
}

.btn-pos.btn-azure:not(.disabled) {
	border-color: #327e6d;
	background-image: -webkit-linear-gradient(to right bottom, #6ac8c3 40%, #3893a2 80%);
	background-image: linear-gradient(to right bottom, #6ac8c3 40%, #3893a2 80%);
}
.btn-pos.btn-azure:not(.disabled).on ,
.btn-pos.btn-azure:not(.disabled):active {
	color: #eee;
	background-image: -webkit-linear-gradient(to right bottom, #3893a2 0%, #6ac8c3 100%);
	background-image: linear-gradient(to right bottom, #3893a2 0%, #6ac8c3 50%);
	box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,.3);
}

.btn-pos.btn-green:not(.disabled) {
	border-color: #367e32;
	background-image: -webkit-linear-gradient(to right bottom, #72c86a 40%, #46a238 80%);
	background-image: linear-gradient(to right bottom, #72c86a 40%, #46a238 80%);
}
.btn-pos.btn-green:not(.disabled).on ,
.btn-pos.btn-green:not(.disabled):active {
	color: #eee;
	background-image: -webkit-linear-gradient(to right bottom, #46a238 0%, #72c86a 100%);
	background-image: linear-gradient(to right bottom, #46a238 0%, #72c86a 50%);
	box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,.3);
}





.btn-pos.btn-red:not(.disabled) {
	border-color: #932c2c;
	background-image: -webkit-linear-gradient(to right bottom, #d14c77 40%, #a71d1d 80%);
	background-image: linear-gradient(to right bottom, #d14c77 40%, #a71d1d 80%);
}
.btn-pos.btn-red:not(.disabled).on ,
.btn-pos.btn-red:not(.disabled):active {
	color: #eee;
	background-image: -webkit-linear-gradient(to right bottom, #a71d1d 0%, #d14c77 100%);
	background-image: linear-gradient(to right bottom, #a71d1d 0%, #d14c77 50%);
	box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,.3);
}
.btn-pos.btn-dark:not(.disabled) {
	border-color: #333;
	box-shadow : inset 1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 1px rgba(0,0,0,0.1);
	background-image: -webkit-linear-gradient(to right bottom, #51566C 40%, #3B3F4F 80%);
	background-image: linear-gradient(to right bottom, #51566C 40%, #3B3F4F 80%);
}
.btn-pos.btn-dark:not(.disabled).on ,
.btn-pos.btn-dark:not(.disabled):active {
	color: #eee;
	background-image: -webkit-linear-gradient(to right bottom, #3B3F4F 0%, #51566C 100%);
	background-image: linear-gradient(to right bottom, #3B3F4F 0%, #51566C 50%);
	box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,.3);
}

.btn-pos.btn-violet:not(.disabled) {
	border-color: #623585;
	background-image: -webkit-linear-gradient(to right bottom, #967ADC 40%, #7652D1 80%);
	background-image: linear-gradient(to right bottom, #967ADC 40%, #7652D1 80%);
}
.btn-pos.btn-violet:not(.disabled).on ,
.btn-pos.btn-violet:not(.disabled):active {
	color: #eee;
	background-image: -webkit-linear-gradient(to right bottom, #7652D1 0%, #967ADC 100%);
	background-image: linear-gradient(to right bottom, #7652D1 0%, #967ADC 50%);
	box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,.3);
}
.btn-pos.btn-yellow:not(.disabled) {
	border-color: #ab8328;
	background-image: -webkit-linear-gradient(to right bottom, #f3a932 40%, #e3912c 80%);
	background-image: linear-gradient(to right bottom, #f3a932 40%, #e3912c 80%);
	text-shadow:-1px -1px 0 rgba(122,80,2,.7);
	/*
	text-shadow: -1px -1px 0 rgba(96,44,0,0.4);
	background-image: -webkit-linear-gradient(to right bottom, #fda748 40%, #fd8d3c 80%);
	background-image: linear-gradient(to right bottom, #fda748 40%, #fd8d3c 80%);
	*/

}
.btn-pos.btn-yellow:not(.disabled).on ,
.btn-pos.btn-yellow:not(.disabled):active {
	color: #eee;
	/*
	background-image: -webkit-linear-gradient(to right bottom, #fd8d3c 0%, #fda748 100%);
	background-image: linear-gradient(to right bottom, #fd8d3c 0%, #fda748 50%);
	*/
	background-image: -webkit-linear-gradient(to right bottom, #a99410 40%, #cfb227 80%);
	background-image: linear-gradient(to right bottom, #a99410 40%, #cfb227 80%);

	box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,.3);
}

.btn-pos.icon-left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}






/* 조직편제 */
SELECT.Depart ,
SELECT.bizDepart {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
SELECT.Depart + SELECT ,
SELECT.bizDepart + SELECT {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width:0;
}
SELECT.Depart:last-of-type ,
SELECT.bizDepart:last-of-type {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


/* 조직편제 목록 */
.OperList {
	width:100%;
	border:1px solid #ccc;
	margin-top:10px;
}
.OperList:empty {
	display:none;
}
.OperList + .OperNull {
	display:none;
    width: 100%;
	height:40px;
	padding:5px 15px;
    border: 1px solid #aaa;
    margin-top: 10px;
	color:#777;
	background: #eee;

}
.OperList:empty + .OperNull {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.OperList > LI {
	width:100%;
	border-bottom:1px solid #ddd;
	padding:5px;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.OperList > LI:hover {
	background-color:#f1f2f3;
}
.OperList > LI:last-of-type {
	border-bottom-width:0;
}
.OperList > LI > LABEL.fr {
	float:none;
	margin-left:auto;
	margin-right:10px;
}
.OperList > LI > LABEL.fr > SPAN {
	vertical-align:0;
}












/* 탭메뉴 */
.xTabsRow {
	width: 100%;
	height:50px;
	margin:50px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.xTabsMenuEdge ~ .xTabsRow {
	margin:50px 0;
	padding:0;
}
.xTabsRow:empty {
	display:none;
}

.xTabsRow > .xTabsAdmMenuBoxs {
	width: calc(100% - 70px);
	height:100%;
	margin:0;
}
.xTabsRow > .xTabsAdmMenuBoxs:empty {
	display:none;
}
.xTabsRow > .xTabsAdmMenuBoxs > li:nth-of-type(3) ~ li:last-of-type {
	border-right-width:0;
}

.xTabsRow > UL:nth-last-child(1) {
	width:100%;
}


.xTabsAdmMenuBoxs  {
	width: 100%;
	border:1px solid #999;

	/*border-right:0;*/
	background-image: -webkit-linear-gradient(right,#e5e5e5 30%,#fff 120%);
	background-image: linear-gradient(to right,#e5e5e5 30%,#fff 120%);
	background:#f1f2f3;

	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	margin: 50px 0;

}
.xTabsAdmMenuBoxs > LI {
	position: relative;
	width:100%;
	max-width: calc(100% / 4);

	height: 100%;
	border-right: 1px solid #999;

	line-height: 120%;
	text-align:center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	background-color:#fafafa;

	background-image: -webkit-linear-gradient(right bottom,#fff 40%,#ddd 80%);
	background-image: linear-gradient(to right bottom,#fff 40%,#ddd 80%);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);

}
.xTabsAdmMenuBoxs > LI:hover {
	background-image: -webkit-linear-gradient(right bottom,#ddd 40%,#fff 80%);
	background-image: linear-gradient(to right bottom,#ddd 40%,#fff 80%);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}
/*
.xTabsAdmMenuBoxs > LI:nth-of-type(n+2) {
	margin-left:-1px;
}
.xTabsAdmMenuBoxs > LI:last-of-type {
	border-right-width:0;
}
*/


.xTabsAdmMenuBoxs > LI.selected {
	z-index:1;
	border-radius:5px;
	border-width:0;
	background-image: -webkit-linear-gradient(right bottom,#ddd 40%,#fff 80%);
	background-image: linear-gradient(to right bottom,#ddd 40%,#fff 80%);
	box-shadow:  0 0 0 3px #000, inset 0 0 0 5px #ffa;
}

.xTabsAdmMenuBoxs > LI A {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;


	font-weight: 500;
	font-family: 'Noto Sans KR','Malgun Gothic',dotum,Sans-serif,AppleGothic;
}
.xTabsAdmMenuBoxs > LI A .txt-yellow {
	color: #996c0f;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 탭메뉴 UL */
UL.xTabsAdmMenu {
	width:100%;
	height:55px;
	overflow:hidden;
	margin:30px auto 20px;
	border-spacing:0;
	padding:0;
	border:0;

	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: nowrap;

}
UL.xTabsAdmMenu:has(li:first-child:nth-last-child(1)) { display:none; }
UL.xTabsAdmMenu > li {
	display:flex;
	flex:1;

	align-items: center;
	justify-content: center;

	text-align:center;
	border:1px solid #ccc;
	/*border-color:#e7e7e7;*/
	border-color:#ddd;
	background:#fafafa;
	border-bottom:2px solid #000;
	vertical-align:middle;
}
UL.xTabsAdmMenu > li:not(.selected):has(+ LI:not(.blank)) {
	border-right-width:0;
}
UL.xTabsAdmMenu > li.blank {
	border:0;
	background:transparent;
	border-bottom:2px solid #000;
	position: relative;
	z-index: 1;
}
UL.xTabsAdmMenu > li.blank[class*="w"] {
	flex:none;
}

UL.xTabsAdmMenu > LI.selected {
	border:2px solid #000;
	border-bottom-width:0;
	vertical-align:middle;
	height:100%;
	position: relative;
	background: linear-gradient(180deg, rgba(222,222,222,0.8) 0%, rgba(255,255,255,1) 40%);
	box-shadow:inset 0 0 0 1px #fff;
}
UL.xTabsAdmMenu > LI.selected::before ,
UL.xTabsAdmMenu > LI.selected::after {
	content:'';
	display:block;
	width: 0px;
	height: 0px;
	opacity: .25;

	position: absolute;
	top:-0px;
}
UL.xTabsAdmMenu > LI.selected::before {
	left:-8px;

	border-top: 50px solid #555;
	border-right: 0px solid transparent;
	border-left: 6px solid transparent;
}
UL.xTabsAdmMenu > LI.selected::after {
	right:-8px;

	border-top: 50px solid #555;
	border-right: 6px solid transparent;
	border-left: 0px solid transparent;
}
UL.xTabsAdmMenu > LI.blank + LI.selected::before {
	display:none;
}
UL.xTabsAdmMenu > LI.selected:has(+LI.blank)::after {
	display:none;
}

UL.xTabsAdmMenu A {
	display:block;
	width:100%;
	height:100%;
	padding:5px;
	text-align:center;
	color:#aaa;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	white-space:nowrap; text-overflow:ellipsis; overflow:hidden;
	text-decoration:none;
	line-height: 1.2;


    display: flex;
	flex-wrap: wrap;
	align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
UL.xTabsAdmMenu A:link, UL.xTabsAdmMenu A:visited, UL.xTabsAdmMenu A:active {
	color:#aaa;
}


UL.xTabsAdmMenu A:hover {
	color:#000;
	text-decoration:none;
}
UL.xTabsAdmMenu > LI.selected > A ,
UL.xTabsAdmMenu A.chked {
	padding:5px;
	color:#000;
}




/* 파일 다운로드 목적 선택 */
#FileDownloadMessageZone {
	margin-top:30px;
}
#FileDownloadMessageZone LI {
	display:block;
	height:45px;
	padding:10px 15px;
	font-size:11pt;
	border-top:1px solid #ddd;
	text-align:left;
}
#FileDownloadMessageZone INPUT {
	width:65%;
	margin-right:10px;
}
#FileDownloadMessageZone INPUT.fdmsg {
	width: 18px;
	height: 18px;
	vertical-align: text-bottom;
}



/* 하단에 누적되는 경고창 */
#AlertArea {
	width:auto;
	height:auto;
	position: fixed;
	bottom:10px;
	right:10px;
	z-index: 10500;
}
#AlertArea > .SlideAlert {
	position: relative;
	padding:10px 10px 10px 20px !important;
}
#AlertArea > .SlideAlert::after {
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	content: "\f00d";
	color:#E9573F;
	margin-left:10px;
}
#AlertArea > .SlideAlert + .SlideAlert {
	margin-top:5px;
}
#AlertArea > .SlideAlert:nth-last-child(2) { opacity: .9 !important; }
#AlertArea > .SlideAlert:nth-last-child(3) { opacity: .8 !important; }
#AlertArea > .SlideAlert:nth-last-child(4) { opacity: .7 !important; }
#AlertArea > .SlideAlert:nth-last-child(5) { opacity: .6 !important; }
#AlertArea > .SlideAlert:nth-last-child(6) { opacity: .5 !important; }
#AlertArea > .SlideAlert:nth-last-child(7) { opacity: .4 !important; }
#AlertArea > .SlideAlert:nth-last-child(8) { opacity: .3 !important; }
#AlertArea > .SlideAlert:nth-last-child(9) { opacity: .2 !important; }
#AlertArea > .SlideAlert:nth-last-child(10) { opacity: .1 !important; }
.SlideAlert {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;

	background-color: rgb(17,49,89,.85);
	padding: 35px 50px;
	border-radius: 10px;
	z-index: 10500;
	transition: all .5s ease;

	font-size: 14px;

	border:3px solid #ffd400;
	color:#f5f5f5;
	font-weight:bold;
	text-shadow:-1px -1px 1px rgba(0,0,0,.5);
	box-shadow:0 0 10px rgba(0,0,0,.5);
}
.SlideAlert.red {
	background-color:#112a59d9;
}
.SlideAlert.red {
	background-color:#790505d9;
}
.SlideAlert.green {
	background-color:#11591dd9;
}
.SlideAlert.green {
	background-color:#11591dd9;
}
.SlideAlert.dark {
	background-color:#2f2f2fd9;
}
.SlideAlert.yellow {
	background-color:#595011d9;
}



















/* 운영권한 */
.OperateTbl:not(TD) .operFld {
	display:none;
}
.DepartOpers INPUT[type='checkbox']:checked + .operFld {
	display:block;
}
.DepartOpers .OperateZone {
	padding:5px;
	border:1px solid #aaa;
	box-shadow:inset 2px 2px 5px 0 rgba(90,90,90,.15);
}
.DepartOpers INPUT[type='checkbox']:checked ~ .OperateZone {
	margin-top:10px;
}

.DepartOpers .OperateZone:empty {
	display:none;
}
.DepartOpers .OperateZone > li {
	padding:5px 10px;
	border-bottom:1px dashed #ccc;
}
.DepartOpers .OperateZone > li:last-of-type {
	border-bottom-width:0;
}
.DepartOpers .OperateZone > li:not(.fix) {
	opacity: 0.5;
}
.DepartOpers .OperateZone > li.del {
	opacity: 0.5;
}
.DepartOpers .OperateZone > li.del .btn,
.DepartOpers .OperateZone > li.del .btn:hover {
	background:transparent;
	color:#c00;
	text-shadow:none;
}
.DepartOpers .OperateZone > li.del .btn > i.fa::before {
	content:"\f00d";
}
.DepartOpers .OperateZone > li > LABEL {
	margin-top: 4px;
}
.DepartOpers .OperateZone > li > LABEL::before {
	vertical-align: -7px;
}
.DepartOpers .OperateZone > li > LABEL SPAN {
	vertical-align: middle;
}
.DepartOpers .OperateZone > li > INPUT.dzFld:disabled + LABEL {
	opacity: .35;
}

.OperateTbl TR.DepartOpers > TH ,
.OperateTbl TR.DepartOpers > TD {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	vertical-align: top;
}
/*
.OperateTbl TR.DepartOpers > TH:nth-of-type(2) {
	border-left:1px solid #000;
}
*/
.OperateTbl TR.DepartOpers > TH:nth-of-type(n+2) {
	border-left:2px solid #000;
}
.DZADM_DepartOper_LogView:has( + .btn) {
	border-radius:5px;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.DZADM_DepartOper_LogView + .btn {
	border-radius:5px;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}














/* 객실예약 및 종량제 등의 결제 창 */

.expApp_refund_imagine {
	font-size:10pt;
	background-color:#ffc;
	border-bottom:1px dashed #aaa;
}
.expApp_refund_imagine > INPUT {
	width:16px;
	height:16px;
	margin-right:5px;
	vertical-align: text-bottom;
}

/* 환불목록의 옵션 */
TR.ReqOptRow ~ TR.ReqPurRow TD {
	border-top-width:2px;
	border-top-color:#000;
}
TR.ReqOptRow TD {
	height:30px;
	padding-top:0 !important;
	padding-bottom:0 !important;
}
TR.ReqPurRow .issue {
	background: #ff7 !important;
}



.POPUP_BOX .PopListTbl TR > TD ,
.DZADM_PopLayer .PopListTbl TR > TD ,
.DZADM_PopLayerSub .PopListTbl TR > TD {
	padding:5px;
	height:40px;
	text-align:center;
	line-height:120%;
}
.POPUP_BOX .PopListTbl TR > TD:first-of-type ,
.DZADM_PopLayer .PopListTbl TR > TD:first-of-type  ,
.DZADM_PopLayerSub .PopListTbl TR > TD:first-of-type {
	padding:0;
}



.POPUP_BOX H4 ,
.DZADM_PopLayer H4 ,
.DZADM_PopLayerSub H4 {
	font-size: 14.5pt;
}
.POPUP_BOX H4 > SMALL ,
.DZADM_PopLayer H4 > SMALL ,
.DZADM_PopLayerSub H4 > SMALL ,
.POPUP_BOX H4 + SMALL ,
.DZADM_PopLayer H4 + SMALL ,
.DZADM_PopLayerSub H4 + SMALL {
	padding-top:5px;
}



/* 베이스로 열린 경우 */
.DZADM_PopLayer H3 > BUTTON ,
.DZADM_PopLayer H4 > BUTTON ,
.DZADM_PopLayerSub H3 > BUTTON ,
.DZADM_PopLayerSub H4 > BUTTON {
	height:25px;
	padding:0 15px;
	margin:-5px 0 0 10px;
	border-radius:5px;
	vertical-align:middle;
}
.DZADM_PopLayer H3 ~ H4 ,
.DZADM_PopLayerSub H3 ~ H4 ,
.DZADM_PopLayer H4:nth-of-type(n+2) ,
.DZADM_PopLayerSub H4:nth-of-type(n+2) {
	padding-top:20px;
}
.DZADM_PopLayer .h4title ,
.DZADM_PopLayerSub .h4title {
	padding-top:20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}
.DZADM_PopLayer .h4title > H4 ,
.DZADM_PopLayerSub .h4title > H4 {
	margin-left:0;
	padding-top:5px;
}
.DZADM_PopLayer .h4title > BUTTON ,
.DZADM_PopLayerSub .h4title > BUTTON {
	height:30px;
	padding:0 15px;
	border-radius:5px;
	vertical-align:middle;
	margin-right:0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.DZADM_PopLayer .admPopTbl ,
.DZADM_PopLayerSub .admPopTbl {
	border:1px solid #666;
	border-top-width: 2px;
	border-top-color: #222;
}
.DZADM_PopLayer .admPopTbl th ,
.DZADM_PopLayer .admPopTbl td ,
.DZADM_PopLayerSub .admPopTbl th ,
.DZADM_PopLayerSub .admPopTbl td {
	padding:5px 15px;;
	height:36px;
	height:40px;
	font-size:10pt;
}
.DZADM_PopLayer .admPopTbl th ,
.DZADM_PopLayerSub .admPopTbl th {
	text-align:center;
	padding:5px;
}
.DZADM_PopLayer .admPopTbl.tbl_red ,
.DZADM_PopLayer .admPopTbl.tbl_red tr:last-child td ,
.DZADM_PopLayer .admPopTbl.tbl_red tr:last-child th ,
.DZADM_PopLayerSub .admPopTbl.tbl_red ,
.DZADM_PopLayerSub .admPopTbl.tbl_red tr:last-child td ,
.DZADM_PopLayerSub .admPopTbl.tbl_red tr:last-child th {
	border-color: #dc3519;
}

.admPopTbl TD.r {
	padding-left:0 !important;
}




/* 3단 (예약상품보기, 환불요청서) */


	.DZADM_PopLayer .Pop_Slide_3_Area .refReqViewTbl th,
	.DZADM_PopLayer .Pop_Slide_3_Area .refReqViewTbl td {
		height:32px;
	}



	DIV.Pop_Slide_3_Area {
		width:100%;
		padding-top:30px;
	}
	DIV.Pop_Slide_3_Area::after {
		clear:both;
		display:block;
		content:'';
	}
	DIV.Pop_Slide_3_Area > DIV {
		float:left;
		width:35%;
		padding-left:0;
		padding-right:30px;
	}
	DIV.Pop_Slide_3_Area > DIV:last-of-type {
		padding:30px 0 0;
		width:30%;
	}


	DIV.Pop_Slide_3_Area > DIV H4 {
		height:30px;
	}


	DIV.Pop_Slide_3_Area > DIV TD {
		font-size:11pt;
		text-align:right;
	}
	DIV.Pop_Slide_3_Area > DIV TD > SPAN {
		font-weight:bold;
		padding-right:5px;
	}

	DIV.Pop_Slide_3_Area > DIV TD > DIV {
		font-weight:normal;
		color:#999;
		font-size:10pt;
	}

	DIV.Pop_Slide_3_Area DIV > BUTTON {
		width:100%;
		font-size:11pt;
		font-weight:400;
		border-radius:5px;
		margin-top:5px;
	}
	DIV.Pop_Slide_3_Area BUTTON.AppBox_confirm {
		height:100px;
	}
	DIV.Pop_Slide_3_Area BUTTON.AppBox_close {
		height:50px;
		margin-top:10px;
	}



	DIV.Pop_Slide_3_Area DIV.btnPurview {
		padding:0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		height:190px;

	}
	DIV.Pop_Slide_3_Area DIV.btnPurview > BUTTON {
		height:calc(100% / 4 );
		margin-top:10px;
	}

	DIV.Pop_Slide_3_Area DIV.btnPurview > BUTTON.AppPur_ModMen ,
	DIV.Pop_Slide_3_Area DIV.btnPurview > BUTTON.AppPur_ModRoom {
		width: 47%;
		height: calc(100% / 2 + 2px - 10px);
		margin-top: -5px;
	}

	TD > DL.Purmen {
		border-width:0;
		height:100%;
	}
	DL.Purmen {
		width:100%;
		border:1px solid #ccc;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-content: stretch;
		align-items: stretch;
	}
	DL.Purmen > DT ,
	DL.Purmen > DD {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-content: center;
		align-items: center;
		justify-content: center;
		border-bottom:1px solid #ccc;
		padding:0 5px;
		min-height:30px;
	}

	DL.Purmen > DT {
		width:30%;
		font-weight:bold;
		background-color:#eee;
		border-right:1px solid #ccc;
	}
	DL.Purmen > DD {
		width:70%;
	}
	DL.Purmen > DT:last-of-type ,
	DL.Purmen > DD:last-of-type {
		border-bottom-width:0;
	}

	/* 확인버튼 */
	.ConfirmBtnArea {
		padding-top:30px;
		height:90px;
	}
	.ConfirmBtnArea::after {
		content:'';
		display:block;
		clear:both;
	}
	.ConfirmBtnArea > BUTTON {
		float:left;
		width:65%;
		height:100%;
		font-size:13pt;
		border-radius:0;
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;

	}
	.ConfirmBtnArea > BUTTON + BUTTON {
		width:35%;
		border-radius:0;
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
	}













/* 종합검색 */
.MultySearchZone {
	border:1px solid #aaa;
	padding:20px;
	box-shadow:0 0 0 5px #eee;
}



.MultySearchZone SELECT,
.MultySearchZone OPTION,
.MultySearchZone INPUT {
	font-size:13px;
	border-radius: 0;
}
.MultySearchZone > SPAN + SPAN {
	margin-left:5px;
}
.MultySearchZone > fieldset {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.MultySearchZone > fieldset::after {
	content:'';
	display:block;
	clear:both;
}
.MultySearchZone > fieldset + fieldset {
	margin:0;
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #ccc;
}

.MultySearchZone > fieldset > DIV {
	width: auto;
	margin:0;
	font-size: inherit;
	line-height: inherit;
	border:0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}
.MultySearchZone > fieldset > div + div {
	margin-left:10px;
}
.MultySearchZone DIV > INPUT.SearchFld_Text {
	width:115px;
	height:35px;
	border-right:0;
}
.MultySearchZone DIV > INPUT.SearchFld_Text ~ BUTTON {
	height:35px;
}
.MultySearchZone DIV > INPUT.SearchFld_Text + BUTTON + BUTTON {
	width:35px;
	padding: 0;
	display: none;
	align-items: center;
	justify-content: center;
}
.MultySearchZone DIV > INPUT[type='checkbox'] + LABEL {
	font-size:10pt;
	letter-spacing:-1px;

	margin-left:10px;
	height:35px;
	padding: 7px;
	padding-right: 17px;
}


.MultySearchZone DIV.on {
	box-shadow: 0 0 0 5px #ffcc00;
}
.MultySearchZone DIV.on:has(> INPUT[type='checkbox']) {
	box-shadow: 0 0 0 5px #ffcc00, inset 0 0 0 1px #bbb;
}

.MultySearchZone DIV.on > INPUT.SearchFld_Text {
	width:80px;
	border-color:#cc9700;
}
.MultySearchZone DIV.on > INPUT.SearchFld_Text + BUTTON + BUTTON {
	display:flex;
}
.MultySearchZone DIV.on > INPUT[type='checkbox'] + LABEL {
	font-weight:bold;
	color:#276ecc;
}



.MultySearchZone DIV > SELECT ~ SELECT {
	border-left:0;
}
.MultySearchZone DIV > SELECT + .btn-red {
	width:35px;
	height:35px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:-1px;
}
.MultySearchZone DIV > SELECT.select_null ~ .btn-red {
	display:none;
}

.MultySearchZone .DZADM_SearchTerm > BUTTON ,
.MultySearchZone .DZADM_SearchDate > BUTTON {
	margin: 0 -10px 0 10px;
}


.MultySearchZone .SearchFld_Text ,
.MultySearchZone .SearchFld_Select {
	width: auto;
	height: 35px;
	max-width:100%;

	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;

	border: 1px solid #ccc;
	border-top-color: #999;
	border-left-color: #999;
	vertical-align: middle;
}
.MultySearchZone .SearchFld_Text::placeholder {
	font-size:90%;
	color:#ccc;
}
.MultySearchZone .SearchFld_Select {
	border-color:#bbb;
	cursor:pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	padding-right: 5em;

	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 18px) 15px,
		calc(100% - 13px) 15px,
		calc(100% - 35px) 0;
	background-size: 5px 5px, 5px 5px, 1px 35px;
	background-repeat: no-repeat;
}
.MultySearchZone .SearchFld_Select:invalid {
	color:#999;
}
.MultySearchZone .SearchFld_Select:invalid OPTION {
	color:#222;
}

.MultySearchZone .SearchFld_Select:invalid + .searchFld_Cancel { display:none; }

.MultySearchZone .SearchFld_Select:focus  {
	background-image:
		linear-gradient(45deg, gray 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, gray 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 13px) 14px,
		calc(100% - 18px) 14px,
		calc(100% - 35px) 0;
	background-size: 5px 5px, 5px 5px, 1px 35px;
}
.MultySearchZone .SearchFld_Select.h40 {
	background-position:
		calc(100% - 18px) calc(15px + 2px),
		calc(100% - 13px) calc(15px + 2px),
		calc(100% - 35px) 0;
	background-size: 5px 5px, 5px 5px, 1px 40px;
}
.MultySearchZone .SearchFld_Select.h40:focus  {
	background-position:
		calc(100% - 13px) 16px,
		calc(100% - 18px) 16px,
		calc(100% - 35px) 8px;
	background-size: 5px 5px, 5px 5px, 1px 22px;
}









/* 메뉴 카운트 */
.xTabsAdmMenu .cmt {
	border:1px solid #000;
	border-radius:50px;
	min-width:22px;
	height:22px;
	font-size: 12px;
	padding:0 6px;
	margin-left:5px;
	text-align:center;
	background-color:#333;
	color:#ff5;

	display: inline-flex;
	align-items: center;
	flex-direction: row;
	line-height: 1;
}
.xTabsAdmMenu .cmt:empty {
	display:none;
}