@charset "utf-8";
/* CSS Document */

/* ==================================================
 Reset
 ================================================== */
html, body {
	height: 100%;
	width: 100%;
}
html {
	overflow-y: auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, button, select {
	color: #333333;
	font-family: '돋움', dotum, Helvetica, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4 {
	font-family: 'KiaM', 'Nanum Gothic', '돋움', dotum, Helvetica, sans-serif;
}
input {/*input은 돋움체를 기본으로 한다*/
	font-family: '돋움', dotum, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #fff;
	ms-word-break: break-all;
	text-align: left;
	word-break: break-all;
}
img, iframe {
	border: 0 none;
}
li {
	list-style: none;
}
input {
	vertical-align: middle;
}
img {
	vertical-align: top;
}
button {
	margin: 0;
	padding: 0;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
legend {
	display: block;
	font-size: 2px;
}
em, address {
	font-style: normal;
}
button {
	_cursor: hand;
	cursor: pointer;
}
button * {
	font-family: '돋움', dotum, Helvetica, sans-serif;
	position: relative;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
table caption {
	display: none;
}
pre {
	font-family: '돋움', dotum, Helvetica, sans-serif;
}
/* ==================================================
 Common
 ================================================== */
.img {
	_cursor: hand;
	cursor: pointer;
}
.noimg {
	background: none !important;
	padding-left: 5px !important;
}
.nopad {
	padding: 0 !important;
}
.noborder {
	border: none !important;
}
.blind {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.clear {
	clear: both !important;
}
.show {
	display: block !important;
}
.hidden {
	display: none !important;
}
.hide {
	display: none !important;
}
.text {
	background: #fff;
	border: 1px solid #d6d6d6;
	line-height: 11px;
	padding: 2px 2px 0;
}
.number {
	text-align: left !important;
}
.radio {
	margin-left: 6px !important;
}
.check {
	margin-left: 6px !important;
}
/* ==================================================
 login
 ================================================== */
body {
	background-color: #e6f1f7;
}
#login_wrap {
	width: 100%;
	height: 100%;
	position: relative;
}
.login {
	margin: 0 auto;
	width: 759px;
	height: 373px;
	background: url(../images/bg_login.png) no-repeat left 45px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 50%;
	margin-top: -186px;
}
h1.logo {
	position: absolute;
	width: 276px;
	height: 38px;
	left: 0;
	top: 0;
}
.frm {
	width: 759px;
	height: 373px;
	position: relative;
}
.login_frm {
	width: 359px;
	height: 373px;
	position: absolute;
	top: 0;
	right: 32px;
	background: #fff;
	border: 1px solid #b5b5b5;
	padding-top: 40px;
	padding-left: 37px;
	box-sizing: border-box
}
.login_frm input[type=text], input[type=password], select {
	height: 38px;
	line-height: 38px;
	border-radius: 3px !important;
	khtml-border-radius: 3px;
	ms-border-radius: 3px;
	o-border-radius: 3px;
	webkit-border-radius: 3px;
	border: 1px solid #c2c2c2;
	color: #666;
	font-size: 11px;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 15px;
	padding-left: 10px;
	box-sizing: border-box
}
#loginID {
	color: #00a0e9;
}
#loginID::-webkit-input-placeholder {
color: #00a0e9;
}
#loginID:-moz-placeholder {
 color: #00a0e9;
}
#loginID::-moz-placeholder {
color: #00a0e9;
}
#loginID:-ms-input-placeholder {
color: #00a0e9;
}
input.text, input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #00a0e9;
}
select {
	border: 1px solid #00a0e9;
}
.message {
	position: absolute;
	left: 2px;
	bottom: 3px;
	color: #2e777e;
}
.btn_login {
	background-color: #555555;
	border-radius: 3px !important;
	khtml-border-radius: 3px;
	ms-border-radius: 3px;
	o-border-radius: 3px;
	webkit-border-radius: 3px;
	width: 284px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border: none;
}
.btn_login:hover {
	background-color: #333;
}
.checkID {
	position: absolute;
	left: 37px;
	bottom: 40px;
	line-height: 20px;
	vertical-align: middle;
}
.btn_remote {
	position: absolute;
	right: 35px;
	bottom: 40px;
	background: url(../images/btn_remote.png) no-repeat left top;
	width: 114px;
	height: 22px;
	text-indent: -99999px;
	border: none;
}
