@charset "utf-8";
@import url("/include/css/NanumSquare.css");
@import url("/include/css/font-awesome.min.6.2.1.css");

/*************************************************************************************************************

				Mobile CMS CSS Ver 0.37

				- Last Update : 2019. 08. 12
				- Author : KERRY

**************************************************************************************************************/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
}

body {
		line-height: 1;
}

ol, ul {
		list-style: none;
}

blockquote, q {
		quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

body {
		-webkit-text-size-adjust: none;
}

textarea {
		resize:none;
}


/**************************************************************************************************************
		Basic
**************************************************************************************************************/
@charset "utf-8";

*{
		margin:0;
		padding:0;
		font-family:NanumSquare,verdana,tahoma,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif;-webkit-text-size-adjust:none;
}

body{
		margin:0 auto;
		padding:0;
		font-family:NanumSquare,verdana,tahoma,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif;
		position:relative;
		background-color:#333;
		color:#FFF;
		font-size:12px;
		line-height:1.25em;
		/* word-wrap:break-word;
		word-break:break-all */;

		-webkit-touch-callout:none;
		-webkit-touch-select:none;
		-ms-user-select:none;
		-moz-user-select:none;
		-webkit-user-select:none;
		-user-select:none;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
}

html {
		height:100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

table, tr, td {
		font-family:NanumSquare,verdana,tahoma,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif;
}

input {
		height:30px;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border:solid 1px #999;
		background:transparent;
		color:#FFF;
}

input:focus {
		outline:none;
		border:solid 1px #54A3F7;
}

/* Selects any <input> element that is read-only */
/* Supported in Firefox with a prefix */
input:-moz-read-only {
		background: #555;
}

/* Supported in Blink/WebKit/Edge without a prefix */
input:read-only {
		background: #555;
}


select {
		height:30px;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border:solid 1px #999;
		background:transparent;
		color:FFF;
		background:#222;
		padding-left:5px;
}

select:focus {
		outline:none;
		border:solid 1px #54A3F7;
}

textarea {
		height:50px;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border:solid 1px #999;
		background:transparent;
		color:FFF;
}

textarea:focus {
		outline:none;
		border:solid 1px #54A3F7;
}



input:-ms-input-placeholder {font-size:0.85em; letter-spacing:0; color:#AAA; opacity: 1.0}					/* Internet Explorer 10-11 */
input::-ms-input-placeholder {font-size:0.85em; letter-spacing:0; color:#AAA; opacity: 1.0}					/* Microsoft Edge */
input::-webkit-input-placeholder {font-size:0.85em; letter-spacing:0; color:#AAA; opacity: 1.0}		/* Webkit, Blink, Edge */
input:-moz-placeholder {font-size:0.85em; letter-spacing:0; color:#AAA; opacity:1.0}									/* Mozilla Firefox */
input::-moz-placeholder {font-size:0.85em; letter-spacing:0; color:#AAA; opacity:1.0}								/* Mozilla Firefox */
input:-mos-input-placeholder {font-size:0.85em; letter-spacing:0; color:#AAA; opacity:1.0}					/* Firefox */
input::placeholder {font-size:0.85em; letter-spacing:0; color:#AAA; opacity:1.0; /* Firefox */ }			/* Chrome, Firefox, Opera, Safari 10.1+ */

@-ms-viewport {
		width: device-width;
}

.hr_dashed {color:#ccc; border-style:dashed; border-width:1px 0 0 0; margin:3px 0}
.hr_dotted {color:#ccc; border-style:dotted; border-width:1px 0 0 0; margin:3px 0}

/**************************************************************************************************************
		Global
**************************************************************************************************************/
/* Width */
.w20 {
		width:20% !important;
}
.w30 {
		width:30% !important;
}
.w40 {
		width:40% !important;
}
.w50 {
		width:50% !important;
}
.w60 {
		width:60% !important;
}
.w70 {
		width:70% !important;
}
.w80 {
		width:80% !important;
}
.w90 {
		width:90% !important;
}
.w100 {
		width:100% !important;
}
.w115px{
		width:115px !important;
}

.h0{
		height:0 !important;
}
.h30{
		height:30px !important;
}

/* Margin */
.mt20 {
		margin-top:20px;
}
.mt40 {
		margin-top:40px;
}
.ml0 {
		margin-left:0 !important;
}
.ml10 {
		margin-left:10px !important;
}

/* Margin */
.pl10{
		padding-left:10px;
}

/* Color */
.f_blue {
		color:#2183FA;
}
.f_green {
		color:#33CC00;
}
.f_red {
		color:#A81702;
}
.f_gray {
		color:#999;
}
.f_darkgray{
		color:#555;
}

/* Display */
.dis_y {
		display: !important;
}
.dis_n {
		display:none !important;
}

/* Font */
.b {
		font-weight:bold;
}
.txt11 {
	font-size:11px;
}

/* scroller-status
------------------------- */
.scroller-status {
  display: none;
  padding: 30px 0;
}

.scroller-status__message {
  text-align: center;
  color: #777;
}

/* loader-ellips
------------------------- */
.loader-ellips {
		font-size: 20px; /* change size here */
		position: relative;
		width: 4em;
		height: 1em;
		margin: 30px auto;
}

.loader-ellips__dot {
		display: block;
		width: 0.5em;
		height: 0.5em;
		border-radius: 0.5em;
		-webkit-border-radius:0.5em;
		-moz-border-radius:0.5em;
		background: rgba(255, 255, 255, 0.1); /* change color here */
		position: absolute;
		animation-duration: 0.5s;
		animation-timing-function: ease;
		animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
		left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1em; }
.loader-ellips__dot:nth-child(4) { left: 2em; }

@keyframes reveal {
		from { transform: scale(0.001); }
		to { transform: scale(1); }
}

@keyframes slide {
		to { transform: translateX(1em) }
}

.loader-ellips__dot:nth-child(1) {
		animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
		animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
		animation-name: reveal;
		animation-direction: reverse;
}


/* 경고창(레이어) */
#mask_layer {
		position:absolute;
		z-index:90;
		background-color:#000;
		display:none;
		left:0;
		top:0;
}


/* 제조사 svg CI */
.manu_img {
		height:20px;
		margin-bottom:-5px;
}

.manu_img2 {
		height:15px;
		margin-bottom:-3px;
}


/* Form */

/* Clear InputBox */
.clear_input {
		border:0 !important;
		background:transparent !important;
}


/* Button */
.btn_style0 {
		font-weight:bold;
		color:#000;
		background:#FFF;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		padding:7px 10px 6px 6px;
		cursor:pointer;
		font-size:1.4em;
}
.btn_style0 i {
		margin:0 5px;
}


/* Letter-spading */
.lt-s1{
		letter-spacing:2px;
}


/**************************************************************************************************************
		LAYOUT : MOBILE(FIX)
**************************************************************************************************************/
	
/* Wrappers */
#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		padding-bottom: 1px;
}

#header-wrapper {
		padding: 0 0;
}

#footer-wrapper {
		padding: 1em 1em;
		overflow: visible;
		-webkit-transform: translateZ(0);
		margin:0 auto;
		text-align:center;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		height:190px;
		bottom:0;
}

#content {
    background-color: #333;
    padding: 52px 0 20px 0;
    position: relative;
    width: auto;
    height: 100%;
		/*
    box-shadow: -10px -5px 12px 0px rgba(0, 0, 0, 0.9);
		-webkit-box-shadow: -10px -5px 12px 0px rgba(0, 0, 0, 0.9);
		-moz-box-shadow: -10px -5px 12px 0px rgba(0, 0, 0, 0.9);
		*/
}

#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

#contentLayer #close_menu {
    width: 80px;
		height: 80px;
    overflow: hidden;
    position: absolute;
    top: 270px;
		left:40%;
    z-index: 1000;
		text-align:center;
}

#contentLayer #close_menu i {
		font-size:4em;
}

#contentLayer #close_menu span {
		font-size:1.2em;
		line-height:2.5em;
		
}


/* 메뉴 오픈시 바탕 레이어 가변 */
@media screen and (max-width: 360px) { #contentLayer { width: 40%;}}
@media screen and (min-width: 361px) and (max-width: 411px) {#contentLayer { width: 45%;}}
@media screen and (min-width: 412px) { #contentLayer { width: 50.8%;}}
@media screen and (min-width: 435px) { #contentLayer { width: 54%;}}
@media screen and (min-width: 480px) { #contentLayer { width: 57%;}}
@media screen and (min-width: 500px) { #contentLayer { width: 59%;}}
@media screen and (min-width: 530px) { #contentLayer { width: 61%;}}
@media screen and (min-width: 550px) { #contentLayer { width: 62.5%;}}
@media screen and (min-width: 580px) { #contentLayer { width: 64%;}}
@media screen and (min-width: 600px) { #contentLayer { width: 65%;}}
@media screen and (min-width: 630px) { #contentLayer { width: 66%;}}
@media screen and (min-width: 650px) { #contentLayer { width: 67%;}}
@media screen and (min-width: 680px) { #contentLayer { width: 70%;}}
@media screen and (min-width: 732px) { #contentLayer { width: 72.5%;}}
@media screen and (min-width: 750px) { #contentLayer { width: 73%;}}


/**************************************************************************************************************
		HEADER / MENU / FLOATING BAR
**************************************************************************************************************/
#header {
    background-color: #A81702;
    padding: 10px;
    text-decoration: none;
    position: fixed;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
}


/* Header > ⲶⲶ Menu */
#menu {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    position: relative;
    width: 28px;
}

#menu:before {
		display: inline-block;
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		font-size: 28px;
		line-height: 28px;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: 28px;
		height: 28px;
		color: #fff;
		content: "\f0c9";
}

/* Header > Title Bar */
#Title_Bar {
		position:relative;
		display: inline-block;
		width:80%;
		height:28px;
		top:-5px;
		text-align:center;
		font-size:1.6em;
		font-weight: 800;
		line-height: 44px;
		text-shadow:1px 1px 1px #510000;
		color: #fff;
}

#Title_Bar i {
		margin: 0 5px 0 8px;
}


/* Menu Panel */
#navPanel {
    opacity: 0;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
    width: 200px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    background: -moz-linear-gradient(top, #333 0%, #111 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #333 0%, #111 100%);
    background: -o-linear-gradient(top, #333 0%, #111 100%);
    background: -ms-linear-gradient(top, #333 0%, #111 100%);
    background: linear-gradient(to bottom, #333 0%, #111 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#111', GradientType=0);
		box-shadow: -7px 0px 10px 0 rgba(0, 0, 0, 0.25) inset;
		-webkit-box-shadow: -7px 0px 10px 0 rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: -7px 0px 10px 0 rgba(0, 0, 0, 0.25) inset;
		overflow-y: hidden;
}


/* Menu Title */
#navPanel #menu_title {
		width:100%;
		height:30px;
		border-bottom: solid 1px rgba(0, 0, 0, 0.15);
		padding-top:20px;
		font-family:"NanumSquareL";
		font-weight: 300;
		font-size: 2em;
		text-align:center;
}

#navPanel #menu_title > i:before {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		padding:5px;
		margin-top:-20px;
		margin-left:130px;
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f059';
		font-size:1em;
		font-weight:bold;
		box-sizing:border-box;
		vertical-align:text-top;
}



/* Menu */
#navPanel .menu_on {
		display: block;
		color: #FFF;
		background:#A81702;
		height: 20px;
		line-height: 20px;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
		border-bottom: solid 1px rgba(0, 0, 0, 0.15);
		box-shadow: -10px 0px 10px 0 rgba(0, 0, 0, 0.25) inset;
		-webkit-box-shadow: -10px 0px 10px 0 rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: -10px 0px 10px 0 rgba(0, 0, 0, 0.25) inset;
}

#navPanel ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

#navPanel li {
    position: relative;
    font-weight: bold;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
		border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
		display: inline-block;
		width: 100%;
		height: 20px;
		line-height: 20px;
		cursor:pointer;
}

#navPanel li div {
		position:absolute;
		display:inline-block;
		left:0;
		top:0;
		width:55%;
		height:30px;
		padding: 7px 0 0 3em;
		font-weight: 700;
		font-size: 1.35em;
		color: #FFF;
		line-height:25px;
		letter-spacing: 0.075em;
}

#navPanel li:hover {
		display: block;
		height: 20px;
		color: #FFF;
		background:#A81702;
		line-height: 20px;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
		border-bottom: solid 1px rgba(0, 0, 0, 0.15);
		box-shadow: -10px 0px 10px 0 rgba(0, 0, 0, 0.25) inset;
		-webkit-box-shadow: -10px 0px 10px 0 rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: -10px 0px 10px 0 rgba(0, 0, 0, 0.25) inset;
}

#navPanel li:first-child:before {
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f2c2';
		padding:0 1px 0 20px;
		font-size:1.4em;
}

#navPanel li:first-child > i:before {
		width:30px;
		height:30px;
		padding:5px;
		margin-top:-7px;
		margin-left:122px;
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f0fe';
		font-size:1.7em;
		box-sizing:border-box;
}

#navPanel li:nth-child(2):before {
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f0ad';
		padding:0 1px 0 20px;
		font-size:1.5em;
}

#navPanel li:nth-child(2) > i:before {
		width:30px;
		height:30px;
		padding:5px;
		margin-top:-7px;
		margin-left:126px;
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f0fe';
		font-size:1.7em;
		box-sizing:border-box;
}

#navPanel li:nth-child(3):before {
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f46d';
		padding:0 3px 0 20px;
		font-size:1.5em;
}

#navPanel li:nth-child(4):before {
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f1da';
		padding:0 0 0 18px;
		font-size:1.5em;
}

/*
#navPanel li:nth-child(5):before {
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f108';
		padding:0 0 0 18px;
		font-size:1.6em;
}

#navPanel li:nth-child(5) > div {
		position:absolute;
		display:inline-block;
		left:0;
		top:0;
		width:28%;
		height:30px;
		color: #FFF;
		line-height:25px;
}

#navPanel li:nth-child(5) > span {
		position:absolute;
		display:inline-block;
		left:105px;
		top:0;
		width:43%;
		height:30px;
		padding: 7px 0 0 0;
		color: #FFF;
		line-height:25px;
		font-size:1.4em;
}

#navPanel li:nth-child(5) > span:before {
		font-family: "NanumSquareL";
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '|';
		padding:0 10px 0 0;
		font-size:0.9em;
}
*/

#navPanel li:nth-child(5):before {
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f013';
		padding:0 0 0 18px;
		font-size:1.6em;
}

#navPanel li:nth-child(6):before {
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f2f5';
		padding:0 0 0 18px;
		font-size:1.6em;
}


/*	Push 알림 > 소모품 */
#navPanel .push_spp_alm {
		position:absolute;
		z-index:2000;
		display:inline-block;
		width:20px;
		height:20px;
		top:3px;
		left:93px;
		font-size:1em;
		text-align:center;
		color:#FFF;
		background:#B00000;
		border:solid 1px #880000;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		box-sizing:border-box;
		box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.6);
		-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.6);
}

