* { list-style: none; outline: none; text-decoration: none; margin: 0; padding: 0; }
html {
	-ms-touch-action: manipulation;
    touch-action: manipulation;
}
body, html { -webkit-overflow-scrolling: touch; }
body { 
	/* 2017.04.26 sjy */
	/* font-family: "AppleSDGothicNeo-regular"; */
	font-family: "Lato latin-ext sans-serif";
	font-size: 12px; 
	position: relative; 
}

.read{background:#eee;}	/*20150828 창占쏙옙占쌩곤옙*/

img { width: 100%; }

input { vertical-align: middle; }

.form-text[type="text"],
.form-text[type="password"] { width: 100%; border: 0; font-weight: bold; sans-serif; color:#444 }
input[placeholder], [placeholder], *[placeholder] {
    /* color: #999; */
    color: #777c80;
    line-height: 32px;
}
.form-input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	line-height: 21px;
	height: 32px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	color: #444;
	padding: 0 0 0 7px;
	font-size: 12px;
	-webkit-appearance: none;
			appearance: none;
}

.form-checkbox[type="checkbox"]:checked {
	border-color: #54bcc1;
	background: #fff url("/images/kbi/mobile/checkbox_bg.png") no-repeat left -2px;
	background-size: 12px 10px;
}

.form-date[type="date"],
.form-date[type="month"] {
	width: 100px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 12px;
	background: #fff url("/images/kbi/mobile/date_bg.png") no-repeat right;
	background-size: 26px 30px;
	box-sizing: border-box;
	color: #444;
	letter-spacing: -1px;
	-webkit-appearance: none;
}
.form-select {
	-webkit-appearance: none;
	width: 100%;
	line-height: 21px;
	height: 32px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	color: #444;
	padding: 0 20px 0 7px;
	font-size: 12px;
	background: #fff url("/images/kbi/mobile/select_bg.png") no-repeat right top;
	background-size: 18px 30px;
}
.form-textarea {
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	height: 40px;
	padding: 7px;
	color: #444;
	font-size: 12px;
	resize: none;
	line-height: 15px;
	box-sizing: border-box;
	-webkit-appearance: none;
			appearance: none;
}

/* padding: 0 17px;	占쏙옙占쏙옙 占쏙옙占쏙옙 20170419 lym */
.btn {
	display: inline-block;
	padding: 0 10px;
	line-height: 32px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	color: #444;
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	vertical-align: middle;
}

/* padding: 0 17px;	占쏙옙占쏙옙 占쏙옙占쏙옙 20170419 lym */
.btn.orange {
	padding: 0 10px;	
	border: 1px solid #e89300;
	background-color: #ff9600;
	color: #fff;
}
.btn.brown {
	background-color: #7a7065;
	border: 1px solid #746a5f;
	color: #fff;
}
.btn.default {
	padding: 0 10px;
}
.btn.search {
	font-size: 13px;
	padding: 0 10px 0 26px;
	border: 1px solid #e89300;
	color: #fff;
	margin-left: 4px;
	line-height: 32px;
	background: #ff9600 url("/images/kbi/mobile/search_bg.png") no-repeat 10px 8px;
	background-size: 13px 13px;
}










#header { position: fixed; top: 0; left: 0; width: 100%; height: 46px; background-color: #7a7065; overflow: hidden; z-index: 20; }
#header .menu-btn { display: block; position: absolute; left: 0; top: 0; width: 44px; height: 46px; background: url("/images/kipvc/mobile/leftmenu_icon.png") no-repeat center center; background-size: 25px 17px; }
#header .logout { height: 18px; color: #fafbfd; position: absolute; right: 0; top: 0; padding: 25px 10px 0 10px; font-size: 10px; background: url("/images/kipvc/mobile/logout.png") no-repeat center 5px; background-size: 17px 19px; }
#header .menu-back { width: 28px; padding: 0 10px; position: absolute; right: 0; top: 0; bottom: 0; background: url("/images/kbi/mobile/menu_back.png") no-repeat center center; background-size: 20px 16px; }
#header .menu-home { width: 28px; padding: 0 10px; position: absolute; right: 0; top: 0; bottom: 0; background: url("/images/kbi/mobile/menu_home.png") no-repeat center center; background-size: 20px 18px; }
#header .title { height: 46px; line-height: 48px; color: #fff; text-align: center; margin: 0; font-size: 17px; }

/* 2017.04.27 sjy */
/* .logo-group { width: 150px; margin:0 auto;} */ 
.logo-group { width: 200px; margin:0 auto;} /* 20180117 sjy */
/* .logo-group .logo-part1 {...} --> StyleCustomized.java 李멸퀬 */ 
.logo-group .logo-part2 { 
	background: url("/images/kipvc/mobile/logo2.png") no-repeat center;
	background-size: 65px 16px;
	width: 65px; height: 16px;
	margin:18px 0 10px 5px; 
	float:left;
}
.logo-group .logo-part3 { 
	background: url("/images/kipvc/mobile/logo3.png") no-repeat center;
	background-size: 36px 10px;
	width: 36px; height: 10px;
	margin:16px 0 10px 5px;
	float:left;
}

.erp-graph { 
	background-color: #8e8983; 
	width: 100%;
	height: 120px; 
	position : absolute;
	overflow: hidden;
}

.list-view {
	top: 120px;
	position: relative;
	overflow: hidden;
}

.list-view > li {
	height: 89px;
	border-bottom: 1px solid #f0f0f0;
	background: #ffffff;
}

.list-view > li > div > .wfdoc-view {
	background: url("/images/kipvc/mobile/wfdoc.png") no-repeat center;
	background-size: 23px 31px;
	width: 23px; height: 31px; 
	top: 26px; left: 29px;
	position: relative; 
}

.list-view > li > div > .wfdoc-sub1 {
	background: url("/images/kipvc/mobile/wfdoc_sub1.png") no-repeat center;
	background-size: 19px 18px;
	width: 19px; height: 18px; 
	top: 15px; left: 47px;
	position: relative; 
}

.list-view > li > div > .wfdoc-sub2 {
	background: url("/images/kipvc/mobile/wfdoc_sub2.png") no-repeat center;
	background-size: 19px 18px;
	width: 19px; height: 18px; 
	top: 15px; left: 47px;
	position: relative; 
}

.list-view > li > div > .wfdoc-sub3 {
	background: url("/images/kipvc/mobile/wfdoc_sub3.png") no-repeat center;
	background-size: 19px 18px;
	width: 19px; height: 18px; 
	top: 15px; left: 47px;
	position: relative; 
}

.list-view > li > div > .wfdoc-sub4-ellipse {
	background: url("/images/kipvc/mobile/wfodc_sub4_ellipse.png") no-repeat center;
	background-size: 26px 26px;
	width: 26px; height: 26px; 
	top: 19px; left: 43px;
	position: relative; 
}

.list-view > li > div > .wfdoc-sub4 {
	background: url("/images/kipvc/mobile/wfdoc_sub4.png") no-repeat center;
	background-size: 19px 18px;
	width: 19px; height: 18px; 
	top: -4px; left: 47px;
	position: relative; 
}

.list-view > li > div > .wfdoc-sub5 { /* 20180315 sjy : 寃곗옱�셿猷� 由ъ뒪�듃 */
	background: url("/images/mobile/postech/wfdoc_sub_stamp.png") no-repeat center;
	background-size: 19px 18px;
	width: 19px; height: 18px; 
	top: -4px; left: 47px;
	position: relative; 
}

.list-view > li > div > a {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	width: 100%;
	left: 80px;
	line-height: 90px;
	position: absolute; 
}

.list-view > li > div > span { 
	position: absolute; 
	right: 20px; font-style: normal;
	font-weight: bold; color: #fff; 
	text-align: center; 
}

.list-view > li > div > span.ibg-or { 
	position: absolute; 
	margin-top: 30px;
	height: 30px; width: 20px; 
	line-height: 30px; 
	background-color: #ff9000; 
	border-radius: 20px; 
	padding: 0 5px; 
	text-align: center;
}
.list-view > li > div > span.ibg-or.null { 
	background-color: #c3c3c3; 
}



