@import url('//fonts.googleapis.com/css?family=Lato');
@import url('//fonts.googleapis.com/css?family=Prosto+One');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700;900&display=swap");

p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin-bottom: -10px;
}

html {
	color: #151b1e;
	font-family: 'Noto Sans KR', sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-decoration: none;
	font-size: 12px;
	height: 100%;
}

body {
	margin: 0px;
	font-family: Lato, "Noto Sans KR", sans-serif;
	font-weight: 400;
	font-size: 12px;
	height: 100%;
}

div,
table,
span,
ul,
dd,
label,
input {
	font-family: Lato, 'Noto Sans KR', sans-serif;
	font-size: 12px
}


::-webkit-input-placeholder {
	font-family: Lato, "Noto Sans KR", sans-serif;
	color: #bfbfbf;
	padding-left: 5px;
	font-size: 12px;
	font-weight: 200;
}

:-moz-placeholder {
	font-family: Lato, "Noto Sans KR", sans-serif;
	color: #bfbfbf;
	opacity: 1;
	padding-left: 5px;
	font-size: 12px;
	font-weight: 200;
}

::-moz-placeholder {
	font-family: Lato, "Noto Sans KR", sans-serif;
	color: #bfbfbf;
	opacity: 1;
	padding-left: 5px;
	font-size: 12px;
	font-weight: 200;
}

:-ms-input-placeholder {
	font-family: Lato, "Noto Sans KR", sans-serif;
	color: #bfbfbf;
	padding-left: 5px;
	font-size: 12px;
	font-weight: 200;
}

label {
	cursor: pointer;
	font-size: 12px
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #f3721b;
}

a.white {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a.small {
	height: 15px;
	line-height: 15px;
	padding-top: 3px;
	padding-bottom: 3px
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

img,
input[type="radio"],
input[type="checkbox"],
input[type="checkbox"],
button {
	border: 0px;
	vertical-align: middle;
}

.login_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -225px;
	width: 450px;
	height: 450px;
}

.login_box {
	margin: 0 auto;
	width: 260px;
	height: 400px;
}

.login_box h1 {
	margin-bottom: 50px;
	padding-left: 20px;
	font-size: 28px;
	color: #303641;
	line-height: 24px;
	letter-spacing: 0;
	background: url('../../images/login_tit_bg01.png') no-repeat left center
}

.login_box h1 p {
	padding-right: 20px;
	text-align: center;
	background: url('../../images/login_tit_bg02.png') no-repeat right center
}

.login_box h1 p span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.login_box dl {
	position: relative;
	margin: 0;
	padding: 0
}

.login_box dl dt {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #777
}

.login_box dl dd {
	margin: 0 0 20px 0;
	padding: 0
}

.login_box dl dd input[type="text"],
.login_box dl dd input[type="password"] {
	padding: 0 10px;
	height: 35px;
	border: 1px solid #dfdfdf
}

.login_box dl dd.btn_login {
	position: absolute;
	right: 5px;
	bottom: -5px;
	margin: 0
}

.login_box ul {
	margin-top: 30px;
	padding: 0
}

.login_box ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

.login_box ul li a {
	color: #343a44;
	text-decoration: underline
}

img.blah {
	width: 50px;
	max-height: 50px;
	display: none
}

img.show {
	display: inline-block
}

.daterange {
	color: #fff !important;
	width: 200px
}

.login {
	display: inline-block;
	border-radius: 4px;
	border: solid 1px #383838;
}

.login input {
	padding: 3px 10px;
	background: none;
	font: 12px 'Noto Sans KR', Helvetica, serif;
	color: #d7d7d7;
	font-weight: bold;
	background: #353b45;
	background: -webkit-gradient(linear, left top, left bottom, from(#4d5156), top(#353b45));
	background: -moz-linear-gradient(top, #4d5156, #333943);
	border: 1px solid #464b55;
	border-radius: 3px;
	cursor: pointer
}

.login input:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
	color: #FFF;
}

.foot {
	margin: 0 auto;
	width: 450px;
	font-size: 12px;
	color: #989898;
	text-align: center;
	text-align: center;
	line-height: 18px;
}

.foot span {
	display: block;
	font-size: 10px;
	letter-spacing: -0.5px
}

span.icon {
	position: relative;
	border: 0px solid #919191;
	padding: 2px 5px;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	top: -2px;
	font-weight: normal;
	background: #fc6868;
	border-radius: 5px;
	vertical-align: middle;
}

span.icon.c01 {
	background: #63b432
}

span.icon.c02 {
	background: #6394fb
}

span.icon.c03 {
	background: #fc6868
}

span.icon.c05 {
	background: #909090
}

span.icon.c04 {
	background: #FFFFFF;
	color: black;
	border: 1px solid #919191;
}


#wait-loader {
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	z-index: 1000;
	opacity: .5;
	filter: alpha(opacity=50);
	position: fixed;
	top: 0px;
	display: none;
	font-family: "Prosto One", sans-serif;
	color: #fff;
}

.spinner {
	margin: 0 auto;
	width: 100%;
	height: 20px;
	text-align: center;
	position: relative;
	top: 50%;
}

.spinner>div {
	background-color: #fff;
	height: 100%;
	width: 15px;
	margin: 2px;
	display: inline-block;

	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

#logo {
	cursor: pointer;
	height: 48px;
	text-align: left;
	font-size: 16px;
	float: left;
	width: 150px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	font-weight: 900;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#headerbar {
	width: 100%;
	min-width: 1400px;
	text-align: center;
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 9;
	border-bottom: 1px solid #e6e8ea;
}

.bold {
	font-weight: bold
}

/* 유저 네비 */
.bold {
	font-weight: bold
}

.localNav3 {
	width: 200px
}

.localNav3.show {
	display: block;
}

.localNav3.hide {
	display: none;
}

.localNav3 li {
	font-weight: normal;
	list-style-type: none;
	padding-left: 25px;
	height: 35px !important;
}

.localNav3 li:first-child {
	padding-top: 10px;
}

.localNav3 li:last-child {
	border-bottom: 1px solid #d3d6da;
	padding-bottom: 20px;
}


.globalNav3 {
	color: #474e5b;
	width: 200px;
	line-height: 50px;
	background: #fff;
}

.globalNav3.last {
	border-bottom: 0px
}

.globalNavTitle {
	text-align: left;
	padding: 0 0 0 10px;
	height: 50px;
}

/*.Title3{border-bottom:1px solid #d3d6da;font-size:12px; background:url('../../images/ic_lnb2.png') no-repeat 20px 12px;font-weight:bold}*/
.Title3 {
	border-bottom: 1px solid #d3d6da;
	font-size: 13px;
	font-weight: bold;
}

.Title3.show {
	color: black;
	font-weight: bold;
	background: #e4e8eb
}

.globalNav3 ul {
	background-color: #f3f4f6;
	text-align: left
}

.globalNav3 ul li {
	color: #303641;
	background: font-size:12.1px;
}

.globalNav3 ul li:hover {
	color: #4f77f0;
	cursor: pointer;
}

.globalNav3 ul li.show {
	color: #4f77f0;
	cursor: pointer;
}

.globalNav3 ul li.subtitle {
	background-color: #d3d6da;
	padding: 0 0 0 20px;
	cursor: Default;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold
}

.globalNav3 ul li.subtitle:hover {
	background-color: #d3d6da;
	color: #303641;
	cursor: Default;
}


.hidden {
	display: none
}

.block {
	display: block
}

#headerbar-memnu-area ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#realstatus .cnt {
	color: #4f77f0;
	font-weight: bold
}

#realstatus .cnt2 {
	color: blue;
	font-weight: bold
}