/*	Push 알림 > 오류정보 */
#navPanel .push_err_alm {
		position:absolute;
		z-index:2000;
		display:inline-block;
		width:20px;
		height:20px;
		top:3px;
		left:177px;
		font-size:1em;
		text-align:center;
		color:#FFF;
		background:#B00000;
		border:solid 1px #880000;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		box-sizing:border-box;
		box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.6);
		-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.6);
}



/* Menu Panel > Search */
#search {
		position:relative;
		width:85%;
		margin:0 auto;
		margin-top:20px;
}

#search form {
	  background: #777;
		position: relative;
		width: 100%;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
}

#search #search_str, #search button {
		border: none;
		outline: none;
		background: transparent;
}

#search #search_str {
		width: 85% !important;
		height: 35px;
		padding-left: 10px;
		color:#FFF;
		font-size:1.1em;
}

#search button {
		height: 35px;
		width: 35px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
}

#search button:before {
		content: "\f002";
		font-family: "Font Awesome 6 Pro";
		font-size: 18px;
		font-weight:bold;
		color: #FFF;
}

#search > div {
	padding: 5px 0 0 20px;
	color:#CCC;
}

#search > div:before {
		content: "\f05a";
		font-family: "Font Awesome 6 Pro";
		font-weight:bold;
		margin-right:5px;
}


/* Menu Panel > Logo */
#navPanel #logo_img {
		width:100%;
		text-align:center;
		margin:30px 0 0 -30px;
}

#navPanel #logo_img img {
		width:130%;
}



/* Floating Bar */
#content #floatingBar {
		display:none;
    width: 100%;
    height: 60px;
		z-index:100;
    text-align: center;
    background: #1C1C1C;
    position: fixed;
    top: 50px;
		box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
}

#content #floatingBar > span{
    display: inline-block;
		font-size:1.1em;
		color:#AAA;
		margin-top:14px;
}

#content #floatingBar > span:before {
		position:relative;
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f05a';
		margin-right:5px;
}

#content #floatingBar ul {
    margin: 0;
    width: 100%;
		height:20px;
    padding: 5px 0;
}

#content #floatingBar ul > li {
    position: relative;
		top:14px;
		display: inline-block;
		height:20px;
		font-size:1.5em;
		margin:0 12px;
		font-weight:bold;
		cursor:pointer;
}

#content #floatingBar ul > li:hover {
    color:#A81702;
}

#content #floatingBar ul > li:first-child:before {
		position:relative;
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f783';
		margin-right:5px;
}

#content #floatingBar ul > li:nth-child(2):before {
		position:relative;
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f272';
		margin-right:5px;
}

#content #floatingBar ul > li:nth-child(3):before {
		position:relative;
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f273';
		margin-right:5px;
}

#content #floatingBar ul > li:nth-child(4):before {
		position:relative;
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f274';
		margin-right:5px;
}

#content #floatingBar > .floatingBar_close:before {
		position:relative;
		display:inline-block;
		width:25px;
		height:25px;
		top:-40px;
		left:45%;
		padding:3px;
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f00d';
		font-size:1.7em;
		cursor:pointer;
}



/* ####################################################################################
		LOGIN
#################################################################################### */
#login {
		display:;
		margin:0 auto;
		margin-top:-20px;
}

#login #login_top {
		width: 380px;
		min-width:380px;
		max-width:600px;
		min-height:140px;
		margin:0 auto;
}

#login #login_top #login_icon {
		position:relative;
		width:55%;			/*180x172 , 190x181 200x191 */
		/*height:191px;*/
		max-width:280px;
		float:left;
		z-index:100;
		margin:-10px 0 -18px 0;
}

#login #login_top #login_title {
		position:relative;
		width:210px;
		height:100px;
		float:left;
		z-index:200;
		margin:25px 0 0 -40px;
		box-sizing:border-box;
}

#login #login_top #login_title div:first-child {
		position:relative;
		width:60px;
		margin: 0 0 -20px 130px;
		font-family:'NanumSquareEB' ,'맑은 고딕';
		color:#FFF;
		font-weight:bold;
		font-size: 1rem;
		line-height:1rem;
		font-style:italic;
		color:#FFCC00;
		transform: rotate(350deg) ;
		-webkit-transform: rotate(350deg) ;
		-moz-transform: rotate(350deg) ;
		-o-transform: rotate(350deg) ;
		-ms-transform: rotate(350deg) 
}

#login #login_top #login_title div:nth-child(2) {
		font-family:'NanumSquareEB' ,'맑은 고딕';
		color:#FFF;
		font-weight:bold;
		font-size: 2.5rem;
		line-height:2.5rem;
		padding: 25px 0 0 5px;
		font-size: 2.5rem;
}

#login #login_top #login_title div:nth-child(3) {
		font-family:'NanumSquare' ,'맑은 고딕';
		color:#1394FD;
		font-size: 2.5rem;
		line-height:2.5rem;
		padding: 0 0 0 79px;
}

#login #login_contents {
		width:93%;
		min-width:350px;
		max-width:500px;
		height:330px;
		min-height:320px;
		margin:0 auto;
		background:#EEE;
		border-radius:15px;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		padding:0;
}

#login .login_alert {
		clear:both;
		text-align:center;
		font-family:'NanumSquare' ,'맑은 고딕';
		font-size:0.9rem;
		color:#777;
		padding:0 0 0.4em 0;
		letter-spacing:-1px;
		font-weight:bold;
}

#login .login_alert hr {
		height:2px;
		border:0;
		margin-top:10px;
		box-shadow:0 2px 2px -2px #BBB inset;
		-webkit-box-shadow:0 2px 2px -2px #BBB inset;
		-moz-box-shadow:0 2px 2px -2px #BBB inset;
}

#login .login_uid {
		height:35px;
		padding:0.3em 0;
		text-align:center;
}

#login .login_pwd {
		height:35px;
		text-align:center;
}

#login .login_uid input, #login .login_pwd input {
		width:55%;
		height:33px;
		border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
		padding: 0 0 0 30px;
		border:solid 1px #999;
		font-family:verdana,tahoma,Helvetica,AppleGothic,Sans-serif;
		font-size: 1.4em;
		color:#0B7BCE;
		background:#FFF;
		letter-spacing:1px;
}

#login .login_uid input:focus, #login .login_pwd input:focus {
		outline:none;
		border:solid 1px #54a3f7;
}

#login #auto_login {
		text-align:center;
}

#login #login_btn {
		text-align:center;
}

#login #login_notice {
		font-family:'NanumSquare' ,'맑은 고딕';
		line-height:20px;
		padding:15px 0 0 30px;
		color:#555;
		text-align:left;
}



/* Auto Login */
#login #auto_login {
		font-family:'NanumSquareB' ,'맑은 고딕';
		color:#444;
		font-size:0.8rem;
		height:20px;
		padding:10px 0 10px 0;
}

#login #auto_login #auto_login_str {
		display:inline-block;
		width:70px;
		height:20px;
		position:relative;
		top:-3px;
}

#login input[type="checkbox"] {
		display: none;
}
#login input[type="checkbox"] + label {
		display: inline-block;
		width: 40px;
		height: 14px;
		position: relative;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		margin: 0px 2px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}

#login input[type="checkbox"] + label:after {
		content: '';
		display: block;
		position: absolute;
		left: 0px;
		top: -3px;
		width: 20px;
		height: 20px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		cursor: pointer;
}

#login #onoff:checked + label.blue {
		background: #A6D9F7;
}

