/* html, body, .container {
	width: 100%;
	height: 100%;
	margin: 0;
}

.container {
	position: relative;
}
.login-box {
	width: 270px;
	height: 270px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%);
	padding: 30px 50px;
	background: #0abab5;
	border-radius: 30px;
	border-style: groove;
}

.login-box table {
	width: 100%;
}
.login-box table td {
	height: 30px;
	font-size: 18px;
}
.login-box table td input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 16px;
}

.login-btn {
	font-size: 12px;
	margin-top: 65px;
	width: 100px;
	height: 35px;
	background-color: #90E4FF;
	border-style : none;
	color : white;
	position: absolute; 	
	left: 35%; 
			
}

.login-err {
	color: red;
	font-weight: bold;
	font-size: 16px;
}

.login-title {
	text-align: center;
}


input{
	border: 1px solid #dedede; height: 45px; padding: 8px 15px; outline: none; font-size: 1em; border-radius: 4px; background-color: white;		
}

 */
 
 .login_body{ background: #f6f6f8;}
.box{ position: relative;  }
/* .company_logo{ margin-top: 56px; margin-left: 400px;} */
.company_logo{ margin-top: 56px; text-align:center;}
.login_box{ width: 540px; margin: 0 auto; margin-top: 200px;}
.login_box .text_login_area{ height: 56px; font-size: 18px;}
.free_border{  border: none;  background: #f6f6f8;}
.text_login{ font-size: 33px; font-weight: 400; text-align: center;  /* margin-bottom: 100px; */}
/* .text_login::before {display: block; content: ''; width: 100%; height: 1px; background: #b8b8b8; margin: 20px 0;} */
.text_login_id { display: inline-block; width: 80px; padding: 15px 0 15px 10px; color: #000; font-weight: 600; font-size:14px;}
.text_login_pass { display: inline-block; width: 80px; padding: 15px 0 15px 10px; color: #000; font-weight: 600; font-size:14px; }
.underline_bar{ border-bottom: 1px solid #b8b8b8; width: 540px; }
.login_btn{ /* width: 540px; height: 70px; */ font-size: 18px; color: #fff; background-color: #353535; /* background-color: #5a95f9; */ border: none; border-radius: 8px;}

.login_box input{ font-size: 16px; margin-bottom:5px;}
/*.login_box input:focus .underline_bar{ background: #000;} */
/*.login_box input::placeholder{ font-size: 18px; color: #b8b8b8;}*/
.text_join{ display: block; text-align: center; text-decoration: underline; font-size: 18px; }

.logo {display: block; margin: 0 auto;}
#login_box {display: grid; grid-template-columns: 7fr 3fr; align-content: stretch; gap: 10px;}
#id_box, #pwd_box {border: 1px solid #b8b8b8; border-radius: 8px;}
#id_box {margin-bottom: 10px;}

.text_subTitle{
	text-align: center;
    display: block;
    font-size: 16px;
    margin: 10px 0px 40px 0px;	
}

@media only screen and (max-width: 1024px){
    .company_logo{ margin: 52px 0 -65px 88px;}
    .login_box{ width: 100vw; text-align: center;}
    .text_join{text-align: left; position: relative; left: 47%; }
    .underline_bar{ position: relative; left: 50%; transform: translateX(-50%);}
    .text_login_id{ margin: 0 0 0 0 ; }
}
@media only screen and (max-width: 768px){

.login_box{ width: 100vw;}
.text_join{text-align: left; position: relative; left: 46%; }

}
@media only screen and (max-width: 480px){

/* .company_logo{ margin: 52px 0 -65px 88px;} */
.company_logo {margin:0; margin-top: 52px; margin-bottom: -65px;}
.company_logo a {display:block; /* max-width: 90px; */ margin: 0 auto;}
/* .company_logo img{ width: 100%;} */
.company_logo img{ max-width: 140px;}
.underline_bar{ width: 300px; }
.login_box{ width: 100vw; margin:100px 0 0 0; }
.login_box .text_login{ margin: 0 auto; margin-bottom: 84px; position: relative; left: 50%; transform: translateX(-50%);}
.login_box .text_login_area{ }
.free_border{  }
.text_login_id{  padding: 0 44px 0 0; font-size: 12px; color: #000; font-weight: 600; margin: 0 0 0 -46px;}
.text_login_pass{ padding: 0 36px 0 0; font-size: 12px; color: #000; font-weight: 600; margin: 0 0 0 -48px;}
.login_box input{ font-size: 12px;}

.text_login{ font-size: 32px; font-weight: 400; }
.text_login_area{ position: relative; left: 50%; transform: translateX(-50%);}
.btn_frame { width: 100vw;}
.login_box .login_btn{ text-align: center; width: 294px; height: 48px; font-size: 18px; border-radius: 4px; }
.text_join{ font-size: 14px; font-weight: 600; display: block; position: relative; left: 50%; transform: translateX(-50%); text-align: unset; margin: -15px 0 0 0; }

}