#searchbox {
	display: none;
	background: #d8d8d8;
	width: 360px;
	padding: 10px;
	float: right;
	margin-right: 10px;
	font-family: Myriad Pro;
	font-size: 16px;
	font-weight: bold;
	color: #303641;
	box-shadow: 0 1px 1px #20242b;
}

.sub-title {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sub-title li {
	padding-left: 0px;
	height: 30px;
	font-size: 20px;
}

#main-container {
	margin-top: 48px;
	position: relative;
	width: 100%;
	z-index: 1;
	height: 100%;
}

#main-container:after {
	display: block;
	clear: both;
	content: ''
}

#mc-leftmenu {
	position: absolute;
	top: 0;
	left: 0;
	position: fixed;
	top: 48px;
	text-align: center;
	width: 200px;
	float: left;
	height: 100%;
	background: #f3f4f6;
}

#mc-left-arrow {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 10px;
	float: left;
}

#mc-leftmenu ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#mc-leftmenu ul li {
	background: #f3f4f6;
}

#realjoin ul {
	padding: 5px;
	text-align: left;
	list-style: none;
	list-style-type: none;
	margin: 0px;
}

#realjoin ul li {
	padding: 2px;
	font-weight: normal;
	list-style-type: none;
	border-bottom: 1px solid #b2b2b2;
}

#mc-content {
	position: relative;
	min-height: 100%;
	left: 200px;
	width: calc(100% - 261px);
	min-width: 1000px;
	margin: 0;
	padding: 30px;
	background-color: #fff;
	border-left: 1px solid #d3d6da;
}

#mc-search {
	width: 100%;
	border: #d3d6da solid 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	float: left;
	background: #fff;
}


#quick_search {
	width: 400px;
	font-family: Lato, "Noto Sans KR", sans-serif;
	vertical-align: middle;
	height: 20px;
	border: 0px;
	padding: 2px;
	color: #404040;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	height: 23px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #d3d6da;
}

#mc-search #mc-search-content {
	float: left;
	width: 950px;
	padding: 10px
}

#mc-search #mc-search-btn {
	text-align: right;
	width: 180px;
	float: right;
	text-align: right;
	line-height: 300%;
	padding: 10px
}

#mc-search .button {
	width: 75px
}

#mc-table-top {
	text-align: right;
	padding-bottom: 5px;
	width: 100%
}

.clerBoth {
	clear: both;
}

#mc-footer {
	font-family: Lato, "Noto Sans KR", sans-serif;
	font-size: 12px;
	border-top: 1px solid #d3d6da;
	text-align: center;
	width: 100%;
	color: #a5a9b0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f3f4f6;
	font-weight: normal;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#mc-footer>div {
	width: 400px;
	margin: 0 auto;
	text-align: left
}

#mc-footer>div .copyrights {
	color: black !important;
	margin-top: 10px
}

#mc-footer #cmpinfo {
	line-height: 180%;
}

#mc-footer #cmpinfo span {
	display: inline-block;
	margin-right: 10px
}

#mc-btns {
	clear: both;
	text-align: left;
	width: 100%;
	padding-top: 10px;
}


.top_msg_box {
	position: relative;
	top: -5px;
	left: -10px;
	min-width: 18px;
	height: 18px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	background: #f3f4f6;
	border-radius: 18px;
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	z-index: 999;
}

.top_msg_box2 {
	position: relative;
	top: -5px;
	left: -10px;
	min-width: 18px;
	height: 18px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	border-radius: 18px;
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	z-index: 999;
}

#top_alram_box {
	position: relative;
	top: -5px;
	left: -10px;
	min-width: 18px;
	height: 18px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: black;
	background: #fabb3d;
	border-radius: 18px;
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	z-index: 999;
}