#login #onoff:checked + label.blue:after{
		background: #0C88CB;
}

#login #onoff:checked + label:after {
		left: calc(100% - 20px);
}

#login #onoff + label {
		background: #ddd;
		border-radius: 20px;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		box-shadow: 1px 1px 3px #aaa;
		-webkit-box-shadow: 1px 1px 3px #aaa;
		-moz-box-shadow: 1px 1px 3px #aaa;
}

#login #onoff + label:after {
		background: #fff;
		border-radius: 50%;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		box-shadow: 1px 1px 3px #aaa;
		-webkit-box-shadow: 1px 1px 3px #aaa;
		-moz-box-shadow: 1px 1px 3px #aaa;
}


/* Login Button */
#login #login_btn .login_Button {
		box-shadow:inset 0px 1px 0px 0px #54a3f7;
		-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
		-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
		background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
		background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
		background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
		background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
		background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
		background-color:#007dc1;
		border-radius:30px;
		-moz-border-radius:30px;
		-webkit-border-radius:30px;
		border:1px solid #124d77;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-family:'NanumSquareB' ,'맑은 고딕';
		font-weight:bold;
		font-size:1.3em;
		padding:12px 50px;
		text-decoration:none;
		text-shadow:0px 1px 0px #154682;
		margin:10px 0;
		height:15px;
}

#login #login_btn .login_Button:hover {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
		background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
		background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
		background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
		background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
		background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
		background-color:#0061a7;
		font-size:1.3em;
		padding:12px 50px;
		text-decoration:none;
		margin:10px 0;
		height:15px;
}



/**************************************************************************************************************
		CUSTOMER
**************************************************************************************************************/
/*-----------------------------------------------
		Customer > List
-----------------------------------------------*/
#content #customer_list {
		margin:0 0 50px 0;
		padding:0;
		min-height:400px;
}

#content #customer_list ul {
    display:table;
		margin: 0;
    width: 100%;
		height:35px;
    padding: 5px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		cursor:pointer;
}

#content #customer_list ul:hover {
		display:table;
		margin: 0;
    width: 100%;
		height:35px;
    padding: 5px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		color: #FFF;
		background:#222;
		cursor:pointer;
}

#content #customer_list ul > li {
		display: table-cell;
		height:30px;
}

#content #customer_list ul > li:first-child {
		width:55px;
		margin:0;
		text-align:center;
}

#content #customer_list ul > li:first-child:before {
		position:relative;
		top:5px;
		font-family: "Font Awesome 6 Pro";
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f2bd';
		font-size:2.5em;
}

#content #customer_list ul > li:nth-child(2) {
		margin:0;
		padding-top:8px;
		overflow:hidden;
		font-family:NanumSquare,verdana,tahoma,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif;
		-webkit-text-size-adjust:none;
		font-size:1.3em;
		line-height:1.2em;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
}

#content #customer_list ul > li:nth-child(3) {
		position:relative;
		top:5px;
		width:40px;
		font-size:2.5em;
		color:#2A2A2A;
		text-align:center;
}

#content #customer_list ul > li:nth-child(4) {
		position:relative;
		top:5px;
		width:40px;
		font-size:2.5em;
		color:#2A2A2A;
		text-align:center;
}

#content #customer_list ul > li:nth-child(3) a i {
		color:#99CC33;
}
#content #customer_list ul > li:nth-child(3) a, #content #customer_list ul > li:nth-child(3) a:hover , #content #customer_list ul > li:nth-child(3) a:active {
		font-size:inherit;
		color:#33CC00;
		text-decoration: none;
}

#content #customer_list ul > li:nth-child(4) a i {
		color:#5CE1FE;
}
#content #customer_list ul > li:nth-child(4) a, #content #customer_list ul > li:nth-child(4) a:hover , #content #customer_list ul > li:nth-child(4) a:active {
		font-size:inherit;
		color:#0AD3FE;
		text-decoration: none;
}


#content #customer_list #customer_state{
		height:50px;
		font-size:1.4em;
		background:#1C1C1C;
		text-align:center;
}

#content #customer_list #customer_state input[type=radio] {
		visibility: hidden;
}

#content #customer_list #customer_state label.radio {
		cursor: pointer;
		text-indent: 15px;
		line-height:20px;
		height:20px;
		overflow: visible;
		display: inline-block;
		position: relative;
		font-size:0.95em;
		margin-bottom:15px;
  
}

#content #customer_list #customer_state label.radio:before {
		background: #A81702;
		content:'';
		position: absolute;
		top:-1px;
		left: -10px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
}

#content #customer_list #customer_state label.radio:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 0.5em;
		height: 0.25em;
		background: transparent;
		top: 3.5px;
		left: -6.5px;
		border: 3px solid #FFF;
		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size:1.2em;
}

#content #customer_list #customer_state input[type=radio]:checked + label:after {
		opacity: 1;
}


/* infinite scroll */
.list_end_str {
		margin-top:30px;
		color:#999;
}



/*-----------------------------------------------
		Customer > List > Search
-----------------------------------------------*/
/* 검색결과가 없을때 */
#content #customer_list #no_result {
		display:block;
		position:relative;
		width:100%;
		height:150px;
		margin:0 auto;
		text-align:center;
		padding-top:100px;
		font-size:1.3em;
		line-height:2.1em;
		color:#999;
		text-shadow:1px 1px 3px #111;
}

#content #customer_list #no_result i {
		font-size:5em;
		color:#6C1002;
		text-shadow:1px 1px 3px #111;
}

/* 검색 키워드 상단 표시 */
#content #customer_list	#search_keyword {
		width:100%;
		height:30px;
		text-align:center;
		padding-top:20px;
		font-size:1.2em;
		border-bottom: 1px solid #222222;
}

/* 상단 검색어 강조 표시 */
#content #customer_list	#search_keyword span{
		color:#FFCF11;
		font-weight:bold;
		margin-right:5px;
}

/* 검색결과 > 검색어 강조 */
#content #customer_list	.search_word {
		color:#F82203;
}



/*-----------------------------------------------
		Customer > Contents
-----------------------------------------------*/
#content #customer_contents {
		margin:0 0 60px 0;
		padding:0;
}

#content #customer_contents .subject {
		width:100%;
		height:30px;
		padding:15px 0 0 0;

		font-family:NanumSquare,verdana,tahoma,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif;
		-webkit-text-size-adjust:none;
		font-size:1.5em;
		font-weight:bold;
		letter-spacing:2px;
		border-top:solid 1px #111;
		border-bottom:solid 1px #111;
		/*border-bottom:solid 3px #A81702;*/
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2A2A2A), color-stop(1, #191919));
		background:-moz-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-webkit-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-o-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-ms-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:linear-gradient(to bottom, #2A2A2A 5%, #191919 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A2A2A', endColorstr='#191919',GradientType=0);
		background-color:#333;
}

#content #customer_contents .subject i {
		margin-left:20px;
}

#content #customer_contents .subject > span {
		float:right;
		margin-right:10px;
		font-size:1.2em;
}

#content #customer_contents .subject > p.cus_code {
		display:inline-block;
		font-size:1em;
		letter-spacing:0;
		color:#777;
}

#content #customer_contents .subject > span i:hover {
		cursor:pointer;
}

#content #customer_contents input[type=text] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:100%;
}

#content #customer_contents input[type=tel] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:100%;
}

#content #customer_contents input[type=number] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:100%;
}

#content #customer_contents input[type=email] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:100%;
}


#content #customer_contents select {
		color:#FFF;
		font-size:0.95em;
}

#content #customer_contents textarea {
		width:100%;
		height: 50px;
		color:#FFF;
		padding:5px;
		margin-left:3px;
		font-size:0.95em;
}


/* Radio Button */
#content #customer_contents ul > li > input[type=radio] {
		visibility: hidden;
		margin-top:-10px;
}

#content #customer_contents ul > li > label.radio {
		cursor: pointer;
		text-indent: 15px;
		line-height:20px;
		height:20px;
		overflow: visible;
		display: inline-block;
		position: relative;
		font-size:0.95em;
}

#content #customer_contents ul > li > label.radio:before {
		background: #A81702;
		content:'';
		position: absolute;
		top:-1px;
		left: -10px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
}

#content #customer_contents ul > li > label.radio:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 0.5em;
		height: 0.25em;
		background: transparent;
		top: 4.5px;
		left: -5.5px;
		border: 3px solid #FFF;
		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size:1.2em;
}

#content #customer_contents ul > li > input[type=radio]:checked + label:after {
		opacity: 1;
}



/* CheckBox */
#content #customer_contents ul > li > input[type=checkbox] {
		visibility: hidden;
		margin-top:-10px;
}

#content #customer_contents ul > li > label.checkbox {
		cursor: pointer;
		text-indent: 15px;
		line-height:20px;
		height:20px;
		overflow: visible;
		display: inline-block;
		position: relative;
		font-size:0.95em;
}

#content #customer_contents ul > li > label.checkbox:before {
		background: #A81702;
		content:'';
		position: absolute;
		top:-1px;
		left: -10px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
}

#content #customer_contents ul > li > label.checkbox:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 0.5em;
		height: 0.25em;
		background: transparent;
		top: 4.5px;
		left: -5.5px;
		border: 3px solid #FFF;
		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size:1.2em;
}

#content #customer_contents ul > li > input[type=checkbox]:checked + label:after {
		opacity: 1;
}


#content #customer_contents .textarea_sub {
		/*float:left;
		padding-top:25px*/
}

#content #customer_contents .textarea_sub2 {
		float:left;
		padding-top:20px
}

#content #customer_contents .textarea_sub3 {
		vertical-align:top;
}

#content #customer_contents .textarea_sub4 {
		vertical-align:top;
		padding-top:10px
}


#content #customer_contents ul {
		display: table;
    width: 100%;
		margin: 0;
    padding: 5px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}

#content #customer_contents ul > li {
		display: table-cell;
		vertical-align:middle;
}


#content #customer_contents ul > li > span {
   line-height:2.2em;
}

#content #customer_contents ul > li:first-child {
		width:110px;
		margin:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		font-size:1.3em;
		line-height:1.2em;
		text-align:right;
		padding-right:15px !important;
		font-weight:bold;
}

#content #customer_contents ul > li:nth-child(2) {
		margin:0 5px 0 10px;
		font-size:1.3em;
		line-height:1.2em;
}


#content #customer_contents ul > li:nth-child(3) {
		width:50px;
		text-align:right;
}


#content #customer_contents ul > li:nth-child(4) {
		width:40px;
		text-align:center;
}


/* icon buttons */
#content #customer_contents .addr_go {
		display:inline-block;
		position:relative;
		width:22px;
		height:1.2em;
		line-height:1.2em;
}

#content #customer_contents .addr_go i {
		font-size:2em;
		color:#FC9A5F;
		cursor:pointer;
}

#content #customer_contents .map_go {
		display:inline-block;
		position:relative;
		width:22px;
		height:1.2em;
		line-height:1.2em;
}

#content #customer_contents .map_go a, #content #customer_contents .map_go a:hover , #content #customer_contents .map_go a:active {
		font-size:2em;
		color:#5CE1FE;
		text-decoration: none;
}

