* { 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 { font-family: "AppleSDGothicNeo-regular", 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;
    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: 70px;
	padding: 7px;
	color: #444;
	font-size: 12px;
	resize: none;
	line-height: 15px;
	box-sizing: border-box;
	-webkit-appearance: none;
			appearance: none;
}


input.btn[type="button"]{padding-bottom: 32px;}/*20170629 李쎈��*/
.btn {
	display: inline-block;
	padding: 0 17px;
	line-height: 32px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	color: #444;
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	vertical-align: middle;
}
.btn.orange {
	padding: 0 17px;
	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/kbi/mobile/menu_bg.png") no-repeat center center; background-size: 20px 15px; }
#header .logout { height: 18px; color: #fafbfd; position: absolute; right: 0; top: 0; padding: 28px 12px 0 12px; font-size: 10px; background: url("/images/kbi/mobile/logout_bg.png") no-repeat center 5px; background-size: 16px 18px; }
#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; }
#header .title .logo { display: inline-block; margin-top: 4px; width: 134px; }