span.btn {
	border-radius: .25em;
	font-family: Lato, "Noto Sans KR", sans-serif;
	background: #f3f4f6;
	border-radius: 5px;
	text-indent: 0;
	display: inline-block;
	color: #8b959f;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	padding: .0em .75em;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle !important;
	border-bottom-color: #adbec7;
}

span.btn.button {
	background: #fff;
	border: 1px solid #dbdbdb;
}

span.btn:hover,
span.btn.selected {
	background-color: #e4e8eb;
	color: #697581;
}

/****button_s****/
button.blink,
.button.blink,
#btnSave.blink {
	background: #f3f4f6;
	color: #fff;
}

.button,
button,
INPUT[type=button],
INPUT[type=submit] {
	border: 0px;
	border-radius: 5px;
	font-family: Lato, "Noto Sans KR", sans-serif;
	background: #f3f4f6;
	text-indent: 0;
	display: inline-block;
	color: #8b959f;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	padding: .4em .75em;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle !important;
}

button.sms {
	background: #f2f4f6 url('../../images/icon_sms.gif') no-repeat left center;
	background-position: 5px;
	padding-left: 22px;
}

.button.small,
button.small {
	padding: .4em .75em;
	font-size: inherit;
	color: #8b959f;
}

.button.big,
button.big {
	font-size: 15px;
	width: 150px;
}

.button:hover,
button:hover,
button.hover,
.button.small:hover {
	background-color: #e4e8eb;
	color: #697581;
}

.button:active,
button.active {
	position: relative;
	top: 1px;
}

.button.black,
button.black,
.button.orange {
	color: #8b959f;
}

.button.black:hover,
.button.orange:hover,
button.black:hover {
	background: #e4e8eb;
	color: #697581;
}

/****button_e****/


.list_table {
	font-family: 'Noto Sans KR', sans-serif;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	border: 0px;
	background: #FFF;
	table-layout: fixed;
	font-size: 12px;
	margin-top: 5px
}

.list_table a,
.list_table a:hover,
.list_table a:active {
	color: black;
	font-weight: normal
}

.list_table tr td {
	font-weight: 400;
	color: #151b1e;
	text-align: center;
	height: 35px;
	padding: 5px;
	border-bottom: 1px solid #d3d6da;
	border-right: 1px solid #d3d6da;
	/*word-break:break-all;*/
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space:nowrap;*/

}