#content #customer_contents .phone_go {
		display:inline-block;
		position:relative;
		width:22px;
		height:1.2em;
		line-height:1.2em;
		top:2px;
}

#content #customer_contents .phone_go a, #content #customer_contents .phone_go a:hover , #content #customer_contents .phone_go a:active {
		font-size:2em;
		color:#99CC33;
		text-decoration: none;
}

#content #customer_contents .mobile_go {
		display:inline-block;
		position:relative;
		width:22px;
		height:1.2em;
		line-height:1.2em;
		top:2px;
}

#content #customer_contents .mobile_go a, #content #customer_contents .mobile_go a:hover , #content #customer_contents .mobile_go a:active {
		font-size:2em;
		color:#e49fff;
		text-decoration: none;
}

#content #customer_contents .sms_go {
		display:inline-block;
		position:relative;
		width:22px;
		height:1.2em;
		line-height:1.2em;
		top:2px;
}

#content #customer_contents .sms_go a, #content #customer_contents .sms_go a:hover , #content #customer_contents .sms_go a:active {
		font-size:2em;
		color:#FFEB33;
		text-decoration: none;
}

#content #customer_contents .email_go {
		display:inline-block;
		position:relative;
		width:22px;
		height:1.2em;
		line-height:1.2em;
		top:2px;
}

#content #customer_contents .email_go a, #content #customer_contents .email_go a:hover , #content #customer_contents .email_go a:active {
		font-size:2em;
		color:#FFEB33;
		text-decoration: none;
}

#content #customer_contents .edit_go {
		display:inline-block;
		position:relative;
		width:22px;
		height:1.2em;
		line-height:1.2em;
}
#content #customer_contents .edit_go i {
		font-size:1.7em;
		color:#FFFFFF;
		cursor:pointer;
}

#content #customer_contents .cancel_go {
		display:inline-block;
		position:relative;
		top:4px;
		width:22px;
		height:1.2em;
		line-height:1.2em;
}
#content #customer_contents .cancel_go i {
		font-size:2em;
		color:#FF2B2B;
		cursor:pointer;
}

#content #customer_contents .edit_ok_go {
		display:inline-block;
		position:relative;
		top:4px;
		width:22px;
		height:1.2em;
		line-height:1.2em;
}
#content #customer_contents .edit_ok_go i {
		font-size:2em;
		color:#339900;
		cursor:pointer;
}

#content #customer_contents .search_go {
		display:inline-block;
		position:relative;
		width:22px;
		height:1.2em;
		line-height:1.2em;
		top:3px;
}
#content #customer_contents .search_go a, #content #customer_contents .search_go a:hover , #content #customer_contents .search_go a:active {
		font-size:2em;
		color:#B7F2FF;
		text-decoration: none;
}


/* Button */
#content #customer_contents .btn_area {
		width:100%;
		text-align:center;
		padding:30px 0 30px 0;
}
#content #customer_contents .btn_area span {
		font-size:1.4em;
		font-weight:bold;
		color:#000;
		background:#FFF;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		padding:10px 10px 9px 9px;
		cursor:pointer;
}


/* 담당자, 부서/지점 */
#content #customer_contents .customer_staff, #content #customer_contents .customer_staff_list, #content #customer_contents .customer_part, #content #customer_contents .customer_part_list, #content #customer_contents .customer_printer, #content #customer_contents .customer_printer_list {
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		margin-top:5px;
}
#content #customer_contents .customer_staff_list ul > li {
		padding:2px 0;
}
#content #customer_contents .customer_part_list ul > li {
		padding:2px 0;
}
#content #customer_contents .customer_printer_list ul > li {
		padding:2px 0;
}

/* flatpickr 달력 날짜 */
.calendar_date {
		font-size:0.9em !important;
		color:#FFF !important;
		padding-left:7px;
}



/* 거래처 > 장비관리 */

/* 중복시리얼  */
#mac_serial_info {
		display:none;
		position:absolute;
		z-index:100;
		width:320px;
		height:400px;
		background-color:#2A2A2A;
		border:1px solid #3A3A3A;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
		-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
		-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
		text-align:center;
}
#mac_serial_info h1 {
		font-family:'NanumSquareEB';
		font-size:1.8em;
		margin:25px 0 20px 0;
		text-shadow:1px 1px 3px #111;
}
#mac_serial_info h1 i {
		font-size:1.4em;
		color:#A81702;
		margin-top:-15px;
}

/* 시리얼 등록 정보 화면 */
#content #customer_contents #PrinterInfo_Data {
		width:90%;
		height:290px;
		margin-left:15px;
		margin-bottom:10px;
}
#content #customer_contents #PrinterInfo_Data  dl {
		margin: 0;
    width: 100%;
		height:25px;
		padding:15px 0 5px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		font-size:1.2em;
}
#content #customer_contents #PrinterInfo_Data  dl > dt {
		display: inline-block;
		float:left;
		width:25%;
		text-align:left;
		font-weight:bold;
}
#content #customer_contents #PrinterInfo_Data  dl > dd {
		display: inline-block;
		float:left;
		width: 70%;
		text-align:left;
		margin-left:10px;
}



/* 장비 모델명 검색 */
#printer_search {
		position:relative;
		width:100%;
		margin:0 auto;
}

#printer_search div {
	  background: #FFF;
		position: relative;
		width: 100%;
		border-radius:15px;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
}

#printer_search #printer_search_str, #printer_search button {
		border: none;
		outline: none;
		background: transparent;
}
#printer_search #printer_search_str {
		width: 80% !important;
		height: 30px;
		padding-left: 20px !important;
		font-size:1em;
		color:#111;
		border:0;
}

#printer_search input[type=email] {
		color:#111 !important;
}

#printer_search button {
		height: 25px;
		width: 35px;
		position: absolute;
		top: 2px;
		right: 0;
}
#printer_search button:before {
		content: "\f002";
		font-family: "Font Awesome 6 Pro";
		font-size: 18px;
		font-weight:bold;
		color: #0387D6;
}


#content #customer_contents i.prn_xt {
		color:#FB6844;
		margin-right: 5px;
}

#content #customer_contents i.prn_xe {
		color:#66C1FF;
		margin-right: 5px;
}


/*-----------------------------------------------
		Service > Status List
-----------------------------------------------*/
#content #service_list {
		margin:60px 0 50px 0;
		padding:0;
		min-height:340px;
}

#content #service_list .service_status_list_post {
		margin-top:5px;
}

#content #service_list .service_status_list_post > ul {
    margin:0;
    width:100%;
		height:50px;
    padding: 7px 0 3px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		cursor:pointer;
		font-size:1.3em;
}

#content #service_list .service_status_list_post > ul:hover {
		margin: 0;
    width:100%;
		height:50px;
    padding: 7px 0 3px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		color: #FFF;
		background:#222;
		cursor:pointer;
}

#content #service_list .ul_select {
		margin: 0;
    width: 100%;
		height:50px;
    padding: 7px 0 3px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		color: rgba(255, 222, 217, 0.4) !important;
		background:#580C01 !important;
		cursor:pointer;
}

#content #service_list .ul_select:before {
		position:absolute;
		z-index:100;
		left:47%;
		box-sizing:border-box;
		content: "\f058";
		font-family: "Font Awesome 6 Pro";
		font-size:2.5em;
		width:35px;
		height:35px;
		padding-top:15px;
		font-weight:bold;
		color:rgba(255, 255, 255, 0.9);
}

#content #service_list .service_status_list_post > ul > li {
    position: relative;
		width:100%;
		height:25px;
		box-sizing: border-box;
}

#content #service_list .service_status_list_post > ul > li > ul {
    margin:0;
    width:100%;
		height:25px;
		display:table;
		table-layout:fixed;
}

#content #service_list .service_status_list_post > ul > li >  ul > li {
    position: relative;
		display: inline-block;
		height:25px;
		box-sizing: border-box;
		display:table-cell;
}

#content #service_list .service_status_list_post > ul > li:first-child > ul > li:first-child {
		width:85%;
		font-family:'NanumSquareEB';
		font-weight:bold;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
		overflow:hidden;
		padding-left:15px;
		padding-top:5px;
		font-size:1.2em;
}

#content #service_list .service_status_list_post ul > li:first-child > ul > li > i {
		padding:0 12px;
}

#content #service_list .service_status_list_post ul > li:first-child > ul > li:nth-child(2) {
		width:15%;
		overflow:hidden;
		text-align:center;
		padding-top:5px;
}

#content #service_list .service_status_list_post ul > li:first-child > ul > li:nth-child(2) p {
		font-size:0.6em;
		line-height:0.3em;
}


#content #service_list .service_status_list_post ul > li:nth-child(2) > ul > li:first-child {
		width:70%;
		padding-left:15px;
		line-height:15px;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
		overflow:hidden;
		font-size:0.8em;
		padding-top:5px;
}

#content #service_list .service_status_list_post ul > li:nth-child(2) > ul > li:first-child span {
		color:#3fdffc;
}

#content #service_list .service_status_list_post ul > li:nth-child(2) > ul > li:first-child span:before {
		position:relative;
		font-family: "Font Awesome 6 Pro";
		font-weight: bold;
		content: '\f058';
		margin-right:2px;
}



#content #service_list .service_status_list_post ul > li:nth-child(2) > ul > li:nth-child(2) {
		width:15%;
		overflow:hidden;
		text-align:center;
		padding-top:5px;
}


#content #service_list .service_status_list_post ul > li:nth-child(2) > ul > li:nth-child(3) {
		width:15%;
		overflow:hidden;
		text-align:center;
		padding-top:5px;
}

#content #service_list select {
		color:#FFF;
		font-size:0.95em;
		height:23px;
}

#content #service_list #service_state {
		position:relative;
		width:100%;
		height:60px;
		top:50px;
		font-size:1.4em;
		background:#1C1C1C;
		text-align:center;
		box-sizing:border-box;
		padding-top:15px;
		position: fixed;
		z-index:100;
		box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
}

#content #service_list #service_state > a, #content #service_list #service_state > a:hover , #content #service_list #service_state > a:active {
		font-size:inherit;
		color:#FFF;
		text-decoration: none;
		margin-left:10px;
		line-height:1.2em;
		vertical-align:middle;
}

#content #service_list #service_state a > i {
		font-size:1.2em;
		line-height:1.2em;
}



/* 검색결과가 없을때 */
#content #service_list #no_result {
		display:block;
		position:relative;
		width:100%;
		height:150px;
		margin:0 auto;
		text-align:center;
		padding-top:100px;
		font-size:1.3em;
		line-height:2.1em;
		color:#999;
		text-shadow:1px 1px 3px #111;
}

#content #service_list #no_result i {
		font-size:5em;
		color:#6C1002;
		text-shadow:1px 1px 3px #111;
}

#content #service_list .state_A {
		color:#C5E005;			/* 접수 */
}
#content #service_list .state_B {
		color:#777777;		/* 진행중 */
}
#content #service_list .state_C {
		color:#FF3300;		/* 완료 */
}
#content #service_list .state_D {
		color:#CC33FF;		/* 보류 */
}
#content #service_list .state_F {
		color:#F0D202;		/* FIX */
}


/* 대표 엔지니어 강조 */
#content #service_list .lead_staff {
		color:#3399FF;
		font-weight:bold;
}



