/*
 * File			: /index/signin.css
 * Writer		: sehwi
 * Date			: 2020/02/19
 * Description	: 濡쒓렇�씤 CSS
 ------------------------------------------------------------*/

#signIn_content {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	background: radial-gradient( rgb(200,200,200) 40%, rgb(167,167,167) 60% );
	flex-direction: column;
}

#signIn_content #signIn_wrapper {
	padding: 30px 0 20px;
	background: rgb(240,240,240); 
	border-radius: 0px 40px; 
	max-width: 390px; 
	min-width: 312px;
}

#signIn_content #signIn_wrapper .signIn_innerDiv {
	width: 100%; 
	height: 33%
}

#signIn_wrapper .signIn_title {
	font-size: 22px;
	font-weight: 900;
	margin-top: 10px;
}

#signIn_wrapper #signIn_writeDiv {
	padding: 40px 0 40px 0;
}

#signIn_writeDiv #username {
	background: lightgray; 
	color: #0099cc; 
	display: inline-block; 
	width: 80%; 
	margin-bottom: 10px;
	height: 46px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

#signIn_writeDiv #username:focus {
	border: 1px solid lightgray !important;
}

#signIn_writeDiv #password {
	background: lightgray; 
	color: #0099cc; 
	display:inline-block;
	width: 80%;
	height: 46px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

#signIn_writeDiv #password:focus {
	border: 1px solid lightgray !important;
}

#signIn_wrapper #signIn_btnDiv {
	padding: 30px 0 0 0;
}

#signIn_btnDiv{
	width:75%;
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top:30px;
}
#signIn_btnDiv #btnRequestAddUser {
	background: #6cc071;
	border-radius:5px; 
	color: #fff; 
	height: 45px;
	padding: 6px 6px;
	margin-right:10px;
}

#signIn_btnDiv #btnSignin {
	background: #49479D !important;
	height: 45px;
	color: white;
	border-radius:5px;
}

#signIn_btnDiv > button{
	width:100%;
}

/**
 *	�궗�슜�옄 �벑濡� �슂泥� 紐⑤떖 css
 */
.addUserModalTable {
	border-collapse: separate;
    border-spacing: 0 10px;
    table-layout: fixed;
    width: 100%;
}
.addUserModalTable tbody tr {
	height: 34px !important;
}
.addUserModalTable .addUserModalTag {
	width: 24%;
	text-align: right;
}
.addUserModalTable .addUserModalInputId {
	padding-left: 10px;
	display: flex;
   	justify-content: space-between;
}
.addUserModalTable .addUserModalInputStation {
	padding-left: 10px;
	display: flex;
   	justify-content: space-between;
}
.addUserModalTable .addUserModalInputStation .addUserModalInputSelect {
	width: 45%;
    height: 34px;
}
.addUserModalTable .addUserModalInput {
	padding-left: 10px;
	display: flex;
   	justify-content: space-between;
   	width: 100%;
}
.addUserModalTable .addUserModalInput input {
	width: 100%;
	height: 34px;
}
.addUserModalTable #aum_userRequestContent {
	resize: none;
	min-height: 65px;
	width: 100%;
}
.addUserModalCancelBtn {
	width: 82px !important;
}
.addUserModalRequestBtn {
	margin-right: 0 !important;
}


/* 踰꾩쟾 �떎�슫濡쒕뱶 */
#download_div {
	display: flex; 
	justify-content: center;
    padding: 0;
    flex-direction: column;
    margin-top: 20px;
}

.downloadLink_div {
	display: flex;
    justify-content: space-around;
}

.download_btn {
	cursor: pointer;
	color: black;
    text-decoration-line: underline;
}

.download_text {
	margin-top: 10px;
}

#manual_download_div {
    width: 450px;
    margin-top: 15px;
    font-size: 12px;
}