.list_table tr td.subject2 {
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_table tr td.subject:hover {
	white-space: normal;
	word-wrap: break-word;
}

.list_table tr td:last-child {
	border-right: 0px
}

.list_table tr td:first-child {
	border-left: 0px
}

.list_table .first {
	border-left: 1px solid #d3d6da;
}

.list_table .date {
	color: #ff6600;
}

.list_table .subject {
	text-align: left;
	font-weight: 400;
}

.list_table .aright {
	text-align: right;
}

.list_table .int {
	text-align: right;
	padding-right: 10px;
}

.list_table tbody tr:hover {
	background-color: #f3f4f6;
	color: #8b959f;
	font-weight: 400;
	/*	font-weight: bold;*/
}

.list_table tbody tr.iframe:hover {
	background-color: #fff;
}

.list_table tr th {
	background: #f3f4f6;
	color: black;
	padding: 2px;
	height: 40px;
	/*border-right:1px solid #d3d6da;*/
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #d3d6da;
	border-right: 1px solid #d3d6da;
	border-bottom: 1px solid #d3d6da;
}


.list_table.log tr th {
	height: 25px;
}

.list_table tr th:last-child {
	border-right: 0px
}

.list_table tr th:last-child {}

.list_table .big tr th {
	background: #303641;
	color: #FFFFFF;
	padding: 0px;
	height: 20px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.list_table .small tr th {
	background: #000000 url('../../images/head-fade-bk.png') 0 -10px;
	color: #FFFFFF;
	padding: 3px;
	height: 20px;
	border-right: 1px solid #bbbbbb;
}

.list_table tr td.pointer {
	cursor: pointer;
}

.list_table_td_last {
	/*border-right:1px solid #E7E7E7; */
}

.sub_list_table {
	background-color: #E7E7E7;
	border: 0px;
}

.sub_list_table th {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	background-color: #F9F9F9;
}

.sub_list_table tr {
	font-weight: normal;
	text-align: center;
	padding: 3px;
	background-color: #FFFFFF;
}

.sub_list_table tbody tr:hover {
	background-color: #fff8f0;
	color: orange;
	/*	font-weight: bold;*/
}




.list_table .left {
	text-align: left
}

.del {
	color: #ffcc00;
}



/*테이블등록스타일*/
.write_table {
	font-family: 'Noto Sans KR', sans-serif;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	border: 0px;
	background: #FFF;
	table-layout: fixed;
	font-size: 12px;
	margin-top: 5px
}

.write_table a,
.write_table a:hover,
.write_table a:active {
	color: black;
	font-weight: normal
}

.write_table tr td,
.write_table tr th {
	color: #666666;
	text-align: center;
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #d3d6da;
	border-left: 1px solid #d3d6da;
	word-break: break-all;
}

table.write_table tr td {
	text-align: left;
	border-right: 1px solid #d3d6da;
}

.write_table tr th:first-child {
	border-left: 0px solid #d3d6da;
}

.write_table tr td:last-child {
	border-right: 0px solid #d3d6da;
}

.write_table .date {
	color: #ff6600;
}

.write_table .subject {
	text-align: left;
	font-weight: 400;
}

.write_table .aright {
	text-align: right;
}

.write_table .int {
	text-align: right;
	padding-right: 10px;
}

.write_table tr th {
	background: #f3f4f6;
	color: black;
	padding: 2px;
	height: 30px;
	font-weight: 400;
	text-align: left;
	padding-left: 10px;
}

.write_table tr:first-child th,
.write_table tr:first-child td {
	border-top: 1px solid #d3d6da;
}

.write_table tr:last-child th,
.write_table tr:last-child td {
	border-bottom: 1px solid #d3d6da;
}


.inner_table tr td:first-child,
.inner_table tr td:last-child {
	border: 0px
}

/**/
INPUT[type=time],
INPUT[type=text],
INPUT[type=number],
INPUT[type=file],
INPUT[type=password],
textarea,
select {
	font-family: Lato, "Noto Sans KR", sans-serif;
	vertical-align: middle;
	height: 20px;
	border: 0px;
	padding: 2px;
	color: #404040;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	height: 23px;
	background: #eeeff1;
	border-radius: 5px;
}

INPUT[type=text]:focus,
INPUT[type=number]:focus,
INPUT[type=file]:focus,
INPUT[type=password]:focus,
select:focus,
textarea:focus,
select:focus {
	color: #3e515b;
	border-color: #4f77f0;
	outline: 0;
	box-shadow: 0 0 0 0.1rem rgba(75, 96, 255, 0.566);
}

.button:focus {
	border-color: #4f77f0;
	outline: 0;
	box-shadow: 0 0 0 0.1rem rgba(75, 96, 255, 0.566);
}

textarea {
	overflow: auto;
}

INPUT[type=text]:hover,
INPUT[type=file]:hover,
INPUT[type=password]:hover,
textarea:hover,
selecte:hover {
	color: #3e515b;
	border-color: #4f77f0;
	outline: 0;
	box-shadow: 0 0 0 0.1rem rgba(75, 96, 255, 0.566);
}

br {
	mso-data-placement: same-cell;
}


select {
	height: 29px;
	background: transparent;
	padding: 2px;
	border: 1px solid #d3d6da;
	font-size: 12px;
	vertical-align: middle;
	border-radius: 0px;
}

.bizsearchbtn {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background: transparent;
	border: 1px solid #d3d6da;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding-left: 6px;
	padding-right: 6px;
}

/* 레이어팝업 */
.layer {
	display: none;
	position: fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.open {
	display: block;
}

.layer .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.layer .layer_popup {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	width: 1150px;
	padding: 5px;
	border: 4px solid #484848;
	background: #fff;
	border-radius: .5em;
}

.layer .layer_popup .layerForm-Close #layer_close {
	position: absolute;
	z-index: 1;
	right: -2px;
	top: -2px;
}

.dialog {
	display: none
}

.displaynone {
	display: none
}

.prtThumb {
	border-radius: .5em;
	height: 50px;
	max-width: 50px;
	border: 1px solid #dbdbdb;
}

.addprtThumb {
	margin-right: 10px;
	border-radius: .5em;
	height: 50px;
	max-width: 50px;
	border: 1px solid #dbdbdb;
	vertical-align: middle;
}


.prtThumbMacro {
	width: 40px;
	height: 40px;
	border-radius: .5em;
	height: 40px;
	border: 1px solid #dbdbdb;
}

.prtThumbMacro2 {
	width: 50px;
	height: 50px;
	border-radius: .5em;
	height: 50px;
	border: 1px solid #dbdbdb;
}

.prtThumbMacro3 {
	width: 80px;
	height: 80px;
	border-radius: .5em;
	border: 1px solid #dbdbdb;
}

#layerForm-pop-title {
	background: #303641;
	border-radius: 3px 3px 0 0;
	padding: 6px;
	height: 20px;
}

#layerForm-pop-title .layerForm-pop-title-blank {
	float: left;
	width: 20%;
	text-align: right;
	color: #FFF;
}

#layerForm-pop-title .layerForm-pop-title-main {
	float: left;
	width: 60%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-top: 2px;
}

#layerForm-pop-close {
	float: right;
	margin: 0px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;
	cursor: pointer
}

#layerForm-pop-close:hover {
	color: red
}

#page-container {
	width: 100%;
	margin-top: 5px;
	padding-bottom: 20px;
	float: left
}

#page-container .page-left {
	width: 24%;
	float: left;
	text-align: left;
}

#page-container .page-center {
	width: 50%;
	float: left;
	text-align: center;
}

#page-container .page-right {
	width: 24%;
	text-align: right;
	float: right;
}

.notice_msg {
	color: orange;
	font-size: 9pt
}

img.notice {
	border: 0px;
	vertical-align: middle;
	height: 25px
}

.ordstate {
	color: #7f7f7f
}

.ordstate-select {
	color: yellow;
	font-weight: bold;
	background-color: black;
	padding: 2px;
	border-radius: .4em;
}


ul.ud_page {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

ul.ud_page li {
	border-radius: 2px;
	font-size: 18px;
	border: 1px solid #c3c3c3;
	display: inline-block;
	height: 30px;
	width: 35px;
	margin-left: 1px;
	padding-top: 5px;
	cursor: pointer;
}


ul.ud_page li.pg_start {
	background-repeat: no-repeat;
	background-position: 0px center;
}

ul.ud_page li.pg_prev {
	background-repeat: no-repeat;
	background-position: -33px center;
}

ul.ud_page li.pg_end {
	background-repeat: no-repeat;
	background-position: -307px center;
}

ul.ud_page li.pg_next {
	background-repeat: no-repeat;
	background-position: -273px center;
}

ul.ud_page li.pg_page {}

ul.ud_page li.select {
	background: #65c8f1;
	color: #fff;
	border: 1px solid #65c8f1;
}


#pvlayer {
	background: #FFF;
	background-repeat: no-repeat;
	display: none;
	border: 1px solid #cecece;
	overflow: hidden;
	z-index: 999999;
	text-align: Center;
	border-radius: .2em;
	box-shadow: 0 3px 3px #c3c3c3;
	width: 250px;
	height: 250px;
	border: 1px solid #c1ced5;
	text-align: Center;
	line-height: 250px;
}

