html, body {
    font-family: "Nanum Gothic",나눔고딕, "NanumGothic", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", Ngothic, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    line-height: 1.6em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-stroke: 0.6px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    color: #565b61;
    background: #ffffff;
}

/* body {
    font-family: "Noto Sans KR","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    color: #333;
    background-color : #fff;
}
 */
.mainContent {
	width : 100%;
	height : 100%;
	
}

.loginContent {
	width : 400px;
	height : 400px;
	margin : 0 auto;
	padding-top : 20%;
	text-align : center;
	vertical-align: middle;
}

.loginRow {
	line-height : 50px;
}

.loginLogo {
	background-image : url('../images/login_logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	/* width : 300px; */
	height : 150px;
}

.AXInput {
    border: 1px solid #b6b6b6;
    background: #ffffff;
    color: #333333;
    box-shadow: inset 0px 1px 2px #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px 5px 5px 5px;
    -moz-border-radius: 4px 5px 5px 5px;
    border-radius: 4px 5px 5px 5px;
    font-family: inherit;
    font-size: 12px;
    height: 15px;
    padding: 4px;
    margin: 0px auto;
    vertical-align: middle;
}


.AXInput {
	box-shadow : inset 0px 0px 0px #fff;
}

.AXInput:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

.f16 {
	font-size : 16px;	
}

.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 7px;
    font-size: 16px;
    line-height: 1.4285;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-info {
    color: #fff;
    background-color: #3a8acb;
    border-color: #3079b5;
}

.btn-info:hover {
    color: #fff;
    background-color: #4d94ff;
    border-color: #3079b5;
}
