@charset 'utf-8';

/*
 * Copyright ⓒ 2021 by solbitech All rights reserved
 * http://www.solbitech.com
 */
/** 공통 **/
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
::-ms-clear {
	display: none;
}
/** 공통 **/
#vip-solbitech-version {
	position: absolute;
	padding: 2px 5px;
	z-index: 9999;
	font-size: 9pt;
	color: #585858;
}
#vip-solbitech-login {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.solbi-grid {
	position: relative;
	z-index: 0;
	display: grid;
	display: -ms-grid;
	width: 100%;
	height: 100%;
}
.solbi-grid-main {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 1fr 224px 1fr 40px;
	grid-template-rows: 1fr 224px 1fr 40px;
	grid-template-areas:
	'top'
	'center'
	'bottom'
	'copyright';
}
.solbi-login-top,
.solbi-login-center,
.solbi-login-bottom,
.solbi-copyright {
	position: relative;
	display: flex;
	-ms-grid-column: 1;
	grid-column: 1;
}
.solbi-login-top {
	-ms-grid-row: 1;
	grid-row: 1;
	grid-area: top;
}
.login-top-toolbar {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 30px;
}
.login-top-toolbar-flex {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}
.login-top-toolbar-flex > .login-top-sitemap {
	width: 1400px;
	height: 100%;
	text-align: right;
	z-index: 99999;
}
.login-top-toolbar-flex > .login-top-sitemap > a {
	padding: 4px 15px;
	background-color: #fff;
	box-shadow: 0px 2px 5px 2px #d8d8d8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	text-decoration: none;
	font-size: 9pt;
	color: #859196;
}
.login-top-toolbar-flex > .login-top-sitemap > a:hover {
	font-weight: bold;
}
.login-top-background {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
	max-height: 409px;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.login-top-background-flex {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}
.login-top-background-flex > .login-top-logo {
	display: flex;
	width: 1460px;
	align-items: center;
	justify-content: flex-start;
	transform: all 2.0s;
}
.login-top-background-flex > .login-top-logo > img {
	max-height: 400px;
}
.solbi-login-center {
	-ms-grid-row: 2;
	grid-row: 2;
	grid-area: center;
	
	border-top: 2px solid #aac2da;
	border-bottom: 2px solid #aac2da;
	background-color: #f4f6f9;
}
.login-center-background {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center !important;
	
	display: grid;
	display: -ms-grid;
	
	-ms-grid-columns: 1fr 430px 1fr;
	grid-template-columns: 1fr 430px 1fr;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	grid-template-areas:
	'center-left center-center center-right';
}
.login-center-left {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
	grid-area: center-left;
}
.login-center-center {
	width: 100%;
	height: 100%;
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 2;
	grid-column: 2;
	grid-area: center-center;
}
.login-center-right {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 3;
	grid-column: 3;
	grid-area: center-right;
}
#echeck-form {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.solbi-login-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
}
.solbi-login-box > .solbi-login:not(:last-child) {
	margin-bottom: 9px;
}
.solbi-login {
	display: block;
	width: 100%;
}
.solbi-login-message {
	color: #333333;
	font-size: 11pt;
}
.solbi-login-bottom {
	-ms-grid-row: 3;
	grid-row: 3;
	grid-area: bottom;
}
.solbi-login-capslock {
	display: none;
	position: absolute;
	z-index: 99;
	height: 35px;
	right: 5px;
}
.solbi-login-capslock > .solbi-login-capslock-box {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}
.solbi-login-capslock > .solbi-login-capslock-box > span {
	display: block;
	padding: 3px 10px;
	border-radius: 4px;
	background: #f3cfcf;
	color: #954545;
	font-size: 8pt;
}
.login-bottom-background {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 409px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0.3;
}
.solbi-copyright {
	-ms-grid-row: 4;
	grid-row: 4;
	grid-area: copyright;
	justify-content: center;
	align-items: center;
	background-color: #f1f1f1;
	font-size: 9pt;
	color: #909090;
}
.input-group-box {
	display: flex;
	position: relative;
}
.input-group-box input {
	flex: 1;
	padding: 8px 12px;
	font-size: 10pt;
	border: 1px solid #ccc;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: none;
}
.input-group-box .group-box-item-addon {
	position: relative;
	padding: 7px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 11pt;
	color: #6d6d6d;
	border: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #ececec;
}
.input-group-box .group-box-item-addon:first-child {
	border-right: 0px !important;
}
.btn-solbi-login {
	width: 100%;
	padding: 10px;
	border: 0px;
	border-radius: 5px;
	color: #fff;
	background: #337ab7;
	transition: all .2s !important;
}
.btn-solbi-login:hover {
	background: #255883;
}

@media screen and (max-width: 700px) {
	.login-top-toolbar {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		grid-template-areas:
		'top-left';
	}
	.login-top-toolbar-left > img {
		max-width: 300px;
		max-height: 100px;
	}
	.login-center-background {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		grid-template-areas:
		'center-center';
	}
	.login-center-center {
		background: #f4f6f9;
	}
	#echeck-form {
		align-items: center;
	}
	.solbi-login-box {
		padding: 0px 15px;
		background-color: #f4f6f9;
		margin-bottom: 0px;
	}
	.solbi-login input {
		height: 36px !important;
	}
	.solbi-login button {
		height: 50px !important;
	}
	.solbi-login input,
	.solbi-login button {
		font-size: 12pt;
	}
	.solbi-login-box > .solbi-login:first-child {
		padding-top: 0px;
	}
	.login-top-background-flex > .login-top-logo {
		justify-content: center;
	}
	.login-top-background-flex > .login-top-logo > img {
		height: 120%;
	}
	.login-top-background,
	.login-bottom-background {
		background-size: cover !important;
	}
	.login-bottom-background {
		opacity: 0.5;
	}
	.solbi-login-message {
		text-align: center;
		font-size: 90%;
	}
}