#pvlayer img {
	vertical-align: middle;
	object-fit: cover;
	width: 250px;
	height: 250px;
}

#pvlayer div {
	margin-top: 5px;
}

.btn-small {
	display: inline-block;
	border: 1px solid #919191;
	padding: 0 5px;
	background-color: #f9f9f9;
	height: 18px;
	line-height: 18px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #5e5e5e;
	vertical-align: middle;
}


/* paginate */
.paginate {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link,
.paginate-datatables li {
	color: #8b959f;
	width: 30px;
	height: 30px;
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
}

.paginate li a:hover,
.paginate li.active a {
	background: #e4e8eb;
	color: #697581;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	margin-left: 2px;
	margin-right: 2px;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

#returntop {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #d2d2d2;
	background: #fff url('../../images/icon/nav_top.gif') no-repeat;
	background-position: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	cursor: pointer;
	z-index: 999;
}

#returnback {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #d2d2d2;
	background: #fff url('../../images/icon/nav_historyback.gif') no-repeat;
	background-position: 14px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: fixed;
	bottom: 15px;
	left: 15px;
	cursor: pointer;
	z-index: 999;
}

/*모달창 페이지*/
/* paginate */
/*
.paginate {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; 
}

.page-link, .paginate-datatables li{
color:#8b959f;
width:30px;
height:30px;
position: relative;
display: block;
font-size:15px;
line-height:30px;
margin-left:2px;
margin-right:2px;
cursor:pointer;
}

.paginate li a:hover,
.paginate li.active a{
	background:#e4e8eb;
	color:#697581;
	border-radius:50%;
	width:30px;
	height:30px;
	position: relative;
	display: block;
	font-size:15px;
	line-height:30px;
	margin-left:2px;
	margin-right:2px;
}
*/

.blind {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.m_paginate_wrap {
	padding: 10px 0 0;
	text-align: center;
	height: 63px
}

.m_paginate {
	display: inline-block
}

.m_paginate a,
.m_paginate strong {
	float: left;
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	margin-right: -1px;
	background-color: #fff;
	line-height: 36px;
	color: #808080;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-align: center
}

.m_paginate strong {
	border: 1px solid black;
	position: relative;
	color: black;
	font-weight: normal
}

.m_paginate a.prev,
.m_paginate a.next {
	width: 44px;
	background-color: #F5F5F5;
	background-image: url(../../images/sp_page.png);
	background-size: 200px 150px
}

.m_paginate a.prev {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-position: 0 0
}

.m_paginate a.next {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-position: 0 -50px
}

.m_paginate a.prev[href] {
	background-position: -100px 0
}

.m_paginate a.next[href] {
	background-position: -100px -50px
}

.m_paginate span {
	float: left;
	width: 15px;
	height: 36px;
	background: url(../../images/sp_page.png);
	background-size: 200px 150px;
	background-position: 0 -100px;
	margin-left: 1px
}

.m_page_nav {
	position: relative;
	border-bottom: 2px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	background: #f5f5f5;
	text-align: center
}

.m_page_nav.not_rl {
	padding: 0
}

.m_page_nav.last_lsit .m_nav_cen a:hover {
	cursor: default
}



.ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
	color: black;
	font-weight: normal;
	height: 40px;
}

.ui-jqgrid tr.jqgrow td {
	padding: 3px !important;
	font-family: 'Noto Sans KR', sans-serif;
}

/*
.ui-jqgrid tr.jqgrow:hover{
   background: #FAED7D !important;
}

.ui-jqgrid .hover {
    background: #FAED7D !important;
}
*/

.ui-jqgrid .ui-jqgrid-bdiv {
	overflow-y: hidden !important;
}

.gridCellModify {
	background: #f3f4f6;
	color: #fff;
}


.ui-jqgrid table,
.ui-jqgrid-ftable,
.ui-jqgrid-htable {
	border-collapse: collapse !important;
}

#gridlist {
	font-size: 12px;
}

.search-box table.write01 {
	background: #FFF;
	width: 100%;
	min-width: 1000px;
	border-spacing: 0px;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}

.search-box table.write01 input {
	vertical-align: middle;
}

.search-box table.write01 th:first-child {
	border-left: 0px
}

.search-box table.write01 td:last-child {
	border-right: 0px
}

.search-box table.write01 td {
	background: #ffffff;
	font-weight: normal;
}

.search-box table.write01 th,
table.write01 td {
	border-top: 1px solid #d3d6da;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	height: 33px
}

.search-box table.write01 th {
	background: #f3f4f6;
	font-weight: normal;
	text-align: left
}

.search-box table.write01 {
	border-bottom: 1px solid #d3d6da;
}

.search-box table.write02 {
	background: #FFF;
	width: 100%;
	min-width: 1000px;
	border-spacing: 0px;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}

.search-box table.write02 input {
	vertical-align: middle;
}

.search-box table.write02 th:first-child {
	border-left: 0px
}

.search-box table.write02 td:last-child {
	border-right: 0px
}

.search-box table.write02 td {
	background: #ffffff;
	font-weight: normal;
}

.search-box table.write02 th,
table.write02 td {
	border-top: 1px solid #d3d6da;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	height: 33px
}

.search-box table.write02 th {
	background: #f3f4f6;
	font-weight: normal;
	text-align: center
}