/* 엔지니어별 보기 */
#content #service_list #floatingBall {
    position:relative;
		float:right;
		width: 60px;
    height: 60px;
		z-index:100;
    text-align: right;
    background: #A81702;
    position: fixed;
    bottom: 20px;
		right:10px;
		border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
	   box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.5);
		 transition: .001s linear;
}

#content #service_list #floatingBall:hover {
		float:right;
		width: 360px;
		height:60px;
}

#content #service_list #floatingBall span {
		display:inline-block;
		width:30px;
		height:30px;
		line-height:30px;
		margin:13px 15px 0 0;
}

#content #service_list #floatingBall span:before {
		position:absolute;
		right:8px;
		bottom:16px;
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size:2.5em;
		content: '\f4fc';
}

#content #service_list #floatingBall > dl {
		margin-left: 0;
		font-size:1em;
		text-align:left;
		display:none;
		height:54px;
}

#content #service_list #floatingBall:hover > dl {
		display:block;
		margin: -43px 15px 0px 30px;
    width: 288px;
		height:54px;
		font-size:1em;
		text-align:left;
		box-sizing:border-box;
}
#content #service_list #floatingBall dl > dt {
		display: inline-block;
		float:left;
		width:72px;
		height:18px;
		text-align:left;
		padding:2px;
		font-size:1em;
		line-height:1.2em;
		letter-spacing:-0.05em;
		box-sizing:border-box;
		cursor:pointer;
}

#content #service_list #floatingBall dl > dt > i {
		margin-right:5px
}



/*-----------------------------------------------
		Service > Service Add/Modify
-----------------------------------------------*/
#content #service_contents {
		margin:0 0 60px 0;
		padding:0;
}

#content #service_contents .subject{
		width:100%;
		height:30px;
		padding:15px 0 0 0;

		font-family:NanumSquare,verdana,tahoma,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif;
		-webkit-text-size-adjust:none;
		font-size:1.5em;
		font-weight:bold;
		letter-spacing:2px;
		border-top:solid 1px #111;
		border-bottom:solid 1px #111;
		/*border-bottom:solid 3px #A81702;*/
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2A2A2A), color-stop(1, #191919));
		background:-moz-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-webkit-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-o-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-ms-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:linear-gradient(to bottom, #2A2A2A 5%, #191919 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A2A2A', endColorstr='#191919',GradientType=0);
		background-color:#333;
}

#content #service_contents .subject .sub_sub_menu {
		display:inline-block;
		float:right;
		width:100px;
		height:25px;
		font-size:0.8em;
		background:#777;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		letter-spacing:-1px;
		box-sizing:border-box;
		padding:5px 0 0 0;
		margin-right:5px;
	
}

#content #service_contents .subject i{
		margin-left:20px;
}

#content #service_contents .subject > span{
		float:right;
		margin-right:10px;
		font-size:1.2em;
}

#content #service_contents .subject > span i:hover{
		cursor:pointer;
}

#content #service_contents input[type=text] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:97%;
}

#content #service_contents input[type=tel] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:97%;
}

#content #service_contents input[type=number] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:97%;
}

#content #service_contents input[type=email] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:97%;
}


#content #service_contents select {
		color:#FFF;
		font-size:0.95em;
}

#content #service_contents textarea {
		width:97%;
		height: 50px;
		color:#FFF;
		padding:5px;
		margin-left:3px;
		font-size:0.95em;
}


/* Radio Button */
#content #service_contents ul > li > input[type=radio] {
		visibility: hidden;
}

#content #service_contents ul > li > label.radio {
		display: inline-block;
		position: relative;
		overflow: visible;
		margin-bottom:15px;
		height:20px;
		text-indent: 15px;
		line-height:20px;
		font-size:0.95em;
		cursor: pointer;
}

#content #service_contents ul > li > label.radio:before {
		background: #A81702;
		content:'';
		position: absolute;
		top:-1px;
		left: -10px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
}

#content #service_contents ul > li > label.radio:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 0.5em;
		height: 0.25em;
		background: transparent;
		top: 4.5px;
		left: -5.5px;
		border: 3px solid #FFF;
		border-top: none;
		border-right: none;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		font-size:1.2em;
}

#content #service_contents ul > li > input[type=radio]:checked + label:after {
		opacity: 1;
}



/* CheckBox1 > Staff  */
#content #service_contents ul > li input[type="checkbox"] {
		visibility: hidden;
		width:0 !important;
}

#content #service_contents ul > li label.checkbox {
		cursor: pointer;
		text-indent: 25px;
		line-height:20px;
		height:20px;
		overflow: visible;
		display: inline-block;
		position: relative;
		font-size:0.95em;
		border:solid 1px transparent;
		margin:0;
		text-align:left;
  

}
#content #service_contents ul > li label.checkbox:before {
		content:'';
		position: absolute;
		top:-1px;
		left: 0;
		width: 20px;
		height: 20px;
		border: solid 1px #A81702;
		border-radius: 25%;
		-webkit-border-radius: 25%;
		-moz-border-radius: 25%;
}

#content #service_contents ul li label.checkbox:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 0.5em;
		height: 0.25em;
		background: transparent;
		top: 4.5px;
		left: 5.5px;
		border: 3px solid #A81702;
		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size:1.2em;
}

#content #service_contents ul > li input[type="checkbox"]:checked + label:after {
		opacity: 1;
}



/* CheckBox2 > Talk  */
#content #service_contents ul > li label.checkbox2 {
		cursor: pointer;
		text-indent: 15px;
		line-height:20px;
		height:20px;
		overflow: visible;
		display: inline-block;
		position: relative;
		font-size:0.95em;
		margin-bottom:15px;
  
}

#content #service_contents ul > li label.checkbox2:before {
		content:'';
		position: absolute;
		top:-1px;
		left: -15px;
		width: 20px;
		height: 20px;
		border: solid 1px #FEDA10;
		border-radius: 25%;
		-webkit-border-radius: 25%;
		-moz-border-radius: 25%;
}

#content #service_contents ul li label.checkbox2:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 0.5em;
		height: 0.25em;
		background: transparent;
		top: 4.5px;
		left: -9.5px;
		border: 3px solid #FEDA10;
		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size:1.2em;
}

#content #service_contents ul > li label.checkbox2 > i {
	margin-left:-12px;
}

#content #service_contents .textarea_sub {
		float:left;
		padding-top:25px
}

#content #service_contents .checkbox_sub {
		vertical-align:top;
		padding-top:20px;
}

#content #service_contents ul {
    margin: 0;
    width: 100%;
    padding: 5px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}

#content #service_contents ul > li {
		position: relative;
		display: inline-block;
}

#content #service_contents ul > li > span {
		line-height:2.2em;
}

#content #service_contents ul > li:first-child {
		display: inline-block;
		width:90px;
		margin:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		font-size:1.3em;
		line-height:1.2em;
		text-align:right;
		font-weight:bold;
}

#content #service_contents ul > li:nth-child(2) {
		display: inline-block;
		width:70%;
		margin:0 5px 0 10px;
		font-size:1.3em;
		line-height:1.2em;
}

#content #service_contents .meter_sub {
		display:inline-block;
		width:30px;
		height:30px;
		background:#2a2a2a;
		border:solid 1px #000;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		font-weight:bold;
		font-size:0.85em;
		text-align:center;
		vertical-align:middle;
		box-sizing:border-box;
		padding-top:6px;
		margin:0 5px;
}


/* Button */
#content #service_contents .btn_area {
		width:100%;
		text-align:center;
		padding:30px 0 30px 0;
}

#content #service_contents .btn_area span {
		font-size:1.4em;
		font-weight:bold;
		color:#000;
		background:#FFF;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		padding:10px 10px 9px 9px;
		cursor:pointer;
}


/* 서비스접수 > 주소 */
#content #service_contents .map_go {
		display:inline-block;
		position:relative;
		width:22px;
		height:1.2em;
		line-height:1.2em;
		top:3px;
}

#content #service_contents .map_go a, #content #service_contents .map_go a:hover , #content #service_contents .map_go a:active {
		font-size:1.2em;
		color:#5CE1FE;
		text-decoration: none;
}




/* Service > 고객 재고 현황 */
#content #service_contents .supply_div {
		display:inline-block;
		width:120px;
		height:25px;
		box-sizing:border-box;
		margin:3px 0;
}

#content #service_contents .supply_div > input{
		width:35px !important;
		height:20px !important;
		padding:0 !important;
		text-align:center;
		
}

#content #service_contents .color_C {
		color:#00AEEF;
		font-weight:bold;
}

#content #service_contents .color_M {
		color:#EC008C;
		font-weight:bold;
}

#content #service_contents .color_Y {
		color:#FFF200;
		font-weight:bold;
}

#content #service_contents .color_K {
		color:#999;
		font-weight:bold;
}

#content #service_contents  hr {
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	border-top: solid 1px rgba(0, 0, 0, 0.25);
	margin:5px 0;
	padding:0;
	box-sizing:border-box;
}




/* 거래처명 검색 */
#customer_printer_search {
		position:relative;
		width:100%;
		margin:0 auto;
}

#customer_printer_search div {
	  background: #FFF;
		position: relative;
		width: 100%;
		border-radius:15px;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
}

#customer_printer_search #customer_printer_search_str, #customer_printer_search button {
		border: none;
		outline: none;
		background: transparent;
}
#customer_printer_search #customer_printer_search_str {
		width: 80% !important;
		height: 30px;
		padding-left: 15px !important;
		font-size:1.1em;
		color:#111;
		border:0;
}

#customer_printer_search input[type=email] {
		color:#111 !important;
}

#customer_printer_search button {
		height: 25px;
		width: 35px;
		position: absolute;
		top: 2px;
		right: 0;
}

#customer_printer_search button:before {
		content: "\f002";
		font-family: "Font Awesome 6 Pro";
		font-size: 18px;
		font-weight:bold;
		color: #0387D6;
}



/*-----------------------------------------------
		FTR > FTR List
-----------------------------------------------*/
#content #ftr_list {
		margin:0 0 50px 0;
		padding:0;
		min-height:400px;
}

#content #ftr_list .ftr_list_post {
		margin-top:5px;
}

#content #ftr_list ul {
    margin: 0;
    width: 100%;
		height:50px;
    padding: 7px 0 3px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		cursor:pointer;
		font-size:1.3em;
}

#content #ftr_list ul:hover {
		margin: 0;
    width: 100%;
		height:50px;
    padding: 7px 0 3px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		color: #FFF;
		background:#222;
		cursor:pointer;
}

#content #ftr_list ul > li {
    position: relative;
		display: inline-block;
		height:25px;
		box-sizing: border-box;
}


#content #ftr_list ul > li:first-child {
		width : 75%;
		font-family:'NanumSquareEB';
		font-weight:bold;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
		padding-left:15px;
		padding-top:5px;
		overflow:hidden;
		font-size:1.2em;
		box-sizing:border-box;
}

#content #ftr_list ul > li:nth-child(2) {
		width : 20%;
		overflow:hidden;
		text-align:center;
		padding-top:5px;
		box-sizing:border-box;
}

#content #ftr_list ul > li:nth-child(3) {
		width : 75%;
		overflow:hidden;
		padding-top:5px;
		padding-left:15px;
		font-size:0.9em;
		box-sizing:border-box;
}