.login_img {
	max-width: 500px;
	margin: 0px;
    padding: 15px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.bg { 
    /* The image used */
    background: #f2f3f4;

    /* Full height */
    width: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-bg {
	width: 100%;
	height: 100%;
	margin: 0 auto;	
    position:relative;
}
.sub-bg > div{
	width:100%;
	height:50%;
	margin:0px;
	padding:0px;
    background-position: center;
    background-repeat: no-repeat;
}
.sub-bg-top{
	background-image:url("../../imgs/main/login_background.png");
	background-color: #fff;
}
.sub-bg-bottom{
	background:#00ABE6;
}
.logo-wrapper {
	position: absolute;
	width: 13%;
	height: 9.6%;
	top:6%;
	left:5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url("../../imgs/main/ansan_logo.png");
}
.logo-wrapper > span {
	display: block;
	position: absolute;
	bottom: 5px;
	width: 450px;
	text-align: center;
	color: white;
}
.mb15{
	margin-top:40px;
}
.mb15 > label{
	display:none;
}
.form-layout {
	width: 100%;
	margin:0px;
	padding:0px;
}
.form-inputs > input::placeholder{
	color:#49479d;
}
.input-lg {
	width: 75%;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #49479D;
	font-size:14px !important;
}
.form-layout input:focus {
	border-color: rgb(97, 115, 129);
}
.btn-lg {
	width: 220px;
	margin: 34px 0 15px 0;
	background: rgb(97, 115, 129) !important;
	border-style: none !important;
}
#btnSignin:hover {
	background-color: rgb(47, 74, 91) !important;
}

#abouteAccount{
	width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
#rememberIDWrapper{
	display: flex;
    flex-direction: row;
    align-items: center;
}
#rememberID{
	width: 15px;
    height: 15px;
    margin: 0px;
    margin-bottom: 2px;
    margin-right: 4px;
}
#rememberIDWrapper > label{
	margin:0px !important;
	font-size:14px;
}
#findPassword-div > a{
	font-size:14px;
}
#PrivacyPolicy-div{
	display:flex;
	justify-content:space-between;
	width:75%;
	margin:10px auto;
	font-size:14px;
}


/*ignin page css again*/
.login-wrapper{
	width: 450px;
    height: 500px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-rows: 42% auto;
    padding:10px;
}
.login-wrapper > div{
	width:100%;
	position:relative;
	padding-top:18px;
}
.logo-title-wrapper{
	width:100%;
	text-align:center;
	font-size:16px;
}
#logo-title-img{
	height:40%;
	width:100%;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../imgs/main/main_ci.png);
}
#logo-title-text{
	font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
    color: #2a3c56;
}
@media only screen and (max-width: 1700px){
	.login-wrapper > div.logo-title-wrapper > div{
		/*font-size:30px;*/
	}
}
@media only screen and (max-width: 1500px){
	.login-wrapper > div.logo-title-wrapper > div{
		
	}
}
@media only screen and (max-width: 1325px){
	.login-wrapper > div.logo-title-wrapper > div{
	
	}
}
@media only screen and (max-width: 1230px){
}


.mss-form{
	display:flex;
	flex-direction:row;
	width:100%;
	align-items:center;
	margin-bottom:10px;
}
.mss-form > div:first-child{
	width:25%;
	text-align:right;
	padding-right:10px;
	margin:0px;
	font-size:12px;
}
.mss-form > div:last-child{
	width:75%;
}
.title_ > label{
	font-weight:bold;
}
.mss-form > div > input{
	height:34px;
	border:1px solid #e4e4e4;
	border-radius:5px;
}
.required_form{
	color:#f00;
}

@media (max-width:576px){
	.bg{
		background-color:#fff !important;
	}
}
@media (max-width:576px){
	#requestAddUserModal{
		padding:10px !important;
	}
	.mss-form > div:first-child{
		width:35% !important;
		font-size:11px !important;
	}
	.mss-form > div:last-child{
		width:65% !important;
	}
}

#logo-title-img{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	background-image:url(../../imgs/main/main_ci.png);
	width:100%;
	height:45%;
}

/*dialog*/
#policyContent{
	width:100%;
	height:100%;
	padding:10px;
}
#policyContent > div{
	width:100%;
	height:100%;
	overflow:auto;
	padding:10px;
	border-radius:8px;
	border:1px solid #e4e4e4;
}