.search-box table.write02 {
	border-bottom: 1px solid #d3d6da;
}

#md_grid ul {
	padding: 0
}

#md_grid ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

#md_dlvinsert {
	text-align: center
}

#md_dlvinsert input[type=button] {
	margin-top: 10px
}

.pointer {
	cursor: pointer
}

.listred {
	color: red
}

.pkmenu {
	padding: 5px !important;
	font-size: 13px !important;
	display: inline-block !important;
}

.pcoststate {
	font-size: 10px;
	color: #f3f4f6
}

.toast {
	position: fixed;
	list-style: none;
	padding: 0;
	top: 0;
	z-index: 999999;
	font-size: 12px;
	line-height: 20px
}

.toast li {
	margin: 10px 0 0 0;
	display: block;
	background-color: #fcf8e3;
	color: #c09853;
	border: 1px solid #fbeed5;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}

.toast li:first-child {
	margin-top: 0
}

.toast li.danger {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7
}

.toast li.info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.toast li.success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.toast button.close {
	background: none;
	border: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	float: right;
	padding: 0;
	margin: 0 0 0 5px;
	color: rgba(0, 0, 0, .25);
	cursor: pointer
}

.toast h1,
.toast h2,
.toast h3,
.toast h4 {
	display: inline
}

.dialog fieldset label,
.dialog fieldset input,
.dialog fieldset textarea {
	display: block;
}

.dialog fieldset input.inline {
	display: inline;
}

.dialog fieldset input[type="radio"],
.dialog fieldset input[type="checkbox"],
.dialog fieldset .radio,
.dialog fieldset div input {
	display: inline-block;
	font-weight: normal
}

.dialog fieldset label {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold
}

.dialog fieldset div dl dt {
	font-size: 12px;
	font-weight: bold
}

.dialog fieldset div label {
	display: inline;
}

.dialog fieldset label span {
	font-weight: normal
}

.dialog fieldset input.text,
.dialog fieldset input.select,
.dialog fieldset textarea {
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}

.dialog fieldset div {
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}


.dialog fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}

.dialog fieldset h1 {
	font-size: 1.2em;
	margin: .6em 0;
}

.dialog .ui-dialog .ui-state-error {
	padding: .3em;
}

.dialog .validateTips {
	border: 1px solid transparent;
	padding: 0.3em;
}

#gridtop {
	margin-top: 10px
}

#gridtop .left {
	margin-bottom: 5px;
	text-align: right;
	float: left;
	!important
}

#gridtop .right {
	margin-bottom: 5px;
	text-align: right;
	float: right;
	!important
}

.gridtoptab {
	border-top: 1px solid #d3d6da;
	border-left: 1px solid #d3d6da;
	border-right: 1px solid #d3d6da;
	text-align: center;
	width: 130px;
	background: #fff;
	border-radius: 6px 6px 0 0;
	line-height: 40px;
	float: left;
	cursor: pointer;
	height: 40px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.gridtoptab.over {
	background: #f3f4f6;
	color: #919191;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 12.5px;
	font-weight: normal;
}

.gridtoptab:hover {
	background: #fff;
	color: #8b959f;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	font-size: 15px;
	font-weight: bold;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

#md_message {}

#md_message div.thread:first-child {
	border-top: 0px
}

#md_message div.thread {
	border-top: 1px dotted #d3d6da;
	margin-top: 10px;
	margin-bottom: 10px
}

#md_message div.thread div.left {
	float: left;
	margin-top: 10px
}

#md_message div.thread div.right {
	float: right;
	margin-top: 10px
}

#md_message div.thread div.left h3 {
	display: inline
}

#md_message div.thread div.content {
	clear: both;
	padding-top: 12px;
	cursor: pointer
}

#md_message div.thread div.left .threadnewicon {
	min-width: 18px;
	height: 18px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	background: #f3f4f6;
	border-radius: 18px;
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	margin-left: 5px;
}

.msgunread {
	font-family: 'Noto Sans KR';
	min-width: 18px;
	height: 18px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	background: #f3f4f6;
	border-radius: 5px;
	vertical-align: top;
	line-height: 18px;
	padding: 2px;
	margin-bottom: 5px;
}

#md_message #msglayer {
	position: absolute;
	z-index: 2;
	width: 0px;
	height: 95%;
	background: #fff;
	right: 0px
}

#md_message #msglayer .in {
	float: left;
	clear: both;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

#md_message #msglayer .out {
	float: right;
	clear: both;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

#md_message #msglayer .in .date {
	float: left;
	font-size: 12px;
	margin-left: 5px;
	display: inline-block;
	align-self: flex-end;
	margin-bottom: 10px;
}

#md_message #msglayer .out .date {
	float: right;
	font-size: 12px;
	margin-right: 5px
}


#md_message #msglayer .bubble {
	float: left;
	position: relative;
	padding: 0px;
	background: #f3f4f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #d3d6da solid 1px;
	margin-left: 30px;
	padding: 10px;
	margin-bottom: 10px;
	max-width: 400px;
}

#md_message #msglayer .bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 12px 7px 0;
	border-color: transparent #f3f4f6;
	display: block;
	width: 0;
	z-index: 1;
	left: -12px;
	top: 15px;
}

#md_message #msglayer .bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 12px 7px 0;
	border-color: transparent #d3d6da;
	display: block;
	width: 0;
	z-index: 0;
	left: -13px;
	top: 15px;
}

#md_message #msglayer .bubble2 {
	float: right;
	position: relative;
	padding: 0px;
	background: #f8f8ed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #d3d6da solid 1px;
	margin-right: 20px;
	padding: 10px;
	margin-bottom: 10px;
	max-width: 400px;
}