#content #ftr_list ul > li:nth-child(4) {
		width : 20%;
		line-height:15px;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
		overflow:hidden;
		text-align:center;
		padding-top:5px;
		box-sizing:border-box;
}

#content #ftr_list select {
		color:#FFF;
		font-size:0.95em;
		height:23px;
}


/* 검색결과가 없을때 */
#content #ftr_list #no_result {
		display:block;
		position:relative;
		width:100%;
		height:150px;
		margin:0 auto;
		text-align:center;
		padding-top:100px;
		font-size:1.3em;
		line-height:2.1em;
		color:#999;
		text-shadow:1px 1px 3px #111;
}

#content #ftr_list #no_result i {
		font-size:5em;
		color:#6C1002;
		text-shadow:1px 1px 3px #111;
}

/* 대표 엔지니어 강조 */
#content #ftr_list .lead_staff {
		color:#3399FF;
		font-weight:bold;
}



/* 엔지니어별 보기 */
#content #ftr_list #floatingBall {
    position:relative;
		float:right;
		width: 60px;
    height: 60px;
		z-index:100;
    text-align: right;
    background: #A81702;
    position: fixed;
    bottom: 20px;
		right:10px;
		border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
	   box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.5);

		  transition: .001s linear;
}

#content #ftr_list #floatingBall:hover {
		float:right;
		width: 350px;
		height:100px;
}

#content #ftr_list #floatingBall span {
		display:inline-block;
		width:30px;
		height:30px;
		line-height:30px;
		margin:13px 15px 0 0;
}

#content #ftr_list #floatingBall span:before {
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size:2.5em;
		content: '\f4fc';
}

#content #ftr_list #floatingBall > dl {
		margin-left: 0;
		font-size:1.2em;
		text-align:left;
		display:none;
}

#content #ftr_list #floatingBall:hover > dl {
		display:block;
		margin: -30px 15px 10px 15px;
    width: 285px;
		height:75px;
		font-size:1.1em;
		text-align:left;
		box-sizing:border-box;
}

#content #ftr_list #floatingBall dl > dt {
		display: inline-block;
		float:left;
		width:70px;
		height:27px;
		text-align:left;
		padding:2px;
		font-size:1em;
		line-height:1.2em;
		box-sizing:border-box;
		cursor:pointer;
}

#content #ftr_list #floatingBall dl > dt > i {
		margin-right:5px
}



/*-----------------------------------------------
		FTR > FTR Add/Modify
-----------------------------------------------*/
#content #ftr_contents {
		margin:0 0 60px 0;
		padding:0;
}

#content #ftr_contents .subject{
		width:100%;
		height:30px;
		padding:15px 0 0 0;

		font-family:NanumSquare,verdana,tahoma,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif;
		-webkit-text-size-adjust:none;
		font-size:1.5em;
		font-weight:bold;
		letter-spacing:2px;
		border-top:solid 1px #111;
		border-bottom:solid 1px #111;
		/*border-bottom:solid 3px #A81702;*/
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2A2A2A), color-stop(1, #191919));
		background:-moz-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-webkit-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-o-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-ms-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:linear-gradient(to bottom, #2A2A2A 5%, #191919 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A2A2A', endColorstr='#191919',GradientType=0);
		background-color:#333;
}

#content #ftr_contents .subject i{
		margin-left:20px;
}

#content #ftr_contents .subject > span{
		float:right;
		margin-right:10px;
		font-size:1.2em;
}

#content #ftr_contents .subject > span i:hover{
		cursor:pointer;
}

#content #ftr_contents input[type=text] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:97%;
}

#content #ftr_contents input[type=tel] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:97%;
}

#content #ftr_contents input[type=number] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:97%;
}

#content #ftr_contents input[type=email] {
		color:#FFF;
		padding: 0 0 0 8px;
		font-size:0.95em;
		width:97%;
}

#content #ftr_contents select {
		color:#FFF;
		font-size:0.95em;
}

#content #ftr_contents textarea {
		width:97%;
		height: 50px;
		color:#FFF;
		padding:5px;
		margin-left:3px;
		font-size:0.95em;
}


/* Radio Button */
#content #ftr_contents ul > li > input[type=radio] {
		visibility: hidden;
}
#content #ftr_contents ul > li > label.radio {
		cursor: pointer;
		text-indent: 15px;
		line-height:20px;
		height:20px;
		overflow: visible;
		display: inline-block;
		position: relative;
		font-size:0.95em;
		margin-bottom:15px;
  
}
#content #ftr_contents ul > li > label.radio:before {
		background: #A81702;
		content:'';
		position: absolute;
		top:-1px;
		left: -10px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
}
#content #ftr_contents ul > li > label.radio:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 0.5em;
		height: 0.25em;
		background: transparent;
		top: 4.5px;
		left: -5.5px;
		border: 3px solid #FFF;
		border-top: none;
		border-right: none;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		font-size:1.2em;
}

#content #ftr_contents ul > li > input[type=radio]:checked + label:after {
		opacity: 1;
}


/* CheckBox1 > Staff  */
#content #ftr_contents ul > li input[type="checkbox"] {
		visibility: hidden;
		width:0 !important;
}
#content #ftr_contents ul > li label.checkbox {
		cursor: pointer;
		text-indent: 25px;
		line-height:20px;
		height:20px;
		overflow: visible;
		display: inline-block;
		position: relative;
		font-size:0.95em;
		border:solid 1px transparent;
		margin:0;
		text-align:left;
}

#content #ftr_contents ul > li label.checkbox:before {
		content:'';
		position: absolute;
		top:-1px;
		left: 0;
		width: 20px;
		height: 20px;
		border: solid 1px #A81702;
		border-radius: 25%;
		-webkit-border-radius: 25%;
		-moz-border-radius: 25%;
}

#content #ftr_contents ul li label.checkbox:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 0.5em;
		height: 0.25em;
		background: transparent;
		top: 4.5px;
		left: 5.5px;
		border: 3px solid #A81702;
		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size:1.2em;
}

#content #ftr_contents ul > li input[type="checkbox"]:checked + label:after {
		opacity: 1;
}

#content #ftr_contents .textarea_sub {
		float:left;
		padding-top:25px
}

#content #ftr_contents .checkbox_sub {
		vertical-align:top;
		padding-top:20px;
}

#content #ftr_contents .checkbox_sub2 {
		vertical-align:top;
		padding-top:15px;
}

#content #ftr_contents .checkbox_sub3{
		padding-bottom:10px;
}

#content #ftr_contents .checkbox_sub4{
		vertical-align:top;
		padding-top:30px;
}

#content #ftr_contents ul {
    margin: 0;
    width: 100%;
    padding: 5px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}

#content #ftr_contents ul > li {
		position: relative;
		display: inline-block;
}

#content #ftr_contents ul > li > span {
		line-height:2.2em;
}

#content #ftr_contents ul > li:first-child {
		display: inline-block;
		width:90px;
		margin:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		font-size:1.3em;
		line-height:1.2em;
		text-align:right;
		font-weight:bold;
}

#content #ftr_contents ul > li:nth-child(2) {
		display: inline-block;
		width:70%;
		margin:0 5px 0 10px;
		font-size:1.3em;
		line-height:1.2em;
}


/* Button */
#content #ftr_contents .btn_area {
		width:100%;
		text-align:center;
		padding:30px 0 30px 0;
}
#content #ftr_contents .btn_area span {
		font-size:1.4em;
		font-weight:bold;
		color:#000;
		background:#FFF;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		padding:10px 10px 9px 9px;
		cursor:pointer;
}


/* 대표 엔지니어 강조 */
#content #ftr_contents .lead_staff {
		color:#3399FF;
		font-weight:bold;
}

#content #ftr_contents .meter_sub {
		display:inline-block;
		width:30px;
		height:30px;
		background:#2a2a2a;
		border:solid 1px #000;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		font-weight:bold;
		font-size:0.85em;
		text-align:center;
		vertical-align:middle;
		box-sizing:border-box;
		padding-top:6px;
		margin:0 5px;
}

#content #ftr_contents .customer_sign {
		width: 250px;
		height: 80px;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		background:#FFF
}

#content #ftr_contents .customer_sign2 {
		width: 250px;
		height: 80px;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		background:#FFF;
		box-sizing:border-box;
		padding:25px 0 0 80px;
}

#content #ftr_contents .customer_sign2 div {
		display:inline-block;
		position:absolute;
		color: #222;
		line-height:2em;
		height:20px;
		margin-left:5px;
		padding-top:2px;
}

#content #ftr_contents .customer_sign2 i {
		color: #7bad05;
		font-size: 1.5em;
		line-height:1.5em;
}

#content #ftr_contents #sign_pop {
		position: absolute;
    top: 0;
		right: 0;
    z-index: 2000;
		display:none;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background:#FFF;
		text-align:center;
}

#content #ftr_contents #sign_pop .pad{
		position: relative;
		width: 395px;
		height: 300px;
		top:150px;
		/**
		 * For cross browser compatibility, this should be an absolute URL
		 * In IE the cursor is relative to the HTML document
		 * In all other browsers the cursor is relative to the CSS file
		 *
		 * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
		 */
		cursor: url("/include/css/pen.cur"), crosshair;
		/**
		 * IE will ignore this line because of the hotspot position
		 * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
		 */
		cursor: url("pen.cur") 16 16, crosshair;

		-ms-touch-action: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		border:solid 1px #CCC;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
}

#content #ftr_contents #sign_pop .clearButton{
		position:absolute;
		top:60px;
		left:150px;
		z-index:2500;
		width:50px;
		height:50px;
		border-radius:25px;
		-webkit-border-radius:25px;
		-moz-border-radius:25px;
		background:#CA2800;
		color:#FFF;
		font-size:1em;
		padding: 6px 0 0 0;
		box-sizing:border-box;
		cursor:pointer;
}

#content #ftr_contents #sign_pop .clearButton i {
		font-size:2em;
}

#content #ftr_contents #sign_pop .sign_ok {
		position:absolute;
		top:60px;
		left:220px;
		z-index:2500;
		width:50px;
		height:50px;
		border-radius:25px;
		-webkit-border-radius:25px;
		-moz-border-radius:25px;
		background:#009966;
		color:#FFF;
		font-size:1em;
		padding: 5px 0 0 0;
		box-sizing:border-box;
		cursor:pointer;
}

#content #ftr_contents #sign_pop .sign_ok i {
		font-size: 2em;
}

#content #ftr_contents #sign_pop .sign_close {
		position:absolute;
		top:10px;
		left:365px;
		z-index:2500;
		width:35px;
		height:35px;
		box-sizing:border-box;
		cursor:pointer;
		font-size: 2.5em;
		color:#999;
}

#content #ftr_contents #sign_div02 {
		display:none;
}



/* FTR > 고객 재고 현황 */
#content #ftr_contents .supply_div {
		display:inline-block;
		width:120px;
		height:25px;
		box-sizing:border-box;
		margin:3px 0;
}

#content #ftr_contents .supply_div > input{
		width:35px !important;
		height:20px !important;
		padding:0 !important;
		text-align:center;
}

#content #ftr_contents .color_C {
		color:#00AEEF;
		font-weight:bold;
}
#content #ftr_contents .color_M {
		color:#EC008C;
		font-weight:bold;
}
#content #ftr_contents .color_Y {
		color:#FFF200;
		font-weight:bold;
}
#content #ftr_contents .color_K {
		color:#999;
		font-weight:bold;
}

