@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
  src: url(../font/NanumBarunGothic.eot);
  src: url(../font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumBarunGothic.woff) format('woff'),
       url(../font/NanumBarunGothic.ttf) format('truetype');
}
html{
	font-family:'Nanum Barun Gothic', 'nanum-Gothic','Nanum Gothic','나눔고딕','sans-serif';
	background: url(../img/bg_login.png) no-repeat center left;
	background-size:100% 100%;  
	height: 100%;
	min-height:750px;
}
#login_form + .login_page{
	display: none;
}
body{
	font-family: 'Nanum Barun Gothic', 'nanum-Gothic','Nanum Gothic','나눔고딕','sans-serif';
	display: table;
	width: 100%;
	height: 100%;
	color: #535353;
}
fieldset{
	border: none;
}
legend{
	font-size: 0;
	width: 0;
	height: 0;
	text-indent: -999%;
}
label{
	font-family:'Nanum Barun Gothic', 'nanum-Gothic','Nanum Gothic','나눔고딕','sans-serif';
}
.hide{
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999%;
	position: absolute;
	left: -9999%;
	top: -9999%;
	overflow: hidden;
}
#login_form{
	display: table-cell;
	min-width:1200px;
	vertical-align: middle;
	background: url(/img/img_login.png) no-repeat 5% center;
	background-size: 55% auto;
}
.login_page{
	width: 250px;
	position: absolute;
	right: 7%;
	top: 50%;
	margin-top: -230px;
}
.login_page > div{
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 460px;
	-webkit-background-size: 100%;
	background-size:100% ;
}
.box_top{
	padding: 0 0 10px;
}
.input_text {
	padding: 30px 0 40px;
}
.input_text > table{
	margin: 0 auto;
	text-align: left;
	table-layout: fixed;
}
.input_text  td{
	padding: 1px 0;
}
.input_box input:focus{
	border:none;
}

.copy_right{
	width:300px:
}
.copy_right p{
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}
/*체크박스*/
.checks {
	position: relative; 
	padding: 2px;
	text-align: center;
	font-weight: bold;
}
.checks input[type="checkbox"] {  /* 실제 체크박스는 화면에서 숨김 */
  position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip:rect(0,0,0,0);
   border: 0
}
.checks input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.checks input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 16px;  /* 체크박스의 너비를 지정 */
	height: 16px;  /* 체크박스의 높이를 지정 */
	line-height:16px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center; 
	vertical-align: middle;
	background: #fafafa;
	border: 1px solid #cacece;
	border-radius : 8px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before {
 	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checks input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */ 
	content: '\2714';  /* 체크표시 유니코드 사용 */
	color: #4a597a;
	text-shadow: 1px 1px #fff;
	background: #fff;
	border-color: #4a597a;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}
.btn_login{
	display: inline-block;
	width: 100%;
	height: 50px;
	background:#4a597a;
	color:#fff;
	text-align:center;
	line-height:50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.login_li{
	list-style:none;
	text-align:left;
	margin-top:50px;
}
.login_li .label{
	display:block;
	font-weight:bold;
}
.login_li li{
	margin-bottom:15px;
}
.login_li li input{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 5px;
}
.login_li li.last{
	overflow:hidden;
	text-align:center;
}

@media screen and (max-width: 1600px){
	.box_top > img{
	width: 160px;
	}
	table,.input_st, .ui-widget{
	font-size: 14px !important;
	}
}
.ui-corner-all{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-button{
	padding: .4em 10px;
}
.login_footer{
	padding:30px 0;
	font-size:11px;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#42454e;
	color:#fff;	
}
.login_footer > div{
	margin:0 auto;
	width:630px;
	padding-left:200px;
	background:url(/img/footer_logo.png) no-repeat left center;
	background-size:150px auto;
}
.login_footer p{
	line-height:1.5
}
.login_footer p:last-child{
	color:#787b84
}