﻿@charset "utf-8";
/*==================================================================================

	Copyright (c) 2001 Epience.co.Ltd
	FileName		: bpv3.apv.login.css
	Description		: Approval Login CSS

==================================================================================*/

/*@font-face { font-family: 'NanumBarunGothic';
src:local('Nanum Barun Gothic Regular'), local('Nanum 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');}
@font-face {font-family: NanumBarunGothic;    src: url('../font/nanumbarungothicbold.woff') format('woff');}*/

/* 링크 */
a {
    text-decoration:none;
}

/* 목록 */
ul, li, ol, dl, dt, dd {list-style:none;margin:0;padding:0;}

/* input 강제 영문 */
input {
	ime-mode:inactive;
}

/* PlaceHolder Text */
input[placeholder], [placeholder], placeholder, .input-case1, .m-input-txt, .inputbox {    
    color: #0a1e59;
    font-family:'나눔바른고딕', NanumBarunGothic, "Apple SD Gothic Neo", Segoe UI, "Malgun Gothic", 맑은고딕;
    font-size: 12px !important;
	height:20px;
	/* line-height:20px; */
	padding:5px;
}

.m-ico-calendar {
	width:16px;
	height:16px;
	margin-left:3px;
	vertical-align:middle;
}
.m-ico-people-sch {
	margin-left:3px;
	vertical-align:middle;
}
.m-peoplepicker .m-input-txt {
}


#m-wrap {
	width:100%;	
}

/* Login */
body.m-login  {background-color: #0a1e59;}
.m-login-container {    
    background-color: #0a1e59;
    margin: 0 auto;
    padding: 55px 0 30px;
    text-align: center;
    width: 100%;
}
.m-login-box {
    display: inline-block;
    margin: auto;
    text-align: center;
    /* width: 270px; */
}

.m-login-group {
    /* width: 320px; */
}
.m-login-title {
    color: #ffffff;
    display: block;
    font-family:'나눔바른고딕', NanumBarunGothic, "Apple SD Gothic Neo", Segoe UI, "Malgun Gothic", 맑은고딕;
    font-size: 2.5em;
    margin-bottom: 7px;
}
.m-login-description {
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
	text-align:center;
}
.m-login-section {
}
.m-login-section li {
    margin-bottom: 5px;
    width: 100%;
}
.m-login-section li span {
    display: inline-block;
}
.m-login-section-input input {
    background-color: #ffffff;
    border: none;
	border-radius:4px !important;
    height: 35px;
	line-height:inherit;
    width: 290px;
	padding:0 5px;	
    font-family:'나눔바른고딕', NanumBarunGothic, "Apple SD Gothic Neo", Segoe UI, "Malgun Gothic", 맑은고딕 !important;
}

.m-login-section-input input:hover {
    border: none;
}
.m-idsave {
	display:table;
	width:100%;
	margin: 7px 0 25px;
	font-size:11px;
}
.m-idsave .m-idsave-txt,
.m-idsave .m-checkbox {
	display:table-cell;
	vertical-align:middle;
	font-size:12px;
}
.m-idsave .m-idsave-txt {
	color:#ccd5f1;	
	text-align:left;
}
.m-idsave .m-idcheck {
	
}
.m-idsave .m-idcheck a {
	background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 1em;
    padding: 3px 10px 5px;
    width: auto;

}
.m-idsave a.on {
	border: 1px solid #0fdffe;
	color:#0fdffe;
}
.m-idsave a.off {
	border:1px solid #7b8ab7;
	color:#7b8ab7;
}

.m-login-noti {
    color: red;
    display: block;
    padding: 20px 0;
    text-align: center;
    width: 100%;
	font-size:13px;
}
.m-login-button a {
	background-color:#fd324f;
	padding:0;
	width:100%;
	height:45px;
    line-height: 45px;
	cursor:pointer;
	color:#ffffff;
	font-size:1em;
	border:none;
	border-radius:4px;
	display:inline-block;
}
.m-login-button a:hover {
	background-color:#df112f;
}

.m-login-bottom {
	display:block;
	font-size:0.7em;
	color:#4c61a0;
	text-align:center;
	border-top:1px solid #1b3276;
	padding-top:15px;
}


