@charset "utf-8";
/* 로그인 레이아웃 스타일 */
/*
파일명 login.css
작성자 이규창
작성일자 17. 8. 10
*/

#WRAP {
	background-color: #383f52;
}

#WRAP .Lights{
	width:100%;
	height: 100%;
	position: absolute;

	top:0;
	right:0;

	background-image: url(/images/night.jpg);
	filter: brightness(40%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.Box{
	width:450px;
	position: absolute;

	top:50%;
	left:50%;
	margin-left: -225px;
	margin-top: -150px;

	font-family:'맑은 고딕';

	z-index: 99;
}
.Box.Select{
	width:993px;
	margin-left: -480px;
	margin-top: -350px;
}
.Box .Top{
	padding-bottom:10px;
	height: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.Box .Top .logoImg{
	height:40px;
}
.Box .Top .logoDiv{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: 'Noto Sans KR';

	display: flex;
	align-items: flex-end;
}
.Box .Top .siteDiv{
	float:left;
	margin-left: 10px;
	padding-left:10px;
}
.Box .Top .siteDiv img{
	height:22px;
}
.Box .Top .adminDiv{
	float:right;
}
.Box .Top .adminDiv span{
	color:#fff;
	font-size:13px;
}
.Box .Focus{
	background-color: rgba(255,255,255,0.1);
	box-sizing: border-box;
	padding:15px;
}
.Box .Login .Input{
	box-sizing: border-box;
	background-color: #fff;
	border:1px solid #aaa;
	box-sizing: border-box;
	padding:0 25px;
}
.Box .Login .Input input{
	margin: 0;
	border:none;
	height: 50px;
	line-height: 50px;
	width:100%;

	font-size: 13px;

	color: #929292;

	box-sizing: border-box;
	padding:0 15px 0 35px;
}
.Box .Login .Input .inputBox{
	position: relative;
}
.Box .Login .Input .inputBox::after {
	display: inline-block;
	content: '';
	width: 16px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;

	background-repeat: no-repeat;
	background-size: auto 16px;
	background-position: 2px 50%;
}
.Box .Login .Input .clsID::after {
	background-image: url('/images/icons/login/user.svg');
}
.Box .Login .Input .clsPW::after{
	background-image: url('/images/icons/login/lock.svg');
}
.Box .Login .Input input::-webkit-input-placeholder {
	color:#929292;
}
.Box .Login .Input input:-ms-input-placeholder {
	color:#929292;
}
.Box .Login .Input input::-moz-placeholder {
	color:#929292;
}
.Box .Login .Input .sep{
	background-color: #929292;
	height: 1px;
}
.Box .Login .Remember{
	margin: 10px 0;
}
.Box .Login .Remember label span{
	color:#fff;
	margin-left: 5px;
}
.Box .Login .Buttons{
}
.Box .Login .Buttons button	{
	background-color: #cd2c2c;
	color: #fff;
	margin: 0px;
	width: 100%;
	height:40px;

	cursor: pointer;
}

.Box .Facility{
	padding: 35px 23px 35px 30px;
}
.Box .Facility ul{
	height: 272px;
	margin-bottom:35px;
}
.Box .Facility ul:last-child{
	margin-bottom: 0;
}
.Box .Facility ul li{
	width:298px;
	height: 272px;
	margin-right:23px;

	float:left;
	position: relative;
}
.Box .Facility ul li:last-child{
	margin-right:0;
}

.Box .Facility .pannel{
	width:100%;
	height: 100%;

	position: absolute;
	top:0;
	left:0;

	background-repeat: no-repeat;

	cursor: pointer;
}
.Box .Facility .pannel.enable{
	background-image: url(/images/select/fac_back_enable.png);
}
.Box .Facility .pannel.disable{
	background-image: url(/images/select/fac_back_disable.png);
}
.Box .Facility .pannel div{
	position: absolute;
	top:0;
	left:21px;
	width:110px;
	text-align: center;
	font-family: tahoma;
}
.Box .Facility .pannel .facTop{
	height: 36px;
	line-height: 36px;
	color:#fff;
	font-size: 11px;
}
.Box .Facility .pannel .facNo{
	top:50px;
	color:#898892;
	font-size: 58px;

	font-family: "맑은 고딕";
}
.Box .Facility .pannel .facImg{
	top:172px;
	text-align: center;
}
.Box .Facility .pannel .facImg img{
	height:50px;
	display: inline-block;
}
.Box .Facility .pannel .facLicense{
	top:236px;
	color:#fff;
	font-size: 10px;
}
.Box .Facility .pannel .facSetting{
	top:107px;
	left:152px;
	width:118px;
	height: 100px;

	background-image: url('/images/select/setting.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 50%;
}
.Box .Facility .pannel .facName{
	top:77px;
	left:152px;
	width:118px;
}
.Box .Facility .pannel .facName span{
	display: block;
	text-align: left;
}
.Box .Facility .pannel .facName span.kor{
	color:#da4f20;
	font-size: 18px;
	font-family:"맑은 고딕";
}
.Box .Facility .pannel .facName span.eng{
	color:#aaaaaa;
	font-size: 12px;
}
.Box .Facility .pannel .facName span.disable{
	color:#aaaaaa !important;
}
.Box .Facility .pannel .facCount{
	top:initial;
	left:152px;
	bottom:40px;

	width: 118px;
}
.Box .Facility .pannel .facCount dl{
	width: 100%;
	padding:2px 0;
	clear:both;
}
.Box .Facility .pannel .facCount dl.secure{
	display: none;
}
.Box .Facility .pannel .facCount dt{
	float: left;
	color:#777;
}
.Box .Facility .pannel .facCount dd{
	float: right;
	color:#666;
	font-weight: bold;

	text-align: right;
}
.Box .Facility .pannel .facNotUse{
	top:initial;
	left:152px;
	bottom:40px;
	color:#ccc;

	text-align: left;

	font-size:17px;
}


.Box .Bottom{
	padding:20px 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #808082;

	text-align: center;
}