#content #ftr_contents  hr {
		border-bottom: solid 1px rgba(255, 255, 255, 0.1);
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		margin:5px 0;
		padding:0;
		box-sizing:border-box;
}



/*-----------------------------------------------
		기계이력
-----------------------------------------------*/
#content #history_contents {
		margin:0 0 200px 0;
		padding:0;
}

/* 거래처명 검색 */
#content #history_contents #customer_printer_search {
		position:relative;
		width:90%;
		height:50px;
		margin:0 auto;
		margin-top:20px;
}

#content #history_contents #customer_printer_search div {
	  background: #FFF;
		position: relative;
		width: 100%;
		border-radius:15px;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
}

#content #history_contents #customer_printer_search #customer_printer_search_str, #content #history_contents #customer_printer_search button {
		border: none;
		outline: none;
		background: transparent;
}
#content #history_contents #customer_printer_search #customer_printer_search_str {
		width: 80% !important;
		height: 30px;
		padding-left: 15px !important;
		font-size:1.3em;
		color:#111;
		border:0;
}

#content #history_contents #customer_printer_search input[type=email] {
		color:#111 !important;
}

#content #history_contents #customer_printer_search button {
		height: 25px;
		width: 35px;
		position: absolute;
		top: 2px;
		right: 0;
}
#content #history_contents #customer_printer_search button:before {
		content: "\f002";
		font-family: "Font Awesome 6 Pro";
		font-size: 18px;
		font-weight:bold;
		color: #0387D6;
}


/* 검색 안내 */
#content #history_contents #search_info {
		display:block;
		position:relative;
		width:100%;
		height:180px;
		margin:0 auto;
		text-align:center;
		padding-top:70px;
		font-size:1.3em;
		line-height:2.1em;
		color:#999;
		text-shadow:1px 1px 3px #111;
		box-sizing:border-box;
}

#content #history_contents #search_info i {
		font-size:5em;
		color:#0098b3;
		text-shadow:1px 1px 3px #111;
}


/* 검색결과가 없을때 */
#content #history_contents #no_result {
		display:block;
		position:relative;
		width:100%;
		height:100px;
		margin:0 auto;
		text-align:center;
		padding-top:50px;
		font-size:1.3em;
		line-height:2.1em;
		color:#999;
		text-shadow:1px 1px 3px #111;
}

#content #history_contents #no_result i {
		font-size:5em;
		color:#6C1002;
		text-shadow:1px 1px 3px #111;
}


#content #history_contents .subject{
		width:100%;
		height:30px;
		padding:15px 0 0 0;

		font-family:NanumSquare,verdana,tahoma,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif;
		-webkit-text-size-adjust:none;
		font-size:1.5em;
		font-weight:bold;
		letter-spacing:2px;
		border-top:solid 1px #111;
		border-bottom:solid 1px #111;
		/*border-bottom:solid 3px #A81702;*/
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2A2A2A), color-stop(1, #191919));
		background:-moz-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-webkit-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-o-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-ms-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:linear-gradient(to bottom, #2A2A2A 5%, #191919 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A2A2A', endColorstr='#191919',GradientType=0);
		background-color:#333;
}

#content #history_contents .subject i{
		margin-left:20px;
}

#content #history_contents .subject > span{
		float:right;
		margin-right:10px;
		font-size:1.2em;
}

#content #history_contents .subject > span i:hover{
		cursor:pointer;
}

#content #history_contents ul.customer_info {
    margin: 0;
    width: 100%;
    padding: 5px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		cursor:pointer;
		margin-top:5px;
}

#content #history_contents ul.customer_info > li {
		position: relative;
		display: inline-block;
		line-height:1.2em;
		padding:3px 0 3px 15px;
		box-sizing:border-box;
}

#content #history_contents ul.customer_info > li:first-child {
		display:block;
		width:97%;
		margin:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		font-weight:bold;
		font-size:1.5em;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
		overflow:hidden;
}

#content #history_contents ul.customer_info > li:nth-child(2) {
		width:25%;
		font-size:1.3em;
}

#content #history_contents ul.customer_info > li:nth-child(3) {
		width:35%;
		font-size:1.3em;
}

#content #history_contents ul.customer_info > li:nth-child(4) {
		width:35%;
		font-size:1.3em;
}

#content #history_contents ul.customer_info > li:nth-child(5) {
		width:60%;
		font-size:1.3em;
}

#content #history_contents ul.customer_info > li:nth-child(6) {
		width:35%;
		font-size:1.3em;
}

#content #history_contents .state_I {
		color:#C5E005;			/* 설치 */
}
#content #history_contents .state_O {
		color:#FF3300;		/* 철수 */
}
#content #history_contents .state_R {
		color:#F0D202;		/* 재계약 */
}
#content #history_contents .state_E {
		color:#777777;		/* 계약종료(유지보수) */
}
#content #history_contents .state_A {
		color:#777777;		/* 계약종료(임대) */
}

#content #history_contents ul.service_info {
    margin: 0;
    width: 100%;
    padding: 5px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		cursor:pointer;
		margin-top:5px;
}

#content #history_contents ul.service_info > li {
		position: relative;
		display: inline-block;
		line-height:1.2em;
		padding:3px 0 3px 15px;
		box-sizing:border-box;
		vertical-align:top;
}


#content #history_contents ul.service_info > li:first-child {
		width:28%;
		margin:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		font-weight:bold;
		font-size:1.4em;
}

#content #history_contents ul.service_info > li:nth-child(2) {
		width:68%;
		font-size:1.4em;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
		overflow:hidden;
		font-weight:bold;
		vertical-align:top;
}

#content #history_contents ul.service_info > li:nth-child(3) {
		width:28%;
		font-size:1.3em;
}

#content #history_contents ul.service_info > li:nth-child(4) {
		width:68%;
		font-size:1.3em;
		line-height:1.1em;
}

#content #history_contents ul.service_info > li:nth-child(5) {
		width:19%;
		font-size:1.3em;
}
#content #history_contents ul.service_info > li:nth-child(5):before {
		content: "M1";
		font-size: 0.5em;
		font-weight:bold;
		color: #05D1DC;
		vertical-align:super;
		margin-left:-11px;
}

#content #history_contents ul.service_info > li:nth-child(6) {
		width:19%;
		font-size:1.3em;
}

#content #history_contents ul.service_info > li:nth-child(6):before {
		content: "M2";
		font-size: 0.5em;
		font-weight:bold;
		color: #777;
		vertical-align:super;
		margin-left:-11px;
}

#content #history_contents ul.service_info > li:nth-child(7) {
		width:19%;
		font-size:1.3em;
}

#content #history_contents ul.service_info > li:nth-child(7):before {
		content: "M3";
		font-size: 0.5em;
		font-weight:bold;
		color: #F52CF5;
		vertical-align:super;
		margin-left:-11px;
}

#content #history_contents ul.service_info > li:nth-child(8) {
		width:19%;
		font-size:1.3em;
}

#content #history_contents ul.service_info > li:nth-child(8):before {
		content: "M4";
		font-size: 0.5em;
		font-weight:bold;
		color: #E9DD01;
		vertical-align:super;
		margin-left:-11px;
}

#content #history_contents ul.service_info > li:nth-child(9) {
		width:19%;
		font-size:1.3em;
}

#content #history_contents ul.service_info > li:nth-child(9):before {
		content: "M5";
		font-size: 0.5em;
		font-weight:bold;
		color: #777;
		vertical-align:super;
		margin-left:-11px;
}


/*-----------------------------------------------
		DMIS > Supply List
-----------------------------------------------*/
#content #supply_list {
		margin:0 0 50px 0;
		padding:0;
		min-height:340px;
}

#content #supply_list #supply_state{
		height:50px;
		font-size:1.4em;
		background:#1C1C1C;
		text-align:center;
}

#content #supply_list #supply_state input[type=radio] {
	visibility: hidden;
}

#content #supply_list #supply_state label.radio {
	cursor: pointer;
  text-indent: 15px;
	line-height:20px;
	height:20px;
  overflow: visible;
  display: inline-block;
  position: relative;
	font-size:0.95em;
	margin-bottom:15px;
}

#content #supply_list #supply_state label.radio:before {
  background: #A81702;
  content:'';
  position: absolute;
  top:-1px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

#content #supply_list #supply_state label.radio:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 0.5em;
	height: 0.25em;
	background: transparent;
	top: 3.5px;
	left: -6.5px;
	border: 3px solid #FFF;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	font-size:1.2em;
}

#content #supply_list #supply_state input[type=radio]:checked + label:after {
	opacity: 1;
}



#content #supply_list .supply_list_post {
		margin-top:5px;
}

#content #supply_list ul {
    margin: 0;
    width: 100%;
		height:50px;
    padding: 7px 0 3px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		cursor:pointer;
		font-size:1.3em;
}

#content #supply_list ul:hover {
		margin: 0;
    width: 100%;
		height:50px;
    padding: 7px 0 3px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		color: #FFF;
		background:#222;
		cursor:pointer;
}

#content #supply_list ul > li {
    position: relative;
		display: inline-block;
		height:25px;
		box-sizing: border-box;
}


#content #supply_list ul > li:first-child {
		width : 70%;
		font-family:'NanumSquareEB';
		font-weight:bold;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
		padding-left:15px;
		padding-top:5px;
		overflow:hidden;
		font-size:1.2em;
}

#content #supply_list ul > li:nth-child(2) {
		width : 27%;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
		text-align:center;
		padding-top:5px;
		font-size:0.6em;
		line-height:1.1em;
}

#content #supply_list ul > li:nth-child(2) p {
		font-size:1em;
		line-height:1em;
		color:#FF9900;
}

#content #supply_list ul > li:nth-child(3) {
		width : 18%;
		overflow:hidden;
		font-size:0.55em;
		margin-left:10px;
}

#content #supply_list ul > li:nth-child(4) {
		width : 18%;
		overflow:hidden;
		font-size:0.55em;
}

#content #supply_list ul > li:nth-child(5) {
		width : 18%;
		overflow:hidden;
		font-size:0.55em;
		color:#000;
}

#content #supply_list ul > li:nth-child(6) {
		width : 18%;
		overflow:hidden;
		font-size:0.55em;
}

#content #supply_list ul > li:nth-child(7) {
		width : 18%;
		overflow:hidden;
		font-size:0.55em;
}



/* 검색결과가 없을때 */
#content #supply_list #no_result {
		display:block;
		position:relative;
		width:100%;
		height:150px;
		margin:0 auto;
		text-align:center;
		padding-top:100px;
		font-size:1.3em;
		line-height:2.1em;
		color:#999;
		text-shadow:1px 1px 3px #111;
}

#content #supply_list #no_result i {
		font-size:5em;
		color:#6C1002;
		text-shadow:1px 1px 3px #111;
}


