@CHARSET "utf-8";


@import url(../font/Questrial-Regular.css);
@import url(../font/nanumgothic.css);

* {font-family: 'Questrial-Regular','Nanum Gothic';}

body, article, section { margin:0; padding:0;}

article
{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

#content
{
	position:absolute;
	width:80%;
	max-width:320px;
	height:320px;
	top:50%;
	left:50%;
	padding:0;
}

#loginBox
{
	position:relative;
	top: calc(-50% - 50px);
	left : -50%;
	height:100%;
}

#logo 
{
	width : 100%;
	margin: auto;
	margin-bottom:20px;
	height:55px;
	position:relative;
	background:url("../image/login_BI.png"); 
	background-size:contain;
	background-repeat:no-repeat;	
	background-position:center;
}

.container > div
{
    max-width: 370px;
    margin: 0 auto;
    padding: 20px;
}

h1
{
    float: left;
    color: #dcdcdc;  
    font-size: 3em;
}

.margin
{
    height: 100px;   
}

.btn_login
{
	position:relative;
	clear:both;
	text-align:center;
	top:5px;
    background: #ED761A;
    color: #862420;
    width: 100%;
	height:30px;
	border:0;
    border-radius: 5px;
    height: 2.8em;
	padding:0;
	line-height:2.8em;
    font-size:1.2em;
	font-weight:800;
}

.btn_login:hover
{
    background: #D5521A;
    color: #661115;
}

.btn_login:active
{
	color: #661115;
	background:#833220;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.75) inset ;
}

.form-control
{
    float:left;
    color: #767676;
    background: #DDDDDD;   
    border-radius: 5px;
    border-width: 0;
    font-size: 1.2em;
    height: 3em;
	margin: 8px 0;
	padding-left:60px;
}

.form-control:focus
{
	background:#ffffff;
}

.input_symbol_over, .form-control:focus~.input_symbol
{
	display:none;
}

.form-control:focus~.input_symbol_over
{
	display:block;
}

.input_border
{
	position:relative;
	clear:both;
}

.input_symbol, .input_symbol_over
{
	position:absolute;
	top:20px;
	left:20px;
	width:20px;
	height:25px;
}

.input_symbol.id
{
	background:url("../image/login_id_off.png"); 
	background-size:contain;
	background-repeat:no-repeat;	
}

.input_symbol_over.id
{
	background:url("../image/login_id_on.png"); 
	background-size:contain;
	background-repeat:no-repeat;	
}

.input_symbol.pw
{
	background:url("../image/login_password_off.png"); 
	background-size:contain;
	background-repeat:no-repeat;	
}

.input_symbol_over.pw
{
	background:url("../image/login_password_on.png"); 
	background-size:contain;
	background-repeat:no-repeat;	
}

.check_border
{
	margin: 10px -5px;
	margin-top:18px;
	height: 20px;
}
.option_item
{
	float:left;
	width: calc(100% / 3 - 5px );
	margin:0 2.5px;
	text-align:center;
}

.option_item > *
{
	cursor:pointer;
	font-size:1em;
	color:#8E8E8E;
	line-height:22px;
	font-weight:700;
}

.option_item > *:hover
{
	color: #CCCCCC;
}

div.check_box
{
	text-align:left;
	background:url("../image/check1.png"); 
	height:20px;
	background-size:contain;
	background-repeat:no-repeat;
	padding:0;
	padding-left:24px;
}

div.check_box:hover
{
	background:url("../image/check1_over.png"); 
	height:20px;
	background-size:contain;
	background-repeat:no-repeat;
}

div.check_box.checked
{
	background:url("../image/check1_on.png"); 
	height:20px;
	background-size:contain;
	background-repeat:no-repeat;
}

div.check_box.checked:hover
{
	background:url("../image/check1_on_over.png"); 
	height:20px;
	background-size:contain;
	background-repeat:no-repeat;
	color: #CCCCCC;
}

footer 
{
	position:fixed;
	bottom:15px;
	height:50px;
	width:100%;
}

footer > div
{
	width : 150px;
	height : 100%;
	margin : 0 auto;
	
	background:url("../image/login_CI.png"); 
	background-size:contain;
	background-repeat:no-repeat;	
	background-position:center;
}


/* Popup Progress */
.progress-dlg-cover {
    display: none;
    z-index: 3000;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}


.progress-dlg{
    position: relative;
    top: 35%;
    border-radius: 10px;
    background: #111111;
    margin: auto;
    opacity: 0.7;
    padding-top: 15px; 
    width: 200px;
    height: 100px;
}