#md_message #msglayer .bubble2:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent #f8f8ed;
	display: block;
	width: 0;
	z-index: 1;
	right: -12px;
	top: 13px;
}

#md_message #msglayer .bubble2:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent #d3d6da;
	display: block;
	width: 0;
	z-index: 0;
	right: -13px;
	top: 13px;
}


#realstatus {
	height: 30px;
	font-size: 12px;
	position: fixed;
	z-index: 3;
	top: 55px;
	right: 0;
	margin-right: 20px;
	background-color: #f2f4f6;
	color: #8b959f;
	border-radius: 5px;
}

#realstatus ul {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	float: left;
}

#realstatus ul li {
	cursor: pointer;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	list-style-type: none;
	float: left;
	font-size: 12px;
}

#realstatus ul li span {
	display: inline-block;
	color: #8b959f
}

.spinner3 {
	width: 30px;
	height: 20px;
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.spinner3>div {
	background-color: #4f77f0;
	height: 100%;
	margin: 1px;
	width: 2px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner3 .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner3 .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner3 .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner3 .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

.mgBtn {
	border-radius: 2px !important;
	font-family: "Noto Sans KR" !important;
	font-size: 11px !important;
	background: #e7e9ec !important;
	border: 0px !important;
	color: #fff !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	height: 12px;
	line-height: 12px !important;
	margin: 2px;
}

.mgBtn:hover {
	background: #a9aaad !important;
}

.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.filebox label {
	display: inline-block;
	padding: .4em .75em;
	color: #666;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #c1ced5;
	border-bottom-color: #adbec7;
	border-radius: .25em;
}

.filebox .upload-name {
	display: inline-block;
	padding: .5em .75em;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #c1ced5;
	border-bottom-color: #adbec7;
	border-radius: .25em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.dlvcode {
	width: 150px
}

.dlvDiv {
	display: none
}

#excelInsert,
#opmkExcelInsert {
	margin: 5px;
	width: 98%;
	border: #CCCCCC solid 1px;
	padding: 10px;
	margin-bottom: 5px;
	border-radius: .5em;
}

#tblbottom {
	padding: 10px;
	text-align: right
}

.strike {
	text-decoration: line-through;
	color: Red
}


#progress {
	width: 500px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -255px;
	margin-top: -45px;
	text-align: center;
	padding: 10px;
	border: 1px solid #bbbbbb;
	background-color: #FFFFFF;
	letter-spacing: 0.5em;
	font-weight: bold;
	position: absolute;
	z-index: 1001 !important;
	display: none;
}

#progress #progressbar {
	height: 25px;
}

#progress #information {
	text-align: center;
	font-weight: bold;
	padding: 8px
}

#progress #progressdescription {
	letter-spacing: 0em;
	height: 20px;
	font-weight: normal;
}

#countTime {
	color: red
}

.bgcolor_gray100 {
	background-color: #F5F5F5;
}

.notice_prev ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -15px
}

.notice_prev {
	clear: both;
	width: calc(100% - 300px);
	max-width: 600px;
	float: left;
	display: inline-block;
	margin-top: 16px;
	padding: 0 16px;
	box-sizing: border-box;
}

.notice_prev .notice_prev_box {
	width: 100%;
	height: 30px !important;
	float: left;
	display: inline-block;
	border-radius: 25px;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.notice_prev .notice_prev_box li {
	clear: both;
	width: 100%;
	height: 30px;
	float: left;
	line-height: 30px;
}

.notice_prev .notice_prev_box p {
	float: left;
}

.notice_prev .notice_prev_box .icon {
	margin-right: 5px;
}

.notice_prev .notice_prev_box .icon img {
	vertical-align: middle !important;
	margin-top: -25px
}

.notice_prev .notice_prev_box .text {
	float: left;
	width: calc(100% - 29px);
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.25s ease;
}

div.post {
	display: none;
	position: absolute;
	z-index: 9;
	float: left;
	width: 400px;
	height: 150px;
	background-color: #f9d716;
	border: 1px solid black;
	box-shadow: 2px 2px 2px;
	right: 200px;
	text-align: center;
	padding: 10px;
	padding-bottom: 20px;
}

div.post textarea {
	width: 90%;
	height: 70%;
	border: 0px;
	padding: 5px;
	background-color: #f9d716;
}

div.post div {
	padding-bottom: 10px
}

.ui-jqgrid .ui-jqgrid-htable th div {
	height: auto !important;
	overflow: hidden !important;
	padding-right: 4px !important;
	padding-top: 2px !important;
	position: relative !important;
	vertical-align: text-top !important;
	white-space: normal !important;
}

.tap_notice {
	left: 80px;
	top: -35px;
	display: none;
	margin: 0px !important;
	padding: 0px !important;
	border-radius: 50%;
	background: #ff6600;
	width: 20px !important;
	height: 20px !important;
	font-size: 11px !important;
	line-height: 18px !important;
	z-index: 999 !important;
	position: relative !important;
	text-align: center !important;
}

.tap_notice p {
	line-height: 20px;
	font-weight: normal;
	padding: 0px !important;
	text-align: center !important;
	margin: 0 auto;
	color: #fff
}

.icon_new {
	margin: 0px !important;
	padding: 0px !important;
	border-radius: 50%;
	background: #ff6600;
	width: 20px !important;
	height: 20px !important;
	font-size: 11px !important;
	line-height: 18px !important;
	z-index: 999 !important;
	position: relative !important;
	text-align: center !important;
}

.icon_new p {
	line-height: 20px;
	font-weight: normal;
	padding: 0px !important;
	text-align: center !important;
	margin: 0 auto;
	color: #fff
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	width: 16px !important;
	height: 16px;
	cursor: pointer;
	outline: none !important;
	border: 1px solid #d3d6da;
	border-radius: 2px;
	background: #fbfbfb;
}

input[type="radio"] {
	border-radius: 20px;
}

input[type="checkbox"]::before,
input[type="radio"]::before {
	content: "\2713";
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	transform: scale(0) translate(-50%, -50%);
	line-height: 1;
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
	border-color: rgba(170, 170, 170, 0.5);
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background-color: #4f77f0;
	border-color: rgba(255, 255, 255, 0.3);
	color: white;
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
	border-radius: 2px;
	transform: scale(1) translate(-50%, -50%);
}

.layerPopup {
	display: none;
	position: fixed;
	border: 1px solid #666666;
	z-index: 1000;
	cursor: pointer;
	top: 100px;
	vertical-align: middle;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	border-radius: 5px;
	overflow: hidden;
	border: 0;
	margin: 0 auto;
	background: #fff
}

.layerPopup img {
	width: 100%
}

.layerPopup .pop-tail {
	background: rgb(72, 72, 72);
	color: #fff;
	padding: 5px;
	text-align: right;
}

.layerPopup .pop-tail a {
	display: inline-block;
	font-size: 12px;
	color: #fff
}

.layerPopup .pop-tail a:first-of-type {
	margin-right: 15px
}

.layerPopup .pop-tail a:last-of-type {
	margin-right: 10px
}

.layerPopup lpop_top span {
	cursor: pointer
}

.pop-content {
	width: 400px !important;
	min-height: 160px;
	background: #fff;
}

.pop-content div:first-child {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #d3d6da;
	padding: 6px;
	box-sizing: border-box;
	justify-content: space-between;
}

.pop-content div:first-child span:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	width: 20px;
	text-align: center
}