/* 소모품관리 > 토너 잔량 표시 */
.toner_box50 {border:solid 1px #BBB; background:#555; width:54px; height:15px;box-sizing:border-box;}

.toner_C {height:13px; background:#00AEEF; padding-left:2px;}
.toner_M {height:13px; background:#EC008C; padding-left:2px;}
.toner_Y {height:13px; background:#FFF200; padding-left:2px;}
.toner_K {height:13px; background:#000; padding-left:2px;}



/* 엔지니어별 보기 */
#content #supply_list #floatingBall {
    position:relative;
		float:right;
		width: 60px;
    height: 60px;
		z-index:100;
    text-align: right;
    background: #A81702;
    position: fixed;
    bottom: 20px;
		right:10px;
		border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
	   box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.5);
		transition: .001s linear;
}

#content #supply_list #floatingBall:hover {
		float:right;
		width: 350px;
		height:100px;
}

#content #supply_list #floatingBall span {
		display:inline-block;
		width:30px;
		height:30px;
		line-height:30px;
		margin:13px 15px 0 0;
}

#content #supply_list #floatingBall span:before {
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size:2.5em;
		content: '\f4fc';
}

#content #supply_list #floatingBall > dl {
		margin-left: 0;
		font-size:1.2em;
		text-align:left;
		display:none;
}

#content #supply_list #floatingBall:hover > dl {
		display:block;
		margin: -30px 15px 10px 15px;
    width: 285px;
		height:75px;
		font-size:1.1em;
		text-align:left;
		box-sizing:border-box;
}
#content #supply_list #floatingBall dl > dt {
		display: inline-block;
		float:left;
		width:70px;
		height:27px;
		text-align:left;
		padding:2px;
		font-size:1em;
		line-height:1.2em;
		box-sizing:border-box;
		cursor:pointer;
}

#content #supply_list #floatingBall dl > dt > i {
		margin-right:5px
}


/*-----------------------------------------------
		DMIS > Error List
-----------------------------------------------*/
#content #error_list {
		margin:0 0 50px 0;
		padding:0;
		min-height:340px;
}

#content #error_list #error_state {
		height:50px;
		font-size:1.4em;
		background:#1C1C1C;
		text-align:left;
		padding:10px 0 0 10px;
		box-sizing:border-box;
}

#content #error_list #error_state select{
		color:#FFF;

}

#content #error_list .supply_list_post {
		margin-top:5px;
}

#content #error_list ul {
    margin: 0;
    width: 100%;
		height:50px;
    padding: 7px 0 3px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		cursor:pointer;
		font-size:1.3em;
}

#content #error_list ul:hover {
		margin: 0;
    width: 100%;
		height:50px;
    padding: 7px 0 3px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		color: #FFF;
		background:#222;
		cursor:pointer;
}

#content #error_list ul > li {
    position: relative;
		display: inline-block;
		height:25px;
		box-sizing: border-box;
}

#content #error_list ul > li:first-child {
		width : 70%;
		font-family:'NanumSquareEB';
		font-weight:bold;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
		padding-left:15px;
		padding-top:2px;
		font-size:1.2em;
}

#content #error_list ul > li:nth-child(2) {
		width : 27%;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		word-wrap:normal;
		text-align:center;
		padding-top:2px;
		font-size:0.6em;
		line-height:1.1em;
}

#content #error_list ul > li:nth-child(2) p {
		font-size:1em;
		line-height:1em;
		color:#FF9900;
}

#content #error_list ul > li:nth-child(3) {
		width : 70%;
		overflow:hidden;
		font-size:0.8em;
		padding-left:15px;
		line-height:1em;
}

#content #error_list ul > li:nth-child(4) {
		width : 27%;
		overflow:hidden;
		font-size:0.6em;
		padding-left:15px;
}

#content #error_list ul > li:nth-child(4) p {
		font-size:1em;
		line-height:1em;
		color:#0099FF;
}


/* 검색결과가 없을때 */
#content #error_list #no_result {
		display:block;
		position:relative;
		width:100%;
		height:150px;
		margin:0 auto;
		text-align:center;
		padding-top:100px;
		font-size:1.3em;
		line-height:2.1em;
		color:#999;
		text-shadow:1px 1px 3px #111;
}

#content #error_list #no_result i {
		font-size:5em;
		color:#6C1002;
		text-shadow:1px 1px 3px #111;
}


/* 엔지니어별 보기 */
#content #error_list #floatingBall {
    position:relative;
		float:right;
		width: 60px;
    height: 60px;
		z-index:100;
    text-align: right;
    background: #A81702;
    position: fixed;
    bottom: 20px;
		right:10px;
		border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
	   box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.5);
		transition: .001s linear;
}

#content #error_list #floatingBall:hover {
		float:right;
		width: 350px;
		height:100px;
}

#content #error_list #floatingBall span {
		display:inline-block;
		width:30px;
		height:30px;
		line-height:30px;
		margin:13px 15px 0 0;
}

#content #error_list #floatingBall span:before {
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size:2.5em;
		content: '\f4fc';
}

#content #error_list #floatingBall > dl {
		margin-left: 0;
		font-size:1.2em;
		text-align:left;
		display:none;
}

#content #error_list #floatingBall:hover > dl {
		display:block;
		margin: -30px 15px 10px 15px;
    width: 285px;
		height:75px;
		font-size:1.1em;
		text-align:left;
		box-sizing:border-box;
}
#content #error_list #floatingBall dl > dt {
		display: inline-block;
		float:left;
		width:70px;
		height:27px;
		text-align:left;
		padding:2px;
		font-size:1em;
		line-height:1.2em;
		box-sizing:border-box;
		cursor:pointer;
}

#content #error_list #floatingBall dl > dt > i {
		margin-right:5px
}



/* ####################################################################################
		PREFERENCES
#################################################################################### */
#content #preferences_contents {
		margin:0 0 60px 0;
		padding:0;
}

#content #preferences_contents .subject {
		width:100%;
		height:30px;
		padding:15px 0 0 0;

		font-family:NanumSquare,verdana,tahoma,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif;
		-webkit-text-size-adjust:none;
		font-size:1.5em;
		font-weight:bold;
		letter-spacing:2px;
		border-top:solid 1px #111;
		border-bottom:solid 1px #111;
		/*border-bottom:solid 3px #A81702;*/
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2A2A2A), color-stop(1, #191919));
		background:-moz-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-webkit-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-o-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:-ms-linear-gradient(top, #2A2A2A 5%, #191919 100%);
		background:linear-gradient(to bottom, #2A2A2A 5%, #191919 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A2A2A', endColorstr='#191919',GradientType=0);
		background-color:#333;
}

#content #preferences_contents .subject i {
		margin-left:20px;
}

#content #preferences_contents .subject > span {
		float:right;
		margin-right:10px;
		font-size:1.2em;
}


/* Radio Button */
#content #preferences_contents ul > li > input[type=radio] {
		visibility: hidden;
		margin-top:-10px;
}

#content #preferences_contents ul > li > label.radio {
		cursor: pointer;
		text-indent: 15px;
		line-height:20px;
		height:20px;
		overflow: visible;
		display: inline-block;
		position: relative;
		font-size:0.95em;
}

#content #preferences_contents ul > li > label.radio:before {
		background: #A81702;
		content:'';
		position: absolute;
		top:-1px;
		left: -10px;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
}

#content #preferences_contents ul > li > label.radio:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 0.5em;
		height: 0.25em;
		background: transparent;
		top: 4.5px;
		left: -5.5px;
		border: 3px solid #FFF;
		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size:1.2em;
}

#content #preferences_contents ul > li > input[type=radio]:checked + label:after {
		opacity: 1;
}


#content #preferences_contents ul {
		display: inline-block;
    width: 100%;
		margin: 0;
    padding: 5px 0;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}

#content #preferences_contents ul > li {
		display: inline-block;
		vertical-align:middle;
}


#content #preferences_contents ul > li > span {
   line-height:2.2em;
}


#content #preferences_contents ul > li:first-child {
		width:100px;
		margin:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		font-size:1.3em;
		line-height:1.2em;
		text-align:right;
		padding-right:15px !important;
		font-weight:bold;
}

#content #preferences_contents ul > li:nth-child(2) {
		width:calc(100% - 120px);
		margin:0 5px 0 10px;
		font-size:1.3em;
		line-height:1.2em;
		line-height:35px;
}

#content #preferences_contents div.map_description {
	font-size:1.2em;
	line-height:1.7em;
	padding:0 10px;
}

/* Button */
#content #preferences_contents .btn_area {
		width:100%;
		text-align:center;
		padding:30px 0 30px 0;
}
#content #preferences_contents .btn_area span {
		font-size:1.4em;
		font-weight:bold;
		color:#000;
		background:#FFF;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		padding:10px 10px 9px 9px;
		cursor:pointer;
}


/* ####################################################################################
		FOOTER
#################################################################################### */

/* COPYRIGHT */
#footer-wrapper #copyright {
		display:inline-block;
		height:150px;
		min-height:150px;
}

#footer-wrapper #copyright  #bottom_ci {
		display:inline-block;
		width:200px;
		height:30px;
		float:left;
		padding:10px 0 30px 10px;
}

#footer-wrapper #copyright img {
		max-width:191px;
		min-width:150px;
		width:100%;
}

#footer-wrapper #copyright  #bottom_contents {
		float:left;
		width:320px;
		margin:4px 0 0 20px;
		line-height:20px;
		text-align:left;
}

#footer-wrapper #copyright .copyright_txt {
		font-family:'NanumSquare' ,'맑은 고딕';
		color:#CCC;
		font-size:1em;
		height:20px;
		float:left;
		width:100%;
}

#footer-wrapper #copyright .copyright_txt_e {
		display:inline-block;
		position:relative;
		width:100%;
		height:20px;
		margin-top:1.5em;
		font-family:'NanumSquare' ,'맑은 고딕';
		color:#CCC;
		font-size:0.8em;
		text-align: center;
}


/* ####################################################################################
		APP
#################################################################################### */
#appInstallback {
	display: none;
	position: absolute;
	z-index: 9998;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

#appInstall {
	display: none;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	height: 240px;
	padding: 10px 15px;
	box-sizing: border-box;
	color: #000;
}
	#appInstall div.appbox {
		height: 200px;
		background: #fff;
		border-radius: 20px;
		box-sizing: border-box;
		padding: 25px;
	}
	#appInstall div.appbox .appboxclose {
		float: right;
		font-size: 1.2em;
	}
	#appInstall div.appbox .appboxclose span {
		cursor: pointer;
	}
		
	#appInstall ul {
		margin: 0;
		padding: 0;
	}
	#appInstall ul li {
		margin: 0;
		padding: 0;
		display: inline-block;
		font-size: 0.9rem;
	}
	#appInstall ul li:nth-child(2) {
		padding: 10px 0 0 10px;
		vertical-align: top;
		line-height: 1.4em;
	}
	#appInstall ul li span {
		font-size: 1.5rem;
		font-weight: bold;
	}
	#appInstall img {
		width: 60px;
		border-radius: 15px;
	}
	#appInstall button {
		width: 100%;
		height: 50px;
		margin-top: 15px;
		background: #f2f2f2;
		border: 0;
		font-weight: bold;
		font-size: 1.3em;
		border-radius: 10px;
		cursor: pointer;
	}
	#appInstall p.mobileweb {
		text-align: center;
		margin-top: 10px;
	}
	
	#appInstall p.mobileweb span {
		color: #777;
		text-decoration: underline;
		cursor: pointer;	
		font-size: 0.9rem;
	}