body.m-login {
    background-color: transparent;
    padding:0;
    margin:0;
}

.login-wrap {
    display: flex;
    align-items: center;
    height: 100vh;
}
.login-container {
    background-color: #0a1e59;
    width: 100%;
    height: 330px;
}
.login-box {
    display: flex;
    margin: auto;
    height: 100%;
    align-items: center;
}
.login-top {
    display: flex
;
    height: 380px;
    margin: -50px auto 0;
    align-items: center;
}
.login-left {
    display: flex;
    width: 550px;
    height: 100%;
    align-items: center;
}
.login-left img {
    height: 350px;
    margin-bottom: 15px;
}
.login-right {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.login-title {
    color: #ffffff;
    font-family: "NotoSansB", Segoe UI, Malgun gothic !important;
    font-size: 45px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}
.login-description {
    margin-bottom: 20px;
    display: block;
    color: #ffffff;
    font-size:14px;
}
.login-section li {
    margin-bottom: 10px;
}
.login-section li span {
    display: flex;
    flex:1;
}
.login-section-input input {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    height: 26px;
    padding: 4px 10px;
    width: 100%;
    border-radius: 5px;
}
.m-idcheck {
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-idcheck a {
	border: 1px solid #434b8a;
    background-color: #434b8a;
    color: #ffffff;
    border-radius: 5px;
    padding: 3px 7px;
    font-size: 13px;
    height: auto;
    display: flex;
	justify-content: center;
	opacity: 0.5;
	width:100%;
}
.m-idcheck a:hover {
	border: 1px solid #434b8a;
    background-color: #434b8a;
    color: #fff;
	opacity: 1;
}
.login-button input[type="button"], 
.m-login-button a
{
    border: #434b8a;
    background-color: #434b8a;
    color: #ffffff;
    font-weight: bold;
    margin-left: 0px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    width: 100%;
    height: 36px;
    cursor: pointer;
    line-height: 31px;
}
.login-button input[type="button"]:hover,
.m-login-button a:hover
{
    background-color: #5f68aa;
    color: #ffffff;
}
.h-line {
	width: 70%;
    opacity: 0.3;
    border: 1px dashed #fff;
    margin: 13px auto;
}
.m-login-bottom {
	display:none;
}
.pwBox {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.login-noti {	
	text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: red;
    font-weight: bold;
}