.pop-content div:first-child span:nth-child(2) {
	font-size: 16px;
	font-weight: bold;
	text-align: Center;
}

.pop-content div:first-child span:nth-child(3) {
	font-size: 16px;
	font-weight: bold;
	width: 20px
}

.pop-content div:last-child {
	padding: 10px;
	box-sizing: border-box;
	border: 5px solid rgb(243, 243, 243);
	min-height: 160px;
}

.pop-content div p {
	line-height: 280%
}

.pop-content.txt div.lpop_msg {
	padding: 0px !important;
	border: 0px !important;
}

.layerPopup_bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
	transition: all 0.3s ease;
}

.jconfirm-box .jconfirm-content {
	padding-bottom: 20px
}

#right_notice {
	position: relative;
	overflow: hidden;
}

#mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	zoom: 1;
	opacity: 0.5;
	z-index: 9998;
	display: none;
}

.btn_menu_open {
	width: 20px;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 0px;
	margin-left: 10px
}

.slide_menu .menu_close {
	width: 100%;
	height: 52px;
	background: #fff;
	border-bottom: 1px solid #e6e8ea;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.slide_menu .menu_close>div {
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px
}

.slide_menu .menu_close>div>span {
	font-size: 11px;
	font-weight: normal;
	line-height: 52px;
	padding-left: 10px;
	color: #888888
}

.slide_menu .btn_menu_close {
	width: 28px;
	height: 28px;
	position: relative;
	cursor: pointer;
	padding-right: 20px
}

.slide_menu .menu_list li {
	padding: 15px;
	list-style: none;
	background: #fff;
	margin: 15px;
	border-radius: 10px;
	cursor: pointer
}

.slide_menu {
	width: 80%;
	height: 100%;
	max-width: 360px;
	background: #f3f4f6;
	position: fixed;
	top: 0;
	right: -400px;
	z-index: 9999;
}

.slide_menu .menu_list {
	padding: 0px;
	margin: 0px;
	text-align: left;
	overflow-y: auto;
	height: 100%;
}

.slide_menu .menu_list li>div:first-child {
	font-size: 14px;
	color: black
}

.slide_menu .menu_list li>div:first-child>span:last-child {
	font-size: 13px;
	display: block;
	color: #565656;
	margin-top: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.slide_menu .menu_list li>div:last-child {
	font-size: 12px;
	margin-top: 5px;
	color: #4f77f0
}

.slide_menu .menu_list li>div:last-child>span {
	font-size: 12px;
	margin-top: 5px;
	color: #565656;
	margin-left: 5px
}

.slide_menu .menu_list li>div:first-child img {
	vertical-align: middle;
	margin-bottom: 2px
}

.slide_menu .menu_list li:last-child {
	margin-bottom: 80px
}

.slide_menu span.on {
	width: 10px;
	height: 10px;
	background: red;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	z-index: 3;
	float: right;
}

.slide_menu span.off {
	display: none
}

.subject2 span.on {
	width: 10px;
	height: 10px;
	background: red;
	display: inline-block;
	border-radius: 10px;
	margin-right: 5px
}

.subject2 span.off {
	display: none
}

.tap_alaram {
	visibility: hidden;
	display: inline-block;
	top: -4px;
	margin: 0px;
	padding: 0px;
	border-radius: 50%;
	background: red;
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 18px;
	z-index: 2;
	position: relative;
	text-align: center;
	left: -5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer
}

.tap_alaram p {
	line-height: 20px;
	font-weight: normal;
	padding: 0px !important;
	text-align: center !important;
	margin: 0 auto;
	color: #fff
}

.alarm_icon.disabled {
	display: none
}

.square-thumb {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 5px;
	vertical-align: middle;
	background: rgb(81, 81, 81);
	border: 1px solid #dbdbdb;
}

.square-thumb:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.square-thumb img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.image-box img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	/* 비율 왜곡 없이 자르기 */
}